]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(read-abbrev-file): Use abbrev-file-name if optional
[gnu-emacs] / lisp / ChangeLog
1 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
4 file is nil.
5
6 2006-04-18 Richard Stallman <rms@gnu.org>
7
8 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
9
10 * imenu.el (imenu-create-index-function, imenu--index-alist)
11 (imenu--last-menubar-index-alist, imenu--make-index-alist)
12 (imenu-default-create-index-function, imenu--generic-function):
13 Doc fixes.
14
15 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
16
17 * help-mode.el (help-mode): Set view-exit-action to delete window.
18
19 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
20 now works by passing nil as arg.
21
22 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
23
24 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
25 (read-abbrev-file): Provide default when reading filename.
26
27 * files.el (enable-local-variables): Allow :all as value.
28 (hack-local-variables): Implement that value.
29 (safe-local-variable-values, safe-local-eval-forms)
30 (enable-local-variables): Mark as risky.
31 (find-file-visit-truename, kept-old-versions): Mark safe.
32
33 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
34 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
35 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
36
37 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
38
39 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
40 Use forward-line so as to get to BOL even in the presence of fields.
41 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
42 in return.
43 (inferior-tcl): Tell tclsh to work in interactive mode.
44
45 * complete.el (partial-completion-mode):
46 Use 'choose-completion-string-functions to make sure that
47 choose-completion fills the minibuffer properly.
48
49 * complete.el (PC-old-read-file-name-internal): Remove.
50 (PC-read-include-file-name-internal): Remove. Turn it into an advice
51 of read-file-name-internal.
52 (partial-completion-mode): Enable/disable this advice.
53
54 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
55
56 * net/tramp.el (tramp-completion-file-name-handler): Revert change
57 of 2006-04-17.
58
59 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
60
61 * textmodes/org.el (org-insert-heading): Insert heading before
62 current if at beginning of line.
63 (org-todo, org-date): New faces.
64 (org-table-align): Make sure tooltip window contains full text.
65 (org-no-properties): New defsubst.
66 (org-set-font-lock-defaults): Use new faces.
67
68 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
69
70 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
71 for root variables.
72
73 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
74 (gdb-frame-address): Re-use to identify frame for watch expression.
75 (gdb-var-list, gdb-var-create-handler): Add frame address for root
76 variables.
77 (gdb-init-1, gdb-source, gdb-post-prompt, )
78 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
79 (gdb-frame-handler): Get gdb-frame-address.
80
81 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
82
83 Sync with Tramp 2.0.53.
84
85 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
86 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
87 (tramp-completion-file-name-handler): Add autoload cookie for
88 adding to `file-name-handler-alist'.
89
90 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
91 the prompt. If it returns earlier (when detecting an error
92 message), the rest of the output will merge accidently with the
93 output of the next command. Reported by M Jared Finder
94 <jared@hpalace.com>.
95
96 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
97 for `process-file', in order to let it work for older Emacsen too.
98
99 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
100
101 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
102 (tex-font-lock-keywords-3): Use it.
103
104 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
105
106 * newcomment.el (comment-add): New function.
107 (comment-region-default, comment-dwim): Use it.
108
109 2006-04-15 Michael Olson <mwolson@gnu.org>
110
111 * emacs-lisp/tq.el: Improve comments.
112 (tq-queue-head-question): New accessor function.
113 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
114 Update for modified queue structure.
115 (tq-queue-add): Accept `question' argument.
116 (tq-queue-pop): If a question is pending, send it.
117 (tq-enqueue): Accept new optional argument `delay-question'.
118 If this is non-nil, and at least one other question is pending a
119 response, queue the question rather than sending it immediately.
120
121 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
122
123 * calendar/appt.el (appt-add): Check whether an appointment is
124 already present in appt-time-msg-list. Simplify code.
125
126 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
127
128 * progmodes/cc-langs.el (c-mode-menu):
129 Don't presume c-subword-mode is bound.
130
131 2006-04-13 Bill Wohler <wohler@newt.com>
132
133 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
134 (customize-package-emacs-version): Use cdr instead of cadr now
135 that alists use dotted pairs.
136
137 * custom.el (defcustom): Fix docstring for :package-version.
138
139 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
140
141 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
142 (tramp-handle-shell-command): Display output buffer only when
143 `tramp-display-shell-command-buffer' is true.
144 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
145
146 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
147
148 * textmodes/org.el (org-set-autofill-regexps): Set only the local
149 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
150
151 2006-04-13 Romain Francoise <romain@orebokech.com>
152
153 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
154 leaving temporary .cvsignore buffers behind.
155
156 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
157
158 * textmodes/org.el: (org-set-regexps-and-options)
159 (org-get-current-options): Better names for the startup folding
160 options.
161
162 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
163
164 * vc.el (vc-annotate): Arrange for point to end up at the same
165 line number as in the original, but only when using a new buffer.
166
167 2006-04-12 Davis Herring <herring@lanl.gov> (tiny change)
168
169 * files.el (hack-one-local-variable-eval-safep):
170 Recognize `edebug-form-spec' for `put', but only if it passes
171 `edebug-basic-spec'. Generalize `put' handling.
172
173 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
174 vetting file-local form specs.
175
176 * allout.el (allout-layout): Autoload its `safe-local-variable'
177 property.
178
179 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
180
181 * textmodes/org.el: (org-ctrl-c-ctrl-c): Improve documentation string.
182 (org-agenda-mouse-1-follows-link)
183 (org-mouse-1-follows-link): New options.
184 (org-format-agenda-item): Fix bug if TAGS is nil.
185 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
186
187 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
188
189 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
190 GDB 6.1+ gives full filename for "info sources" so use
191 file-name-nondirectory.
192
193 2006-04-12 Romain Francoise <romain@orebokech.com>
194
195 * subr.el (read-passwd): Bind `message-log-max' to nil.
196
197 >>>>>>> 1.9411
198 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
199
200 * progmodes/perl-mode.el (perl-indent-new-calculate):
201 Recompute parse-start after jumping backward by a whole sexp.
202
203 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
204
205 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
206 window configuration.
207 (vc-annotate-display-select): Select the buffer so that current-buffer
208 (and selected-window) is the output buffer at the end of vc-annotate.
209
210 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
211
212 * vc.el (vc-annotate-color-map): Add custom TTY color map for
213 8-color terminals, to use all of the colors in a sensible order.
214 256-color terminals work well with the standard map.
215 (vc-annotate-lines): Only strip the first color character if it
216 is "#", to allow for terminal-style named colors.
217 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
218 the correct buffer is scrolled.
219
220 2006-04-11 Richard Stallman <rms@gnu.org>
221
222 * emacs-lisp/bytecomp.el (byte-compile-file):
223 Bind enable-local-variables to :safe, and make normal-mode obey it.
224
225 * files.el (enable-local-variables): Allow value :safe.
226 (normal-mode): Doc fix.
227 (hack-local-variables): Implement enable-local-variables = :safe.
228 (hack-local-variables-confirm): Don't prevent quitting.
229
230 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
231
232 * loadhist.el (unload-feature): A bit of sanity check of
233 load-history entries. Cancel timer-vars before unbinding them.
234
235 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
236 quote special chars, and make the trick work on the hex part of the
237 buffer as well.
238 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
239 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
240
241 * startup.el (normal-splash-screen): Fix last change so we don't wait
242 2 minutes if we don't show the splash screen.
243
244 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
245
246 * textmodes/org.el (org-export-plain-list-max-depth)
247 (org-table-spaces-around-separators)
248 (org-radio-targets, org-activate-camels)
249 (org-table-spaces-around-invisible-separators): Options removed.
250 (org-time-stamp-rounding-minutes, org-remember-templates)
251 (org-ellipsis, org-activate-links, org-descriptive-links):
252 New options.
253 (org-remember-apply-template, org-current-time)
254 (org-finish-edit-table-field)
255 (org-link-unescape, org-link-escape)
256 (org-string-width, org-table-clean-line, org-html-do-expand)
257 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
258 (org-read-agenda-file-list): New functions.
259 (org-table-edit-field)
260 (org-table-create-or-convert-from-region): New commands
261 (org-table-toggle-vline-visibility): Command removed.
262 (org-table-convert-region): Made a command.
263 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
264 Replace with the normal org- functions.
265 (org-self-insert-command): Don't trigger realign unnecessarily
266 when blanking a field that is not full.
267 (org-mode): `Set buffer-invisibility-spec' for links.
268 (org-activate-links2): Hide link part and only show descriptive
269 part of the link.
270 (org-insert-link): Modify for new linking system.
271 (org-store-link): Store description separately, for use by
272 `org-insert-link'.
273 (org-table-align): Use `org-string-width'.
274 (defgroup): Completely new group structure for custom variables.
275 (org-agenda-files): Option: Single file name allowed. Function:
276 Optional argument unrestrited means ignore any restricitons.
277 (org-install-agenda-files-menu): Find a buffer in Org-mode before
278 trying to modify the menu. Use generalized access to
279 `org-agenda-files.'
280 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
281 (org-agenda-file-to-front, org-remove-file, org-diary)
282 (org-tags-view, org-export-icalendar-all-agenda-files)
283 (org-export-icalendar-combine-agenda-files): Use generalized
284 access to `org-agenda-files'.
285 (org-remember-handler): Correctly preserve heading if present.
286 (org-table-insert-row, org-table-insert-hline): Deal with
287 invisible characters.
288
289 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
290
291 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
292 (vc-annotate-color-map): New 18 element constant
293 value/saturation, rotating hue colormap, from red->blue.
294 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
295 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
296 (vc-annotate): To avoid killing the required local variables,
297 set them before the end of `with-output-to-temp-buffer', and
298 after first switching to annotate-mode.
299 (vc-annotate-warp-version): Add buffer argument in goto-line to
300 ensure annotation, not source, is scrolled.
301
302 2006-04-10 Bill Wohler <wohler@newt.com>
303
304 * custom.el (defcustom, custom-handle-keyword):
305 Add :package-version keyword.
306 (custom-add-package-version): New function. Sets value of new
307 property 'custom-package-version from :package-version keyword.
308 (defcustom): Create Common Keywords section in docstring.
309 (defface, defgroup): Replace definitions of a select few keywords
310 with a reference to the Common Keywords in defcustom.
311 (defcustom, defface, defgroup): Replace reference to Customization
312 chapter in manual with hyperlink.
313
314 * cus-edit.el (customize-package-emacs-version-alist):
315 New variable.
316 (customize-changed-options): Add check for custom-package-version.
317 (customize-package-emacs-version): New function to look up Emacs
318 version corresponding to the given package version.
319
320 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
321 defun name, in similar fashion to find-variable-regexp.
322
323 2006-04-10 Eli Zaretskii <eliz@gnu.org>
324
325 * international/mule-cmds.el (set-locale-environment): Fix last
326 change for when the locale's preferences don't specify any encoding.
327
328 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
329
330 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
331 so the defined var/fun doesn't need to be quoted.
332
333 2006-04-10 Richard Stallman <rms@gnu.org>
334
335 * finder.el (finder-mode-map): Add n and p bindings.
336
337 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
338
339 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
340 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
341 (gdb-setup-windows): Put something in source window if we can't find
342 the source file.
343 (gdb-frame-handler): Make it work again with just assembly.
344 (gdb-data-list-register-values-handler): Make it work when there is
345 no stack.
346
347 2006-04-09 Richard Stallman <rms@gnu.org>
348
349 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
350 specs while looking for charset.
351
352 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
353
354 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
355 Make them faces.
356 (lm-font-lock-keywords): Update appropriately.
357
358 2006-04-10 Kim F. Storm <storm@cua.dk>
359
360 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
361 it can also replace buffer-substring-no-properties.
362
363 * emulation/cua-base.el (cua-delete-region, cua-paste)
364 (cua-repeat-replace-region): Use filter-buffer-substring.
365
366 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
367 (cua-cut-region-to-global-mark): Likewise.
368
369 * emulation/cua-rect.el (cua--extract-rectangle)
370 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
371
372 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
373
374 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
375 entry-type. Add field delimiters to numerical fields if they are
376 not present.
377
378 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
379
380 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
381 string-const to return value.
382 (bibtex-remove-delimiters): Use it.
383
384 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
385
386 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
387 cl-byte-compile-compiler-macro unless it exists.
388
389 2006-04-08 Eli Zaretskii <eliz@gnu.org>
390
391 * files.el (hack-local-variables-confirm) <offer-save>:
392 Clarify message text. Suggested by Ralf Angeli.
393
394 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
395
396 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
397 (delete-extract-rectangle-line): Use `filter-buffer-substring'
398 instead of `buffer-substring' and `delete-region'. (Most of the
399 code actually copied from `kill-region'.)
400
401 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
402
403 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
404 (rcirc-default-port): Rename from rcirc-port.
405 (rcirc-default-nick): Rename from rcirc-nick.
406 (rcirc-default-user-name): Rename from rcirc-user-name.
407 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
408 (rcirc-low-priority-flag): New variable.
409 (rcirc-decode-coding-system): New defcustom.
410 (rcirc-encode-coding-system): New defcustom.
411 (rcirc-coding-system-alist): New defcustom.
412 (rcirc-multiline-major-mode): New defcustom.
413 (rcirc-nick): New internal variable.
414 (rcirc-process): Remove variable.
415 (rcirc-server-buffer): New variable.
416 (rcirc): Update to use rcirc-default-* variables above.
417 (rcirc-connect): Do not add window-configuration-hook-here.
418 (rcirc-server): New internal variable.
419 (rcirc-connect): Do not send keepalive pings if
420 rcirc-keepalive-seconds is nil.
421 (with-rcirc-server-buffer): New macro.
422 (rcirc-send-string): Encode with rcirc-encode-coding-system.
423 (rcirc-server-name): Rename from rcirc-server.
424 (rcirc-buffer-process): New function.
425 (rcirc-buffer-nick): New function.
426 (rcirc-buffer-target): Remove function.
427 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
428 New commands.
429 (rcirc-mode-map): Change binding of C-c C-l to
430 rcirc-toggle-low-priority.
431 (rcirc-mode): Initialize coding system based on
432 rcirc-coding-system-alist. New change-major-mode-hook to part the
433 channel on a mode change. Make kill-buffer-hook buffer-local.
434 (rcirc-change-major-mode-hook): New function.
435 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
436 (rcirc-last-post-time): New variable.
437 (rcirc-process-message): Store the last time user posted a message
438 to this target.
439 (rcirc-multiline-minor-mode): New mode.
440 (rcirc-multiline-minor-mode-map): New mode map.
441 (rcirc-edit-multiline): Put multiline-edit buffer in
442 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
443 (rcirc-print): Ignore any line starting with an ignored nick.
444 (rcirc-print): Decode using rcirc-decode-coding-system.
445 (rcirc-track-minor-mode): Update global-mode-string when disabling
446 this mode.
447 (minor-mode-alist): Add LowPri indicator.
448 (rcirc-toggle-low-priority): New function.
449 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
450 next lowpriority buffer with activity.
451 (rcirc-record-activity): Sort buffers in rcirc-activity by the
452 last time the user posted a message in to the target.
453 (rcirc-update-activity-string): New formatting for low priority
454 buffers.
455 (rcirc-split-activity): New function.
456 (rcirc-handler-PART, rcirc-handler-KICK)
457 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
458 (rcirc-nick-away-alist): New variable.
459 (rcirc-handler-301): New handler. Away messages are printed once
460 per change.
461
462 2006-04-08 Eli Zaretskii <eliz@gnu.org>
463
464 * info.el (Info-follow-nearest-node): Doc fix.
465
466 * international/mule-cmds.el (set-locale-environment): Make sure
467 the coding-system preferred by the locale's language has the same
468 EOL conversion type as the original buffer-file-coding-system.
469 (locale-language-names): Add a few MS Windows language codes.
470
471 2006-04-07 Richard Stallman <rms@gnu.org>
472
473 * simple.el (eval-expression): Doc fix.
474
475 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
476 (eval-defun): Doc fixes.
477
478 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
479
480 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
481
482 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
483
484 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
485 GDB list command without argument for greater generality.
486
487 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
488
489 * subr.el (string-or-null-p): New function.
490
491 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
492
493 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
494
495 * files.el: Update comment about safe-local-variable declarations.
496
497 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
498
499 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
500 See idlwave.org.
501
502 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
503 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
504
505 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
506 See idlwave.org.
507
508 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
509 version 6.0 (minimal changes). See idlwave.org.
510
511 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
512 6.0 (minimal changes). See idlwave.org.
513
514 * progmodes/idlw-rinfo.el: File obsoleted and removed.
515
516 2006-04-06 Romain Francoise <romain@orebokech.com>
517
518 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
519 symmetric encryption features and a new asynchronous interface to
520 GnuPG. This new version is version 1.4, plus whitespace changes.
521
522 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
523
524 * files.el: Move some `safe-local-variable' declarations to the
525 respective files.
526
527 * textmodes/ispell.el (ispell-check-comments)
528 (ispell-local-dictionary): Mark as safe.
529
530 * abbrev.el (abbrev-mode): Mark as safe.
531
532 * add-log.el (change-log-default-name): Mark as safe.
533
534 * textmodes/reftex-vars.el (reftex-vref-is-default)
535 (reftex-fref-is-default, reftex-level-indent)
536 (reftex-guess-label-type): Mark as safe.
537
538 * textmodes/fill.el (colon-double-space): Mark as safe.
539
540 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
541 (sentence-end-double-space, sentence-end-without-period)
542 (sentence-end-without-space, sentence-end, sentence-end-base)
543 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
544
545 2006-04-06 Kim F. Storm <storm@cua.dk>
546
547 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
548 the :set-after list.
549 (ido-downcase-unc-hosts): New user option. Default on.
550 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
551 when it is set, as regexps are now applied on the fly.
552 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
553 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
554 on the fly, but only when ido-process-ignore-lists is set.
555 Do case insensitive filtering if ido-downcase-unc-hosts is set.
556 Only downcase names if ido-downcase-unc-hosts is set.
557
558 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
559
560 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
561
562 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
563
564 2006-04-05 Kim F. Storm <storm@cua.dk>
565
566 * ido.el (ido-mode): Set after ido-unc-hosts and
567 ido-ignore-unc-host-regexps.
568 (ido-save-history): Save ido-unc-hosts-cache.
569 (ido-load-history): Load ido-unc-hosts-cache.
570 (ido-reread-directory): Refresh unc hosts cache in // dir.
571
572 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
573 to nil while displaying slash screen.
574
575 2006-04-05 Daiki Ueno <ueno@unixuser.org>
576
577 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
578 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
579
580 2006-04-05 Kenichi Handa <handa@m17n.org>
581
582 * international/characters.el: Setup cases of Latin, Greek, and
583 Cyrillic characters in CJK charsets.
584
585 2006-03-29 Daiki Ueno <ueno@unixuser.org>
586
587 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
588 default-enable-multibyte-characters. This reverts the change from
589 revision 6.17 which is no longer necessary because the passphrase
590 is sent separately now. GnuPG messages are unreadable under
591 multibyte locales with default-enable-multibyte-characters set to nil.
592
593 2006-04-04 Andreas Schwab <schwab@suse.de>
594
595 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
596 and `byte-compile-warnings' as `safe-local-variable'.
597
598 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
599
600 * man.el (Man-mode-map): Restore the \r binding.
601 (Man-abstract-xref-man-page): If Man-target-string is a function,
602 call it.
603 (Man-highlight-references): Use Man-default-man-entry to get the
604 target. Deal with xrefs too.
605 (Man-highlight-references0): Don't call the target function.
606
607 * woman.el (WoMan-xref-man-page): Strip the section number, woman
608 cannot deal with it.
609
610 2006-04-04 Daiki Ueno <ueno@unixuser.org>
611
612 * pgg-gpg.el: Clean up process buffers every time gpg processes
613 complete.
614
615 2006-04-04 Kenichi Handa <handa@m17n.org>
616
617 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
618 here.
619 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
620 Temporarily bind inhibit-field-text-motion to t.
621
622 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
623
624 * startup.el (normal-splash-screen): Only set mode-line-format in the
625 splash buffer, so as not to interfere when debugging the code.
626 Ignore errors when switching buffer.
627
628 2006-04-03 Romain Francoise <romain@orebokech.com>
629
630 * dired.el (dired-dnd-protocol-alist): Fix typo.
631
632 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
633
634 * savehist.el (savehist): Add :version.
635 (savehist-ignored-variables): New variable.
636 (savehist-minibuffer-hook): Don't save variables listed in
637 `savehist-ignored-variables'.
638
639 * dired.el (dired-dnd-protocol-alist): Mention that change does
640 only apply to new buffers in doc string.
641
642 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
643
644 * recentf.el (recentf-open-files-item): Include newline in button
645 field, so opening a file will work, when the point is at the end
646 of the file name. Allow, for example, to [i]search a file by
647 extension and just push RET to open it.
648
649 2006-04-03 Daiki Ueno <ueno@unixuser.org>
650
651 * pgg-gpg.el (pgg-gpg-process-filter)
652 (pgg-gpg-wait-for-completion): Check if buffer is alive.
653
654 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
655 lines, temporary fix.
656
657 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
658
659 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
660
661 2006-04-02 Richard Stallman <rms@gnu.org>
662
663 * progmodes/compile.el (compilation-message-face): Make it defcustom.
664
665 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
666
667 * ibuf-macs.el (define-ibuffer-column): Add a new key:
668 header-mouse-map.
669
670 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
671 (ibuffer-mode-header-map): New keymaps.
672 (ibuffer-update-title-and-summary): Enable mouse face highlighting
673 and keybindings for column headers.
674 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
675 property.
676
677 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
678
679 * speedbar.el (speedbar-after-create-hook): Doc fix.
680
681 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
682
683 * shell.el (shell-directory-tracker)
684 (shell-dynamic-complete-command): Doc fixes.
685
686 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
687
688 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
689 terminals.
690
691 2006-04-01 Kim F. Storm <storm@cua.dk>
692
693 * ido.el (ido-unc-hosts-cache): New defvar.
694 (ido-unc-hosts): If value of defcustom is a function, call it to
695 get list of UNC hosts. Add function-item choices to specify
696 ido-unc-hosts-net-view or user function.
697 (ido-ignore-unc-host-regexps): New defcustom.
698 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
699 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
700 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
701
702 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
703
704 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
705 wwidth.
706
707 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
708
709 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
710 (ido-max-work-file-list, ido-switch-buffer)
711 (ido-read-file-name-as-directory-commands):
712 Fix typos in docstrings.
713
714 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
715
716 * term/mac-win.el (mac-system-coding-system): Define and use after
717 Mac-specific coding systems are ready.
718
719 2006-03-27 Romain Francoise <romain@orebokech.com>
720
721 * net/rcirc.el (rcirc-connect): Add autoload cookie.
722
723 * ldefs-boot.el: Update.
724
725 2006-03-27 Daiki Ueno <ueno@unixuser.org>
726
727 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
728 passphrases when it is not needed.
729 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
730 passphrase stuff from gpg, should only be necessary when you use
731 gpg with a smartcard.
732
733 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
734
735 * comint.el (comint-dynamic-list-completions): Allow user to
736 select *Completions* buffer.
737
738 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
739
740 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
741
742 2006-03-26 Andreas Schwab <schwab@suse.de>
743
744 * progmodes/gud.el (gdb): Only complain about multiple debugging
745 when the gdb process is still running.
746
747 2006-03-25 Eli Zaretskii <eliz@gnu.org>
748
749 * mail/rmail.el (tool-bar-map): Defvar it.
750 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
751 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
752
753 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
754
755 * help.el (print-help-return-message): Suggest to use
756 display-buffer instead of switch-to-buffer-other-window to restore
757 the previous window without selecting it.
758
759 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
760
761 * frame.el (select-frame-by-name): Call x-focus-frame also when
762 window-system is mac.
763
764 * term/mac-win.el: Adjust Courier font specifications in
765 x-fixed-font-alist.
766 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
767 when directly encoding to UTF-16 in native byte order, no BOM.
768
769 2006-03-25 Kim F. Storm <storm@cua.dk>
770
771 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
772 (cua--init-keymaps): Use it instead of fixed C-return.
773 (cua-mode): Set after it.
774
775 * emulation/cua-rect.el (cua--init-rectangles):
776 Use cua-rectangle-mark-key instead of fixed C-return.
777
778 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
779
780 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
781 "run" in .gdbinit.
782 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
783
784 2006-03-24 Romain Francoise <romain@orebokech.com>
785
786 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
787 `display-buffer-other-frame'.
788
789 2006-03-24 Kim F. Storm <storm@cua.dk>
790
791 * apropos.el (apropos-synonyms): Add selection => region.
792
793 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
794
795 * progmodes/gdb-ui.el (gdb-var-create-regexp)
796 (gdb-var-list-children-regexp, gdb-var-update-regexp)
797 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
798 (gdb-data-list-register-values-regexp)
799 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
800 Future proof against new fields being added to MI output.
801 (gdb-send): Don't treat backslashes for program input as
802 continuations.
803 (gdb-assembler-handler): Don't use window-start for this handler.
804 (gdb-frame-handler): Don't change to hollow arrow if overlay
805 arrow doesn't move to new frame.
806
807 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
808
809 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
810 prevent compiler warnings.
811 (gdb-stopped): Check for gud-last-last-frame (case: signal).
812 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
813 (gdb-assembler-custom): Use hollow-right-triangle for assembler
814 buffer too.
815
816 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
817
818 * pgg-gpg.el (pgg-gpg-update-agent): Check for
819 make-network-process, so we can use the same code in Gnus v5-10
820 too and have this file fully synchronized with that release.
821
822 2006-03-23 Romain Francoise <romain@orebokech.com>
823
824 * ibuf-ext.el (ibuffer-read-filter-group-name):
825 Use `ibuffer-generate-filter-groups' to make completion list match
826 the filter groups that are really displayed in the Ibuffer buffer.
827 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
828
829 2006-03-23 Kenichi Handa <handa@m17n.org>
830
831 * international/mule-cmds.el (sort-coding-systems): Describe that
832 the argument is modified in docstring.
833
834 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
835
836 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
837 (pgg-gpg-update-agent): New function.
838 (pgg-gpg-use-agent-p): New function.
839 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
840 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
841 (pgg-gpg-sign-region): Use it.
842
843 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
844
845 * cus-edit.el (custom-face-set): Call custom-push-theme before
846 face-spec set so that `changed' theme is correctly saved.
847 (custom-face-reset-standard): Reset to recalculated face rather
848 than defface spec.
849
850 * custom.el (custom-push-theme): Only save `changed' theme if the
851 current face does not match the defface specs.
852
853 2006-03-21 Simon Josefsson <jas@extundo.com>
854
855 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
856 <wilde@sha-bang.de>.
857 (pgg-gpg-use-agent): New variable.
858 (pgg-gpg-process-region): Use it.
859 (pgg-gpg-encrypt-region): Likewise.
860 (pgg-gpg-encrypt-symmetric-region): Likewise.
861 (pgg-gpg-decrypt-region): Likewise.
862 (pgg-gpg-sign-region): Likewise.
863 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
864
865 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
866
867 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
868 bracket links.
869
870 2006-03-21 Kim F. Storm <storm@cua.dk>
871
872 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
873 fringe-indicator-alist instead of modifying global value.
874 (gdb-frame-handler): Likewise.
875
876 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
877
878 * diff-mode.el (diff-function): Make it inherit from diff-header
879 instead of diff-context.
880
881 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
882 bitmap.
883 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
884 change names in macro above for consistency.
885 (gdb-frame-handler): Use hollow-right-triangle for all selected
886 frames which except the innermost (where execution has stopped).
887 (gdb-reset): Reset buffer-local values of overlay-arrow.
888
889 2006-03-20 Richard Stallman <rms@gnu.org>
890
891 * simple.el (set-mark-command): Doc fix.
892
893 * files.el (display-buffer-other-frame): New command.
894 (ctl-x-4-map): Bind C-x 5 C-o to it.
895
896 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
897
898 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
899 rather than just defer-time, in case defer-time has been changed but
900 the timer isn't running yet.
901 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
902
903 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
904
905 * help-mode.el (help-follow-symbol): New function.
906 Essentially identical to the old `help-follow', but do not let
907 `push-button' do the work when on an xref.
908 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
909
910 2006-03-19 Richard Stallman <rms@gnu.org>
911
912 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
913 preceded by the word `program'.
914 (help-follow-mouse, help-follow): Throw error if not on xref.
915 Delete no longer used args.
916
917 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
918
919 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
920 annotation ensure gud-overlay-arrow-position is redisplayed.
921
922 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
923
924 * textmodes/bibtex.el (bibtex-include-OPTkey)
925 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
926 (bibtex-autokey-name-case-convert)
927 (bibtex-autokey-titleword-case-convert): Make these the aliases
928 for the following two variables.
929 (bibtex-autokey-name-case-convert-function)
930 (bibtex-autokey-titleword-case-convert-function): Make these the
931 real names.
932 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
933 bibtex-font-lock-crossref sublists.
934 (bibtex-mode): Revert 2005-12-30 change (which made
935 completion-ignore-case buffer-local).
936 (bibtex-url): Simplify.
937
938 2006-03-19 Kim F. Storm <storm@cua.dk>
939
940 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
941 cursor property value to 2 (to align with C level change).
942
943 2006-03-19 Bill Wohler <wohler@newt.com>
944
945 * image.el (image-load-path-for-library): Shorten first line in
946 docstring.
947
948 2006-03-18 Richard Stallman <rms@gnu.org>
949
950 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
951
952 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
953
954 * isearch.el (isearch-other-meta-char): Handle user bindings for
955 shifted control characters.
956
957 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
958
959 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
960 part that matches email addresses, file names, etc.
961
962 2006-03-18 Eli Zaretskii <eliz@gnu.org>
963
964 * term/w32-win.el (mouse-set-font):
965 Mention w32-list-proportional-fonts in the doc string.
966
967 2006-03-18 Kim F. Storm <storm@cua.dk>
968
969 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
970 (ido-unc-hosts): New user option to explicitly define list of know
971 UNC-style hosts for completion.
972 (ido-cache-unc-host-shares-time): New user option.
973 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
974 New helper functions for UNC file-name support.
975 (ido-may-cache-directory): Check for UNC host. Simplify.
976 (ido-wash-history): Clean out old UNC hosts.
977 (ido-nonreadable-directory-p): UNC hosts are always readable.
978 (ido-directory-too-big-p): UNC hosts are never too big.
979 (ido-set-current-directory): Handle UNC root path.
980 (ido-file-name-all-completions): Complete UNC host names from
981 ido-unc-hosts list. Cache UNC host shares.
982 (ido-make-file-list-1): Don't filter UNC root.
983 (ido-exhibit): Check for // in root directory, and switch to UNC
984 mode by setting ido-current-directory to //.
985
986 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
987
988 * cus-edit.el (customize-changed-options): Mention explicit
989 version number as default in prompt.
990
991 2006-03-17 Bill Wohler <wohler@newt.com>
992
993 * image.el (image-load-path-for-library): Minor docstring fix.
994
995 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
996
997 * textmodes/org.el (org-read-date): Include subgroup 5 into
998 replacement text.
999 (org-popup-calendar-for-date-prompt): Fix customization type.
1000
1001 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1002
1003 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1004 (gdb-continuation): New variable.
1005 (gdb-send): Deal with continuation lines.
1006
1007 * progmodes/gud.el (gud-gdb-complete-command)
1008 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1009 expressions.
1010 (gud-tooltip-mode): Use buffer-local value.
1011
1012 2006-03-16 Kim F. Storm <storm@cua.dk>
1013
1014 * ido.el (ido-edit-input): Use selected match, if any.
1015
1016 2006-03-16 Bill Wohler <wohler@newt.com>
1017
1018 * image.el (image-load-path-for-library): Prefer user's images in
1019 image-load-path.
1020
1021 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1022
1023 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1024 when checking for attempt to drag leftmost or rightmost scrollbar.
1025
1026 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1027
1028 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1029 (gdb-force-mode-line-update): New function.
1030 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1031 (gdb-exited): Use them.
1032 (gdb-signal): New function.
1033 (gdb-annotation-rules): Provide a rule for it.
1034
1035 2006-03-16 Kenichi Handa <handa@m17n.org>
1036
1037 * international/mule.el (auto-coding-regexp-alist): Add entries
1038 for Unicode BOM.
1039
1040 * sort.el (sort-build-lists): Temporarily bind
1041 inhibit-field-text-motion to t.
1042
1043 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1044
1045 * locate.el (locate-command, locate-make-command-line)
1046 (locate-fcodes-file, locate-update-command)
1047 (locate-prompt-for-command, locate, locate-with-filter)
1048 (locate-get-file-positions): Doc fixes.
1049 (locate-buffer-name, locate-header-face): Remove leading `*' in
1050 defcustom.
1051 (locate-filter-output): Use `keep-lines' instead of its alias
1052 `delete-non-matching-lines'.
1053 (locate-get-filename, locate-get-dirname): Add introductory comment.
1054 (locate-find-directory-other-window): Give appropriate error
1055 message if used outside main listing.
1056
1057 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1058
1059 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1060 the new extend-region feature.
1061 (font-lock-after-change-function): Update correspondingly.
1062 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1063 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1064
1065 2006-03-15 Bill Wohler <wohler@newt.com>
1066
1067 * image.el (image-load-path-for-library): Fix example by not
1068 recommending that one binds image-load-path. Just defvar it to
1069 placate compiler and only use it if previously defined.
1070
1071 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1072
1073 * textmodes/org.el (org-insert-centered): Use `string-width' to
1074 make underlining work for wide characters.
1075 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1076 TAB to `org-cycle', to make sure that no binding in
1077 `outline-mode-map' can supercede it.
1078
1079 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1080
1081 * allout.el: Increment version to 2.2.1 in file commentary.
1082
1083 (allout-version): Increment to 2.2.1.
1084
1085 (allout-default-layout): New customization variable, used when the
1086 file lacks a specific allout-layout. Uses allout-layout-type for
1087 recursively nested definition.
1088
1089 (allout-layout-type): Widget defining allout layouts, necessary for
1090 self-recursive definition.
1091
1092 (allout-mode): Incorporate allout-default-layout as fallback for
1093 allout-layout.
1094
1095 (allout-layout): Mark as 'safe-local-variable', and refer mention
1096 fallback to `allout-default-layout' in absence of a specified value.
1097 (allout-passphrase-verifier-string)
1098 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1099
1100 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1101
1102 (allout-get-encryption-passphrase-verifier): Use correct name of
1103 passphrase verifier in docstring.
1104
1105 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1106
1107 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1108 elements.
1109 (gdb-find-watch-expression): Make it work for arrays too.
1110 Follow change to gdb-var-list.
1111 (gud-watch): Allow the user to enter variable name with a prexix
1112 arg. Create keybindings.
1113 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1114 (gdb-var-list-children-handler, gdb-var-update-handler)
1115 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1116 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1117 Follow change to gdb-var-list.
1118 (gdb-starting): Don't show the overlay arrows when program is running.
1119
1120 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1121 gdb-var-list.
1122
1123 2006-03-14 Bill Wohler <wohler@newt.com>
1124
1125 * image.el (image-load-path-for-library): Pass value of path
1126 rather than symbol. Always return list of directories.
1127 Guarantee that image directory comes first.
1128
1129 2006-03-14 Alan Mackenzie <acm@muc.de>
1130
1131 * font-core.el (font-lock-extend-region\(-function\)?.):
1132 New function/variable.
1133
1134 * font-lock.el (font-lock-after-change-function):
1135 Call font-lock-extend-region. Obey font-lock-lines-before.
1136 (font-lock-default-fontify-region): Remove reference to
1137 font-lock-lines-before.
1138
1139 * jit-lock.el (jit-lock-after-change):
1140 Call font-lock-extend-region. Obey font-lock-lines-before.
1141
1142 2006-03-14 David Ponce <david@dponce.com>
1143
1144 * tree-widget.el (tree-widget-themes-load-path)
1145 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1146
1147 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1148
1149 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1150 (rcirc-print): Mark the start of text at the end of the prompt.
1151 (rcirc-track-minor-mode): Add autoload cookie.
1152 (rcirc-update-activity-string): Add space to front of mode-line
1153 indicator.
1154
1155 2006-03-13 Miles Bader <miles@gnu.org>
1156
1157 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1158 (rcirc-abbrev-nick): Remove function.
1159 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1160
1161 2006-03-13 David Ponce <david@dponce.com>
1162
1163 * tree-widget.el: Handle themes across all occurrences of the main
1164 themes sub-directory found in tree-widget-themes-load-path.
1165 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1166 (tree-widget--locate-sub-directory): Return all occurrences.
1167 (tree-widget-themes-path): New function.
1168 Replace tree-widget-themes-directory, and return a list of directories.
1169 (tree-widget-set-parent-theme)
1170 (tree-widget-lookup-image): Use it.
1171
1172 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1173
1174 * textmodes/org.el (org-link-search): Avoid self-matching of
1175 links, allow target text to be distributed over several lines.
1176 (org-search-not-link): New function.
1177 (org-set-regexps-and-options, org-get-current-options):
1178 New startup options.
1179 (org-export-as-html): Take odd-level setting from local variable.
1180 (org-fontify-emphasized-text): New option.
1181 (org-set-font-lock-defaults): Include emphasized text.
1182 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1183 (org-font-lock): Customize group renamed from `org-faces'.
1184
1185 2006-03-13 John Paul Wallington <jpw@pobox.com>
1186
1187 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1188 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1189
1190 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1191
1192 * cus-start.el (all): Delete :version keyword for members of the
1193 fringe group, since the entire group is new in 22.1.
1194
1195 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1196
1197 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1198 map if value is hexadecimal (an address).
1199 (gud-watch): Only search roots for existing watch expressions.
1200 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1201 prevent caching problems with speedbar-update-directory-contents.
1202
1203 2006-03-12 Juri Linkov <juri@jurta.org>
1204
1205 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1206 before comparing with `low' and `warn'.
1207
1208 * info.el (Info-dir-remove-duplicates): Move point to the
1209 beginning of the current line after deleting the entries from
1210 redundant heading. Use marker for `limit' and compare it with
1211 point before calling `re-search-forward'.
1212
1213 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1214
1215 * simple.el (yank): Fix typo in docstring.
1216
1217 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1218
1219 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1220 messages, where "D" is the 6th character.
1221
1222 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1223
1224 * simple.el (yank): Fix last change.
1225
1226 2006-03-11 David Ponce <david@dponce.com>
1227
1228 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1229 merging elements from the standard ispell-dictionary-alist.
1230 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1231 alist, and return the new alist.
1232
1233 2006-03-11 Richard Stallman <rms@gnu.org>
1234
1235 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1236
1237 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1238 the way it is implemented is too unclean.
1239
1240 * simple.el (kill-region, yank): Doc fix.
1241
1242 * battery.el (battery-echo-area-format): Doc fix.
1243 (battery-mode-line-format): Likewise.
1244 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1245 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1246
1247 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1248
1249 * progmodes/octave-mod.el (octave-indent-for-comment):
1250 Behave according to do string.
1251
1252 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1253
1254 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1255 Be visible only if major mode is Mail Mode.
1256
1257 * textmodes/flyspell.el (flyspell-external-point-words)
1258 (flyspell-process-localwords): Fix last changes.
1259
1260 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1261
1262 * calendar/holidays.el (list-holidays): Doc fix.
1263
1264 * international/mule.el (auto-coding-alist): Add .odt
1265 (OpenOffice's open document) files.
1266
1267 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1268 document) files. Mention in the doc string the need to sync with
1269 auto-coding-alist.
1270
1271 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1272
1273 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1274 enable-local-variables is set to always query, or there is no
1275 savable variable.
1276
1277 2006-03-10 Bill Wohler <wohler@newt.com>
1278
1279 * image.el (image-load-path-for-library): Merge at least three
1280 functions from Gnus and MH-E into this one function that can now
1281 be shared.
1282
1283 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1284
1285 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1286 gdb-remove-mouse-face and remove help-echo too.
1287 (gdb-enqueue-input): Correct conditional clause.
1288
1289 2006-03-10 Glenn Morris <rgm@gnu.org>
1290
1291 * calendar/calendar.el (calendar-holidays): Doc fix.
1292 * calendar/holidays.el (list-holidays): Doc fix.
1293
1294 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1295
1296 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1297 it gets called in gdb-prompt anyway.
1298 (gdb-use-separate-io-buffer): Only restore window arrangement for
1299 gdb-many-windows.
1300 (gdb-enqueue-input): Make it harder to send GDB input when program
1301 is running.
1302 (gdb-buffer-list): New variable.
1303 (gdb-remove-mouse-face): New function.
1304 (gdb-starting): Use it when GDB input won't get sent.
1305
1306 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1307
1308 * help.el (view-lossage): Remove trailing whitespace before
1309 inserting "\n".
1310
1311 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1312
1313 * files.el (hack-local-variables-confirm):
1314 Set coding-system-for-read to nil before writing to .emacs.
1315
1316 * arc-mode.el (archive-extract): Check if an existing buffer name
1317 comes from a different archive.
1318
1319 * help.el (describe-key-briefly): If KEY is a down event, read and
1320 discard the up event.
1321
1322 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1323
1324 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1325 be edited and use font-lock-warning-face for any changes.
1326
1327 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1328 (gdb-edit-value): Use it to report any errors.
1329
1330 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1331
1332 * help.el (describe-key): Remove leftover test code.
1333
1334 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1335
1336 * textmodes/org.el: Move defvars out of eval-when-compile.
1337 Use buffer-file-name variable.
1338 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1339 arg `file'.
1340 (org-level-faces): Remove startup dependency.
1341 (org-cycle, org-map-tree, org-scan-tags)
1342 (org-remember-handler): Don't call `outline-level' directly.
1343 (org-mhe-search-all-folders): New option.
1344 (org-mhe-get-message-folder-from-index)
1345 (org-mhe-get-message-folder): Fix indexing search.
1346 (org-format-agenda-item): Handle nil TAGS argument.
1347 (org-cleaned-string-for-export, org-activate-target-links)
1348 (org-make-target-link-regexp): Deal with empty radio target list.
1349 (org-tag): New face.
1350 (org-get-level-face): New function.
1351 (org-set-font-lock-defaults): Simplify setup for headlines.
1352 (org-complete): Pass common substring to `display-completion-list'.
1353
1354 2006-03-06 David Ponce <david@dponce.com>
1355
1356 * tree-widget.el: Update Commentary header.
1357 (tree-widget-theme-name): Ignore parent themes.
1358 (tree-widget-set-parent-theme): New function.
1359 (tree-widget-set-theme): Use it.
1360 (tree-widget-set-image-properties): Move definition. Does nothing
1361 if image properties have already been set.
1362 (tree-widget-image-properties): Move definition. Receive an image
1363 name. Set the :pointer property.
1364 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1365 Don't set the :pointer image property.
1366 (tree-widget-convert-widget): New function. Handle :dynargs
1367 compatibility here.
1368 (tree-widget): Use it to :convert-widget. Add the :expander-p
1369 predicate to control when the :expander function is entered.
1370 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1371 (tree-widget-value-create): Handle :expander-p. widget-apply
1372 :expander.
1373 (tree-widget-expander-p): New function. Default value of the
1374 :expander-p property.
1375
1376 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1377
1378 * help.el (describe-key): Properly handle the return value of
1379 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1380 remaps. Handle string and vector `follow-link' values.
1381
1382 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1383
1384 * complete.el (PC-expand-many-files): Try be more careful when parsing
1385 the shell's output.
1386
1387 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1388
1389 * outline.el (hide-sublevels): Provide better interactive default.
1390
1391 2006-03-06 Kenichi Handa <handa@m17n.org>
1392
1393 * international/fontset.el (create-fontset-from-fontset-spec):
1394 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1395
1396 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1397
1398 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1399 backslashes instead of one in regexp.
1400 (gud-tooltip-dereference): Add missing optional argument.
1401
1402 2006-03-04 John Paul Wallington <jpw@pobox.com>
1403
1404 * wdired.el (toplevel): Require `cl' at compile-time.
1405
1406 2006-03-04 Andreas Schwab <schwab@suse.de>
1407
1408 * server.el (server-process-filter): Handle errors during
1409 evaluation of the argument.
1410
1411 2006-03-03 John Paul Wallington <jpw@pobox.com>
1412
1413 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1414 escape parentheses at beginning of line.
1415 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1416 (t-mouse-mode): Remove period from end of error message.
1417
1418 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1419
1420 * textmodes/flyspell.el (flyspell-process-localwords):
1421 Be case-sensitive.
1422
1423 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1424
1425 * cus-edit.el (custom-quote): Remove function, since it has been
1426 moved to custom.el.
1427
1428 * font-lock.el (lisp-font-lock-keywords-2)
1429 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1430 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1431 they have no special meaning.
1432
1433 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1434 indirect buffer gets killed before indirect buffer. Use dolist.
1435
1436 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1437
1438 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1439 value instead of a literal constant (1) on more pauses.
1440
1441 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1442
1443 * textmodes/flyspell.el (flyspell-external-point-words):
1444 Be case-sensitive.
1445
1446 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1447
1448 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1449 with "www".
1450
1451 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1452
1453 * allout.el: Restablish intermediate missing comment header to
1454 preserve outline structure.
1455 (allout-beginning-of-current-entry): Skip invisible text.
1456 (allout-open-topic): Fix opening a topic at end-of-buffer.
1457 (allout-minor-mode): Move nearer to allout-mode function.
1458
1459 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1460
1461 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1462
1463 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1464
1465 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1466 is nil.
1467
1468 * progmodes/gud.el (gud-speedbar-menu-items):
1469 Use buffer-local-value and add missing :visible keyword.
1470
1471 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1472
1473 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1474
1475 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1476 must be `follow-link'.
1477
1478 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1479
1480 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1481 formatting: No nested anchors.
1482 (org-all-targets): Fix bug with XEmacs compatibility.
1483 (org-read-date): Add (require 'parse-time).
1484 (org-set-tags): Fix bug with extra inserted space.
1485 (org-export-html-style): Define a style class for targets.
1486 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1487 (org-hide-leading-stars): New option.
1488 (org-hide): New face.
1489 (org-set-font-lock-defaults): Allow to hide leading stars.
1490 (org-get-legal-level, org-tr-level): New functions.
1491 (org-odd-levels-only): New option.
1492 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1493 (org-demote, org-promote): Deal with double-star levels.
1494 (org-convert-to-odd-levels): New command.
1495
1496 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1497
1498 * speedbar.el (speedbar-update-localized-contents): Try to
1499 preserve window-start.
1500 (speedbar-update-directory-contents): Try to preserve window-start
1501 and window-point.
1502 (speedbar-update-special-contents): Don't move back to start of window.
1503
1504 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1505 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1506 speedbar-timer-fn.
1507 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1508 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1509 instead of gdb-speedbar-timer-fn.
1510
1511 2006-02-28 Jay Belanger <belanger@truman.edu>
1512
1513 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1514 (math-compose-expr): Use latex option when calling
1515 `math-compose-tex-matrix' for latex mode.
1516
1517 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1518
1519 * speedbar.el: Re-instate comments about developing for speedbar
1520 [this is what info and gdb-ui use even if better methods exist now].
1521
1522 * t-mouse.el: New file.
1523 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1524 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1525 (t-mouse-make-event-element): Use posn-at-x-y instead.
1526 (t-mouse-make-event): Deal with Fedora Core 3.
1527 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1528 (t-mouse-mouse-position-function): New function. Use it instead
1529 of advising mouse-position.
1530 (t-mouse-mode): New minor mode.
1531 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1532
1533 2006-02-27 Glenn Morris <rgm@gnu.org>
1534
1535 * calendar/calendar.el (calendar-holidays): Doc fix.
1536
1537 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1538
1539 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1540 Re-introduce the concept of a source window.
1541 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1542 consistency with get-buffer-create.
1543 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1544 (gdb-data-list-register-values-handler)
1545 (gdb-stack-list-locals-handler): Try to preserve window-start as
1546 well as window-point.
1547 (gdb-display-source-buffer): New function (old concept).
1548 (gdb-goto-breakpoint): Use it.
1549
1550 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1551 for gdb-ui/gdb-mi (old concept).
1552
1553 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1554
1555 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1556 binding.
1557
1558 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1559
1560 * textmodes/reftex-sel.el (reftex-select-label-map)
1561 (reftex-select-bib-map): Add `follow-mouse' binding.
1562
1563 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1564
1565 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1566 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1567 Give :set functions to provide automatic updating.
1568 Update docstring. Give compiler defvars early in the file
1569 and move the defcustoms to a later spot where all called functions
1570 are defined.
1571 (jka-compr-file-name-handler-entry): Doc fix.
1572 (jka-compr-compression-info-list--internal)
1573 (jka-compr-mode-alist-additions--internal)
1574 (jka-compr-load-suffixes--internal): New variables.
1575 (jka-compr-install): Set the three above variables.
1576 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1577 (jka-compr-update, jka-compr-set): New functions.
1578 (auto-compression-mode): Doc fix.
1579
1580 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1581 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1582 Use jka-compr-compression-info-list--internal,
1583 jka-compr-mode-alist-additions--internal and
1584 jka-compr-load-suffixes--internal.
1585
1586 * files.el (load-library):
1587 * loadhist.el (file-loadhist-lookup):
1588 * startup.el (command-line):
1589 * subr.el (locate-library):
1590 * emacs-lisp/autoload.el (update-directory-autoloads):
1591 * emacs-lisp/find-func.el (find-library-suffixes):
1592 Use `get-load-suffixes' instead of `load-suffixes'.
1593
1594 * subr.el (locate-library):
1595 * emacs-lisp/find-func.el (find-library-name):
1596 Use `load-file-rep-suffixes' instead of '("").
1597
1598 2006-02-26 Kim F. Storm <storm@cua.dk>
1599
1600 * ido.el (ido-save-history, ido-load-history): Simplify.
1601 Don't use find-file-noselect to avoid interference from other modes.
1602
1603 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1604
1605 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1606 to use the default shell if filename is not available.
1607 Reported by Giorgos Keramidas.
1608
1609 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1610
1611 * progmodes/etags.el (tags-completion-table): Do completion from
1612 all the tables in the current list, as documented in the manual.
1613
1614 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1615
1616 * CC Mode Update to 5.31.3.
1617
1618 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1619
1620 * progmodes/cc-mode.el (c-postprocess-file-styles):
1621 Bind inhibit-read-only to t, around the call to
1622 c-remove-any-local-eval-or-mode-variables, so that it works on a
1623 RO file.
1624
1625 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1626
1627 * progmodes/cc-awk.el: Correct a typo.
1628
1629 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1630
1631 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1632 c-hungry-delete-backwards, at the request of RMS. Leave the old
1633 name as an alias.
1634
1635 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1636
1637 * progmodes/cc-mode.el: Correct a typo.
1638
1639 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1640
1641 * progmodes/cc-defs.el: Update the version number to 5.31.3.
1642
1643 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1644
1645 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1646 brace-else-brace (error due to mbeg, mend being undefined).
1647
1648 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1649
1650 * progmodes/cc-mode.el: File Local variables: Solve the problem
1651 where both `mode' and c-file-offsets are specified: `mode' will
1652 overwrite c-f-o's settings:
1653 (c-remove-any-local-eval-or-mode-variables): New function.
1654 (c-postprocess-file-styles): Call the above new function, within
1655 c-tentative-buffer-change, to splat `mode' and `eval' before the
1656 second hack-local-variables.
1657
1658 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1659
1660 * progmodes/cc-mode.el:
1661 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1662 (c-after-change): Protect the match data with save-match-data.
1663 It was getting corrupted by c-after-change-check-<>-operators.
1664
1665 * cc-defs.el: [Supersedes patch V1.38]:
1666 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1667 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
1668
1669 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1670 with save-match-data. It was being corrupted when Font Lock was
1671 not enabled.
1672
1673 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1674
1675 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1676 Mode and Subword Mode.
1677
1678 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1679 real labels ("case 1:" or "foo:") from non-labels ("public:").
1680 (c-forward-objc-directive): Replace c-forward-token-2 with crude
1681 coding; c-f-t-2 doesn't move over a token at EOB.
1682
1683 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1684
1685 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1686 (c-update-modeline): Concatenate the minor mode indicators
1687 directly onto mode-name, removing c-submode-indicators.
1688 Sometimes, c-s-i got separated from the mode name on the mode line.
1689
1690 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1691 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1692
1693 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1694
1695 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1696 error message when there's an evaluation error to show whether
1697 it's loaded from source or not.
1698 (c-filter-ops): Make it available at runtime too to work when
1699 `c-make-init-lang-vars-fun' needs to evaluate from source.
1700
1701 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
1702
1703 * help.el (help): Revert last part of 2006-02-23 change (deletion
1704 of the `provide' call).
1705
1706 2006-02-23 Juri Linkov <juri@jurta.org>
1707
1708 * compare-w.el (compare-windows-highlight): Add new value
1709 `persistent' and change :type from `boolean' to `choice'.
1710 (compare-windows-overlays1, compare-windows-overlays2):
1711 New internal variables.
1712 (compare-windows-highlight): If compare-windows-highlight is
1713 `persistent', add current overlays to compare-windows-overlays[12]
1714 instead of adding compare-windows-dehighlight to pre-command-hook.
1715 (compare-windows-dehighlight): Delete all overlays from
1716 compare-windows-overlays[12].
1717
1718 * info.el (Info-search): Don't bind search-spaces-regexp to
1719 Info-search-whitespace-regexp in non-regexp isearch mode.
1720
1721 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1722
1723 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1724
1725 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
1726
1727 * textmodes/org.el (org-xemacs-p)
1728 (org-export-html-show-new-buffer, org-table-may-need-update)
1729 (org-insert-item, org-mhe-get-message-real-folder)
1730 (org-mhe-get-message-folder-from-index)
1731 (org-mhe-get-message-folder, org-mhe-get-message-num)
1732 (org-mhe-get-header, org-make-org-heading-search-string)
1733 (org-make-org-heading-camel, org-table-sort-lines)
1734 (org-format-org-table-html, org-format-table-table-html):
1735 Fix typos in docstrings.
1736
1737 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
1738
1739 * textmodes/org.el (org-cleaned-string-for-export)
1740 (org-solidify-link-text): New function.
1741 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1742 XEmacs, just to silence the compiler.
1743 (org-export-as-ascii, org-export-as-html-and-open):
1744 Use `org-cleaned-string-for-export' and create internal links.
1745 (org-follow-mhe-link): Require mh-e, use folder.
1746
1747 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1748
1749 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1750
1751 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1752 gdb-debug-log-length.
1753 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
1754 it a real ring but...
1755 (gud-gdba-marker-filter): ...make it work like mark-ring.
1756 (gdb-enable-debug): Rename from gdb-enable-debug-log.
1757 (gdb-mouse-jump): New function. Add bindings.
1758
1759 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1760
1761 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1762 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1763 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1764 (gdb-debug-log-length): Customize it's length.
1765 (gud-watch, gdb-var-create-handler): Display function::var format
1766 but don't use to create variable object.
1767 (gdb-var-create-handler): Use message-box in place of message.
1768 (gdb-stopped): Call gdb-exited if signalled.
1769
1770 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
1771
1772 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1773
1774 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1775
1776 * textmodes/reftex.el (reftex-locate-file): Search all extensions
1777 if `reftex-try-all-extensions' is set.
1778
1779 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1780 fail silently when there is no valid argument at point.
1781 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1782 `fail-silently' argument. From a patch by David Reiter.
1783
1784 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1785 New commands.
1786 (org-mark-ring): New variable.
1787 (org-mark-ring-length): New option.
1788 (org-open-at-point, org-goto, org-open-file): Push old position
1789 onto the mark ring.
1790 (org-add-hook): New function.
1791 (org-export-table-remove-special-lines): New option.
1792 (org-skip-comments, org-format-org-table-html): Respect new
1793 option `org-export-table-remove-special-lines'.
1794 (org-open-file): Allow special command configuration for
1795 directory link.
1796 (org-file-apps): Fix bugs in customize type, added setting
1797 for directories.
1798 (org-activate-tags, org-format-agenda-item, org-complete)
1799 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1800 (org-get-tags, org-get-buffer-tags, org-open-at-point)
1801 (org-link-search, org-make-org-heading-search-string)
1802 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1803 (org-radio-targets, org-file-link-context-use-camel-case)
1804 (org-activate-camels): New options.
1805 (org-update-radio-target-regexp, org-all-targets)
1806 (org-make-target-link-regexp, org-activate-target-links):
1807 New functions.
1808 (org-make-org-heading-search-string): New function.
1809 (org-store-link, org-insert-link): Use new option
1810 `org-file-link-context-use-camel-case'.
1811 (org-activate-camels): Use new option `org-activate-camels'.
1812 (org-link-regexp): Add mhe prefix.
1813 (org-open-at-point, org-store-link): Support for mhe links.
1814 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1815 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1816 (org-mhe-get-header, org-follow-mhe-link): New functions.
1817 (org-remove-angle-brackets, org-add-angle-brackets):
1818 New functions.
1819 (org-bracket-link-regexp): New constant.
1820 (org-read-date): Fix bug that was rejecting all typed dates.
1821 (org-link-search): Make hierarchy above visible after a match.
1822 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1823 (org-store-link): Fix bug with link creation when cursor is in
1824 an empty line.
1825 (org-open-at-point): Fix bug with matching a link.
1826 Fixed buggy argument sequence in call to `org-view-tags'.
1827 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1828 (org-prefix-has-tag): New variable.
1829 (org-format-agenda-item): Remove tags from headline
1830 if appropriate.
1831 (org-agenda-remove-tags-when-in-prefix): New option.
1832
1833 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
1834
1835 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1836 Fix the regular expressions.
1837
1838 2006-02-21 Richard M. Stallman <rms@gnu.org>
1839
1840 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1841 if there's no other specific basis.
1842
1843 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1844 as variables at all.
1845 (unsafep-variable): Rename arg; doc fix.
1846
1847 * abbrevlist.el (list-one-abbrev-table): Add autoload.
1848
1849 * calendar/appt.el (diary-selective-display): Add defvar.
1850
1851 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
1852
1853 * isearch.el (search-whitespace-regexp): Fix custom type.
1854
1855 * help.el (describe-key-briefly): Compute interactive args
1856 in same was as before previous change.
1857
1858 * files.el (enable-local-variables): Doc fix.
1859
1860 2006-02-21 Kim F. Storm <storm@cua.dk>
1861
1862 * fringe.el: Cleanup as file is now pre-loaded.
1863 (fringe-bitmaps): Initialize unconditionally.
1864 (fringe-mode, set-fringe-style): Remove autoload cookies.
1865
1866 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1867
1868 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
1869 `horizontal-bar'.
1870 (fringe-cursor-alist): Use `horizontal-bar'.
1871
1872 2006-02-20 Kim F. Storm <storm@cua.dk>
1873
1874 * fringe.el (fringe-bitmaps): Update to new bitmap names.
1875 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
1876
1877 * loadup.el: Load "fringe" on window systems.
1878
1879 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1880
1881 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
1882 out of scope components.
1883
1884 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
1885 default.
1886
1887 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
1888
1889 * custom.el (customize-mark-to-save, customize-mark-as-set):
1890 Load the symbol first.
1891
1892 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
1893
1894 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
1895 strech spec so it doesn't display as "^J" on the header line
1896 when `Buffer-menu-use-header-line' is t.
1897
1898 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1899
1900 * speedbar.el (speedbar-make-button): Keep text properties
1901 of string arguments if desired.
1902
1903 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
1904 expessions.
1905
1906 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
1907 of speedbar.
1908
1909 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
1910
1911 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
1912 to value of `read-file-name-completion-ignore-case'.
1913
1914 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
1915
1916 * custom.el (customize-mark-as-set): Push to `user' theme.
1917
1918 * cus-edit.el (custom-save-variables): Allow unthemed values.
1919 (customize-set-variable): Push setting to `user' theme.
1920
1921 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
1922
1923 * progmodes/gud.el: Don't require font-lock as it's now
1924 automatically loaded.
1925 (gud-speedbar-buttons): Replace gdb-var-changed with
1926 gdb-force-update.
1927
1928 * progmodes/gdb-ui.el (gdb-force-update): Rename from
1929 gdb-var-changed.
1930 (gdb-post-prompt): Use it.
1931 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1932 (gdb-var-update-handler, gdb-var-delete)
1933 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
1934 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
1935 gdb-force-update in gdb-post-prompt.
1936 (gdb-reset): Clear watch expressions from speedbar when quitting.
1937
1938 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
1939
1940 * viper-cmd.el (viper-insert-state-post-command-sentinel)
1941 (viper-change-state-to-vi, viper-change-state-to-emacs):
1942 Make aware of cursor coloring in the Emacs state.
1943 (viper-special-read-and-insert-char): Use read-char-exclusive.
1944 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
1945
1946 * viper-init.el (viper-emacs-state-cursor-color): New variable.
1947
1948 * viper-util.el (viper-save-cursor-color)
1949 (viper-get-saved-cursor-color-in-replace-mode)
1950 (viper-get-saved-cursor-color-in-insert-mode)
1951 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
1952 state.
1953 (viper-get-saved-cursor-color-in-emacs-mode): New function.
1954
1955 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
1956 (ediff-ignore-case-option3, ediff-actual-diff-options)
1957 (ediff-actual-diff3-options): New variables to control case sensitivity.
1958 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
1959 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
1960 (ediff-toggle-ignore-case): New function.
1961 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
1962
1963 * ediff-help.el (ediff-long-help-message-narrow2)
1964 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
1965 (ediff-long-help-message-word-mode): Add ignore-case command.
1966 (ediff-help-for-quick-help): Add ignore-case command.
1967
1968 * ediff-merg.el: Move provide to the end.
1969
1970 * ediff-ptch.el: Move provide to the end.
1971
1972 * ediff-wind.el: Move provide to the end.
1973
1974 * ediff-mult.el: Move provide to the end.
1975 (ediff-set-meta-overlay): Enable follow-link.
1976
1977 * ediff.el: Move provide to the end.
1978 Break recursive load cycle in eval-when-compile.
1979 (ediff-patch-buffer): Better heuristics.
1980
1981 * ediff-util.el: Move provide to the end.
1982 Break recursive load cycle in eval-when-compile.
1983 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
1984 defuns.
1985 (ediff-submit-report): Pass the values of ediff-diff3-program,
1986 ediff-diff3-options.
1987
1988 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
1989
1990 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
1991 the opening bracket of the following bracketing pairs: {}, [], (), <>,
1992 `' (for example, in the docstring of `windmove-default-keybindings').
1993
1994 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
1995
1996 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
1997 shadow face. Don't provide binding to edit variable when it is
1998 out of scope.
1999
2000 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2001 (gdb-var-update-handler): Detect out of scope variables with pre
2002 GDB 6.4 too.
2003 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2004 Reset status of variable objects to nil in update handlers.
2005 (gdb-var-update-handler-1): Detect when a variable object comes
2006 in scope. setcar on var changes gdb-var-list directly.
2007
2008 2006-02-17 Juri Linkov <juri@jurta.org>
2009
2010 * ffap.el (ffap) <defface>: Add explicit face declaration.
2011 (ffap-highlight): Use face `ffap' directly instead of checking
2012 for its existence.
2013
2014 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2015 `visible-ok' of `other-buffer' to find the right original buffer.
2016
2017 * info.el (Info-search): Skip `Local Variables' node.
2018
2019 2006-02-17 Juri Linkov <juri@jurta.org>
2020
2021 * info.el (Info-find-file): Check for symbols `apropos', `history',
2022 `toc' in the input filename, and return these symbols as is.
2023 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2024 `history', `toc' instead of strings.
2025 (Info-set-mode-line): For non-string Info-current-file use the
2026 symbol's name inside **.
2027 (Info-isearch-push-state): Add quote before Info-current-file and
2028 Info-current-node.
2029 (Info-isearch-pop-state): Use `equal' instead of `string='.
2030 (Info-extract-pointer, Info-following-node-name): Use
2031 `match-string-no-properties' instead of `match-string'.
2032 (Info-up): Check `old-file' for `stringp'.
2033 (Info-history): Use `equal' instead of `string-equal'.
2034 Check `file' for `stringp'.
2035 (Info-history): Use symbol `history' instead of string as first arg
2036 of `Info-find-node'.
2037 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2038 `toc' instead of string.
2039 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2040 instead of `buffer-substring', and `match-string-no-properties'
2041 instead of `match-string'.
2042 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2043 instead of strings.
2044 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2045 Use symbol `apropos' instead of string.
2046 (Info-copy-current-node-name): Check `Info-current-file' for
2047 `stringp' and construct a command with `Info-find-node' from it.
2048 (Info-fontify-node): Use `match-string-no-properties' instead of
2049 `match-string' and check file names for `stringp'.
2050 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2051 `history', `toc' instead of strings.
2052
2053 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2054
2055 * files.el: Rearrange functions and variables in the file local
2056 variables section.
2057
2058 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2059
2060 * files.el: Add truncate-lines, ispell-check-comments and
2061 ispell-local-dictionary as safe local variables.
2062
2063 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2064
2065 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2066 out of scope variables.
2067 (gud-speedbar-buttons): Use unless.
2068
2069 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2070 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2071 (gdb-show-changed-values): Also use for out of scope variables.
2072 (gdb-var-update-handler-1): Note if variable goes out of scope.
2073
2074 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2075
2076 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2077 default to global variable values for unsupplied args.
2078 (rcirc-get-buffer-create): Fix bug with setting the target.
2079 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2080 test for rcirc-always-use-server-buffer-flag here.
2081 (rcirc-response-formats): Add %N, which is a facified nick. %n
2082 uses the default face. Change the ACTION format string. If the
2083 "nick" is the server, don't print anything for that field.
2084 Comment fixes.
2085 (rcirc-target-buffer): Don't test
2086 rcirc-always-use-server-buffer-flag here.
2087 (rcirc-print): Squeeze extra spaces out of the text before message.
2088 (rcirc-put-nick-channel): Strip potential "@" char from nick
2089 before adding them to nick table.
2090 (rcirc-url-regexp): Improve to match address like "foo.com".
2091
2092 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2093
2094 * allout.el (allout-hidden-p): Move this defsubst before
2095 allout-overlay-interior-modification-handler, where it is first
2096 used.
2097
2098 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2099
2100 * allout.el: Use allout invisible-text overlays instead of
2101 selective display for concealed text. Also, lots of general
2102 cleanup, and improved compatibility code.
2103
2104 (allout-version) Incremented, corrected, revised, and refined
2105 module commentary.
2106
2107 (provide 'allout): Moved to the bottom, added a require of overlay.
2108
2109 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2110 `except-current'.
2111 (allout-write-file-hook-handler): Minimize delay.
2112 (count-trailing-whitespace-region): New function so
2113 auto-encryption of current topic can resituate cursor exactly.
2114 PGP/GPG encryption trims trailing whitespace from lines, which
2115 must be accounted for across encryption then decryption.
2116
2117 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2118 just plain "\C-c", to avoid intruding on user's keybinding space.
2119
2120 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2121 parameter, so user request to provide a new password is done.
2122
2123 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2124 Refined mechanism for auto-filling behavior while in allout mode.
2125
2126 (allout-mode): Explicitly specify the mode map in the docstring.
2127 Clarify provision for various write-file hook var names.
2128 Adjusted for invisible-text overlays instead of selective-display.
2129
2130 (allout-depth): Really return 0 if not within any topic. This
2131 rectifies `allout-beginning-of-level' and sequence numbering
2132 errors that occur when cutting and pasting numbered topics.
2133 Changed from a in-line subst to a regular function, as well.
2134
2135 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2136
2137 (allout-end-of-subtree, allout-end-of-subtree)
2138 (allout-end-of-entry, allout-end-of-current-heading)
2139 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2140 (allout-show-children, allout-show-to-offshoot)
2141 (allout-hide-current-entry, allout-show-current-entry): Rectified
2142 handling of trailing blank lines between items.
2143
2144 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2145 (allout-current-depth, allout-unprotected, allout-hidden-p)
2146 (allout-on-current-heading-p, allout-listify-exposed)
2147 (allout-chart-subtree, allout-goto-prefix)
2148 (allout-back-to-current-heading, allout-get-body-text)
2149 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2150 (allout-hide-region-body, allout-toggle-subtree-encryption)
2151 (allout-encrypt-string, allout-encrypted-key-info)
2152 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2153 (allout-file-vars-section-data): Adjusted for use with
2154 invisible-text overlays instead of selective-display.
2155
2156 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2157 Reworked for use with invisible text overlays.
2158
2159 (allout-current-topic-collapsed-p): New function.
2160
2161 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2162 to know when to close the containing topic.
2163
2164 (allout-pre-command-business, allout-post-command-business):
2165 Simplify undo-batching and dynamic isearch exposure.
2166
2167 (allout-set-overlay-category): New for invisible-text overlays.
2168 Sets properties of allout-overlay-category, used by
2169 allout-flag-region to set invisible-text overlay properties.
2170 (allout-get-invisibility-overlay): Get the first qualifying
2171 invisibility overlay, so we can find the extent of it.
2172 (allout-back-to-visible-text): Get to just before the beginnining
2173 of the current invisibility overlay, if any.
2174
2175 (allout-overlay-insert-in-front-handler)
2176 (allout-overlay-interior-modification-handler)
2177 (allout-before-change-handler, allout-isearch-end-handler): New
2178 functions to handle extraordinary actions affecting concealed
2179 text.
2180
2181 (allout-flag-region): Use overlays instead of selective-display
2182 for invisible text - by inheritence from the properties of
2183 allout-overlay-category in mainline Emacs, and applied
2184 property-by-property in XEmacs, some recent versions of which
2185 don't inherit the properties from the category. Provisions to
2186 respond to concealed-text edits simplified drastically.
2187
2188 (allout-isearch-rectification, allout-isearch-was-font-lock)
2189 (allout-isearch-expose, allout-enwrap-isearch)
2190 (allout-isearch-abort, allout-pre-was-isearching)
2191 (allout-isearch-prior-pos, allout-isearch-did-quit)
2192 (allout-isearch-dynamic-expose)
2193 (allout-hide-current-entry-completely): Functions deleted.
2194
2195 (allout-undo-aggregation): Explicit undo aggregation no longer
2196 necessary due to transition away from selective-display.
2197
2198 (set-allout-regexp, allout-up-current-level)
2199 (allout-next-visible-heading, allout-forward-current-level)
2200 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2201 (allout-kill-line, allout-yank-processing, allout-show-children)
2202 (allout-expose-topic, allout-old-expose-topic)
2203 (allout-listify-exposed, allout-insert-latex-header)
2204 (allout-toggle-subtree-encryption, allout-encrypt-string)
2205 (remove-from-invisibility-spec, allout-hide-current-subtree):
2206 Ditched unused variables.
2207
2208 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2209
2210 * textmodes/ispell.el (ispell-change-dictionary): Call
2211 ispell-buffer-local-dict instead of
2212 ispell-accept-buffer-local-defs.
2213 (ispell-local-dictionary-alist): Accept as valid any coding-system
2214 supported by Emacs.
2215 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2216 changed to iso-8859-3.
2217
2218 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2219
2220 * speedbar.el (speedbar-frame-width): Make an inline function
2221 instead of a macro. Use frame-width.
2222 (speedbar-try-completion, speedbar-update-contents)
2223 (speedbar-timer-fn): Use consp.
2224 (speedbar-update-localized-contents): Try to preserve point.
2225
2226 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2227 (menu): Re-order menu items.
2228 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2229 field.
2230 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2231 (gdb-post-prompt): Speed things by not forcing update.
2232
2233 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2234
2235 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2236 press and perform default action if we get a mouse movement event.
2237
2238 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2239
2240 * calendar/icalendar.el (icalendar--get-event-property)
2241 (icalendar--get-event-property-attributes): Fix typos in
2242 docstrings.
2243
2244 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2245 docstring.
2246
2247 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2248
2249 * bs.el (bs-mode): Use `buffer-disable-undo'.
2250 (bs--get-file-name): Simplify.
2251 (bs-show-in-buffer): Mark the buffer as not modified.
2252
2253 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2254
2255 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2256 widget-button-click.
2257
2258 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2259 (custom-mode): Update docstring.
2260
2261 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2262 binding.
2263
2264 * files.el (hack-local-variables-confirm): Allow scrolling if the
2265 file variable list is too long. Kill temp buffer after use.
2266
2267 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2268
2269 * progmodes/gud.el (gdb): Improve doc string.
2270 (gdb-script-font-lock-keywords): Expand allowed character set.
2271
2272 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2273 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2274 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2275 (gdb-separate-io-stop, gdb-separate-io-eof):
2276 Rename from gdb-inferior-* to gdb-separate-*.
2277 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2278
2279 2006-02-14 Jay Belanger <belanger@truman.edu>
2280
2281 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2282 expression is a symbol before checking that it is bound.
2283
2284 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2285 test to see if equation can be solved.
2286
2287 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2288
2289 * wid-edit.el (widget-button-click): Use :pressed-face property
2290 for overlay face, if it exists.
2291
2292 * cus-edit.el (custom-manual, custom-add-see-also)
2293 (custom-add-parent-links, custom-group-link): Add :pressed-face
2294 property to links.
2295
2296 * files.el (hack-local-variables): Remove ignored variables before
2297 checking if any variables need setting.
2298
2299 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2300
2301 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2302
2303 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2304
2305 * help.el (where-is): Fix message for remapped commands.
2306
2307 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2308 Fix typos in docstrings.
2309
2310 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2311
2312 * files.el (safe-local-variable-values): New option.
2313 (hack-local-variables-prop-line): Return a list of variable-value
2314 pairs if MODE-ONLY is non-nil.
2315 (hack-local-variables): Construct list of variable-value pairs,
2316 and apply or reject them in one go. Ask for confirmation if
2317 variables are not known safe.
2318 (hack-local-variables-confirm): Complete rewrite. Support
2319 `safe-local-variable-values'.
2320 (enable-local-variables): Update docstring to reflect new
2321 behavior.
2322 (ignored-local-variables): Ignore ignored-local-variables and
2323 safe-local-variable-values.
2324 (safe-local-variable-p): New function.
2325 (risky-local-variable-p): `safe-local-variable' property check
2326 moved to safe-local-variable-p.
2327 (hack-one-local-variable): Checks moved to hack-local-variables.
2328
2329 (byte-compile-dynamic, c-basic-offset, c-file-style)
2330 (c-indent-level, comment-column, fill-column, fill-prefix)
2331 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2332 (no-update-autoloads, outline-regexp, page-delimiter)
2333 (paragraph-start, paragraph-separate, sentence-end)
2334 (sentence-end-double-space tab-width, version-control):
2335 Add `safe-local-variable' property.
2336
2337 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2338
2339 * icomplete.el, play/landmark.el: Change nonexistent
2340 `outline-layout' file variable to `allout-layout'.
2341
2342 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2343
2344 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2345 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2346 to gud-comint-buffer.
2347 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2348 gdb-ui.el for gdb-mi.el.
2349 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2350 registers buffer to gdb-get-changed-registers.
2351 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2352 deletion of catchpoints (throw and catch).
2353 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2354 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2355 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2356 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2357 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2358
2359 2006-02-13 Jay Belanger <belanger@truman.edu>
2360
2361 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2362 expression is a symbol before checking that it is bound.
2363
2364 2006-02-13 Richard M. Stallman <rms@gnu.org>
2365
2366 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2367 for the minibuffer too, but not if resize-mini-windows will interfere.
2368
2369 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2370 inside `interactive' spec.
2371 (describe-key-briefly-internal, describe-key-internal):
2372 Functions merged back into their callers.
2373
2374 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2375
2376 * info.el (info-xref-visited): Inherit from info-xref too.
2377 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2378 when propertizing Info-current-file and Info-current-node.
2379
2380 2006-02-13 Juri Linkov <juri@jurta.org>
2381
2382 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2383 (tumme-thumb-name): Fix per-directory format.
2384
2385 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2386
2387 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2388
2389 2006-02-12 Miles Bader <miles@gnu.org>
2390
2391 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2392
2393 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2394
2395 * tumme.el: Remove history section. If someone needs the it, it
2396 can always be found in CVS.
2397
2398 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2399
2400 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2401 about the Thumbnail Managing Standard option.
2402
2403 2006-02-12 Richard M. Stallman <rms@gnu.org>
2404
2405 * subr.el (substitute-key-definition): Doc fix.
2406
2407 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2408
2409 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2410
2411 * info.el (Info-mode): Doc fix.
2412
2413 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2414
2415 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2416
2417 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2418 because on Solaris a POSIX compatible "id" is needed. Reported by
2419 Magnus Henoch <mange@freemail.hu>.
2420
2421 2006-02-12 Juri Linkov <juri@jurta.org>
2422
2423 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2424 (tumme) <defgroup>: Change :group to `multimedia'.
2425 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2426 Managing Standard.
2427 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2428 Fix dostring.
2429 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2430 and %y. Fix docstring.
2431 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2432 (tumme-cmd-create-standard-thumbnail-command): New user options.
2433 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2434 is `standard'. Fix docstring.
2435 (tumme-thumb-width, tumme-thumb-height): New user options.
2436 (tumme-external-viewer): Try to find various viewers.
2437 (tumme-get-thumbnail-image): Use `create-image' instead of
2438 constructing the `image' structure.
2439 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2440 `standard'.
2441 (tumme-thumb-name): Add file name generation for standard storage.
2442 Simplify code for other storages.
2443 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2444 Add modification time %m and thumbnail-nq8 %q.
2445 Use `tumme-cmd-create-standard-thumbnail-command' if
2446 tumme-thumbnail-storage is `standard'.
2447 (tumme-dired-insert-marked-thumbs): New autoload command.
2448 (tumme-dired-after-readin-hook): New function.
2449 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2450 `tumme-thumb-size'.
2451 (tumme-display-image): Replace size-x %x and size-y %y with
2452 width %w and height %h.
2453
2454 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2455 `tumme-dired-insert-marked-thumbs'.
2456
2457 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2458
2459 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2460 include path).
2461 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2462 matching tag.
2463
2464 2006-02-12 Miles Bader <miles@gnu.org>
2465
2466 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2467 New variables.
2468 (rcirc-abbrev-nick): New function.
2469 (rcirc-format-response-string): Rewrite to use the formats in
2470 `rcirc-response-formats' and expand escape sequences therein.
2471 A text-property `rcirc-text' is added over the actual response
2472 text to make easy to find inside the returned string.
2473 (rcirc-print): When filling, just look for the `rcirc-text'
2474 text-property to find the appropriate fill prefix, instead of
2475 using hardwired patterns.
2476
2477 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2478
2479 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2480 Managing Standard.
2481
2482 2006-02-11 Kim F. Storm <storm@cua.dk>
2483
2484 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2485 Don't use insert-buffer; do insert-buffer-substring directly.
2486 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2487
2488 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2489
2490 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2491 with inhibit-read-only. Suggested by Stefan Monnier.
2492 (revert-buffer): Let insert-file-contents discard
2493 buffer-undo-list. Simplify code.
2494 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2495
2496 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2497
2498 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2499
2500 * help.el (describe-key-briefly): Now a wrapper for
2501 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2502 to t. Populate yank-menu if empty.
2503 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2504 (describe-key): Now a wrapper for describe-key-internal. Bind
2505 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2506 (describe-key-internal): Renamed from describe-key.
2507
2508 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2509
2510 * progmodes/glasses.el (glasses-separator): Doc fix.
2511 (glasses-original-separator): New defcustom.
2512 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2513
2514 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2515
2516 * mwheel.el (mouse-wheel-up-event): Doc fix.
2517
2518 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2519
2520 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2521 (tumme-dir): New function. Copied from thumbs.el.
2522
2523 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2524
2525 * desktop.el (desktop-outvar): Fix typo.
2526 (desktop-save-buffer-p): Doc fix.
2527
2528 * subr.el (substitute-key-definition): Fix typo.
2529
2530 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2531
2532 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2533 when window-system is mac.
2534
2535 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2536
2537 2006-02-10 Kim F. Storm <storm@cua.dk>
2538
2539 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2540 indirect-function instead of using condition-case.
2541
2542 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2543
2544 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2545 less `colloquial'...
2546
2547 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2548
2549 * tumme.el: Add a couple of todo items.
2550
2551 2006-02-09 Lars Hansen <larsh@soem.dk>
2552
2553 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2554 (highlight-changes-mode): Don't change desktop-locals-to-save.
2555
2556 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2557
2558 * image-mode.el (image-toggle-display): Clear image cache if using
2559 filename.
2560
2561 2006-02-09 Masatake YAMATO <jet@gyve.org>
2562
2563 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2564 a `dired-man' target.
2565
2566 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2567 boundary of symbols.
2568
2569 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2570
2571 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2572
2573 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2574
2575 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2576 `mapcar'; return nil.
2577
2578 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2579
2580 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2581 some other event.
2582
2583 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2584
2585 * net/rcirc.el (rcirc-startup-channels-alist):
2586 Add irc.freenode.net and #emacs as defaults.
2587 (rcirc-ignore-all-activity-flag): Remove variable.
2588 (rcirc-authinfo): New variable.
2589 (rcirc-authinfo-filename): Remove variable.
2590 (rcirc-always-use-server-buffer-flag): New flag.
2591 (rcirc): M-x rcirc will automatically connect without prompting.
2592 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2593 connection in lisp.
2594 (rcirc-process-server-response-1): Remove everything but the nick
2595 portion of the sender so it doesn't need to be done everywhere
2596 else. Update related code.
2597 (global-map): Remove global keybindings.
2598 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2599 (rcirc-send-input): Split into several functions.
2600 (rcirc-process-input-line, rcirc-process-message)
2601 (rcirc-process-command): New functions.
2602 (rcirc-target-buffer): New function to determine where to route
2603 messages.
2604 (rcirc-user-nick): Save match data.
2605 (rcirc-toggle-ignore-buffer-activity)
2606 (rcirc-update-activity-string): Remove global ignore functionality,
2607 which can be done now by toggling rcirc-track-minor-mode.
2608 (rcirc-track-minor-mode-map): New keymap.
2609 (rcirc-track-minor-mode): New minor-mode.
2610 (ignore): Make the ignore output nicer. Always print it when
2611 adding or removing nicks.
2612 (rcirc-url-regexp): Improve.
2613 (rcirc-mangle-text): Remove properties before using text in the
2614 modeline.
2615 (rcirc-authenticate): Authentication data comes from
2616 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2617 (rcirc-server-prefix): Inherit from rcirc-server.
2618
2619 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2620
2621 * Makefile.in (compile): Append "|| true" to the end of the `find'
2622 command, like compile-always does.
2623
2624 2006-02-08 Sam Steingold <sds@gnu.org>
2625
2626 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2627 output from a dead connection.
2628
2629 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2630
2631 * dired.el (dired-mode-map): Add more bindings for tumme.
2632
2633 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2634
2635 * wdired.el (wdired-mode-map): Use remap.
2636 (wdired-get-filename): Massage.
2637 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2638 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2639 `keymap' property rather than `local-map'.
2640
2641 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2642
2643 * tumme.el (tumme-get-thumbnail-image): New utility function.
2644 Suggested by from Chong Yidong.
2645 (tumme-dired-with-window-configuration): Rename from
2646 `tumme-dired'. Add code to save window configuration.
2647 (tumme-restore-window-configuration): New command to restore the
2648 window configuration that `tumme-dired-with-window-configuration'
2649 saves before it changes the window configuration.
2650 (tumme-show-all-from-dir): New command to display thumbnails for
2651 all files in a directory entered by the user, like M-x thumbs.
2652 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2653 have been created.
2654 (tumme-display-thumbnail-original-image): Call `display-buffer'.
2655 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2656 Remove obsolete test function.
2657
2658 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
2659
2660 * vc.el (small-temporary-file-directory): Remove defvar; there's
2661 a defcustom for it in files.el.
2662
2663 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2664 Fix typo in message.
2665 (tumme-gallery-generate): Fix typo in `error' message.
2666 (tumme-display-window-height-correction)
2667 (tumme-display-window-width-correction, tumme-line-up-dynamic)
2668 (tumme-line-up-interactive): Dox fixes.
2669 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2670 (tumme-restore-window-configuration, tumme-format-properties-string)
2671 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2672 Fix typos in docstrings.
2673
2674 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2675
2676 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2677
2678 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
2679
2680 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2681 User should use hook if desired.
2682
2683 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2684 buffer if necessary.
2685 (gdb-delete-frame-or-window): New function.
2686 (gdb-breakpoints-mode-map): Bind "q" to it.
2687
2688 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2689
2690 * textmodes/nroff-mode.el: Clean up name space.
2691 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2692 (nroff-mode): Obey the global setting of nroff-electric-mode.
2693 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2694
2695 * calendar/calendar.el (calendar-increment-month): Typo in last change.
2696
2697 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
2698
2699 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2700
2701 2006-02-06 Lars Hansen <larsh@soem.dk>
2702
2703 * generic-x.el (etc-fstab-generic-mode): Add file system types
2704 cifs and usbdevfs. Allow special chars in file names.
2705
2706 2006-02-05 Jay Belanger <belanger@truman.edu>
2707
2708 Update copyright notices of the files in lisp/calc.
2709
2710 2006-02-05 Romain Francoise <romain@orebokech.com>
2711
2712 Update copyright notices of all files in the lisp/play directory.
2713
2714 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
2715
2716 * ldefs-boot.el: Regenerate.
2717
2718 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2719
2720 2006-02-05 Kim F. Storm <storm@cua.dk>
2721
2722 * files.el (magic-mode-regexp-match-limit): New defvar.
2723 (set-auto-mode): Use it to limit magic-mode-alist matching.
2724
2725 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
2726
2727 * simple.el (display-message-or-buffer): Compare the number of
2728 characters to the frame width when determining whether a 1-line
2729 message string will fit in the echo area. Count screen lines
2730 instead of buffer lines when determining whether a multi-line
2731 message will fit in the echo area/minibuffer window.
2732
2733 2006-02-04 Eli Zaretskii <eliz@gnu.org>
2734
2735 * info.el (Info-index, Info-mode): Improve the description of the
2736 `i' command.
2737
2738 * ldefs-boot.el: Regenerate.
2739
2740 2006-02-03 Werner Lemberg <wl@gnu.org>
2741
2742 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2743 greedy to find the closing bracket in \*[...] and similar
2744 expressions. This is a first rough fix -- many additional
2745 refinements are necessary to make nroff mode really usable with groff.
2746
2747 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
2748
2749 * international/mule-cmds.el (set-locale-environment):
2750 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2751 libX11.
2752
2753 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2754
2755 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2756 archive are created in archive-tmpdir.
2757
2758 2006-02-02 John Paul Wallington <jpw@pobox.com>
2759
2760 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2761 (ibuffer-fontification-alist): Use it.
2762 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2763 to "* z" and the Ibuffer Mark menu.
2764
2765 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2766
2767 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2768
2769 * textmodes/table.el (*table--cell-describe-mode)
2770 (*table--cell-describe-bindings): Undo last change since
2771 print-help-return-message is not obsoleted by anything at all.
2772
2773 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
2774
2775 * emulation/cua-base.el (cua-mode): Doc fix.
2776
2777 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
2778
2779 * dframe.el (dframe-handle-make-frame-visible)
2780 (dframe-handle-iconify-frame, dframe-get-focus)
2781 (dframe-select-attached-frame, dframe-power-click)
2782 (dframe-frame-mode): Fix typos in docstrings.
2783
2784 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2785 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2786 Fix typos in docstrings.
2787
2788 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2789 (hi-lock-face-buffer, hi-lock-font-lock-hook)
2790 (hi-lock-archaic-interface-message-used)
2791 (hi-lock-file-patterns-range): Fix typos in docstrings.
2792
2793 * savehist.el (savehist-loaded, savehist-load, savehist-install)
2794 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2795
2796 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2797 Fix typo in docstring.
2798
2799 * net/newsticker.el (newsticker--decode-iso8601-date)
2800 (newsticker--set-customvar, newsticker--buffer-insert-item)
2801 (newsticker--do-run-auto-mark-filter)
2802 (newsticker--parse-generic-feed): Doc fixes.
2803 (newsticker--retrieval-timer-list, newsticker-url-list)
2804 (newsticker-hide-immortal-items-in-echo-area)
2805 (newsticker-hide-obsolete-items-in-echo-area)
2806 (newsticker-new-item-face, newsticker--enclosure)
2807 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2808 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2809 (newsticker--parse-generic-feed, newsticker--cache-contains)
2810 (newsticker--stat-num-items, newsticker-download-enclosures):
2811 Fix typos in docstrings.
2812
2813 * net/rcirc.el (rcirc-debug): Doc fix.
2814 (rcirc-fill-column, rcirc-receive-message-hooks)
2815 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2816 (rcirc-mode, rcirc-generate-new-buffer-name)
2817 (rcirc-startup-channels, rcirc-ignore-update-automatic)
2818 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2819 Fix typos in docstrings.
2820 (rcirc-print): "?\ " -> "?\s".
2821 (rcirc-cmd-join): Improve argument/docstring consistency.
2822
2823 2006-02-01 Mark A. Hershberger <mah@everybody.org>
2824
2825 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2826 before narrow-to-region.
2827
2828 2006-02-01 Richard M. Stallman <rms@gnu.org>
2829
2830 * simple.el (move-beginning-of-line): Scan properly for invis change.
2831
2832 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2833
2834 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
2835
2836 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2837 change bit only when id-format is 'integer. Reported by Matt
2838 Hodges <M.P.Hodges@rl.ac.uk>.
2839
2840 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
2841
2842 * hilit-chg.el (highlight-changes-initial-state)
2843 (highlight-changes-global-initial-state): Doc fixes.
2844 (highlight-changes-global-modes, global-highlight-changes):
2845 Fix typos in docstrings.
2846
2847 2006-02-01 Kim F. Storm <storm@cua.dk>
2848
2849 * emulation/cua-base.el (cua-mode): Mention that CUA enables
2850 transient-mark-mode in doc string.
2851
2852 2006-01-31 Richard M. Stallman <rms@gnu.org>
2853
2854 * replace.el (multi-occur): Doc fix.
2855 (multi-occur-in-matching-buffers): Rename from
2856 multi-occur-by-filename-regexp. Prefix arg says match
2857 buffer names instead of file names.
2858
2859 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
2860
2861 * bs.el: Allow non-default values of `bs-header-lines-length'.
2862 (bs--running-in-xemacs): Remove (not needed anymore).
2863 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
2864 instead of `shrink-window', thus avoiding having to compute the
2865 height of the window.
2866 (bs--up): Wrap around even when there's no header.
2867 (bs--down): Use `forward-line' instead of `next-line'.
2868
2869 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
2870
2871 * image-mode.el (image-toggle-display): Use file name if possible,
2872 instead of unnecessarily allocating a (possibly huge) lisp string.
2873
2874 2006-01-30 John Paul Wallington <jpw@pobox.com>
2875
2876 * subr.el (toplevel): Define `cl-assertion-failed' condition here
2877 because the `assert' macro signals it at runtime.
2878
2879 * emacs-lisp/cl.el (toplevel): Remove definition of
2880 `cl-assertion-failed' condition.
2881
2882 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
2883
2884 * thumbs.el (thumbs-marked-list): Make buffer-local and
2885 permanent-local.
2886 (thumbs-insert-thumb): Make help-echo non-sticky.
2887 (thumbs-file-alist): Use eolp as check for (non)-image.
2888
2889 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
2890
2891 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
2892 (ediff-before-session-group-setup-hooks)
2893 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
2894 Fix typos in docstrings.
2895
2896 * window.el (bw-dir, bw-eqdir, balance-windows)
2897 (split-window-keep-point): Fix typos in docstrings.
2898
2899 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
2900 (org-quote-string, org-calendar-to-agenda-key)
2901 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
2902 (org-show-following-heading, org-tags-column)
2903 (org-use-tag-inheritance, org, org-allow-space-in-links)
2904 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
2905 (org-enable-table-editor, org-calc-default-modes)
2906 (org-table-allow-automatic-line-recalculation)
2907 (org-export-html-style, org-export-with-fixed-width)
2908 (org-export-with-sub-superscripts, org-special-keyword)
2909 (org-formula, org-time-grid, org-table-may-need-update)
2910 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
2911 (org-goto-quit, org-get-indentation, org-end-of-item)
2912 (org-move-item-down, org-move-item-up)
2913 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
2914 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
2915 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
2916 (org-agenda-log-mode, org-agenda-toggle-diary)
2917 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
2918 (org-agenda-file-to-end, org-agenda-no-heading-message)
2919 (org-agenda-get-closed, org-format-agenda-item)
2920 (org-cmp-priority, org-cmp-category, org-cmp-time)
2921 (org-agenda-change-all-lines, org-agenda-diary-entry)
2922 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
2923 (org-link-search, org-camel-to-words, org-open-file)
2924 (org-remember-handler, org-table-convert-region)
2925 (org-table-move-row-down, org-table-move-row-up)
2926 (org-table-copy-region, org-table-wrap-region)
2927 (org-table-toggle-vline-visibility)
2928 (org-table-get-vertical-vector, org-table-modify-formulas)
2929 (org-table-get-specials, org-recalc-commands)
2930 (org-table-rotate-recalc-marks, org-table-eval-formula)
2931 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
2932 (org-level-color-stars-only, org-insert-heading):
2933 Fix typos in docstrings.
2934 (last-arg): Add defvar.
2935
2936 * makefile.w32-in (WINS): Add erc.
2937 (MH_E_SRC): Update (copied from lisp/Makefile.in).
2938
2939 2006-01-29 Bill Wohler <wohler@newt.com>
2940
2941 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
2942 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
2943 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
2944 (mh-autoloads): Don't use comments on otherwise empty lines.
2945
2946 2006-01-29 Edward O'Connor <ted@oconnor.cx>
2947
2948 * emulation/viper.el (viper-major-mode-modifier-list): Add
2949 insert-state and vi-state entries for erc-mode.
2950 (viper-go-away, viper-set-hooks): Add and remove
2951 viper-comint-mode-hook from erc-mode-hook as appropriate.
2952
2953 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
2954
2955 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
2956
2957 * bs.el (bs--format-aux): Implement `middle' alignment as
2958 described in the docstring for `bs-attributes-list'.
2959 (bs--get-name): Simplify. Don't pad the buffer name.
2960
2961 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
2962
2963 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
2964 English aspell dictionary is installed, use the first entry of
2965 ispell-dictionary-alist-1.
2966
2967 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
2968
2969 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2970 Doc fix.
2971
2972 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
2973
2974 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2975 for `process-file', in order to let it work for older Emacsen too.
2976
2977 2006-01-27 Eli Zaretskii <eliz@gnu.org>
2978
2979 * international/latexenc.el: Add a suitable `coding:' tag.
2980 (latexenc-find-file-coding-system): Undo last change.
2981
2982 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2983
2984 * international/latexenc.el (latexenc-find-file-coding-system):
2985 Make sure latexenc-main-file is a regular file and is readable.
2986
2987 2006-01-27 Andre Spiegel <spiegel@gnu.org>
2988
2989 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
2990 Pass FILE to vc-user-login-name.
2991
2992 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
2993
2994 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
2995
2996 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
2997 there are no more images to display.
2998 (thumbs-mark, thumbs-unmark): Revert change so that they move to
2999 the next image.
3000
3001 2006-01-26 Richard M. Stallman <rms@gnu.org>
3002
3003 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3004
3005 * wid-edit.el (advertised-widget-backward): New alias.
3006 (widget-keymap): Use advertised-widget-backward for S-TAB.
3007
3008 * tumme.el: Correct the keywords.
3009 (tumme-dir-max-size): Use defvar.
3010 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3011
3012 * simple.el (move-beginning-of-line): Take account of fields.
3013 (clone-indirect-buffer-other-window): Take args like
3014 clone-indirect-buffer, and work like it.
3015
3016 * help-fns.el (describe-function): Don't pass `nil' as default.
3017
3018 * files.el (risky-local-variable-p): Follow var aliases.
3019
3020 * subr.el (lazy-completion-table): Doc fix.
3021
3022 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3023 global binding of `line'.
3024
3025 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3026
3027 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3028 Tramp.
3029
3030 * vc.el (vc-default-dired-state-info): Pass FILE to
3031 vc-user-login-name.
3032 (vc-default-update-changelog): Don't use vc-user-login-name, we
3033 don't need it here.
3034
3035 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3036 no longer necessary.
3037
3038 2006-01-25 Kenichi Handa <handa@m17n.org>
3039
3040 * international/mule.el (decode-char): Avoid the overhead of
3041 calling utf-lookup-subst-table-for-decode if
3042 utf-translate-cjk-mode is nil.
3043 (encode-char): Avoid the overhead of calling
3044 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3045 nil.
3046
3047 2006-01-22 Kenichi Handa <handa@m17n.org>
3048
3049 * international/mule.el (make-subsidiary-coding-system): Reset
3050 `coding-system-define-form' property of subsidiaries to nil.
3051 Avoid duplicated entry in coding-system-alist.
3052 (make-coding-system): Avoid duplicated entry in
3053 coding-system-alist.
3054 (define-coding-system-alias): Likewise.
3055
3056 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3057
3058 * completion.el: Minor fixes in introductory comment.
3059 (completion-def-wrapper): Fix alist.
3060
3061 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3062
3063 * thumbs.el (thumbs-new-image-size): New function.
3064 (thumbs-increment-image-size-element)
3065 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3066 (thumbs-decrement-image-size): Delete.
3067 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3068 temp files and use to resize.
3069 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3070 Use increment argument to enlarge/shrink. Preserve point.
3071 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3072 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3073 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3074 (thumbs-mark, thumbs-unmark): Preserve point.
3075 (thumbs-modify-image): Keep old temp files and use to modify.
3076 Cleanup old temp files at load time. Preserve point.
3077 (thumbs-view-image-mode-map): Use new command names.
3078
3079 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3080
3081 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3082
3083 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3084 the nastiest part of the cyclic dependency.
3085 (cal-menu-update): Use dotimes and calendar-increment-month.
3086
3087 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3088 (calendar-week-start-day): Add an :initializer.
3089 (calendar-mode-map): Use suppress-keymap, and command remapping.
3090 (describe-calendar-mode): Setup xref-stack info for the back button.
3091 (calendar-star-date): Insert before delete.
3092 (calendar-set-mode-line): Add file-modified info if applicable.
3093 (calendar-increment-month): New function.
3094
3095 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3096
3097 * font-lock.el (lisp-font-lock-keywords-2):
3098 Recognize "& keywords" only at word boundaries.
3099
3100 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3101
3102 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3103 and permanent-local.
3104 (thumbs-max-image-number): New variable.
3105 (thumbs-do-thumbs-insertion): Use them.
3106 (thumbs-per-line): Change default to 4.
3107 (thumbs-marked-list): Rename from thumbs-markedL.
3108 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3109 (thumbs-rename-images): Use -list instead of L for internal variables.
3110 (thumbs-call-convert): Use call-process instead of shell-command.
3111 (thumbs-insert-thumb): Add filename as help-echo to each image.
3112 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3113 Give dir to thumbs-show-thumbs-list.
3114 (thumbs-show-thumbs-list): Set default-directory to that of images.
3115 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3116 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3117 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3118 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3119
3120 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3121
3122 * ses.el (ses-read-cell): Provide a default value.
3123
3124 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3125
3126 * term/w32-win.el (image-library-alist): Add additional names for
3127 GIF library.
3128
3129 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3130
3131 * international/latexenc.el (latexenc-find-file-coding-system):
3132 Add file-regular-p check.
3133
3134 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3135
3136 * simple.el (clone-buffer): Don't show the new buffer in the same
3137 window.
3138
3139 2006-01-23 Juri Linkov <juri@jurta.org>
3140
3141 * faces.el (link, link-visited): New faces based on default values
3142 of `info-xref' and `info-xref-visited'.
3143
3144 * info.el (info-xref): Inherit from `link'.
3145 (info-xref-visited): Inherit from `link-visited'.
3146
3147 * cus-edit.el (custom-buffer-create-internal): Use widget type
3148 `custom-manual' instead of `info-link' and don't set properties
3149 `button-face' and `mouse-face' explicitly.
3150 (custom-browse-group-tag, custom-browse-variable-tag)
3151 (custom-browse-face-tag): Inherit from widget class
3152 `custom-group-link' instead of `push-button'.
3153 (custom-button-unraised): Inherit from `underline' face.
3154 (custom-link): Inherit from `link' face. Fix doc and group.
3155 (custom-add-parent-links, custom-group-value-create): Don't set
3156 properties `button-face' and `mouse-face' explicitly for
3157 `custom-group-link' widget.
3158 (custom-group-link): Add properties `button-face' and `mouse-face'
3159 to widget definition.
3160 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3161 editable-field's :keymap property.
3162 (custom-mode): Fix docstring: substitute keybindings for
3163 `widget-forward' and `widget-backward' from `widget-keymap',
3164 `widget-complete' from `custom-field-keymap', replace old
3165 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3166
3167 * desktop.el (desktop-load-file): Check for `fboundp' before
3168 calling `symbol-function'.
3169
3170 * simple.el (clone-buffer, clone-indirect-buffer)
3171 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3172 `read-string'. Fix prompts.
3173
3174 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3175
3176 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3177
3178 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3179
3180 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3181
3182 * startup.el (inhibit-splash-screen, initial-scratch-message):
3183 Doc fixes.
3184
3185 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3186
3187 Sync with Tramp 2.0.52.
3188
3189 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3190 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3191 `tramp-unload-tramp' for checklist.
3192
3193 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3194 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3195 (tramp-unload-file-name-handler-alist)
3196 (tramp-unload-tramp): New defuns.
3197 (tramp-advice-PC-expand-many-files): New defadvice.
3198 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3199 removed.
3200 (tramp-handle-expand-file-name): Remove double slash.
3201 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3202 It doesn't matter, because it will be converted later on.
3203 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3204 implementation was just heuristic.
3205 (tramp-post-connection): Set uid and gid properties.
3206 (tramp-convert-file-attributes): Set file's gid change bit.
3207 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3208 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3209 in case of su(do)? methods. The home directory of the local user
3210 will be taken else.
3211 (tramp-open-connection-telnet)
3212 (tramp-open-connection-rsh, tramp-open-connection-su)
3213 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3214 local shell prompt could hurt. Reported by Romain Francoise
3215 <romain@orebokech.com>.
3216 (tramp-let-maybe): Add `edebug-form-spec' property.
3217 (tramp-handle-expand-file-name): Bind `default-directory' locally
3218 to "/" in order to avoid problems with UNC shares or Cygwin
3219 mounts.
3220 (tramp-md5-function): Fix typo in error message.
3221
3222 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3223
3224 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3225 for byte-compiler pacification.
3226
3227 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3228
3229 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3230 ID-FORMAT `string'. This allows us to get rid of
3231 `vc-user-login-name UID'.
3232
3233 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3234
3235 2006-01-22 John Paul Wallington <jpw@pobox.com>
3236
3237 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3238
3239 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3240
3241 * emacs-lisp/find-func.el (find-definition-noselect)
3242 (find-variable-noselect): Search variables in C source code too.
3243 (find-function-C-source, find-function-noselect, find-function)
3244 (find-function-other-frame, find-variable-noselect, find-variable)
3245 (find-variable-other-frame, find-variable-at-point):
3246 Fix docstrings.
3247
3248 2006-01-21 Francesco Potorti` <pot@gnu.org>
3249
3250 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3251
3252 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3253
3254 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3255 Default to disabling the "Save affix" question.
3256
3257 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3258
3259 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3260 the first arg to run-python.
3261
3262 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3263
3264 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3265 is not loaded.
3266
3267 2006-01-20 Jay Belanger <belanger@truman.edu>
3268
3269 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3270 limit is 0.
3271
3272 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3273 the correct variable.
3274
3275 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3276
3277 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3278 link. Fixed buggy argument sequence in call to `org-view-tags'.
3279 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3280 (org-prefix-has-tag): New variable.
3281 (org-format-agenda-item): Remove tags from headline if
3282 appropriate.
3283 (org-agenda-remove-tags-when-in-prefix): New option.
3284 (org-get-tags-at): New function.
3285
3286 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3287
3288 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3289 (thumbs-find-image): Move image name and number from buffer name
3290 to mode name. Set thumbs-buffer. Preserve point so that large
3291 images remain visible.
3292 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3293 order.
3294 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3295 mode name.
3296 (thumbs-next-image, thumbs-previous-image): Make them work.
3297
3298 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3299
3300 * cus-edit.el (custom-buffer-create-internal): State in the text above
3301 the whole buffer buttons that they do not operate on hidden items.
3302 (custom-face-menu): Use `custom-face-save' instead of
3303 `custom-face-save-command'.
3304 (custom-face-save-command): Make it an alias for `custom-face-save'
3305 and declare it obsolete.
3306 (custom-face-save): Doc fix.
3307
3308 * dired.el (dired-no-confirm): Add quote.
3309 (dired-subdir-alist-pre-R): Add quote in
3310 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3311
3312 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3313
3314 * textmodes/table.el (table-mode-indicator): Typo in last change.
3315
3316 2006-01-19 Richard M. Stallman <rms@gnu.org>
3317
3318 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3319 Fixes bug reported in Nov 2005.
3320
3321 * isearch.el (isearch-forward): Doc fix.
3322
3323 * dired.el (dired-move-to-filename-regexp): Define as alias.
3324 (dired-no-confirm): Use defcustom.
3325 (dired-subdir-alist-pre-R): Put defvar at top level.
3326
3327 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3328
3329 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3330 Mark as risky.
3331
3332 * simple.el (set-mark-command): Doc fix.
3333 (clone-indirect-buffer-other-window):
3334 Read arg like clone-indirect-buffer.
3335 (move-beginning-of-line): Skip invisible newlines.
3336
3337 2006-01-19 Masatake YAMATO <jet@gyve.org>
3338
3339 * progmodes/cpp.el (cpp-edit-load): Make the order of
3340 listed conditions in a base C code buffer and its associate
3341 CPP Edit buffer the same.
3342
3343 2006-01-19 Kenichi Handa <handa@m17n.org>
3344
3345 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3346 (rmail-mime-feature): Likewise.
3347 (rmail-require-mime-maybe): Use display-warning to show a warning
3348 message.
3349
3350 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3351 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3352
3353 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3354
3355 * array.el: Move defvars out of eval-when-compile.
3356 (array-make-template): Replace undeclared global var with a local one.
3357 (array-mode): Inline initialization functions.
3358 (array-init-local-variables, array-init-max-row)
3359 (array-init-max-column, array-init-columns-per-line)
3360 (array-init-field-width, array-init-rows-numbered)
3361 (array-init-line-length, array-init-lines-per-row): Remove.
3362
3363 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3364 (doc-mode-map): Define explicitly.
3365 (doctor-txtype): Use mapc.
3366
3367 * textmodes/table.el: Move defvars out of eval-when-compile.
3368 Remove harmful code meant to avoid byte-compiler warnings.
3369 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3370 specification that checks table-fixed-width-mode directly.
3371 (table-recognize-region, table-recognize-cell):
3372 Use restore-buffer-modified-p.
3373 (table-fixed-width-mode): Remove code that refreshes
3374 table-fixed-mode-indicator.
3375 (*table--cell-describe-bindings, *table--cell-describe-mode):
3376 Avoid obsolete name print-help-return-message.
3377 (table--test-cell-list): Don't use replace-regexp from elisp.
3378 (table--point-entered-cell-function, table--point-left-cell-function):
3379 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3380
3381 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3382 that was after the end of file. Use buffer-file-name variable.
3383 (org-timestamp-change): Use with-current-buffer.
3384 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3385 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3386 `file'.
3387
3388 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3389 (fortran-break-line): Remove unused var `opoint'.
3390 (fortran-abbrev-start): Obey help-event-list.
3391
3392 2006-01-18 Jesper Harder <harder@phys.au.dk>
3393
3394 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3395
3396 2006-01-18 Masatake YAMATO <jet@gyve.org>
3397
3398 * progmodes/make-mode.el (makefile-imake-mode): New mode
3399 derived from makefile-mode.
3400 (makefile-imake-mode-syntax-table): New syntax table
3401 derived from makefile-mode-syntax-table.
3402 (makefile-mode): Write about makefile-imake-mode in doc string.
3403 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3404 (makefile-imake-font-lock-keywords): New font lock keywords.
3405
3406 * files.el (auto-mode-alist): Add Imakefile.
3407
3408 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3409
3410 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3411 loading the file rather than when turning on flyspell-mode.
3412
3413 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3414
3415 * cus-edit.el (customize-rogue): Minor doc fix.
3416
3417 2006-01-17 Juri Linkov <juri@jurta.org>
3418
3419 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3420 instead of the file at the mark as default if the file at the mark
3421 is the same as the file at point or if dired-dwim-target-directory
3422 is not the same as the current directory and the mark is not active.
3423
3424 * log-view.el (log-view-minor-wrap): Use the same logic to get
3425 revisions as `log-view-diff'.
3426
3427 * info.el (Info-revert-find-node): Check for Info-current-file
3428 before preserving new-history.
3429
3430 * man.el (Man-heading-regexp): Add `/'.
3431
3432 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3433 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3434
3435 2006-01-16 Juri Linkov <juri@jurta.org>
3436
3437 * faces.el (mode-line-faces): New defgroup.
3438 (mode-line-highlight): Move definition after new defgroup.
3439 (mode-line, mode-line-inactive, mode-line-highlight):
3440 Replace :group `modeline' with `mode-line-faces'.
3441 (mode-line-buffer-id): New face.
3442 (modeline-buffer-id): New face alias.
3443 (vertical-border): Remove :group `modeline'.
3444
3445 * bindings.el (propertized-buffer-identification): Use face
3446 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3447 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3448 (mode-line-buffer-identification-keymap): For mouse-1 replace
3449 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3450 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3451 mouse-3.
3452
3453 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3454 Buffer-menu-buffer. Doc fix.
3455 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3456 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3457 `Buffer-menu-buffer'.
3458
3459 * info.el (Info-mode-line-node-keymap): New defvar.
3460 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3461 Propertize Info-current-node with `mode-line-buffer-id' and
3462 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3463
3464 * time.el (display-time-mail-face): Replace :group `faces' with
3465 `mode-line-faces'.
3466
3467 2006-01-16 Kenichi Handa <handa@m17n.org>
3468
3469 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3470
3471 * language/european.el (cp1252): New alias for windows-1252.
3472
3473 * international/mule.el (autoload-coding-system): Prepare for EOL
3474 variants.
3475
3476 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3477
3478 * term.el (term-raw-map): Add mapping for insert.
3479 (term-send-insert): New.
3480 (term-mode): Make variables local here instead of doing it in
3481 `term-emulate-terminal'.
3482 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3483 Scroll reverse needs to take into account the scroll region.
3484 Saving and restoring the cursor should save the color attributes too.
3485 (term-reset-terminal): Reset the scroll region.
3486 (term-handle-ansi-escape): Cursor up and down should take into
3487 account the scroll region.
3488 (term-set-scroll-region): Rename from `term-scroll-region'.
3489 Move to 0,0 after setting the region.
3490 (term-handle-scroll): Handle scroll up.
3491 (term-down): Fix off by one error.
3492 (term-delete-lines): Do not delete outside the scroll region.
3493 (term-insert-lines): Take into account the scroll region.
3494
3495 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3496
3497 * textmodes/ispell.el (ispell-internal-change-dictionary)
3498 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3499 (start, end): Move declaration outside of eval-when-compile.
3500
3501 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3502 (flyspell-mode-on): Use it.
3503
3504 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3505 ispell-kill-ispell-hook.
3506
3507 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3508
3509 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3510 (Custom-reset-saved): Do not ask for confirmation in single option
3511 buffers.
3512
3513 2006-01-13 Richard M. Stallman <rms@gnu.org>
3514
3515 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3516
3517 2006-01-13 Romain Francoise <romain@orebokech.com>
3518
3519 * add-log.el (add-change-log-entry, change-log-merge):
3520 Conditionally use `hard-newline'.
3521
3522 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
3523
3524 * wid-edit.el (widget-field-end): If the overlay is no longer
3525 associated with a buffer, behave as if the overlay didn't exist.
3526
3527 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3528 Make sure the links use the `custom-link' face.
3529
3530 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3531
3532 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3533 (ld-script-mode): Don't set indent-line-function since we don't
3534 have one.
3535
3536 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3537
3538 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3539 application.
3540 (org-file-apps-defaults-gnu): Use mailcap as the default for
3541 selecting an application on a UNIX system.
3542 (org-agenda-show-tags): New command.
3543 (org-table-insert-hline): Keep cursor in current table line.
3544 (org-table-convert): Offset effect of modifying
3545 `org-table-insert-hline'.
3546 (org-format-agenda-item): New optional argument TAG.
3547 (org-compile-prefix-format): Handle %T format for the tag.
3548 (org-expand-wide-chars): New function.
3549 (org-table-insert-row, org-table-insert-hline):
3550 Use `org-expand-wide-chars'.
3551 (org-open-file): Fix bug in program launch.
3552 (org-get-time-of-day): Fix bug with times before 1am.
3553 (org-agenda-menu): Add tags commands.
3554
3555 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3556
3557 * textmodes/ispell.el (ispell-init-process): Include the used
3558 dictionary in ispell process start message.
3559 (ispell-internal-change-dictionary): When flyspell-mode is active
3560 and dictionary is changed, make sure ispell process is restarted
3561 and flyspell word cache cleared out for the current buffer.
3562 (ispell-change-dictionary): Make sure flyspell word cache is
3563 cleared out in all buffers with active flyspell mode when
3564 dictionary is globally changed.
3565 Call ispell-internal-change-dictionary after dictionary change.
3566
3567 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3568
3569 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3570
3571 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3572 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3573 years. Fix small differences wrt Makefile.in.
3574 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3575 Makefile.in does.
3576
3577 2006-01-12 Bill Wohler <wohler@newt.com>
3578
3579 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3580 mh-search.el.
3581
3582 2006-01-12 Masatake YAMATO <jet@gyve.org>
3583
3584 * progmodes/ld-script.el: Update copyright year.
3585
3586 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3587
3588 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3589 Don't add widget if setting undefined.
3590
3591 2006-01-12 John Paul Wallington <jpw@pobox.com>
3592
3593 * help-fns.el (describe-variable): Remove newlines from void
3594 variable output.
3595
3596 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3597
3598 * wdired.el (wdired-mode-map): Add help echo for
3599 wdired-abort-changes.
3600
3601 * man.el (Man-file-name-regexp): Adjust for a list of files.
3602
3603 2006-01-12 Masatake YAMATO <jet@gyve.org>
3604
3605 * progmodes/ld-script.el (auto-mode-alist): Support
3606 suffix conventions used in netbsd and eCos.
3607
3608 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3609
3610 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3611 (custom-variable-menu, custom-face-menu, custom-group-menu)
3612 (Custom-mode-menu): Change names of menu items. (As discussed on
3613 emacs-devel.)
3614 (custom-face-menu): Add "Undo Edits" item.
3615
3616 * startup.el (init-file-user): defcustom -> defvar.
3617
3618 * tooltip.el (tooltip-mode): Doc fix.
3619
3620 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3621
3622 * reveal.el (reveal-post-command): window-buffer signals an error on
3623 dead windows rather than returning nil.
3624 (reveal-open-new-overlays): An overlay might die while we open others.
3625
3626 2006-01-11 Bill Wohler <wohler@newt.com>
3627
3628 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3629 phrasing in docstring.
3630
3631 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3632 can give some systems gas. Add new file mh-buffers.el.
3633
3634 2006-01-06 Masatake YAMATO <jet@gyve.org>
3635
3636 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3637 C preprocessor forward ported from GNU Emacs 21.2.
3638
3639 * progmodes/asm-mode.el (asm-font-lock-keywords):
3640 Use `cpp-font-lock-keywords'.
3641
3642 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3643
3644 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3645 of $ for "\\.ld[s]?".
3646
3647 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3648
3649 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3650 (tcl-indent-line): Return `noindent' if inside a string.
3651
3652 * progmodes/flymake.el (flymake-split-string): Remove more than one
3653 empty string at beg/end of the result.
3654 (flymake-find-buildfile, flymake-find-possible-master-files):
3655 Use expand-file-name.
3656 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3657 since expand-file-name does it for us. Use directory-file-name.
3658 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3659 (flymake-ler-get-type, flymake-ler-get-text)
3660 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
3661 (flymake-current-line-no): Remove spurious interactive spec.
3662 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3663 (flymake-check-include): Remove arg inc-path merged into inc-name.
3664 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3665 Arg regexp-list replaced by a simple regexp.
3666 (flymake-master-make-header-init, flymake-master-tex-init):
3667 Correspondingly replace regexp-list with a regexp. Fix regexp.
3668
3669 2006-01-10 Simon Josefsson <jas@extundo.com>
3670
3671 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3672 describing AUTH PLAIN fix.
3673
3674 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3675
3676 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3677 (report-emacs-bug): Don't record initial prompt text.
3678 Instead, add text properties to prompting text.
3679 (report-emacs-bug-hook): Delete prompting text.
3680
3681 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3682
3683 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3684 `dirs'. Adjust callers.
3685
3686 2006-01-09 John Paul Wallington <jpw@gnu.org>
3687
3688 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3689
3690 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3691
3692 * reveal.el (reveal-open-new-overlays): New extracted fun.
3693 (reveal-close-old-overlays): Idem. Check overlays's liveness before
3694 using them. Simplify the code.
3695 (reveal-post-command): Use them. Fix up obsolete windows in
3696 reveal-open-spots.
3697
3698 * progmodes/flymake.el: Use `require' rather than autoload for
3699 XEmacs's overlays.
3700 (flymake-get-common-file-prefix, flymake-build-relative-filename):
3701 Delete. Use file-relative-name instead.
3702 (flymake-get-syntax-check-program-args, flymake-perl-init):
3703 Simplify the resulting code.
3704
3705 * log-view.el (log-view-file-re, log-view-message-re): Add support
3706 for DaRCS output.
3707
3708 2006-01-09 Alex Schroeder <alex@gnu.org>
3709
3710 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3711 identifiers sometimes added in square brackets at the beginning of
3712 subject lines.
3713
3714 2006-01-07 Richard M. Stallman <rms@gnu.org>
3715
3716 * cus-edit.el (Custom-set, Custom-save): Doc fix.
3717 (Custom-reset-current, Custom-reset-saved): Change question text.
3718 (Custom-reset-standard): Likewise.
3719 (custom-variable-reset-saved): Doc fix.
3720
3721 2006-01-07 Eli Zaretskii <eliz@gnu.org>
3722
3723 * startup.el (init-file-user): Doc fix.
3724
3725 2006-01-07 Alex Schroeder <alex@gnu.org>
3726
3727 * mail/rmail.el (rmail-current-subject): New function.
3728 (rmail-current-subject-regexp): New function.
3729 (rmail-next-same-subject): Use it.
3730
3731 * mail/rmailsum.el (rmail-summary-by-topic):
3732 Use rmail-current-subject and rmail-current-subject-regexp.
3733 (rmail-summary-next-same-subject): Ditto.
3734
3735 * net/rcirc.el (rcirc-send-input): No longer check whether the
3736 process is open, since not all commands need an open process.
3737 (rcirc-send-string): Check whether the process is open before
3738 sending anything.
3739 (rcirc-ignore-list): New option.
3740 (rcirc-ignore-list-automatic): New variable.
3741 (rcirc-print): Take rcirc-ignore-list into account.
3742 (rcirc-cmd-ignore): New command.
3743 (rcirc-ignore-update-automatic): New function.
3744 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3745 list if ignored nicks.
3746 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3747
3748 2006-01-06 David Reitter <david.reitter@gmail.com>
3749
3750 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3751 reflect the address to which the report will be sent.
3752
3753 2006-01-06 Eli Zaretskii <eliz@gnu.org>
3754
3755 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3756 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3757
3758 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
3759
3760 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3761
3762 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3763 the doc string: "functoin" => "function".
3764 * ldefs-boot.el: Likewise.
3765
3766 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3767 message text: "Duplicat" => "Duplicate".
3768
3769 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
3770
3771 * files.el (basic-save-buffer-2): If backing-up failed, reset
3772 buffer-backed-up to nil.
3773
3774 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
3775
3776 * progmodes/gud.el (gdb-script-skip-to-head)
3777 (gdb-script-calculate-indentation): Indent for breakpoint command
3778 lists also.
3779
3780 2006-01-05 Bill Wohler <wohler@newt.com>
3781
3782 * Makefile.in (compile-always): Add mh-autoloads dependency.
3783 (bootstrap): Remove mh-autoloads dependency, as compile dependency
3784 provides it.
3785 (updates): Remove mh-autoloads dependency, since it probably has
3786 already run recently (via recompile).
3787
3788 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
3789
3790 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3791 argument `force' to disable the flyspell-last-buffer optimization.
3792 (flyspell-mode-on): Use it.
3793
3794 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3795 flymake-simple-cleanup.
3796 (flymake-allowed-file-name-masks): Use this new default.
3797 All the functions are now called in the right buffer rather than
3798 passing the buffer as argument.
3799 (flymake-process-sentinel): Switch to buffer before calling cleanup.
3800 (flymake-parse-err-lines): Remove redundant buffer arg.
3801 (flymake-get-program-dir): Comment out unused function.
3802 (flymake-start-syntax-check, flymake-start-syntax-check-process):
3803 Remove redundant buffer argument.
3804 (flymake-get-real-file-name, flymake-simple-java-cleanup)
3805 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3806
3807 2006-01-05 Richard M. Stallman <rms@gnu.org>
3808
3809 * info.el (Info-find-node): Don't record previous node if have none.
3810 (info): Go to directory only if history is empty.
3811
3812 * simple.el (mark): Doc fix.
3813
3814 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3815
3816 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3817 already of desired type.
3818 (mac-ae-list): Coerce parameter to "list" type.
3819 (mac-dispatch-apple-event): Replace cadr part of event with a
3820 dummy position so that event-start returns it.
3821
3822 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
3823
3824 * textmodes/org.el (org-end-of-subtree): New function.
3825 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3826 Use `org-end-of-subtree'.
3827 (org-agenda, org-agenda-convert-date): Protect calls to
3828 `fit-window-to-buffer'.
3829 (org-tags-view): Force matching of sublevels when doing a
3830 todo-only search. Define the correct redo command, including the
3831 arguments.
3832 (org-agenda-redo): Display message.
3833 (org-check-for-org-mode): New function.
3834 (org-agenda-type): New variable.
3835 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3836 Set `org-agenda-type'.
3837 (org-agenda-check-type): New function.
3838 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3839 (org-agenda-week-view, org-agenda-day-view)
3840 (org-agenda-next-date-line, org-agenda-previous-date-line)
3841 (org-agenda-log-mode, org-agenda-toggle-diary)
3842 (org-agenda-toggle-time-grid, org-agenda-date-later)
3843 (org-agenda-date-prompt, org-agenda-diary-entry)
3844 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3845 (org-agenda-convert-date, org-agenda-menu):
3846 Use `org-agenda-check-type'.
3847 (org-make-overlay, org-delete-overlay)
3848 (org-detatch-overlay, org-move-overlay, org-overlay-put):
3849 New compatibility functions.
3850 (org-calendar-select-mouse): New command.
3851
3852 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
3853
3854 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
3855 (Custom-reset-standard): Fix y-or-n-p messages.
3856 (custom-link): New face for links.
3857 (custom-buffer-create-internal, custom-manual): Use it.
3858 (custom-face-save): Push to theme-face before setting face spec.
3859
3860 * wid-edit.el (widget-default-mouse-face-get): New function.
3861 (widget-specify-button): Handle mouse-face like button-face.
3862
3863 * custom.el (load-theme): Clear old theme settings if reloading.
3864
3865 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
3866
3867 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
3868 "Erase Customization" button back to same position it occupies in
3869 the individual State menus.
3870
3871 2006-01-04 Kim F. Storm <storm@cua.dk>
3872
3873 * wid-edit.el (key-sequence): Rework widget to read key binding
3874 using `kbd' syntax. Use C-q to insert literal key, event, or code.
3875 (widget-key-sequence-default-value): Default value for empty sequence.
3876 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
3877 (widget-key-sequence-read-event): New command for C-q.
3878 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
3879 (widget-key-sequence-value-to-external): New functions.
3880
3881 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3882
3883 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
3884 Use expand-file-name.
3885 (flymake-delete-temp-directory): Use expand-file-name,
3886 file-name-directory, and directory-file-name.
3887 (flymake-strrchr): Delete.
3888 (flymake-start-syntax-check): Don't pass the redundant buffer argument
3889 to the init-f function.
3890 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
3891 (flymake-init-find-buildfile-dir)
3892 (flymake-init-create-temp-source-and-master-buffer-copy)
3893 (flymake-simple-make-init-impl, flymake-simple-make-init)
3894 (flymake-master-make-init, flymake-master-make-header-init)
3895 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
3896 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
3897 (flymake-xml-init): Remove corresponding redundant buffer argument.
3898 (flymake-allowed-file-name-masks): Remove last elems that are equal to
3899 the default anyway. Clean up regexps.
3900
3901 * progmodes/flymake.el (flymake-temp-source-file-name)
3902 (flymake-master-file-name, flymake-temp-master-file-name)
3903 (flymake-base-dir): New buffer-local vars.
3904 (flymake-buffer-data, flymake-get-buffer-value)
3905 (flymake-set-buffer-value): Replace those hash-tables by the new
3906 buffer-local vars. Update callers.
3907
3908 * progmodes/flymake.el (flymake-check-start-time)
3909 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
3910 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
3911 Move definition, so we can remove redundant earlier declaration.
3912 (flymake-replace-regexp-in-string, flymake-split-string)
3913 (flymake-get-temp-dir): Use defalias.
3914 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
3915 (flymake-xemacs-window-edges): Remove unused function.
3916 (flymake-get-point-pixel-pos): Move.
3917 (flymake-pid-to-names, flymake-reg-names)
3918 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
3919 Replace by a simple list flymake-processes and by process-buffer.
3920 Update callers. Other than simplify the code, it uses buffers rather
3921 than buffer-names so it doesn't get confused by uniquify.
3922 (flymake-buffer-data): The global value should just be nil.
3923
3924 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
3925 Optimize the body of a defalias like any other code.
3926
3927 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
3928 Make sure we've setup font-lock's vars. It may influence which
3929 function we then call.
3930 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
3931 here since it's too late anyway.
3932
3933 2006-01-03 Romain Francoise <romain@orebokech.com>
3934
3935 * startup.el (fancy-splash-tail, normal-splash-screen):
3936 Update copyright year.
3937
3938 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
3939
3940 * mouse.el (mouse-drag-track): Rename, from
3941 `mouse-drag-region-1'. Includes optional argument required to
3942 enable post-drag event processing (e.g. delete region keys).
3943 Can be used without this argument to track a mouse region and operate
3944 on it as soon as the drag completes.
3945 (mouse-drag-region): Use `mouse-drag-track'.
3946
3947 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
3948
3949 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
3950 Move to `custom-buffer' group.
3951
3952 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
3953 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
3954 (custom-theme-insert-face-marker, custom-theme-variable-menu)
3955 (custom-theme-face-menu): New variables.
3956 (custom-theme-add-variable, custom-theme-variable-action)
3957 (custom-variable-reset-theme, custom-theme-delete-variable)
3958 (custom-face-reset-theme, custom-theme-face-action)
3959 (custom-theme-delete-face, custom-theme-merge-theme)
3960 (custom-theme-add-face, custom-theme-visit-theme): New functions.
3961
3962 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
3963
3964 * custom.el: Move Custom Themes commentary to start of theme code.
3965 (custom-known-themes): Rename `standard' theme to `changed'.
3966 (custom-push-theme): Caller no longer specifies what theme to use
3967 when doing `reset'---the setting is simply removed from the theme.
3968 Delete MODE from `theme-value' and `theme-settings' properties.
3969 (custom-declare-theme): Ignore &rest args since we don't use them.
3970
3971 (custom-loaded-themes): Delete variable.
3972 (custom-theme-load-themes, custom-theme-loaded-p)
3973 (custom-theme-value): Delete functions.
3974
3975 (custom-declare-theme): Signal error on invalid theme names.
3976 (provide-theme): custom-loaded-themes was deleted.
3977 (load-theme): Load the file unconditionally.
3978 (enable-theme): Call `load-theme' if theme is undefined.
3979 (custom-enabled-themes): Only update value for successful loads.
3980 (disable-theme): Complete from enabled themes when interactive.
3981 (custom-variable-theme-value): Calculate theme value directly.
3982
3983 (custom-theme-reset-variables, custom-reset-variables): Mark as
3984 XEmacs compatibility functions. We don't actually use these.
3985
3986 * cus-edit.el (custom-variable-state-set):
3987 Use custom-variable-theme-value instead of custom-theme-value.
3988 (custom-face-state-set): Rename `standard' theme to `changed'.
3989 (custom-save-variables, custom-save-faces): Delete unneeded
3990 references to custom-reset-variables.
3991 (custom-save-resets): Delete function.
3992 (custom-save-variables, custom-save-faces): MODE argument deleted.
3993 (custom-save-variables, custom-save-faces): Ignore theme values.
3994
3995 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
3996 compatibility function.
3997
3998 2006-01-01 Richard M. Stallman <rms@gnu.org>
3999
4000 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4001 (Custom-reset-current, Custom-reset-saved): Likewise.
4002 (Custom-reset-standard): Show message if aborted.
4003 (custom-mode): Doc fix, describing those commands.
4004
4005 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4006 put on event-kind property.
4007
4008 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4009
4010 * custom.el (provide-theme): Ban `user' theme name.
4011 (custom-enabling-themes): New variable.
4012 (enable-theme): Don't enable user if custom-enabling-themes is t.
4013 (custom-enabled-themes): Make it a defcustom.
4014 (custom-theme-recalc-face): No-op if face is undefined.
4015
4016 * cus-edit.el (custom-button-mouse): New variable.
4017 (custom-button-mouse): New face.
4018 (custom-raised-buttons, custom-mode): Use it.
4019
4020 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4021
4022 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4023
4024 * progmodes/gud.el (gud-display-line): Support hl-line in the
4025 source buffer.
4026
4027 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4028
4029 * mouse.el (mouse-drag-window-above): Verify that the found window
4030 overlaps with the given window in the horizontal dimension.
4031
4032 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4033
4034 * Makefile.in (cvs-update): New target.
4035
4036 * makefile.w32-in (cvs-update): Ditto.
4037
4038 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4039
4040 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4041 (custom-new-theme-mode-map): New variable.
4042
4043 2005-12-30 Richard M. Stallman <rms@gnu.org>
4044
4045 * custom.el (custom-load-themes): Function deleted.
4046
4047 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4048 (custom-save-variables): Don't delete or add custom-load-themes call.
4049
4050 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4051
4052 * cus-start.el: Add `visible-cursor'.
4053
4054 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4055 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4056 (flymake-process-filter): Switch to buffer before calling it instead.
4057 (flymake-post-syntax-check, flymake-highlight-err-lines)
4058 (flymake-delete-own-overlays, flymake-parse-err-lines)
4059 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4060 (flymake-count-lines, flymake-parse-residual):
4061 Remove constant buffer argument.
4062 (flymake-start-syntax-check-for-current-buffer): Remove.
4063 Update callers to use flymake-start-syntax-check instead.
4064 (flymake-display-err-menu-for-current-line):
4065 Remove unused var `mouse-pos'.
4066 (flymake-restore-formatting): Comment out unused function.
4067 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4068 argument, use current-buffer instead. Update callers.
4069
4070 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4071
4072 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4073 buffer-local because choose-completion-delete-max-match requires
4074 that we set completion-ignore-case (i.e., binding via let is not
4075 sufficient).
4076 (bibtex-complete): Always set completion-ignore-case and
4077 choose-completion-string-functions. The latter is needed because
4078 choose-completion-string-functions keeps its value if we quit the
4079 *Completions* buffer without requesting a completion.
4080
4081 2005-12-30 Andreas Schwab <schwab@suse.de>
4082
4083 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4084
4085 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4086
4087 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4088
4089 2005-12-30 Juri Linkov <juri@jurta.org>
4090
4091 * locate.el (locate-fcodes-file, locate-header-face)
4092 * progmodes/delphi.el (delphi-other-face)
4093 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4094
4095 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4096 group `paren-showing-faces'.
4097
4098 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4099 (goto-address): Fix docstring.
4100
4101 * net/webjump.el (webjump-sample-sites): Update URLs.
4102
4103 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4104
4105 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4106
4107 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4108
4109 * font-lock.el (font-lock-compile-keywords): Signal an error when
4110 font-lock-set-defaults hasn't been called.
4111
4112 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4113
4114 * subr.el (noreturn, 1value): Doc fixes.
4115
4116 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4117
4118 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4119 that assoc-string returns nil.
4120
4121 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4122
4123 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4124 (bibtex-entry-type-str, bibtex-empty-field-re)
4125 (bibtex-search-backward-string, bibtex-preamble-prefix)
4126 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4127 (bibtex-any-valid-entry-type): New variable.
4128 (bibtex-parse-field-name): Simplify.
4129 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4130 (bibtex-preamble-prefix): Include left delimiter.
4131 (bibtex-search-forward-field, bibtex-search-backward-field):
4132 Allow unbounded search past entry boundaries (required by bibtex-pop).
4133 (bibtex-text-in-field-bounds): Use push.
4134 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4135 (bibtex-parse-preamble, bibtex-valid-entry)
4136 (bibtex-beginning-first-field): New functions.
4137 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4138 (bibtex-map-entries): Fix docstring.
4139 (bibtex-flash-head): New arg prompt. Simplify.
4140 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4141 (bibtex-insert-kill): Simplify. Always insert text past the
4142 current field or entry.
4143 (bibtex-format-entry): Use bibtex-parse-field.
4144 (bibtex-pop): Use bibtex-beginning-of-entry and
4145 bibtex-end-of-entry to initiate the search. Insert empty field if
4146 we found ourselves.
4147 (bibtex-print-help-message): New args field and comma.
4148 Handle entry keys.
4149 (bibtex-make-field): Use bibtex-beginning-of-entry.
4150 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4151 invalid entry.
4152 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4153 Handle preambles. Simplify code for thorough test.
4154 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4155 New arg comma. Handle entry heads.
4156 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4157 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4158 New arg comma.
4159 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4160 (bibtex-fill-field): Simplify.
4161 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4162 bibtex-parse-field.
4163 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4164 (bibtex-complete): Use bibtex-parse-preamble.
4165
4166 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4167
4168 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4169 Display name of expression instead of convenience variable.
4170 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4171
4172 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4173 toggle-gud-tooltip-dereference.
4174 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4175 (gud-tooltip-tips): ...here when dereferencing.
4176
4177 2005-12-28 Bill Wohler <wohler@newt.com>
4178
4179 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4180
4181 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4182
4183 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4184 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4185 (vc-annotate-display-autoscale): Adjust call.
4186 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4187 Fix interactive spec.
4188 (vc-annotate-time-span): Remove.
4189 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4190 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4191 (vc-annotate-display-select): Use new name.
4192
4193 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4194 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4195 Correct the construction of span entries. Simplify.
4196 (vc-annotate-display-select): Fix the nil case.
4197 (vc-annotate): Remove obsolete (and now broken) code.
4198 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4199 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4200
4201 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4202
4203 * subr.el (lazy-completion-table): Correct typo in docstring.
4204
4205 * startup.el (command-line): Use `custom-reevaluate-setting' for
4206 `send-mail-function'.
4207
4208 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4209
4210 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4211
4212 * mail/smtpmail.el (smtpmail-try-auth-methods):
4213 Send credentials together with "AUTH PLAIN" command.
4214
4215 2005-12-27 Richard M. Stallman <rms@gnu.org>
4216
4217 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4218 mouse-2, go back to previously selected window, so it's selected
4219 when mouse-2 command runs.
4220
4221 2005-12-27 Juri Linkov <juri@jurta.org>
4222
4223 * descr-text.el (describe-text-sexp): Use square brackets for
4224 button [Show] to distinguish it from the property value `show'.
4225 (describe-property-list): Use `insert-text-button' with
4226 `help-face' type instead of putting face in quotes, because button
4227 is not created automatically for a list of faces.
4228 (describe-text-properties-1): Put button-type value in quotes to
4229 distinguish from plain text "button".
4230 (describe-char): Display code point values in hex. Don't use
4231 `symbol-name' for `current-input-method' because it is a string.
4232 Use `insert-text-button' with `help-face' type instead of putting
4233 hardcoded face in quotes, because button is not created automatically.
4234
4235 2005-12-27 Richard M. Stallman <rms@gnu.org>
4236
4237 * progmodes/glasses.el (glasses-face): More specific custom type.
4238
4239 * files.el (set-visited-file-name): Doc fix.
4240
4241 * textmodes/flyspell.el (flyspell-external-point-words):
4242 Use local var buffer-scan-pos to advance scan for next misspelling.
4243 Advance it only after we find the misspelling.
4244
4245 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4246
4247 * textmodes/flyspell.el (flyspell-external-point-words):
4248 New criteria for finding the misspelling in the buffer.
4249
4250 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4251
4252 * help-mode.el (help-insert-string): Set help-xref-stack-item
4253 rather than call help-setup-xref.
4254
4255 * descr-text.el (describe-char): Revert previous changes for
4256 optional buffer argument.
4257
4258 2005-12-27 Juri Linkov <juri@jurta.org>
4259
4260 * help-mode.el (help-insert-string): New function. Save buffer
4261 contents in cases where it is impossible to recompute the old contents.
4262
4263 * descr-text.el (describe-char): Set help-xref-stack-item
4264 explicitly after buffer has been generated.
4265
4266 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4267
4268 * cus-start.el (all): Add x-gtk-show-hidden-files.
4269
4270 2005-12-26 Richard M. Stallman <rms@gnu.org>
4271
4272 * replace.el (perform-replace): Calculate match-again
4273 before skipping read-only matches.
4274
4275 * paren.el (paren-showing-faces): New group.
4276 (show-paren-match, show-paren-mismatch): Move to that group.
4277
4278 * button.el (button): Put into group `basic-faces'.
4279
4280 * progmodes/make-mode.el: Remove faces from group `faces'.
4281
4282 * apropos.el (apropos, apropos-value): Doc fix.
4283 (apropos-documentation): Doc fix.
4284
4285 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4286
4287 * subr.el (lazy-completion-table): Remove argument `args'.
4288
4289 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4290 Don't use the `args' argument of lazy-completion-table.
4291
4292 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4293
4294 * descr-text.el (describe-char): Add optional argument for buffer.
4295 Set buffer appropriately. Call help-setup-xref.
4296 Suggested by Stefan Monnier.
4297
4298 2005-12-26 Juri Linkov <juri@jurta.org>
4299
4300 * descr-text.el: Require `help-fns' at runtime. Don't require
4301 `button' for byte compilation.
4302 (describe-text-widget): Add `help-echo' for first button.
4303 Use `help-info' for second.
4304 (describe-property-list): Use `help-argument-name' instead of `italic'.
4305 (describe-text-category): Add prompt to interactive spec.
4306 Call `help-setup-xref'.
4307 (describe-char): Use `help-character-set'. Add `help-echo' for
4308 code point. Use `help-input-method'. Remove superfluous insert.
4309
4310 2005-12-25 Richard M. Stallman <rms@gnu.org>
4311
4312 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4313 at point, in case of narrowing.
4314
4315 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4316
4317 * locate.el (locate-header-face): Allow nil in type.
4318
4319 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4320
4321 2005-12-25 Romain Francoise <romain@orebokech.com>
4322
4323 * battery.el (battery-linux-proc-acpi): Also try
4324 `/proc/acpi/thermal_zone/THM0/temperature'.
4325
4326 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4327
4328 * custom.el (custom-push-theme): Fix docstring.
4329
4330 * cus-edit.el (custom-variable-set, custom-variable-save)
4331 (custom-variable-save): Custom-quote widget values.
4332 (customize-save-variable): Fix custom-push-theme call.
4333
4334 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4335
4336 * w32-fns.el (w32-batch-update-autoloads): New function.
4337
4338 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4339 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4340 from the command line.
4341
4342 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4343
4344 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4345 reset means to remove setting from theme entirely. Don't keep
4346 expanding theme-settings list; delete old entries if necessary.
4347
4348 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4349 customization" button one line up.
4350 (custom-themed): New face.
4351 (custom-magic-alist): New value, THEMED, for theme settings.
4352 (custom-variable-state-set, custom-face-state-set):
4353 Check theme-value instead of saved-value.
4354 (custom-variable-reset-standard, custom-face-reset-standard):
4355 Remove theme setting entirely. Recalculate new values.
4356 (custom-variable-set, custom-variable-set)
4357 (custom-variable-reset-saved, custom-variable-reset-backup)
4358 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4359 (custom-variable-save): Fix typos.
4360
4361 2005-12-23 Juri Linkov <juri@jurta.org>
4362
4363 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4364 Add autoload cookies.
4365 (edebug-outside-d-c-i-n-s-w): New variable.
4366 (edebug-display, edebug-outside-excursion): Use it to save the
4367 original value of default-cursor-in-non-selected-windows.
4368 Set default-cursor-in-non-selected-windows to t while Edebug
4369 is active.
4370 (edebug-mode, edebug-eval-mode): Doc fix.
4371
4372 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4373 with `buffer-substring-no-properties' to remove common substring
4374 highlighting.
4375
4376 * info.el (info-other-window, info): Rename function argument
4377 `file' to `file-or-node'.
4378 (Info-complete-menu-item): Use local variable `complete-nodes' to
4379 keep the global value of `Info-complete-nodes' unchanged for
4380 subsequent completions.
4381 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4382
4383 * simple.el (get-next-valid-buffer, last-buffer)
4384 (next-error-buffer-p, next-error-find-buffer)
4385 (minibuffer-history-sexp-flag): Doc fix.
4386
4387 * savehist.el (savehist-mode-hook): Add `:group'.
4388
4389 * log-view.el: Call autoload for vc-find-version.
4390 (log-view-current-file): Adjust subgroup numbers.
4391 (log-view-current-tag): Add `length'.
4392
4393 2005-12-23 Richard M. Stallman <rms@gnu.org>
4394
4395 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4396
4397 2005-12-23 Juri Linkov <juri@jurta.org>
4398
4399 * hi-lock.el (hi-lock-archaic-interface-message-used)
4400 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4401 (hi-lock-mode): Display "Hi" in the mode line only when
4402 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4403 (hi-lock-write-interactive-patterns):
4404 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4405 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4406 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4407 font-lock-add-keywords to t.
4408
4409 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4410
4411 * hi-lock.el (hi-lock-highlight-range): New variable.
4412 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4413 only if font-lock-fontified is non-nil. Remove overlays.
4414 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4415 font-lock-fontified is non-nil, otherwise use overlays (instead of
4416 text properties).
4417 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4418 New variables.
4419 (hi-lock-string-serialize) New function.
4420
4421 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4422
4423 * menu-bar.el (menu-find-file-existing): New function.
4424 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4425
4426 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4427
4428 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4429
4430 * vc.el: Remove unnecessary leading * in docstrings.
4431 (vc-annotate-mode-map): Move initialization into declaration.
4432 (vc-static-header-alist): Nitpick on the regexp.
4433 (vc-default-init-version): New fun.
4434 (vc-register): Use it.
4435 (vc-insert-headers): Use dolist.
4436 (vc-annotate-get-backend): Remove unused function.
4437 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4438 (vc-annotate-mode): Remove corresponding call.
4439 (vc-annotate-car-last-cons): Simplify.
4440 (vc-annotate-buffers): Remove var.
4441 (vc-annotate-backend): Make it buffer-local.
4442 (vc-annotate): Move the interaction to the interactive spec.
4443 Add a `buf' argument.
4444 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4445 killing&creating a vc-annotate buffer, which is very disruptive when
4446 the buffers are shown in dedicated frames.
4447
4448 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4449
4450 * descr-text.el: Add FSF as maintainer.
4451 (describe-text-mode, describe-text-mode-map)
4452 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4453 help-mode.
4454 (describe-text-widget, describe-text-sexp)
4455 (describe-property-list, describe-text-category)
4456 (describe-text-properties, describe-text-properties-1)
4457 (describe-char): Use help buttons instead of widgets.
4458 (describe-char-unicodedata-file): Make URL link in doc string.
4459
4460 2005-12-22 Richard M. Stallman <rms@gnu.org>
4461
4462 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4463 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4464 Don't include buttons that write a file when there's no file.
4465 (custom-variable-menu, custom-face-menu, custom-group-menu):
4466 Don't include commands that write a file when there's no file.
4467 (customize-browse): Reword the top-of-buffer help intro.
4468 (custom-buffer-create-internal): Fix previous change.
4469 (customize-changed-options-previous-release): Prev release is 21.1.
4470 (customize-changed-options): Doc fix.
4471 (customize-changed): New alias.
4472 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4473 Say "standard values".
4474 (Custom-reset-standard): Doc fix.
4475 (custom-face-reset-standard): Doc fix.
4476
4477 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4478
4479 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4480 even if font-lock-mode is non-nil since it may be t without having
4481 turned on font-lock-mode-internal.
4482 (font-lock-choose-keywords): Minor optimization.
4483 (font-lock-add-keywords, font-lock-remove-keywords)
4484 (font-lock-set-defaults): Don't call make-local-variable on a variable
4485 that we know to already be local.
4486
4487 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4488
4489 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4490 messages if in the minibuffer.
4491
4492 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4493
4494 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4495 (tex-mode-flyspell-verify, flyspell-get-word)
4496 (flyspell-external-point-words): Don't use point-min/max uselessly.
4497
4498 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4499 by Kevin Rodgers. Instead, just hide the completions buffer if we
4500 don't need to show it.
4501
4502 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4503
4504 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4505
4506 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4507
4508 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4509 delete-windows-on with an inexistent buffer.
4510
4511 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4512
4513 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4514 Delete defcustom variable :tag names.
4515
4516 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4517
4518 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4519 (log-view-font-lock-keywords): Ajust subgroup numbers.
4520 (log-view-current-tag): Don't hard code the number of subgroups.
4521
4522 2005-12-20 Juri Linkov <juri@jurta.org>
4523
4524 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4525 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4526
4527 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4528 (menu-bar-non-minibuffer-window-p): Instead of checking
4529 display-multi-frame-p, use selected-frame when menu-updating-frame
4530 is nil.
4531
4532 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
4533
4534 * align.el (align-rules-list): Use [ \t] instead of \s-
4535 for column separators in text mode.
4536
4537 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4538
4539 * help-mode.el (help-customize-variable, help-customize-face):
4540 Don't pop help-xref-stack as help-follow no longer pushes
4541 anything on to it.
4542
4543 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4544
4545 * textmodes/org.el (org-agenda-custom-commands): New option.
4546 (org-agenda): Offer custom commands on splash screen.
4547 (org-make-tags-matcher): Parser for Boolean logic added.
4548 (org-agenda-set-tags): New command.
4549 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4550 (org-set-tags): Efficiency improvements.
4551 (org-auto-align-tags): New option.
4552 (org-todo, org-demote, org-promote): Realign tags.
4553 (org-tags-completion-function): Use also "&" and "|" as separators.
4554 (org-org-menu): Agenda commands simplified.
4555
4556 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4557
4558 * cus-edit.el (customize-apropos, customize-apropos-options):
4559 Docstring changes.
4560
4561 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4562
4563 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4564
4565 * longlines.el (longlines-mode): Wrap while widened.
4566 (longlines-decode-region, longlines-encode-region): Compute max
4567 just once.
4568
4569 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4570
4571 * cus-edit.el (mac): New group.
4572
4573 * cus-start.el (all): Add user options in macterm.c. Add test for
4574 Mac-related built-ins. Fix test for GTK-related built-ins.
4575
4576 * term/mac-win.el (mac-handle-language-change)
4577 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4578 (mac-services-open-selection, mac-services-mail-selection)
4579 (mac-services-mail-to, mac-services-insert-text)
4580 (mac-dispatch-apple-event): Add docstrings.
4581 (x-get-selection, mac-select-convert-to-string): Select coding
4582 system from `utf-16be' and `utf-16le' using `byteorder'.
4583
4584 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4585
4586 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4587 a "list" (lambda ...) rather than a real completion list.
4588
4589 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4590 lexical-let when encountering ((lambda (...) ...) ...).
4591
4592 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4593
4594 * progmodes/sh-script.el (sh-mode):
4595 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4596 * textmodes/picture.el (picture-mode): Update docstrings.
4597
4598 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4599
4600 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4601 commands enclosed in $(ARGQUOTE)s should not be split between two
4602 lines, as that will break with GNU Make >3.80, when sh.exe is used
4603 and arg quoting is with '..'.
4604 (autoloads): Don't break the quoted --eval expression between
4605 several lines.
4606
4607 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4608
4609 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4610 Capture error from printing circular structures.
4611
4612 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
4613
4614 * wid-edit.el (widget-checkbox-action): Clear undo info.
4615
4616 2005-12-16 Bill Wohler <wohler@newt.com>
4617
4618 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4619 bar, not menubar in comment.
4620
4621 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4622
4623 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4624 After-change-functions should not clobber the match data.
4625
4626 2005-12-16 Juri Linkov <juri@jurta.org>
4627
4628 * simple.el (choose-completion): Use `buffer-substring-no-properties'
4629 instead of `buffer-substring'.
4630 (completion-common-substring): Doc fix.
4631 (completion-setup-function): Use minibuffer-completion-contents
4632 instead of minibuffer-contents. Don't set common-string-length
4633 initially. Remove special handling of partial-completion-mode.
4634 Move computation of completion-base-size into one cond.
4635 Call completion-base-size-function in mainbuf. In computation of
4636 completion-base-size for file name completion don't move point to
4637 the end of the minibuffer. Move computation of common-string-length
4638 into one cond. Start putting faces only when common-string-length>=0.
4639 Add condition to put completions-common-part when
4640 common-string-length>0.
4641
4642 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4643 place point at the first different character in the minibuffer
4644 even if this position is at the beginning of the minibuffer.
4645
4646 * info.el (Info-read-node-name-1): In completion-base-size-function's
4647 lambda return 1 if common-substring or minibuffer-completion-contents
4648 starts with (, and 0 otherwise.
4649
4650 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4651 Use `crm-current-element' for second arg of `display-completion-list'.
4652
4653 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
4654
4655 * files.el (set-auto-mode): Look for an interpreter specified on
4656 the first line also if search for mode specification succeeded,
4657 but the mode is not known.
4658
4659 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
4660
4661 * textmodes/org.el (org-tags-match-list-sublevels): New option.
4662 (org-open-at-point): Implement tag searches as links.
4663 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4664 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4665 (org-tags-sparse-tree, org-tags-view, org-set-tags)
4666 (org-agenda-dispatch): New commands.
4667 (org-use-tag-inheritance, org-tags-column): New options.
4668 (org-tab-follows-link, org-return-follows-link): New options.
4669 (org-tags): New customize group.
4670 (org-start-icalendar-file): Get local time zone.
4671 (org-tags-completion-function): New function.
4672 (org-set-font-lock-defaults): Make sure links will also be
4673 highlighted inside headlines.
4674
4675 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
4676
4677 * term.el (term-emulate-terminal):
4678 Let term-handle-ansi-terminal-messages override what Bash says about
4679 its current directory.
4680
4681 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4682
4683 * bindings.el (last-buffer): Move to simple.el.
4684 * simple.el (last-buffer): Move here.
4685 (get-next-valid-buffer): New function.
4686 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4687 (prev-buffer): Ditto. Rename to `previous-buffer'.
4688
4689 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4690 * bindings.el (global-map): Ditto.
4691
4692 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
4693
4694 * cus-edit.el: Introductory comment change.
4695 (custom-magic-alist): Change message string for the `rogue' state.
4696
4697 2005-12-15 Richard M. Stallman <rms@gnu.org>
4698
4699 * tooltip.el: Delete defcustom variable :tag names.
4700
4701 * complete.el (partial-completion-mode): Doc fix.
4702
4703 * textmodes/flyspell.el (flyspell-external-point-words):
4704 Use save-excursion to ensure we don't move backward in the
4705 search loop, not even one character.
4706 (flyspell-delete-all-overlays): Use remove-overlays directly.
4707
4708 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4709 (ispell-start-process): Set that variable.
4710 Clear ispell-buffer-local-name.
4711 (ispell-internal-change-dictionary):
4712 Set ispell-current-dictionary after killing process.
4713 (ispell-buffer-local-dict):
4714 Don't set spell-personal-dictionary after killing process.
4715 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4716 (ispell-tex-skip-alists, ispell-html-skip-alists)
4717 (ispell-skip-region-alist): Mark as risky.
4718
4719 * net/newsticker.el (newsticker--retrieval-timer-list)
4720 (newsticker--display-timer, newsticker-running-p)
4721 (newsticker-ticker-running-p): Definitions moved up.
4722
4723 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
4724
4725 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4726
4727 2005-12-15 David Ponce <david@dponce.com>
4728
4729 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4730 (recentf-edit-list, recentf-open-files): Signal an error when
4731 there is no recent file.
4732
4733 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
4734
4735 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4736 read-only except for texinfo-format-region evaluation.
4737
4738 2005-12-14 Richard M. Stallman <rms@gnu.org>
4739
4740 * vc.el (vc-default-previous-version, vc-default-next-version)
4741 (vc-do-command): Doc fixes.
4742
4743 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4744
4745 * textmodes/bibtex.el (bibtex-expand-strings)
4746 (bibtex-autokey-expand-string, bibtex-name-part)
4747 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4748 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4749 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4750 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4751 (bibtex-entry-postfix, bibtex-known-entry-type-re)
4752 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4753 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4754 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4755 (bibtex-beginning-of-last-entry): Remove.
4756 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
4757 message if comma is missing but buffer is read-only.
4758 (bibtex-parse-field-text): Handle whitespaces at the end of field
4759 text. Return 3-element list with beginning and end of field text
4760 and end of field.
4761 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4762 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
4763 (bibtex-search-forward-field, bibtex-search-backward-field):
4764 Search always delimited by limits of entry. Use more efficient
4765 search algorithms.
4766 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4767 bibtex-end-of-name-in-field.
4768 (bibtex-text-in-field-bounds): Handle BibTeX strings when
4769 extracting the content of a field.
4770 (bibtex-text-in-field): Use search limits.
4771 (bibtex-parse-string-prefix): Handle empty string keys based on
4772 bibtex-string-empty-key.
4773 (bibtex-parse-string): Fix docstring.
4774 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4775 (bibtex-preamble-prefix, bibtex-strings): New functions.
4776 (bibtex-skip-to-valid-entry): Include preceding whitespace in
4777 BibTeX entries (consistent with other BibTeX functions).
4778 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4779 (bibtex-search-entry): Fix docstring. Simplify.
4780 (bibtex-flash-head, bibtex-complete-string-cleanup)
4781 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4782 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4783 (bibtex-parse-entry): New optional arg content.
4784 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4785 Use bibtex-text-in-field-bounds.
4786 (bibtex-print-help-message): Handle BibTeX strings and preambles.
4787 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4788 bibtex-parse-string-postfix.
4789 (bibtex-find-text-internal): New function.
4790 (bibtex-remove-delimiters): Use it.
4791 (bibtex-find-text): Use it. New optional arg help.
4792 (bibtex-complete): Handle BibTeX string and preamble entries.
4793 (bibtex-Preamble): Fix order of closing delimiters.
4794
4795 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4796
4797 * vc.el (vc-default-revert): New fun.
4798
4799 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4800
4801 2005-12-14 Romain Francoise <romain@orebokech.com>
4802
4803 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4804 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4805 (font-lock-remove-keywords): Likewise.
4806
4807 2005-12-14 Juri Linkov <juri@jurta.org>
4808
4809 * log-view.el (log-view-diff): Doc fix.
4810
4811 * isearch.el (isearch-query-replace): Use (mark) instead of
4812 isearch-opoint if mark is active in transient-mark-mode.
4813
4814 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4815
4816 * isearch.el (isearch-query-replace): Check for isearch-other-end.
4817
4818 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
4819
4820 * progmodes/cpp.el (cpp-face): New widget.
4821 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4822
4823 2005-12-14 Juri Linkov <juri@jurta.org>
4824
4825 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4826 around `erase-buffer' and `insert'.
4827
4828 * descr-text.el (describe-text-properties): Replace buffer name
4829 "*Help-2*" with "*Help*<2>".
4830 (describe-char): Add functions print-help-return-message,
4831 toggle-read-only. Use help-setup-xref with nil to not store
4832 describe-char in help-xref-stack. Use help-make-xrefs to
4833 make [back] button.
4834
4835 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4836
4837 * wdired.el (wdired-old-point): New internal variable.
4838 (wdired-change-to-wdired-mode): Set it buffer-locally.
4839 (wdired-abort-changes): Restore point after aborting changes.
4840
4841 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4842
4843 * vc.el (vc-do-command): Add a new value t for okstatus.
4844
4845 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
4846 frame in case of errors.
4847
4848 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4849
4850 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4851 so it comes after "On the Left" in the menu.
4852
4853 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
4854
4855 * cus-edit.el (customize-apropos, customize-apropos-options)
4856 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
4857
4858 2005-12-12 Bill Wohler <wohler@newt.com>
4859
4860 * vc-svn.el (vc-svn-registered): Fix problem of visiting
4861 non-writable Subversion-controlled files by saving window
4862 configuration before calling vc-do-command. vc-do-command calls
4863 pop-to-buffer on error which is unexpected during registration.
4864
4865 2005-12-12 Jay Belanger <belanger@truman.edu>
4866
4867 * calc/README: Update the summary of changes.
4868
4869 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4870
4871 * descr-text.el (describe-char): Rework last fix to solve the problem
4872 is the same way it's solved for everything else in that function
4873 (i.e. by extracting the info before setting up the *Help* buffer).
4874
4875 2005-12-12 Kim F. Storm <storm@cua.dk>
4876
4877 * subr.el (version-regexp-alist): Allow space as separator before
4878 non-numeric part, e.g. "1.0 alpha".
4879 (version-to-list): Interpret .X.Y version as 0.X.Y version.
4880
4881 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
4882
4883 * textmodes/org.el (org-agenda, org-timeline, org-todo):
4884 Implement Logging and the keep-modes setting.
4885 (org-get-category): Make sure a string is returned.
4886 (org-log-done): New function.
4887 (org-log-done, org-closed-string): New options.
4888
4889 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4890
4891 * tooltip.el (tooltip-y-offset): Change default to 20.
4892
4893 2005-12-12 Richard M. Stallman <rms@gnu.org>
4894
4895 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
4896
4897 * frame.el (display-hourglass): Doc fix.
4898
4899 * help.el (help-for-help-internal): Simplify entry for `a'.
4900
4901 * info.el (Info-on-current-buffer): Doc fix.
4902 (info-insert-file-contents): Don't test (featurep 'jka-compr).
4903
4904 * startup.el (inhibit-splash-screen): Make this the real name.
4905 (inhibit-startup-message): Make this the alias.
4906 (command-line): Find only simple.el, and use its directory
4907 to fill in other preloaded files' names.
4908 (command-line): Deactivate the mark if deactivate-mark is set.
4909
4910 * international/mule.el (load-with-code-conversion):
4911 Bind deactivate-mark.
4912
4913 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4914
4915 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
4916
4917 * cus-edit.el (customize-apropos): Avoid listing an option more
4918 than once under different aliases. No longer list user options
4919 that are not defined with defcustom (unless a prefix arg is given).
4920 Doc fix.
4921 (customize-apropos-options): Doc fix.
4922
4923 2005-12-11 Juri Linkov <juri@jurta.org>
4924
4925 * frame.el (set-background-color, set-foreground-color)
4926 (set-cursor-color, set-mouse-color, set-border-color):
4927 Add explicit prompts to read colors by `facemenu-read-color'.
4928 (show-trailing-whitespace, blink-cursor-delay)
4929 (blink-cursor-interval, display-hourglass, hourglass-delay):
4930 Remove tags.
4931 (display-hourglass, hourglass-delay): Doc fix.
4932 (cursor-in-non-selected-windows): Capitalize words in tag.
4933
4934 * faces.el (frame-background-mode): Replace `choice-item' keywords
4935 with `const' to not make [default] button. Change default value tag
4936 from `default' to `automatic'. Doc fix.
4937 (trailing-whitespace) <defface>: Change group `whitespace' to
4938 `whitespace-faces'.
4939
4940 2005-12-11 Richard M. Stallman <rms@gnu.org>
4941
4942 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
4943
4944 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4945
4946 * term/mac-win.el: Create keymap for mac-apple-event-map.
4947
4948 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
4949
4950 * tooltip.el (tooltip-mode): Move to start of file so that it
4951 appears at top of customize buffer.
4952
4953 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4954 Add the gud groupname.
4955 (gud-tooltip-mode): Add the tooltip groupname.
4956 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
4957 avoid conflict with tooltip-use-echo-area.
4958
4959 2005-12-10 Romain Francoise <romain@orebokech.com>
4960
4961 * help.el (help-for-help-internal): Add `r' in doc string.
4962
4963 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4964
4965 * align.el (align-regexp, align-highlight-rule):
4966 Use region-beginning and region-end instead of point and mark, so that
4967 repetition (with `repeat-complex-command') recomputes the region
4968 bounds.
4969
4970 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
4971
4972 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
4973 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
4974 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
4975 (balance-windows): Rewrite using the above new functions.
4976
4977 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
4978
4979 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
4980 react if global-hi-lock-mode seems intended.
4981 (global-hi-lock-mode) Renamed from hi-lock-mode.
4982 (hi-lock-archaic-interface-message-used)
4983 (hi-lock-archaic-interface-deduce): New variables.
4984 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
4985 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
4986 (hi-lock-find-patterns, hi-lock-font-lock-hook):
4987 Replace hi-lock-buffer-mode with hi-lock-mode.
4988
4989 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
4990
4991 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
4992 completion list, even after a partial completion has been
4993 inserted in the current buffer. If there are more than 1
4994 completion, redisplay the *Completions* buffer; if the
4995 completion is unique, delete the *Completions* window.
4996
4997 2005-12-10 Eli Zaretskii <eliz@gnu.org>
4998
4999 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5000 strings and long subject lines that were broken into multiple
5001 lines at arbitrary places. Handle subjects that have "Re: " in
5002 the middle.
5003
5004 2005-12-10 John W. Eaton <jwe@octave.org>
5005
5006 * emacs/octave-mod.el (octave-electric-space): Don't indent
5007 comments or strings if octave-auto-indent is nil.
5008
5009 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5010
5011 * term/mac-win.el: Require url when compiling.
5012 Call mac-process-deferred-apple-events after loading init files.
5013 (mac-apple-event-map): New defvar. Define event handlers in it.
5014 (core-event, internet-event): New Apple event class symbols.
5015 (open-application, reopen-application, open-documents)
5016 (print-documents, open-contents, quit-application)
5017 (application-died, show-preferences, autosave-now, get-url):
5018 New Apple event ID symbols.
5019 (about): New HICommand ID symbol.
5020 (mac-event-spec, mac-event-ae): New macros.
5021 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5022 (mac-ae-selection-range, mac-ae-text-for-search)
5023 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5024 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5025 and Services menu events are now defined in mac-apple-event-map.
5026 (mac-drag-n-drop): Remove selection range handling.
5027
5028 2005-12-10 Kenichi Handa <handa@m17n.org>
5029
5030 * simple.el (zap-to-char):
5031 * isearch.el (isearch-process-search-char): Translate CHAR by
5032 translation-table-for-input.
5033
5034 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5035
5036 * foldout.el (foldout-exit-fold): Properly hide subtree.
5037
5038 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5039
5040 * files.el (save-buffer):
5041 * international/ucs-tables.el (ucs-set-table-for-input):
5042 * mail/mail-extr.el (mail-extract-address-components):
5043 * mail/sendmail.el (mail-mode): Reformat doc string.
5044
5045 2005-12-09 Juri Linkov <juri@jurta.org>
5046
5047 * isearch.el (isearch-highlight): Change main overlay priority
5048 from 1 to 1001. Simplify.
5049 (isearch-lazy-highlight-update): Change lazy overlay priority
5050 from 0 to 1000.
5051
5052 * replace.el (replace-highlight): Change overlay priority from
5053 1 to 1001.
5054
5055 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5056 Change overlay priority from 1 to 1001. Reuse existing overlay.
5057
5058 * compare-w.el (compare-windows-highlight): Change overlay
5059 priority from 1 to 1000.
5060
5061 * menu-bar.el (menu-bar-edit-menu): Add listp around
5062 pending-undo-list to disable menu item "undo" when pending
5063 undo list is empty.
5064
5065 * locate.el (locate): Disable undo in *Locate* buffer.
5066
5067 2005-12-09 Kim F. Storm <storm@cua.dk>
5068
5069 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5070
5071 2005-12-09 David Ponce <david@dponce.com>
5072
5073 * recentf.el: Improvement of the menu code.
5074 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5075 instead of menu hook.
5076 (recentf-show-menu, recentf-hide-menu): New functions.
5077 (recentf-menu-customization-changed, recentf-mode): Use them.
5078 (recentf-menu-action, recentf-max-menu-items)
5079 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5080 (recentf-arrange-by-rule-others)
5081 (recentf-arrange-by-rules-min-items)
5082 (recentf-arrange-by-rule-subfilter) : Don't use
5083 `recentf-menu-customization-changed'.
5084 (recentf-arrange-rules): Likewise. Accept functions to compute
5085 sub-menu titles.
5086 (recentf-menu-filter): Likewise. Doc fix.
5087 (recentf-menu-value-shortcut): Doc fix.
5088 (recentf-dump-variable): Quote atom value.
5089 (recentf-make-menu-items): Update to use it as a menu filter.
5090 (recentf-match-rule): New function.
5091 (recentf-arrange-by-rule): Use it.
5092 (recentf-indirect-mode-rule): New function.
5093 (recentf-build-mode-rules): Use it.
5094 (recentf-dir-rule): New function.
5095 (recentf-arrange-by-dir): Use it.
5096 (recentf-filter-changer-current): Rename from
5097 `recentf-filter-changer-state'. All references updated.
5098 (recentf-filter-changer-alist): Update filter names.
5099 (recentf-filter-changer-select): New function.
5100 (recentf-filter-changer): Use it. Make a sub-menu from filters
5101 available in `recentf-filter-changer-alist'.
5102 (recentf-data-cache, recentf-clear-data)
5103 (recentf-update-menu): Remove. All references updated.
5104 (recentf-match-rule-p, recentf-build-dir-rules)
5105 (recentf-filter-changer-goto-next)
5106 (recentf-filter-changer-get-current)
5107 (recentf-filter-changer-get-next): Remove.
5108
5109 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5110
5111 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5112 buffer "Reset" button to "Reset to Current" for consistency with
5113 the State buttons.
5114
5115 2005-12-08 John Paul Wallington <jpw@pobox.com>
5116
5117 * ibuf-ext.el (define-ibuffer-filter filename):
5118 If `dired-directory' is a list then really use its car.
5119
5120 2005-12-08 Kim F. Storm <storm@cua.dk>
5121
5122 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5123 Fix indention of text on right side of replaced rectangle.
5124
5125 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5126
5127 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5128 No need to check gud-comint-buffer is bound.
5129 (gdb): Prevent multiple debugging when first session uses gdba.
5130
5131 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5132
5133 CC Mode update to 5.31.
5134
5135 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5136 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5137 We might do this function properly in the future).
5138
5139 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5140 New macros c-sentence-end and c-default-value-sentence end, to cope
5141 with Emacs 22's new function `sentence-end'.
5142
5143 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5144
5145 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5146 compat issue using `c-put-overlay' and `c-delete-overlay'.
5147
5148 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5149 New compat macros to handle overlays/extents.
5150
5151 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5152
5153 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5154 (for GNU Emacs 20.4)
5155
5156 * progmodes/cc-defs.el:
5157 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5158
5159 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5160 highlighting mechanism so it will work in XEmacs too.
5161
5162 * progmodes/cc-defs.el: Insert c-int-to-char.
5163
5164 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5165 call to the new macro c-int-to-char. This solves XEmacs's
5166 regarding characters as different from integers.
5167
5168 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5169
5170 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5171 New internal helper.
5172
5173 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5174 construct to make the indirect face lookup work in XEmacs.
5175
5176 (c-cpp-matchers): Append the negation char face to the existing
5177 fontification, so that the cpp face doesn't disappear.
5178 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5179 and strings.
5180
5181 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5182 to map to `font-lock-negation-char-face' in emacsen where it exists.
5183
5184 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5185
5186 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5187
5188 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5189 Rename "c-subword-move-mode" as "c-subword-mode".
5190
5191 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5192 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5193
5194 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5195
5196 * progmodes/cc-mode.el: Added autoload directive for
5197 `c-subword-move-mode' for use in older emacsen.
5198
5199 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5200
5201 * progmodes/cc-mode.el:
5202 (i) Insert a binding for C-c C-backspace into
5203 c-bind-special-erase-keys which works in TTYs.
5204 (ii) Make sure that when file styles are used, any explicitly
5205 given style variables take priority over those in the style.
5206 Do this by calling `hack-local-variables' a second time.
5207
5208 * progmodes/cc-vars.el: Add language specific customization
5209 widgets for AWK to c-doc-comment-style, c-require-final-newline
5210 and c-default-style. Add a defcustom for awk-mode-hook.
5211 Give c-syntactic-element and c-syntactic-context doc-strings by
5212 directly setting their `variable-documentation' propery.
5213 This allows Emacs 22.1 to read these with C-h v.
5214
5215 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5216
5217 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5218
5219 * progmodes/cc-fonts.el, cc-vars.el
5220 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5221 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5222 Masatake YAMATO.
5223
5224 (c-doc-comment-style): Made GtkDoc default in C mode.
5225
5226 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5227 and C-c C-<delete>.
5228
5229 (c-bind-special-erase-keys): New function for use on
5230 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5231
5232 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5233 <delete> key behavior in XEmacs according to `delete-forward-p'.
5234 C.f. `c-electric-delete'.
5235
5236 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5237
5238 * progmodes/cc-mode.el: Give c-hungry-backspace and
5239 c-hungry-delete-forward permanent key bindings.
5240
5241 * progmodes/cc-cmds.el (c-electric-semi&comma):
5242 Bind c-syntactic-context for calls to "criteria functions", for
5243 consistency with other calls to user functions.
5244
5245 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5246 `current-prefix-arg', since this might be the prefix arg to a
5247 command which calls c-indent-command as a function. Change the
5248 interactive spec from "p" to "P".
5249
5250 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5251 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5252 was difficult to understand.
5253
5254 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5255
5256 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5257 first char of an identifier.
5258
5259 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5260 +" syntax in C++.
5261
5262 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5263
5264 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5265 auto-fill doesn't split a c-comment's last word from a hanging
5266 "*/" when a space is typed between them after fill-column.
5267
5268 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5269
5270 * progmodes/cc-styles.el (c-set-style)
5271 (c-setup-paragraph-variables): Abort the command if we're not in a
5272 CC Mode buffer.
5273
5274 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5275 with blank comment-prefix, and a blank line as the comment's
5276 second line.
5277
5278 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5279
5280 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5281 Incorporate the patterns added in the Emacs development branch
5282 for the new Emacs 22 face `font-lock-negation-char-face'.
5283
5284 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5285 of "red" since it stands out better in xterms and DOS terminals.
5286
5287 * progmodes/cc-engine.el (c-literal-faces):
5288 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5289
5290 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5291
5292 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5293 forcibly enable c-electric-flag.
5294
5295 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5296 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5297 after the comment-prefix of a C-style comment will close that comment.
5298
5299 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5300
5301 * progmodes/cc-fonts.el (c-basic-matchers-before)
5302 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5303 in Pike.
5304
5305 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5306 digraphs.
5307
5308 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5309 (c-cpp-message-directives, c-cpp-include-directives)
5310 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5311 (c-cpp-expr-directives): Introduce new language constants to
5312 control cpp syntax in a cleaner way.
5313
5314 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5315
5316 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5317
5318 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5319 (c-multiline-string-start-char): New language constants and
5320 variables to specify how newlines in string literals work.
5321
5322 (c-font-lock-invalid-string): Use them.
5323
5324 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5325 unbalanced close brace is entered. Optimization by avoiding going
5326 back over arbitrarily large blocks. Removed hints that this
5327 function only would be relevant/useful in AWK.
5328
5329 (c-electric-brace): Indent syntactically after the cleanups since
5330 lineup functions might do it differently then.
5331
5332 * progmodes/cc-engine.el, cc-langs.el
5333 (c-opt-op-identifier-prefix): New language constant and variable.
5334
5335 (c-just-after-func-arglist-p, c-after-special-operator-id)
5336 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5337
5338 * progmodes/cc-align.el, cc-engine.el
5339 (c-after-special-operator-id): New helper to handle C++ operator
5340 identifiers.
5341
5342 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5343 (c-guess-basic-syntax): Handle C++ operator identifiers in
5344 declarations.
5345
5346 * progmodes/cc-langs.el (c-assignment-operators): Add the
5347 trigraph version of ^= too.
5348
5349 * progmodes/cc-langs.el (c-assignment-operators): Add the
5350 trigraph version of |= in C++.
5351
5352 * progmodes/cc-fonts.el (c-font-lock-declarators):
5353 Handle `c-decl-hangon-kwds' after the identifier name.
5354
5355 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5356 whether an arglist is "nonempty", ignore a comment after the open
5357 paren if it isn't followed by a non-comment token on the same line.
5358
5359 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5360 Enable heuristics below the point to cope with classes inside special
5361 brace lists in Pike.
5362
5363 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5364
5365 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5366
5367 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5368
5369 * progmodes/cc-guess.el (cc-guess-install): New function to
5370 install an already guessed style in another buffer.
5371
5372 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5373 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5374 anyway if the change always is undone.
5375
5376 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5377
5378 Implement togglable electricity:
5379
5380 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5381 saying when it should be used.
5382
5383 * progmodes/cc-engine.el: Add the new buffer-local variable,
5384 c-electric-flag.
5385
5386 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5387 c-toggle-auto-newline.
5388
5389 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5390 c-toggle-auto-newline. Remove the binding for
5391 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5392 c-toggle-electric-state.
5393
5394 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5395
5396 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5397 c-\(forward\|backward\)-subword.
5398 (c-update-modeline): Add the new modeline flag `l' for
5399 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5400 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5401 Make the old name an alias of the new name.
5402 (c-toggle-electric-state): New function.
5403 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5404 Adapt these functions to do electric things only when
5405 c-electric-flag is non-nil.
5406 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5407 new functions from c-electric-brace.
5408 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5409 mode, so that the tentative extra newline doesn't change the
5410 syntax of the following brace.
5411 (c-electric-brace): Restructure by extracting the above functions.
5412 Tidy up the coding somewhat.
5413 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5414 restructure a bit.
5415
5416 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5417
5418 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5419 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5420
5421 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5422 (c-submode-indicators): Change name from `c-auto-hungry-string'
5423 since it's now used to track another submode.
5424
5425 (c-update-modeline): Convert to function and extended to check
5426 `c-subword-move-mode'.
5427
5428 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5429 Convert to compat aliases for `c-forward-subword' and
5430 `c-backward-subword'.
5431
5432 * progmodes/cc-subword.el: New functions and minor mode to handle
5433 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5434
5435 (c-forward-subword, c-backward-subword, c-mark-subword)
5436 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5437 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5438 Functions corresponding to the standard word handling functions.
5439
5440 (c-subword-move-mode): Minor mode that replaces all the standard
5441 word handling functions with their subword equivalences.
5442
5443 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5444
5445 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5446 entry for one-liner-defun.
5447
5448 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5449 name in its def-edebug-spec.
5450
5451 * progmodes/cc-cmds.el (c-electric-brace): Make the
5452 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5453 compacts space before a comment, if this will make things fit on
5454 one line.
5455
5456 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5457
5458 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5459
5460 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5461 clean-up one-liner-defun.
5462
5463 * progmodes/cc-styles.el: Add the new "awk" style.
5464
5465 * progmodes/cc-vars.el: Add description of one-liner-defun to
5466 c-cleanup-list's doc-string. New user options,
5467 c-max-one-liner-length. In c-default-style, set the default style
5468 for AWK to "awk".
5469
5470 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5471
5472 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5473 macros inside labels.
5474
5475 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5476 `c-at-statement-start-p' and `c-at-expression-start-p'.
5477
5478 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5479 error if the mark isn't set.
5480
5481 * progmodes/cc-engine.el (c-guess-continued-construct)
5482 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5483 accurately detect functions inside functions.
5484
5485 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5486 like `c-at-statement-start-p' that additionally recognizes commas
5487 and expression parentheses as delimiters.
5488
5489 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5490 to avoid heuristics that doesn't work for unclosed blocks.
5491 (c-at-statement-start-p): New function.
5492
5493 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5494 Objective-C directives, e.g. directives spanning lines should work
5495 reasonably well now.
5496
5497 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5498
5499 (c-forward-objc-directive): New function to move over any ObjC
5500 directive.
5501
5502 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5503 (c-basic-matchers-before): Use it.
5504
5505 (c-font-lock-objc-iip-decl): Remove.
5506
5507 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5508 in the template arglist recognition.
5509
5510 * progmodes/cc-styles.el (c-style-alist): Fix several
5511 inconsistencies in the Whitesmith style.
5512
5513 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5514 New lineup function to get lines after Whitesmith style blocks
5515 correctly indented.
5516
5517 (c-lineup-whitesmith-in-block): Back out the compensation for
5518 opening parens since it's done using `add' lists in the style
5519 definition instead. Don't use the anchor position since it varies
5520 too much between the syntactic symbols. :P
5521
5522 * progmodes/cc-vars.el (c-valid-offset): Update.
5523
5524 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5525 lists where the offsets are combined according to several
5526 different methods: `first', `min', `max', and `add'.
5527 Report offset evaluation errors with `c-benign-error' so that some kind
5528 of reindentation still is done.
5529
5530 * progmodes/cc-engine.el (c-guess-basic-syntax):
5531 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5532 `arglist-close'.
5533
5534 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5535 situations for `arglist-cont-nonempty' and `arglist-close'.
5536
5537 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5538
5539 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5540 cc-bytecomp-boundp' in a number of places.
5541
5542 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5543 macro related issue.
5544
5545 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5546
5547 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5548 list is now [asdf], a char class [:alpha:].
5549 Include code for char classes.
5550 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5551 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5552
5553 Remove (nearly all of) the cruft associated with AWK Mode's former
5554 concept of "virtual semicolons":
5555
5556 Adapt c-beginning-of-statement, c-end-of-statement (together with
5557 subfunctions) to use the new notion of "virtual semicolon" in
5558 place of the old awkward special handling for AWK. There remains
5559 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5560 * progmodes/cc-cmds.el:
5561 (c-ascertain-adjacent-literal): In the backwards direction, now
5562 recognises AWK regexp delimiters as string delimiters.
5563 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5564 check more rigorously for "end of macro".
5565 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5566 virtual semicolons;
5567 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5568 out the code for forward movement into ...
5569 (c-end-of-statement): Now contains the code for forward movement,
5570 adapted for virtual semicolons.
5571
5572 * progmodes/cc-engine.el:
5573 (c-ws*-string-limit-regexp): New regexp.
5574 (c-forward-single-comment, c-backward-single-comment): Comment out
5575 the (now redundant) "special" AWK stuff.
5576
5577 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5578 c-string-par-start, c-string-par-separate to be more like Text
5579 Mode than Fundamental Mode.
5580
5581 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5582
5583 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5584 to the fontified region so that fontification doesn't occur
5585 outside it (could happen e.g. when fontifying a line with an
5586 unfinished declaration).
5587
5588 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5589
5590 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5591 start of the file. ^L now separate sections of the file.
5592 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5593 (c-awk-one-line-possibly-open-string-re)
5594 (c-awk-regexp-one-line-possibly-open-char-class-re)
5595 (c-awk-one-line-possibly-open-regexp-re)
5596 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5597 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5598
5599 Amend the concept of "virtual semicolons" (in the indentation
5600 engine) for languages like AWK, such that they are now
5601 conceptually attached to end of the last token of a statement, not
5602 the end of the line. (In AWK Mode, however, the pertinent text
5603 property is still physically set on the EOL.) Remove the specific
5604 tests for awk-mode, thus facilitating the introduction of other
5605 language modes where EOLs can end statements.
5606 (Note: The funtionality in cc-cmds.el, specifically
5607 c-beginning/end-of-statement has yet to be amended.)
5608
5609 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5610 New macros.
5611
5612 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5613 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5614 c-vsemi-status-unknown-p-fn (in a new page).
5615
5616 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5617 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5618 numerous awkward forms like
5619 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5620 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5621 variable before-ws-ip, the place just after char-before-ip appears.
5622
5623 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5624 a comment.
5625
5626 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5627
5628 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5629 `c-tentative-buffer-changes'.
5630
5631 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5632 convert to macro to choose between Emacs and XEmacs at compile time.
5633
5634 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5635
5636 (c-tentative-buffer-changes): New macro to handle temporary buffer
5637 changes in a convenient way.
5638
5639 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5640 for `c-tentative-buffer-changes'.
5641
5642 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5643 the checks for paren sexps between the point and the keyword, to
5644 avoid some false alarms.
5645
5646 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5647 Fixed a situation where an error could be thrown for unbalanced
5648 parens. Changed to make use of c-keyword-member' to avoid some
5649 repeated regexp matches.
5650
5651 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5652 These language variable are no longer necessary.
5653
5654 (c-block-stmt-kwds): New language constant used by
5655 c-looking-at-inexpr-block'.
5656
5657 (c-guess-basic-syntax): Remove an optional check that looked at
5658 the existence of the now removed language variables.
5659
5660 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5661 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5662 object instantiation expressions as declarations in some contexts.
5663 This bug only affected languages where the declarator can't be
5664 enclosed in parentheses.
5665
5666 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5667 insert newlines before and after substatement braces.
5668
5669 * progmodes/cc-engine.el: Improved the heuristics for recognizing
5670 function declaration headers and the handling of C++ style member
5671 init lists.
5672
5673 (c-just-after-func-arglist-p): Rewritten to use
5674 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
5675
5676 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5677
5678 (c-guess-basic-syntax): Adapt case 5B for the new
5679 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
5680 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5681 covers all cases now).
5682
5683 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5684
5685 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5686
5687 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5688 c-string-par-start/separate c-sentence-end-with-esc-eol,
5689 initialised in c-setup-paragraph-variables, used in string
5690 scanning subroutines of c-beginning-of-statement.
5691
5692 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5693 which precedes the newly inserted `{'.
5694
5695 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5696
5697 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5698 function for declaration level blocks. It should now cope with
5699 templates better and also be a lot more comprehensible.
5700
5701 (c-looking-at-decl-block): The new function.
5702
5703 (c-search-uplist-for-classkey): The old one. It's now a wrapper
5704 for compatibility.
5705
5706 (c-add-class-syntax, c-guess-continued-construct)
5707 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5708
5709 (c-decl-block-key): Change to tell apart ambiguous and
5710 unambiguous keywords. Pike specials are now handled directly in
5711 the code instead.
5712
5713 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5714 New language constants and variables to make the backward skip in
5715 `c-looking-at-decl-block' as tight as possible.
5716
5717 (c-nonsymbol-token-char-list): New language constant.
5718
5719 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5720 find balanced template arglists backwards.
5721
5722 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5723 making char classes for `c-syntactic-skip-backward'.
5724
5725 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5726 16D - can't be a class-close at that point.
5727
5728 * progmodes/cc-engine.el (c-guess-basic-syntax)
5729 (c-add-class-syntax): Don't narrow out the enclosing declaration
5730 level. This makes everything a lot easier, and it was actually
5731 only four small places that needed it to work. Some places that
5732 previously did `widen' are removed now, which has the effect that
5733 `c-guess-basic-syntax' never will look at things outside the
5734 current narrowment now. The anchor position for `topmost-intro'
5735 is affected by this, but it was so bogus it was basically useless
5736 before, and now it's equally bogus but in a slightly different way.
5737
5738 (c-narrow-out-enclosing-class): Gone.
5739
5740 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5741 the narrowed region.
5742
5743 (c-least-enclosing-brace): Remove silly optional argument.
5744
5745 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5746 the point could be left directly after an open paren when finding
5747 the beginning of the first decl in the block.
5748
5749 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5750 Specify which submatch to use.
5751
5752 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5753
5754 (c-decl-start-re): No longer any need for special treatment of
5755 ObjC due to the above.
5756
5757 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5758 presumably follows C in that regard.
5759
5760 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5761 New language constants to specify operator tokens inside
5762 identifiers in a more high level way.
5763
5764 (c-opt-identifier-prefix-key): New internal language constant.
5765
5766 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5767 (c-identifier-start, c-identifier-key): Now completely calculated
5768 from other constants.
5769
5770 (c-identifier-last-sym-match): Decommission since it's no longer used.
5771
5772 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
5773
5774 * progmodes/cc-engine.el (c-forward-name): Remove the
5775 optimization when c-identifier-key is equal to c-symbol-key since
5776 it doesn't work in byte compiled files. Don't record empty
5777 regions as identifiers.
5778
5779 * progmodes/cc-langs.el (c-filter-ops): New helper function to
5780 simplify access to `c-operators' and its likes.
5781
5782 (c-operator-list, c-all-op-syntax-tokens)
5783 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5784 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5785 (c-primary-expr-regexp, c-cast-parens): Use it.
5786
5787 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5788 an explicit language in functions.
5789
5790 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5791 variant of adornment.
5792
5793 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5794 variable.
5795
5796 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5797 the Pike value.
5798
5799 * progmodes/cc-engine.el (c-on-identifier)
5800 (c-simple-skip-symbol-backward): Small fix for handling "-"
5801 correctly in `skip-chars-backward'. Affected the operator lfun
5802 syntax in Pike.
5803
5804 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5805 diagnostic message about precompiled language vars not being used.
5806
5807 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5808 "__attribute__" is followed by a parenthesis.
5809
5810 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5811 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5812 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5813
5814 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5815 Internal cleanups to properly detect the declared identifiers in
5816 various declarations.
5817
5818 (c-decl-start-kwds): New language constant to recognize
5819 declarations that can start anywhere. Used for class declarations
5820 in Pike.
5821
5822 (c-specifier-key, c-not-decl-init-keywords)
5823 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5824 (c-find-decl-spots): Implement `c-decl-start-kwds'.
5825
5826 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5827 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5828 handling of the compiler specific extension keywords into a new
5829 language constant `c-decl-hangon-kwds' that defines keyword
5830 clauses to be ignored in declarations.
5831
5832 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5833 past unrecognized tokens when handling `c-colon-type-list-kwds'.
5834 Necessary to stop at the declared identifier in e.g. IDL valuetype
5835 declarations.
5836
5837 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5838 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5839 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5840 (c-forward-decl-or-cast-1): Recognize the declared identifier in
5841 class and enum declarations as such and not as part of the type.
5842
5843 (c-forward-decl-or-cast-1, c-forward-label): Relax the
5844 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5845
5846 (c-forward-decl-or-cast-1): Don't disregard sure signs of
5847 declarations when there's some syntax error later on.
5848
5849 (c-complex-decl-matchers): Did away with a reference to
5850 `c-specifier-key'.
5851
5852 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
5853 value - this variable is always dynamically bound.
5854
5855 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
5856 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
5857 * cc-cmds.el, cc-defs.el: Change the policy for marking up
5858 functions that might do hidden buffer changes: All such internal
5859 functions are now marked instead of those that don't.
5860
5861 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
5862 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
5863 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
5864 (c-literal-type): Allow these functions to make hidden buffer changes,
5865 so that they are free to use text property caching later on.
5866
5867 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
5868 (c-electric-brace, c-electric-slash, c-electric-star)
5869 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
5870 (c-electric-paren, c-electric-continued-statement, c-indent-command)
5871 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
5872 (c-context-line-break): Add `c-save-buffer-state' calls to comply
5873 with the changed semantics of the functions above.
5874
5875 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
5876 when macros occur in obscure places. Optimized the sexp movement
5877 a bit.
5878
5879 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5880
5881 Enhancements for c-beginning-of-statement to work in AWK Mode:
5882
5883 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
5884 (completed statement) with `}' (statement completed by closing
5885 brace or semicolon) and `$' (statement completed by EOL).
5886
5887 (c-awk-virtual-semicolon-ends-prev-line-p)
5888 (c-awk-virtual-semicolon-ends-line-p)
5889 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
5890 (c-awk-at-statement-end-p): New functions.
5891
5892 * progmodes/cc-cmds.el: Simplify the structure of functions
5893 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
5894 two functions and c-beginning-of-statement to handle AWK Mode.
5895
5896 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
5897 c-backward-single-comment for AWK mode. Attempt to clarify their
5898 doc-strings.
5899
5900 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
5901
5902 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5903
5904 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
5905 label handling. Labels are now recognized in a uniform and more
5906 robust way, regardless of context. Text properties are put on all
5907 labels to recognize the following declarations better.
5908 Multiword labels are handled both in indentation and fontification for
5909 the benefit of language extensions like Qt. For consistency, keywords
5910 in labels are now fontified with the label face instead.
5911 That also applies to "case" and "default".
5912
5913 (c-beginning-of-statement-1): Fix some bugs in the label
5914 handling. Disregard `c-nonlabel-token-key' in labels that begin
5915 with `c-label-kwds'.
5916
5917 (c-find-decl-spots): Support that the callback adds more
5918 `c-decl-end' spots to find.
5919
5920 (c-forward-decl-or-cast-1): Don't treat a list of plain
5921 identifiers followed by a colon as a declaration.
5922
5923 (c-forward-label): New function to recognize labels.
5924
5925 (c-guess-basic-syntax): Replace uses of `c-label-key' with
5926 `c-forward-label'. Moved the label recognition cases (14 and 15)
5927 earlier since they aren't so context sensitive now. Handle labels
5928 on the top level gracefully. Moved access label recognition to
5929 the generic label case (CASE 15) - removed CASE 5E.
5930
5931 (c-font-lock-declarations): Add recognition of labels in the
5932 same round since we need to handle labels in parallell with other
5933 declarations to recognize both accurately. It should also improve
5934 speed.
5935
5936 (c-simple-decl-matchers, c-basic-matchers-after):
5937 Move `c-font-lock-labels' so that it only is used on decoration level 2
5938 since `c-font-lock-declarations' handles it otherwise.
5939
5940 (c-complex-decl-matchers): Remove the simplistic recognition of
5941 access labels.
5942
5943 (c-decl-prefix-re): Remove the kludges that was necessary to cope
5944 with labels earlier.
5945
5946 (c-decl-start-re): New language variable to make
5947 `c-font-lock-declarations' stop for the special protection labels
5948 in Objective-C that start with `@'.
5949
5950 (c-label-key): Remove since it's no longer used.
5951
5952 (c-recognize-colon-labels, c-label-prefix-re): New language
5953 constants to support recognition of generic colon-terminated labels.
5954
5955 (c-type-decl-end-used): `c-decl-end' is now used whenever there
5956 are colon terminated labels.
5957
5958 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5959 first argument starts with a special brace list.
5960
5961 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
5962 (c-font-lock-declarations): Break out the declaration and cast
5963 recognition from `c-font-lock-declarations' to a new function, so
5964 that it can be used in the indentation engine.
5965
5966 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
5967 up to the start of the literal. Fixed bug with the point on the
5968 wrong side of the search limit that could happen when the start
5969 position is inside a literal.
5970
5971 * progmodes/cc-engine.el (c-parse-state)
5972 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
5973 so that it's kept a little bit back to increase the hit rate.
5974
5975 (c-parse-state): Change the macro handling and fixed some
5976 glitches. Macro context is checked more often than necessary now,
5977 but otoh less garbage conses are generated.
5978
5979 * progmodes/cc-engine.el (c-parse-state)
5980 (c-invalidate-state-cache): Cache the last position where
5981 `c-state-cache' applies. This can speed up refontification quite
5982 a bit in blocks where there are many non-brace parens before the point.
5983
5984 (c-state-cache-end): New variable for this.
5985
5986 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
5987 cache variable.
5988
5989 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
5990 get close initial continue positions when the start position is
5991 inside a literal or macro. Do not call the callback for spots
5992 before the start position (which can happen e.g. for `c-decl-end'
5993 spots inside comments). Optimize better in special cases when the
5994 region is a single line inside a literal or macro (typically when
5995 the current line is refontified).
5996
5997 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
5998 to `c-add-stmt-syntax' - there's no need to explicitly whack off
5999 entries from the paren state.
6000
6001 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6002 special case for "else if" clauses.
6003
6004 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6005 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6006
6007 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6008 New language variable to recognize the gcc extension with statement
6009 blocks inside expressions.
6010
6011 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6012 it somewhat more comprehensible. The argument AT-BLOCK-START is
6013 no longer used and hence removed.
6014
6015 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6016 to `c-add-stmt-syntax'.
6017
6018 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6019 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6020 This fixes bogus label recognition.
6021
6022 * progmodes/cc-engine.el (c-add-type, c-check-type)
6023 (c-forward-name, c-forward-type): Improve storage of template
6024 types in `c-found-types' so that they can be recognized better.
6025
6026 (c-syntactic-content): Add option to skip past nested parens.
6027
6028 * progmodes/cc-engine.el (c-forward-name):
6029 Set `c-last-identifier-range' all the time. It's less work that way.
6030 Handle that there might not be an identifier to store in
6031 `c-last-identifier-range'.
6032
6033 (c-forward-type): Handle that `c-last-identifier-range' might be
6034 nil from `c-forward-name'.
6035
6036 * progmodes/cc-defs.el (c-safe-scan-lists)
6037 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6038
6039 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6040 to work even if the form fails.
6041
6042 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6043 down in a large file in one go.
6044
6045 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6046
6047 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6048 function which is like `c-lineup-math' but returns nil instead of
6049 `c-basic-offset' when it doesn't match.
6050
6051 (c-lineup-math): Change to use `c-lineup-assignments'.
6052
6053 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6054
6055 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6056 c-beginning-of-statement. New subfunctions
6057 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6058
6059 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6060
6061 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6062 hardcoded char classes whereever possible. Changed a couple of
6063 places to use skip by syntax instead of skip by char class.
6064
6065 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6066 Fix a bug in the regexp that caused extreme backtracking.
6067
6068 * progmodes/cc-langs.el (c-block-comment-starter)
6069 (c-block-comment-ender): New language constants to specify in a
6070 single place how block comments look.
6071
6072 (c-comment-start-regexp, c-block-comment-start-regexp)
6073 (comment-start, comment-end, comment-start-skip)
6074 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6075 (c-syntactic-ws, c-nonempty-syntactic-ws)
6076 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6077 `c-line-comment-starter', `c-block-comment-starter' and
6078 `c-block-comment-ender'.
6079
6080 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6081 New language constants to break up things a bit.
6082
6083 (c-simple-ws): New language constant for simple whitespace.
6084
6085 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6086
6087 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6088 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6089 newlines. Allow and ignore nil elements in the list.
6090
6091 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6092
6093 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6094 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6095
6096 * progmodes/cc-cmds.el: Tidy up the comments in
6097 c-beginning-of-statement and subfunctions.
6098
6099 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6100 more flexible c-put-char-property and c-clear-char-properties.
6101 Add the author's email address.
6102
6103 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6104
6105 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6106 closing "*/" of a block comment.
6107
6108 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6109 subfunctions) so that it works at BOB and EOB.
6110
6111 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6112 c-beginning-of-statement, including new variable
6113 c-block-comment-start-regexp.
6114
6115 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6116
6117 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6118 symbols from `*-font-lock-extra-types' so that there's no need to
6119 use `regexp-opt' on those lists.
6120
6121 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6122 `c-type-modifier-kwds' is empty.
6123
6124 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6125 there are several strings on the same line.
6126
6127 * progmodes/cc-engine.el (c-literal-limits): Remove the
6128 compatibility function for older emacsen. `c-literal-limits-fast'
6129 has now taken the place of this function.
6130
6131 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6132 with older emacsen: We now require `pps-extended-state'.
6133
6134 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6135
6136 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6137 which obviates the need to hack sentence-end. This now handles
6138 escaped newlines in strings correctly. Correct minor bugs in
6139 c-move-over-sentence and in c-beginning-of-statement.
6140
6141 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6142 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6143 that movement over macros and code are rigorously separated from
6144 eachother. Correct a few incidental bugs.
6145
6146 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6147 Improve its doc-string. Improve the handling of certain specific cases.
6148
6149 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6150
6151 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6152 (c-guess-basic-syntax): Change the way class-level labels are
6153 recognized; they can now contain essentially any symbols.
6154
6155 (c-opt-extra-label-key): New language variable to cope with the
6156 special protection label syntax in Objective-C.
6157
6158 (c-opt-access-key): Remove; this is now handled better by
6159 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6160
6161 (c-complex-decl-matchers): Update to handle that
6162 `c-opt-access-key' no longer exists.
6163
6164 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6165 improved label recognition in `c-beginning-of-statement-1'.
6166
6167 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6168 Recognize bitfields better.
6169
6170 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6171 Remove some cruft and fixed a bug that could cause it to go to a
6172 position further down.
6173
6174 * progmodes/cc-langs.el, cc-engine.el
6175 (c-beginning-of-statement-1): Improve detection of labels in
6176 declaration contexts.
6177
6178 (c-beginning-of-decl-1): Use it.
6179
6180 (c-nonlabel-token-key): New language constant and variable needed
6181 by `c-beginning-of-statement-1'.
6182
6183 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6184 manifested itself due to the correction in `c-forward-sexp'.
6185
6186 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6187 Make these behave as documented when used at the buffer limits.
6188
6189 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6190 (c-type-decl-end-used): Made this a language variable.
6191
6192 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6193 correctly when `combine-after-change-calls' is used together with
6194 temporary narrowings.
6195
6196 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6197 Report labels correctly when the start point is immediately after the
6198 colon.
6199
6200 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6201 Remove since it isn't used anymore.
6202
6203 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6204 bracket arglists such as template parens in C++.
6205
6206 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6207 in the last check-in. Some optimization.
6208
6209 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6210 where it could stop at the same level in a preceding sexp when
6211 PAREN-LEVEL is set.
6212
6213 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6214 text property lookup only when it's needed.
6215
6216 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6217 Change the policy for paren marked angle brackets to be more
6218 persistent; once marked they remain marked even when they're found
6219 to be unbalanced in the searched region. This should keep the
6220 paren syntax around even when individual lines are refontified in
6221 multiline template arglists.
6222
6223 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6224 to control markup so that incorrect angle bracket arglists aren't
6225 marked in contexts where the correct value for
6226 `c-disallow-comma-in-<>-arglists' isn't known.
6227
6228 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6229 argument has become `c-parse-and-markup-<>-arglists'.
6230
6231 (c-remove-<>-arglist-properties): Remove - no longer used.
6232
6233 (c-after-change-check-<>-operators): New function used on
6234 `after-change-functions' to avoid that "<" and ">" characters that
6235 are part of longer operators have paren syntax.
6236
6237 (c-<>-multichar-token-regexp): New language variable used by
6238 `c-after-change-check-<>-operators'.
6239
6240 (c-after-change): Call `c-after-change-check-<>-operators'.
6241
6242 (c-font-lock-<>-arglists): Use the context properties set by
6243 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6244 correctly to avoid doing invalid markup.
6245
6246 (c-font-lock-declarations): Remove code that undoes the invalid
6247 markup done by `c-font-lock-<>-arglists'.
6248
6249 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6250 after `c-font-lock-declarations'.
6251
6252 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6253 Add paren-level feature.
6254
6255 (c-guess-basic-syntax): Improve the anchor position for
6256 `template-args-cont' in nested template arglists. There's still
6257 much to be desired in this area, though.
6258
6259 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6260
6261 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6262 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6263
6264 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6265
6266 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6267 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6268
6269 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6270 it doesn't work no longer are supported.
6271
6272 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6273 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6274 requires support for the syntax-table' text property, which rules
6275 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6276 cruft associated with those versions.
6277
6278 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6279 for the `syntax-table' text property, which rules out Emacs 19 and
6280 XEmacs < 21.4. Removed various compatibility cruft associated
6281 with those versions.
6282
6283 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6284 support for the `syntax-table' text property.
6285
6286 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6287 variable and use an extra quoted face name instead. All the
6288 emacsen flavors handle that correctly.
6289
6290 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6291 (c-font-lock-declarators, c-font-lock-declarations)
6292 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6293 property to mark the items in in declarator lists to handle
6294 refontification inside multiline declarations better.
6295
6296 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6297 construct like "a * b = c;" as a declaration.
6298
6299 2005-12-08 Kim F. Storm <storm@cua.dk>
6300
6301 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6302 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6303 select either meta, hyper, or super modifier for rectangle commands.
6304 (cua--rectangle-modifier-key): New defvar.
6305 (cua--M/H-key): Use it. Remove special case for `space'.
6306 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6307 on X, to meta otherwise. Always bind C-return to toggle
6308 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6309
6310 * emulation/cua-rect.el (cua-help-for-rectangle):
6311 Use cua--rectangle-modifier-key. Handle super modifier too.
6312 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6313 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6314
6315 * ido.el: Move Acknowledgements and History after Commentary.
6316 Minor changes to Commentary.
6317
6318 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6319 keymap if cua--prefix-override-timer is `shift'.
6320 (cua--shift-control-prefix): New function; emulate "type prefix
6321 key twice" functionality to handle shifted prefix key override.
6322 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6323 New commands.
6324 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6325
6326 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6327
6328 * textmodes/org.el (org-insert-heading): Try to do items before
6329 headings.
6330 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6331 (org-insert-item): New function.
6332 (org-renumber-ordered-list): Don't skip to higher level lists.
6333
6334 2005-12-08 Juri Linkov <juri@jurta.org>
6335
6336 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6337
6338 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6339
6340 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6341
6342 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6343 the constructed function name fun-1.
6344
6345 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6346 because such links don't lead to parent documentation.
6347
6348 2005-12-08 Kenichi Handa <handa@m17n.org>
6349
6350 * descr-text.el (describe-char): Use *Help-2* buffer if the
6351 current buffer is *Help*. Call describe-text-properties while
6352 setting the original buffer.
6353
6354 2005-12-07 Bill Wohler <wohler@newt.com>
6355
6356 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6357 and causes problems with non-MH users (such as Gnus users).
6358
6359 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6360
6361 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6362 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6363 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6364 command "info sources". Move calls to GDB command "list".
6365 (gdb-find-file-hook): Just use gdb-source-file-list.
6366 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6367 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6368 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6369 (gdb-data-list-register-values-handler): Use correct trigger name.
6370
6371 2005-12-07 Kim F. Storm <storm@cua.dk>
6372
6373 * ido.el (ido-completion-map): Rename from ido-mode-map.
6374 (ido-common-completion-map, ido-file-completion-map)
6375 (ido-file-dir-completion-map, ido-buffer-completion-map):
6376 Rename from ido-mode-....-map.
6377 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6378 (ido-setup-completion-map): Rename from ido-define-mode-map.
6379 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6380 to ido-completion-map.
6381
6382 2005-12-07 Kenichi Handa <handa@m17n.org>
6383
6384 * international/mule-cmds.el
6385 (set-display-table-and-terminal-coding-system): If the coding
6386 system specified in `unibyte-display' property is different from
6387 the arg coding-system, don't setup standard-display-table.
6388
6389 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6390
6391 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6392 that comments end at \n, regardless of selective-display.
6393
6394 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6395
6396 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6397 (gdb-version): New variables.
6398 (gdb-source-file-list, gdb-register-names)
6399 (gdb-changed-registers): New variables for use with GDB 6.4+.
6400 (gdb-ann3): Replace with...
6401 (gdb-init-1, gdb-init-2): ...two new functions.
6402 (gdba, gdb-prompt): Call gdb-init-1.
6403 (gdb-get-version): New function. Call gdb-init-2 from here.
6404 (gud-watch): Make it work with mouse events too.
6405 (gdb-post-prompt): Don't add to queue until GDB version is known.
6406 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6407 (gdb-locals-mode): Use gdb-version.
6408 (gdb-memory-format-map, gdb-memory-unit-map)
6409 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6410 (gdb-locals-font-lock-keywords-1)
6411 (gdb-locals-font-lock-keywords-2): New variables.
6412 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6413 (gdb-set-gud-minor-mode-existing-buffers-1)
6414 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6415 (gdb-var-update-1, gdb-var-update-handler-1)
6416 (gdb-data-list-register-values-handler)
6417 (gdb-data-list-register-values-custom)
6418 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6419 (gdb-stack-list-locals-handler, gdb-get-register-names):
6420 New functions for use with GDB 6.4+.
6421 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6422 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6423 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6424 (gdb-stack-list-locals-regexp)
6425 (gdb-data-list-register-names-regexp): New regexps for use with
6426 GDB 6.4+.
6427
6428 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6429
6430 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6431
6432 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6433
6434 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6435 prompts work for AUTH PLAIN. Also reported by Steve Allan
6436 <seallan@verizon.net>.
6437
6438 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6439
6440 * frame.el (set-frame-parameter): Add doc string.
6441
6442 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6443
6444 * textmodes/org.el (org-occur-highlights): New variable.
6445 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6446 (org-highlight-sparse-tree-matches): New option.
6447 (org-do-occur): New function.
6448 (org-get-heading): Make it work also at beginning of line.
6449 (org-category-table): New variable.
6450 (org-get-category-table, org-get-category)
6451 (org-camel-to-words, org-link-search): New functions.
6452 (org-select-this-todo-keyword): New variable.
6453 (org-todo-list): New command.
6454 (org-shiftright, org-shiftleft): New commands.
6455 (org-agenda-todo): Add prefix argument.
6456 (org-show-hierarchy-above): New option.
6457 (org-show-todo-tree): Numerical prefix creates tree for specific
6458 TODO keyword.
6459 (org-outline-level): New function, to assign a level to plain
6460 lists items.
6461 (org-cycle-include-plain-lists): New option.
6462 (org-mode): Use `org-outline-level' as value of `outline-level'.
6463 (org-cycle): Temporarily switch `outline-regexp' if
6464 `org-cycle-include-plain-lists' is non-nil.
6465 (org-start-icalendar-file): Fix format bug.
6466 (org-agenda-get-day-entries): Create category table.
6467 (org-agenda-get-todos, org-agenda-get-timestamps)
6468 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6469 (org-agenda-get-blocks): Use `org-get-category'.
6470 (org-context-in-file-links): Rename from
6471 `org-line-numbers-in-file-links'.
6472
6473 2005-12-06 Romain Francoise <romain@orebokech.com>
6474
6475 * window.el (balance-windows): Delete extraneous third arg in call
6476 to `enlarge-window'.
6477
6478 2005-12-06 Kenichi Handa <handa@m17n.org>
6479
6480 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6481
6482 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6483
6484 * progmodes/gdb-ui.el (gdb-var-create-handler)
6485 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6486 (gdb-var-list-children-handler, gdb-var-update-handler):
6487 Current buffer is already gdb-partial-output-buffer, don't
6488 make it current again.
6489
6490 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6491
6492 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6493 (list-buffers-noselect): Use it.
6494
6495 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6496
6497 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6498 (mail-yank-ignored-headers): Use regexp-opt.
6499 (mail-mode-map): Move initialization into declaration.
6500 (mail-sent-via): Remove unused shadowed var `to-line'.
6501 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6502 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6503 (mail-do-fcc): Use dolist and push.
6504 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6505 (mail-yank-ignored-headers): Don't autoload.
6506
6507 2005-12-05 Kenichi Handa <handa@m17n.org>
6508
6509 * international/mule-cmds.el (set-language-info-internal): New fun.
6510 (set-language-info): Call set-language-info-internal to update
6511 language-info-alist. If LANG-ENV is the current one, call
6512 set-language-environment to make INFO effective now.
6513 (set-language-info-alist): Likewise.
6514 (locale-language-names): With locale "en", use English
6515 lang. env. but set the default codings to iso-8859-1.
6516
6517 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6518
6519 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6520 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6521 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6522 for plain strings.
6523 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6524 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6525 Create registers buffer if necessary. Echo new state in minibuffer.
6526 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6527
6528 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6529
6530 * info.el (Info-fontify-node): Match external links using
6531 non-directory part of filename.
6532
6533 2005-12-04 Juri Linkov <juri@jurta.org>
6534
6535 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6536 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6537 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6538 because there is no customization option for it.
6539
6540 * font-lock.el (lisp-font-lock-keywords-1):
6541 Add define-global-minor-mode.
6542
6543 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6544
6545 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6546 properties on the constructed variable names.
6547
6548 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6549 Put `definition-name' properties on the constructed function names
6550 next-sym and prev-sym.
6551
6552 * emacs-lisp/find-func.el (find-function-regexp):
6553 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6554 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6555 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6556 and easy-menu-define.
6557
6558 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6559 easy-mmode-define-global-mode and define-global-minor-mode.
6560 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6561
6562 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6563 instead of easy-mmode-define-global-mode.
6564
6565 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6566 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6567
6568 * cus-edit.el (customize-group, customize-group-other-window):
6569 Filter out autoloaded options from the group completion list by
6570 using heuristics that autoloaded groups don't have `custom-autoload'
6571 property on their symbols (they have only `custom-loads').
6572
6573 * simple.el (completion-setup-function): Put completions-common-part
6574 face on complete completion string too (i.e. completion string
6575 without completions-first-difference face).
6576
6577 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6578
6579 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6580
6581 * view.el (view-mode): Doc fix.
6582
6583 * disp-table.el (standard-display-european): Add to the warning
6584 message a reference to the doc string.
6585
6586 * play/yow.el (apropos-zippy): Call print-help-return-message,
6587 similar to other Help and Apropos commands.
6588
6589 * help.el (print-help-return-message): If pop-up-frames is
6590 non-nil, set up help-return-method to delete the help window and,
6591 possibly, its frame as well, and don't display message about
6592 scrolling the help window. Doc fix.
6593 (help-return-method): Doc fix.
6594
6595 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
6596
6597 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6598 whereby names of length one or names starting with a
6599 symbol-constituent character would not be returned.
6600
6601 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6602
6603 * subr.el (atomic-change-group): Add edebug and indentation spec.
6604
6605 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6606
6607 * completion.el (save-completions-file-name): Fix typo in last change.
6608
6609 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6610
6611 * info.el: Move back/forward history to the beginning of the tool bar.
6612
6613 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6614
6615 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6616 Add fset of allout-real-isearch-abort during compile to fix
6617 byte-compilation warnings.
6618 (allout-mode-p): Move definition of this macro above all uses, or
6619 byte compilation in barren emacs (eg, during emacs build) will
6620 lack the definition.
6621 (allout-mode): Move this variable above any uses, or byte
6622 compilation will fail.
6623 (allout-resolve-xref): Remove use of personal file-reference function.
6624 (allout-toggle-current-subtree-encryption): Do the current (ie,
6625 visible containing) topic, rather than nearest around point. Doc fix.
6626 (allout-toggle-subtree-encryption): New function, workhorse that
6627 works on nearest topic containing point.
6628 (allout-encrypt-string): Signal requirement for newer version of pgg.
6629 (allout-resumptions): Doc fix.
6630
6631 2005-12-02 Eli Zaretskii <eliz@gnu.org>
6632
6633 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6634
6635 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
6636
6637 * textmodes/flyspell.el (flyspell-external-point-words):
6638 Consider a misspelling as found in the string search if: (a) misspelling
6639 and found string lengths match, or (b) misspelling is found as
6640 element in a boundary-chars separated longer string, or (c)
6641 ispell-program-name is really ispell and misspelling is found as
6642 part of a TeX string. After successful match move beginning of
6643 search region to end of match. Warn about not found misspellings
6644 once the process is done.
6645 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6646
6647 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
6648
6649 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6650 tool bar (removed inadvertently).
6651
6652 2005-12-02 Juri Linkov <juri@jurta.org>
6653
6654 * log-view.el (log-view-diff): Clarify doc string.
6655
6656 2005-12-01 Bill Wohler <wohler@newt.com>
6657
6658 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6659 triggers lm-verify errors.
6660
6661 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
6662
6663 * simple.el (transient-mark-mode, line-number-mode)
6664 (column-number-mode, size-indication-mode): Remove `:require nil'.
6665
6666 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6667
6668 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6669 in the margin also.
6670 (gdb-breakpoints-mode-map): Use D instead of d for
6671 gdb-delete-breakpoint.
6672 (gdb-get-frame-number): Require a number to match on.
6673 (gdb-threads-mode-map): Add follow-link binding.
6674
6675 2005-11-30 Jason Rumney <jasonr@gnu.org>
6676
6677 * isearch.el (isearch-mode-map): Avoid exiting search on
6678 language-change event.
6679
6680 2005-11-30 Romain Francoise <romain@orebokech.com>
6681
6682 * speedbar.el (speedbar-default-position): New defcustom.
6683 (speedbar-frame-reposition-smartly): Use it.
6684
6685 * dframe.el (dframe-reposition-frame-emacs): Fix position
6686 computation for `left' location.
6687 Update copyright year.
6688
6689 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6690
6691 * help.el (help-map): Move initialization into declaration.
6692
6693 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6694
6695 * help-fns.el (help-argument-name): Don't autoload.
6696 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6697 to be re-loaded when customizing the `help' group.
6698
6699 2005-11-30 John Paul Wallington <jpw@gnu.org>
6700
6701 * help-fns.el (describe-function-1): Fill arglist output.
6702
6703 2005-11-30 Kim F. Storm <storm@cua.dk>
6704
6705 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6706 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6707 after revert-buffer (or anything else which kills all local variables).
6708
6709 * apropos.el (apropos-parse-pattern): Doc fix.
6710 Set apropos-regexp directly, rather than expecting callers to do so.
6711 (apropos-command, apropos, apropos-value, apropos-documentation):
6712 Simplify calls to apropos-parse-pattern.
6713
6714 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6715
6716 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6717 (hi-lock-face-phrase-buffer): Use hi-yellow face.
6718 (hi-lock-write-interactive-patterns): Use comment-region.
6719
6720 * longlines.el (longlines-mode): Add mail-setup-hook.
6721
6722 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6723
6724 * simple.el (sendmail-user-agent-compose, next-line):
6725 Conditionally use hard-newline.
6726
6727 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6728
6729 * international/latexenc.el (latex-inputenc-coding-alist):
6730 Reword doc string.
6731
6732 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6733
6734 * help.el (describe-key-briefly, describe-key): Recognize default
6735 bindings.
6736
6737 2005-11-29 Romain Francoise <romain@orebokech.com>
6738
6739 * view.el (view-inhibit-help-message): New defcustom.
6740 (view-mode-enter): Use it.
6741
6742 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
6743
6744 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6745 Preserve user position.
6746
6747 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
6748
6749 * font-lock.el: Throw error if facemenu is not loaded to prevent
6750 accidental change of loading order in loadup.el. (Suggested by RMS.)
6751
6752 * loadup.el: Add comment explaining why facemenu must be loaded
6753 before font-lock.
6754
6755 2005-11-28 Jay Belanger <belanger@truman.edu>
6756
6757 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6758 (calc-dispatch-map): Add more keys for `calc-same-interface'.
6759
6760 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6761
6762 * calc/calc-embed.el (calc-do-embedded): Update help message.
6763
6764 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6765
6766 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6767
6768 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6769
6770 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6771 called-interactively-p.
6772 (elp-profilable-p): Rename from elp-not-profilable-p.
6773 Invert result and take into account macros and autoloaded functions.
6774 (elp-instrument-function): Update call.
6775 (elp-instrument-package): Update call. Add completion.
6776 (elp-pack-number): Use match-string.
6777 (elp-results-jump-to-definition-by-mouse): Merge into
6778 elp-results-jump-to-definition and then remove.
6779 (elp-output-insert-symname): Make help echo text single-line.
6780
6781 * replace.el (query-replace-map): Move initialization into declaration.
6782 (occur-engine): Use with-current-buffer.
6783 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6784 (occur-mode-mouse-goto): Replace with an alias.
6785
6786 2005-11-28 Juri Linkov <juri@jurta.org>
6787
6788 * simple.el (quoted-insert): Let-bind input-method-function to nil.
6789
6790 * term/w32-win.el: Bind [S-tab] to [backtab].
6791
6792 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6793 `Info-find-file' to t.
6794
6795 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6796 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6797 and same-window-regexps.
6798 (occur-next-error): Don't move point for arg 0.
6799
6800 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
6801
6802 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6803
6804 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6805
6806 * log-edit.el (log-edit-changelog-use-first): New var.
6807 (log-edit-changelog-ours-p): Use it.
6808 (log-edit-insert-changelog): Set it with new arg `use-first'.
6809 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6810 (log-edit-hook): Add them to the list of suggested options.
6811
6812 * textmodes/flyspell.el (flyspell-last-buffer): New var.
6813 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6814 redundant work.
6815 (flyspell-mode-on): Use add-hook for after-change-functions.
6816 (flyspell-mode-off): Use remove-hook for after-change-functions.
6817 (flyspell-changes): Make it buffer-local.
6818 (flyspell-after-change-function): Make it non-interactive. Use push.
6819 (flyspell-post-command-hook): Check input-pending-p while processing
6820 the potentially long list of buffer changes.
6821
6822 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6823
6824 * buff-menu.el (list-buffers-noselect): Display the selected
6825 frame's buffer list, not the global one.
6826
6827 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6828
6829 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6830 that (list last-input-event) works as in interactive spec.
6831
6832 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6833
6834 * loadup.el ("facemenu"): Load facemenu before font-lock, because
6835 `facemenu-keymap' needs to be defined when font-lock is loaded.
6836 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6837
6838 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6839
6840 * completion.el: Remove useless leading * in defcustom docstrings.
6841 (save-completions-file-name): Use ~/.emacs.d if available.
6842 (completion-standard-syntax-table): Rename from
6843 cmpl-standard-syntax-table and fold initialization into declaration,
6844 thus removing cmpl-make-standard-completion-syntax-table.
6845 (completion-lisp-syntax-table, completion-c-syntax-table)
6846 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
6847 (cmpl-saved-syntax, cmpl-saved-point): Remove.
6848 (symbol-under-point, symbol-before-point)
6849 (symbol-under-or-before-point, symbol-before-point-for-complete)
6850 (add-completions-from-c-buffer): Use with-syntax-table.
6851 (make-completion): Don't return a list of completion entries.
6852 Update callers.
6853 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
6854 (completion-initialize): Rename from initialize-completions.
6855 (completion-find-file-hook): Rename from cmpl-find-file-hook.
6856 (kill-emacs-save-completions): Collect stats here.
6857 (save-completions-to-file, load-completions-from-file):
6858 Use with-current-buffer.
6859 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
6860 into a function. Move all calls to toplevel.
6861 (completion-lisp-mode-hook): New fun.
6862 (completion-c-mode-hook, completion-setup-fortran-mode):
6863 Set the syntax-table here. Use local-set-key.
6864 (completion-saved-bindings): New var.
6865 (dynamic-completion-mode): Make it into a proper minor mode.
6866 (load-completions-from-file): Remove unused var `num-uses'.
6867
6868 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
6869 constructor if it is explicitly overridden.
6870
6871 * complete.el (PC-completion-as-file-name-predicate):
6872 Use minibuffer-completing-file-name.
6873 (partial-completion-mode): Use find-file-not-found-functions.
6874 (PC-lisp-complete-symbol): Use with-syntax-table.
6875 (PC-look-for-include-file): Remove dead setq.
6876 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
6877 (PC-complete): Use with-current-buffer.
6878
6879 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
6880 escape single quotes.
6881
6882 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6883
6884 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
6885 of `if' whose condition always returned nil. Doc fix.
6886
6887 * buff-menu.el (Buffer-menu-revert-function): Make the selected
6888 window's buffer the current buffer around the call to
6889 `list-buffers-noselect'. This is necessary to mark that buffer
6890 with a `.' in the Buffer Menu when called from Lisp, for instance
6891 by Auto Revert Mode.
6892
6893 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6894
6895 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
6896 attaching to it.
6897 (gdb-pre-prompt): Make sure gdb-error is reset.
6898
6899 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
6900 with a child process, detect it.
6901 (gud-speedbar-buttons): Match regexp more carefully.
6902
6903 2005-11-27 Richard M. Stallman <rms@gnu.org>
6904
6905 * mouse.el (mouse-drag-move-window-bottom):
6906 Use adjust-window-trailing-edge.
6907
6908 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6909
6910 * simple.el (blink-matching-open): Ignore
6911 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
6912 (blink-matching-paren-on-screen): Update docstring.
6913
6914 * paren.el (show-paren-mode): No longer change
6915 `blink-matching-paren-on-screen'.
6916
6917 2005-11-27 John Paul Wallington <jpw@pobox.com>
6918
6919 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6920 (gdb-threads-select, gdb-edit-register-value):
6921 Use `posn-set-point' instead of `mouse-set-point' because the
6922 latter is not fbound when configured without X.
6923
6924 2005-11-27 Kim F. Storm <storm@cua.dk>
6925
6926 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
6927 existing face when partially highlighting a TAB in a rectangle.
6928
6929 2005-11-26 Kim F. Storm <storm@cua.dk>
6930
6931 * ido.el (ido-mode-map): Doc fix.
6932 (ido-mode-common-map, ido-mode-file-map)
6933 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
6934 (ido-define-mode-map): Rewrite. Select one of the new maps as
6935 parent for ido-mode-map instead of building from scratch.
6936 (ido-init-mode-maps): New defun to initialize new maps.
6937 (ido-mode): Call it.
6938 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
6939 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
6940
6941 2005-11-26 John Paul Wallington <jpw@pobox.com>
6942
6943 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
6944 `mouse-set-point' because the latter is not fbound when configured
6945 without X.
6946
6947 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
6948
6949 * files.el (file-relative-name): Doc fix.
6950
6951 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
6952
6953 * progmodes/octave-inf.el (inferior-octave-startup): Force a
6954 non-empty string for secondary prompt PS2.
6955
6956 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
6957
6958 * progmodes/compile.el (compilation-setup): Fix last change.
6959
6960 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
6961
6962 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6963 (gdb-mouse-toggle-breakpoint-margin)
6964 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
6965 Add gdb-server-prefix to keep out of command history.
6966 (gdb-edit-register-value): New function.
6967 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
6968 (gdb-info-registers-custom): Use above map.
6969
6970 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
6971
6972 * custom.el (enable-theme): Signal error if argument is not a
6973 theme. Don't recalculate a face if it's not loaded yet.
6974
6975 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
6976 the `user' theme is in effect.
6977
6978 * info.el (Info-on-current-buffer): Record actual filename in
6979 Info-current-file, instead of t, or a fake filename if a non-file
6980 buffer. Make autoload.
6981 (Info-find-node, Info-revert-find-node): No need to check for
6982 Info-current-file nil.
6983 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
6984 Info-current-file is now never `t'.
6985 (Info-fontify-node): Many simplifications due to Info-current-file
6986 always being valid. Use Info-find-file to find node filename.
6987
6988 2005-11-25 David Kastrup <dak@gnu.org>
6989
6990 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
6991 new character, then delete" in order to preserve markers.
6992
6993 2005-11-25 David Ponce <david@dponce.com>
6994
6995 * recentf.el (recentf-arrange-by-rule): Handle a special
6996 `auto-mode-alist'-like "strip suffix" rule.
6997 (recentf-build-mode-rules): Handle second level auto-mode entries.
6998
6999 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7000
7001 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7002 window modes.
7003
7004 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7005 jde-javadoc-checker-report-mode.
7006
7007 * ediff-wind (ediff-make-wide-display): Slight simplification.
7008
7009 * ediff.el (ediff-date): Change the date of last update.
7010
7011 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7012
7013 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7014 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7015 (hi-lock-mode): New global minor mode.
7016 (turn-on-hi-lock-if-enabled): New function.
7017 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7018 Change arguments to regexp and face instead of a font-lock pattern.
7019 Directly set face property, instead of refontifying.
7020 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7021 (hi-lock-find-patterns): Use line-number-at-pos.
7022
7023 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7024 arguments for hi-lock-set-pattern.
7025 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7026 Call font-lock-fontify-buffer.
7027 (hi-lock-find-file-hook, hi-lock-current-line)
7028 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7029
7030 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7031 turned off.
7032
7033 * progmodes/compile.el (compilation-setup): Don't fiddle with
7034 font-lock-defaults.
7035
7036 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7037
7038 * progmodes/gdb-ui.el (gdb-var-create-handler)
7039 (gdb-var-list-children-handler): Find values for all variable
7040 objects. gud-speedbar-buttons decides whether to display them.
7041
7042 2005-11-24 Romain Francoise <romain@orebokech.com>
7043
7044 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7045 buffer name with a space.
7046
7047 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7048
7049 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7050 `org-export-local-list-max-depth'. Change default value to 3.
7051 (org-auto-renumber-ordered-lists)
7052 (org-plain-list-ordered-item-terminator): New options.
7053 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7054 (org-get-indentation, org-get-string-indentation)
7055 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7056 New functions.
7057 (org-move-item-down, org-move-item-up): New commands.
7058 (org-export-as-html): New classes for CSS support. Bug fix in
7059 regular expression detecting fixed-width regions. Respect
7060 `org-local-list-ordered-item-terminator'.
7061 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7062 also a list item.
7063 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7064 New item moving functions.
7065
7066 2005-11-24 Juri Linkov <juri@jurta.org>
7067
7068 * isearch.el (isearch-repeat): With empty search ring set
7069 `isearch-error' to the error string instead of signaling error
7070 with the function `error'.
7071
7072 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7073
7074 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7075
7076 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7077
7078 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7079 and variable.
7080 (gdb-var-create-handler, gdb-var-list-children-handler):
7081 Don't match on "char **...".
7082 (gdb-var-update-handler): Find values for all variable objects.
7083 (gdb-info-frames-custom): Identify frames by leading "#".
7084
7085 * progmodes/gud.el (gud-speedbar-menu-items): Add
7086 gdb-speedbar-auto-raise as radio button.
7087 (gud-speedbar-buttons): Raise speedbar if requested.
7088 Don't match on "char **...".
7089 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7090 Make it editable.
7091
7092 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7093
7094 * info.el (Info-fontify-node): Handle the case where
7095 Info-current-file is t.
7096
7097 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7098
7099 * simple.el (blink-matching-open): Fix off-by-one in last change.
7100
7101 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7102
7103 * term/mac-win.el: Don't change default directory.
7104
7105 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7106
7107 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7108 buffers correctly. (It used to throw an error in such buffers.)
7109 Make it ask for confirmation in group buffers and other Custom
7110 buffers containing more than one customization item.
7111
7112 2005-11-22 John Paul Wallington <jpw@gnu.org>
7113
7114 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7115 property on mail and url overlays.
7116 (goto-address-at-point): Use `posn-set-point' instead of
7117 `mouse-set-point' because the latter is not fbound when configured
7118 without X.
7119
7120 2005-11-22 Lars Hansen <larsh@soem.dk>
7121
7122 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7123 (ls-lisp-classify, ls-lisp-format): Delete call to
7124 ls-lisp-parse-symlink.
7125 (ls-lisp-handle-switches): Handle symlinks to directories as
7126 directories when ls-lisp-dirs-first in non-nil.
7127
7128 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7129
7130 * startup.el (command-line): Make sure that loaddefs.el is handled
7131 correctly in load-history.
7132
7133 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7134
7135 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7136 (gdb-struct-string, gdb-array-string): New constants.
7137 (gdb-info-locals-handler): Use them.
7138 (gdb-reset): Reset gdb-var-list to nil.
7139
7140 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7141
7142 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7143 in patterns.
7144
7145 2005-11-21 Juri Linkov <juri@jurta.org>
7146
7147 * custom.el (defcustom): Update link types in docstring.
7148
7149 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
7150
7151 * custom.el (defgroup): Add doc-string-elt info.
7152
7153 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7154
7155 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7156
7157 * newcomment.el (comment-enter-backward): Fix last fix.
7158
7159 * simple.el (blink-matching-open):
7160 * paren.el (show-paren-function): Allow new paren-class info.
7161
7162 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7163
7164 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7165 handled automagically.
7166
7167 2005-11-20 Andreas Schwab <schwab@suse.de>
7168
7169 * descr-text.el (describe-char): When copying overlays put them
7170 over the full char description instead of just the first character
7171 of it.
7172
7173 2005-11-20 Juri Linkov <juri@jurta.org>
7174
7175 * simple.el (what-cursor-position):
7176 * descr-text.el (describe-char): Use Lisp-readable syntax
7177 for octal and hex. Reorder decimal, octal and hex values.
7178 Remove excess whitespace in the output. Use `=' in `column='
7179 like in `point=' and `Hscroll='.
7180
7181 * international/mule-cmds.el (encoded-string-description):
7182 Use Lisp-readable syntax for hex.
7183
7184 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7185
7186 * newcomment.el (comment-enter-backward): Handle the case where the
7187 comment is closed by EOB.
7188
7189 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7190
7191 * longlines.el (longlines-before-revert-hook)
7192 (longlines-after-revert-hook): New functions.
7193 (longlines-mode): Turn off longlines temporarily when reverting.
7194 Add a message-setup-hook.
7195 (longlines-decode-buffer): New function.
7196 (longlines-wrap-line): Preserve marker positions.
7197
7198 2005-11-19 Andreas Schwab <schwab@suse.de>
7199
7200 * emacs-lisp/shadow.el: Handle compressed files.
7201
7202 2005-11-19 Romain Francoise <romain@orebokech.com>
7203
7204 * net/browse-url.el (browse-url-default-browser): Signal an error
7205 if no usable browser can be found, rather than try to load w3.
7206
7207 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7208
7209 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7210 replacing existing properties.
7211 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7212 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7213 tty specs.
7214 (rcirc-server-prefix, rcirc-server): New faces.
7215 (rcirc-url-regexp): Generate with rx macro.
7216 (rcirc-last-server-message-time): New variable.
7217 (rcirc-filter): Record time of last message.
7218 (rcirc-keepalive): Kill processes that did not send a message
7219 since the last ping.
7220 (rcirc-mode): Give rcirc-topic a local binding here.
7221
7222 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7223
7224 * subr.el (read-passwd): Fontify the prompt as we do with other
7225 prompts.
7226
7227 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7228
7229 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7230 binding buffer-read-only to nil.
7231
7232 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7233
7234 * complete.el (partial-completion-mode):
7235 Mention completion-auto-help in the doc string.
7236
7237 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7238 more Lisp-ish way.
7239
7240 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7241
7242 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7243 digits, not 8, to avoid misalignment for files larger than 100MB.
7244
7245 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7246
7247 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7248 Mention "keyboard shortcuts" in the help text.
7249
7250 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7251
7252 * startup.el (fancy-splash-default-action): Discard only
7253 mouse-down and succeeding mouse-up events in the splash screen
7254 window so that drag-n-drop event can be processed.
7255
7256 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7257
7258 * longlines.el (longlines-mode): Add hacks for mail-mode and
7259 message-mode.
7260
7261 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7262
7263 * textmodes/org.el (org-table-sort-lines): New command.
7264 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7265 (org-add-file): Command removed, use `org-agenda-file-to-front'
7266 instead.
7267 (org-export-icalendar): Use `org-icalendar-combined-name'.
7268 (org-cycle-agenda-files, org-agenda-file-to-end)
7269 (org-agenda-file-to-front): New commands.
7270 (org-table-tab-jumps-over-hlines, org-export-html-style):
7271 New options.
7272 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7273 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7274 New functions.
7275 (org-fill-paragraph): Call `org-table-align' in tables.
7276 (org-mode): Call `org-set-autofill-regexps'.
7277 (org-export-as-html): Support for local handformatted lists.
7278 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7279 (org-export-local-list-max-depth): New option.
7280 (org-html-expand): Use `org-html-protect'.
7281
7282 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7283
7284 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7285 to "p".
7286 (gdb): Move definition of gud-pp to...
7287
7288 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7289 speedbar.
7290 (gdb-find-watch-expression): New function.
7291
7292 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7293
7294 * faces.el (face-attribute, set-face-attribute): Mention existence
7295 of `:ignore-defface' setting in docstring.
7296
7297 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7298
7299 * simple.el (completion-setup-function): Fix last change.
7300
7301 2005-11-17 John Paul Wallington <jpw@pobox.com>
7302
7303 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7304 Use `posn-set-point' instead of `mouse-set-point' because the
7305 latter is not fbound when configured without X.
7306
7307 * comint.el (comint-insert-input): Likewise.
7308
7309 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7310
7311 * simple.el (hard-newline): New variable.
7312 (sendmail-user-agent-compose, next-line): Use it.
7313
7314 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7315 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7316 (mail-mail-reply-to, mail-mail-followup-to)
7317 (mail-position-on-field, mail-signature, mail-yank-original)
7318 (mail-attach-file): Likewise.
7319
7320 * mail/mailheader.el (mail-header-format)
7321 (mail-header-format-function): Likewise.
7322
7323 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7324
7325 2005-11-17 Juri Linkov <juri@jurta.org>
7326
7327 * font-lock.el (font-lock-faces): Rename this defgroup from
7328 `font-lock-highlighting-faces'.
7329 (font-lock-comment-face, font-lock-comment-delimiter-face)
7330 (font-lock-string-face, font-lock-doc-face)
7331 (font-lock-keyword-face, font-lock-builtin-face)
7332 (font-lock-function-name-face, font-lock-variable-name-face)
7333 (font-lock-type-face, font-lock-constant-face)
7334 (font-lock-warning-face, font-lock-negation-char-face)
7335 (font-lock-preprocessor-face)
7336 (font-lock-regexp-grouping-backslash)
7337 (font-lock-regexp-grouping-construct): Rename :group from
7338 `font-lock-highlighting-faces' to `font-lock-faces'.
7339
7340 * cus-edit.el (lisp, c, tex):
7341 * progmodes/ada-mode.el (ada):
7342 * progmodes/asm-mode.el (asm):
7343 * progmodes/cperl-mode.el (cperl-faces):
7344 * progmodes/cpp.el (cpp):
7345 * progmodes/dcl-mode.el (dcl):
7346 * progmodes/f90.el (f90):
7347 * progmodes/fortran.el (fortran):
7348 * progmodes/icon.el (icon):
7349 * progmodes/idlwave.el (idlwave-misc):
7350 * progmodes/m4-mode.el (m4):
7351 * progmodes/make-mode.el (makefile):
7352 * progmodes/meta-mode.el (meta-font):
7353 * progmodes/modula2.el (modula2):
7354 * progmodes/octave-mod.el (octave):
7355 * progmodes/pascal.el (pascal):
7356 * progmodes/perl-mode.el (perl):
7357 * progmodes/prolog.el (prolog):
7358 * progmodes/ps-mode.el (PostScript-edit):
7359 * progmodes/scheme.el (scheme):
7360 * progmodes/sh-script.el (sh-script):
7361 * progmodes/simula.el (simula):
7362 * progmodes/tcl.el (tcl):
7363 * textmodes/nroff-mode.el (nroff):
7364 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7365 * textmodes/sgml-mode.el (sgml):
7366 * textmodes/texinfo.el (texinfo):
7367 Add :link (custom-group-link font-lock-faces) to defgroup.
7368
7369 * hi-lock.el (hi-lock): Rename this defgroup from
7370 `hi-lock-interactive-text-highlighting'. Change parent group from
7371 `faces' to `font-lock'. Add link to the manual.
7372 (hi-lock-mode, hi-lock-file-patterns-range)
7373 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7374 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7375 (hi-lock-faces): Add :group `faces'.
7376
7377 * cus-edit.el (custom-variable-prompt): Clarify the code.
7378
7379 * faces.el (face-read-string): Set the default value arg of
7380 completing-read.
7381
7382 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7383
7384 * rfn-eshadow.el (file-name-shadow-properties)
7385 (file-name-shadow-tty-properties, file-name-shadow-mode):
7386 Remove autoloads, because the file is now preloaded.
7387
7388 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7389
7390 * printing.el (easy-menu-intern): Don't define.
7391 (pr-get-symbol): Use easy-menu-intern only if defined.
7392
7393 * simple.el (blink-matching-open): Simplify a bit.
7394 (completion-setup-function): Fix the case of partial-completion-mode
7395 when the minibuffer's contents start with "-".
7396 Obey completion-base-size-function even when
7397 minibuffer-completing-file-name is non-nil.
7398
7399 2005-11-16 Richard M. Stallman <rms@gnu.org>
7400
7401 * net/eudcb-ph.el (eudc-ph-open-session):
7402 Use set-process-query-on-exit-flag.
7403
7404 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7405
7406 * international/ucs-tables.el (ucs-set-table-for-input):
7407 Use make-local-variable, not make-variable-buffer-local.
7408
7409 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7410 Improve warning message text.
7411
7412 * savehist.el (savehist-save-hook): Add :group.
7413
7414 * menu-bar.el (menu-bar-help-menu):
7415 Rename Find Extra Packages to External Packages.
7416
7417 * cus-edit.el (Custom-reset-standard): Verify that
7418 :custom-standard-value prop exists before calling it.
7419
7420 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7421
7422 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
7423
7424 * wid-edit.el (color): Enclose %t in %{...%}.
7425
7426 * cus-edit.el (face): Enclose %t in %{...%}.
7427
7428 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7429
7430 * savehist.el (savehist-mode-hook): Re-add the var.
7431 (savehist-mode): Use it.
7432
7433 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7434
7435 * textmodes/flyspell.el: Fix commenting convention.
7436 Remove unnecessary leading * in custom docstrings.
7437 (flyspell-emacs): Remove unused var.
7438 (flyspell-delete-region-overlays): Use remove-overlays.
7439 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7440 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7441 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7442 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7443 (make-flyspell-overlay): Don't locally reuse a global name.
7444 (flyspell-highlight-incorrect-region)
7445 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7446 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7447 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7448 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7449 Wrap calls to accept-process-output inside with-local-quit since it's
7450 often called from a post-command-hook.
7451 (flyspell-correct-word, flyspell-auto-correct-word):
7452 Use ispell-send-string.
7453 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7454
7455 * calendar/diary-lib.el (diary-list-entries): Also hide the
7456 terminating newline.
7457
7458 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7459
7460 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7461 window-system, to allow fonts on tty.
7462
7463 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7464
7465 * progmodes/gud.el (gud-speedbar-item-info): New function.
7466 (gud-install-speedbar-variables): Use it to display data type
7467 of watch expression as a tooltip in speedbar.
7468
7469 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7470
7471 * font-core.el (global-font-lock-mode): Add :version keyword,
7472 because default was changed.
7473
7474 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7475
7476 * startup.el (command-line): Use `custom-reevaluate-setting' for
7477 `file-name-shadow-mode'.
7478
7479 * loadup.el: Preload rfn-eshadow.
7480
7481 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7482 Add :version keyword.
7483 (file-name-shadow-properties, file-name-shadow-tty-properties)
7484 (file-name-shadow): Add :version keyword.
7485
7486 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7487 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7488 in the custom-group property of the symbol frames and the fringe
7489 group got no link to its parent group frames.
7490 Doc fix.
7491
7492 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7493
7494 * progmodes/gud.el (gud-stop-subjob): New function.
7495 (gud-menu-map, gud-tool-bar-map): Use it.
7496
7497 2005-11-16 Kim F. Storm <storm@cua.dk>
7498
7499 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7500 than kill it.
7501 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7502 to a more useful/logical place.
7503
7504 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7505
7506 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7507 go buttons complementary.
7508
7509 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7510
7511 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7512 (rfn-eshadow-sifn-equal): New function.
7513 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7514
7515 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7516
7517 * viper-utils.el (viper-non-word-characters-reformed-vi):
7518 Quote `-' in string.
7519
7520 * viper.el (viper-emacs-state-mode-list): Ensure that
7521 rcirc-mode buffers come up in Emacs state.
7522
7523 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7524 operation.
7525
7526 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7527
7528 * term.el (term-termcap-format): Fix typos.
7529 (term-down): Fix the negative argument case.
7530
7531 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7532
7533 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7534 2005-08-15.
7535 (gdb-ann3): New command gud-go.
7536 (menu): Accomodate gdb-mi.el.
7537 (gdb-assembler-custom): Make buffer of selected window current
7538 so that set-window-point works.
7539
7540 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7541 buttons and include new ones.
7542
7543 2005-11-16 Kim F. Storm <storm@cua.dk>
7544
7545 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7546 (gud-menu-map): Use it.
7547
7548 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7549
7550 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7551 that works correctly for Custom and that does not override a user
7552 who disables it.
7553
7554 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7555 (help-xref-interned, help-follow): Make hyperlinks for variables
7556 that are unbound, but have a non-nil variable-documentation property.
7557
7558 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7559 mode hook. (It conflicted with defcustoms for some mode hooks.)
7560 Use the `variable-documentation' property to give the mode hook a
7561 docstring and expand that docstring.
7562
7563 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7564
7565 * savehist.el (savehist-mode): Don't bother with
7566 `custom-set-minor-mode'.
7567 (savehist-coding-system): Check XEmacs version.
7568 (history-length): Declare also at run time.
7569 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7570 Don't set the customize state.
7571 (savehist-minibuffer-hook): Special case for when
7572 minibuffer-history-variable is equal to t.
7573
7574 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7575
7576 * files.el (write-file): Refresh VC status.
7577
7578 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7579 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7580 than fundamental-mode to see if the mode was set.
7581
7582 2005-11-14 Romain Francoise <romain@orebokech.com>
7583
7584 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7585 dummy function in `eval-when-compile' to avoid compiler warning.
7586 Require `man' at compile time.
7587
7588 2005-11-14 Jay Belanger <belanger@truman.edu>
7589
7590 * calc-alg.el (calcFunc-write-out-power): Rename it to
7591 calcFunc-powerexpand.
7592 (math-write-out-power): Rename it to math-powerexpand; have it
7593 handle negative exponents.
7594 (calc-writeoutpower): Rename it to calc-powerexpand.
7595
7596 * calc-ext.el: Change calcFunc-writeoutpower and
7597 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7598 autoloads.
7599 Add calcFunc-ldiv to autoloads.
7600
7601 * calc-arith.el (calcFunc-ldiv): New function.
7602
7603 * calc.el (calc-left-divide): New function.
7604
7605 2005-11-14 Juri Linkov <juri@jurta.org>
7606
7607 * cus-edit.el (custom-variable-prompt): Set the default value arg
7608 of completing-read.
7609
7610 * cus-dep.el (custom-make-dependencies): Reverse the list of
7611 found dependencies.
7612
7613 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7614
7615 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7616 Highlighting" entry, it is on by default now.
7617 (menu-bar-options-save): Do not save global-font-lock-mode.
7618
7619 2005-11-13 Richard M. Stallman <rms@gnu.org>
7620
7621 * textmodes/flyspell.el (flyspell-large-region):
7622 Call flyspell-accept-buffer-local-defs.
7623
7624 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
7625
7626 * textmodes/flyspell.el (flyspell-notify-misspell):
7627 Fix misspelling of "Misspelling".
7628 (flyspell-process-localwords): New function.
7629 (flyspell-large-region): Call flyspell-process-localwords and
7630 flyspell-delete-region-overlays.
7631 (flyspell-delete-region-overlays): New function.
7632 (flyspell-delete-all-overlays): Call that.
7633
7634 2005-11-13 Richard M. Stallman <rms@gnu.org>
7635
7636 * help.el (help-for-help-internal): Improve doc of C-h a.
7637 (describe-key): Improve prompt; doc fix.
7638
7639 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7640
7641 * vc-svn.el (vc-svn-registered): Catch all errors.
7642
7643 * cus-dep.el (custom-make-dependencies): Typo.
7644
7645 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
7646
7647 * net/tramp-util.el (top): Fix compilation warning.
7648
7649 2005-11-13 Kim F. Storm <storm@cua.dk>
7650
7651 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
7652
7653 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7654
7655 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7656 (gud-speedbar-buttons): Match on "const char *" too.
7657
7658 * progmodes/gdb-ui.el (gdb-var-create-handler)
7659 (gdb-var-list-children-handler): Match on "const char *" too.
7660 (gdb-var-evaluate-expression-handler): Match on empty string.
7661 (gdb-var-update-handler): Only call
7662 gdb-var-evaluate-expression-handler when required.
7663
7664 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7665
7666 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7667 selected window. This still doesn't work for speedbar.
7668 (gud-speedbar-buttons): Handle string expressions properly.
7669
7670 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7671 (gdb-var-create-handler): Handle string expressions properly.
7672 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7673 Handle string expressions properly. Move "type" field into regexp.
7674
7675 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7676
7677 * bookmark.el (bookmark-maybe-message): New function to reduce
7678 code duplication: invokes `message' iff baud-rate is high enough.
7679 (bookmark-write-file): Use above instead of an inline conditional.
7680 (bookmark-load): Same.
7681
7682 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7683
7684 * bookmark.el (bookmark-write-file): Don't visit the destination
7685 file, just write the data to it using write-region. This is
7686 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7687 change to avoid visiting the file in the first place.
7688
7689 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
7690
7691 * hi-lock.el (hi-lock-mode): Set the default value of
7692 font-lock-defaults.
7693
7694 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
7695
7696 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7697 arg to `file-attributes'.
7698 (find-lisp-format): The UID and GID can now be strings.
7699
7700 2005-11-12 Kim F. Storm <storm@cua.dk>
7701
7702 * help.el (help-map): Bind C-h d to apropos-documentation.
7703
7704 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7705 when point is at end-of-buffer.
7706
7707 * apropos.el (apropos-match-face): Doc fix.
7708 (apropos-sort-by-scores): Add new choice `verbose'.
7709 (apropos-documentation-sort-by-scores): New defcustom.
7710 (apropos-pattern): Now contains the pattern entered by the user.
7711 (apropos-pattern-quoted): New defvar.
7712 (apropos-regexp): New defvar, containing the regexp corresponding
7713 to apropos-pattern.
7714 (apropos-all-words-regexp): Rename from apropos-all-regexp.
7715 (apropos-read-pattern): New defun. Use it to read pattern arg in
7716 interactive calls; returns list of words for a word list, and
7717 string for a regexp.
7718 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
7719 parses a list of words or regexp as returned by apropos-read-pattern.
7720 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7721 (apropos-score-doc): Return a very high score if the string
7722 entered by the user matches literally.
7723 (apropos-variable): Doc fix. Use apropos-read-pattern.
7724 (apropos-command): Doc fix. Use apropos-read-pattern and
7725 apropos-parse-pattern. Call apropos-print with nosubst=t.
7726 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
7727 apropos-parse-pattern.
7728 (apropos-documentation): Doc fix. Use apropos-read-pattern and
7729 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
7730 apropos-documentation-sort-by-scores. Call apropos-print with
7731 nosubst=t.
7732 (apropos-documentation-internal): Pass doc string through
7733 substitute-key-definition before adding text properties.
7734 Highlight substring matching literal user input if possible.
7735 (apropos-documentation-check-doc-file): Remove locals beg and end.
7736 Fix calculation of score (as added twice). Pass doc string through
7737 substitute-key-definition before adding text properties.
7738 (apropos-documentation-check-elc-file): Pass doc string through
7739 substitute-key-definition before adding text properties.
7740 Highlight substring matching literal user input if possible.
7741 (apropos-print): Add new arg NOSUBST; if set, command and variable
7742 doc strings have already been passed through substitute-key-definition.
7743 Add code to handle apropos-accumulator items without score element
7744 for backwards compatibility (e.g. with woman package).
7745 Only show scores if apropos-sort-by-scores is `verbose'.
7746
7747 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7748
7749 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7750 Add jka-compr-load-suffixes to load-suffixes.
7751
7752 * jka-compr.el: Require jka-cmpr-hook.
7753 (jka-compr-info-compress-message, jka-compr-info-compress-program)
7754 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7755 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7756 (jka-compr-info-can-append, jka-compr-info-strip-extension)
7757 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7758 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
7759 (jka-compr-uninstall): Remove entries from
7760 jka-compr-added-to-file-coding-system-alist after they are used.
7761 (jka-compr-error): Remove unused var `curbuf'.
7762 (jka-compr-file-local-copy): Remove unused var `notfound'.
7763
7764 2005-11-10 Romain Francoise <romain@orebokech.com>
7765
7766 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7767
7768 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
7769
7770 * progmodes/gud.el (gud-menu-map): Move parentheses.
7771 (gdb): New command gud-pv.
7772
7773 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7774
7775 * tar-mode.el: Remove spurious or unnecessary leading stars
7776 in docstrings.
7777 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7778 (tar-parse-octal-integer-safe): Use mapc.
7779 (tar-header-block-summarize): Remove unused var `ck'.
7780 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7781 cleared before. Obey default-enable-multibyte-characters.
7782 Use mapconcat. Simplify setting of tar-header-offset.
7783 (tar-mode-map): Move initialization inside delcaration.
7784 (tar-flag-deleted): Use `abs'.
7785 (tar-expunge-internal): Remove unused var `line'.
7786 (tar-expunge-internal): Don't hardcode point-min==1.
7787 (tar-expunge): Widen while doing set-buffer-multibyte.
7788 (tar-rename-entry): Use file-name-coding-system.
7789 (tar-alter-one-field): Don't hardcode point-min==1.
7790 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7791 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
7792
7793 2005-11-10 Masatake YAMATO <jet@gyve.org>
7794
7795 * add-log.el (add-log-current-defun): Handle class::method
7796 notation of c++. Fix incorrect comment.
7797
7798 2005-11-10 Alan Mackenzie <acm@muc.de>
7799
7800 * help-fns.el (describe-variable): Make C-h v work when a variable
7801 has variable documentation yet is unbound.
7802
7803 2005-11-10 Masatake YAMATO <jet@gyve.org>
7804
7805 * man.el (Man-highlight-references): Set an empty
7806 string to `Man-arguments' if it is nil.
7807 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7808
7809 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7810
7811 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7812 commenting conventions.
7813
7814 * cus-dep.el (custom-make-dependencies): Simplify.
7815 Better follow the commenting conventions.
7816
7817 2005-11-09 Richard M. Stallman <rms@gnu.org>
7818
7819 * apropos.el (apropos-pattern): Rename from apropos-regexp.
7820 (apropos-orig-pattern): Rename from apropos-orig-regexp.
7821 All uses changed.
7822 (apropos-rewrite-regexp): Doc fix.
7823 (apropos-variable, apropos-command, apropos, apropos-value):
7824 Change prompt; carry through the argument renaming.
7825
7826 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7827
7828 * find-lisp.el: Require dired.
7829 (find-lisp-find-dired-internal): Do not call
7830 `abbreviate-file-name' on DIR.
7831
7832 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
7833
7834 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7835
7836 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
7837
7838 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7839 when using the speedbar.
7840 (gdb): New command gud-pp.
7841 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7842
7843 2005-11-09 Juri Linkov <juri@jurta.org>
7844
7845 * replace.el (occur-excluded-properties): New defcustom.
7846 (occur-1, occur-engine, occur-accumulate-lines): Use it.
7847
7848 2005-11-08 Jay Belanger <belanger@truman.edu>
7849
7850 * calc/calc-units.el (math-convert-units): Replace any composite
7851 unit by its definition.
7852
7853 2005-11-08 Lars Hansen <larsh@soem.dk>
7854
7855 * emacs-lisp/autoload.el (update-directory-autoloads):
7856 Add obsolete function alias.
7857
7858 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7859
7860 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7861 comment-indent-function.
7862 (lisp-comment-indent): Replace by an alias for comment-indent-default.
7863
7864 * reveal.el (reveal-post-command): Rework the handling of
7865 reveal-open-spots, so as to be more reliable. There were several
7866 tricky corner cases where an open spot might be lost, or where
7867 a closed spot might end up on the list of open spots.
7868 Only reveal text that's ellipsised.
7869
7870 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
7871
7872 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
7873
7874 2005-11-07 John Paul Wallington <jpw@gnu.org>
7875
7876 * ibuffer.el (ibuffer): Search iconified frames too when
7877 getting Ibuffer buffer's window.
7878
7879 2005-11-06 Richard M. Stallman <rms@gnu.org>
7880
7881 * progmodes/compile.el (compilation-internal-error-properties):
7882 save-excursion around the computation of MARKER.
7883
7884 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
7885
7886 * textmodes/flyspell.el (flyspell-external-point-words):
7887 flyspell-get-word returns a list, not just a string.
7888
7889 2005-11-06 John Paul Wallington <jpw@pobox.com>
7890
7891 * ibuffer.el (ibuffer): Search all visible frames when getting
7892 Ibuffer buffer's window.
7893
7894 2005-11-07 Masatake YAMATO <jet@gyve.org>
7895
7896 * man.el (Man-reference-regexp): Accept spaces between
7897 `Man-name-regexp' and `Man-section-regexp'.
7898 (Man-apropos-regexp): New variable.
7899 (Man-abstract-xref-man-page): Use value for `Man-target-string'
7900 if available.
7901 (Man-highlight-references, Man-highlight-references0):
7902 Handle the case when `Man-arguments' includes "-k".
7903 (Man-highlight-references0): Rename the argument `TARGET-POS' to
7904 `TARGET'. `TARGET' can be a number, function or nil.
7905
7906 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
7907
7908 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
7909 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
7910 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
7911 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
7912 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
7913 (gdb-send-item): Use buffer-local-value and simplify.
7914
7915 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
7916
7917 * startup.el (command-line): Use `custom-reevaluate-setting' for
7918 `global-font-lock-mode'.
7919
7920 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
7921 by default, except in batch mode or when the -D option is given.
7922
7923 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
7924 specified keyword args on to `define-minor-mode'. Update docstring.
7925
7926 2005-11-05 Romain Francoise <romain@orebokech.com>
7927
7928 * replace.el (occur-engine): Add marker at end of line, too.
7929
7930 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7931
7932 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7933 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7934 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7935 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7936 argument to all these routines, so the passphrase can be managed
7937 externally and passed in to the system.
7938 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7939 pgg-add-passphrase-to-cache function.
7940
7941 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7942 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7943 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7944 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7945 argument to all these routines, so the passphrase can be managed
7946 externally and passed in to the system.
7947 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7948 function.
7949
7950 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
7951
7952 * font-lock.el: Don't deal with font-lock-face-attributes here,
7953 move the code ...
7954
7955 * startup.el (command-line): ... here. Use face-spec-set instead
7956 of custom-declare-face.
7957
7958 * faces.el (face-spec-set): Reset the face if spec is not nil.
7959
7960 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7961
7962 * newcomment.el (comment-region-internal): Box more tightly in the
7963 common case where there's no TAB in the boxed text.
7964
7965 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7966
7967 * info.el (info-tool-bar-map): Use images prev-node, next-node and
7968 up-node.
7969
7970 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
7971
7972 * newsticker.el: Commentary updated. Code formatting changed.
7973 (newsticker-version): Change to "1.9".
7974 (newsticker, newsticker-feed): Doc fix.
7975 (newsticker-url-list): Doc fix. Add option "Weekly".
7976 (newsticker-retrieval-interval): Add option "Weekly".
7977 (newsticker-headline-processing): Doc fix.
7978 (newsticker-auto-mark-filter): Remove.
7979 (newsticker-auto-mark-filter-list): New.
7980 (newsticker-layout, newsticker-sort-method): Doc fix.
7981 (newsticker-hide-old-items-in-newsticker-buffer)
7982 (newsticker-heading-format, newsticker-item-format)
7983 (newsticker-desc-format): Doc fix.
7984 (newsticker-show-all-rss-elements): Remove.
7985 (newsticker-show-all-news-elements): New.
7986 (newsticker-faces, newsticker-ticker): Doc fix.
7987 (remove-from-invisibility-spec): Code formatting.
7988 (newsticker--process-ids): New.
7989 (newsticker-mode): Doc fix.
7990 (newsticker-mode): Change mode-line-format.
7991 (newsticker-start): Remove debug output.
7992 (newsticker-start-ticker): Doc fix. Add autoload cookie.
7993 (newsticker-w3m-show-inline-images): Code formatting.
7994 (newsticker-next-item): Call `force-mode-line-update'.
7995 (newsticker-previous-item): Call `force-mode-line-update'.
7996 (newsticker-next-feed): Call `force-mode-line-update'.
7997 (newsticker-previous-feed): Call `force-mode-line-update'.
7998 (newsticker-mark-all-items-at-point-as-read): Code formatting.
7999 (newsticker-show-old-items): Do not show descs.
8000 (newsticker-hide-entry): Hide too much.
8001 (newsticker-hide-entry, newsticker-show-entry)
8002 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8003 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8004 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8005 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8006 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8007 (newsticker-get-news): Call `force-mode-line-update'.
8008 Collect process ids.
8009 (newsticker--sentinel): Change coding system handling.
8010 Move image retrieval to new functions newsticker--get-logo-url-*.
8011 Move feed parsing to new functions newsticker--parse-*.
8012 Update list of process ids.
8013 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8014 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8015 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8016 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8017 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8018 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8019 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8020 (newsticker--decode-coding-string): Remove.
8021 (newsticker--decode-numeric-entities): Check input. Format code.
8022 (newsticker--remove-whitespace): Check input.
8023 (newsticker--do-forget-preformatted): Doc fix.
8024 (newsticker--decode-rfc822-date): Allow for missing time.
8025 (newsticker--update-process-ids): New.
8026 (newsticker--image-sentinel): Change comment.
8027 (newsticker--image-read): Change error message.
8028 (newsticker--imenu-goto): Doc fix. Show headline title.
8029 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8030 (newsticker--buffer-do-insert-text): Clean whitespace in
8031 html-rendered headline title. Code formatting.
8032 Call `newsticker--buffer-print-extra-elements'.
8033 (newsticker--buffer-print-extra-element): Remove.
8034 (newsticker--buffer-print-extra-elements): New.
8035 (newsticker--buffer-do-print-extra-element): New.
8036 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8037 large sizes.
8038 (newsticker--run-auto-mark-filter)
8039 (newsticker--do-run-auto-mark-filter):
8040 Use `newsticker-auto-mark-filter-list'.
8041
8042 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8043
8044 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8045 (rcirc-print): Force redisplay before running hooks. Do long
8046 buffer truncation after making new text read-only. Deal with nil
8047 text when decoding strings. If TARGET is nil, use either the
8048 currently selected buffer, if it is an rcirc buffer and of the
8049 same process or the process buffer.
8050 (rcirc-mode): Remove header-line. Recompute short buffer names.
8051 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8052 (rcirc-short-buffer-name): Add variable.
8053 (rcirc-kill-buffer-hook): Recompute short buffer names.
8054 Remove nick from private channel.
8055 (rcirc-send-input): Send command text to current-buffer.
8056 Don't clear overlay arrow here.
8057 (rcirc-short-buffer-name): Return a short buffer name.
8058 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8059 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8060 buffer-name abbreviations.
8061 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8062 Do not touch nick-table when killing a parted channel.
8063 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8064 Clear arrow from current buffer if it is now hidden.
8065 (rcirc-current-buffer): Add variable.
8066 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8067 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8068 Remove -face from names.
8069 (rcirc-update-activity-string): Print "DND" when globally ignoring
8070 activity.
8071 (rcirc-ignore-buffer-activity-flag): Rename from
8072 rcirc-ignore-channel-activity.
8073 (rcirc-ignore-all-activity-flag): Doc fix.
8074 (rcirc-channels): Remove variable.
8075 (rcirc-kill-buffer-hook):
8076 (rcirc-get-buffer-create): Add nick to private channel.
8077 (rcirc-multiline-edit-submit): Remove tabs.
8078 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8079 folded.
8080 (rcirc-remove-nick-channel): Bug fix.
8081 (rcirc-toggle-ignore-buffer-activity): Rename from
8082 rcirc-toggle-ignore-channel-activity.
8083 (rcirc-record-activity): Add buffers to the front of the list.
8084 (rcirc-update-activity): Remove killed buffers from list.
8085 (rcirc-process-server-response-1): Remove last argument if it is
8086 null before calling handler.
8087 (rcirc): Add "rcirc" defcustom prefix.
8088 (rcirc-prompt): Simplify default prompt.
8089 Use custom-initialize-default.
8090 (rcirc-private-chats): Remove variable.
8091 (rcirc-prompt): Change initialization.
8092 (rcirc-version): Remove function.
8093 (rcirc-id-string): Add constant.
8094 (rcirc-last-buffer): Remove variable.
8095 (rcirc-buffer-alist): Add variable.
8096 (rcirc-connect): Update variable setup.
8097 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8098 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8099 default.
8100 (rcirc-handler-generic): Trigger activity.
8101 (rcirc-send-message): Create the buffor of the target.
8102 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8103 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8104 (rcirc-multiline-edit-cancel): Remove function.
8105 (rcirc-set-last-buffer): Remove function.
8106 (rcirc-get-any-buffer): Add function.
8107 (rcirc-join-channels): Don't print /join text.
8108 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8109 messages.
8110 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8111 (rcirc-handler-NOTICE): Recognize CTCP responses.
8112 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8113 constructing TOPIC string for buffers we are not JOINed.
8114 (rcirc-handler-CTCP-response): Add handler.
8115 (rcirc-multiline-edit-submit): Restore the window-configuration
8116 before adjusting point.
8117 (rcirc): Add customization group.
8118 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8119 (rcirc-user-full-name, rcirc-startup-channels-alist)
8120 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8121 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8122 (rcirc-input-ring-size, rcirc-read-only-flag)
8123 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8124 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8125 Change defvar to defcustom.
8126 (rcirc-update-prompt): Add optional ALL arg, which will update
8127 prompts in all rcirc buffers. Regexp quote replacement text.
8128 (rcirc-fill-column): Accept frame-width as a value.
8129 (rcirc-set-changed): Add function.
8130 (rcirc-next-active-buffer): Write more meaningful messages.
8131 (rcirc-faces): Add customization group.
8132 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8133 (rcirc-nick-in-message-face, rcirc-prompt-face)
8134 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8135 (with-rcirc-process-buffer): Move before first usage.
8136 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8137 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8138 (rcirc-debug): Rename from `rcirc-log'.
8139 (rcirc-format-response-string): Do not print `-' chars for a
8140 NOTICE with no sender. Simplify output of server responses.
8141
8142 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8143
8144 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8145 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8146 Make urls mouse and RET clickable.
8147
8148 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8149
8150 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8151
8152 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8153
8154 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8155 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8156 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8157 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8158 argument to all these routines, so the passphrase can be managed
8159 externally and passed in to the system.
8160 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8161 pgg-add-passphrase-to-cache function.
8162
8163 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8164 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8165 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8166 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8167 argument to all these routines, so the passphrase can be managed
8168 externally and passed in to the system.
8169 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8170 function.
8171
8172 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8173
8174 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8175 from goto-address-url-regexp.
8176
8177 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8178
8179 * textmodes/org.el (org-read-date, org-goto-calendar)
8180 (org-recenter-calendar, org-agenda-goto-calendar):
8181 Temporarily clear `calendar-move-hook'.
8182
8183 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8184
8185 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8186 merging.
8187
8188 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8189 have merge clashes.
8190
8191 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8192
8193 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8194 Undo previous change.
8195
8196 * startup.el (command-line): Use `custom-reevaluate-setting' for
8197 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8198 tty-register-default-colors on Mac.
8199
8200 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8201
8202 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8203 (gdb-buffer-type): Make it automatically buffer local...
8204 (gdb-get-create-buffer): ...and set it accordingly.
8205 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8206 actually work.
8207
8208 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8209
8210 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8211 not red.
8212
8213 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8214
8215 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8216 case GUD buffer is not visible.
8217 (gdb-goto-breakpoint): Try to force display in source buffer.
8218 (gdb-frame-gdb-buffer): Copy other similar functions.
8219 (gdb-restore-windows): Don't display source if not asked for.
8220 (gdb-assembler-buffer-name): Don't capitalise.
8221
8222 2005-11-03 Richard M. Stallman <rms@gnu.org>
8223
8224 * wid-edit.el (key-sequence): New widget type.
8225
8226 * simple.el (set-mark-command-repeat-pop): New variable.
8227 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8228 if set-mark-command-repeat-pop is true.
8229
8230 * info.el (Info-fontify-node): Don't display extra "see" if there
8231 already is one here.
8232
8233 * mouse.el: Fix special handling of DEL after dragging a region:
8234 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8235 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8236
8237 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8238
8239 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8240 not to assume it pertains to an affix.
8241
8242 * textmodes/flyspell.el (flyspell-post-command-hook):
8243 Bind deactivate-mark to prevent deactivation.
8244
8245 2005-11-03 Lars Hansen <larsh@soem.dk>
8246
8247 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8248 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8249 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8250
8251 2005-11-03 Romain Francoise <romain@orebokech.com>
8252
8253 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8254 Update copyright years.
8255
8256 2005-11-03 Sam Steingold <sds@gnu.org>
8257
8258 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8259 Use system-type instead of window-system because window-system is not
8260 correctly defined during loadup.
8261
8262 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8263
8264 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8265 (xml-parse-tag): Join strings separated by a comment properly.
8266
8267 2005-11-02 Andreas Schwab <schwab@suse.de>
8268
8269 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8270
8271 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8272
8273 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8274 (byte-optimize-pure-func): Quote the eval'd value.
8275
8276 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8277 Rename from perl-font-lock-syntactic-face-function.
8278 Change the calling convention so it can be used as a font-lock MATCHER.
8279 Do the parse-partial-sexp loop outselves.
8280 (perl-font-lock-syntactic-keywords): Use it.
8281 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8282
8283 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8284
8285 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8286 disassembly buffer too.
8287 (gdb-exited): Remove overlay arrows when execution has finished.
8288 (gdb-info-frames-custom, gdb-info-threads-custom)
8289 (gdb-info-registers-custom): Don't add inappropriate text
8290 properties if inferior is not active.
8291
8292 2005-11-02 Glenn Morris <rgm@gnu.org>
8293
8294 * progmodes/fortran.el (fortran-blink-match):
8295 Use `blink-matching-delay'.
8296
8297 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8298
8299 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8300
8301 2005-11-02 Lars Hansen <larsh@soem.dk>
8302
8303 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8304 "Permission denied".
8305
8306 2005-11-01 Richard M. Stallman <rms@gnu.org>
8307
8308 * textmodes/flyspell.el (flyspell-external-point-words):
8309 Pass nil to flyspell-get-word.
8310
8311 2005-11-02 Kim F. Storm <storm@cua.dk>
8312
8313 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8314 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8315
8316 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8317
8318 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8319 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8320 (calendar-mouse-print-dates): Add optional `event' argument.
8321 Update interactive-spec.
8322 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8323 Use `calendar-event-to-date' instead of `event'.
8324
8325 2005-11-02 Masatake YAMATO <jet@gyve.org>
8326
8327 * progmodes/ld-script.el (ld-script-builtins):
8328 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8329 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8330 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8331
8332 2005-11-01 Romain Francoise <romain@orebokech.com>
8333
8334 * vc-sccs.el: Update copyright year.
8335 * ezimage.el: Likewise.
8336
8337 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8338
8339 * info.el (Info-fontify-node): Use `string-width' for fontifying
8340 underlined titles.
8341
8342 2005-11-01 Juri Linkov <juri@jurta.org>
8343
8344 * info.el (Info-fontify-node): Downcase node header keywords Node,
8345 Prev, Next, Up before comparison.
8346 (Info-history): Insert absolute directory name, and put invisible
8347 property on it.
8348
8349 2005-11-01 Juri Linkov <juri@jurta.org>
8350
8351 * info.el (Info-file-supports-index-cookies): New variable.
8352 (Info-find-node-2): Check makeinfo version for index cookie support.
8353 (Info-index-nodes): Search for nodes with index cookies only when
8354 Info-file-supports-index-cookies is t. Otherwise, search nodes
8355 with "Index" in the node name.
8356 (Info-index-node): Search index cookie in the current node only when
8357 Info-file-supports-index-cookies is t. Otherwise, check the word
8358 "Index" in the node name.
8359 (Info-find-emacs-command-nodes): Remove code that searches nodes
8360 with "Index" node name in the top menu.
8361
8362 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8363
8364 * progmodes/scheme.el (scheme-mode-variables): Use the default
8365 comment-indent-function.
8366
8367 * faces.el (face-attribute): Handle the case where a face inherits from
8368 a non-existent face.
8369
8370 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8371 for octal and hexa output, and merge the char into the paren.
8372 (kill-new): Use push.
8373 (copy-to-buffer): Use with-current-buffer.
8374 (completion-setup-function): Move code in loop to remove redundancy.
8375 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8376 those inherited from minibuffer-local-completion-map.
8377
8378 * savehist.el (savehist-mode) <defcustom>:
8379 Use custom-set-minor-mode if available.
8380 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8381 and emit a message if applicable.
8382
8383 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8384
8385 * savehist.el: Sync up to version 19.
8386 (savehist-mode): New minor mode.
8387 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8388 (savehist-length): Remove (use history-length instead).
8389 (savehist-file-modes): Rename from savehist-modes.
8390 (savehist-save-hook, savehist-loaded): New vars.
8391 (savehist-load): Use savehist-mode. Try to smooth up transition from
8392 old format to new format.
8393 (savehist-install): Allow savehist-autosave-interval to be nil.
8394 (savehist-save): Run the new hook. Be more careful to only trim the
8395 history variables.
8396 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8397 (savehist-printable): Print into a buffer rather than char-by-char.
8398
8399 2005-11-01 John Wiegley <johnw@newartisans.com>
8400
8401 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8402 toggle-ignore keybinding (C-a). The author said it had been
8403 disabled much earlier due to a possible incompatibility, but after
8404 many months of usage I have encountered no problems (and it is a
8405 rather useful option, especially for switching to " *temp*").
8406
8407 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8408 support for OS/X's AddressBook, by calling out to the open source
8409 program "contacts" (installable through Fink).
8410
8411 * net/eudc.el (eudc-expand-inline): If the
8412 `eudc-multiple-match-handling-method' is set to `all', delete the
8413 query string before inserting the query result.
8414
8415 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8416 flag, to prevent Eshell from using the system ls when
8417 `eshell-ls-insert-directory' is in used.
8418 (eshell-ls-insert-directory): Disable font-lock in directory
8419 buffer so that Eshell's own fontification is seen. This broke
8420 recently due to changes in font-lock, so this goes back to version
8421 21 behavior.
8422
8423 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8424
8425 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8426 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8427 (gdb-many-windows): Doc fix.
8428
8429 2005-10-31 Romain Francoise <romain@orebokech.com>
8430
8431 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8432
8433 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8434
8435 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8436 that global-font-lock-mode can be enabled by default.
8437
8438 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8439 (font-lock-add-keywords, font-lock-remove-keywords)
8440 (font-lock-fontify-buffer): Remove autoload cookies.
8441
8442 * jit-lock.el (jit-lock-register): Likewise.
8443
8444 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8445
8446 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8447
8448 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8449 intact if there is no gud-comint-buffer.
8450
8451 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8452
8453 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8454 old prompt comint-prompt-read-only is t and GDB commands are
8455 issued from tool bar etc.
8456
8457 2005-10-31 Masatake YAMATO <jet@gyve.org>
8458
8459 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8460
8461 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8462
8463 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8464 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8465
8466 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8467
8468 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8469 starting at beginning of line. Fontification is messed up when
8470 `open-paren-in-column-0-is-defun-start' set to t.
8471 Reported by John Paul Wallington <jpw@pobox.com>.
8472
8473 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8474
8475 * comint.el (comint-send-input): Call `comint-update-fence' when
8476 `comint-process-echoes' and `comint-prompt-read-only' are both
8477 non-nil, to avoid leftover read-only newline.
8478
8479 2005-10-30 Richard M. Stallman <rms@gnu.org>
8480
8481 * textmodes/flyspell.el (flyspell-external-point-words):
8482 Detect when WORD can't be checked properly because
8483 flyspell-get-word finds just part of it, and move on.
8484
8485 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8486 boundarychar for Polish.
8487 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8488 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8489
8490 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8491
8492 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8493 (gdb-registers-font-lock-keywords): Delete.
8494 (gdb-registers-mode): Don't fontify.
8495 (gdb-info-registers-custom): Use text properties instead as, in
8496 future, changed register values will use font-lock-warning-face.
8497 (gdb-local-font-lock-keywords): Rename to...
8498 (gdb-locals-font-lock-keywords): ...for consistency.
8499
8500 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8501
8502 * vc.el (vc-switch-backend): Better error message if the buffer is
8503 not visiting a file under version control.
8504
8505 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8506
8507 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8508
8509 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8510 ~/.emacs.d/.emacs.
8511
8512 2005-10-29 Richard M. Stallman <rms@gnu.org>
8513
8514 * replace.el (occur-mode-mouse-goto): Always go to other window.
8515 (occur-mode-goto-occurrence): Always switch in same window.
8516
8517 * simple.el (undo): Display message at end, not at start.
8518
8519 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8520 New arg REUSE-CELL.
8521 (cancel-timer-internal): New function.
8522 (timer-event-handler): Use cancel-timer-internal,
8523 and pass the cell it returns to timer-activate...
8524
8525 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8526 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8527 (jit-lock-after-change): Test memory-full.
8528
8529 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8530
8531 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8532 part of the decoded armor to find the key-identifier.
8533 (pgg-gpg-lookup-key-owner): New function to return the
8534 human-readable identifier of a key owner.
8535 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8536 key itself.
8537 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8538 the key value) if we have a key and can match it against a secret
8539 key. Also, added a note pointing out fact that the prompt only
8540 indicates the first matching key.
8541
8542 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8543 pgg-decrypt-region.
8544 (pgg-pending-timers): A new hash for tracking the passphrase cache
8545 timers, so that new ones supercede old ones.
8546 (pgg-add-passphrase-to-cache): Rename from
8547 `pgg-add-passphrase-cache' to reduce confusion (all callers
8548 changed). Modified to cancel old timers when new ones are added.
8549 (pgg-remove-passphrase-from-cache): Rename from
8550 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8551 changed). Modified to cancel old timers when their keys are
8552 removed from the cache.
8553 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8554 XEmacs, an indirection to delete-itimer.
8555 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8556 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8557 users can only check cache without risk of prompting. Correct bug in
8558 notruncate behavior.
8559 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8560 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8561 Add informative docstrings.
8562 (pgg-decrypt): Convey provided passphrase in subordinate call to
8563 pgg-decrypt-region.
8564
8565 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8566 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8567 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8568 `passphrase' argument, so the passphrase can be managed externally
8569 and then passed in to the system.
8570
8571 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8572 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8573 so the passphrase cache can be used reliably with identifiers
8574 besides a pgp packet's key id.
8575
8576 * pgg-gpg.el (pgg-pgp-encrypt-region)
8577 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8578 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8579 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8580 argument to all these routines, so the passphrase can be managed
8581 externally and passed in to the system.
8582
8583 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8584 `notruncate' argument, so the passphrase cache can be used
8585 reliably with identifiers besides a pgp packet's key id.
8586
8587 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8588
8589 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8590 symmetric encryption.
8591 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8592 encrypted session key.
8593 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8594 message ask for the passphrase in a proper way.
8595
8596 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8597 New user commands for symmetric encryption.
8598
8599 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8600
8601 * textmodes/conf-mode.el (conf-assignment-sign)
8602 (conf-assignment-regexp): Fix docstrings.
8603 (conf-mode-initialize): New function.
8604 (conf-mode): Remove optional args. Use delay-mode-hooks to
8605 recognize recursive calls.
8606 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8607 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8608 (conf-xdefaults-mode): Use define-derived-mode and
8609 conf-mode-initialize.
8610
8611 2005-10-29 Romain Francoise <romain@orebokech.com>
8612
8613 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8614
8615 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8616
8617 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8618 part of the decoded armor to find the key-identifier.
8619 (pgg-gpg-lookup-key-owner): New function to return the
8620 human-readable identifier of a key owner.
8621 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8622 key itself.
8623 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8624 the key value) if we have a key and can match it against a secret
8625 key. Also, added a note pointing out fact that the prompt only
8626 indicates the first matching key.
8627
8628 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8629 pgg-decrypt-region.
8630 (pgg-pending-timers): A new hash for tracking the passphrase cache
8631 timers, so that new ones supercede old ones.
8632 (pgg-add-passphrase-to-cache): Rename from
8633 `pgg-add-passphrase-cache' to reduce confusion (all callers
8634 changed). Modified to cancel old timers when new ones are added.
8635 (pgg-remove-passphrase-from-cache): Rename from
8636 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8637 changed). Modified to cancel old timers when their keys are
8638 removed from the cache.
8639 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8640 XEmacs, an indirection to delete-itimer.
8641 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8642 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8643 users can only check cache without risk of prompting. Correct bug in
8644 notruncate behavior.
8645 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8646 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8647 Add informative docstrings.
8648 (pgg-decrypt): Convey provided passphrase in subordinate call to
8649 pgg-decrypt-region.
8650
8651 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
8652
8653 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8654 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8655 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8656 `passphrase' argument, so the passphrase can be managed externally
8657 and then passed in to the system.
8658
8659 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8660 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8661 so the passphrase cache can be used reliably with identifiers
8662 besides a pgp packet's key id.
8663
8664 * pgg-gpg.el (pgg-pgp-encrypt-region)
8665 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8666 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8667 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8668 argument to all these routines, so the passphrase can be managed
8669 externally and passed in to the system.
8670
8671 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8672 `notruncate' argument, so the passphrase cache can be used
8673 reliably with identifiers besides a pgp packet's key id.
8674
8675 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8676
8677 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8678 symmetric encryption.
8679 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8680 encrypted session key.
8681 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8682 message ask for the passphrase in a proper way.
8683
8684 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8685 New user commands for symmetric encryption.
8686
8687 2005-10-28 Bill Wohler <wohler@newt.com>
8688
8689 * help-mode.el (help-url): New button type. Calls browse-url.
8690 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8691 Similar to Info nodes: URL `url'.
8692 (help-make-xrefs): Create help-url buttons for
8693 help-xref-url-regexp matches.
8694
8695 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
8696
8697 * tool-bar.el (tool-bar-add-item-from-menu)
8698 (tool-bar-local-item-from-menu): Fix doc strings.
8699
8700 2005-10-28 Romain Francoise <romain@orebokech.com>
8701
8702 * ldefs-boot.el: Update.
8703
8704 * subr.el (locate-library): Move from help-fns.el.
8705 * help-fns.el (locate-library): Move to subr.el.
8706
8707 2005-10-28 Richard M. Stallman <rms@gnu.org>
8708
8709 * net/tramp.el (tramp-completion-mode): defvar moved up.
8710
8711 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8712
8713 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8714
8715 * files.el (find-file-noselect): Use %d to format large file size.
8716
8717 * bindings.el (mode-line-format): Add %e.
8718
8719 * loadup.el ("facemenu"): Load unconditionally.
8720 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8721 ("x-dnd"): Load, when appropriate.
8722
8723 * startup.el (command-line): Call before-init-hook earlier.
8724 Warn about some bad characters in -u user name.
8725
8726 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8727 (flyspell-external-point-words): Error if misspelled word is not found.
8728 Set flyspell-large-region-beg at end of word.
8729
8730 2005-10-28 Andreas Schwab <schwab@suse.de>
8731
8732 * view.el (View-revert-buffer-scroll-page-forward):
8733 Use view-page-size-default.
8734
8735 2005-10-28 Juri Linkov <juri@jurta.org>
8736
8737 * international/quail.el (quail-get-current-str): Translate last
8738 raw character for deterministic input methods.
8739
8740 2005-10-27 Jay Belanger <belanger@truman.edu>
8741
8742 * calc/calc-ext.el: Add functions to autoloads.
8743 (math-identity-matrix-p, math-ident-row-p): New functions.
8744
8745 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8746 multiplication by an identity matrix; don't turn multiplication by
8747 an inverse matrix into division.
8748 (math-div-symbol-fancy): Replace division by matrices with
8749 multiplication by inverse.
8750
8751 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8752
8753 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8754 (calc-writeoutpower): New functions.
8755
8756 2005-10-27 Romain Francoise <romain@orebokech.com>
8757
8758 * replace.el (occur-engine): Include colon in mouse-face highlight.
8759
8760 * dired-x.el: Change Maintainer field.
8761
8762 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
8763
8764 * longlines.el (longlines-mode): Bind after-change-functions to
8765 nil during initial decoding and final encoding.
8766
8767 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8768
8769 * term.el (term-emulate-terminal, term-handle-colors-array)
8770 (term-handle-ansi-escape): Specify the terminfo capabilities
8771 implemented.
8772
8773 2005-10-26 Richard M. Stallman <rms@gnu.org>
8774
8775 * info.el (Info-fontify-node): Fix detection of sentence-break
8776 before *Note.
8777
8778 2005-10-26 Romain Francoise <romain@orebokech.com>
8779
8780 * smerge-mode.el: Add `tools' to file keywords.
8781
8782 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
8783
8784 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8785 when the fringe is not available.
8786
8787 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8788 (def-gdb-auto-update-trigger): Simplify construction.
8789 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8790 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8791 defined explicitly.
8792 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8793 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8794 defined explicitly.
8795 (gdb-info-locals-custom): Remove as it's a no-op.
8796
8797 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
8798
8799 * longlines.el (longlines-mode): Remove narrowing before
8800 performing the initial decoding or final encoding.
8801
8802 2005-10-25 Romain Francoise <romain@orebokech.com>
8803
8804 * emacs-lisp/find-func.el (find-library-name): Also strip
8805 extension if library name ends in .el, to take advantage of
8806 `find-library-suffixes'.
8807
8808 2005-10-25 Richard M. Stallman <rms@gnu.org>
8809
8810 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8811
8812 2005-10-25 Juri Linkov <juri@jurta.org>
8813
8814 * textmodes/texinfo.el (texinfo-mode): Change charset of one
8815 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8816
8817 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8818
8819 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8820 (blackbox-redefine-key): Add argument `map'.
8821
8822 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8823 regions when moving the jit-lock-context-unfontify-pos boundary.
8824
8825 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8826
8827 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8828
8829 2005-10-25 Masatake YAMATO <jet@gyve.org>
8830
8831 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8832
8833 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8834
8835 * play/blackbox.el (blackbox-redefine-key): New function.
8836 (blackbox-mode-map): Use it to remap existing bindings for cursor
8837 motion instead of binding literal keys.
8838
8839 2005-10-25 Glenn Morris <rgm@gnu.org>
8840
8841 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8842 diary does not end in a newline. Do not assume a blank line at
8843 the start of the diary file.
8844
8845 2005-10-25 Kenichi Handa <handa@m17n.org>
8846
8847 * international/quail.el (quail-translate-key): If the input
8848 method is deterministic and failed to handle the last key, restart
8849 the key handling loop from an appropriate key.
8850
8851 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
8852
8853 * vc.el (vc-dired-mode): Extend comment for binding of
8854 `directory-listing-before-filename-regexp'.
8855
8856 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8857
8858 * textmodes/texinfo.el (texinfo-mode):
8859 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
8860 not to unnecessarily expose emacs-mule's internal char codes.
8861
8862 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
8863
8864 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
8865 Display hand pointer and help-echo on disabled icon too.
8866 (gdb-mouse-until): New function.
8867 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
8868
8869 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
8870
8871 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
8872 with 2005-10-23 change to doctor.el.
8873
8874 * finder.el (finder-mode-map): Add follow-link binding.
8875
8876 2005-10-25 Kim F. Storm <storm@cua.dk>
8877
8878 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
8879 to gdb-mouse-toggle-breakpoint-fringe.
8880 (gdb-mouse-toggle-breakpoint-margin): Rename from
8881 gdb-mouse-toggle-breakpoint. Fix doc.
8882 (gdb-mouse-toggle-breakpoint-fringe): New defun.
8883 (gdb-put-string): Add optional SPROPS arg. Add props to string.
8884 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
8885 string properties also for fringe breakpoint bitmaps.
8886
8887 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
8888
8889 * textmodes/org.el (org-start-icalendar-file): Fix format form.
8890
8891 2005-10-25 Masatake YAMATO <jet@gyve.org>
8892
8893 * simple.el (completion-common-substring):
8894 Use `completion-common-substring' prior to `completion-base-size'.
8895
8896 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
8897
8898 * savehist.el: Require CL while compiling.
8899 (savehist-history-variables): Remove.
8900 (savehist-save-minibuffer-history, savehist-additional-variables)
8901 (savehist-minibuffer-history-variables): New vars.
8902 (savehist-save): Use them.
8903 (savehist-uninstall, savehist-minibuffer-hook): New funs.
8904 (savehist-install): New fun, extracted from savehist-load.
8905 (savehist-load): Use them.
8906
8907 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8908
8909 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
8910 a dummy doc-string-elt property.
8911 (defalias, defvaralias, define-category): Add a docstring property.
8912
8913 * image.el (defimage):
8914 * widget.el (define-widget):
8915 * custom.el (defface, defcustom): Add `doc-string' declaration.
8916
8917 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
8918 (defadvice): Add `doc-string' declaration.
8919
8920 * emacs-lisp/byte-run.el (macro-declaration-function):
8921 Handle `doc-string' declarations.
8922 (define-obsolete-function-alias, define-obsolete-variable-alias):
8923 Add `doc-string' declaration.
8924
8925 2005-10-24 Kenichi Handa <handa@m17n.org>
8926
8927 * international/utf-7.el (utf-7): Add autoload cookie.
8928
8929 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
8930
8931 2005-10-24 Eli Zaretskii <eliz@gnu.org>
8932
8933 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
8934 list of directories passed to batch-update-autoloads. Add "." to
8935 the list of the echoed directories.
8936
8937 * pgg-def.el:
8938 * pgg-gpg.el:
8939 * pgg-parse.el:
8940 * pgg-pgp.el:
8941 * pgg-pgp5.el:
8942 * pgg.el: Moved here from the gnus subdirectory.
8943
8944 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
8945
8946 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
8947 in case comint-prompt-read-only is set to t.
8948
8949 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
8950 in case comint-prompt-read-only is set to t.
8951
8952 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
8953
8954 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
8955 Now a string.
8956 (icalendar-import-format): Handle CLASS, STATUS, URL.
8957 Rename `subject' to `summary'.
8958 (icalendar-import-format-summary): Rename from
8959 `icalendar-import-format-subject'.
8960 (icalendar-import-format-url, icalendar-import-format-status)
8961 (icalendar-import-format-class): New variables.
8962 (icalendar--rris): Take variable argument list.
8963 (icalendar--datestring-to-isodate): Remove unnecessary
8964 calendar-style check when converting dates with explicit month names.
8965 (icalendar-export-region): Change return type of conversion
8966 subroutines. Bury current buffer unless error occurred.
8967 (icalendar--convert-to-ical)
8968 (icalendar--parse-summary-and-rest): New functions.
8969 (icalendar--convert-ordinary-to-ical)
8970 (icalendar--convert-weekly-to-ical)
8971 (icalendar--convert-yearly-to-ical)
8972 (icalendar--convert-block-to-ical)
8973 (icalendar--convert-cyclic-to-ical)
8974 (icalendar--convert-anniversary-to-ical): Change return type.
8975 Strip trailing blanks from subject.
8976 (icalendar--convert-sexp-to-ical): Change return type.
8977 Strip trailing blanks from subject. Handle simple sexp
8978 entries as generated by icalendar.el.
8979 (icalendar--convert-float-to-ical)
8980 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
8981 (icalendar-import-file): Doc fix.
8982 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
8983 Correct call to icalendar--rris.
8984 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
8985 `summary'.
8986 (icalendar--add-diary-entry): Rename `subject' to `summary'.
8987
8988 2005-10-24 Romain Francoise <romain@orebokech.com>
8989
8990 * server.el (server-sentinel): Set query-on-exit flag to nil on
8991 new client processes (it isn't inherited from the server process).
8992
8993 * replace.el (occur-engine): Rearrange text properties.
8994
8995 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8996
8997 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
8998 case-fold-search is nil.
8999 (debug-help-follow): Use help-xref-interned directly.
9000
9001 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9002
9003 * thumbs.el (thumbs-image-type): Add .pbm.
9004
9005 2005-10-23 Richard M. Stallman <rms@gnu.org>
9006
9007 * faces.el (inhibit-face-set-after-frame-default): New variable.
9008 (set-face-attribute): Bind it.
9009 (face-set-after-frame-default): Test it.
9010
9011 * help-fns.el (describe-simplify-lib-file-name): New function.
9012 (describe-function-1, describe-variable): Use it.
9013
9014 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9015
9016 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9017 Eliminate nil as possible value.
9018 (tooltip-hide-delay): Reduce internal-border-width.
9019
9020 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9021 (menu-bar-file-menu) <new-file>: Likewise.
9022
9023 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9024
9025 * international/mule.el (load-with-code-conversion):
9026 Pass full file name to `eval-buffer' unless preloading.
9027
9028 * textmodes/flyspell.el (flyspell-large-region):
9029 Call ispell-check-version.
9030
9031 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9032 Fix the make-variable-buffer-local call that was supposed
9033 to be for this variable.
9034 (ispell-aspell-supports-utf8): Doc fix.
9035 (ispell-find-aspell-dictionaries): Preserve elements of
9036 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9037 (ispell-aspell-find-dictionary): Return nil on error.
9038
9039 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9040 (doctor-symptoms): Likewise.
9041
9042 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9043
9044 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9045
9046 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9047 (custom-raised-buttons): Add :set spec.
9048 (custom-button-unraised, custom-button-pressed-unraised):
9049 New faces, so that custom-raised-buttons actually does something.
9050 (custom-mode): Use custom-button and custom-button-pressed.
9051
9052 * wid-edit.el (widget-specify-button): Don't ignore
9053 widget-mouse-face on graphic terminals.
9054 (widget-move-and-invoke): Cleanup.
9055
9056 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9057
9058 * whitespace.el (whitespace-cleanup): Doc fix.
9059
9060 2005-10-23 Romain Francoise <romain@orebokech.com>
9061
9062 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9063 `eval-after-load' to avoid evaluating their result.
9064
9065 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9066
9067 * files.el (directory-listing-before-filename-regexp):
9068 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9069
9070 * dired.el (dired-move-to-filename-regexp): Remove.
9071 All occurences replaced by `directory-listing-before-filename-regexp'.
9072
9073 * dired-x.el, locate.el, vc.el:
9074 Replace `dired-move-to-filename-regexp' by
9075 `directory-listing-before-filename-regexp'. In vc.el it is
9076 overwritten locally; maybe this can be handled in files.el too.
9077
9078 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9079 replaced by `directory-listing-before-filename-regexp'.
9080
9081 2005-10-23 Andreas Schwab <schwab@suse.de>
9082
9083 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9084 and eval-next-after-load.
9085
9086 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9087
9088 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9089 exist, create it.
9090
9091 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9092
9093 * allout.el: Remove autoloads for mailcrypt and crypt++.
9094 Require pgg, pgg-gpg during compilation.
9095 (allout-version): Increment version number to 2.1, and use a literal
9096 rather than RCS Id.
9097 (allout-default-encryption-scheme): Remove.
9098 (allout-passphrase-verifier-handling)
9099 (allout-passphrase-verifier-string)
9100 (allout-file-passphrase-verifier-string)
9101 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9102 (allout-passphrase-hint-handling): Rename and simplify.
9103 (allout-init): Use `find-file-hook' if available, otherwise
9104 `find-file-hooks'.
9105 (allout-mode): Use `write-file-functions' if available, otherwise
9106 `local-write-file-hooks' and, instead of making auto-save-hook
9107 buffer local, make the write-file-hook activity contingent to
9108 allout-mode.
9109 (allout-mode): Use key-binding substitution in the docstring.
9110 (allout-kill-line): Spell-out kill ring data structure mutation
9111 instead of using byte-compiler-complaint-provoking `pop'.
9112 (allout-insert-listified): Use `insert' rather than `insert-string'
9113 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9114 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9115 (allout-encrypt-string): Totally revamped vis new underlying
9116 encryption facilities.
9117 (allout-mc-activate-passwd): Remove.
9118 (allout-obtain-passphrase): New, more or less replaces
9119 allout-mc-activate-passwd.
9120 (allout-encrypted-key-info): More or less replaces
9121 allout-encrypted-text-type.
9122 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9123 (my-mark-marker): Use `(featurep 'xemacs)'.
9124
9125 2005-10-23 Lars Hansen <larsh@soem.dk>
9126
9127 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9128 (byte-compile-file-form-defmumble, byte-compile-defun)
9129 (byte-compile-defmacro): Use it.
9130 (byte-compile-form): Don't call byte-compile-set-symbol-position
9131 when a byte-compile handler is called.
9132
9133 2005-10-22 Romain Francoise <romain@orebokech.com>
9134
9135 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9136
9137 * subr.el (eval-after-load): Convert library name to an absolute
9138 file name using locate-library, since load-history no longer has
9139 library names in it.
9140
9141 2005-10-22 Richard M. Stallman <rms@gnu.org>
9142
9143 * files.el (make-temp-file): Move from subr.el.
9144 * subr.el (make-temp-file): Move to files.el.
9145
9146 * window.el (get-buffer-window-list): Move from subr.el.
9147 * subr.el (get-buffer-window-list): Move to window.el.
9148
9149 * image.el (image-load-path): Use eval-at-startup to initialize.
9150
9151 * subr.el (eval-at-startup): New macro.
9152
9153 * subr.el: Much rearrangement of functions and division
9154 into pages. No code changes.
9155
9156 2005-10-22 Kenichi Handa <handa@m17n.org>
9157
9158 * tar-mode.el (tar-extract): Be sure to call
9159 find-operation-coding-system if set-auto-coding doesn't find a
9160 coding system.
9161
9162 2005-10-22 Kim F. Storm <storm@cua.dk>
9163
9164 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9165 Change users.
9166 (image-type-file-name-regexps): New defconst.
9167 (image-type-from-data): Simplify loop.
9168 (image-type-from-buffer): New defun.
9169 (image-type-from-file-header): Use it instead of image-type-from-data.
9170 Use image-search-load-path instead of only looking in data-directory.
9171 (image-type-from-file-name): New defun.
9172 (image-search-load-path): Change `pathname' to `filename'.
9173 Make PATH arg optional, default to image-load-path.
9174
9175 2005-10-21 Richard M. Stallman <rms@gnu.org>
9176
9177 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9178
9179 * textmodes/paragraphs.el (sentence-end-base): New variable.
9180 (sentence-end): Use sentence-end-base.
9181
9182 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9183
9184 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9185 property independently from the font-lock-multiline variable.
9186
9187 2005-10-21 Richard M. Stallman <rms@gnu.org>
9188
9189 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9190
9191 * startup.el (command-line): Convert library names
9192 in `load-history' to absolute file names.
9193
9194 * subr.el (symbol-file): Doc fix.
9195
9196 * loadhist.el (file-loadhist-lookup): Call locate-library
9197 instead of find-library-name. Don't try converting
9198 abs file names to library names, since load-history no longer
9199 has library names in it.
9200 (file-dependents, file-provides, file-requires): Doc fixes.
9201
9202 2005-10-21 Juri Linkov <juri@jurta.org>
9203
9204 * progmodes/etags.el (tags-table-mode): New function.
9205 (tags-verify-table): Replace initialize-new-tags-table with
9206 tags-table-mode.
9207
9208 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9209 default value.
9210 (desktop-modes-not-to-save): Add tags-table-mode to the
9211 default value.
9212
9213 * info.el (Info-index-next): Add total number of index
9214 alternatives to the message.
9215
9216 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9217 backward only space (instead of space and period) before looking
9218 at sentence end.
9219
9220 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9221 Add the old variable value as 4th default-value arg of read-string.
9222
9223 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9224
9225 * cus-face.el (custom-declare-face): Make face from X resources
9226 also on Mac.
9227
9228 * disp-table.el (standard-display-g1, standard-display-graphic):
9229 Refuse to use string glyphs also on Mac.
9230 (standard-display-european): Don't set terminal coding system also
9231 on Mac.
9232
9233 * frame.el (display-screens): Use x-display-screens also on Mac.
9234
9235 2005-10-21 Romain Francoise <romain@orebokech.com>
9236
9237 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9238
9239 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9240
9241 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9242 and $? into sexps.
9243
9244 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9245 warning face on open-paren-in-column-0.
9246
9247 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9248 boundary case. Fix typo.
9249 Suggested by Martin Rudalics <rudalics@gmx.at>.
9250
9251 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9252
9253 * textmodes/org.el (org-combined-agenda-icalendar-file)
9254 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9255 (org-export-icalendar-this-file)
9256 (org-export-icalendar-all-agenda-files)
9257 (org-export-icalendar-combine-agenda-files): New commands.
9258 (org-export-icalendar, org-print-icalendar-entries)
9259 (org-start-icalendar-file, org-finish-icalendar-file)
9260 (org-ical-ts-to-string): New functions.
9261 (org-read-date, org-goto-calendar)
9262 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9263 call to `calendar'.
9264 (orgtbl-setup): Remove the :keys arguments from the menu description.
9265 (org-after-save-iCalendar-file-hook): New variable.
9266
9267 2005-10-21 Kenichi Handa <handa@m17n.org>
9268
9269 * language/vietnamese.el (tcvn-5712): Make it an alias of
9270 vietnamese-tcvn coding-system.
9271
9272 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9273
9274 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9275 group id is given.
9276
9277 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9278
9279 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9280 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9281 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9282 whose line is either continued or ends with a comment.
9283
9284 2005-10-20 Romain Francoise <romain@orebokech.com>
9285
9286 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9287
9288 * replace.el (occur-engine): Add follow-link property.
9289
9290 * font-core.el (font-lock-mode): Doc fix.
9291
9292 2005-10-20 Richard M. Stallman <rms@gnu.org>
9293
9294 * net/rcirc.el: New file.
9295
9296 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9297
9298 * term.el (term-term-name): Initialize to "eterm-color".
9299
9300 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9301
9302 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9303 for encryption functionality.
9304 Move allout customization subgroup from `editing' to `outlines' group.
9305 Fix commentary keywords to legitimate ones.
9306 Update author info (using my current email address, obscurified).
9307 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9308 (allout-encrypted-topic-p, allout-encrypted-text-type)
9309 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9310 (allout-situate-encryption-key-verifier)
9311 (allout-get-encryption-key-verifier, allout-verify-key)
9312 (allout-next-topic-pending-encryption)
9313 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9314 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9315 (outline-key-verifier-handling, outline-key-hint-handling)
9316 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9317 (allout-file-key-verifier-string, allout-encryption-scheme)
9318 (allout-key-verifier-string, allout-key-hint-string)
9319 (allout-after-save-decrypt): New variables.
9320 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9321 (allout-after-saves-handler): New hook functions.
9322 (allout-post-command-business): Do allout-after-save-decrypt.
9323 (allout-enable-file-variable-adjustment): Custom var to enable
9324 mechanism for adding and adjusting settings of Emacs file variables.
9325 (allout-adjust-file-variable, allout-file-vars-section-data):
9326 New functions, implement the mechanism.
9327 (outlineify-sticky): Use the file vars mechanism.
9328 (allout-inhibit-protection, allout-during-write-cue)
9329 (allout-override-protect, allout-before-change-protect): Remove.
9330 (allout-flag-region, allout-open-topic): Adjust read-only text.
9331 (allout-open-line-not-read-only): Add to facilitate read-only
9332 text based protection.
9333 (allout-kill-line): Revise to adjust read-only text, clue the
9334 user about the inhibition.
9335 (allout-unprotected): Use unwind-protect.
9336 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9337 topic deeper than the offspring depth of the previous topic -
9338 avoiding confusing "containment discontinuities".
9339 (allout-reindent-bodies): Fix retention of body relative hanging
9340 indent during promotion of collapsed bodies.
9341 (allout-open-topic): Make it easy to open new topic with same
9342 bullet as current topic - topic creation functions provided with
9343 any universal argument provokes now prompt for bullet, defaulting
9344 to the bullet of the previous topic.
9345 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9346 Plain bullet alternates `.' period and `,' comma only. All other
9347 bullets are relegated to special status (but customizable).
9348 (allout-end-of-entry): Rename from allout-end-of-current-entry
9349 since it actually operates w.r.t. most immediately containing
9350 entry, visible or not.
9351 (allout-hide-current-entry, allout-show-current-entry): Use the
9352 revised version.
9353 (allout-old-expose-topic): Solidify deprecation.
9354 (allout-end-of-subtree): Add so we can span concealed as well
9355 as visible topics.
9356 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9357 (allout-end-of-current-heading): Tweak to just respect the first line.
9358 (allout-get-body-text): Add.
9359 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9360 when invoked interactively.
9361 (allout-up-current-level): Use `interactive-p'.
9362 (allout-mode, allout-init): Miscellaneous docstring and
9363 operational refinements, as well as hookups of new encryption stuff.
9364 (allout-beginning-of-current-entry): Now works as advertised.
9365 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9366 (allout-isearch-rectification): Refine condition for isearching.
9367 (allout-isearch-abort, allout-enwrap-isearch)
9368 (allout-flag-region, my-region-active-p): Relocate some macros.
9369 (allout-title): Fallback title is (buffer-name), not
9370 non-existing (current-buffer-name).
9371 (subst-char-in-string): Define if absent (for some XEmacs versions).
9372
9373 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9374
9375 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9376 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9377 (mail-citation-prefix-regexp, mail-signature-file)
9378 (mail-default-headers, mail-bury-selects-summary)
9379 (mail-send-nonascii): Add autoload cookies.
9380
9381 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9382
9383 * frame.el (blink-cursor-mode): Add `mac' to the list of
9384 window-system's that support blinking cursor.
9385
9386 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9387
9388 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9389
9390 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9391
9392 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9393 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9394 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9395
9396 2005-10-20 Kim F. Storm <storm@cua.dk>
9397
9398 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9399 (ido-set-current-directory): Don't add / after final @.
9400 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9401 Explicitly handle ange-ftp completion oddities.
9402 (ido-make-file-list): Don't rotate list at tramp root to avoid
9403 triggering tramp file handler for expand-file-name via get-file-buffer.
9404
9405 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9406
9407 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9408
9409 2005-10-19 Jay Belanger <belanger@truman.edu>
9410
9411 * calc/calc-units.el (math-standard-units): Add units, adjust
9412 symbols and update values.
9413 (math-unit-prefixes): Add more prefixes.
9414
9415 2005-10-19 Romain Francoise <romain@orebokech.com>
9416
9417 * bookmark.el (bookmark-menu-heading): New face.
9418 (bookmark-bmenu-list): Use it.
9419 Don't fiddle with `baud-rate' at top-level.
9420
9421 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9422
9423 * image.el (create-image, find-image): Mention max-image-size in
9424 docstring.
9425
9426 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9427
9428 * savehist.el (savehist-load): Revert to checking XEmacs.
9429
9430 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9431 Various docstring and line-width fixups.
9432 (conf-mode): Use cond.
9433 Set font-lock-defaults. Don't set comment-use-syntax.
9434
9435 2005-10-18 David Ponce <david@dponce.com>
9436
9437 * tree-widget.el (tree-widget-button-click): New function.
9438 (tree-widget-button-keymap): Use it.
9439
9440 2005-10-18 Romain Francoise <romain@orebokech.com>
9441
9442 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9443 (bookmark-bmenu-hide-filenames): Add follow-link property.
9444 Improve help-echo text.
9445
9446 * ffap.el (find-file-at-point): Doc fix.
9447
9448 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9449
9450 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9451
9452 2005-10-18 Masatake YAMATO <jet@gyve.org>
9453
9454 Install to the CVS repository what I forgot to install in my
9455 2005-10-16 changes.
9456
9457 * progmodes/python.el (python-complete-symbol): Pass the common
9458 prefix substring of completion to `display-completion-list'.
9459
9460 * textmodes/org.el (org-complete): Ditto.
9461
9462 2005-10-18 Masatake YAMATO <jet@gyve.org>
9463
9464 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9465
9466 * woman.el (WoMan-xref-man-page): New button type derived
9467 from `Man-abstract-xref-man-page'.
9468 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9469
9470 * man.el (Man-abstract-xref-man-page): New button type.
9471 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9472 (Man-highlight-references): Add new optional argument `xref-man-type'.
9473
9474 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9475
9476 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9477
9478 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9479
9480 * cus-edit.el (Custom-move-and-invoke): Delete.
9481 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9482
9483 * wid-edit.el (widget-move-and-invoke): New function, from
9484 Custom-move-and-invoke.
9485
9486 2005-10-17 Bill Wohler <wohler@newt.com>
9487
9488 Move all remaining images from lisp/toolbar to etc/images, move
9489 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9490 the low resolution images in their own directory (low-color).
9491
9492 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9493 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9494 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9495 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9496 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9497 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9498 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9499
9500 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9501 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9502 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9503 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9504 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9505 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9506 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9507 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9508 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9509 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9510 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9511 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9512 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9513 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9514 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9515
9516 To conform with convention, replace the underscore (_) in the
9517 following image names with dash (-) or (/) as appropriate.
9518
9519 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9520 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9521 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9522 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9523 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9524 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9525 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9526 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9527 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9528 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9529 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9530 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9531 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9532 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9533 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9534
9535 * info.el (info-tool-bar-map): Replace underscores in image names
9536 with dashes.
9537
9538 * makefile.w32-in (WINS): Remove toolbar.
9539
9540 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9541
9542 * tool-bar.el: Move to lisp from toolbar. Now that
9543 toolbar is empty, it should be deleted when folks run "cvs up -P".
9544
9545 2005-10-18 Jay Belanger <belanger@truman.edu>
9546
9547 * calc/calc-store.el (calc-store-into): Get the proper variable name
9548 to display in message.
9549
9550 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9551
9552 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9553 expressions display in speedbar for all buffers when debugging.
9554 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9555
9556 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9557 (speedbar-insert-button, speedbar-make-button):
9558 Use add-text-properties.
9559 (speedbar-update-localized-contents)
9560 (speedbar-update-directory-contents)
9561 (speedbar-update-special-contents): Use dolist.
9562 (speedbar-buffer-easymenu-definition): Add a menu separator.
9563
9564 2005-10-17 Jason Rumney <jasonr@gnu.org>
9565
9566 * makefile.w32-in: Use $(lisp) consistently.
9567 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9568 for shell specific generation of mh-autoloads.
9569
9570 2005-10-17 Richard M. Stallman <rms@gnu.org>
9571
9572 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9573
9574 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9575
9576 * jit-lock.el (jit-lock-fontify-now):
9577 Move jit-lock-context-unfontify-pos to avoid wasted work.
9578
9579 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9580
9581 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9582 `tramp-completion-mode' for checking if we are in completion mode.
9583 (tramp-completion-handle-file-name-all-completions): Reorder code
9584 in order to complete for file names only in case there are no
9585 method/user/host completions. This is necessary for cooperation
9586 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9587
9588 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9589
9590 * longlines.el (longlines-search-forward)
9591 (longlines-search-backward): Match any number of spaces.
9592
9593 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9594
9595 * diff-mode.el (diff-mode): Doc fix.
9596
9597 2005-10-16 David Reitter <david.reitter@gmail.com>
9598
9599 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9600 as default on darwin and windows systems.
9601
9602 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9603
9604 * arc-mode.el (archive-zip-extract): Doc fix.
9605
9606 2005-10-16 Romain Francoise <romain@orebokech.com>
9607
9608 * mouse.el (mouse-1-click-follows-link): Doc fix.
9609
9610 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9611
9612 * savehist.el: Don't require CL at runtime.
9613 (savehist-xemacs): Remove.
9614 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9615 (savehist-no-conversion): Use (featurep 'xemacs).
9616 (savehist-load): Check existence of start-itimer rather than XEmacs.
9617 Use an idle timer.
9618 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9619 `delete-if-not'.
9620
9621 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
9622
9623 * savehist.el: Newer version.
9624 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9625 (savehist-last-checksum, savehist-no-conversion): New vars.
9626 (savehist-autosave, savehist-process-for-saving, savehist-printable):
9627 New functions.
9628 (savehist-load, savehist-save): Use them.
9629 (savehist-delimit): Remove.
9630
9631 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9632
9633 * progmodes/compile.el (compilation-goto-locus): Display the
9634 compilation buffer first and the source buffer second, in case they're
9635 in overlapping frames. Don't raise the compilation frame if it was the
9636 selected window upon entry. Pass the `other-window' arg to
9637 pop-to-buffer.
9638
9639 * info.el (Info-fontify-node): Use dolist.
9640 Change add-text-properties to put-text-property.
9641
9642 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9643
9644 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9645 bound of search.
9646
9647 2005-10-16 Masatake YAMATO <jet@gyve.org>
9648
9649 * dabbrev.el (dabbrev-completion): Pass the common
9650 prefix substring of completion to `display-completion-list'.
9651
9652 * filecache.el (file-cache-minibuffer-complete)
9653 (file-cache-complete): Ditto.
9654
9655 * tempo.el (tempo-display-completions): Ditto.
9656
9657 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9658
9659 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9660
9661 * eshell/em-hist.el (eshell-list-history): Ditto.
9662
9663 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9664
9665 * mail/mailalias.el (mail-complete): Ditto.
9666
9667 * progmodes/etags.el (complete-tag): Ditto.
9668
9669 * progmodes/make-mode.el (makefile-complete): Ditto.
9670
9671 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9672
9673 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9674
9675 * progmodes/pascal.el (pascal-complete-word)
9676 (pascal-show-completions): Ditto.
9677
9678 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9679
9680 * simple.el (completion-common-substring): New variable.
9681 (completion-setup-function): Use `completion-common-substring'
9682 to put faces.
9683
9684 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9685
9686 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9687 (x-get-selection, mac-select-convert-to-string): Convert from/to
9688 UTF-16 clipboard data as in native byte order, no BOM.
9689
9690 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
9691
9692 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9693 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9694 (gud-sentinel): Use speedbar-frame to check for speedbar.
9695
9696 2005-10-15 Richard M. Stallman <rms@gnu.org>
9697
9698 * savehist.el: New file.
9699
9700 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
9701
9702 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9703 Fix bug in \bf fontification.
9704
9705 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9706
9707 * pcvs.el (cvs-edit-log-files): New var.
9708 (cvs-mode-edit-log): New arg `file'.
9709 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9710 Instead force the use of the original file and nothing else.
9711 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9712 the cvs-minor-wrap-function is set.
9713 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9714
9715 2005-10-14 Bill Wohler <wohler@newt.com>
9716
9717 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9718 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9719 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9720 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9721 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9722 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9723 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9724 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9725 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9726 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9727 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9728 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9729 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9730 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9731 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9732
9733 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9734 appropriately (for example, gud-break to gud/break).
9735
9736 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
9737
9738 * longlines.el (longlinges-search-function)
9739 (longlines-search-forward, longlines-search-backward): New functions.
9740 (longlines-mode): Set isearch-search-fun-function to
9741 longlinges-search-function.
9742
9743 * mouse.el (mouse-drag-region-1): Handle the case where a
9744 double-click event is bound to an arbitrary function.
9745
9746 2005-10-14 David Ponce <david@dponce.com>
9747
9748 * recentf.el (recentf-track-opened-file)
9749 (recentf-track-closed-file, recentf-update-menu)
9750 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9751 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9752 mouse-1-click-follows-link.
9753
9754 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9755
9756 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9757 Gnome file-manager.png. Suggested by
9758 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9759
9760 * toolbar/README: Add diropen.xpm.
9761
9762 2005-10-13 Bill Wohler <wohler@newt.com>
9763
9764 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9765 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
9766
9767 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9768
9769 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9770 Don't waste the byte-compiler's time on constant data.
9771
9772 2005-10-13 Kenichi Handa <handa@m17n.org>
9773
9774 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9775 byte with `escape-glyph' face.
9776
9777 * international/fontset.el (ccl-encode-unicode-font):
9778 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9779 Handle the case that ucs-mule-to-mule-unicode translates a character to
9780 ASCII (usually for IPA characters).
9781
9782 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9783
9784 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9785 Don't hide the underline of titles if font-lock-mode is disabled.
9786
9787 2005-10-12 Bill Wohler <wohler@newt.com>
9788
9789 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
9790 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9791 files in MH-E-SRC have been updated.
9792 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9793
9794 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9795
9796 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9797 (mixal-mode-syntax-table): Add \n as end-comment.
9798 (mixal-operation-codes-alist): Immediately initialize to full value.
9799 (mixal-add-operation-code): Remove.
9800 (mixal-describe-operation-code): Make the arg non-optional.
9801 Use the interactive spec instead.
9802 Use mixal-operation-codes-alist rather than mixal-operation-codes.
9803 (mixal-font-lock-keywords): Don't highlight comments here any more.
9804 (mixal-font-lock-syntactic-keywords): New var.
9805 (mixal-mode): Use it. Fix comment-start-skip.
9806
9807 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9808
9809 * startup.el (command-line-x-option-alist): -nb => -nbi
9810
9811 2005-10-12 Kim F. Storm <storm@cua.dk>
9812
9813 * startup.el (fancy-splash-default-action): Discard mouse click in
9814 the splash screen window, as it has no sensible meaning in the
9815 next window to be selected. Fixes error reported by Jan D.
9816
9817 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9818
9819 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9820
9821 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9822
9823 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9824 Try to fix up minor layout issues like indentation, line break, etc...
9825 (mixal-mode-syntax-table): Don't try to specify comment syntax,
9826 because it doesn't work.
9827 (mixal-operation-codes): Add some more codes.
9828 (mixal-font-lock-keywords): Process comments here.
9829 (mixal-mode): mixasm no longer needs -g option.
9830
9831 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
9832
9833 * progmodes/sh-script.el (sh-tmp-file):
9834 Use mktemp -t. Finish support for es and rc shells.
9835
9836 2005-10-11 Jay Belanger <belanger@truman.edu>
9837
9838 * calc/calcalg2.el (calc-integral): With an argument, compute the
9839 definite integral.
9840
9841 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
9842
9843 * mouse.el (mouse-drag-region-1): Don't try to catch a
9844 double-click when doing follow-link (it's overridden anyway).
9845
9846 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
9847
9848 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9849 (autoload-print-form-outbuf): Add docstring.
9850
9851 2005-10-11 Juri Linkov <juri@jurta.org>
9852
9853 * info.el (Info-mode-menu): Delete menu item "Edit".
9854 (Info-mode): Delete description of Info-edit from docstring,
9855 and rearrange descriptions of Info commands in the order
9856 they are documented in the Info manual.
9857
9858 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9859
9860 * calendar/appt.el (appt-check): Use diary-selective-display var.
9861
9862 2005-10-10 Richard M. Stallman <rms@gnu.org>
9863
9864 * net/newsticker.el (newsticker-start, newsticker-show-news):
9865 Add autoload cookies.
9866
9867 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
9868
9869 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
9870
9871 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
9872
9873 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
9874
9875 2005-10-10 Jay Belanger <belanger@truman.edu>
9876
9877 * calc/calc-arith.el (math-check-known-scalarp)
9878 (math-check-known-matrixp): Check the values of arguments that are
9879 variables.
9880 (math-check-known-square-matrixp): New function.
9881 (math-known-square-matrixp): Use math-check-known-square-matrixp.
9882 (math-super-types): Add sqmatrix type.
9883
9884 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
9885 mode name `square' to `sqmatrix'.
9886
9887 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
9888 mode name `square' to `sqmatrix'.
9889
9890 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9891
9892 * progmodes/etags.el (select-tags-table-mode): Don't use
9893 selective-display.
9894 (tags-select-tags-table): Pass `button' to the action function.
9895 (select-tags-table): Place the side-info on button properties rather
9896 than in hidden text. Abbreviate file names.
9897 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
9898 (select-tags-table-select): Add `button' argument.
9899 Get side-info from the button property rather than from hidden text.
9900
9901 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
9902
9903 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
9904 (gud-speedbar-buttons): Preserve point if possible.
9905 (gud-sentinel): Restore previous speedbar display type.
9906
9907 * progmodes/gdb-ui.el (gdba): Improve diagram.
9908 (def-gdb-auto-update-handler, gdb-info-locals-handler)
9909 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
9910 Call get-buffer-window once.
9911
9912 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9913
9914 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
9915 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
9916 (pascal-indent-command): Remove unused var `ind'.
9917 (pascal-indent-case): Remove unused var `oldpos'.
9918 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
9919 since it's now used as a proper minor mode map.
9920 (pascal-outline): Rename to pascal-outline-mode.
9921 (pascal-outline-mode): Use define-minor-mode.
9922 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
9923 selective-display.
9924
9925 2005-10-10 Andreas Schwab <schwab@suse.de>
9926
9927 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
9928 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
9929
9930 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
9931 outside source directory.
9932
9933 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
9934
9935 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
9936 C-x' as a prefix.
9937 (orgtbl-mode-map): Full keymap instead of sparse, because all
9938 `self-insert-command' keys are redefined in this map.
9939 (org-export-as-html): Specify charset for HTML file, by taking it
9940 from the coding system.
9941
9942 2005-10-10 Kenichi Handa <handa@m17n.org>
9943
9944 * textmodes/flyspell.el (flyspell-check-word-p):
9945 If unread-command-events is non-empty, don't call sit-for.
9946
9947 2005-10-09 Richard M. Stallman <rms@gnu.org>
9948
9949 * font-lock.el (font-lock-syntactic-keywords)
9950 (font-lock-keywords): Doc fixes.
9951
9952 * textmodes/flyspell.el (flyspell-external-point-words):
9953 Simplify logic, and don't try to check for consecutive appearances
9954 of one incorrect word.
9955
9956 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
9957
9958 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
9959 separator.
9960
9961 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
9962 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
9963 (gud-expansion-speedbar-buttons): New function.
9964 (gud-speedbar-buttons): Check for gud-comint-buffer.
9965
9966 2005-10-09 Bill Wohler <wohler@newt.com>
9967
9968 * Makefile.in (updates): Add mh-loaddefs dependency.
9969
9970 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
9971
9972 * speedbar.el (speedbar-file-key-map): Fix typo.
9973
9974 2005-10-09 Daniel Brockman <daniel@brockman.se>
9975
9976 * cus-start.el (line-spacing): Add custom spec.
9977
9978 2005-10-09 Romain Francoise <romain@orebokech.com>
9979
9980 * textmodes/ispell.el (ispell-check-version): Fix last change.
9981
9982 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9983
9984 * term/x-win.el: Remove -i, --icon-type from comment.
9985
9986 * startup.el (command-line-x-option-alist): Remove options -i,
9987 -itype, --icon-type, added -nb, --no-bitmap-icon
9988
9989 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
9990
9991 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
9992 instead of :active.
9993
9994 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
9995
9996 * textmodes/ispell.el (ispell-check-version):
9997 Ignore hyphen, and all that follows, in aspell's version text.
9998
9999 2005-10-08 Jay Belanger <belanger@truman.edu>
10000
10001 * calc/calc-arith.el (math-known-square-matrixp): New function.
10002 (math-pow-fancy): Check for matrices before distributing exponent
10003 across products.
10004
10005 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10006 fullscreen keypad. Suggested by Luc Teirlinck.
10007 (calc-keypad-show-input): Add space for formatting.
10008
10009 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10010 Add square matrix option.
10011
10012 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10013 of checking calc-matrix-mode when deciding how to expand.
10014
10015 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10016
10017 2005-10-08 Lars Hansen <larsh@soem.dk>
10018
10019 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10020 Add error handling.
10021 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10022
10023 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10024
10025 Sync with Tramp 2.0.51.
10026
10027 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10028 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10029 Insert special handling for `last-coding-system-used', again
10030 it still seems to be necessary (unlike stated before).
10031 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10032 (tramp-password-prompt-regexp): There might be other words before
10033 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10034 (tramp-chunksize): Improve docstring.
10035 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10036 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10037 Christian Joergensen <bugs@razor.dk>.
10038
10039 2005-10-07 Glenn Morris <rgm@gnu.org>
10040
10041 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10042 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10043 precision'.
10044
10045 2005-10-07 Romain Francoise <romain@orebokech.com>
10046
10047 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10048 (ibuffer-do-shell-command-pipe-replace)
10049 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10050 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10051 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10052 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10053 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10054 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10055 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10056 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10057 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10058 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10059 Autoload file sans suffix.
10060
10061 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10062
10063 2005-10-07 David Ponce <david@dponce.com>
10064
10065 * recentf.el (recentf-menu-open-all-flag): New option.
10066 (recentf-digit-shortcut-command-name): New function.
10067 (recentf--shortcuts-keymap): New variable.
10068 (recentf-menu-shortcuts): New variable.
10069 (recentf-make-menu-items): Initialize it. Replace the "More..."
10070 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10071 (recentf-menu-value-shortcut): New function.
10072 (recentf-make-menu-item): Use it. No more in-lined.
10073 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10074 (recentf-open-most-recent-file): Rename from
10075 `recentf-open-file-with-key'. Don't depend on key binding.
10076 (recentf-mode-map): New variable.
10077 (recentf-mode): Use it.
10078
10079 2005-10-06 Bill Wohler <wohler@newt.com>
10080
10081 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10082
10083 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10084 (MH-E-SRC): New. Used by mh-autoloads.
10085 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10086 files in MH-E-SRC have been updated.
10087 (compile, recompile, bootstrap): Depend on mh-autoloads.
10088
10089 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10090
10091 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10092 gud-break and gud-remove icons when the fringe is not available.
10093
10094 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10095 Typo.
10096
10097 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10098
10099 * play/zone.el (zone): Wrap body with save-window-excursion.
10100
10101 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10102
10103 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10104 Use the new `list-only' arg to diary-list-entries.
10105
10106 * calendar/diary-lib.el: Use overlays rather than selective-display.
10107 (diary-selective-display): New var.
10108 (diary-header-line-format): Use it.
10109 (diary-list-entries): Add argument `list-only'.
10110 Put the buffer in diary-mode. Don't add \^M at beg and end.
10111 Replace \^M by invisible overlays.
10112 (diary-unhide-everything): Replace \^M by invisible overlays.
10113 (print-diary-entries): Look for overlays rather than \^M.
10114 Add a space to the temp buffer name.
10115 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10116 Put the buffer in diary-mode.
10117 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10118 (diary-anniversary): Make the year arg optional.
10119 (diary-time-regexp): New const.
10120 (diary-font-lock-keywords): Use it to accept a few more time formats.
10121
10122 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10123
10124 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10125
10126 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10127 Fix bug introduced 2005-07-03: Use (car (last ...))
10128 to faithfully reproduce replaced artist-last.
10129 (artist-set-arrow-points-for-poly): Likewise.
10130 Suggested by Johan Bockg\e,Ae\e(Brd.
10131
10132 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10133
10134 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10135 * wid-edit.el (widget):
10136 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10137 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10138
10139 2005-10-06 Kenichi Handa <handa@m17n.org>
10140
10141 * international/mule-cmds.el (set-language-environment):
10142 Fix setting up of case-table for unibyte mode.
10143
10144 * simple.el (what-cursor-position): If the character is displayed
10145 by some `display' text property, show that. Don't use
10146 single-key-description for eight-bit characters in multibyte mode.
10147
10148 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10149
10150 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10151 (gdb-ann3): Set it.
10152 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10153 (gdb-info-frames-custom): Use inverse-video for first five
10154 characters of selected frame only.
10155 (gdb-get-frame-number): Select frame even when point is on frame
10156 number.
10157
10158 2005-10-06 Masatake YAMATO <jet@gyve.org>
10159
10160 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10161 Put `font-lock-function-name-face'.
10162 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10163 and `font-lock-variable-name-face'
10164 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10165 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10166 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10167 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10168 (gdb-local-font-lock-keywords): New font lock keywords definition.
10169 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10170 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10171 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10172
10173 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10174
10175 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10176 (ediff-merge-region-is-non-clash-to-skip): Previously called
10177 ediff-merge-region-is-non-clash.
10178
10179 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10180 Use insert-buffer-substring.
10181
10182 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10183 selecting files to patch. Also bug fixes.
10184
10185 * ediff-util.el (ediff-setup): Bug fix.
10186 (ediff-next-difference): Never skip clashes that differ in white
10187 space only.
10188
10189 * ediff-wind.el (ediff-setup-control-frame)
10190 (ediff-destroy-control-frame): Check the menubar feature.
10191
10192 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10193 (viper-refresh-mode-line): Use make-local-variable to localize
10194 some vars instead of make-variable-buffer-local. Suggested by
10195 Stefan Monnier.
10196
10197 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10198 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10199 Use make-local-variable instead of make-variable-buffer-local.
10200 Suggested by Stefan Monnier.
10201
10202 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10203 (viper-comint-mode-hook): Use make-local-variable on
10204 require-final-newline.
10205 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10206
10207 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10208
10209 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10210 also the second char of a comment-start sequence.
10211 (scheme-sexp-comment-syntax-table): New var.
10212 (lambda, define): Set their scheme-doc-string-elt property.
10213 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10214 Use lisp-font-lock-syntactic-face-function now that it properly
10215 handles |...| symbols.
10216 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10217 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10218
10219 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10220 bit from # to |.
10221 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10222
10223 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10224 (lisp-doc-string-elt-property): New var.
10225 (lisp-font-lock-syntactic-face-function): Use it.
10226 Rewrite to recognize docstrings even for forms not at toplevel.
10227
10228 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10229 annotation on the | part of #| rather than on the # part.
10230 (scheme-font-lock-syntactic-face-function): New function, to
10231 distinguish strings from |...| symbols.
10232 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10233 syntax-table so that #|...|# is properly highlighted.
10234
10235 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10236 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10237
10238 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10239
10240 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10241 and C-e.
10242
10243 * emacs-lisp/eldoc.el: Move comments into docstrings.
10244 (eldoc-message-commands): Initialize in its declaration.
10245 Add move-beginning-of-line and move-end-of-line.
10246 (eldoc-add-command, eldoc-add-command-completions)
10247 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10248
10249 * outline.el (outline-mark-subtree): Activate the mark.
10250
10251 * calendar/appt.el (appt-time-regexp): New var.
10252 (appt-add, appt-make-list): Use it.
10253 (appt-convert-time): Clean up.
10254
10255 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10256 Don't set any syntax-table property here.
10257 (tex-font-lock-verb): New function. Do it here.
10258 (tex-font-lock-syntactic-keywords): Use it.
10259
10260 2005-10-04 Richard M. Stallman <rms@gnu.org>
10261
10262 * wid-edit.el (widget-file-complete): Get the widget start point
10263 the right way. Default directory to `/' if file has none.
10264
10265 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10266
10267 * textmodes/flyspell.el (flyspell-mode-on):
10268 Call ispell-maybe-find-aspell-dictionaries.
10269
10270 * textmodes/ispell.el (ispell-word, ispell-region):
10271 Call ispell-maybe-find-aspell-dictionaries.
10272 (ispell-accept-buffer-local-defs):
10273 Don't call ispell-maybe-find-aspell-dictionaries
10274
10275 2005-10-04 Richard M. Stallman <rms@gnu.org>
10276
10277 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10278
10279 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10280
10281 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10282 instead of `fboundp' in order to allow for anonymous functions.
10283
10284 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10285
10286 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10287 case the user clicks on the link while another window is selected.
10288 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10289
10290 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10291 functionality.
10292 (dframe-help-echo): Save point in case mouse tracking is off.
10293
10294 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10295
10296 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10297
10298 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10299
10300 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10301 not change the global value of those vars.
10302
10303 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10304 make-local-variable which we do not need any more.
10305
10306 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10307
10308 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10309 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10310 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10311 (speedbar-path-line): Define obsolete aliases.
10312 (speedbar-line-directory): Doc fix.
10313
10314 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10315 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10316 instead of speedbar-line-path.
10317
10318 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10319
10320 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10321 to nil if dropping on a window. Handle dropping on a minibuffer window
10322 like dropping on a non-window part of Emacs.
10323
10324 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10325
10326 * net/ange-ftp.el: Use with-current-buffer.
10327 (ange-ftp-insert-directory): Do not follow symlinks any more.
10328
10329 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10330 Remove interactive spec.
10331
10332 2005-10-03 Kim F. Storm <storm@cua.dk>
10333
10334 * ido.el (ido-mode): Use custom-initialize-set.
10335
10336 2005-10-02 Richard M. Stallman <rms@gnu.org>
10337
10338 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10339 Use insert-buffer-substring.
10340
10341 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10342 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10343
10344 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10345
10346 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10347 in last change.
10348 (ange-ftp-insert-directory): Fix up the search for the case where
10349 `file' is absolute.
10350
10351 2005-10-02 Romain Francoise <romain@orebokech.com>
10352
10353 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10354
10355 2005-10-02 Andreas Schwab <schwab@suse.de>
10356
10357 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10358 directory component in the session info.
10359
10360 2005-10-01 Richard M. Stallman <rms@gnu.org>
10361
10362 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10363
10364 * simple.el (next-error-internal): New function.
10365
10366 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10367 (compilation-start): Pass new arg to compilation-buffer-name.
10368 (compile-goto-error): Use next-error-internal.
10369
10370 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10371
10372 * speedbar.el: Remove RCS tag.
10373 (speedbar-check-read-only): Handle non-existent files.
10374
10375 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10376
10377 * info.el (Info-speedbar-hierarchy-buttons)
10378 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10379
10380 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10381
10382 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10383 Do not match newline.
10384 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10385 (bibtex-summary): Remove unnecessary save-excursion.
10386 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10387
10388 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10389
10390 * term/mac-win.el: Add charset info for "iso10646-1".
10391 Modify default fontset to use ATSUI-compatible fonts for some charsets
10392 if available.
10393
10394 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10395
10396 * speedbar.el: Re-apply arch tag.
10397 (speedbar-version): Rename to version 1.0. Suggested by Eric
10398 M. Ludlam.
10399 Reapply two changes from Emacs CVS' version of speedbar lost
10400 during the merge:
10401 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10402 (speedbar-frame-parameters): Improve customize type.
10403
10404 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10405
10406 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10407 (ange-ftp-file-directory-p): Fix the symlink case.
10408 (ange-ftp-insert-directory): When listing a single file, get a list of
10409 the parent buffer and extract the relevant line. Inspired from a patch
10410 by Katsumi Yamaoka <yamaoka@jpl.org>.
10411 (ange-ftp-file-name-sans-versions): Simplify.
10412
10413 2005-09-30 Bill Wohler <wohler@newt.com>
10414
10415 Move MH-E image files from toolbar and mail directories into
10416 etc/images.
10417
10418 * mail/reply2.*: Move to etc/images/mail/reply*.
10419
10420 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10421 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10422 etc/images.
10423
10424 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10425 * toolbar/reply*: Move to etc/images/mail.
10426
10427 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10428
10429 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10430
10431 * speedbar.el: New version 1.0pre3.
10432
10433 Frame management code (including timer, and mouse click specifics)
10434 moved to dframe.el:
10435 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10436 (speedbar-timer): Removed. Use dframe-timer.
10437 (speedbar-close-frame): Removed. Use dframe-close-frame.
10438 (speedbar-activity-change-focus-flag): Removed. Use
10439 dframe-activity-change-focus-flag.
10440 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10441 dframe-update-speed.
10442
10443 (speedbar-current-frame): New macro. Use this instead of the
10444 variable speedbar-frame.
10445
10446 (speedbar-use-images, speedbar-expand-image-button-alist)
10447 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10448
10449 (speedbar-find-image-on-load-path): Removed. Replaced by
10450 defezimage in ezimage.el.
10451 (speedbar-expand-image-button-alist): Removed. Replaced by
10452 ezimage-expand-image-button-alist in ezimage.el.
10453
10454 (speedbar-ignored-directory-regexp)
10455 (speedbar-add-ignored-directory-regexp)
10456 (speedbar-ignored-directory-expressions)
10457 (speedbar-line-directory, speedbar-buffers-line-directory)
10458 (speedbar-directory-line, speedbar-buffers-line-directory):
10459 Renamed, replacing `path' with `directory'.
10460
10461 (speedbar-create-directory, speedbar-expand-line-descendants)
10462 (speedbar-toggle-line-expansion)
10463 (speedbar-contract-line-descendants): New commands.
10464
10465 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10466 (speedbar-use-tool-tips-flag): New options.
10467
10468 (speedbar-check-read-only, speedbar-require-version)
10469 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10470 (speedbar-handle-delete-frame, speedbar-try-completion)
10471 (speedbar-update-localized-contents): New functions.
10472
10473 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10474 (speedbar-object-read-only-indicator): New variables.
10475
10476 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10477 New hooks.
10478
10479 (speedbar-separator-face): New face.
10480
10481 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10482 (speedbar-ignored-modes): Add fundamental-mode.
10483 (speedbar-directory-unshown-regexp): Add . directories.
10484
10485 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10486 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10487 `]' for full expand/close.
10488 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10489
10490 (speedbar-check-vc): Support hidden files.
10491 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10492 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10493 state is nil, it is not checked out.
10494
10495 (speedbar-line-text, speedbar-line-token): Support expand buttons
10496 with no text.
10497 (speedbar-refresh): Universal argument acts as power-click.
10498 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10499 that buffer to get variable values.
10500
10501 And many other bugfixes.
10502
10503 * dframe.el, ezimage.el, sb-image.el: New files.
10504
10505 * sb-*.xpm: Remove files. New image files installed into
10506 etc/images/ezimage.
10507
10508 2005-09-30 Kenichi Handa <handa@m17n.org>
10509
10510 * ps-mule.el (ps-mule-show-warning): If a character is in
10511 ps-print-translation-table, don't treat it as non-printable.
10512
10513 2005-09-30 David Ponce <david@dponce.com>
10514
10515 * tree-widget.el (tree-widget-themes-load-path): New variable.
10516 (tree-widget-themes-directory): Doc fix.
10517 (tree-widget-image-formats) [Emacs]: Doc fix.
10518 (tree-widget--locate-sub-directory): New function.
10519 (tree-widget-themes-directory): Use it.
10520
10521 * recentf.el (recentf-filename-handlers): Rename from
10522 `recentf-filename-handler'. Allow a list of functions.
10523 (recentf-menu-items-for-commands): Fix :help strings.
10524 (recentf-apply-filename-handlers): New function.
10525 (recentf-expand-file-name): Use it.
10526 (recentf-cleanup): Remove duplicates too.
10527
10528 2005-09-29 Juri Linkov <juri@jurta.org>
10529
10530 * faces.el: Rearrange face definitions to be in the same order as
10531 their face descriptions in "(emacs)Standard Faces".
10532
10533 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10534
10535 * tooltip.el (tooltip): Add group `basic-faces'.
10536
10537 * buff-menu.el (Buffer-menu-buffer): Remove group
10538 `font-lock-highlighting-faces'.
10539
10540 * progmodes/compile.el (compilation-error, compilation-warning)
10541 (compilation-info, compilation-line-number, compilation-column-number):
10542 Change group from `font-lock-highlighting-faces' to `compilation'.
10543
10544 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10545 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10546 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10547 (vhdl-font-lock-reserved-words-face)
10548 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10549 `font-lock-highlighting-faces'.
10550
10551 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10552
10553 2005-09-28 Kim F. Storm <storm@cua.dk>
10554
10555 * emulation/cua-base.el: Set CUA move property on additional commands:
10556 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10557 forward-sexp, backward-sexp, forward-list, backward-list.
10558
10559 2005-09-28 Romain Francoise <romain@orebokech.com>
10560
10561 * comint.el (comint-show-output): Really set point at the
10562 beginning of the output when not using `comint-use-prompt-regexp'.
10563
10564 2005-09-27 Jay Belanger <belanger@truman.edu>
10565
10566 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10567 in TeX mode.
10568
10569 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10570
10571 * textmodes/org.el (org-table-sum): Fix format string.
10572
10573 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10574 Quote face names.
10575
10576 2005-09-26 Romain Francoise <romain@orebokech.com>
10577
10578 * isearch.el (isearch-forward-regexp): Close doc string.
10579
10580 2005-09-25 Richard M. Stallman <rms@gnu.org>
10581
10582 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10583
10584 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10585
10586 * progmodes/compile.el (compilation-error-properties):
10587 When getting the file from the previous error message,
10588 correctly decode the new data format.
10589
10590 * progmodes/cc-cmds.el (c-electric-paren):
10591 Call old-blink-paren only for close-paren.
10592
10593 2005-09-24 Andreas Schwab <schwab@suse.de>
10594
10595 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10596 condition.
10597
10598 2005-09-25 Romain Francoise <romain@orebokech.com>
10599
10600 * dired-aux.el (dired-copy-file-recursive):
10601 * dired.el (dired-delete-file):
10602 * ediff-mult.el (ediff-dir-diff-copy-file):
10603 * ediff-util.el (ediff-test-save-region):
10604 * forms.el (forms-mode):
10605 * ido.el (ido-file-internal, ido-delete-file-at-head):
10606 * log-edit.el (log-edit-done):
10607 * ses.el (ses-yank-resize):
10608 * play/gomoku.el (gomoku-human-plays, gomoku)
10609 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10610 (gomoku-offer-a-draw):
10611 * play/landmark.el (lm-human-resigns, lm):
10612 * net/eudcb-ldap.el (eudc-ldap-check-base):
10613 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10614 * progmodes/ebrowse.el (ebrowse-find-pattern):
10615 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10616 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10617 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10618
10619 * vc.el (vc-delete-file):
10620 * play/gomoku.el (gomoku-terminate-game, gomoku)
10621 (gomoku-prompt-for-move, gomoku-human-takes-back):
10622 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10623 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10624
10625 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10626
10627 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10628 color rxvt terminals by using the code xterm.el used to use before
10629 2005-04-09 in order to match the colors used by rxvt.
10630
10631 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10632
10633 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10634 colors rxvt-unicode terminals by using the same code as xterm.el.
10635
10636 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10637
10638 * textmodes/tex-mode.el (tex-font-lock-append-prop)
10639 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10640 new symbol used for the tex-verbatim face.
10641
10642 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10643
10644 * woman.el (woman-file-name):
10645 * wid-edit.el (widget-file-prompt-value)
10646 (widget-coding-system-prompt-value):
10647 * w32-fns.el (set-w32-system-coding-system):
10648 * vc.el (vc-version-diff, vc-annotate):
10649 * textmodes/reftex-auc.el (reftex-arg-cite)
10650 (reftex-arg-index-tag):
10651 * textmodes/refer.el (refer-get-bib-files):
10652 * textmodes/artist.el (artist-figlet-choose-font):
10653 * terminal.el (terminal-emulator):
10654 * replace.el (occur-read-primary-args):
10655 * rect.el (string-rectangle, string-insert-rectangle):
10656 * ps-print.el (ps-print-preprint):
10657 * progmodes/pascal.el (pascal-goto-defun):
10658 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10659 * progmodes/compile.el (compilation-find-file):
10660 * printing.el (pr-interactive-n-up):
10661 * play/animate.el (animate-birthday-present):
10662 * net/rcompile.el (remote-compile):
10663 * man.el (man, Man-goto-section, Man-follow-manual-reference):
10664 * mail/rmailsum.el (rmail-summary-search-backward)
10665 (rmail-summary-search):
10666 * mail/rmailout.el (rmail-output-read-rmail-file-name)
10667 (rmail-output-read-file-name):
10668 * mail/rmail.el (rmail-search, rmail-search-backwards):
10669 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10670 * locate.el (locate):
10671 * international/quail.el (quail-show-keyboard-layout):
10672 * international/mule.el (set-buffer-file-coding-system)
10673 (revert-buffer-with-coding-system, set-file-name-coding-system)
10674 (set-terminal-coding-system, set-keyboard-coding-system)
10675 (set-next-selection-coding-system):
10676 * international/mule-diag.el (describe-coding-system)
10677 (describe-font, describe-fontset):
10678 * international/mule-cmds.el (universal-coding-system-argument)
10679 (search-unencodable-char, describe-input-method)
10680 (set-language-environment, describe-language-environment):
10681 * international/codepage.el (codepage-setup):
10682 * international/code-pages.el (codepage-setup):
10683 * info.el (Info-search, Info-follow-reference)
10684 (Info-search-backward):
10685 * emacs-lisp/advice.el (ad-read-advised-function)
10686 (ad-read-advice-class, ad-clear-cache, ad-activate)
10687 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10688 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10689 (ad-read-regexp):
10690 * ediff-util.el (ediff-toggle-regexp-match):
10691 * ediff-ptch.el (ediff-prompt-for-patch-file):
10692 * dired-aux.el (dired-diff):
10693 * diff.el (diff):
10694 * cus-edit.el (custom-variable-prompt):
10695 * calendar/timeclock.el (timeclock-ask-for-project):
10696 * calc/calcalg3.el (calc-get-fit-variables):
10697 * calc/calc-store.el (calc-edit-variable)
10698 (calc-permanent-variable):
10699 * vc-mcvs.el (vc-mcvs-register):
10700 * shadowfile.el (shadow-define-literal-group):
10701 * woman.el (woman-file-name):
10702 * vc.el (vc-version-diff, vc-merge):
10703 * textmodes/reftex-index.el (reftex-index-complete-tag):
10704 * format.el (format-decode-buffer, format-decode-region):
10705 * emulation/viper-cmd.el (viper-read-string-with-history):
10706 * emacs-lisp/debug.el (cancel-debug-on-entry):
10707 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10708 * ediff.el (ediff-merge-revisions)
10709 (ediff-merge-revisions-with-ancestor, ediff-revision):
10710 * completion.el (interactive-completion-string-reader):
10711 * calc/calc-prog.el (calc-user-define-formula):
10712 Follow convention for reading with the minibuffer.
10713
10714 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
10715
10716 * progmodes/python.el (python-describe-symbol): Add globals() and
10717 locals() to the arguments of emacs.ehelp.
10718
10719 2005-09-24 Magnus Henoch <mange@freemail.hu>
10720
10721 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10722 New function, code extracted from ispell-valid-dictionary-list.
10723 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10724 Call it.
10725
10726 2005-09-24 Eli Zaretskii <eliz@gnu.org>
10727
10728 * subr.el (version-regexp-alist): Extend valid syntax for version
10729 strings: allow any of the characters -,_,+ to separate the
10730 alpha/beta/rc part from the version part. Doc fix.
10731 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
10732
10733 2005-09-23 David Reitter <david.reitter@gmail.com>
10734
10735 * mail/mailclient.el: New file.
10736
10737 2005-09-23 Richard M. Stallman <rms@gnu.org>
10738
10739 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10740 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10741 Doc fixes.
10742
10743 * progmodes/cc-mode.el (c-font-lock-init):
10744 Specify font-lock-lines-before.
10745
10746 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10747
10748 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10749 whole conflict.
10750
10751 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
10752
10753 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10754 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
10755 of `remap' feature when available. Additional key bindings for
10756 better tty support.
10757 (org-mode-restart, org-force-self-insert): New commands.
10758 (org-time-stamp-inactive): New command.
10759 (org-remap): New function.
10760 (org-table-auto-blank-field, org-level-color-stars-only): New options.
10761 (org-enable-fixed-width-editor): Move to `org-structure'
10762 customization group.
10763 (org-self-insert-command, orgtbl-self-insert-command): Modify to
10764 blank field after field motion commands.
10765
10766 2005-09-23 Kenichi Handa <handa@m17n.org>
10767
10768 * international/mule-cmds.el (set-language-environment):
10769 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10770 have to call utf-translate-cjk-load-tables.
10771
10772 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10773
10774 * mouse.el (mouse-move-drag-overlay): Fix last change.
10775
10776 2005-09-22 David Ponce <david@dponce.com>
10777
10778 * tree-widget.el (tree-widget-value-create): Fix previous change.
10779
10780 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10781
10782 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10783
10784 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10785
10786 * mouse.el (mouse-move-drag-overlay): New function.
10787 (mouse-drag-region-1): Use it.
10788 Try to simplify a bit the state handling. Handle clicks on links
10789 inside intangible areas.
10790 (mouse-save-then-kill): Minor simplification.
10791 (mouse-secondary-overlay): Make it always non-nil instead of
10792 recreating it each time.
10793 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10794 (mouse-kill-secondary, mouse-secondary-save-then-kill):
10795 Simplify accordingly.
10796
10797 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10798
10799 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10800
10801 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
10802
10803 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10804 (ediff-file-name-sans-prefix): Treat nil as an empty string.
10805 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10806 to patch.
10807
10808 * ediff-util.el: Use insert-buffer-substring.
10809
10810 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10811
10812 * emulation/viper-cmd.el (viper-change-state): Don't move over the
10813 field boundaries in the minibuffer.
10814 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10815 (viper-minibuffer-post-command-hook): New hook.
10816 (viper-line): Don't move cursor at bolp.
10817
10818 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10819
10820 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10821 avoid compiler warnings.
10822
10823 * emulation/viper-macs.el (ex-map): Better messages.
10824
10825 * emulation/viper-utils.el (viper-beginning-of-field): New function.
10826
10827 * emulation/viper.el: Replace make-variable-buffer-local with
10828 viper-make-variable-buffer-local everywhere, to avoid warnings.
10829
10830 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10831
10832 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10833 Delete unused var `old-selected-window'.
10834 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10835 (mouse-drag-secondary): Delete unused var `start-frame'.
10836
10837 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10838
10839 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10840
10841 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10842
10843 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10844 Re-indent within 80 columns. Use inhibit-read-only.
10845
10846 2005-09-19 Romain Francoise <romain@orebokech.com>
10847
10848 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
10849
10850 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10851
10852 * font-lock.el (font-lock-default-fontify-region): Don't add a line
10853 unconditionally, since the after-change-function already did it.
10854
10855 2005-09-19 Miles Bader <miles@gnu.org>
10856
10857 * net/newsticker.el: Get rid of CVS keyword.
10858
10859 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
10860
10861 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
10862 The prompt is formatted later.
10863
10864 2005-09-19 David Ponce <david@dponce.com>
10865
10866 * tree-widget.el (tree-widget-value-create): Save the converted
10867 tree :node widget.
10868
10869 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
10870
10871 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
10872 variable `message'.
10873
10874 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
10875
10876 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
10877 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
10878 <slawomir.nowaczyk.847@student.lu.se>.
10879
10880 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
10881
10882 * image.el (image-load-path): Use symbol `data-directory' instead
10883 of its value, for backward compatibility with packages that bind
10884 it during `find-image'. Suggested by Katsumi Yamaoka.
10885 (image-search-load-path): Handle symbols whose values are strings.
10886
10887 2005-09-18 Romain Francoise <romain@orebokech.com>
10888
10889 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
10890 with-current-buffer form in save-excursion.
10891
10892 2005-09-18 D Goel <deego@gnufans.org>
10893
10894 * apropos.el (apropos-command): Fix `message' call: first arg
10895 should be a format spec. In this and all other cases that appear
10896 below and elsewhere in the source code, I made a change only when
10897 two conditions were satisfied: [1] I can think of a possibility
10898 that the arguments would cause an error, for example, the code in
10899 question relies on external variables such as filenames. [2] I
10900 was sure that the arg to `message' could not have been nil in the code.
10901
10902 * textmodes/tildify.el (tildify-region): Ditto.
10903
10904 * textmodes/reftex-index.el (reftex-index-change-entry)
10905 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
10906 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
10907 * textmodes/org.el (org-complete, org-deadline, org-schedule)
10908 (org-priority, org-table-sum):
10909 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
10910 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
10911 (flyspell-word, flyspell-display-next-corrections):
10912 * textmodes/bibtex.el (bibtex-print-help-message):
10913 * textmodes/artist.el (artist-key-set-point-poly):
10914 * term/mac-win.el (mac-services-insert-text):
10915 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
10916 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
10917 (vhdl-port-paste-testbench, vhdl-compose-new-component)
10918 (vhdl-compose-configuration):
10919 * progmodes/sh-script.el (sh-blink, sh-show-indent)
10920 (sh-set-indent, sh-learn-line-indent):
10921 * progmodes/ps-mode.el (ps-mode-target-column):
10922 * progmodes/idlwave.el (idlwave-make-tags)
10923 (idlwave-scan-library-catalogs):
10924 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
10925 * progmodes/gud.el (gud-jdb-analyze-source):
10926 * progmodes/flymake.el (flymake-log):
10927 * progmodes/ebnf2ps.el (ebnf-generate-region):
10928 * progmodes/cmacexp.el (c-macro-expansion):
10929 * progmodes/ada-xref.el (ada-treat-cmd-string):
10930 * progmodes/ada-mode.el (ada-create-case-exception-substring)
10931 (ada-justified-indent-current, ada-batch-reformat):
10932 * play/zone.el (zone):
10933 * play/landmark.el (lm-move):
10934 * play/decipher.el (decipher-show-alphabet):
10935 * net/newsticker.el (newsticker--display-jump)
10936 (newsticker--display-scroll):
10937 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
10938 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
10939 * mail/feedmail.el (feedmail-dump-message-to-queue):
10940 * eshell/esh-proc.el (eshell-remove-process-entry):
10941 * emulation/ws-mode.el (ws-last-error):
10942 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
10943 (viper-record-kbd-macro):
10944 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
10945 * emacs-lisp/lisp-mnt.el (lm-report-bug):
10946 * emacs-lisp/find-func.el (find-function-noselect):
10947 * calendar/timeclock.el (timeclock-status-string)
10948 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
10949 (timeclock-when-to-leave-string):
10950 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
10951 * calc/calc-units.el (calc-enter-units-table):
10952 * calc/calc-mode.el (calc-mode-record-mode):
10953 * woman.el (woman-mini-help):
10954 * wdired.el (wdired-change-to-wdired-mode):
10955 * vc.el (vc-retrieve-snapshot):
10956 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
10957 * startup.el (display-startup-echo-area-message):
10958 * simple.el (set-goal-column):
10959 * ses.el (ses-command-hook, ses-recalculate-cell):
10960 * server.el (server-process-filter):
10961 * printing.el (pr-interface-txt-print, pr-interface-printify)
10962 (pr-interface-ps):
10963 * pcvs.el (cvs-help):
10964 * log-edit.el (log-edit, log-edit-mode-help):
10965 * iswitchb.el (iswitchb-possible-new-buffer):
10966 * isearch.el (isearch-edit-string):
10967 * image-mode.el (image-mode, image-minor-mode):
10968 * ibuf-macs.el (define-ibuffer-filter):
10969 * hi-lock.el (hi-lock-find-patterns):
10970 * files.el (toggle-read-only):
10971 * ediff-util.el (ediff-copy-diff)
10972 (ediff-write-merge-buffer-and-maybe-kill):
10973 * echistory.el (Electric-history-undefined):
10974 * dnd.el (dnd-insert-text):
10975 * dired-aux.el (dired-query):
10976 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
10977 * bookmark.el (bookmark-bmenu-locate):
10978 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
10979 Fix `message' calls to ensure first arg is a format string.
10980 The change was made only when these two conditions were satisfied:
10981 [1] when there is a possibility that the arguments would cause an error
10982 for example, if the code in question relies on external variables
10983 such as filenames, and
10984 [2] if the arg to `message' could not have been nil in the code.
10985
10986 * pcomplete.el (pcomplete--help): Fix `message' format spec.
10987 Not having a %s would be weird, though not technically wrong.
10988
10989 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10990
10991 * term/mac-win.el (mac-add-charset-info): Doc fix.
10992
10993 2005-09-17 Romain Francoise <romain@orebokech.com>
10994
10995 * shell.el (shell-resync-dirs): Handle echoing processes more
10996 reliably. Don't insert resync command if `comint-process-echoes'
10997 is non-nil.
10998
10999 2005-09-17 Magnus Henoch <mange@freemail.hu>
11000
11001 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11002 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11003 aspell versions >= 0.60.
11004 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11005 only if ispell-aspell-supports-utf8 is non-nil.
11006
11007 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11008
11009 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11010 buffer-local value to lisp-indent-function.
11011
11012 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11013
11014 * progmodes/glasses.el (glasses-make-readable): If
11015 glasses-separator differs from underscore, put appropriate
11016 overlays over underscore characters.
11017 (glasses-convert-to-unreadable): If glasses-separator differs from
11018 underscore, try to convert glasses-separator characters to
11019 underscores.
11020
11021 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11022
11023 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11024 Use with-syntax-table and dolist.
11025
11026 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11027
11028 * textmodes/reftex-auc.el:
11029 * textmodes/reftex-cite.el:
11030 * textmodes/reftex-dcr.el:
11031 * textmodes/reftex-global.el:
11032 * textmodes/reftex-parse.el:
11033 * textmodes/reftex-ref.el:
11034 * textmodes/reftex-sel.el:
11035 * textmodes/reftex-toc.el:
11036 * textmodes/reftex-vars.el:
11037 * textmodes/reftex.el: Small changes to remove compiler warnings.
11038
11039 * textmodes/reftex-index.el: Likewise.
11040 (reftex-query-index-phrase): More efficient use of markers.
11041
11042 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11043
11044 * image.el (image-load-path): New variable.
11045 (image-search-load-path): New function.
11046 (find-image): Search for images in `image-load-path'.
11047
11048 2005-09-15 Richard M. Stallman <rms@gnu.org>
11049
11050 * follow.el: Change Maintainer field.
11051
11052 2005-09-15 David Ponce <david@dponce.com>
11053
11054 * recentf.el (recentf-save-file-modes): New option.
11055 (recentf-save-list): Use it.
11056
11057 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11058
11059 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11060 (mode-line-mule-info, mode-line-modified): Move bindings from
11061 mouse-3 to mouse-1.
11062
11063 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11064
11065 * simple.el (sendmail-user-agent-compose): Revert last change.
11066
11067 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11068
11069 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11070 Use with-current-buffer.
11071 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11072 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11073 (ange-ftp-insert-directory): Remove unused var `short'.
11074 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11075
11076 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11077 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11078
11079 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11080 (check-calendar-holidays, diary-list-entries): Autoload.
11081 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11082 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11083
11084 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11085 which mistakenly removed a call to display-buffer.
11086
11087 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11088
11089 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11090
11091 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11092
11093 * progmodes/hideshow.el
11094 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11095 (hs-allow-nesting): New user var.
11096 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11097 (hs-hide-block-at-point): When nesting allowed,
11098 if there is already an overlay in place, delete it.
11099 (hs-safety-is-job-n): Delete func; remove call sites.
11100 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11101 (hs-overlay-at): New func.
11102 (hs-already-hidden-p, hs-show-block): Use it.
11103 (hs-hide-all): Don't pre-clean if nesting allowed.
11104 (hs-show-all): Temporarily disallow
11105 nesting around call to `hs-discard-overlays'.
11106
11107 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11108
11109 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11110 Delete unused local var.
11111
11112 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11113
11114 * help-fns.el (describe-categories): "?\ " -> "?\s".
11115 (help-do-arg-highlight): Recognize also ARG-n, as in
11116 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11117
11118 * international/codepage.el (dos-unsupported-char-glyph):
11119 * net/newsticker.el (tool-bar-map, w3-mode-map)
11120 (w3m-minor-mode-map):
11121 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11122 (ent-alist):
11123 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11124
11125 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11126
11127 * custom.el (custom-push-theme): Handle the case where a symbol is
11128 bound but face properties have not yet been assigned.
11129
11130 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11131 Fix behavior if noerase is `t' and there is no mail buffer.
11132
11133 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11134 if `continue' is nil, rather than signal an error.
11135
11136 2005-09-12 Richard M. Stallman <rms@gnu.org>
11137
11138 * font-lock.el (font-lock-keywords): Add autoload.
11139
11140 * help-fns.el (describe-variable): Rearrange to put source link
11141 in a predictable place.
11142
11143 * net/newsticker.el: New file.
11144
11145 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11146
11147 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11148 (calendar-basic-setup): Use the new nil arg.
11149 (number-of-diary-entries): Move to diary-lib.el.
11150
11151 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11152 (diary-list-entries): Use with-syntax-table and dolist.
11153 Rename from list-diary-entries.
11154 Use number-of-diary-entries if `number' is nil.
11155 (diary, diary-view-entries): Use this new name and new nil arg value.
11156 (number-of-diary-entries): Move from calendar.el.
11157 (diary-unhide-everything): New function.
11158 (include-other-diary-files, fancy-diary-display)
11159 (diary-show-all-entries, make-diary-entry): Use it.
11160 (diary-mail-entries): Use buffer-string.
11161 (mark-diary-entries): Fix long standing paren typo.
11162 (diary-sexp-entry): Use count-lines.
11163 (make-diary-entry): Avoid `previous-line'.
11164 (diary-mode-map): New var.
11165 (diary-mode): Redraw cal after saving. Setup header-line.
11166 (fancy-diary-display-mode): Use local-set-key.
11167
11168 * startup.el (command-line): Try calling various terminal-init-foo-bar
11169 functions by stripping hyphenated suffixes from $TERM.
11170
11171 * files.el (normal-mode): Check boundness of font-lock-keywords.
11172
11173 2005-09-12 Richard M. Stallman <rms@gnu.org>
11174
11175 * progmodes/compile.el: Don't decide a file's directory
11176 until the user actually tries to go there.
11177 (compilation-next-error-function):
11178 Pass compilation-find-file the directory from the file-struct.
11179 (compilation-internal-error-properties): Separate local FILE-STRUCT
11180 from FILE. Doc the args better. Rename arg FMT to FMTS.
11181 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11182 Expand it, and if nil, use default-directory.
11183 (compilation-get-file-structure): Don't mix specified directory
11184 with default directory. Put specified directory into
11185 file-struct. Don't make the file name absolute.
11186
11187 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11188 (compile-command): Add autoload.
11189 (compilation-disable-input): Add autoload.
11190
11191 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11192
11193 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11194 strings of the variables it can override.
11195 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11196 %Q and %q, for fully-qualified domain name and unqualified host name.
11197
11198 2005-09-11 Kim F. Storm <storm@cua.dk>
11199
11200 * emacs-lisp/authors.el (authors-aliases): Update list.
11201 (authors-fixed-entries): Update mldrag.el entry.
11202
11203 2005-09-10 Alan Mackenzie <acm@muc.de>
11204
11205 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11206 from the region narrowed to.
11207
11208 2005-09-10 Magnus Henoch <mange@freemail.hu>
11209
11210 * textmodes/ispell.el (ispell-check-version): Signal an error if
11211 aspell version is less than 0.60.
11212
11213 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11214
11215 * progmodes/octave-inf.el (inferior-octave-startup):
11216 Resync current dir at the end.
11217
11218 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11219
11220 * woman.el (woman-topic-at-point-default):
11221 Rename to woman-use-topic-at-point-default.
11222 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11223 (woman-file-name): Reflect renames above. Automatically use the
11224 word at point as topic if woman-use-topic-at-point is non-nil.
11225 Otherwise offer it as default but don't insert it in the
11226 minibuffer. Also use `test-completion' instead of `assoc' as
11227 suggested by Stefan Monnier.
11228
11229 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11230
11231 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11232 the attempt to do it over Tramp. This is not yet supported.
11233
11234 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11235
11236 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11237 (menu-bar-non-minibuffer-window-p): New functions.
11238 ("Split Window", "Save As..."): Use them.
11239 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11240 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11241 Use menu-bar-menu-frame-live-and-visible-p.
11242 ("Save Buffer", "Insert File", "Open Directory...")
11243 ("Open File...", "Visit New File..."):
11244 Use menu-bar-non-minibuffer-window-p.
11245 (kill-this-buffer-enabled-p, dired <menu-enable>):
11246 Use menu-bar-non-minibuffer-window-p.
11247
11248 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11249
11250 * cus-start.el (all): Don't complain about fringe-related
11251 built-ins if fringes are not supported. Ditto about
11252 selection-related built-ins. Fix the test for GTK-related built-ins.
11253
11254 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11255 ("Postscript Print Buffer", "Print Region", "Save As...")
11256 ("Save", "Insert File...", "Open Directory...")
11257 ("Open File...", "Visit New File..."")
11258 ("Truncate Long Lines in this Buffer"): Don't look at
11259 menu-updating-frame if this display does not support multiple frames.
11260
11261 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11262
11263 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11264
11265 2005-09-09 Emilio Lopes <eclig@gmx.net>
11266
11267 * woman.el: Format- and whitespace-related changes.
11268
11269 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11270
11271 * woman.el: Fix my email address.
11272
11273 2005-09-08 Richard M. Stallman <rms@gnu.org>
11274
11275 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11276 (sh-mode): Locally set skeleton-pair-default-alist.
11277
11278 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11279
11280 * progmodes/flymake.el: Require `compile' unconditionally.
11281
11282 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11283
11284 * woman.el (woman-file-name): Provide a default, not initial input.
11285
11286 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11287
11288 * font-lock.el (font-lock-support-mode): Doc fix.
11289
11290 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11291
11292 2005-09-08 Richard M. Stallman <rms@gnu.org>
11293
11294 * simple.el (blink-matching-open): Get rid of text props from
11295 the string shown in echo area. Don't permanently set point.
11296 Some rearrangements.
11297
11298 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11299
11300 * recentf.el (recentf-filename-handler): Add custom choice
11301 `abbreviate-file-name'.
11302
11303 * msb.el (msb--very-many-menus): Fix typo.
11304
11305 * disp-table.el (standard-display-european): Don't set
11306 enable-multibyte-characters to nil.
11307
11308 2005-09-08 David Ponce <david@dponce.com>
11309
11310 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11311 (recentf-expand-file-name): Doc fix.
11312 (recentf-dialog-mode-map): Define digit shortcuts.
11313 (recentf--files-with-key): New variable.
11314 (recentf-show-digit-shortcut-filter): New function.
11315 (recentf-open-files-items): New function.
11316 (recentf-open-files): Use it.
11317 (recentf-open-file-with-key): New command.
11318
11319 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11320
11321 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11322 Suggested by Kim F. Storm.
11323 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11324 (Buffer-menu-make-sort-button): Use global keymap.
11325
11326 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11327
11328 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11329 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11330 necessary any longer with the remapped command.
11331 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11332 formatting time only.
11333
11334 * net/tramp.el (tramp-action-password)
11335 (tramp-multi-action-password): Compile the password prompt from
11336 `method', `user' and `host'. Sometimes it isn't obvious which
11337 password to enter, for example with remote files offered by
11338 recentf.el, or with multiple steps. Suggested by Robert Marshall
11339 <robert@chezmarshall.freeserve.co.uk>.
11340
11341 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11342
11343 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11344 Fix regexp for when "s///" is at the beginning of line.
11345
11346 2005-09-07 Jay Belanger <belanger@truman.edu>
11347
11348 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11349 when in matrix mode.
11350
11351 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11352
11353 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11354 non-anonymous functions.
11355
11356 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11357
11358 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11359 when using a header line. Otherwise, use mouse-1-click-follows-link.
11360
11361 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11362 can't be moved; don't signal an error.
11363
11364 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11365
11366 * cus-theme.el (custom-theme-write-faces): Save the current face
11367 spec, not the defface spec.
11368
11369 * custom.el (custom-known-themes): Clarify meaning of "standard".
11370 (custom-push-theme): Save old values in the standard theme.
11371 (disable-theme): Correct typo.
11372 (custom-face-theme-value) Deleted unused function.
11373 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11374
11375 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11376
11377 * progmodes/compile.el (compilation-goto-locus): Take into account
11378 iconified frames when determining whether the buffer is
11379 already visible.
11380 Don't reset window height if the window already existed.
11381
11382 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11383
11384 * custom.el (load-theme): Rename from require-theme.
11385 Add interactive spec.
11386 (enable-theme): Rename from custom-enable-theme.
11387 Add interactive spec.
11388 (disable-theme): Rename from custom-disable-theme.
11389 Add interactive spec.
11390 (custom-make-theme-feature): Doc fix.
11391 (custom-theme-directory): Doc fix.
11392 (provide-theme): Call enable-theme.
11393
11394 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11395
11396 * obsolete/lazy-lock.el (lazy-lock-mode):
11397 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11398 font-lock-mode if it's off. Print a warning instead.
11399
11400 * progmodes/compile.el (compilation-start): Ignore errors if the
11401 process died before we get to send-eof.
11402
11403 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11404 Undo last change. Enclosing the result in quotes broke things on Unix
11405 since tex-send-command passes it through shell-quote-argument.
11406 (tex-send-command): Pass `file' through convert-standard-filename
11407 when possible.
11408 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11409 info in a transcript.
11410
11411 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11412
11413 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11414 fix compilation warning. Reorder the key definitions to group
11415 together keys emitted by the current version of xterm.
11416
11417 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11418 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11419 Reorder predicates to correct min-color usage.
11420
11421 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11422
11423 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11424 Kill local variables when longlines-mode is turned off.
11425
11426 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11427
11428 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11429
11430 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11431
11432 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11433
11434 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11435 (font-lock-lines-before): Change default to being inactive.
11436 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11437 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11438
11439 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11440
11441 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11442 Deactivate temporarily advice if active (not needed for Emacs 22,
11443 but for backwards compatibility).
11444 (tramp-exists-file-name-handler): Rewrite. First implementation
11445 was too simple.
11446 (tramp-advice-make-auto-save-file-name):
11447 Call `tramp-handle-make-auto-save-file-name' (again, just for
11448 backwards compatibility).
11449
11450 2005-08-31 Reto Zimmermann <reto@gnu.org>
11451
11452 * progmodes/vhdl-mode.el
11453 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11454 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11455 (vhdl-set-default-project): New function (easier setting of default).
11456 (vhdl-port-copy): Handle extended identifiers for generics.
11457 (vhdl-compiler-alist): Better description for error message regexp.
11458 (vhdl-make): Query for target, use previous as default.
11459 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11460 (vhdl-font-lock-keywords-2): Fix fontification for record
11461 el. assign.
11462 (vhdl-speedbar-make-subpack-line): Add package body link.
11463 (vhdl-generate-makefile-1): Not include itself as dependency.
11464 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11465 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11466 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11467 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11468 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11469 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11470 (vhdl-import-project): Add string argument for `error'.
11471 (vhdl-compose-configuration)
11472 (vhdl-compose-configuration-architecture): Add configuration
11473 declaration generation.
11474 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11475 (vhdl-trailer-re): Add "record" keyword (better indentation).
11476 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11477 "[^ \t-\"]+".
11478 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11479 (vhdl-testbench-entity-file-name)
11480 (vhdl-testbench-architecture-file-name): Allow separate
11481 customization of testbench file names.
11482 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11483 (vhdl-get-visible-signals): Allow newline within alias declaration.
11484 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11485 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11486 (member-ignore-case): Alias for missing function in XEmacs.
11487 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11488 (vhdl-update-sensitivity-list): Ignore case on read signals.
11489 (vhdl-replace-string): Adjust case only for file names.
11490 (vhdl-update-sensitivity-list): Fix search for read signals.
11491 (vhdl-update-sensitivity-list): Exclude formal parameters.
11492 (vhdl-get-visible-signals): Include aliases of signals.
11493 (vhdl-get-visible-signals): Fix signal name searching.
11494 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11495 (vhdl-fixup-whitespace-region): Fix for character
11496 literals (e.g. `:').
11497
11498 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11499
11500 * ansi-color.el (comint-last-output-start):
11501 * bs.el (font-lock-verbose):
11502 * diff-mode.el (add-log-buffer-file-name-function):
11503 * dired-x.el (vm-folder-directory):
11504 * faces.el (help-xref-stack-item):
11505 * files.el (font-lock-keywords):
11506 * find-lisp.el (dired-buffers, dired-subdir-alist):
11507 * ido.el (cua-inhibit-cua-keys):
11508 * log-view.el (cvs-minor-wrap-function):
11509 * outline.el (font-lock-warning-face):
11510 * simple.el (compilation-current-error):
11511 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11512 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11513 * tooltip.el (comint-prompt-regexp):
11514 * w32-fns.el (explicit-shell-file-name):
11515 * term/mac-win.el (mac-charset-info-alist)
11516 (mac-services-selection, mac-system-script-code):
11517 * term/tty-colors.el (msdos-color-values):
11518 * term/w32-win.el (xlfd-regexp-registry-subnum):
11519 * term/x-win.el (x-keysym-table, x-selection-timeout)
11520 (x-session-id, x-session-previous-id):
11521 * textmodes/ispell.el (mail-yank-prefix):
11522 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11523 * textmodes/org.el (calc-embedded-close-formula)
11524 (calc-embedded-open-formula)
11525 (font-lock-unfontify-region-function):
11526 * textmodes/reftex-global.el (isearch-next-buffer-function)
11527 (TeX-master):
11528 * textmodes/reftex.el (font-lock-keywords):
11529 * textmodes/tex-mode.el (font-lock-comment-face)
11530 (font-lock-doc-face):
11531 * textmodes/texinfo.el (outline-heading-alist):
11532 Add defvars.
11533
11534 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11535 (artist-spray-chars, artist-mode-init, artist-replace-string)
11536 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11537 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11538 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11539
11540 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11541 (conf-align-assignments): "?\ " -> "?\s".
11542
11543 * textmodes/reftex-index.el (TeX-master): Add defvar.
11544 (reftex-index-phrases-marker): Move up defvar.
11545
11546 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11547 (reftex-toc-include-labels-indicator)
11548 (reftex-toc-include-index-indicator)
11549 (reftex-toc-max-level-indicator): Move up declarations.
11550
11551 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11552 of args to `tramp-run-real-handler', even if it's empty in this case.
11553
11554 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11555
11556 * dired.el (dired-move-to-filename-regexp): Add date format for
11557 Mac OS X 10.3 in East Asian locales.
11558
11559 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11560
11561 * files.el (make-auto-save-file-name): Add file name handler call
11562 if applicable.
11563
11564 * net/tramp.el (tramp-file-name-handler-alist)
11565 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11566 (tramp-handle-make-auto-save-file-name): Rename from
11567 `tramp-make-auto-save-file-name'.
11568 (tramp-exists-file-name-handler): New defun.
11569 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11570 `make-auto-save-file-name' is not a magic file name operation.
11571
11572 2005-08-30 Richard M. Stallman <rms@gnu.org>
11573
11574 * files.el (risky-local-variable-p):
11575 Match `-predicates' and `-commands.
11576
11577 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11578 (custom-save-all): Visit the file if necessary;
11579 kill the buffer if we created it.
11580 (custom-save-delete): Don't visit file or kill buffer here.
11581
11582 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11583
11584 * textmodes/org.el (org-special-keyword): New face.
11585 (org-table-copy-down, org-table-eval-formula)
11586 (org-table-recalculate, org-init-section-numbers):
11587 Use `string-to-number' instead of `string-to-int'.
11588 (org-get-location): Use `insert-buffer-substring' instead of
11589 `insert-buffer'.
11590 (org-modify-diary-entry-string): New function.
11591 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11592 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11593 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11594 active region.
11595 (org-export-as-html): Handle QUOTE keyword.
11596 (org-quote-string): New option.
11597 (org-bookmark-jump-unhide): New function, used for
11598 `bookmark-after-jump-hook'.
11599 (org-diary-default-entry): Apply only when not called through
11600 `org-agenda'.
11601
11602 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11603
11604 * net/eudc.el (mode-popup-menu):
11605 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11606 * progmodes/ada-mode.el (compile-auto-highlight)
11607 (skeleton-further-elements):
11608 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11609 * progmodes/cmacexp.el (msdos-shells):
11610 * progmodes/compile.el (font-lock-extra-managed-props)
11611 (font-lock-keywords, font-lock-maximum-size)
11612 (font-lock-support-mode):
11613 * progmodes/grep.el (font-lock-lines-before):
11614 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11615 * progmodes/mixal-mode.el (compile-command):
11616 * progmodes/perl-mode.el (font-lock-comment-face)
11617 (font-lock-doc-face, font-lock-string-face):
11618 * progmodes/prolog.el (comint-prompt-regexp):
11619 * progmodes/sh-script.el (font-lock-comment-face)
11620 (font-lock-set-defaults, font-lock-string-face):
11621 * progmodes/sql.el (font-lock-keyword-face)
11622 (font-lock-set-defaults, font-lock-string-face):
11623 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11624 (itimer-version, lazy-lock-defer-contextually)
11625 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11626 Add defvars.
11627
11628 * progmodes/cperl-mode.el (cperl-electric-lbrace)
11629 (cperl-electric-keyword, cperl-electric-pod)
11630 (cperl-electric-backspace, cperl-forward-re)
11631 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11632 (vc-rcs-header, vc-sccs-header): Add defvars.
11633
11634 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11635 (font-lock-syntactic-keywords, gud-find-expr-function):
11636 Add defvars.
11637
11638 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11639 (gdb-frame-parameters): Declare before use.
11640
11641 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11642 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11643 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11644 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11645
11646 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11647 (idlwave-help-with-source): Use `insert-buffer-substring', not
11648 `insert-buffer'.
11649
11650 2005-08-29 Juri Linkov <juri@jurta.org>
11651
11652 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11653 Put outline-back-to-heading function call inside save-excursion.
11654
11655 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
11656
11657 * man.el (Man-init-defvars, Man-translate-references)
11658 (Man-support-local-filenames, Man-highlight-references):
11659 * progmodes/sql.el (sql-interactive-mode):
11660 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11661
11662 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11663 (compilation-mode-font-lock-keywords): Add defvars.
11664 (checkdoc-interactive-loop): "?\ " -> "?\s".
11665
11666 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11667 (font-lock-doc-face, font-lock-string-face)
11668 (font-lock-keywords-case-fold-search): Add defvars.
11669 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11670
11671 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11672 Don't pass X and Y (they are ignored anyway).
11673 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11674 (mouse-delete-window): Make arguments optional.
11675
11676 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11677 (caesar-translate-table, minor-modes, news-buffer-save)
11678 (news-group-name, news-minor-modes): Add defvars.
11679
11680 * emacs-lisp/lselect.el (mouse-highlight-priority)
11681 (x-lost-selection-functions, zmacs-regions):
11682 * emacs-lisp/pp.el (font-lock-verbose):
11683 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11684 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11685 (ses-mode-map):
11686 * emacs-lisp/tcover-unsafep.el (safe-functions):
11687 * international/mule-cmds.el (mac-system-coding-system)
11688 (mac-system-locale):
11689 * language/ethio-util.el (rmail-current-message)
11690 (rmail-message-vector):
11691 * language/thai-util.el (thai-auto-composition-mode):
11692 * mail/metamail.el (rmail-current-message, rmail-message-vector):
11693 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11694 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11695 (vm-primary-inbox, vm-spool-files):
11696 * mail/rmail.el (deleted-head, font-lock-fontified)
11697 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11698 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11699 (total-messages):
11700 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11701 (rmail-summary-mode-map):
11702 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11703 (rmail-last-label, rmail-last-multi-labels)
11704 (rmail-summary-vector, rmail-total-messages):
11705 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11706 * mail/rmailsum.el (msgnum):
11707 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11708 (rmail-current-message):
11709 * obsolete/fast-lock.el (font-lock-face-list):
11710 * obsolete/rnewspost.el (mail-reply-buffer):
11711 * obsolete/scribe.el (compile-command):
11712 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11713
11714 2005-08-28 John Paul Wallington <jpw@gnu.org>
11715
11716 * ibuf-ext.el (ibuffer-auto-update-changed):
11717 Use `frame-or-buffer-changed-p' to check whether we need to update.
11718 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11719 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
11720 as a `frame-or-buffer-changed-p' state vector instead.
11721
11722 2005-08-27 Romain Francoise <romain@orebokech.com>
11723
11724 * textmodes/makeinfo.el (makeinfo-compile):
11725 Use `compilation-start'. Set `next-error-function' according to
11726 `disable-errors'.
11727 (makeinfo-next-error): New function.
11728 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11729 (makeinfo-buffer): Likewise.
11730
11731 * progmodes/compile.el (compilation-start): Add autoload cookie.
11732
11733 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11734 * textmodes/sgml-mode.el: Likewise.
11735 * progmodes/python.el: Likewise.
11736
11737 2005-08-27 Eli Zaretskii <eliz@gnu.org>
11738
11739 * simple.el (blink-matching-paren-distance): Document the meaning
11740 of nil value, and allow to customize to nil.
11741
11742 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11743 command.com, not command.exe.
11744
11745 2005-08-26 John Wiegley <johnw@newartisans.com>
11746
11747 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11748 code around a bit so that an extraneous nil argument is not added
11749 to a command when no args are given.
11750
11751 * eshell/esh-arg.el (eshell-parse-double-quote): If a
11752 double-quoted argument resolves to nil, return it as an empty
11753 string rather than as nil. This made it impossible to pass "" to
11754 a shell script as a null string argument.
11755
11756 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11757
11758 * outline.el (outline-invent-heading): New fun.
11759 (outline-promote, outline-demote): Use it.
11760 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11761 (outline-end-of-subtree): Remove unused var `opoint'.
11762
11763 2005-08-26 David Reitter <david.reitter@gmail.com>
11764
11765 * menu-bar.el (truncate-lines, write-file, print-buffer)
11766 (ps-print-buffer-faces, ps-print-buffer, split-window):
11767 Disable menu items when the frame they refer to is invisible, or when
11768 they refer to a buffer and the minibuffer is selected.
11769
11770 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11771
11772 * progmodes/flymake.el (flymake-highlight-err-lines):
11773 Use save-excursion around flymake-highlight-line to preserve point.
11774
11775 2005-08-26 Eli Zaretskii <eliz@gnu.org>
11776
11777 * progmodes/octave-mod.el: Change Author and Maintainer address.
11778 (octave-maintainer-address): Change Kurt's email address.
11779 * progmodes/octave-inf.el: Change Author and Maintainer address.
11780 * progmodes/octave-hlp.el: Change Author and Maintainer address.
11781
11782 2005-08-26 Kim F. Storm <storm@cua.dk>
11783
11784 * subr.el (version-list-<, version-list-<=, version-list-=):
11785 Rename from integer-list-*.
11786 (version-list-not-zero): Likewise. Fix while loop.
11787 (version=): Use version-list-= instead of string-equal.
11788
11789 2005-08-26 Richard M. Stallman <rms@gnu.org>
11790
11791 * outline.el (outline-promote): Try shortening the heading.
11792 As last resort, read the heading to use.
11793 (outline-demote): As last resort, read the heading to use.
11794
11795 2005-08-26 Romain Francoise <romain@orebokech.com>
11796
11797 * progmodes/compile.el (compilation-start): Doc fix.
11798
11799 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11800 (antlr-font-lock-additional-keywords): Fix reference to
11801 `antlr-font-lock-literal-regexp' erroneously changed during the
11802 mass face rename.
11803 (antlr-run-tool): Use `compilation-start'.
11804
11805 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11806 instead of the obsolete `compile-internal'.
11807
11808 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
11809
11810 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11811 (number, original-date):
11812 * calendar/cal-china.el (date):
11813 * calendar/cal-coptic.el (date):
11814 * calendar/cal-french.el (date):
11815 * calendar/cal-hebrew.el (date, entry, number, original-date):
11816 * calendar/cal-islam.el (date, number, original-date):
11817 * calendar/cal-iso.el (date):
11818 * calendar/cal-julian.el (date):
11819 * calendar/cal-mayan.el (date):
11820 * calendar/cal-menu.el (date, event):
11821 * calendar/cal-persia.el (date):
11822 * calendar/lunar.el (date):
11823 * calendar/solar.el (date): Add defvars.
11824
11825 * emerge.el:
11826 * ibuffer.el:
11827 * info-xref.el:
11828 * obsolete/bg-mouse.el:
11829 * obsolete/sun-curs.el:
11830 * obsolete/swedish.el: Move the `defvar's to the top level.
11831
11832 * smerge-mode.el (smerge-refined-change): Add :group.
11833
11834 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
11835
11836 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11837 (smerge-keep-n): Remove props.
11838 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11839 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11840 now that it's done in smerge-keep-n.
11841 (smerge-refined-change): New face.
11842 (smerge-refine-chopup-region, smerge-refine-highlight-change)
11843 (smerge-refine): New funs.
11844 (smerge-basic-map): Bind smerge-refine.
11845
11846 2005-08-25 Juri Linkov <juri@jurta.org>
11847
11848 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
11849 compilation-process-setup-function and compilation-disable-input
11850 in grep-mode instead of let-bindings in grep.
11851
11852 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
11853 Delete "Automatic File De/compression" (auto-compression-mode).
11854
11855 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
11856
11857 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
11858 Silence warning about non-existent variable.
11859
11860 2005-08-25 Richard M. Stallman <rms@gnu.org>
11861
11862 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
11863 Rename "Describe Key" to "Describe Key or Mouse Operation".
11864
11865 * mail/mailalias.el (build-mail-aliases): Delete comments
11866 from the contents before processing them.
11867
11868 * isearch.el (isearch-edit-string): Erase the Search prompt
11869 if user enters an empty string and there is no default.
11870
11871 * comint.el (comint-file-name-prefix): Add autoload.
11872
11873 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
11874
11875 * subr.el (play-sound): Rearrange to avoid warning.
11876
11877 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
11878
11879 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
11880 New hook.
11881 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
11882
11883 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11884
11885 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
11886
11887 * custom.el (custom-theme-set-variables): Sort minor modes last.
11888
11889 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11890
11891 * subr.el (version-separator, version-regexp-alist): New vars used by
11892 version comparison funs.
11893 (integer-list-<, integer-list-=, integer-list-<=)
11894 (integer-list-not-zero): New funs for integer list comparison.
11895 (version-to-list, version=, version<, version<=): New funs for version
11896 comparison.
11897
11898 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
11899
11900 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
11901 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
11902 time to silence the byte-compiler.
11903
11904 * ibuffer.el (ibuffer-compile-make-eliding-form)
11905 (ibuffer-check-formats): Use `with-no-warnings' to hide references
11906 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
11907 so it's silly to get warnings for it).
11908 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
11909 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
11910 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
11911 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
11912 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
11913 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
11914 Defvar at compile time.
11915 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
11916 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
11917 Declare them before use.
11918
11919 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
11920 (info-xref-good, info-xref-bad): Defvar at compile time.
11921
11922 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
11923 Use `let*' instead of `let'.
11924
11925 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
11926 (*mouse-y*, menu, char): Defvar at compile time.
11927 (sc::menu): Declare it before use.
11928 (sc::pack-one-line): Use `let', not `let*'.
11929
11930 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
11931 (mail-send-hook): Defvar at compile time.
11932
11933 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
11934 Defvar at compile time.
11935
11936 * term/sun-mouse.el (current-global-mousemap)
11937 (current-local-mousemap): Declare them before use.
11938
11939 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
11940
11941 * bookmark.el (bookmark-after-jump-hook): New hook.
11942 (bookmark-jump): Run `bookmark-after-jump-hook'.
11943
11944 2005-08-23 Juri Linkov <juri@jurta.org>
11945
11946 * faces.el (minibuffer-prompt): Doc fix.
11947
11948 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
11949
11950 * progmodes/xscheme.el: Trivial changes to silence warnings.
11951 (xscheme-previous-mode, xscheme-previous-process-state):
11952 Add defvars.
11953 (xscheme-last-input-end, xscheme-process-command-line)
11954 (xscheme-process-name, xscheme-buffer-name)
11955 (xscheme-expressions-ring-max, xscheme-expressions-ring)
11956 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
11957 (xscheme-control-g-synchronization-p)
11958 (xscheme-control-g-disabled-p, xscheme-string-receiver)
11959 (default-xscheme-runlight, xscheme-runlight)
11960 (xscheme-runlight-string, xscheme-process-filter-state)
11961 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
11962 Move to beginning of file.
11963 (scheme-interaction-mode-commands-alist)
11964 (scheme-interaction-mode-map, scheme-debugger-mode-map):
11965 Declare them before use. Note: the initialization code for the variables
11966 has not been moved because it uses functions that reference the variables.
11967 (xscheme-control-g-message-string, xscheme-process-filter-alist)
11968 (xscheme-prompt-for-expression-map): Declare them before use.
11969 (scheme-debugger-mode-commands): "?\ " -> "?\s".
11970
11971 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
11972
11973 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
11974
11975 2005-08-22 Juri Linkov <juri@jurta.org>
11976
11977 * faces.el (set-face-underline): Delete this duplicate function
11978 and make an obsolete alias to set-face-underline-p.
11979 (set-face-underline-p): Use docstring of set-face-underline.
11980 (describe-face): Create hyperlink to parent face.
11981
11982 * info.el (Info-insert-dir): Use save-excursion around
11983 insert-buffer-substring.
11984 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
11985 (Info-escape-percent): Delete function.
11986 (Info-fontify-node): Replace Info-escape-percent by
11987 replace-regexp-in-string with REP arg set to lambda that
11988 duplicates `%' and preserves text properties.
11989
11990 * progmodes/compile.el (compilation-disable-input): Doc fix.
11991 (define-compilation-mode): Doc fix and refill.
11992 (kill-compilation): Use `mode-name' in the error message.
11993 (compilation-find-file): Use `compilation-error' in the
11994 read-file-name's prompt.
11995
11996 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
11997
11998 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
11999 (smerge-auto-leave): Make undo re-enable the mode.
12000 (debug-ignored-errors): Add the user-error of impossible resolution.
12001 (smerge-resolve): Move things around a bit, in preparation for later.
12002 (smerge-diff): Don't fail if the buffer has no associated file.
12003 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12004 (smerge-conflict-overlay): New function.
12005 (smerge-match-conflict): Don't add text properties here.
12006 (smerge-find-conflict): Instead, add an overlay here.
12007 Also check for the case where we're inside a conflict already, so as to
12008 obviate the need for font-lock-multiline, which is unbearably slow with
12009 large conflicts and ciomplex font-lock patterns.
12010 (smerge-remove-props): Remove overlay rather than text-properties.
12011 (smerge-mode): Don't set font-lock-multiline.
12012 Remove overlays when turned off.
12013
12014 2005-08-21 Kim F. Storm <storm@cua.dk>
12015
12016 * ido.el (ido-ignore-item-p): Use save-match-data.
12017 Bind case-fold-search to ido-case-fold locally.
12018
12019 2005-08-20 Richard M. Stallman <rms@gnu.org>
12020
12021 * files.el (normal-mode): If font lock is on, turn it off and on.
12022
12023 * subr.el (replace-regexp-in-string): Doc fix.
12024
12025 * startup.el (command-line-1): Don't suppress startup screen
12026 due to existing processes.
12027
12028 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12029
12030 * progmodes/compile.el (compilation-disable-input): Default to nil.
12031
12032 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12033
12034 * progmodes/compile.el (compilation-disable-input): New defcustom.
12035 (compilation-start): If compilation-disable-input is non-nil, send
12036 EOF to the compilation process.
12037
12038 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12039
12040 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12041 Run the argument of tex-shell-cd-command through
12042 convert-standard-filename, to get the correct style of slashes on
12043 Windows, and enclose the result in quotes, in case the file name
12044 includes whitespace or other special characters.
12045
12046 2005-08-19 Andreas Schwab <schwab@suse.de>
12047
12048 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12049 process.
12050
12051 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12052
12053 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12054
12055 2005-08-18 Kim F. Storm <storm@cua.dk>
12056
12057 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12058
12059 2005-08-18 Richard M. Stallman <rms@gnu.org>
12060
12061 * scroll-lock.el: New file.
12062
12063 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12064
12065 * dired.el (dired-move-to-end-of-filename):
12066 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12067
12068 2005-08-18 Kim F. Storm <storm@cua.dk>
12069
12070 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12071 rather than toggle mode when custom value is nil.
12072 (ido-everywhere): Fix defun doc string.
12073
12074 2005-08-17 Richard M. Stallman <rms@gnu.org>
12075
12076 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12077 as tag instead of "Inviolable".
12078
12079 2005-08-17 Kim F. Storm <storm@cua.dk>
12080
12081 * windmove.el (windmove-coordinates-of-position): Remove.
12082 (windmove-coordinates-of-window-position): Remove.
12083 (windmove-reference-loc): Use posn-at-point instead.
12084
12085 * subr.el (insert-for-yank-1): Doc fix.
12086
12087 * ido.el (ido-enter-matching-directory): Rename from
12088 ido-enter-single-matching-directory. Change `slash' choice to
12089 `only'. Add `first' choice.
12090 (ido-exhibit): Adapt to above changes.
12091
12092 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12093
12094 * Makefile.in: Expand comment about building loaddefs.el.
12095
12096 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12097
12098 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12099 Comment use of defadvice.
12100
12101 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12102
12103 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12104
12105 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12106 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12107 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12108 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12109 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12110 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12111 for backward compatibility for faces that did not appear in the
12112 previous Emacs release.
12113
12114 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12115
12116 2005-08-15 Kim F. Storm <storm@cua.dk>
12117
12118 * emulation/cua-base.el (cua-delete-region): Return t if
12119 deleted region was non-empty.
12120 (cua-replace-region): Inhibit overwrite-mode for
12121 self-insert-command if replaced region was non-empty.
12122 (cua--explicit-region-start, cua--status-string): Make them
12123 buffer-local at top-level...
12124 (cua-mode): ...rather than when mode is enabled.
12125
12126 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12127
12128 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12129 Set t for Emacs 21, 22, and so on.
12130
12131 2005-08-15 David Ponce <david@dponce.com>
12132
12133 * tree-widget.el: Update Commentary header.
12134 (tree-widget-theme): Doc fix.
12135 (tree-widget-space-width): New option.
12136 (tree-widget-image-properties): Look up in the default theme too.
12137 (tree-widget--cursors): Only for images with arrow pointer shape.
12138 (tree-widget-lookup-image): Pointer shape is hand by default.
12139 (tree-widget-icon): Rename generic icon widget from
12140 `tree-widget-control'.
12141 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12142 derive from `tree-widget-icon'.
12143 (tree-widget-handle): Improve default look and feel of the text
12144 representation.
12145 (tree-widget): Rename :*-control properties to :*-icon properties.
12146 Add :action and :help-echo properties.
12147 (tree-widget-after-toggle-functions): Move.
12148 (tree-widget-close-node, tree-widget-open-node): Remove.
12149 (tree-widget-before-create-icon-functions): New hook.
12150 (tree-widget-value-create): Update to allow customization of icons
12151 and nodes at run-time via that new hook.
12152 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12153 (tree-widget-icon-action, tree-widget-icon-help-echo)
12154 (tree-widget-action, tree-widget-help-echo): New functions.
12155
12156 2005-08-15 Kim F. Storm <storm@cua.dk>
12157
12158 * ido.el (ido-buffer-internal): Use with-no-warnings.
12159 (ido-make-merged-file-list): Use while-no-input.
12160
12161 2005-08-15 Richard M. Stallman <rms@gnu.org>
12162
12163 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12164 (flyspell-large-region): Fix doc and custom type.
12165
12166 2005-08-14 Richard M. Stallman <rms@gnu.org>
12167
12168 * files.el (interpreter-mode-alist): Doc fix.
12169
12170 * mail/rmail.el (rmail-nonignored-headers): New variable.
12171 (rmail-clear-headers): Use it.
12172 (rmail-reply): Better handling of mail-followup-to header.
12173
12174 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12175 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12176 don't try to refer to executable-font-lock-keywords.
12177 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12178 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12179 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12180 (sh-mode): Set comment-start-skip, local-abbrev-table,
12181 imenu-case-fold-search.
12182 (sh-set-shell): Don't set them here.
12183 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12184 Don't cache the results in the original alist; don't ever modify
12185 that alist.
12186
12187 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12188
12189 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12190 empty.
12191
12192 2005-08-15 Andreas Schwab <schwab@suse.de>
12193
12194 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12195
12196 * dired.el, info.el, mail/rmail.el: Revert last change.
12197
12198 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12199
12200 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12201 modification in `eval-after-load' form.
12202 * info.el: Likewise.
12203 * mail/rmail.el: Likewise.
12204
12205 2005-08-14 Juri Linkov <juri@jurta.org>
12206
12207 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12208 Remove highlighting of "Compilation started". Highlight only
12209 the word "finished" in "Compilation finished". Add highlighting
12210 of "interrupt", "killed", "terminated" and the exit code.
12211 (compilation-start): Add newline after header. Use exactly the
12212 same time stamp format as the finishing message.
12213 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12214
12215 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12216 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12217 Add highlighting of "interrupt", "killed", "terminated".
12218
12219 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12220 enabled and the current command is self-insert-command, call it
12221 explicitly with overwrite-mode bound to nil, to not allow it
12222 to delete the character after the selected region.
12223
12224 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12225
12226 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12227 move-end-of-line, end-of-line, and beginning-of-line to the list
12228 of commands after which the echo area is updated.
12229
12230 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12231
12232 * cus-edit.el (custom-save-all, custom-save-delete):
12233 Bind recentf-exclude to exclude custom-file.
12234
12235 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12236
12237 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12238 to go to the bottom of the mail message. Added to
12239 `rmail-summary-mode-map' with key "/".
12240 (rmail-summary-show-message): New (internal) function for use by
12241 both `rmail-summary-beginning/end-of-message'.
12242 (rmail-summary-beginning-of-message): Change to use
12243 rmail-summary-show-message.
12244
12245 * mail/rmail.el (rmail-end-of-message): New command to go to the
12246 end of the current message. Added to `rmail-mode-map' with key "/".
12247 (rmail-beginning-of-message): Fix to work as documented.
12248 (rmail-mode): Change documentation.
12249
12250 * progmodes/compile.el (compilation-start): Add the line
12251 "Compilation started" with compilation start time.
12252 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12253
12254 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12255
12256 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12257 of menu items.
12258
12259 2005-08-11 Richard M. Stallman <rms@gnu.org>
12260
12261 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12262
12263 * battery.el (battery-status-function): Don't use ignore-errors.
12264
12265 2005-08-11 Lute Kamstra <lute@gnu.org>
12266
12267 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12268 define-obsolete-variable-alias.
12269
12270 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12271
12272 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12273 (ange-ftp-send-cmd): Revert last change, and expand
12274 the comment explaining the problem.
12275
12276 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12277
12278 * ldefs-boot.el: Update.
12279
12280 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12281 item to "Time, Load and Mail". Change help echo text.
12282
12283 * time.el (display-time-use-mail-icon, display-time-format)
12284 (display-time-string-forms): Shorten first line of docstrings.
12285
12286 2005-08-10 Lars Hansen <larsh@soem.dk>
12287
12288 * desktop.el (desktop-buffer-mode-handlers):
12289 Make non-customizable. Add autoload cookie. Change initial value to
12290 nil; add elements in respective modules instead. Fix doc string.
12291 (desktop-load-file): New function.
12292 (desktop-minor-mode-handlers): New autoloaded variable.
12293 (desktop-create-buffer): Call minor mode handlers.
12294 Use desktop-load-file to load major and minor mode modules prior to
12295 checking for a handler.
12296 (desktop-save): Don't add nil to desktop-minor-modes for minor
12297 modes with nil function in desktop-minor-mode-table. Don't delete
12298 desktop file before rewriting it.
12299 (desktop-locals-to-save): Add autoload cookie. Don't make
12300 automatically buffer-local. Add variables column-number-mode,
12301 size-indication-mode, indent-tabs-mode,
12302 indicate-buffer-boundaries, indicate-empty-lines and
12303 show-trailing-whitespace.
12304 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12305 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12306 (desktop-clear-preserve-buffers-regexp): Delete.
12307 (desktop-clear-preserve-buffers): Update initial value and docstring.
12308 (desktop-save-buffer): Fix doc string.
12309
12310 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12311 (hilit-chg-desktop-restore): New function.
12312 (highlight-changes-mode): Add highlight-changes-mode to
12313 desktop-locals-to-save.
12314
12315 * dired.el: Add handler to desktop-buffer-mode-handlers.
12316 (dired-restore-desktop-buffer): Remove autoload cookie.
12317 (dired-mode): Add autoload cookie.
12318
12319 * info.el: Add handler to desktop-buffer-mode-handlers.
12320 (Info-restore-desktop-buffer): Remove autoload cookie.
12321 (Info-mode): Add autoload cookie.
12322
12323 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12324 (mh-restore-desktop-buffer): Remove autoload cookie.
12325 (mh-folder-mode): Add autoload cookie.
12326
12327 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12328 (rmail-restore-desktop-buffer): Remove autoload cookie.
12329
12330 2005-08-11 Masatake YAMATO <jet@gyve.org>
12331
12332 * hexl.el (hexl-address-region):
12333 (hexl-ascii-region, hexl-font-lock-keywords):
12334 (hexl-highlight-line-range): Use the term "region"
12335 instead of "area" for consistency with the other symbols
12336 defined in hexl.el.
12337
12338 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12339
12340 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12341 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12342 out by Juri Linkov). Add `display-battery-mode'.
12343
12344 2005-08-09 Juri Linkov <juri@jurta.org>
12345
12346 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12347 Remove `-text' from face variable names.
12348 (compilation-error-file-name, compilation-warning-file-name)
12349 (compilation-info-file-name): Delete faces.
12350 (compilation-line-number, compilation-column-number):
12351 Remove face underlining.
12352 (compilation-message-face): Set to `underline' value by default.
12353 (compilation-error-face, compilation-warning-face)
12354 (compilation-info-face): Remove `-file-name' from face names.
12355 (compilation-error-text-face, compilation-warning-text-face)
12356 (compilation-info-text-face): Delete face variables.
12357 (compilation-text-face): Delete function.
12358
12359 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12360 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12361 (grep-error-face): Set to `compilation-error' instead of
12362 `compilation-error-face' (which is redefined to `grep-hit-face' in
12363 grep buffers).
12364 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12365 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12366
12367 * dired-aux.el (dired-do-query-replace-regexp):
12368 Use `query-replace-read-args'.
12369
12370 * replace.el (query-replace-read-from, query-replace-read-to)
12371 (query-replace-read-args): Rename arg `string' to `prompt'.
12372
12373 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12374
12375 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12376
12377 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12378 uploading files.
12379 (ange-ftp-canonize-filename): Handle file names beginning with ~
12380 correctly.
12381
12382 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12383
12384 * textmodes/fill.el (canonically-space-region)
12385 (fill-context-prefix, fill-french-nobreak-p)
12386 (fill-delete-newlines, fill-comment-paragraph)
12387 (justify-current-line): "?\ " -> "?\s".
12388
12389 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12390
12391 * textmodes/fill.el (fill-nonuniform-paragraphs):
12392 Improve argument/docstring consistency.
12393
12394 2005-08-09 Richard M. Stallman <rms@gnu.org>
12395
12396 * textmodes/ispell.el (ispell-word): More fboundp checks.
12397
12398 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12399 (find-file-noselect-1): Call it here, only if RAWFILE.
12400 (normal-mode): Always set some major mode.
12401 (save-some-buffers-action-alist): Change some explanation strings.
12402 (file-name-non-special): In the `quote' method, use unwind-protect.
12403
12404 2005-08-09 Magnus Henoch <mange@freemail.hu>
12405
12406 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12407 (ispell-have-aspell-dictionaries): New variable.
12408 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12409 (ispell-get-aspell-config-value): New function.
12410 (ispell-aspell-find-dictionary): New function.
12411 (ispell-aspell-add-aliases): New function.
12412 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12413 appropriate. Don't look for ispell dictionaries if we use aspell.
12414 (ispell-menu-map): Don't build a submenu of dictionaries.
12415
12416 2005-08-09 Richard M. Stallman <rms@gnu.org>
12417
12418 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12419 (sql-read-passwd): Use read-passwd.
12420
12421 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12422 (idlwave-toolbar-is-possible): Add defvars.
12423
12424 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12425 Avoid warnings.
12426
12427 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12428 (idlwave-system-class-info, idlwave-executive-commands-alist):
12429 Use defvar.
12430
12431 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12432
12433 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12434 Avoid warnings.
12435
12436 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12437 and content-type: headers.
12438
12439 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12440
12441 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12442 and rename some of them to be more self-explanatory.
12443
12444 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12445
12446 * startup.el (command-line-1): Implement -scriptload.
12447
12448 * replace.el (occur-engine): Initial *Occur* output not undoable.
12449
12450 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12451 and improve help strings.
12452
12453 * isearch.el (isearch-repeat): When changing direction,
12454 mark search successful.
12455
12456 * ediff-init.el: Use (featurep 'xemacs).
12457
12458 * comint.el (send-invisible): Identify buffer, if not selected.
12459
12460 * align.el: Delete autoload for c-guess-basic-syntax.
12461
12462 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12463
12464 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12465 Improve argument/docstring consistency. Doc fixes.
12466 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12467 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12468 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12469 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12470 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12471 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12472 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12473 Defvar at compile time.
12474
12475 2005-08-09 Juri Linkov <juri@jurta.org>
12476
12477 * info.el: Replace `info' with upper-case `Info' where appropriate.
12478 (info-title-1, info-title-2, info-title-3, info-title-4)
12479 (info-menu-header): Move up face definitions.
12480 (info-menu-star): Rename from `info-menu-5'.
12481 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12482 (Info-fontify-visited-nodes): Fix docstring.
12483 (Info-hide-note-references): Fix docstring.
12484 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12485 menu items in the same way as on cross-references.
12486 (info-apropos): Fix sorting order and formatting to be like in the
12487 stand-alone Info browser. Display error messages for 1 sec.
12488 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12489 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12490 from the menu bar.
12491 (Info-insert-dir): Restore point after calling
12492 `insert-buffer-substring'.
12493
12494 2005-08-08 Richard M. Stallman <rms@gnu.org>
12495
12496 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12497 (recompute-lucid-menubar): Add defvars.
12498
12499 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12500
12501 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12502
12503 * net/net-utils.el (run-dig): Rename from `dig'.
12504
12505 * play/gametree.el (gametree-mode): Use make-local-variable,
12506 not make-variable-buffer-local.
12507
12508 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12509
12510 * ansi-color.el (ansi-color-make-extent)
12511 (ansi-color-set-extent-face): Use fboundp, not functionp.
12512
12513 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12514 not make-variable-buffer-local.
12515
12516 * bookmark.el (Info-current-file): Add defvar.
12517 (bookmark-jump-noselect): Use with-no-warnings.
12518
12519 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12520
12521 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12522
12523 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12524
12525 * find-file.el (ada-procedure-start-regexp)
12526 (ada-package-start-regexp): Add defvars.
12527
12528 * info.el (Info-insert-dir): Use insert-buffer-substring.
12529
12530 * xml.el (xml-att-def-re): Add defvar.
12531
12532 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12533 calling convention.
12534
12535 * subr.el (while-no-input): Return t if there is input.
12536
12537 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12538
12539 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12540
12541 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12542
12543 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12544 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12545
12546 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12547
12548 * cmuscheme.el (scheme-start-file): Replace reference to
12549 `user-emacs-directory' by "~/.emacs.d/".
12550
12551 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12552
12553 * info.el (Info-dir-remove-duplicates): Avoid case folding
12554 in loop; instead, keep downcased strings for comparison.
12555 Suggested by Helmut Eller.
12556
12557 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12558
12559 Sync with Tramp 2.0.50.
12560
12561 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12562 XEmacs case; not necessary anymore.
12563 (tramp-user-regexp): Allow "@" as part of user name.
12564 (tramp-handle-set-visited-file-modtime)
12565 (tramp-handle-insert-file-contents)
12566 (tramp-handle-write-region): No special handling for
12567 `last-coding-system-used, because this is done in
12568 `tramp-accept-process-output' now.
12569 (tramp-accept-process-output): New defun.
12570 (tramp-process-one-action, tramp-process-one-multi-action)
12571 (tramp-wait-for-regexp, tramp-wait-for-output)
12572 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12573 Howells <dhowells@redhat.com>.
12574 (clear-visited-file-modtime): Defadvice removed. The check for
12575 unset buffer's modtime does not need to be based on
12576 `tramp-buffer-file-attributes'. Suggested by RMS.
12577 (tramp-message): Insert "\n" if not being at beginning of line.
12578 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12579 sequence with same logic.
12580 (tramp-completion-handle-expand-file-name): Discard call of
12581 `tramp-drop-volume-letter'. It is not necessary, and there have
12582 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12583 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12584 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12585 should always be visible.
12586 (tramp-handle-insert-directory, tramp-setup-complete)
12587 (tramp-set-process-query-on-exit-flag)
12588 (tramp-append-tramp-buffers): Pacify byte-compiler.
12589 (tramp-bug): Delete non-existing variables from list.
12590 Apply `tramp-load-report-modules' as pre-hook.
12591 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12592 `shell-prompt-pattern' because of non-7bit characters.
12593 Reported by Sebastian Luque <sluque@mun.ca>.
12594 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12595 (tramp-match-string-list): Remove function.
12596 (tramp-wait-for-regexp): Remove call of that function.
12597 Suggested by Kim F. Storm <storm@cua.dk>.
12598 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12599 instead of octal character code ?\600. The latter resulted in a
12600 syntax error with XEmacs.
12601
12602 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12603 XEmacs case; not necessary anymore.
12604 (tramp-smb-handle-write-region): No special handling for
12605 `last-coding-system-used, because this is done in
12606 `tramp-accept-process-output' now.
12607 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12608
12609 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12610
12611 * wid-edit.el (widget-choice-value-create):
12612 Unconditionally respect user choice. Set :explicit-choice back to nil
12613 when no longer needed.
12614 (widget-choice-action): Unconditionally respect user choice.
12615 Eliminate :explicit-choice-value.
12616
12617 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12618
12619 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12620 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12621 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12622 running new function `toggle-indicate-empty-lines'.
12623 Rename "Customize" item to "Customize fringe".
12624 Rename "Indicators" item to "Buffer boundaries" and change help echo.
12625 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12626 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12627 Delete "Empty lines only" item.
12628 (menu-bar-showhide-fringe-ind-customize): New function.
12629 (menu-bar-showhide-fringe-ind-mixed)
12630 (menu-bar-showhide-fringe-ind-box)
12631 (menu-bar-showhide-fringe-ind-right)
12632 (menu-bar-showhide-fringe-ind-left)
12633 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12634 instead of `fringe-indicators'.
12635
12636 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12637
12638 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12639 Change the date of last update.
12640
12641 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12642
12643 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12644 (viper-exec-yank, viper-put-back): Don't display modification msg
12645 if in the minibuffer.
12646
12647 * viper-init.el (viper-replace-overlay-cursor-color)
12648 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12649 Make variables frame local.
12650
12651 * viper-util.el (viper-append-filter-alist): Use append instead of
12652 nconc.
12653
12654 * viper.el (viper-vi-state-mode-list)
12655 (viper-emacs-state-mode-list): Move help-mode and
12656 completion-list-mode from the first list to the second.
12657 (viper-mode): Docstring.
12658 (viper-go-away, viper-non-hook-settings): Don't localize
12659 minor-mode-alist in newer Emacsen. Add advice to
12660 set-cursor-color. Don't bind "\C-c\\".
12661
12662 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
12663
12664 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12665 (scheme-macro-expand-command): New user options.
12666 (scheme-trace-procedure, scheme-expand-current-form): New commands.
12667 (scheme-form-at-point, scheme-start-file)
12668 (scheme-interactively-start-process): New functions.
12669 (scheme-get-process): New function, extracted from `scheme-proc'.
12670 (run-scheme): Call `scheme-start-file' to get start file, and pass
12671 it to `make-comint'.
12672 (switch-to-scheme, scheme-proc):
12673 Call `scheme-interactively-start-process' if no Scheme buffer/process
12674 is available.
12675
12676 2005-08-06 Juri Linkov <juri@jurta.org>
12677
12678 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12679 Use `compilation-text-face', `compilation-info-text-face' and
12680 `compilation-error-text-face' instead of `font-lock-keyword-face'.
12681 (compilation-error): New face.
12682 (compilation-error-file-name): Inherit from
12683 `compilation-error' instead of `font-lock-warning-face'.
12684 (compilation-warning-file-name): Inherit from
12685 `compilation-warning' instead of `font-lock-warning-face'.
12686 (compilation-info, compilation-error-file-name)
12687 (compilation-warning-file-name, compilation-info-file-name)
12688 (compilation-line-number, compilation-column-number): Doc fix.
12689 (compilation-error-text-face, compilation-warning-text-face)
12690 (compilation-info-text-face): New face variables.
12691 (compilation-line-face, compilation-column-face)
12692 (compilation-enter-directory-face)
12693 (compilation-leave-directory-face): Doc fix.
12694 (compilation-text-face): New function.
12695
12696 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12697 instead of 1 to display binary file names as info file links.
12698 (grep-error-face): Use `compilation-error-face' instead of
12699 `font-lock-keyword-face'.
12700 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12701 and `compilation-warning-text-face' instead of
12702 `font-lock-keyword-face'. Use `compilation-error-text-face'
12703 instead of `grep-error-face'.
12704
12705 2005-08-05 Kenichi Handa <handa@m17n.org>
12706
12707 * international/code-pages.el: Add autoload cookies for all coding
12708 systems.
12709
12710 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
12711
12712 * cus-start.el (all): Put undo.c where it alphabetically belongs.
12713
12714 2005-08-04 Juri Linkov <juri@jurta.org>
12715
12716 * progmodes/compile.el (compilation-mode-map):
12717 * progmodes/grep.el (grep-mode-map):
12718 Bind TAB to `compilation-next-error' and [backtab] to
12719 `compilation-previous-error'.
12720
12721 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12722 matching line numbers, column numbers and their ranges with regexp
12723 matching only line numbers.
12724 (grep-context-face): New face variable.
12725 (grep-mode-font-lock-keywords): Use it.
12726
12727 * faces.el (read-face-name): Delete duplicate faces.
12728
12729 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
12730
12731 * thumbs.el (thumbs-find-image): Don't make variables
12732 automatically buffer local.
12733 (thumbs-current-tmp-filename, thumbs-current-image-filename)
12734 (thumbs-image-num): Make automatically buffer local.
12735 (thumbs-show-thumbs-list): Use `make-local-variable', not
12736 `make-variable-buffer-local'.
12737 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12738
12739 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12740 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12741 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12742 (bother, bye, canyou, chatlst, continue, deathlst, describe)
12743 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12744 (feelings-about, foullst, found, hello, history, howareyoulst)
12745 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12746 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12747 (neglst, obj, object, owner, please, problems, qlist)
12748 (random-adjective, relation, remlst, repetitive-shortness)
12749 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12750 (shortlst, something, sportslst, stallmanlst, states, subj)
12751 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12752 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12753 Defvar at compile time.
12754
12755 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12756 not `make-variable-buffer-local'.
12757
12758 2005-08-02 Kim F. Storm <storm@cua.dk>
12759
12760 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12761 rectangle overlay in selected window.
12762
12763 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
12764
12765 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12766 instead of display group. Make `indicate-buffer-boundaries'
12767 customizable through Custom.
12768
12769 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
12770
12771 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12772 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12773 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12774 (gdb-put-string): Fix typos in docstrings.
12775
12776 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
12777
12778 Update copyright notices of files in progmodes directory for
12779 release of Emacs 22.1.
12780
12781 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12782
12783 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12784 Don't barf if the GUD buffer has been killed.
12785
12786 2005-08-01 Kim F. Storm <storm@cua.dk>
12787
12788 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12789
12790 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
12791
12792 * simple.el (next-error-follow-minor-mode):
12793 make-variable-buffer-local -> make-local-variable.
12794
12795 * emacs-lisp/cl-extra.el: Require CL also when compiling.
12796
12797 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12798 (byte-compile-form-make-variable-buffer-local): New functions to warn
12799 about misuses of make-variable-buffer-local where make-local-variable
12800 was meant.
12801
12802 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
12803
12804 * bs.el (bs-attributes-list): Doc fix.
12805 (bs): Update url-link.
12806
12807 * desktop.el (desktop-save-buffer): Fix typos in docstring.
12808 (desktop-load-default): Simplify.
12809
12810 * ibuffer.el (ibuffer-columnize-and-insert-list)
12811 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12812 (ibuffer-unmark-all, ibuffer-toggle-marks)
12813 (ibuffer-unmark-forward, ibuffer-unmark-backward)
12814 (ibuffer-compile-make-format-form, ibuffer-format-column)
12815 (ibuffer-current-buffers-with-marks)
12816 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12817 (ibuffer): Doc fix.
12818 (ibuffer-mode): Fix typo in docstring.
12819 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12820 with `define-obsolete-variable-alias'.
12821 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
12822
12823 2005-07-29 Kenichi Handa <handa@m17n.org>
12824
12825 * international/mule-cmds.el (select-message-coding-system):
12826 Be sure to use LF for end-of-line. If no coding system is decided,
12827 return iso-8859-1-unix.
12828
12829 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
12830
12831 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12832 (ange-ftp-pending-error-line): New vars.
12833 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12834 to handle the non-fatal no-route-to-host messages.
12835 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12836
12837 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
12838
12839 * isearch.el (isearch-mode-map, isearch-other-meta-char)
12840 (isearch-quote-char, isearch-printing-char)
12841 (isearch-text-char-description): "?\ " -> "?\s".
12842 (isearch-lazy-highlight-cleanup)
12843 (isearch-lazy-highlight-initial-delay)
12844 (isearch-lazy-highlight-interval)
12845 (isearch-lazy-highlight-max-at-a-time)
12846 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
12847 Declare with define-obsolete-*-alias macros.
12848 (isearch-forward): Fix typo in docstring.
12849 (search-invisible, search-ring-yank-pointer)
12850 (regexp-search-ring-yank-pointer): Doc fixes.
12851
12852 * recentf.el (recentf-menu-append-commands-p): Declare with
12853 `define-obsolete-variable-alias'.
12854 (recentf-max-saved-items, recentf-menu-filter)
12855 (recentf-arrange-by-rule-subfilter): Doc fixes.
12856 (recentf-menu-append-commands-flag)
12857 (recentf-initialize-file-name-history, recentf-expand-file-name)
12858 (recentf-clear-data): Fix typos in docstrings.
12859
12860 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
12861
12862 * progmodes/gdb-ui.el: Smarten comments.
12863 (gdb-info-breakpoints-custom): Use nowarn when finding file.
12864
12865 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12866
12867 * term/apollo.el (terminal-init-apollo): New function containing
12868 all former top level forms in the file.
12869 * term/bobcat.el (terminal-init-bobcat):
12870 * term/cygwin.el (terminal-init-cygwin):
12871 * term/iris-ansi.el (terminal-init-iris-ansi):
12872 * term/linux.el (terminal-init-linux):
12873 * term/news.el (terminal-init-news):
12874 * term/rxvt.el (terminal-init-rxvt):
12875 * term/sun.el (terminal-init-sun):
12876 * term/tvi970.el (terminal-init-tvi970):
12877 * term/vt100.el (terminal-init-vt100):
12878 * term/vt102.el (terminal-init-vt102):
12879 * term/vt125.el (terminal-init-vt125):
12880 * term/vt200.el (terminal-init-vt200):
12881 * term/vt201.el (terminal-init-vt201):
12882 * term/vt220.el (terminal-init-vt220):
12883 * term/vt240.el (terminal-init-vt240):
12884 * term/vt300.el (terminal-init-vt300):
12885 * term/vt320.el (terminal-init-vt320):
12886 * term/vt400.el (terminal-init-vt400):
12887 * term/vt420.el (terminal-init-vt420):
12888 * term/wyse50.el (terminal-init-wyse50):
12889 * term/xterm.el (terminal-init-xterm): Likewise.
12890
12891 * term/README: Describe the terminal-init-* functionality.
12892
12893 * startup.el (command-line): After loading the terminal initialization
12894 file call the corresponding terminal initialization function.
12895
12896 2005-07-27 Kenichi Handa <handa@m17n.org>
12897
12898 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
12899 negative.
12900
12901 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
12902 (ps-mule-composition-prologue): Fix for the case that
12903 RelativeCompose is false.
12904
12905 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12906
12907 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
12908
12909 * descr-text.el (describe-char): Handle the case where the list of
12910 chars is displayed in a separate frame.
12911 Be a bit more discriminating when looking for the char.
12912
12913 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
12914
12915 * bookmark.el (bookmark-automatically-show-annotations)
12916 (bookmark-read-annotation-text-func): Doc fixes.
12917 (bookmark-save): Improve argument/docstring consistency.
12918 (bookmark-get-bookmark, bookmark-get-bookmark-record)
12919 (bookmark-alist-from-buffer)
12920 (bookmark-upgrade-file-format-from-0)
12921 (bookmark-grok-file-format-version)
12922 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
12923 (bookmark-read-annotation-mode)
12924 (bookmark-insert-current-bookmark, bookmark-jump)
12925 (bookmark-exit-hook): Fix typos in docstrings.
12926 (bookmark-exit-hooks): Define as obsolete alias.
12927 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
12928 not `bookmark-exit-hooks'. Fix docstring.
12929 (bookmark-bmenu-select): "?\ " -> "?\s".
12930
12931 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
12932
12933 * startup.el (command-line): Fix typo.
12934
12935 2005-07-24 Richard M. Stallman <rms@gnu.org>
12936
12937 * tooltip.el (tooltip-mode): Test emacs-basic-display,
12938 not emacs-quick-startup.
12939
12940 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
12941
12942 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
12943 (reb-next-match, reb-show-subexp): Use `with-selected-window'
12944 instead of `reb-with-current-window'.
12945 (reb-prev-match): Likewise. Also, don't move left if the search
12946 was unsuccessful.
12947 (reb-initialize-buffer): New function.
12948 (re-builder, reb-change-syntax): Use it.
12949
12950 * man.el (Man-goto-page): Make second argument NOERROR optional.
12951
12952 2005-07-23 Richard M. Stallman <rms@gnu.org>
12953
12954 * man.el (Man-bgproc-sentinel): Check here for failure to find
12955 any man page in the output, and report the error here.
12956 (Man-arguments): Make it permanent local.
12957 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
12958 (Man-mode): Pass t for NOERROR.
12959
12960 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
12961 (grep-mode-font-lock-keywords):
12962 Don't use compilation-...-face for messages that are not file names.
12963
12964 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12965 Don't use compilation-...-face for messages that are not file names.
12966
12967 2005-07-22 Juri Linkov <juri@jurta.org>
12968
12969 * startup.el (normal-splash-screen): Update menu name.
12970
12971 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
12972
12973 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12974
12975 * term/xterm.el: Load term/rxvt if the terminal is actually an
12976 rxvt terminal.
12977 (xterm-rxvt-set-background-mode): Remove, not used anymore.
12978
12979 * term/rxvt.el (function-key-map): Use substitute-key-definition
12980 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
12981
12982 * term/cygwin.el: New file.
12983
12984 2005-07-22 Kim F. Storm <storm@cua.dk>
12985
12986 * image-file.el (insert-image-file, image-file-yank-handler):
12987 Fix last change to maintain a (unique) yank-handler on yanked images.
12988
12989 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
12990
12991 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
12992 of the file size (as in "177B" for 177 bytes). This happens with
12993 "ls -lh" on FreeBSD.
12994
12995 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
12996
12997 * hilit-chg.el (highlight-changes-global-initial-state)
12998 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
12999 (hilit-chg-fixup, highlight-changes-mode):
13000 Fix typos in docstrings.
13001 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13002 Doc fixes.
13003
13004 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13005
13006 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13007 mode function using `eval-after-load'.
13008
13009 2005-07-21 Kim F. Storm <storm@cua.dk>
13010
13011 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13012 included when reporting an emacs crash, and tell about the DEBUG file.
13013
13014 * image-file.el (insert-image-file): Add yank-handler.
13015 (image-file-yank-handler): Yank handler to make unique copies of
13016 images when they are yanked into a buffer next to each other.
13017
13018 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13019
13020 * comint.el (comint-use-prompt-regexp, comint-send-input)
13021 (comint-source-default, comint-extract-string)
13022 (comint-get-source, comint-word, comint-completion)
13023 (comint-source, comint-prompt-read-only, comint-update-fence):
13024 Fix typos in docstrings.
13025 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13026 Declare with define-obsolete-*-alias macros.
13027 (comint-previous-matching-input-from-input)
13028 (comint-next-matching-input-from-input)
13029 (comint-previous-matching-input, comint-next-matching-input)
13030 (comint-forward-matching-input):
13031 Improve argument/docstring consistency.
13032
13033 * desktop.el (desktop-clear-preserve-buffers-regexp):
13034 Also preserve the *server* buffer.
13035
13036 * simple.el (clone-indirect-buffer): Doc fix.
13037 (fixup-whitespace, just-one-space)
13038 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13039 (next-error, next-error-highlight)
13040 (next-error-highlight-no-select, next-error-last-buffer)
13041 (next-error-buffer-p, next-error-find-buffer, next-error)
13042 (previous-error, next-error-no-select, previous-error-no-select)
13043 (open-line, split-line, minibuffer-prompt-width, kill-new)
13044 (binary-overwrite-mode): Fix typos in docstrings.
13045 (set-fill-column): Fix typo in message.
13046
13047 * skeleton.el (skeleton-proxy-new): Doc fix.
13048
13049 * strokes.el (strokes-load-hook): Doc fix.
13050 (strokes-grid-resolution, strokes-get-grid-position)
13051 (strokes-renormalize-to-grid, strokes-read-stroke)
13052 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13053 (strokes-global-map): Fix typos in docstrings.
13054 (strokes-help): Doc fix. Fix help message and pass it through
13055 `substitute-command-keys'.
13056
13057 * tempo.el (tempo-insert-prompt, tempo-interactive)
13058 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13059 (tempo-insert-string-functions, tempo-local-tags)
13060 (tempo-define-template, tempo-insert-template)
13061 (tempo-insert-prompt-compat, tempo-is-user-element)
13062 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13063 Fix typos in docstrings.
13064
13065 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13066 (vcursor-key-bindings, vcursor-use-vcursor-map)
13067 (vcursor-find-window, vcursor-scroll-down)
13068 (vcursor-disable, vcursor-beginning-of-buffer)
13069 (vcursor-end-of-buffer): Fix typos in docstrings.
13070 (vcursor-relative-move, vcursor-get-char-count):
13071 Improve argument/docstring consistency.
13072
13073 * version.el: "?\ " -> "?\s".
13074
13075 * wid-edit.el (widget-default-create, widget-after-change)
13076 (widget-default-format-handler, widget-checklist-add-item)
13077 (widget-radio-add-item, widget-choose, widget-specify-secret)
13078 (widget-field-value-create, widget-field-value-get)
13079 (widget-editable-list-format-handler)
13080 (widget-editable-list-entry-create, widget-group-value-create)
13081 (widget-documentation-link-add)
13082 (widget-documentation-string-value-create): "?\ " -> "?\s".
13083 (widget-convert-text): Doc fix.
13084 (widget-narrow-to-field, widget-field-find)
13085 (widget-url-link-action, widget-emacs-library-link-action)
13086 (widget-color-notify): Fix typos in docstrings.
13087
13088 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13089 (x-select-text, set-w32-system-coding-system)
13090 (w32-add-charset-info): Fix typos in docstrings.
13091
13092 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13093 (cua-enable-cua-keys, cua-use-hyper-key)
13094 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13095 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13096
13097 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13098
13099 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13100 `defalias' instead of faking it.
13101
13102 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13103 (eshell-ls-missing, eshell-ls-dired-initial-args)
13104 (eshell-ls-use-in-dired): Fix typos in docstrings.
13105
13106 2005-07-20 Kim F. Storm <storm@cua.dk>
13107
13108 * emulation/cua-base.el (cua-mode): Improve doc string.
13109
13110 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13111
13112 * abbrev.el (expand-region-abbrevs): Doc fix.
13113 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13114 Improve argument/docstring consistency.
13115
13116 * arc-mode.el (archive-get-descr, archive-alternate-display):
13117 Doc fixes.
13118 (archive-l-e): Improve argument/docstring consistency.
13119 (archive-tmpdir, archive-unixdate, archive-unixtime)
13120 (archive-chmod-entry): Fix typos in docstrings.
13121 (archive-unflag, archive-unflag-backwards)
13122 (archive-unmark-all-files): "?\ " -> "?\s".
13123
13124 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13125 (Buffer-menu-not-modified, Buffer-menu-execute)
13126 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13127 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13128
13129 * composite.el (compose-string, encode-composition-rule)
13130 (compose-last-chars): Fix typos in docstrings.
13131
13132 * desktop.el (desktop-enable, desktop-basefilename):
13133 Declare with `define-obsolete-variable-alias'.
13134 (desktop-internal-v2s): Don't quote keywords.
13135 (desktop-clear): "?\ " -> "?\s".
13136
13137 * dired.el (dired-align-file, dired-flag-backup-files)
13138 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13139 (dired-listing-switches, dired-ls-F-marks-symlinks)
13140 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13141 (dired-directory, dired-faces, dired, dired-revert)
13142 (dired-mode, dired-summary, dired-view-file)
13143 (dired-copy-filename-as-kill, dired-delete-file)
13144 (dired-no-confirm, dired-unmark-all-marks)
13145 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13146 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13147 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13148 Fix typos in message strings.
13149
13150 * dired-x.el (virtual-dired): Declare with `defalias'.
13151 (dired-mark-unmarked-files, dired-local-variables-file)
13152 (dired-omit-here-always): Doc fix.
13153 (dired-omit-mode, dired-find-subdir)
13154 (dired-enable-local-variables, dired-clean-up-buffers-too)
13155 (dired-extra-startup, dired-mark-extension, dired-jump)
13156 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13157 (dired-smart-shell-command, dired-guess-shell-alist-user)
13158 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13159 (dired-x-bind-find-file, dired-x-submit-report):
13160 Fix typos in docstrings.
13161 (dired-mark-unmarked-files): "?\ " -> "?\s".
13162
13163 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13164
13165 * faces.el (describe-face): "?\ " -> "?\s".
13166 (read-all-face-attributes, read-face-font, modify-face)
13167 (face-attr-construct, italic): Fix typos in docstrings.
13168 (frame-update-face-colors): Declare with
13169 `define-obsolete-function-alias'.
13170
13171 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13172 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13173 (magic-mode-alist, buffer-file-numbers-unique)
13174 (write-file-functions, get-free-disk-space):
13175 Fix typos in docstrings.
13176 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13177 (write-contents-hooks, write-file-hooks):
13178 Declare with `define-obsolete-variable-alias'.
13179
13180 * forms-d2.el (arch-rj): Fix typo in docstrings.
13181 (arch-tocol): Likewise. "?\ " -> "?\s".
13182
13183 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13184 Fix typo in docstring.
13185 (set-screen-width, set-screen-height): Delete redundant info in
13186 doctrings.
13187 (new-frame, screen-height, screen-width): Declare with
13188 `define-obsolete-function-alias'.
13189 (delete-frame-hook, blink-cursor): Declare with
13190 `define-obsolete-variable-alias'.
13191
13192 * paths.el (prune-directory-list): Fix typos in docstring.
13193
13194 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13195 (cvs-prefix-get): Fix typos in docstrings.
13196
13197 * ps-print.el (ps-extend-face-list, ps-extend-face)
13198 (ps-print-background-image): Fix typos in docstrings.
13199 (ps-default-fg, ps-default-bg): Doc fixes.
13200
13201 * s-region.el (s-region-bind): Doc fix.
13202 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13203
13204 * textmodes/org.el (org-table-formula-substitute-names)
13205 (org-table-get-vertical-vector): Doc fixes.
13206 (org-table-recalculate): Remove unused argument to `message'.
13207
13208 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13209
13210 * textmodes/org.el (org-table-column-names)
13211 (org-table-column-name-regexp)
13212 (org-table-named-field-locations): New variables.
13213 (org-archive-subtree): Protect `this-command' when calling
13214 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13215 the kill buffer.
13216 (org-complete): Remove fixed-formula completion.
13217 (org-edit-formulas-map): New variable.
13218 (org-table-edit-formulas): New command.
13219 (org-finish-edit-formulas, org-abort-edit-formulas)
13220 (org-show-variable, org-table-get-vertical-vector): New functions.
13221 (org-table-maybe-eval-formula): Handle `:=' fields.
13222 (org-table-get-stored-formulas, org-table-store-formulas)
13223 (org-table-get-formula, org-table-modify-formulas)
13224 (org-table-replace-in-formulas): Handle named field formulas.
13225 (org-table-get-specials): Store locations of named fields.
13226
13227 2005-07-19 Juri Linkov <juri@jurta.org>
13228
13229 * progmodes/grep.el (grep-regexp-alist)
13230 (grep-mode-font-lock-keywords, grep-process-setup):
13231 Use default GNU grep match color "01;31m" instead of "01;41m".
13232 (grep-regexp-alist, grep-mode-font-lock-keywords):
13233 Use `\\[[0-9]*m' instead of `\\[00m'.
13234 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13235 sgr_start where its handling is more important. Use the real
13236 length of sgr_start instead of constant 8.
13237 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13238 specially. Delete all remaining escape sequences.
13239 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13240 (grep-regexp-alist): Make hyperlink only for binary file name
13241 instead of the whole line.
13242 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13243 (grep-mode): Add autoload.
13244
13245 * emacs-lisp/find-func.el (find-function-regexp):
13246 Add `define-compilation-mode'.
13247
13248 2005-07-19 Juri Linkov <juri@jurta.org>
13249
13250 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13251 (compare-windows-sync-string-size, compare-windows-recenter)
13252 (compare-windows-highlight, compare-windows): Add version 22.1.
13253 (compare-windows) <defface>: Inherit from lazy-highlight instead
13254 of duplicating its default value.
13255
13256 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13257 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13258
13259 * descr-text.el (describe-char): Create link buttons for `charset'
13260 and `code point'. Add the current input method name with a link
13261 button to `to input' field. Print face names of display table
13262 characters in `The display table entry is displayed by' section
13263 instead of printing face-id in the `display' field.
13264 Guess hardcoded faces and create a link button for them.
13265 Skip empty fields when calculating max-width.
13266 Treat `widget-create' specially while inserting strings from the
13267 collected field list.
13268 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13269
13270 * diff-mode.el (diff-file-header): Change foreground color from
13271 yellow to green on light backgrounds.
13272 (diff-context): Inherit from `shadow' only for color/grayscale
13273 with more than 88 colors.
13274 (diff-indicator-removed, diff-indicator-added)
13275 (diff-indicator-changed): New faces.
13276 (diff-font-lock-keywords): Use new faces. Regroup rules.
13277 Add "^---$" for `normal' diff format. Fontify `#' lines with
13278 font-lock-comment-delimiter-face and font-lock-comment-face.
13279 Add `#' to ^[^...] in the rule for `diff-context-face'.
13280
13281 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13282 a button-like box. Inherit from `highlight' on low colors.
13283 (shadow): Use shades of gray only for color/grayscale with
13284 more than 88 colors. Use green for light backgrounds with
13285 8 colors, and yellow for dark backgrounds with 8 colors.
13286
13287 * font-lock.el (font-lock-regexp-grouping-backslash):
13288 Don't inherit from escape-glyph (use bold for all cases).
13289
13290 * info.el (info-xref-visited): Use light foreground color `violet'
13291 for dark backgrounds instead of dark color `magenta3'.
13292 (info-title-1): Use `yellow' color for dark backgrounds.
13293
13294 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13295 too-light magenta2.
13296
13297 * replace.el (match): Use slightly more light RoyalBlue3 instead
13298 of dark RoyalBlue4.
13299
13300 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13301
13302 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13303
13304 * novice.el (disabled-command-hook): Declare it with
13305 `define-obsolete-variable-alias'.
13306
13307 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13308 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13309 (desktop-load-default): Add release to obsolescence info.
13310 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13311 (desktop-append-buffer-args, desktop-read):
13312 Fix typos in docstrings.
13313 (desktop-kill): Fix typo in message.
13314 (desktop-save): Doc fix.
13315
13316 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13317
13318 * viper-cmd.el (viper-escape-to-state): Bug fix.
13319 (viper-envelop-ESC-key): Change the definition of fast
13320 keysequence so it'll work with keyboard macros.
13321
13322 * ediff.el (ediff-patch-buffer): Change the docstring.
13323
13324 2005-07-19 Kenichi Handa <handa@m17n.org>
13325
13326 * international/mule-cmds.el (select-safe-coding-system): Try to
13327 use an auto-coding (if any) before anything else. If the found
13328 auto-coding is invalid, show a warning message.
13329
13330 * international/mule.el (find-auto-coding): New function created
13331 by modifying the body of set-auto-coding.
13332 (set-auto-coding): Use find-auto-coding to find a coding.
13333
13334 2005-07-18 Richard M. Stallman <rms@gnu.org>
13335
13336 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13337 not isearch-mode-end-hook-error.
13338 (allout-before-change-protect): Fix error message.
13339
13340 2005-07-18 Juri Linkov <juri@jurta.org>
13341
13342 * allout.el (allout-mode):
13343 * calculator.el (calculator-copy):
13344 * custom.el (custom-known-themes):
13345 * dired.el (dired-desktop-buffer-misc-data)
13346 (dired-restore-desktop-buffer):
13347 * dired-x.el (dired-omit-marker-char):
13348 * files.el (basic-save-buffer):
13349 * font-core.el (font-lock-mode):
13350 * calendar/calendar.el (calendar-goto-hebrew-date)
13351 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13352 (calendar-goto-persian-date):
13353 * language/ethio-util.el (ethio-sera-to-fidel-region):
13354 * textmodes/picture.el (picture-mode):
13355 Delete duplicate duplicate words.
13356
13357 2005-07-18 Juri Linkov <juri@jurta.org>
13358
13359 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13360 chars * ? } |.
13361 (isearch-fallback): Don't call `isearch-process-search-char'.
13362 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13363 (isearch-process-search-char): Call `isearch-fallback' for regexp
13364 chars * ? } |.
13365 (isearch-return-char): Make obsolete with `make-obsolete' instead
13366 of simply documenting it as obsolete in the docstring.
13367 (isearch-fallback): Refill docstring.
13368
13369 * international/isearch-x.el
13370 (isearch-process-search-multibyte-characters): Remove unneeded
13371 `concat'. Add intermediate values to `junk-hist' instead of
13372 `minibuffer-history'. Test the length of `str'.
13373
13374 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13375
13376 * allout.el (allout-resolve-xref): Fix typos in error strings.
13377 (allout-before-change-protect): Remove unneeded `concat'.
13378
13379 * array.el (array-mode, array-reconfigure-rows)
13380 (untabify-backward): Fix typos in docstrings.
13381 (array-reconfigure-rows): Use `insert-buffer-substring', not
13382 `insert-buffer'.
13383
13384 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13385 * progmodes/ada-mode.el (ada-make-body):
13386 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13387
13388 * dired.el (dired-log):
13389 * tar-mode.el (tar-subfile-save-buffer):
13390 * play/zone.el (zone-pgm-stress-destress):
13391 Use `insert-buffer-substring', not `insert-buffer'.
13392
13393 2005-07-17 Simon Josefsson <jas@extundo.com>
13394
13395 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13396
13397 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13398
13399 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13400 Add plain auth method.
13401 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13402
13403 2005-07-17 Kim F. Storm <storm@cua.dk>
13404
13405 * ido.el (dired-other-window): Add ido property.
13406
13407 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13408
13409 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13410 Fix typo in docstring.
13411 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13412 `insert-file-literally'.
13413
13414 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13415 info and delete redundant message. Doc fix.
13416 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13417 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13418
13419 2005-07-16 Richard M. Stallman <rms@gnu.org>
13420
13421 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13422 (byte-compile-and): Use byte-compile-and-recursion.
13423 (byte-compile-or-recursion): New function.
13424 (byte-compile-or): Use that.
13425 (byte-compile-if): Guard the else-clause too.
13426 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13427
13428 * isearch.el (isearch-mode-end-hook-quit): New variable.
13429 (isearch-done): Bind it.
13430 (isearch-mode-end-hook): Doc fix.
13431
13432 * allout.el (allout-isearch-did-quit): Variable deleted.
13433 (allout-real-isearch-abort): Function name no longer used.
13434 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13435 (allout-isearch-rectification): isearch-mode always exists.
13436 Don't set allout-isearch-did-quit.
13437 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13438 allout-isearch-did-quit.
13439 (allout-enwrap-isearch): Just add the hook.
13440 (allout-isearch-abort): Function deleted.
13441 (allout-pre-command-business): Avoid warning.
13442
13443 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13444 Correctly avoid warnings.
13445 (pascal-outline): Likewise.
13446
13447 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13448
13449 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13450
13451 * play/tetris.el (tetris-mode): Avoid warning.
13452
13453 * play/snake.el (snake-mode): Avoid warning.
13454
13455 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13456 (gamegrid-set-display-table): Avoid warning.
13457 (gamegrid-set-timer): Likewise.
13458 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13459 (gamegrid-add-score-with-update-game-score-1): Take FILE
13460 as argument.
13461 (gamegrid-add-score-with-update-game-score): Pass that argument.
13462 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13463
13464 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13465
13466 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13467 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13468
13469 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13470 and insert-file.
13471
13472 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13473 (sc-ask): Avoid warnings.
13474
13475 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13476 (eshell-hist-initialize): Use that var the natural way.
13477
13478 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13479
13480 * emacs-lisp/re-builder.el (reb-cook-regexp):
13481 Avoid warning calling lre-compile-string.
13482 (reb-color-display-p): Avoid warning.
13483
13484 * calculator.el (calculator-last-input): Guard uses
13485 of event-key and key-press-event-p.
13486 (event-key, key-press-event-p): Delete definitions.
13487
13488 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13489 (find-gc-source-directory, find-gc-subrs-callers)
13490 (find-gc-noreturn-list, find-gc-source-files)
13491 (find-gc-subrs-called): Vars renamed and defvar'd.
13492
13493 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13494 (checkdoc-overlay-put, checkdoc-delete-overlay)
13495 (checkdoc-overlay-start, checkdoc-overlay-end)
13496 (checkdoc-mode-line-update, checkdoc-char=):
13497 Define such that compiler knows they are defined.
13498 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13499 (checkdoc-read-event): Delete. Use read-event directly.
13500
13501 * whitespace.el (whitespace-make-overlay)
13502 (whitespace-overlay-put, whitespace-delete-overlay)
13503 (whitespace-overlay-start, whitespace-overlay-end):
13504 Define such that compiler knows they are defined.
13505 (whitespace): Move conditional inside.
13506
13507 * tempo.el (tempo-insert-template): Suppress warning.
13508
13509 * ediff-diff.el (longlines-mode): Add defvar.
13510
13511 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13512
13513 * server.el: Bind "C-x #" in a way that works even if C-x is
13514 redefined to a command key, not a prefix key.
13515
13516 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13517
13518 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13519 cl-make-type-test till execution time.
13520
13521 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13522
13523 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13524 arg ARG and use it.
13525
13526 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13527
13528 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13529
13530 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13531
13532 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13533 a defcustom with two :set or :type keywords.
13534
13535 2005-07-15 Richard M. Stallman <rms@gnu.org>
13536
13537 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13538 Don't give ^M comment-end syntax.
13539
13540 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13541
13542 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13543 Don't consider gdbmi (gdb-mi.el has its own update functions).
13544 (gdb-var-delete): Make it work for gdbmi as well.
13545 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13546
13547 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13548 (gud-speedbar-menu-items): Correct logic for enabling items.
13549
13550 2005-07-15 Kim F. Storm <storm@cua.dk>
13551
13552 * ido.el: Fix commentary.
13553 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13554 Use with-no-warnings around ffap-guesser.
13555 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13556 Let bind minibuffer-completing-file-name to t.
13557
13558 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13559
13560 * startup.el (site-run-file, keyboard-type): Doc fixes.
13561 (command-line): Check for "--basic-display" argument; also for
13562 "--quick", not "--bare-bones" (which was renamed).
13563 (fancy-splash-text): Add missing item "Getting New Versions".
13564 (normal-splash-screen): Fix typos and improve consistency with
13565 `fancy-splash-text'. Update copyright year.
13566
13567 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13568 valid binding for `help-char'.
13569
13570 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13571
13572 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13573
13574 * term.el (term-mode): Disable cua-mode for term buffers.
13575
13576 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13577
13578 * add-log.el (add-log-mailing-address, change-log-merge):
13579 Doc fixes.
13580 (change-log-get-method-definition): Fix typo in docstring.
13581
13582 2005-07-14 Kim F. Storm <storm@cua.dk>
13583
13584 * emulation/cua-base.el:
13585 (cua--pre-command-handler-1, cua--pre-command-handler)
13586 (cua--post-command-handler-1, cua--post-command-handler):
13587 Split in two. Check (buffer local) value of cua-mode.
13588 (cua-selection-mode): New command.
13589
13590 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13591
13592 * custom.el (custom-initialize-safe-set)
13593 (custom-initialize-safe-default): Doc fixes.
13594
13595 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13596 and simplify :init-value again.
13597
13598 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13599 and simplify :init-value again. Delete autoload.
13600
13601 * startup.el (command-line): Use `custom-reevaluate-setting' again
13602 for tooltip-mode.
13603
13604 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13605 a defcustom with two :initialize keywords.
13606
13607 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13608
13609 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13610 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13611 (allout-post-command-business, allout-flag-region)
13612 (isearch-reenable-font-lock, allout-yank)
13613 (allout-insert-latex-header, allout-insert-latex-trailer)
13614 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13615 (allout-latex-verb-quote): Fix typos in docstrings.
13616 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13617 (allout-unprotected, allout-prefix-data):
13618 Improve argument/docstring consistency.
13619 (allout-chart-subtree): Fix argument spec.
13620 (allout-open-topic): Rename `use_sib_bullet' argument to
13621 `use-sib-bullet'. Doc fix.
13622
13623 * whitespace.el (whitespace-check-buffer-leading)
13624 (whitespace-check-buffer-trailing)
13625 (whitespace-check-buffer-indent)
13626 (whitespace-check-buffer-spacetab)
13627 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13628 (whitespace-check-leading-whitespace)
13629 (whitespace-check-trailing-whitespace)
13630 (whitespace-check-spacetab-whitespace)
13631 (whitespace-check-indent-whitespace)
13632 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13633 (whitespace-modes): Fix typos in docstrings.
13634 (defgroup, defcustom): Doc fixes.
13635
13636 * winner.el (winner-mode, winner-boring-buffers)
13637 (winner-pending-undo-ring): Doc fixes.
13638 (winner-ring): Remove unneeded `progn'.
13639 (winner-equal): `defsubst' it.
13640 (winner-redo): Fix message.
13641
13642 2005-07-13 Kim F. Storm <storm@cua.dk>
13643
13644 * simple.el (line-move-1): Always use vertical-motion to
13645 do the last (or only) line move to ensure some movement.
13646 Undo 2005-06-23 change--don't check for overlays.
13647
13648 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13649
13650 * term/mac-win.el (ccl-encode-mac-roman-font)
13651 (ccl-encode-mac-centraleurroman-font)
13652 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13653 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13654 Change charset-id boundary of dimension to ?\xef.
13655 (mac-char-fontspec-list): New constant.
13656 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
13657 argument. Nil uses itself as family in font-spec. Previous
13658 behavior for nil is now provided by non-nil non-string argument.
13659 All callers changed. Add font-specs for Mac fonts to
13660 "fontset-default" unless iso8859-1 fonts are installed.
13661
13662 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13663
13664 * progmodes/sh-script.el (sh-get-indent-info): Only indent
13665 a continuation line if the \ is preceded by SPC or TAB.
13666 (sh-get-indent-info): Simplify.
13667 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13668 Use with-current-buffer.
13669
13670 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13671 when the matched text is empty.
13672
13673 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
13674
13675 * startup.el (command-line): Revert to previous handling of
13676 tooltip-mode. Explain in comment why the complexity is needed.
13677
13678 * tooltip.el (tooltip-mode): Revert to previous implementation of
13679 its defcustom.
13680
13681 * frame.el (blink-cursor-mode): Revert to previous implementation
13682 of its defcustom. Update comment.
13683
13684 2005-07-12 Lars Hansen <larsh@soem.dk>
13685
13686 * desktop.el: Update e-mail address.
13687
13688 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13689
13690 * term/mac-win.el (mac-services-mail-selection)
13691 (mac-services-mail-to): New functions.
13692 (mac-application-menu-map): Bind them.
13693
13694 2005-07-12 wulei <milton@wulei.net> (tiny change)
13695
13696 * progmodes/gdb-ui.el: Add note about buffering with Windows.
13697
13698 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
13699
13700 * custom.el (custom-reevaluate-setting): Doc fix.
13701
13702 2005-07-11 Jay Belanger <belanger@truman.edu>
13703
13704 * calc/calc.el (calc-embedded-announce-formula-alist)
13705 (calc-embedded-open-close-plain-alist)
13706 (calc-embedded-open-close-mode-alist): Add checks for additional
13707 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13708
13709 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
13710
13711 * custom.el (custom-enable-theme): Don't add theme to
13712 `custom-enabled-themes' with `push' because there is no
13713 setf-method for `delq'.
13714
13715 2005-07-11 Richard M. Stallman <rms@gnu.org>
13716
13717 * custom.el (custom-declare-variable): Doc fix.
13718
13719 * dired-aux.el (dired-compare-directories): Remove "." and ".."
13720 from the alists.
13721
13722 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13723 Do nothing if edebug-active.
13724
13725 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13726 (edebug-display): Do it here instead.
13727
13728 2005-07-10 Richard M. Stallman <rms@gnu.org>
13729
13730 * cus-face.el (custom-theme-set-faces): Make it work.
13731 (custom-reset-faces): Doc fix.
13732 (custom-theme-reset-internal-face, custom-theme-face-value):
13733 Functions deleted.
13734
13735 * custom.el (custom-push-theme): Maintain list of the settings
13736 of a given theme in its theme-settings property.
13737 Maintain position of old settings in the theme-value
13738 or theme-face property.
13739 (custom-enabled-themes): New variable.
13740 (custom-theme-enabled-p): New function.
13741 (provide-theme): Update custom-enabled-themes.
13742 Disable and reenable the `user' theme.
13743 (require-theme): Doc fix.
13744 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13745 (custom-theme-value, custom-theme-variable-value): Likewise.
13746 (custom-theme-reset-internal): Likewise.
13747 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13748 (custom-enable-theme, custom-disable-theme): New functions.
13749 (custom-variable-theme-value, custom-face-theme-value): Likewise.
13750 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13751 (custom-theme-reset-variables): Simplify.
13752 (deftheme, custom-declare-theme, custom-make-theme-feature):
13753 Definitions moved.
13754
13755 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
13756
13757 * longlines.el (longlines-show-region)
13758 (longlines-unshow-hard-newlines): Recognize hard newlines by
13759 non-nil hard property, instead of t.
13760
13761 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
13762
13763 * viper-cmd.el (viper--key-maps): New variable.
13764 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13765 emulation-mode-map-alists.
13766 (viper-envelop-ESC-key): Use viper-subseq.
13767 (viper-search-forward/backward/next): Disable debug-on-error.
13768
13769 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13770 (viper-ESC-key): New defcustoms.
13771
13772 * viper-macs.el (ex-map-read-args): Use viper-subseq.
13773
13774 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13775 (viper-subseq): Copy of subseq from cl.el.
13776
13777 * viper.el (viper-go-away, viper-set-hooks): Use
13778 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13779
13780 * viper-mous.el (viper-current-frame-saved): Use defvar.
13781
13782 * viper-init.el: Get rid of -face in face names.
13783
13784 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13785 Make it work with longlines mode
13786
13787 * ediff-mult.el (ediff-meta-mode-hook): New variable.
13788
13789 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13790
13791 * ediff-init.el: Get rid of -face in face names.
13792
13793 2005-07-10 Richard M. Stallman <rms@gnu.org>
13794
13795 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13796 and with-timeout-unsuspend.
13797
13798 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13799 and with-timeout-unsuspend.
13800
13801 * emacs-lisp/timer.el (with-timeout-timers): New variable.
13802 (with-timeout): Bind that variable to record timers.
13803 (with-timeout-suspend, with-timeout-unsuspend): New functions.
13804
13805 * emacs-lisp/debug.el (debug-help-follow): New function.
13806 (debugger-mode-map): Use that instead of help-follow.
13807 (debugger-setup-buffer): Use eval-buffer-list
13808 to handle eval-buffer frames.
13809
13810 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
13811
13812 * timezone.el (timezone-parse-date): Change first regexp
13813 so it will not mistakenly match dates with no time zone.
13814
13815 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
13816
13817 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13818
13819 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
13820
13821 * custom.el (custom-initialize-safe-set)
13822 (custom-initialize-safe-default): New functions.
13823
13824 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13825 and simplify :init-value.
13826
13827 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13828 and simplify :init-value. Delete obsolete comment.
13829
13830 * startup.el (command-line): Use `custom-reevaluate-setting' to
13831 handle `tooltip-mode'. Delete obsolete comment.
13832
13833 * files.el (set-visited-file-name): Avoid calling
13834 `file-name-nondirectory' with a nil argument.
13835
13836 2005-07-09 Richard M. Stallman <rms@gnu.org>
13837
13838 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13839 was called with nil for the buffer, handle the read position right.
13840 Handle read position for eval-region, too.
13841
13842 2005-07-09 Juri Linkov <juri@jurta.org>
13843
13844 * fringe.el (fringe-mode): Add period in docstring.
13845 (fringe-query-style): Build prompt depending on `all-frames' arg.
13846
13847 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
13848 to not create links to unrelated functions in the Help buffer.
13849
13850 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
13851 Doc fix.
13852
13853 * simple.el (next-error-hook): New variable.
13854 (next-error): Use it. Doc fix.
13855
13856 * textmodes/ispell.el (ispell-command-loop): Add current
13857 dictionary name and program name to mode-line-format.
13858 (ispell-region, ispell-process-line): Add current dictionary name
13859 and program name to messages.
13860
13861 2005-07-08 Jay Belanger <belanger@truman.edu>
13862
13863 * calc/calc.el (calc-embedded-announce-formula-alist)
13864 (calc-embedded-open-close-formula-alist)
13865 (calc-embedded-open-close-word-alist)
13866 (calc-embedded-open-close-plain-alist)
13867 (calc-embedded-open-close-new-formula-alist)
13868 (calc-embedded-open-close-mode-alist)
13869 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
13870 (calc-embedded-mode-hook): New variables.
13871
13872 * calc/calc-embed.el (calc-embedded-firsttime)
13873 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
13874 New variables.
13875 (calc-do-embedded): Use calc-embedded-firsttime,
13876 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
13877 determine whether or not to run hooks.
13878 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
13879 calc-embedded-firsttime-formula appropriately.
13880 Set calc-embedded delimiter variables according to mode.
13881
13882 2005-07-08 Richard M. Stallman <rms@gnu.org>
13883
13884 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
13885 Check for "emacs", etc., as entire symbol, not just as word.
13886 (checkdoc-file-comments-engine): Use regexp-quote on FN.
13887
13888 * files.el (set-visited-file-name): Report the error
13889 for "empty filename" earlier.
13890 (kill-some-buffers): Ignore buffers already dead.
13891
13892 * fringe.el (fringe-mode): Doc fix.
13893
13894 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13895 Check for (featurep 'xemacs) and turn off warnings in what it guards.
13896 Use unwind-protect to ensure byte-compile-unresolved-functions
13897 is updated.
13898
13899 * whitespace.el (whitespace-buffer-leading-cleanup):
13900 Simplify w/ skip-chars-forward.
13901 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
13902
13903 * mail/rmail.el (rmail-only-expunge): Fix paren error.
13904 Unconditionally try to leave point at the same old place.
13905
13906 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
13907
13908 * comint.el (comint-postoutput-scroll-to-bottom)
13909 (comint-show-maximum-output): Take scroll-margin into consideration.
13910
13911 2005-07-08 Kim F. Storm <storm@cua.dk>
13912
13913 * ido.el (ido-use-filename-at-point): New choice `guess'.
13914 (ido-file-internal): Try ffap-guesser if selected.
13915
13916 * ido.el (ido-before-fallback-functions): New hook.
13917 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
13918 (ido-read-file-name): Run it.
13919
13920 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
13921
13922 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
13923 strings rather than a list of symbols to the completion function.
13924
13925 2005-07-07 Jay Belanger <belanger@truman.edu>
13926
13927 * calc/calc-units.el (math-apply-units): Change the places in
13928 which units are simplified.
13929
13930 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
13931
13932 * cus-edit.el (customize-option, customize-option-other-window):
13933 Make them handle aliases.
13934
13935 * custom.el (custom-variable-p): Make it recursively follow
13936 aliases. Mention that in the docstring.
13937
13938 2005-07-07 Richard M. Stallman <rms@gnu.org>
13939
13940 * cus-start.el (exec-path): Use `directory' instead of `file'.
13941 Fix tag for nil.
13942
13943 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
13944
13945 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
13946 when called non-interactively. Doc fix.
13947
13948 2005-07-07 Lute Kamstra <lute@gnu.org>
13949
13950 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
13951 new address as well.
13952
13953 2005-07-07 Kenichi Handa <handa@m17n.org>
13954
13955 * international/mule.el (make-coding-system):
13956 Describe `ascii-incompatible' property in the docstring.
13957 (set-file-name-coding-system): Signal an error if coding-system is
13958 ascii-incompatible.
13959 (set-keyboard-coding-system): Likewise.
13960
13961 * international/mule-cmds.el (set-default-coding-systems):
13962 Don't set default-file-name-coding-system and
13963 default-keyboard-coding-system if coding-system is ASCII-incompatible.
13964
13965 * international/utf-16.el: Declare that all UTF-16-based coding
13966 systems are ASCII-incompatible.
13967
13968 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
13969
13970 * progmodes/gud.el: Require font-lock for displaying errors.
13971 Used by gdb-ui.el.
13972
13973 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
13974
13975 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
13976 values for the pattern lists which are `read'able but not
13977 `append'able (like symbols).
13978
13979 2005-07-06 Richard M. Stallman <rms@gnu.org>
13980
13981 * progmodes/flymake.el (flymake-float-time): Instead of
13982 with-no-warnings, test for xemacs.
13983 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
13984 to avoid warning.
13985
13986 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
13987
13988 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
13989
13990 2005-07-05 Lute Kamstra <lute@gnu.org>
13991
13992 * battery.el: Add support for Darwin (with much debugging help
13993 from Samuel Lauber <sam124@operamail.com>).
13994 (battery-status-function, battery-echo-area-format)
13995 (battery-mode-line-format): Add support for pmset on Darwin.
13996 (battery-load-low, battery-load-critical): New user options.
13997 (battery-pmset): New function.
13998
13999 2005-07-05 Lute Kamstra <lute@gnu.org>
14000
14001 Update FSF's address in GPL notices.
14002
14003 * textmodes/page-ext.el: Update FSF's address.
14004
14005 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14006
14007 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14008 filling from using prefix when filling a single-line docstring.
14009
14010 * progmodes/flymake.el: Remove useless eval-when-compile.
14011
14012 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14013
14014 2005-07-04 Richard M. Stallman <rms@gnu.org>
14015
14016 * textmodes/org.el (org-file-apps-defaults-gnu):
14017 Rename from org-file-apps-defaults-linux.
14018 (org-default-apps): Don't test system-type for `linux'.
14019 (org-file-apps): Doc fix.
14020
14021 2005-07-04 David Ponce <david@dponce.com>
14022
14023 * tree-widget.el: Improve header Commentary section.
14024 (tree-widget) [defgroup]
14025 (tree-widget-image-enable, tree-widget-themes-directory)
14026 (tree-widget-theme, tree-widget-image-properties-emacs)
14027 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14028 (tree-widget-image-formats, tree-widget-control)
14029 (tree-widget-empty-control, tree-widget-leaf-control
14030 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14031 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14032 (tree-widget-keep, tree-widget-after-toggle-functions)
14033 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14034 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14035 :help-echo message.
14036 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14037 (tree-widget-image-properties): Doc fix. Clearer implementation.
14038 (tree-widget--cursors): New constant.
14039 (tree-widget-lookup-image): New function split from
14040 `tree-widget-find-image'. Clearer implementation.
14041 (tree-widget-find-image): Use it.
14042 (tree-widget-button-keymap): Use `set-keymap-parent'.
14043 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14044 Define the sub-widgets here.
14045 (tree-widget-node): Check that :node is not a tree-widget.
14046 (tree-widget-get-super, tree-widget-open-control)
14047 (tree-widget-close-control, tree-widget-empty-control)
14048 (tree-widget-leaf-control, tree-widget-guide)
14049 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14050 (tree-widget-no-handle, tree-widget-value-delete)
14051 (tree-widget-map): Remove.
14052 (tree-widget-children-value-save): Doc fix. Simplified.
14053 (tree-widget-value-create): Update according to previous changes.
14054
14055 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14056
14057 * textmodes/org.el: Leading space replaced by TABS.
14058 (org-recalc-marks, org-table-rotate-recalc-marks)
14059 (org-table-get-specials): Treat "^" and "_" marks.
14060 (org-table-justify-field-maybe): Optional argument NEW.
14061 (org-table-eval-formula): Parsing of the format simplified.
14062 New modes C,I. Honor the %= parameter in the current table.
14063 Avoid unnecessary re-align by using the NEW argument to
14064 `org-table-justify-field-maybe'.
14065 (org-calc-default-modes): Default for date-format mimicks org-mode.
14066 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14067
14068 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14069
14070 * cus-face.el (custom-theme-set-faces): Make it handle face
14071 aliases whose alias declarations are pre- or autoloaded.
14072
14073 2005-07-04 Juri Linkov <juri@jurta.org>
14074
14075 * faces.el (read-face-name): Put the code for getting a face name
14076 from the buffer before adding the faces from the `face' property.
14077 Use `completing-read-multiple' instead of `completing-read'.
14078 Require `crm'. Add default value and post-process the returned
14079 list of faces.
14080
14081 * emacs-lisp/crm.el (crm-find-current-element)
14082 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14083
14084 * emacs-lisp/lisp-mode.el (eval-defun-1):
14085 * emacs-lisp/edebug.el (edebug-eval-defun):
14086 Remove unnecessary quotes.
14087
14088 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14089
14090 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14091 (prolog-indent-level): Fix typo in docstring.
14092
14093 * info.el (Info-history, Info-history-forward)
14094 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14095
14096 * add-log.el (add-change-log-entry):
14097 * comint.el (comint-dynamic-list-input-ring)
14098 (comint-dynamic-list-completions):
14099 * dabbrev.el (dabbrev-expand):
14100 * delim-col.el (delimit-columns-rectangle-line):
14101 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14102 (diff-unified->context):
14103 * ediff-init.el (ediff-abbrev-jobname):
14104 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14105 (ediff-replace-session-activity-marker-in-meta-buffer):
14106 * info.el (Info-summary):
14107 * lpr.el (printify-region):
14108 * printing.el (pr-create-interface):
14109 * ps-print.el (ps-print-quote):
14110 * ses.el (ses-column-widths, ses-print-cell)
14111 (ses-adjust-print-width, ses-center):
14112 * shell.el (shell-file-name-quote-list):
14113 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14114 (strokes-fill-current-buffer-with-whitespace)
14115 (strokes-xpm-for-stroke, strokes-list-strokes)
14116 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14117 * term.el (term-dynamic-list-input-ring)
14118 (term-dynamic-list-completions):
14119 * calc/calc.el (math-format-stack-value):
14120 * emacs-lisp/edebug.el (edebug-display-freq-count):
14121 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14122 (delphi-new-comment-line):
14123 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14124 * progmodes/executable.el (executable-set-magic):
14125 * progmodes/python.el (inferior-python-mode):
14126 * progmodes/scheme.el (scheme-mode-syntax-table):
14127 * progmodes/sh-script.el (sh-maybe-here-document):
14128 * progmodes/sql.el (sql-copy-column):
14129 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14130 * textmodes/bibtex.el (bibtex-mode):
14131 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14132 (sgml-auto-attributes):
14133 * textmodes/table.el (table-insert, table-shorten-cell)
14134 (table--generate-source-scan-lines, table-delete-row)
14135 (*table--cell-delete-char, table--spacify-frame)
14136 (table--horizontally-shift-above-and-below)
14137 (table--cell-insert-char, table--cell-blank-str)
14138 (table--fill-region-strictly):
14139 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14140 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14141
14142 * add-log.el (change-log):
14143 * apropos.el (apropos):
14144 * comint.el (comint-completion, comint-source):
14145 * dabbrev.el (dabbrev):
14146 * delim-col.el (columns):
14147 * diff-mode.el (diff-mode):
14148 * ediff.el (ediff):
14149 * ediff-diff.el (ediff-diff):
14150 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14151 * ediff-mult.el (ediff-mult):
14152 * ediff-ptch.el (ediff-ptch):
14153 * ediff-wind.el (ediff-window):
14154 * facemenu.el (facemenu):
14155 * indent.el (indent):
14156 * info.el (info):
14157 * jka-cmpr-hook.el (compression, jka-compr):
14158 * lpr.el (lpr):
14159 * outline.el (outlines):
14160 * pcmpl-cvs.el (pcmpl-cvs):
14161 * pcmpl-rpm.el (pcmpl-rpm):
14162 * printing.el (printing):
14163 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14164 (ps-print-vertical, ps-print-headers, ps-print-font)
14165 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14166 (ps-print-background, ps-print-printer, ps-print-page)
14167 (ps-print-miscellany):
14168 * ses.el (ses):
14169 * shell.el (shell, shell-directories, shell-faces):
14170 * startup.el (initialization):
14171 * strokes.el (strokes):
14172 * term.el (term):
14173 * uniquify.el (uniquify):
14174 * w32-vars.el (w32):
14175 * calc/calc.el (calc):
14176 * emacs-lisp/bytecomp.el (bytecomp):
14177 * emacs-lisp/cl-indent.el (lisp-indent):
14178 * emacs-lisp/edebug.el (edebug):
14179 * emacs-lisp/elp.el (elp):
14180 * emacs-lisp/testcover.el (testcover):
14181 * emacs-lisp/trace.el (trace):
14182 * emulation/viper-ex.el (viper-ex):
14183 * emulation/viper-mous.el (viper-mouse):
14184 * mail/mailalias.el (mailalias):
14185 * mail/supercite.el (supercite, supercite-frames)
14186 (supercite-attr, supercite-cite, supercite-hooks):
14187 * net/rcompile.el (remote-compile):
14188 * net/rlogin.el (rlogin):
14189 * obsolete/ooutline.el (outlines):
14190 * progmodes/delphi.el (delphi):
14191 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14192 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14193 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14194 (ebnf-optimization):
14195 * progmodes/etags.el (etags):
14196 * progmodes/executable.el (executable):
14197 * progmodes/idlwave.el (idlwave):
14198 * progmodes/pascal.el (pascal):
14199 * progmodes/prolog.el (prolog):
14200 * progmodes/python.el (python):
14201 * progmodes/scheme.el (scheme):
14202 * progmodes/sh-script.el (sh, sh-script):
14203 * progmodes/sql.el (SQL):
14204 * progmodes/tcl.el (tcl):
14205 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14206 * textmodes/enriched.el (enriched):
14207 * textmodes/makeinfo.el (makeinfo):
14208 * textmodes/sgml-mode.el (sgml):
14209 * textmodes/table.el (table-hooks):
14210 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14211 * textmodes/texinfo.el (texinfo):
14212 * textmodes/two-column.el (two-column):
14213 Finish `defgroup' description with period.
14214
14215 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14216 * eshell/esh-var.el (eshell-var):
14217 * progmodes/vhdl-mode.el (vhdl-testbench):
14218 * textmodes/org.el (org): Fix typos in docstrings.
14219
14220 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14221 consistency.
14222
14223 * progmodes/flymake.el (flymake-find-file): Remove.
14224 (flymake-float-time): Use `with-no-warnings'.
14225 (flymake-check-start-time, flymake-check-was-interrupted)
14226 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14227 (flymake-new-err-info): `defvar' at compile time.
14228
14229 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14230
14231 * replace.el (occur-hook): Doc fix.
14232 (occur-1): Don't call `occur-hook' if there are no matches.
14233
14234 2005-07-03 Richard M. Stallman <rms@gnu.org>
14235
14236 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14237 global-map, save the same map.
14238 (global-map): Don't alter it at top level.
14239 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14240 Then alter it here instead.
14241 (tpu-edt-off): Set global-map to the saved one.
14242
14243 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14244 All references simplified.
14245 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14246 (zmacs-regions): Add defvar.
14247 (repeat-complex-command-map): Everything about that deleted.
14248
14249 * textmodes/artist.el (artist-key-is-drawing)
14250 (artist-key-endpoint1, artist-key-poly-point-list)
14251 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14252 (artist-key-compl-table, artist-rb-save-data)
14253 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14254 Don't put them in eval-when-compile.
14255 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14256
14257 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14258 Use with-no-warnings.
14259
14260 * net/browse-url.el (dos-windows-version): Add defvar.
14261
14262 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14263
14264 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14265 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14266 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14267 Add defvar.
14268 (rmail-summary-beginning-of-message): Use with-no-warnings.
14269 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14270
14271 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14272 Use with-no-warnings.
14273
14274 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14275 (c-mark-function): Add point-moving-unit property.
14276 (vi-goto-line): Use with-no-warnings.
14277
14278 * emulation/edt.el (edt-last-copied-word): Add defvar.
14279 (zmacs-region-stays): Likewise.
14280 (edt-mark-section-wisely): Use c-mark-function for C.
14281 Use makr-defun for Fortran.
14282 (time-string): defvar deleted.
14283 (edt-display-the-time): Don't set time-string.
14284
14285 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14286
14287 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14288 Don't warn when name is not constant
14289 or for defining the group `emacs'.
14290
14291 * tooltip.el (gud-tooltip-mode): Add defvar.
14292
14293 * startup.el (default-frame-background-mode): Add defvar.
14294
14295 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14296
14297 * info.el (tool-bar-map): Add defvar.
14298
14299 * dired.el (dnd-protocol-alist): Add defvar.
14300
14301 * dired-aux.el (dired-query): Display question with answer, when
14302 the user answers.
14303
14304 * custom.el (custom-add-option): Doc fix.
14305
14306 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14307
14308 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14309
14310 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14311 bogus name from the last change.
14312
14313 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14314
14315 * custom.el (custom-declare-variable): Fix typos in comment.
14316 (custom-known-themes): Doc fix.
14317 (custom-theme-directory): New defcustom.
14318 (require-theme): Make it check `custom-theme-directory'.
14319
14320 * cus-theme.el (custom-new-theme-mode): New function.
14321 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14322 (custom-theme-description): Add compiler defvars.
14323 (customize-create-theme): Add doc to the "*New Custom Theme*"
14324 buffer. Use `custom-new-theme-mode'.
14325 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14326 and save it to the `custom-theme-directory'. Make this the
14327 default directory of the buffer.
14328
14329 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14330
14331 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14332 Fix unbalanced parentheses.
14333
14334 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14335
14336 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14337 into flymake-mode and delegate to flymake-mode.
14338
14339 * find-file.el (ff-which-function-are-we-in): Clean up.
14340
14341 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14342
14343 * replace.el (occur-rename-buffer): Fix docstring.
14344
14345 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14346 (edt-last-copied-word, edt-learn-macro-count)
14347 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14348 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14349 (time-string, zmacs-region-stays):
14350 * emulation/edt-mapper.el (edt-save-function-key-map)
14351 (EDT-key-name): `defvar' to silence the byte-compiler.
14352
14353 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
14354
14355 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14356 font-lock-regexp-backslash. Doc fix.
14357 (font-lock-regexp-backslash-grouping-construct): Rename from
14358 font-lock-regexp-backslash-construct. Doc fix.
14359 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14360 grouping constructs.
14361
14362 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14363
14364 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14365 updating all the prerequisites.
14366
14367 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14368
14369 * textmodes/org.el (org-agenda-start-on-weekday)
14370 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14371 (org-agenda-use-time-grid, org-archive-location)
14372 (org-allow-space-in-links, org-usenet-links-prefer-google)
14373 (org-enable-table-editor, org-export-default-language)
14374 (org-export-html-show-new-buffer, org-fill-paragraph)
14375 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14376 (org-goto-quit, org-occur, org-eval-in-calendar)
14377 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14378 (org-agenda-diary-entry, org-remember-help)
14379 (org-table-convert-region, org-at-table-p)
14380 (org-table-move-row-down, org-table-move-row-up)
14381 (org-table-copy-region, org-table-toggle-vline-visibility)
14382 (org-table-get-stored-formulas, org-table-get-specials)
14383 (org-recalc-commands, org-table-eval-formula)
14384 (org-table-formula-substitute-names, orgtbl-make-binding)
14385 (org-format-org-table-html, org-format-table-table-html)
14386 (org-format-table-table-html-using-table-generate-source)
14387 (org-customize): Fix typos in docstrings.
14388 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14389 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14390 (org-back-to-heading): Doc fixes.
14391 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14392 (org-agenda-change-all-lines, org-get-header):
14393 Improve argument/docstring consistency.
14394 (orgtbl-error): Fix error message.
14395
14396 * progmodes/flymake.el (flymake-find-possible-master-files)
14397 (flymake-master-file-compare, flymake-get-line-err-count)
14398 (flymake-highlight-line, flymake-gui-warnings-enabled):
14399 Fix typos in docstrings.
14400 (flymake-parse-line, flymake-get-project-include-dirs-function)
14401 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14402 Doc fixes.
14403 (flymake-get-project-include-dirs-function)
14404 (flymake-make-err-menu-data):
14405 Improve argument/docstring consistency.
14406
14407 2005-07-01 Lute Kamstra <lute@gnu.org>
14408
14409 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14410 Catch errors with ignore-errors. Use temporary buffer.
14411 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14412
14413 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14414 background color faces.
14415 (facemenu-set-foreground, facemenu-set-background):
14416 Use facemenu-set-face-from-menu.
14417 (facemenu-set-face-from-menu): Treat face names that start with
14418 "fg:" or "bg:" as special.
14419 (facemenu-add-new-color): Don't create faces. Simplify.
14420
14421 2005-06-30 Richard M. Stallman <rms@gnu.org>
14422
14423 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14424 (crm-find-current-element): Likewise.
14425
14426 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14427
14428 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14429
14430 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14431
14432 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14433 (archive-mouse-extract): Make it an obsolete alias.
14434 (archive-mode-map): Don't use archive-mouse-extract any more.
14435 (archive-mode, archive-extract): write-contents-hooks ->
14436 write-contents-functions.
14437 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14438 first arg.
14439 (archive-rename-entry): Update the call.
14440 (archive-zip-summarize): Remove unused var `method'.
14441 (archive-lzh-summarize): Remove unused var `creator'.
14442
14443 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14444 dedicated frame upon exit.
14445
14446 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14447 (archive-zip-extract, archive-zip-expunge)
14448 (archive-zip-update, archive-zip-update-case): Use executable-find.
14449 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14450 Use restore-buffer-modified-p.
14451 (archive-extract, archive-add-new-member, archive-write-file-member):
14452 Use with-current-buffer.
14453 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14454
14455 2005-06-30 Andreas Schwab <schwab@suse.de>
14456
14457 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14458
14459 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14460
14461 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14462
14463 2005-06-30 Juri Linkov <juri@jurta.org>
14464
14465 * faces.el (vertical-border): Inherit from mode-line-inactive
14466 only on tty.
14467
14468 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14469
14470 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14471 example, -NLINES in the `occur' docstring).
14472
14473 * replace.el (occur-1): When no matches are found, do not set the
14474 `buffer-read-only' and modified flags for the occur buffer,
14475 because it is deleted.
14476
14477 * emulation/cua-base.el (cua-check-pending-input)
14478 (cua-repeat-replace-region, cua-mode, cua-debug)
14479 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14480 Fix typos in docstrings.
14481
14482 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14483 (cua-cut-region-to-global-mark)
14484 (cua--cut-rectangle-to-global-mark):
14485 Remove period from end of messages.
14486
14487 * emulation/cua-rect.el (cua-do-rectangle-padding):
14488 Remove period from end of messages.
14489 (cua--rectangle-seq-format): Fix typo in docstring.
14490 (cua-sequence-rectangle, cua-fill-char-rectangle):
14491 Improve argument/docstring consistency.
14492
14493 2005-06-29 Juri Linkov <juri@jurta.org>
14494
14495 * faces.el (default-frame-background-mode): New internal variable.
14496 (frame-set-background-mode): Use it.
14497
14498 * startup.el (normal-top-level): Set default-frame-background-mode
14499 instead of frame-background-mode. Before setting it, test for its
14500 nil value. Remove tests for frame-background-mode and frame
14501 parameter `reverse'. Add test for "unspecified-fg".
14502
14503 * term/xterm.el (xterm-rxvt-set-background-mode):
14504 * term/rxvt.el (rxvt-set-background-mode):
14505 Set default-frame-background-mode instead of frame-background-mode.
14506
14507 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14508
14509 * simple.el (set-variable): Warn about obsolete user variables.
14510
14511 * imenu.el (imenu--completion-buffer):
14512 * mouse.el (mouse-buffer-menu-alist):
14513 * msb.el (msb-invisible-buffer-p):
14514 * calendar/diary-lib.el (diary-header-line-format):
14515 * emacs-lisp/pp.el (pp-buffer):
14516 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14517 * textmodes/picture.el (picture-replace-match):
14518 Change space constants followed by a sexp to "?\s ".
14519
14520 * play/decipher.el (decipher-loop-with-breaks):
14521 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14522 constants "protected" from end of line by a comment to "?\s".
14523
14524 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14525
14526 * font-lock.el (save-buffer-state): Use `declare'.
14527
14528 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14529 reset the syntax-table to cperl-mode-syntax-table.
14530 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14531 "foo_print_bar" is not matched as a reserved keyword.
14532
14533 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14534
14535 * textmodes/org.el (orgtbl-setup): New function, for delayed
14536 setup for the orgtbl commands.
14537 (org-calc-default-modes): New option.
14538 (orgtbl-make-binding): Use `defun' to get better help display.
14539 (org-diary): Call `org-compile-prefix-format'.
14540 (org-table-formula-substitute-names): New function.
14541 (org-agenda-day-view, org-agenda-week-view): New commands.
14542 (org-agenda-toggle-week-view): Command removed.
14543 (org-tbl-menu): Split off from org-org-menu.
14544 (org-mode): Move removal of outline-mode menus to here.
14545 (org-table-formula-debug): New option.
14546 (org-table-insert-row): Keep first field if just "#" or "*".
14547 (org-mode): Paragraph regexps fixed.
14548 (org-table-recalculate-regexp): New constant.
14549 (org-table-justify-field-maybe): Avoid replace if not necessary.
14550 (org-copy-special, org-cut-special): Use `call-interactively'.
14551 (org-table-copy-region): Take region from `interactive' call.
14552 (org-trim): Return string even if no match.
14553 (org-formula): New face.
14554 (org-set-font-lock-defaults): No longer highlight "FIXME".
14555 But highlight formula-related fields in table.
14556 (org-table-p): Use regexp, not fontification.
14557 (org-table-align): Handle white space at end of line.
14558 (org-table-formula-evaluate-inline): New option.
14559 (org-mode): Auto-wrapping in comment lines turned off.
14560 (org-table-copy-down): Evaluate only in copied field, not in
14561 destination.
14562 (org-table-current-formula): Variable removed.
14563 (org-table-store-formulas, org-table-get-stored-formulas)
14564 (org-table-modify-formulas, org-table-replace-in-formulas)
14565 (org-table-maybe-eval-formula): New functions.
14566 (org-table-get-formula): Modify to use stored formulas.
14567 (org-table-insert-column, org-table-delete-column)
14568 (org-table-move-column): Call `org-table-modify-formulas'.
14569 (org-complete): Add completion for keyword formulas.
14570 (orgtbl-mode): Pull orgtbl-mode-map to start of
14571 minor-mode-map-alist.
14572
14573 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14574
14575 * progmodes/python.el (python-check): Require `compile' before
14576 modifying its variables.
14577
14578 * newcomment.el (comment-indent-default): Don't get fooled by an early
14579 end of buffer.
14580
14581 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14582
14583 * ps-print.el (ps-print-version): Fix version number.
14584
14585 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14586
14587 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14588
14589 2005-06-28 Richard M. Stallman <rms@gnu.org>
14590
14591 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14592 (flyspell-local-mouse-map): Declaration deleted.
14593 (flyspell-mouse-map): Bind only mouse-2.
14594 (flyspell-mode-map): Don't test flyspell-use-local-map.
14595 (flyspell-overlay-keymap-property-name): Var deleted.
14596 (flyspell-mode-on): Don't make local bindings for
14597 flyspell-mouse-map and flyspell-mode-map.
14598 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14599
14600 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14601
14602 * progmodes/compile.el (compilation-next-error-function):
14603 Don't switch buffers; operate on the current buffer.
14604
14605 * progmodes/compile.el (compilation-error-file-name)
14606 (compilation-warning-file-name, compilation-info-file-name)
14607 (compilation-line-number, compilation-column-number): New faces.
14608 (compilation-error-face, compilation-warning-face)
14609 (compilation-info-face, compilation-line-face)
14610 (compilation-column-face): Use them.
14611
14612 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14613
14614 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14615
14616 * bindings.el (global-map): Bind insertchar and its variants.
14617
14618 2005-06-27 Richard M. Stallman <rms@gnu.org>
14619
14620 * textmodes/artist.el (artist-text-overwrite)
14621 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14622
14623 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14624
14625 * ps-print.el: It was not working the page selection for printing.
14626 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14627 (ps-print-version): New version 6.6.7.
14628 (ps-end-sheet): New fun.
14629 (ps-header-sheet, ps-end-job): Call it.
14630
14631 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
14632
14633 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14634
14635 2005-06-27 Lute Kamstra <lute@gnu.org>
14636
14637 * facemenu.el (facemenu-unlisted-faces): Add foreground and
14638 background color faces.
14639 (facemenu-get-face): Delete function.
14640 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14641 (facemenu-add-new-color): Make second argument mandatory.
14642 Create the appropriate face and return it. Simplify.
14643 (facemenu-set-foreground, facemenu-set-background): Don't check if
14644 color is defined. Use return value of facemenu-add-new-color.
14645
14646 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
14647
14648 * progmodes/gud.el (gud-filter): Add missing argument to
14649 with-selected-window.
14650
14651 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14652
14653 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14654 a :require to the defcustom.
14655
14656 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14657 defcustoms corresponding to minor modes.
14658
14659 2005-06-26 David Ponce <david@dponce.com>
14660
14661 * recentf.el: Require tree-widget instead of wid-edit.
14662 (recentf-filename-handler): Fix widget :type.
14663 (recentf-cancel-dialog, recentf-open-more-files)
14664 (recentf-open-files-action): Doc fix.
14665 (recentf-dialog-goto-first): New function.
14666 (recentf-dialog-mode-map): Set parent keymap first.
14667 (recentf-dialog-mode): Define with define-derived-mode.
14668 Don't display continuation lines in dialogs.
14669 (recentf-edit-list): Rename from recentf-edit-selected-items.
14670 (recentf-edit-list-select): Rename from recentf-edit-list-action.
14671 Simplify.
14672 (recentf-edit-list-validate): New function.
14673 (recentf-edit-list): Update accordingly.
14674 (recentf-open-files-item-shift): Remove.
14675 (recentf-open-files-item): Convert menu elements into tree and
14676 link widgets. Don't create the widgets.
14677 (recentf-open-files): Update accordingly.
14678 (recentf-save-list): Untabify.
14679
14680 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
14681
14682 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14683 (keep-lines): Add INTERACTIVE arg. Never delete lines only
14684 partially contained in the active region. Do not take active
14685 region into account when called from Lisp, unless INTERACTIVE arg
14686 is non-nil. Use `forward-line' instead of `beginning-of-line' to
14687 avoid trouble with fields. Make marker point nowhere when no
14688 longer used. Always return nil. Doc fix.
14689 (flush-lines): Add INTERACTIVE arg. Do not take active region
14690 into account when called from Lisp, unless INTERACTIVE arg is
14691 non-nil. Use `forward-line' instead of `beginning-of-line' to
14692 avoid trouble with fields. Make marker point nowhere when no
14693 longer used. Always return nil. Doc fix.
14694 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
14695 interchangeable. Do not take active region into account when
14696 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
14697 message in echo area when called from Lisp, unless INTERACTIVE arg
14698 is non-nil. Avoid saying "1 occurrences". Do not use markers.
14699 Return the number of matches. Doc fix.
14700 (occur): Doc fix.
14701 (perform-replace): Make comment follow double space convention for
14702 the sake of `outline-minor-mode'.
14703
14704 * faces.el (facep): Doc fix.
14705
14706 2005-06-25 Richard M. Stallman <rms@gnu.org>
14707
14708 * facemenu.el (facemenu-enable-faces-p): New function.
14709 (facemenu-background-menu, facemenu-foreground-menu)
14710 (facemenu-face-menu): Add menu-enable property.
14711
14712 * jka-compr.el (jka-compr-insert-file-contents):
14713 Special handling if cannot find the uncompression program.
14714
14715 * cus-face.el (custom-face-attributes): Add autoload.
14716
14717 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14718 Bind comment-indent-function locally.
14719
14720 * window.el (save-selected-window): Use save-current-buffer.
14721
14722 * subr.el (with-selected-window): Use save-current-buffer.
14723
14724 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14725 and with-current-buffer.
14726
14727 2005-06-24 Richard M. Stallman <rms@gnu.org>
14728
14729 * simple.el (line-move-1): Fix previous change.
14730
14731 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
14732
14733 * replace.el (occur-1): Set `buffer-read-only' and the
14734 buffer-modified flag before running `occur-hook' to protect
14735 against unintentional buffer switches that can lead to data loss.
14736
14737 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
14738
14739 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14740 (gud-gdb-marker-filter): Use font-lock-warning-face for any
14741 initial error.
14742
14743 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14744 after fresh input.
14745 (gdb-var-create-handler): Put name of expression in quotes.
14746
14747 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
14748
14749 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14750 elements of RING in order, and without bogus nil elements.
14751
14752 2005-06-23 Richard M. Stallman <rms@gnu.org>
14753
14754 * simple.el (set-variable): Args renamed; doc fix.
14755 (line-move-1): When there are overlays around, use vertical-motion.
14756
14757 * faces.el (escape-glyph): Use brown against light background.
14758 (nobreak-space): Rename from no-break-space.
14759 Fix previous change.
14760
14761 * dired-aux.el (dired-do-copy): Fix arg prompt.
14762
14763 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14764
14765 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14766
14767 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14768 rather than "Distributor".
14769
14770 2005-06-23 Lute Kamstra <lute@gnu.org>
14771
14772 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14773 (debug-on-entry): Use it. New interactive declaration that uses
14774 function-called-at-point.
14775
14776 2005-06-23 Kim F. Storm <storm@cua.dk>
14777
14778 * subr.el (save-match-data): Add comment about using evaporate arg
14779 to set-match-data.
14780
14781 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
14782
14783 * cus-edit.el (customize-face)
14784 (customize-face-other-window): Handle face aliases.
14785
14786 * faces.el (face-documentation, set-face-attribute)
14787 (face-spec-set): Handle face aliases.
14788
14789 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
14790
14791 * help-mode.el (help-make-xrefs): If a symbol representing a face
14792 name is not followed by the word "face", it could still be a
14793 function or variable name, so don't bypass other checks.
14794
14795 2005-06-22 Juri Linkov <juri@jurta.org>
14796
14797 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14798 Replace aliased functions with calls where second arg `inherit' is t.
14799
14800 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
14801
14802 * progmodes/gdb-ui.el (gdb-error): New variable.
14803 (gdb-error): New function.
14804 (gdb-annotation-rules): Act on error-begin and error annotations.
14805 (gdb-concat-output): Use font-lock-warning-face for errors.
14806
14807 2005-06-22 Miles Bader <miles@gnu.org>
14808
14809 * bindings.el (propertized-buffer-identification): Use renamed
14810 `Buffer-menu-buffer' face.
14811
14812 * faces.el (vertical-border): Rename from `vertical-divider'.
14813 (escape-glyph): Change dark-background color back to `cyan'.
14814
14815 2005-06-21 Juri Linkov <juri@jurta.org>
14816
14817 * faces.el (face-user-default-spec): Try getting `customized-face'
14818 prior to `saved-face'.
14819 (frame-background-mode): Refill docstring.
14820
14821 * emacs-lisp/lisp-mode.el (eval-defun-1):
14822 * emacs-lisp/edebug.el (edebug-eval-defun):
14823 Set `saved-face' temporarily to nil before calling form.
14824 Set `customized-face' to the new spec after that.
14825
14826 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
14827
14828 * subr.el (1value, lambda, key-substitution-in-progress):
14829 Doc fixes.
14830
14831 * autoinsert.el (auto-insert-alist):
14832 * ses.el (ses-call-printer):
14833 * subr.el (noreturn):
14834 * emacs-lisp/lisp.el (check-parens):
14835 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14836 * net/browse-url.el (browse-url-mosaic):
14837 * progmodes/cc-defs.el (c-safe-scan-lists):
14838 * progmodes/ebnf-abn.el (ebnf-abn-lex):
14839 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14840 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14841 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14842 * progmodes/ebnf-iso.el (ebnf-iso-lex):
14843 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14844
14845 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
14846
14847 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
14848
14849 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
14850
14851 * calendar/appt.el (appt-make-list): Activate the package, if
14852 not already active (for backwards compatibility).
14853
14854 2005-06-20 Kim F. Storm <storm@cua.dk>
14855
14856 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
14857
14858 2005-06-20 Miles Bader <miles@gnu.org>
14859
14860 * faces.el (vertical-divider): New face.
14861
14862 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
14863
14864 * simple.el (kill-whole-line): Doc fix.
14865 (next-error-buffer-p, next-error-find-buffer)
14866 (clone-indirect-buffer): Fix typos in docstrings.
14867 (comment-line-break-function): Doc fix: don't say variable
14868 is automatically buffer-local (it isn't).
14869
14870 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
14871
14872 * net/tramp-ftp.el (top):
14873 * net/tramp-smb.el (top):
14874 * net/tramp-util.el (top):
14875 * net/tramp-uu.el (top):
14876 * net/tramp-vc.el (top):
14877 * net/tramp.el (top): Revert copyright years back to original
14878 ones. Tramp has a life outside GNU Emacs.
14879
14880 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
14881
14882 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
14883
14884 2005-06-18 Juri Linkov <juri@jurta.org>
14885
14886 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
14887 end of first regexp to limit the match to the position between
14888 line number and source line with same separator character as used
14889 between file name and line number. In the second regexp limit
14890 mouse-face area to file name and line number by adding new group
14891 for them and referring it in HYPERLINK arg.
14892 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
14893 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
14894 previous line where grep markers may be already removed.
14895
14896 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
14897
14898 * progmodes/ps-mode.el: Update version and maintainer's email address.
14899
14900 2005-06-18 Steve Youngs <steve@xemacs.org>
14901
14902 * net/browse-url.el (browse-url-browser-function)
14903 (browse-url-default-browser): Add firefox.
14904 (browse-url-firefox-program, browse-url-firefox-arguments)
14905 (browse-url-firefox-startup-arguments)
14906 (browse-url-firefox-new-window-is-tab): New defcustoms.
14907 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
14908
14909 2005-06-17 Richard M. Stallman <rms@gnu.org>
14910
14911 * startup.el (command-line): Warn if specified user name has
14912 no home directory.
14913
14914 * term.el (term-get-old-input, term-input-filter, term-input-sender)
14915 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
14916
14917 * longlines.el (longlines-mode, longlines-show-hard-newlines):
14918 Doc fixes.
14919
14920 * faces.el (underline): Try bold if terminal doesn't support underline.
14921
14922 * mail/sendmail.el (mail-setup-with-from): New variable.
14923 (mail-insert-from-field): New function.
14924 (sendmail-send-it): Call it.
14925 (mail-setup): Optionally call it here.
14926
14927 * term/linux.el: Call tty-no-underline.
14928
14929 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
14930
14931 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
14932
14933 2005-06-17 Miles Bader <miles@gnu.org>
14934
14935 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
14936 (ediff-current-diff-C, ediff-current-diff-Ancestor)
14937 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
14938 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
14939 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
14940 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
14941 Remove "-face" suffix from face names.
14942 (ediff-current-diff-face-A, ediff-current-diff-face-B)
14943 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14944 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14945 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14946 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14947 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14948 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14949 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14950 New backward-compatibility aliases for renamed faces.
14951 (ediff-current-diff-face-A, ediff-current-diff-face-B)
14952 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14953 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14954 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14955 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14956 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14957 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14958 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14959 Use renamed ediff faces.
14960
14961 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
14962 Remove "-face" suffix from face names.
14963 (eshell-test-ok-face, eshell-test-failed-face):
14964 New backward-compatibility aliases for renamed faces.
14965 (eshell-run-test): Use renamed eshell-test faces.
14966
14967 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
14968 face name.
14969 (eshell-prompt-face): New backward-compatibility alias for renamed
14970 face.
14971 (eshell-emit-prompt): Use renamed eshell-prompt face.
14972
14973 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
14974 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
14975 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
14976 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
14977 Remove "-face" suffix from face names.
14978 (eshell-ls-directory-face, eshell-ls-symlink-face)
14979 (eshell-ls-executable-face, eshell-ls-readonly-face)
14980 (eshell-ls-unreadable-face, eshell-ls-special-face)
14981 (eshell-ls-missing-face, eshell-ls-archive-face)
14982 (eshell-ls-backup-face, eshell-ls-product-face)
14983 (eshell-ls-clutter-face):
14984 New backward-compatibility aliases for renamed faces.
14985 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
14986
14987 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
14988 Remove "-face" suffix from face name.
14989 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
14990 instead of literal face.
14991
14992 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
14993
14994 * emacs-lisp/warnings.el (display-warning, lwarn)
14995 (warning-minimum-log-level): Doc fixes.
14996 (warning-minimum-level, warning-minimum-log-level):
14997 Add :debug to :type choices.
14998
14999 * progmodes/ada-mode.el (ada-format-paramlist)
15000 (ada-get-indent-case, ada-check-matching-start)
15001 (ada-check-defun-name, ada-goto-matching-decl-start)
15002 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15003 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15004 (ada-make-subprogram-body): Follow error conventions.
15005 (ada-case-exception-file, ada-indent-comment-as-code)
15006 (ada-indent-handle-comment-special, ada-indent-renames)
15007 (ada-indent-return, ada-search-directories-internal)
15008 (ada-tab-policy, ada-case-exception-substring)
15009 (ada-other-file-alist, ada-matching-start-re)
15010 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15011 (ada-imenu-generic-expression, ada-compile-goto-error)
15012 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15013 (ada-popup-menu, ada-add-extensions, ada-mode)
15014 (ada-region-selected, ada-create-case-exception)
15015 (ada-create-case-exception-substring, ada-after-keyword-p)
15016 (ada-activate-keys-for-case, ada-adjust-case-region)
15017 (ada-adjust-case-buffer, ada-format-paramlist)
15018 (ada-scan-paramlist, ada-insert-paramlist)
15019 (ada-indent-newline-indent)
15020 (ada-indent-newline-indent-conditional)
15021 (ada-justified-indent-current, ada-goto-previous-word)
15022 (ada-indent-current, ada-get-indent-open-paren)
15023 (ada-get-indent-paramlist, ada-get-indent-end)
15024 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15025 (ada-get-indent-block-start, ada-get-indent-subprog)
15026 (ada-get-indent-noindent, ada-get-indent-label)
15027 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15028 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15029 (ada-goto-stmt-end, ada-goto-next-word)
15030 (ada-check-matching-start, ada-check-defun-name)
15031 (ada-goto-matching-decl-start, ada-goto-matching-start)
15032 (ada-goto-matching-end, ada-search-ignore-string-comment)
15033 (ada-in-decl-p, ada-looking-at-semi-or)
15034 (ada-looking-at-semi-private, ada-in-paramlist-p)
15035 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15036 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15037 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15038 (ada-previous-package, ada-create-menu)
15039 (ada-fill-comment-paragraph-justify)
15040 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15041 (ada-other-file-name, ada-last-which-function-line)
15042 (ada-last-which-function-subprog, ada-which-function)
15043 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15044 (ada-gen-treat-proc, ada-check-emacs-version)
15045 (ada-continuation-indent, ada-align-region-separate):
15046 Fix typos in docstrings.
15047 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15048
15049 2005-06-16 Lute Kamstra <lute@gnu.org>
15050
15051 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15052 conditionally.
15053
15054 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15055
15056 * comint.el (comint-replace-by-expanded-filename)
15057 (comint-prompt-regexp, comint-delimiter-argument-list)
15058 (comint-preinput-scroll-to-bottom):
15059 * info.el (Info-hide-cookies-node):
15060 * ls-lisp.el (ls-lisp-classify):
15061 * find-file.el (ff-search-directories, ff-special-constructs)
15062 (ff-find-other-file):
15063 * font-lock.el (font-lock-keywords):
15064 * shell.el (shell-prompt-pattern)
15065 (shell-dynamic-complete-functions, shell-mode)
15066 (shell-delimiter-argument-list):
15067 * term.el (term-replace-by-expanded-filename)
15068 (term-prompt-regexp, term-delimiter-argument-list):
15069 * woman.el (woman-ignore, woman0-if):
15070 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15071 * emacs-lisp/elint.el (elint-init-env):
15072 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15073 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15074 * language/ethio-util.el (ethio-tilde-escape)
15075 (ethio-use-three-dot-question):
15076 * net/zone-mode.el (zone-mode-load-time-setup):
15077 * progmodes/cc-align.el (c-lineup-argcont):
15078 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15079 * progmodes/cperl-mode.el (cperl-set-style-back):
15080 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15081 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15082 Fix spellings in docstrings.
15083
15084 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15085 * progmodes/modula2.el (m2-for): Fix spellings.
15086
15087 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15088
15089 * simple.el (undo-more): Don't use `format' on `error' arguments.
15090 Improve argument/docstring consistency.
15091 (pending-undo-list): Doc fix.
15092
15093 * smerge-mode.el (smerge-ensure-match):
15094 * emulation/vip.el (vip-ex):
15095 * net/zone-mode.el (zone-mode-update-serial):
15096 * progmodes/idlwave.el (idlwave-complete):
15097 * progmodes/vhdl-mode.el (vhdl-visit-file)
15098 (vhdl-compose-wire-components):
15099 Don't use `format' on `error' arguments.
15100
15101 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15102 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15103 (tooltip-help-tips): Fix typos in docstrings.
15104
15105 2005-06-16 David Ponce <david@dponce.com>
15106
15107 * tree-widget.el (tree-widget-value-create): Simplify last change.
15108
15109 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15110
15111 * ido.el (ido-incomplete-regexp): New variable.
15112 (ido-set-matches-1): Handle invalid-regexp error and set
15113 ido-incomplete-regexp.
15114 (ido-incomplete-regexp): New face.
15115 (ido-completions): Use it.
15116 (ido-complete, ido-exit-minibuffer, ido-completions):
15117 Handle incomplete regexps.
15118 (ido-completions): Add check for complete match when entering a regexp.
15119
15120 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15121
15122 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15123
15124 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15125
15126 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15127 by field delimiters.
15128
15129 2005-06-15 David Ponce <david@dponce.com>
15130
15131 * tree-widget.el: eval-and-compile inlined functions so they will
15132 be available at run-time too.
15133 (tree-widget-super-format-handler)
15134 (tree-widget-format-handler): Remove.
15135 (tree-widget-value-create): Handle the :indent property.
15136
15137 2005-06-15 Miles Bader <miles@gnu.org>
15138
15139 * progmodes/which-func.el (which-func): Only inherit
15140 `font-lock-function-name-face' when that makes sense against the
15141 default mode-line face, otherwise set the face color explicitly.
15142
15143 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15144 faces instead of (non-existent) variables.
15145
15146 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15147
15148 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15149 (iswitchb-get-matched-buffers): Likewise. Simplify.
15150
15151 2005-06-14 Miles Bader <miles@gnu.org>
15152
15153 * progmodes/ld-script.el (ld-script-location-counter):
15154 Remove "-face" suffix from face name.
15155 (ld-script-location-counter-face):
15156 New backward-compatibility alias for renamed face.
15157 (ld-script-location-counter-face): Use renamed face.
15158
15159 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15160 (cperl-hash): Remove "-face" suffix from face names.
15161 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15162 New backward-compatibility aliases for renamed faces.
15163 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15164 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15165
15166 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15167 name.
15168 (which-func-face): New backward-compatibility alias for renamed face.
15169 (which-func-format): Use renamed which-func face.
15170
15171 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15172 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15173 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15174 names.
15175 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15176 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15177 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15178 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15179 (vhdl-speedbar-architecture-selected)
15180 (vhdl-speedbar-configuration-selected)
15181 (vhdl-speedbar-package-selected)
15182 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15183 names.
15184 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15185 Use renamed faces.
15186 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15187 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15188 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15189 Use renamed faces.
15190 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15191 names.
15192 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15193 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15194 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15195 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15196 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15197 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15198
15199 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15200 face name.
15201 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15202 (sh-heredoc-face): Use renamed sh-heredoc face.
15203
15204 * progmodes/idlw-help.el (idlwave-help-link):
15205 Remove "-face" suffix from face name.
15206 (idlwave-help-link-face):
15207 New backward-compatibility alias for renamed face.
15208 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15209
15210 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15211 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15212 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15213 New backward-compatibility aliases for renamed faces.
15214 (idlwave-shell-disabled-breakpoint-face)
15215 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15216
15217 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15218 Remove "-face" suffix from face names.
15219 (flymake-errline-face, flymake-warnline-face):
15220 New backward-compatibility aliases for renamed faces.
15221 (flymake-highlight-line): Use renamed flymake faces.
15222
15223 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15224 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15225 (ebrowse-member-class, ebrowse-progress):
15226 Remove "-face" suffix from face names.
15227 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15228 (ebrowse-file-name-face, ebrowse-default-face)
15229 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15230 (ebrowse-progress-face):
15231 New backward-compatibility aliases for renamed faces.
15232 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15233 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15234 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15235 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15236
15237 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15238 antlr-syntax)
15239 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15240 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15241 names.
15242 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15243 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15244 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15245 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15246 backward-compatibility aliases for renamed faces.
15247 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15248 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15249 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15250 remove "font-lock-". Use renamed antlr-mode faces.
15251 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15252 literal face-names with face variable references.
15253
15254 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15255 face name.
15256 (Buffer-menu-buffer-face): New backward-compatibility alias for
15257 renamed face.
15258 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15259
15260 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15261
15262 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15263 Eliminate "-face" suffix.
15264 (makefile-targets): Inherit from font-lock-function-name-face and
15265 eliminate "-face" suffix.
15266 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15267 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15268 actions, instead of prepending, to make it less visible.
15269 (makefile-previous-dependency, makefile-match-dependency):
15270 Don't match a target on a continuation line.
15271
15272 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15273
15274 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15275
15276 * progmodes/gdb-ui.el (menu): Re-order menu items.
15277 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15278
15279 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15280 Define in tooltip.el.
15281 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15282 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15283 gud-tooltip-echo-area.
15284
15285 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15286 backward compatibility and make obsolete.
15287 (tooltip-help-tips): Use tooltip-use-echo-area.
15288 (tooltip-show-help-function): Rename to...
15289 (tooltip-show-help): ...this, because it is a function.
15290 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15291
15292 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15293
15294 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15295 (edebug-print-length, edebug-print-level, edebug-print-circle)
15296 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15297 (edebug-eval-print-last-sexp): Doc fixes.
15298
15299 2005-06-14 Kim F. Storm <storm@cua.dk>
15300
15301 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15302 as the coverage buffer/file/both may change.
15303
15304 2005-06-14 Lute Kamstra <lute@gnu.org>
15305
15306 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15307 and run-mode-hooks. Simplify.
15308
15309 * mail/rmailedit.el (rmail-edit-mode):
15310 * progmodes/octave-inf.el (inferior-octave-mode):
15311 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15312
15313 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15314 and run-mode-hooks.
15315 (recentf-edit-list, recentf-open-files): Don't call
15316 kill-all-local-variables directly.
15317
15318 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15319
15320 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15321
15322 * emacs-lisp/byte-run.el (make-obsolete)
15323 (define-obsolete-function-alias): Rename arguments FUNCTION and
15324 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15325 (make-obsolete-variable, define-obsolete-variable-alias):
15326 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15327 respectively.
15328
15329 * isearchb.el (isearchb-activate):
15330 * pcvs.el (cvs-mode):
15331 * ses.el (ses-load):
15332 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15333 * net/tramp.el (tramp-find-file-exists-command)
15334 (tramp-find-shell):
15335 * progmodes/ada-mode.el (ada-create-case-exception)
15336 (ada-create-case-exception-substring, ada-make-subprogram-body):
15337 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15338 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15339 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15340 * textmodes/org.el (org-promote, org-evaluate-time-range)
15341 (org-agenda-next-date-line, org-agenda-previous-date-line)
15342 (org-agenda-error, org-open-at-point, org-table-move-row)
15343 (org-format-table-table-html-using-table-generate-source)
15344 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15345 * textmodes/reftex.el (reftex-access-scan-info):
15346 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15347 (reftex-toc-promote-prepare): Follow error conventions.
15348
15349 * diff-mode.el (diff-mode): Fix typo in docstring.
15350
15351 * forms.el (forms--intuit-from-file): Fix reference to
15352 `forms-number-of-fields' in error message.
15353 (forms-print): Fix quoting in error message.
15354
15355 * forms.el (forms-mode):
15356 * emulation/vi.el (vi-goto-insert-state):
15357 * progmodes/flymake.el (flymake-new-err-info)
15358 (flymake-start-syntax-check-for-current-buffer)
15359 (flymake-simple-cleanup):
15360 * eshell/esh-var.el (eshell/export):
15361 * progmodes/gud.el (xdb):
15362 * textmodes/flyspell.el (flyspell-incorrect-hook)
15363 (flyspell-maybe-correct-transposition)
15364 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15365
15366 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15367
15368 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15369 minibuffer prompt.
15370
15371 2005-06-13 Kim F. Storm <storm@cua.dk>
15372
15373 * subr.el (add-to-ordered-list): New defun.
15374
15375 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15376 add cua--keymap-alist to emulation-mode-map-alists.
15377
15378 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15379
15380 * subr.el (complete-in-turn): New macro.
15381 (dynamic-completion-table, lazy-completion-table): Add debug info.
15382
15383 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15384 in preference to face aliases.
15385
15386 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15387 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15388 Remove unused vars `start' and `firstline'.
15389 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15390 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15391
15392 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15393
15394 * cus-start.el (all): Don't complain about missing GTK-related
15395 variables, unless either `gtk' is boundp or this isn't a
15396 `windows-nt' build.
15397
15398 2005-06-13 Lute Kamstra <lute@gnu.org>
15399
15400 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15401 run-mode-hooks.
15402
15403 * ediff-mult.el (ediff-meta-mode):
15404 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15405
15406 * ledit.el (ledit-mode): Use delay-mode-hooks.
15407
15408 * woman.el (woman-mode-line-format): Delete constant.
15409 (woman-mode-map): Initialize it properly.
15410 (woman-mode): Set mode-class property to special.
15411 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15412 Set major-mode and mode-name. Don't set mode-line-format directly.
15413 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15414
15415 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15416 string argument obsolete.
15417
15418 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15419
15420 * textmodes/org.el (org-CUA-compatible): New option.
15421 (org-disputed-keys): New variable.
15422 (org-key): New function.
15423 (orgtbl-make-binding): Add docstring to the created function.
15424 (org-mode): Set paragraph start/separate regexps.
15425 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15426 (org-archive-location, org-archive-mark-done)
15427 (org-archive-stamp-time): New options.
15428 (org-archive-subtree): New command.
15429 (org-fill-paragraph): New function.
15430 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15431 (org-fake-empty-table-line): Function removed.
15432 (org-format-org-table-html): Do not create empty table lines at
15433 separator lines. Improved table header treatment.
15434 (org-link-format): New option.
15435 (org-make-link): New function.
15436 (org-insert-link, org-store-link): Use org-make-link.
15437 (org-open-file): Quote file name for shell command, to allow
15438 spaces in file names.
15439 (org-link-regexp): Fix bug with mailto link.
15440 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15441 New constants.
15442 (org-export-as-html): Deal with the optional angles around a link.
15443 Better treatment of file: links.
15444 (org-open-at-point): Replace @{ and @} with < and >.
15445 (org-run-mode-hooks): Function removed.
15446 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15447
15448 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15449
15450 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15451 MI command -data-list-register-values.
15452 (gdb-post-prompt): Indent properly.
15453
15454 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15455
15456 * hilit-chg.el (highlight-changes-colors): Rename from
15457 `highlight-changes-colours'.
15458 (highlight-changes-colours): Keep as obsolete alias.
15459 (highlight-changes-face-list): Doc fix.
15460 (hilit-chg-make-list): Use `highlight-changes-colors'.
15461
15462 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15463
15464 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15465 defun-prompt-regexp.
15466
15467 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15468
15469 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15470 and cygwin.
15471
15472 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15473 Don't use an old loaddefs.el, as in Makefile.in.
15474
15475 2005-06-12 Lute Kamstra <lute@gnu.org>
15476
15477 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15478
15479 * man.el (Man-mode-map): Initialize it properly.
15480 (Man-mode): Set mode-class property to special.
15481
15482 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15483
15484 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15485
15486 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15487 A newline is needed in the docstring there.
15488
15489 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15490 Doc fixes.
15491
15492 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15493
15494 * printing.el: Doc fix. The menubar is no more changed when printing
15495 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15496 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15497 (pr-version): New version number (6.8.4).
15498 (pr-menu-bind): New command.
15499 (pr-update-menus): Docstring and code fix.
15500 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15501 Docstring fix.
15502 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15503 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15504
15505 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15506
15507 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15508 "Returns" to "return", document useful return values, etc.
15509
15510 2005-06-11 Alan Mackenzie <acm@muc.de>
15511
15512 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15513 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15514 (adaptive-file-function): Minor amendment to doc-string.
15515
15516 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15517
15518 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15519 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15520 Fix :type--it is `integer', not `string'.
15521
15522 * faces.el (modeline-highlight): Rename from (the erroneous)
15523 `modeline-higilight'.
15524
15525 2005-06-11 Lute Kamstra <lute@gnu.org>
15526
15527 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15528 lisp-interaction-mode-map but make it the parent.
15529 (edebug-eval-mode): Use define-derived-mode.
15530
15531 2005-06-11 Andreas Schwab <schwab@suse.de>
15532
15533 * bindings.el: Add binding of `ESC functionkey' for every
15534 `M-functionkey'.
15535 * hexl.el (hexl-mode-map): Likewise.
15536
15537 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15538
15539 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15540 [msft]: update regexp for newer msft compilers.
15541
15542 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15543
15544 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15545 ATTLIST portions of included DTDs.
15546 (xml-parse-dtd): Eliminate use of inefficient match-data.
15547
15548 2005-06-10 Miles Bader <miles@gnu.org>
15549
15550 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15551 (mpuz-text): Remove "-face" suffix from face names.
15552 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15553 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15554 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15555
15556 * play/gomoku.el (gomoku-O, gomoku-X):
15557 Remove "-face" suffix from face names.
15558 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15559 New backward-compatibility aliases for renamed faces.
15560 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15561
15562 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15563
15564 * thumbs.el: Fixes for changes of 2005-06-09.
15565 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15566 as a directory.
15567 (thumbs-thumbname): Remove directory separator from format string;
15568 `thumbs-thumbsdir' now returns a valid directory name.
15569 (thumbs-temp-dir): New defsubst.
15570 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15571 Use it.
15572
15573 * cus-edit.el (minibuffer):
15574 * files.el (make-backup-file-name-function):
15575 * filesets.el (filesets-external-viewers):
15576 * hilit-chg.el (highlight-changes-colours)
15577 (highlight-changes-face-list, highlight-changes-rotate-faces):
15578 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15579 * kmacro.el (kmacro-call-macro):
15580 * log-edit.el (log-edit-changelog-full-paragraphs):
15581 * mouse.el (mouse-1-click-follows-link):
15582 * skeleton.el (skeleton-autowrap):
15583 * subr.el (insert-for-yank-1):
15584 * tempo.el (tempo-insert-region):
15585 * terminal.el (terminal-emulator):
15586 * time.el (display-time-mail-face):
15587 * vc.el (vc-annotate):
15588 * vcursor.el (vcursor-copy-line):
15589 * woman.el (woman-bold-headings, woman-ignore)
15590 (woman-default-faces, woman-monochrome-faces):
15591 * calendar/todo-mode.el (todo-insert-threshold):
15592 * emulation/pc-select.el (pc-select-selection-keys-only)
15593 (pc-selection-mode):
15594 * emulation/vip.el (vip-find-char-forward):
15595 * emulation/viper-cmd.el (viper-find-char-forward):
15596 * international/mule-cmds.el
15597 (select-safe-coding-system-accept-default-p)
15598 (input-method-exit-on-invalid-key):
15599 * international/mule-diag.el (describe-coding-system):
15600 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15601 * net/browse-url.el (browse-url-xterm-program):
15602 * obsolete/lazy-lock.el (lazy-lock-mode):
15603 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15604 (cperl-mode):
15605 * progmodes/cpp.el (cpp-face-light-name-list)
15606 (cpp-face-dark-name-list):
15607 * progmodes/delphi.el (delphi-newline-always-indents):
15608 Fix spellings in docstrings.
15609
15610 * ido.el (ido-mode, ido-file-extensions-order)
15611 (ido-default-file-method, ido-default-buffer-method)
15612 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15613 (ido-decorations, ido-read-file-name-as-directory-commands)
15614 (ido-read-file-name-non-ido, ido-work-directory-list)
15615 (ido-ignore-item-temp-list, ido-current-directory)
15616 (ido-magic-forward-char, ido-enter-find-file)
15617 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15618 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15619
15620 2005-06-10 Lute Kamstra <lute@gnu.org>
15621
15622 * play/dunnet.el (dun-mode): Use define-derived-mode.
15623 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
15624 obsolete alias.
15625
15626 * play/doctor.el (doctor-mode-map): Remove defvar.
15627 (doctor-mode): Use define-derived-mode.
15628
15629 * mail/mspools.el (mspools-mode):
15630 * net/eudc-hotlist.el (eudc-hotlist-mode):
15631 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15632
15633 2005-06-10 Miles Bader <miles@gnu.org>
15634
15635 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15636 Remove "-face" suffix from face names.
15637 (flyspell-incorrect-face, flyspell-duplicate-face):
15638 New backward-compatibility aliases for renamed faces.
15639 (flyspell-mode-on, make-flyspell-overlay)
15640 (flyspell-highlight-incorrect-region)
15641 (flyspell-highlight-duplicate-region)
15642 (flyspell-display-next-corrections)
15643 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15644
15645 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15646 from face name.
15647 (texinfo-heading-face): New backward-compatibility alias for
15648 renamed face.
15649 (texinfo-heading-face): Use renamed texinfo-heading face.
15650
15651 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15652 suffix from face names.
15653 (tex-math-face, tex-verbatim-face):
15654 New backward-compatibility aliases for renamed faces.
15655 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15656 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15657 literal face name.
15658
15659 * textmodes/table.el (table-cell): Remove "-face" suffix from face
15660 name.
15661 (table-cell-face): New backward-compatibility alias for renamed face.
15662 (table--put-cell-face-property, table--update-cell-face):
15663 Use renamed table-cell face.
15664
15665 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15666 from face name.
15667 (sgml-namespace-face): New backward-compatibility alias for
15668 renamed face.
15669 (sgml-namespace-face): Use renamed sgml-namespace face.
15670
15671 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15672 (org-level-4, org-level-5, org-level-6, org-level-7)
15673 (org-level-8, org-warning, org-headline-done)
15674 (org-deadline-announce, org-scheduled-today)
15675 (org-scheduled-previously, org-link, org-done, org-table)
15676 (org-time-grid): Remove "-face" suffix from face names.
15677 (org-level-1-face, org-level-2-face, org-level-3-face)
15678 (org-level-4-face, org-level-5-face, org-level-6-face)
15679 (org-level-7-face, org-level-8-face, org-warning-face)
15680 (org-headline-done-face, org-deadline-announce-face)
15681 (org-scheduled-today-face, org-scheduled-previously-face)
15682 (org-link-face, org-done-face, org-table-face)
15683 (org-time-grid-face):
15684 New backward-compatibility aliases for renamed faces.
15685 (org-level-faces, org-set-font-lock-defaults, org-timeline)
15686 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15687 (org-agenda-get-timestamps, org-agenda-get-scheduled)
15688 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15689
15690 * emulation/viper-init.el (viper-search, viper-replace-overlay)
15691 (viper-minibuffer-emacs, viper-minibuffer-insert)
15692 (viper-minibuffer-vi): Remove "-face" suffix from face names.
15693 (viper-search-face, viper-replace-overlay-face)
15694 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15695 (viper-minibuffer-vi-face):
15696 New backward-compatibility aliases for renamed faces.
15697 (viper-search-face, viper-replace-overlay-face)
15698 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15699 (viper-minibuffer-vi-face): Use renamed viper faces.
15700
15701 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15702 Remove "-face" suffix from face names.
15703 (testcover-nohits-face, testcover-1value-face):
15704 New backward-compatibility aliases for renamed faces.
15705 (testcover-mark): Use renamed testcover faces.
15706
15707 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15708 face name.
15709 (diary-button-face): New backward-compatibility alias for renamed face.
15710 (diary-entry): Use renamed diary-button face.
15711
15712 * calendar/calendar.el (diary, calendar-today, holiday)
15713 (mark-visible-calendar-date): Remove "-face" suffix from face names.
15714 (diary-face, calendar-today-face, holiday-face):
15715 New backward-compatibility aliases for renamed faces.
15716 (eval-after-load "facemenu", diary-entry-marker)
15717 (calendar-today-marker, calendar-holiday-marker, diary-face):
15718 Use renamed calendar faces.
15719
15720 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15721 (compare-windows-face): New backward-compatibility alias for
15722 renamed face.
15723 (compare-windows-highlight): Use renamed compare-windows face.
15724
15725 * strokes.el (strokes-char): Remove "-face" suffix from face name.
15726 (strokes-char-face): New backward-compatibility alias for renamed face.
15727 (strokes-encode-buffer): Use renamed strokes-char face.
15728
15729 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15730 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15731 Remove "-face" suffix from face names.
15732 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15733 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15734 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15735 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15736 Use renamed pcvs faces.
15737 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15738 * pcvs-defs.el (cvs-mode-map): Likewise.
15739 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15740
15741 * info.el (info-title-1, info-title-2, info-title-3)
15742 (info-title-4): Remove "-face" suffix from and downcase face names.
15743 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15744 (Info-title-4-face):
15745 New backward-compatibility aliases for renamed faces.
15746 (Info-fontify-node): Use renamed info faces.
15747
15748 * hilit-chg.el (highlight-changes, highlight-changes-delete):
15749 Remove "-face" suffix from face names.
15750 (highlight-changes-face, highlight-changes-delete-face):
15751 New backward-compatibility aliases for renamed faces.
15752 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15753 (hilit-chg-make-list): Use renamed highlight-changes faces.
15754
15755 * generic-x.el (show-tabs-tab, show-tabs-space):
15756 Remove "-face" suffix from face names.
15757 (show-tabs-tab-face, show-tabs-space-face):
15758 New backward-compatibility aliases for renamed faces.
15759 (show-tabs-generic-mode-font-lock-defaults-1)
15760 (show-tabs-generic-mode-font-lock-defaults-2):
15761 Use renamed show-tabs faces.
15762
15763 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15764 (smerge-markers): Remove "-face" suffix from face names.
15765 (smerge-mine-face, smerge-other-face, smerge-base-face)
15766 (smerge-markers-face):
15767 New backward-compatibility aliases for renamed faces.
15768 (smerge-mine-face, smerge-other-face, smerge-base-face)
15769 (smerge-markers-face): Use renamed smerge faces.
15770
15771 * log-view.el (log-view-file, log-view-message): Remove "-face"
15772 suffix from face names.
15773 (log-view-file-face, log-view-message-face):
15774 New backward-compatibility aliases for renamed faces.
15775 (log-view-file-face, log-view-message-face): Use renamed log-view
15776 faces.
15777
15778 * paren.el (show-paren-match, show-paren-mismatch):
15779 Remove "-face" suffix from face names.
15780 (show-paren-match-face, show-paren-mismatch-face):
15781 New backward-compatibility aliases for renamed faces.
15782 (show-paren-function): Use renamed show-paren faces.
15783
15784 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15785 (ruler-mode-margins, ruler-mode-fringes)
15786 (ruler-mode-column-number, ruler-mode-fill-column)
15787 (ruler-mode-comment-column, ruler-mode-goal-column)
15788 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15789 suffix from face names.
15790 (ruler-mode-default-face, ruler-mode-pad-face)
15791 (ruler-mode-margins-face, ruler-mode-fringes-face)
15792 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15793 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15794 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15795 New backward-compatibility aliases for renamed faces.
15796 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15797 (ruler-mode-column-number, ruler-mode-fill-column)
15798 (ruler-mode-comment-column, ruler-mode-goal-column)
15799 (ruler-mode-tab-stop, ruler-mode-current-column)
15800 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15801 faces.
15802
15803 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15804 face name.
15805 (whitespace-highlight-the-space): Use renamed face.
15806 (whitespace-highlight-face): New backward-compatibility alias for
15807 renamed face.
15808
15809 * woman.el (woman-italic, woman-bold, woman-unknown)
15810 (woman-addition, woman-symbol-face):
15811 Remove "-face" suffix from face names.
15812 (woman-italic-face, woman-bold-face, woman-unknown-face)
15813 (woman-addition-face):
15814 New backward-compatibility aliases for renamed faces.
15815 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15816 (woman-decode-region, woman-replace-match)
15817 (woman-display-extended-fonts, woman-special-characters)
15818 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15819 Use renamed woman faces.
15820
15821 * longlines.el (longlines-visible-face): Face removed.
15822
15823 * diff-mode.el (diff-header, diff-file-header, diff-index)
15824 (diff-hunk-header, diff-removed, diff-added, diff-changed)
15825 (diff-function, diff-context, diff-nonexistent): Remove "-face"
15826 suffix from face names.
15827 (diff-header-face, diff-file-header-face, diff-index-face)
15828 (diff-hunk-header-face, diff-removed-face, diff-added-face)
15829 (diff-changed-face, diff-function-face, diff-context-face)
15830 (diff-nonexistent-face): New backward-compatibility aliases for
15831 renamed faces.
15832 (diff-header-face, diff-file-header-face)
15833 (diff-index, diff-index-face, diff-hunk-header)
15834 (diff-hunk-header-face, diff-removed, diff-removed-face)
15835 (diff-added, diff-added-face, diff-changed-face, diff-function)
15836 (diff-function-face, diff-context-face, diff-nonexistent)
15837 (diff-nonexistent-face): Use renamed diff-mode faces.
15838
15839 * progmodes/compile.el (compilation-warning-face)
15840 (compilation-info-face): Remove "-face" suffix from face names.
15841 (compilation-warning-face, compilation-info-face):
15842 New backward-compatibility aliases for renamed faces.
15843 (compilation-warning-face, compilation-info-face):
15844 Use renamed compilation faces.
15845
15846 * add-log.el (change-log-date, change-log-name)
15847 (change-log-email, change-log-file, change-log-list)
15848 (change-log-conditionals, change-log-function)
15849 (change-log-acknowledgement): Remove "-face" suffix from face names.
15850 (change-log-date-face, change-log-name-face)
15851 (change-log-email-face, change-log-file-face)
15852 (change-log-list-face, change-log-conditionals-face)
15853 (change-log-function-face, change-log-acknowledgement-face):
15854 New backward-compatibility aliases for renamed faces.
15855 (change-log-font-lock-keywords): Use renamed change-log faces.
15856
15857 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
15858 (custom-set, custom-changed, custom-saved, custom-button)
15859 (custom-button-pressed, custom-documentation, custom-state)
15860 (custom-comment, custom-comment-tag, custom-variable-tag)
15861 (custom-variable-button, custom-face-tag, custom-group-tag-1)
15862 (custom-group-tag): Remove "-face" suffix from face names.
15863 (custom-magic-alist, custom-magic-value-create)
15864 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
15865 (custom-invalid-face, custom-rogue-face, custom-modified-face)
15866 (custom-set-face, custom-changed-face, custom-saved-face)
15867 (custom-button-face, custom-button-pressed-face)
15868 (custom-documentation-face, custom-state-face)
15869 (custom-comment-face, custom-comment-tag-face)
15870 (custom-variable-tag-face, custom-variable-button-face)
15871 (custom-face-tag-face, custom-group-tag-face-1)
15872 (custom-group-tag-face):
15873 New backward-compatibility aliases for renamed faces.
15874
15875 * wid-edit.el (widget-documentation, widget-button)
15876 (widget-field, widget-single-line-field, widget-inactive)
15877 (widget-button-pressed): "-face" suffix removed from face names.
15878 (widget-documentation-face, widget-button-face)
15879 (widget-field-face, widget-single-line-field-face)
15880 (widget-inactive-face, widget-button-pressed-face):
15881 New backward-compatibility aliases for renamed faces.
15882 (widget-documentation-face, widget-button-face)
15883 (widget-button-pressed-face, widget-specify-field)
15884 (widget-specify-inactive): Use renamed widget faces.
15885
15886 2005-06-10 Kenichi Handa <handa@m17n.org>
15887
15888 * term/x-win.el (x-clipboard-yank): Remove condition-case
15889 wrapping.
15890
15891 2005-06-11 Kenichi Handa <handa@m17n.org>
15892
15893 * add-log.el (change-log-font-lock-keywords): Make the regexp for
15894 date lines stricter.
15895
15896 2005-06-10 Zhang Wei <id.brep@gmail.com>
15897
15898 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
15899 of x-get-selection.
15900
15901 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15902
15903 * comint.el (comint-mode, comint-snapshot-last-prompt):
15904 * frame.el (frame-current-scroll-bars):
15905 * term.el (term-mode, term-check-proc, term-input-sender)
15906 (term-simple-send, term-extract-string, term-word)
15907 (term-match-partial-filename):
15908 * window.el (window-current-scroll-bars):
15909 * emulation/cua-base.el (cua-normal-cursor-color)
15910 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
15911 (cua-global-mark-cursor-color):
15912 * mail/undigest.el (rmail-forward-separator-regex):
15913 Fix typos in docstrings.
15914
15915 * comint.el (comint-check-proc, make-comint-in-buffer)
15916 (comint-source-default): Doc fixes.
15917
15918 * term.el (term-send-string): Improve argument/docstring consistency.
15919
15920 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
15921
15922 * comint.el (comint-send-input): Bind `inhibit-read-only' around
15923 call to `delete-region'.
15924 (comint-mode-hook): Do not enable Font Lock by default.
15925
15926 2005-06-09 Lute Kamstra <lute@gnu.org>
15927
15928 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
15929 could be void.
15930
15931 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
15932
15933 * emacs-lisp/debug.el (debugger-will-be-back): New var.
15934 (debug): Use it.
15935 (debugger-step-through, debugger-continue, debugger-jump)
15936 (debugger-return-value): Set it when needed.
15937 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
15938 Use inhibit-read-only.
15939
15940 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
15941
15942 * window.el (shrink-window-if-larger-than-buffer)
15943 (window-size-fixed): Fix typo in docstring.
15944
15945 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
15946 thumbnails directory on loading.
15947 (thumbs-conversion-program): Use `eq' to check the system type,
15948 not `equal'.
15949 (thumbs-temp-dir): Initialize to `temporary-file-directory',
15950 not "/tmp". Fix docstring.
15951 (thumbs-thumbsdir): New function to return the thumbnails
15952 directory, creating it if needed.
15953 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
15954 (thumbs-temp-file): Delete variable and make it into a function.
15955 (thumbs-resize-image, thumbs-modify-image): Use it.
15956 (thumbs-kill-buffer): Simplify.
15957 (thumbs-gensym): Defalias or duplicate CL `gensym'.
15958 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
15959 docstrings.
15960
15961 2005-06-09 Kim F. Storm <storm@cua.dk>
15962
15963 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
15964 set-match-data to free markers in match-data.
15965
15966 * replace.el (replace-match-data): Pass RESEAT arg `t' to
15967 match-data to unchain markers in match-data.
15968
15969 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
15970
15971 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
15972 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
15973 unnecessary now.
15974
15975 2005-06-08 Richard M. Stallman <rms@gnu.org>
15976
15977 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
15978 give the variable a doc string that doesn't say don't set it directly.
15979
15980 * textmodes/ispell.el (ispell-check-version):
15981 Use match-string-no-properties.
15982 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
15983 (ispell-buffer-local-words): Likewise.
15984
15985 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
15986 except on terminals with enough colors to really display it.
15987 (makefile-dependency-regex): Delete spurious `bb'.
15988
15989 * faces.el (escape-glyph): Use blue once again in last case.
15990 (no-break-space): Redefine so that it isn't invisible on a tty.
15991
15992 2005-06-08 Kim F. Storm <storm@cua.dk>
15993
15994 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
15995 also when reading directory name.
15996
15997 2005-06-08 Lute Kamstra <lute@gnu.org>
15998
15999 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16000 (flyspell-mode-line-string): Remove autoload cookie.
16001 (flyspell-mode): Remove defvar.
16002
16003 2005-06-07 Lute Kamstra <lute@gnu.org>
16004
16005 * textmodes/org.el (org-run-mode-hooks): New function.
16006 (org-agenda-mode): Use it.
16007
16008 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16009
16010 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16011
16012 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16013
16014 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16015
16016 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16017
16018 * font-lock.el (font-lock-add-keywords): Doc fix.
16019
16020 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16021
16022 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16023 (tex-compile-default): In the absence of any history, use the order in
16024 tex-compile-alist to choose the preferred command.
16025 (tex-compile-commands): Reorder a bit.
16026
16027 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16028 (flyspell-incorrect-face, flyspell-duplicate-face):
16029 Use (X)Emacs-agnostic code.
16030 (flyspell-mode-map): Don't overwrite at each load. Remove code
16031 redundant with the subsequent add-minor-mode. Merge Emacs and
16032 XEmacs code.
16033 (flyspell-word): Minor simplification.
16034 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16035 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16036 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16037 Merge the corresponding Emacs code.
16038 (flyspell-correct-word, flyspell-xemacs-popup):
16039 Use flyspell-do-correct.
16040
16041 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16042 a dedicated window.
16043
16044 * international/latexenc.el (latexenc-find-file-coding-system):
16045 Undo part of last patch, to turn off a compiler warning.
16046
16047 2005-06-06 Juri Linkov <juri@jurta.org>
16048
16049 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16050 Rename `tmm-inactive-face' to `tmm-inactive'.
16051
16052 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16053
16054 * iswitchb.el: Rename faces.
16055
16056 2005-06-06 Kim F. Storm <storm@cua.dk>
16057
16058 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16059 (cua-global-mark): Remove -face suffix from face names.
16060
16061 * emulation/cua-gmrk.el (cua--init-global-mark):
16062 Remove cua-global-mark face setup.
16063
16064 2005-06-06 Richard M. Stallman <rms@gnu.org>
16065
16066 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16067 just like other allowed characters.
16068 (makefile-match-dependency): Exclude leading and training whitespace
16069 from the range of regexp subexp 1.
16070 (makefile-macroassign-regex): Don't try to match the body,
16071 just the name of the macro being defined.
16072
16073 * info.el (Info-read-node-name-2): New function.
16074 (Info-read-node-name-1): Use that.
16075 Add a completion-base-size-function property.
16076
16077 * simple.el (completion-setup-function): Look for
16078 completion-base-size-function property of minibuffer-completion-table.
16079
16080 * files.el (locate-file-completion): Doc fix.
16081
16082 * printing.el: Don't call pr-update-menus; user must do that.
16083
16084 * emacs-lisp/debug.el (debugger-window): New variable.
16085 (debug): Use debugger-window if it is set and still alive.
16086 Record debugger-window for next entry.
16087
16088 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16089
16090 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16091
16092 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16093 (hack-one-local-variable, hack-local-variables)
16094 (hack-local-variables-prop-line): Pass that arg.
16095
16096 2005-06-06 Kim F. Storm <storm@cua.dk>
16097
16098 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16099 (ido-indicator): Remove -face suffix from face names.
16100
16101 2005-06-06 Juri Linkov <juri@jurta.org>
16102
16103 * font-lock.el (font-lock-regexp-backslash)
16104 (font-lock-regexp-backslash-construct): New faces.
16105 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16106 after `('. Add `while-no-input' to control structures.
16107
16108 * faces.el (no-break-space, shadow): New faces.
16109 (escape-glyph): Use less loud colors pink2 and red4.
16110
16111 * diff-mode.el (diff-context-face)
16112 * dired.el (dired-ignored)
16113 * rfn-eshadow.el (file-name-shadow)
16114 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16115
16116 * info.el (Info-title-1-face): Use green instead of yellow because
16117 bold yellow is not readable on light backgrounds.
16118
16119 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16120 before selecting the desired mode to not spend time fontifying
16121 old contents.
16122
16123 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16124
16125 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16126 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16127
16128 * ps-print.el (ps-default-fg, ps-default-bg):
16129 Fix typos in docstrings.
16130
16131 * isearchb.el (isearchb): Don't pass a spurious second argument to
16132 `iswitchb-completions'.
16133
16134 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16135
16136 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16137 to preserve point.
16138 (gdb-find-file-hook): Add doc string.
16139
16140 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16141 C dereferenced pointer expression.
16142 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16143
16144 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16145
16146 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16147 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16148 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16149 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16150 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16151 Make background transparent.
16152
16153 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16154
16155 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16156 (font-lock-remove-keywords): Doc fix.
16157 (font-lock-mode-major-mode): Compiler defvar.
16158 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16159
16160 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16161 (font-lock-mode): Update `font-lock-mode-major-mode'.
16162 (font-lock-set-defaults): Compiler defvar.
16163 (font-lock-default-function): Take `font-lock-mode-major-mode'
16164 into account.
16165
16166 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16167 keep track of which major mode it enabled the minor mode for.
16168 Use find-file-hook again. Update docstring.
16169
16170 * simple.el (eval-expression-print-level)
16171 (eval-expression-print-length, eval-expression-debug-on-error):
16172 Doc fixes.
16173
16174 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16175
16176 * iswitchb.el (iswitchb-single-match-face)
16177 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16178 (iswitchb-invalid-regexp-face): New faces.
16179 (iswitchb-completions): Use them.
16180 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16181 now marked as an obsolete alias.
16182 (iswitchb-read-buffer): Remove check for bound font variables.
16183 (iswitchb-invalid-regexp): New free variable.
16184 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16185 set iswitchb-invalid-regexp.
16186 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16187 invalid regexps.
16188 (iswitchb-completions): Add check for complete match when entering
16189 a regexp.
16190 (iswitchb-completions): Remove require-match argument.
16191 (iswitchb-exhibit): Fix caller.
16192 (iswitchb-common-match-inserted): New variable.
16193 (iswitchb-complete, iswitchb-completion-help): Use it.
16194
16195 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16196
16197 * url-http.el (url-http-chunked-encoding-after-change-function):
16198 Use `url-http-debug' instead of `message'.
16199
16200 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16201
16202 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16203 callback argument.
16204
16205 2005-06-04 Kim F. Storm <storm@cua.dk>
16206
16207 * simple.el (line-move): Only call sit-for when moving backwards.
16208
16209 * ido.el (ido-make-merged-file-list-1): New defun split from
16210 ido-make-merged-file-list.
16211 (ido-make-merged-file-list): Bind throw-on-input around call to
16212 ido-make-merged-file-list-1. Return input-pending-p if
16213 interrupted by more input available.
16214 (ido-read-internal): Handle input-pending-p return value from
16215 ido-make-merged-file-list.
16216
16217 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16218
16219 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16220 compatibility code.
16221
16222 * international/latexenc.el (latexenc-find-file-coding-system):
16223 Don't inherit the EOL part of the coding-system from the
16224 tex-main buffer. Fit within 80 columns.
16225
16226 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16227
16228 * tmm.el (tmm-inactive-face): New face.
16229 (tmm-remove-inactive-mouse-face): New function.
16230 (tmm-prompt, tmm-add-one-shortcut)
16231 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16232 but not selectable.
16233
16234 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16235
16236 * faces.el (face-equal): Improve argument/docstring consistency.
16237
16238 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16239
16240 * progmodes/make-mode.el (makefile-targets-face)
16241 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16242 (makefile-bsdmake-dependency-regex)
16243 (makefile-makepp-rule-action-regex)
16244 (makefile-bsdmake-rule-action-regex): New constants.
16245 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16246
16247 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16248 Allow (...) within `...' for makepp messages.
16249
16250 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16251
16252 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16253
16254 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16255 "." files are deleted from all file lists before comparison.
16256
16257 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16258 (viper-ESC-key): Made them customizable.
16259
16260 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16261
16262 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16263
16264 * autorevert.el (auto-revert-buffers): Use save-match-data.
16265
16266 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16267
16268 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16269 menu items with a nil command binding.
16270
16271 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16272
16273 * emacs-lisp/cl-macs.el (defsetf):
16274 Improve argument/docstring consistency.
16275
16276 * faces.el (list-faces-display): Improve the formatting by
16277 computing the maximum length required for any face-name (reworked
16278 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16279 (internal-find-face): Remove redundant info in docstring.
16280
16281 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16282
16283 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16284 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16285 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16286 (gdb-assembler-custom): Improve regexps.
16287 (def-gdb-auto-update-handler): Use window point to preserve point.
16288
16289 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16290
16291 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16292
16293 2005-05-31 Jay Belanger <belanger@truman.edu>
16294
16295 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16296 to calc-embedded.
16297 (calc-embedded-make-info): Have plain prefix argument select
16298 entire line.
16299
16300 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16301
16302 * faces.el (list-faces-display): Signal error if passed a regexp
16303 that matches no face name.
16304
16305 * simple.el (filter-buffer-substring): Fix typo in docstring.
16306
16307 2005-05-31 Richard M. Stallman <rms@gnu.org>
16308
16309 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16310 (vhdl-emacs-21): Doc fix.
16311 (vhdl-mode): Unconditionally set comment-padding.
16312 (vhdl-fixup-whitespace-region): Insert spaces only where
16313 there are none.
16314 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16315
16316 2005-05-30 John Wiegley <johnw@newartisans.com>
16317
16318 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16319 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16320 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16321 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16322 `string-to-number'.
16323
16324 2005-05-30 Jay Belanger <belanger@truman.edu>
16325
16326 * calc/calc.el (calc-bug-address): Fix docstring.
16327 (calc-window-hook, calc-trail-window-hook): New variables.
16328 (calc-trail-display): Restore use of calc-trail-window-hook.
16329 (calc): Restore use of calc-window-hook.
16330
16331 2005-05-31 Masatake YAMATO <jet@gyve.org>
16332
16333 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16334
16335 * help-fns.el (help-C-file-name): Add autoload mark for
16336 `find-function-noselect'.
16337
16338 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16339
16340 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16341 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16342
16343 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16344
16345 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16346 included diary buffer if it was not already being visited.
16347 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16348
16349 * calendar/icalendar.el (top-level): Do not require appt.
16350
16351 * mail/supercite.el (sc-select-attribution): Only use a list
16352 element from sc-attrib-selection-list if it returns a string.
16353 Reported by Davide G. M. Salvetti <salve@debian.org>.
16354
16355 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16356
16357 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16358 includes a hash value to improve its uniqueness, and has a ".jpg"
16359 extension. Also, it is now a valid filename on all systems.
16360 (thumbs-make-thumb): Use `let', not `let*'.
16361 (thumbs-show-thumbs-list): Check for JPEG availability.
16362
16363 2005-05-30 Richard M. Stallman <rms@gnu.org>
16364
16365 * filesets.el (filesets-menu-ensure-use-cached):
16366 Prevent warning when emacs-version>= is undefined.
16367
16368 * printing.el (pr-interactive-n-up): Use string-to-number.
16369
16370 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16371
16372 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16373 Warn only when name to be defined is quoted.
16374
16375 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16376
16377 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16378 Make regexp more robust.
16379 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16380 Force regeneration of disassembly.
16381
16382 2005-05-29 Jay Belanger <belanger@truman.edu>
16383
16384 * calc/calc.el (calc-user-invocation): Check if
16385 calc-invocation-macro is non-nil.
16386
16387 2005-05-29 Juri Linkov <juri@jurta.org>
16388
16389 * add-log.el (change-log-font-lock-keywords):
16390 Add `+' to e-mail regexp to accept mail address with keywords.
16391
16392 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16393
16394 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16395
16396 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16397
16398 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16399
16400 2005-05-29 Richard M. Stallman <rms@gnu.org>
16401
16402 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16403 Undo the change that moves to end of the current word.
16404
16405 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16406
16407 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16408 Throw error when count <= 0 to ensure input is a number.
16409 (gdb-read-memory-custom): Pick up address from buffer.
16410 (gdb-memory-mode): Allow user to increment and decrement
16411 memory address from header line.
16412
16413 2005-05-29 Richard M. Stallman <rms@gnu.org>
16414
16415 * flyspell.el (flyspell-version): Function deleted.
16416 (flyspell-auto-correct-previous-hook): Doc fix.
16417
16418 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16419 Do nothing if memory is full.
16420
16421 * font-lock.el (font-lock-fontify-syntactically-region):
16422 Pass t for GREEDY to looking-back.
16423
16424 * saveplace.el (save-place-alist-to-file): Write the file
16425 using write-region.
16426
16427 * subr.el (looking-back): New argument GREEDY.
16428
16429 * progmodes/compile.el (compilation-start): Set the mode
16430 before inserting the initial text.
16431
16432 * progmodes/which-func.el (which-func-update-1): Turn the mode
16433 off in case of error by setting which-func-mode.
16434
16435 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16436
16437 * flyspell.el (flyspell-auto-correct-previous-word):
16438 Narrow down to what's on the screen, and recenter overlays
16439 at the end of the next word.
16440
16441 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16442
16443 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16444 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16445 (flyspell-abbrev-p): Default to nil.
16446 (flyspell-use-global-abbrev-table-p): Doc fix.
16447 (flyspell-large-region): Allow nil as value.
16448 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16449
16450 (mail-mode-flyspell-verify): More robust handling
16451 of `mail-header-separator'. More efficient signature detection.
16452 Allow for regexp metacharacters in message-header-separator.
16453 Adding `To' not to be checked in mail-mode-flyspell-verify.
16454
16455 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16456 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16457 Bind flyspell-auto-correct-binding.
16458 Bind C-. and C-, .
16459 (flyspell-mode-map): Likewise.
16460 (flyspell-mode): Doc fix.
16461 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16462 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16463 (flyspell-word-cache-result): New var, always local.
16464 (flyspell-check-pre-word-p): Doc fix.
16465 (flyspell-check-changed-word-p): Handle spc like newline.
16466 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16467 (flyspell-word-search-backward, flyspell-word-search-forward):
16468 New functions.
16469 (flyspell-word): Return t if nothing to check.
16470 When parsing TeX code, check for after } or \.
16471 Use flyspell-word-search-backward to find previous word.
16472 Return nil if duplicated word.
16473 For word already checked, return same value as last time.
16474 Set flyspell-word-cache-result after checking.
16475 Don't clobber the return value.
16476 (flyspell-get-word): Major rewrite.
16477 (flyspell-external-point-words): New locals pword, pcount.
16478 Fix size used in progress message.
16479 Find the proper corresponding word in flyspell-large-region-buffer.
16480 (flyspell-region): Check for flyspell-large-region = nil.
16481 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16482 (flyspell-auto-correct-word): Check that WORD is a cons.
16483 (flyspell-correct-word): Likewise.
16484
16485 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16486
16487 * progmodes/make-mode.el (makefile-rule-action-regex)
16488 (makefile-macroassign-regex, makefile-makepp-mode)
16489 (makefile-bsdmake-mode): Continuation lines may be empty.
16490 Reported by Joshua Varner.
16491 (makefile-makepp-font-lock-keywords): Add $(stem).
16492
16493 2005-05-28 Karl Berry <karl@gnu.org>
16494
16495 * textmodes/tex-mode.el: Now that tex-send-command calls
16496 shell-quote-argument (2005-03-31 change), remove all calls to
16497 shell-quote-argument; they all end up invoking tex-send-command.
16498 The double quoting loses on filenames with non-safe characters,
16499 such as "@". Reported by Frederik Fouvry.
16500
16501 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16502
16503 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16504 about preserving point.
16505
16506 2005-05-27 Jay Belanger <belanger@truman.edu>
16507
16508 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16509 Info-goto-node.
16510
16511 * calc/calc-embed.el (calc-embed-arg): New variable.
16512 (calc-do-embedded-activate, calc-embedded-activate-formula)
16513 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16514 variable by new variable.
16515 (calc-embedded-make-info): Replace undeclared variable by new
16516 variable. When selecting region with positive prefix
16517 argument, use end of previous line instead of beginning of line.
16518
16519 * calc/calc-aent.el (calc-arg-values): Declare it.
16520
16521 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16522 Declare them.
16523
16524 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16525
16526 * calc/calc.el (calc-alg-map): Declare it.
16527
16528 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16529
16530 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16531
16532 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16533 (gdb-registers-buffer, toggle-gdb-all-registers):
16534 Toggle display of floating point registers.
16535 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16536
16537 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16538 (toggle-gud-tooltip-dereference):
16539 Rename from gud-toggle-tooltip-dereference.
16540
16541 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16542
16543 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16544
16545 2005-05-27 Jay Belanger <belanger@truman.edu>
16546
16547 * calc/calc-prog.el (calc-kbd-report): Remove.
16548 (calc-kbd-query): Rewrite.
16549
16550 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16551
16552 * image.el (image-library-alist): Move to image.c.
16553 (image-type-available-p): Doc fix.
16554
16555 2005-05-27 Lute Kamstra <lute@gnu.org>
16556
16557 * calc/calc.el (calc):
16558 * outline.el (outline-1, outline-2, outline-3, outline-4)
16559 (outline-5, outline-6, outline-7, outline-8):
16560 * textmodes/dns-mode.el (dns-mode):
16561 * textmodes/sgml-mode.el (sgml-namespace-face):
16562 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16563 (tex-verbatim-face, tex-use-reftex):
16564 * textmodes/texinfo.el (texinfo-heading-face):
16565 Specify customization group.
16566
16567 * longlines.el: Don't require easy-mmode.
16568 (longlines-visible-face): Specify customization group.
16569
16570 2005-05-27 Kenichi Handa <handa@m17n.org>
16571
16572 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16573 encoding table of windows-1251.
16574
16575 * international/ucs-tables.el (ucs-set-table-for-input):
16576 If translation-table-for-input of a coding system is a symbol, get
16577 its translation-table property.
16578
16579 * international/code-pages.el: Don't register a coding system into
16580 non-iso-charset-alist more than once.
16581 (cp-make-coding-system): Likewise.
16582
16583 2005-05-26 John Wiegley <johnw@newartisans.com>
16584
16585 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16586 `eshell-resume-eval' is wrapped in a list, it indicates that the
16587 command was run asynchronously. In that case, unwrap the value
16588 before checking the delimiter value.
16589
16590 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16591 character before a space at the end of a line is \, assume the space
16592 is part of the last argument rather than a final argument separator.
16593
16594 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16595 is in use, and the target is `t' or `nil' (which are the most common
16596 values), don't assume that the symbol target is a buffer.
16597
16598 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16599
16600 * calendar/calendar.el (calendar-mode-line-format):
16601 Use mode-line-highlight as mouse-face.
16602
16603 * time.el (display-time-string-forms, display-time-update):
16604 Use mode-line-highlight as mouse-face.
16605
16606 2005-05-26 Jay Belanger <belanger@truman.edu>
16607
16608 * calc/calc.el (calc-language-alist): Remove extra defvar.
16609
16610 2005-05-26 Lute Kamstra <lute@gnu.org>
16611
16612 * arc-mode.el (archive-mode):
16613 * bookmark.el (bookmark-read-annotation-mode)
16614 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16615 * bs.el (bs-mode):
16616 * calc/calc-yank.el (calc-edit-mode):
16617 * calc/calc.el (calc-mode, calc-trail-mode):
16618 * calculator.el (calculator-mode):
16619 * chistory.el (command-history-mode):
16620 * comint.el:
16621 * cus-edit.el (custom-mode):
16622 * descr-text.el (describe-text-mode):
16623 * ebuff-menu.el (Electric-buffer-menu-mode):
16624 * ediff-util.el (ediff-mode):
16625 * emacs-lisp/re-builder.el (reb-mode):
16626 * emulation/vi.el (vi-mode-setup):
16627 * emulation/ws-mode.el (wordstar-mode):
16628 * eshell/esh-mode.el (eshell-mode):
16629 * forms.el (forms-mode):
16630 * help-mode.el (help-mode):
16631 * hexl.el (hexl-mode):
16632 * ibuffer.el (ibuffer-mode):
16633 * ielm.el (inferior-emacs-lisp-mode):
16634 * info.el (Info-mode, Info-edit-mode):
16635 * international/swedish.el:
16636 * ledit.el (ledit-from-lisp-mode):
16637 * locate.el (locate-mode):
16638 * mail/rmail.el (rmail-mode):
16639 * mail/rmailedit.el (rmail-edit-mode):
16640 * mail/rmailsum.el (rmail-summary-mode):
16641 * mail/supercite.el (sc-electric-mode):
16642 * net/eudc.el (eudc-mode):
16643 * net/quickurl.el (quickurl-list-mode):
16644 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16645 * obsolete/ooutline.el (outline-mode):
16646 * obsolete/options.el (Edit-options-mode):
16647 * obsolete/rnews.el (news-mode):
16648 * obsolete/rnewspost.el (news-reply-mode):
16649 * play/5x5.el (5x5-mode):
16650 * play/decipher.el (decipher-mode, decipher-stats-mode):
16651 * play/gomoku.el (gomoku-mode):
16652 * play/snake.el (snake-mode):
16653 * play/solitaire.el (solitaire-mode):
16654 * play/tetris.el (tetris-mode):
16655 * progmodes/ada-mode.el (ada-mode):
16656 * progmodes/antlr-mode.el (antlr-mode):
16657 * progmodes/autoconf.el (autoconf-mode):
16658 * progmodes/dcl-mode.el (dcl-mode):
16659 * progmodes/delphi.el (delphi-mode):
16660 * progmodes/ebrowse.el (ebrowse-tree-mode)
16661 (ebrowse-electric-list-mode, ebrowse-member-mode)
16662 (ebrowse-electric-position-mode):
16663 * progmodes/f90.el (f90-mode):
16664 * progmodes/fortran.el (fortran-mode):
16665 * progmodes/icon.el (icon-mode):
16666 * progmodes/idlw-help.el (idlwave-help-mode):
16667 * progmodes/idlw-shell.el (idlwave-shell-mode):
16668 * progmodes/idlwave.el (idlwave-mode):
16669 * progmodes/inf-lisp.el (inferior-lisp-mode):
16670 * progmodes/m4-mode.el (m4-mode):
16671 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16672 * progmodes/modula2.el (modula-2-mode):
16673 * progmodes/octave-inf.el (inferior-octave-mode):
16674 * progmodes/octave-mod.el (octave-mode):
16675 * progmodes/pascal.el (pascal-mode):
16676 * progmodes/sh-script.el (sh-mode):
16677 * progmodes/sql.el (sql-mode, sql-interactive-mode):
16678 * progmodes/vhdl-mode.el (vhdl-mode):
16679 * progmodes/xscheme.el (scheme-interaction-mode):
16680 * replace.el (occur-mode):
16681 * ses.el (ses-mode):
16682 * simple.el (completion-list-mode):
16683 * skeleton.el:
16684 * speedbar.el (speedbar-mode):
16685 * term.el (term-mode):
16686 * terminal.el (terminal-edit-mode):
16687 * textmodes/reftex-index.el (reftex-index-mode)
16688 (reftex-index-phrases-mode):
16689 * textmodes/reftex-sel.el (reftex-select-label-mode)
16690 (reftex-select-bib-mode):
16691 * textmodes/reftex-toc.el (reftex-toc-mode):
16692 * wdired.el (wdired-change-to-wdired-mode):
16693 * wid-browse.el (widget-browse-mode):
16694 Use run-mode-hooks.
16695
16696 * array.el (array-mode):
16697 * calendar/todo-mode.el (todo-mode):
16698 * man.el (Man-mode):
16699 * play/landmark.el (lm-mode):
16700 * play/mpuz.el (mpuz-mode):
16701 Use kill-all-local-variables and run-mode-hooks.
16702
16703 * subr.el (delay-mode-hooks): Specify indentation.
16704
16705 2005-05-26 Mark A. Hershberger <mah@everybody.org>
16706
16707 * xml.el (xml-substitute-special): Don't die for undefined xml
16708 entities.
16709
16710 2005-05-26 Jay Belanger <belanger@truman.edu>
16711
16712 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16713 of nil.
16714
16715 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
16716
16717 * progmodes/gdb-ui.el (gdb-frame-address):
16718 Rename from gdb-current-address.
16719 (gdb-previous-frame-address): Rename from gdb-previous-address.
16720 (gdb-selected-frame): Rename from gdb-current-frame.
16721 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16722 (gdb-frame-number): Rename from gdb-current-stack-level.
16723 (gdb-ann3): Match new mode-name for disassembly buffer.
16724 Extend initialization of variables.
16725 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16726 (gdb-memory-mode): Use mouse-face in header line.
16727 (gdb-assembler-buffer-name): Call it disassembly and give frame
16728 in mode line.
16729 (gdb-source-spec-regexp, gdb-assembler-custom)
16730 (gdb-invalidate-assembler, gdb-frame-handler):
16731 Make robust to leading zeroes in address format.
16732
16733 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
16734
16735 * textmodes/org.el (org-mode): Use `define-derived-mode' to
16736 define `org-mode'.
16737 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16738
16739 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
16740
16741 * log-edit.el (log-edit-changelog-entries): Distinguish between
16742 filenames like xfns.c and fns.c.
16743
16744 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
16745
16746 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16747 point after reverting.
16748 (Buffer-menu-make-sort-button): Handle the case where
16749 `Buffer-menu-use-header-line' is nil.
16750
16751 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
16752
16753 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16754 New funcs. In minibuffer-local-completion-map bind `]', `/'
16755 and `:' to them.
16756
16757 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
16758
16759 * startup.el (normal-top-level): Allow modification of load-path while
16760 we're iterating over it.
16761
16762 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
16763
16764 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16765 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16766 (thumbs-resize-interactive, thumbs-insert-image)
16767 (thumbs-insert-thumb, thumbs-dired-show-marked)
16768 (thumbs-find-image-at-point, thumbs-delete-images)
16769 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16770 (thumbs-increment-image-size, thumbs-decrement-image-size):
16771 Fix typos in docstrings.
16772
16773 2005-05-24 Andre Spiegel <spiegel@gnu.org>
16774
16775 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16776 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16777 (cperl-mode): Use them.
16778
16779 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
16780
16781 * window.el (quit-window, shrink-window-if-larger-than-buffer):
16782 Doc fixes.
16783
16784 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
16785
16786 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16787 Bind C-d to gdb-inferior-io-eof.
16788
16789 * dired.el (dired-dnd-popup-notice): Use message-box.
16790
16791 2005-05-23 Masatake YAMATO <jet@gyve.org>
16792
16793 * bindings.el (mode-line-major-mode-keymap):
16794 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16795
16796 * faces.el (mode-line-highlight): New face.
16797
16798 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16799 as mouse-face.
16800
16801 * bindings.el (top-level, help-echo, mode-line-modified)
16802 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16803 as mouse-face.
16804
16805 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
16806
16807 * progmodes/cc-engine.el (c-guess-basic-syntax):
16808 Remove spurious call to `zerop'.
16809
16810 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16811
16812 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
16813
16814 CC Mode update to 5.30.10:
16815
16816 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16817 could go past the limit in decoration level 2, thereby causing
16818 errors during interactive fontification.
16819
16820 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16821 the file is evaluated interactively.
16822
16823 * cc-engine.el (c-guess-basic-syntax): Handle operator
16824 declarations somewhat better in C++.
16825
16826 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16827 make use of `run-mode-hooks' which has been added in Emacs 21.1.
16828 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16829 (awk-mode): Use it.
16830 (make-local-hook): Suppress warning about obsoleteness.
16831
16832 * cc-engine.el, cc-align.el, cc-cmds.el
16833 (c-append-backslashes-forward, c-delete-backslashes-forward)
16834 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16835 Compensate for return value from `forward-line' when it has moved
16836 but not to a different line due to eob.
16837
16838 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16839 `objc-method-intro' and `objc-method-args-cont'.
16840
16841 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
16842
16843 CC Mode update to 5.30.10:
16844
16845 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
16846 in the copyright statement. Incidentally, change "along with GNU
16847 Emacs" to "along with this program" where it occurs.
16848
16849 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
16850 so that it is interactive, hence can be found by M-x awk-mode
16851 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
16852 <gmorris+emacs@ast.cam.ac.uk>.
16853
16854 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
16855 Mode's regexps.
16856
16857 2005-05-23 Kevin Ryde <user42@zip.com.au>
16858
16859 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
16860 c-parse-state, to avoid a lisp error (on bad code).
16861
16862 2005-05-23 Lute Kamstra <lute@gnu.org>
16863
16864 * subr.el (font-lock-defaults): Remove defvar as it's already
16865 defined in font-core.el.
16866
16867 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
16868
16869 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
16870
16871 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
16872 more general and work when GDB variable "print pretty" is on,
16873 as with Emacs, for example.
16874
16875 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
16876
16877 * font-core.el: Update comment.
16878
16879 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16880 Use `after-change-major-mode-hook' instead of `find-file-hook'.
16881
16882 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
16883
16884 2005-05-22 Eli Zaretskii <eliz@gnu.org>
16885
16886 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
16887 and `yank-handler' in the doc strings.
16888
16889 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16890
16891 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
16892
16893 2005-05-22 Richard M. Stallman <rms@gnu.org>
16894
16895 * help.el (describe-key): Move print-help-return-message call
16896 out of conditional.
16897
16898 * progmodes/etags.el (list-tags): Use with-no-warnings.
16899
16900 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
16901 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
16902 (starttls-extra-args, starttls-extra-arguments): Add defvars.
16903
16904 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
16905
16906 * language/viet-util.el (viet-viscii-nonascii-translation-table):
16907 Add defvar.
16908
16909 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
16910 Use defvar, not defconst.
16911
16912 * hexl.el (hexl-follow-line): Use with-no-warnings.
16913
16914 * emulation/tpu-extras.el: Use write-file-functions instead of
16915 write-file-hooks.
16916
16917 * dired.el (dired-font-lock-keywords): Fontify files with junk
16918 extensions even if marked by -F.
16919
16920 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
16921
16922 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
16923 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
16924 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
16925 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
16926 (concatenate, list-length, get*, getf, cl-remprop):
16927 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
16928 (etypecase, progv, lexical-let, lexical-let*)
16929 (multiple-value-bind, multiple-value-setq, shiftf):
16930 Improve argument/docstring consistency.
16931
16932 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
16933
16934 2005-05-22 Andre Spiegel <spiegel@gnu.org>
16935
16936 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
16937 doesn't exist.
16938
16939 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
16940 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
16941
16942 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
16943
16944 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
16945 already deleted variables: auto-fill-hook, blink-paren-hook,
16946 lisp-indent-hook, inhibit-local-variables, unread-command-event,
16947 suspend-hooks, comment-indent-hook, meta-flag,
16948 before-change-function, after-change-function,
16949 font-lock-doc-string-face.
16950
16951 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
16952
16953 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
16954
16955 2005-05-21 Eli Zaretskii <eliz@gnu.org>
16956
16957 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
16958 rmail-dont-reply-to.
16959
16960 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16961
16962 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
16963 literal blank when splitting new-header-values.
16964
16965 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
16966
16967 * calendar/cal-menu.el (cal-menu-update): Add separator as a
16968 string so that tmm doesn't create a completion entry for it.
16969
16970 * textmodes/table.el (table-disable-menu): Ditto.
16971
16972 2005-05-21 Richard M. Stallman <rms@gnu.org>
16973
16974 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
16975
16976 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
16977
16978 * net/rcompile.el (remote-compile): Use compilation-start.
16979
16980 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
16981
16982 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
16983
16984 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
16985 Default to makefile-bsdmake-mode on BSD systems.
16986
16987 * imenu.el (imenu-generic-expression, imenu--generic-function'):
16988 REGEXP may also be a search function now. The part of doc-string
16989 for describing the structure was 95% identical to that of
16990 `imenu--generic-function'. Unify it there.
16991
16992 * progmodes/make-mode.el (makefile-imenu-generic-expression):
16993 Use function to find dependencies, because regexp alone is so complex,
16994 it easily goes into an endless loop.
16995 (makefile-makepp-mode): Also add submenu for Perl functions
16996 defined in the makefile.
16997 (makefile-bsdmake-mode): Special imenu-generic-expression no
16998 longer needed, due to function call.
16999 (makefile-match-dependency): Take BOUND into account when checking
17000 if we're through.
17001
17002 2005-05-20 Jay Belanger <belanger@truman.edu>
17003
17004 * calc/calc-units.el (calc-invalidate-units-table):
17005 Use inhibit-read-only.
17006 (math-build-units-table-buffer): Use view-mode.
17007
17008 2005-05-20 David Kastrup <dak@gnu.org>
17009
17010 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17011 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17012
17013 2005-05-20 Lute Kamstra <lute@gnu.org>
17014
17015 * diff-mode.el (diff-header-face, diff-file-header-face)
17016 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17017 (diff-added-face, diff-changed-face, diff-function-face)
17018 (diff-context-face, diff-nonexistent-face): Put them in the
17019 diff-mode customization group.
17020
17021 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17022
17023 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17024
17025 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17026
17027 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17028 Minor regexp-optimization.
17029
17030 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17031
17032 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17033 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17034 (org-agenda-add-time-grid-maybe): New function.
17035 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17036 (org-table-create): `dotimes' instead of `mapcar'.
17037 (org-xor): Simplify implementation.
17038 (org-agenda): `inhibit-redisplay' turned on.
17039 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17040 a consistent line after a state change.
17041 (org-agenda-remove-times-when-in-prefix): New option.
17042 (org-prefix-has-time): New variable.
17043 (org-parse-time-string): Optional argument NODEFAULT.
17044 (org-format-agenda-item): Parse items for time-of-day
17045 specifications and move these into the prefix if possible.
17046 (org-agenda-priority): Get current heading, not previous heading
17047 during agenda remote editing.
17048
17049 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17050
17051 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17052 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17053 (remove-duplicates, delete-duplicates, substitute)
17054 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17055 (nsubstitute-if-not, find, find-if, find-if-not, position)
17056 (position-if, position-if-not, count, count-if, count-if-not)
17057 (mismatch, search, sort*, stable-sort, merge, member*)
17058 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17059 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17060 (intersection, nintersection, set-difference, nset-difference)
17061 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17062 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17063 (nsublis, tree-equal): Improve argument/docstring consistency.
17064
17065 * subr.el (send-string, send-region): Remove obsolescence declaration.
17066 (window-dot, set-window-dot, read-input, show-buffer)
17067 (eval-current-buffer, string-to-int):
17068 Add release number to obsolescence declarations.
17069
17070 2005-05-19 Kim F. Storm <storm@cua.dk>
17071
17072 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17073 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17074
17075 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17076
17077 * faces.el (list-faces-display): Make back button respect optional
17078 regexp arg.
17079
17080 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17081
17082 * calculator.el (calculator-radix-grouping-mode)
17083 (calculator-radix-grouping-digits, calculator-displayer)
17084 (calculator-radix-grouping-separator, calculator-copy-displayer):
17085 * dabbrev.el (dabbrev-search-these-buffers-only):
17086 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17087 (diff-advance-after-apply-hunk, diff-mode-hook)
17088 (diff-minor-mode-prefix):
17089 * imenu.el (imenu-use-popup-menu):
17090 * jit-lock.el (jit-lock-context-time):
17091 * newcomment.el (comment-fill-column, comment-column)
17092 (comment-style, comment-padding, comment-multi-line)
17093 (comment-empty-lines, comment-auto-fill-only-comments):
17094 * reveal.el (reveal-around-mark):
17095 * uniquify.el (uniquify-buffer-name-style)
17096 (uniquify-after-kill-buffer-p)
17097 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17098 (uniquify-min-dir-content, uniquify-separator)
17099 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17100 * w32-vars.el (w32-fixed-font-alist):
17101 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17102 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17103 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17104 * progmodes/perl-mode.el (perl-indent-level)
17105 (perl-continued-statement-offset, perl-continued-brace-offset)
17106 (perl-brace-offset, perl-brace-imaginary-offset)
17107 (perl-label-offset, perl-indent-continued-arguments)
17108 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17109 * progmodes/tcl.el (tcl-indent-level)
17110 (tcl-continued-indent-level, tcl-auto-newline)
17111 (tcl-tab-always-indent, tcl-electric-hash-style)
17112 (tcl-help-directory-list, tcl-use-smart-word-finder)
17113 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17114 (inferior-tcl-source-command):
17115 * textmodes/fill.el (enable-kinsoku):
17116 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17117 * textmodes/table.el (table-yank-handler):
17118 Specify missing group (and type, if simple) in defcustom.
17119
17120 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17121
17122 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17123
17124 2005-05-19 Richard M. Stallman <rms@gnu.org>
17125
17126 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17127
17128 * subr.el (event-basic-type): Don't get an error.
17129 (left-fringe-p): Function deleted.
17130
17131 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17132 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17133
17134 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17135 in recursive copy.
17136
17137 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17138
17139 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17140
17141 * emacs-lisp/bytecomp.el
17142 (byte-compile-file-form-custom-declare-variable):
17143 Call byte-compile-nogroup-warn if appropriate.
17144
17145 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17146 (compilation-set-window): Don't call left-fringe-p; do it directly.
17147
17148 2005-05-19 Jay Belanger <belanger@truman.edu>
17149
17150 * calc/calc-graph.el (calc-graph-format-data): Make sure
17151 var-PlotRejects is bound before trying to check its value.
17152
17153 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17154
17155 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17156 definition of this variable from reftex-global.el to reftex.el,
17157 because it is needed in the menu.
17158
17159 2005-05-19 Lute Kamstra <lute@gnu.org>
17160
17161 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17162 years are fixed. Don't insert a space after a dash.
17163
17164 2005-05-19 Kim F. Storm <storm@cua.dk>
17165
17166 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17167
17168 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17169
17170 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17171 strings, because (eq ... ?\\) is fairly frequent.
17172
17173 * progmodes/make-mode.el (makefile-add-this-line-targets):
17174 Simplify and integrate into `makefile-pickup-targets'.
17175 (makefile-add-this-line-macro): Simplify and integrate into
17176 `makefile-pickup-macros.
17177 (makefile-pickup-filenames-as-targets): Simplify.
17178 (makefile-previous-dependency, makefile-match-dependency):
17179 Don't stumble over `::'.
17180
17181 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17182
17183 * subr.el (post-command-idle-hook, post-command-idle-delay):
17184 Remove obsoletion of post-command-idle-hook and
17185 post-command-idle-delay.
17186
17187 * faces.el (list-faces-display): Provide button when describe-face
17188 is called to take user back to the list of faces.
17189
17190 * help-fns.el (describe-variable): Remove hyperlinks in a
17191 variable's value as these are quite frequently inappropriate.
17192
17193 * follow.el (follow-submit-feedback, follow-mode):
17194 Remove references to post-command-idle-hook.
17195
17196 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17197
17198 * progmodes/make-mode.el (makefile-previous-dependency)
17199 (makefile-match-dependency): Check for := (and in bsd mode also
17200 !=) to give a better result, even when font-lock is not on.
17201
17202 2005-05-18 Jay Belanger <belanger@truman.edu>
17203
17204 * calc/calc-help.el (calc-s-prefix-help):
17205 Add `calc-copy-special-constant' to help string.
17206
17207 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17208
17209 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17210
17211 2005-05-18 Jay Belanger <belanger@truman.edu>
17212
17213 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17214 in linear factors are in proper order.
17215
17216 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17217
17218 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17219 Support for jurabib.
17220
17221 * textmodes/reftex.el (featurep): Define aliases for overlay
17222 commands, for XEmacs compatibility, and use these aliases in
17223 overlay initializations.
17224 (reftex-highlight): Use `reftex-move-overlay'.
17225 (reftex-unhighlight): Use `reftex-delete-overlay'.
17226 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17227 (reftex-access-search-path): Use `reftex-uniquify' instead of
17228 `reftex-uniq'
17229
17230 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17231 `before-string' property modification enables for Emacs as well.
17232 (reftex-select-item): Use `reftex-delete-overlay'.
17233 (reftex-select-mark): Use `reftex-make-overlay' and
17234 `reftex-overlay-put'.
17235 (reftex-select-unmark): Use `reftex-delete-overlay' and
17236 `reftex-overlay-put'.
17237
17238 2005-05-18 Lute Kamstra <lute@gnu.org>
17239
17240 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17241
17242 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17243
17244 * add-log.el (add-change-log-entry):
17245 * array.el (array-make-template, array-reconfigure-rows)
17246 (array-init-max-row, array-init-max-column)
17247 (array-init-columns-per-line, array-init-field-width):
17248 * replace.el (replace-match-maybe-edit, perform-replace):
17249 * textmodes/spell.el (spell-region):
17250 Replace `read-input' by `read-string'.
17251
17252 * forms.el (forms-mode):
17253 * finder.el (finder-compile-keywords):
17254 * shadowfile.el (shadow-read-files):
17255 Replace `eval-current-buffer' by `eval-buffer'.
17256
17257 * terminal.el (te-pass-through):
17258 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17259 (ange-ftp-raw-send-cmd):
17260 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17261 (send-process-next-char, telnet-initial-filter, telnet):
17262 Replace `send-string' by `process-send-string'.
17263
17264 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17265 (prolog-consult-region): Replace `send-string' by
17266 `process-send-string'; replace `send-region' by `process-send-region'.
17267
17268 * progmodes/delphi.el (delphi-log-msg):
17269 Replace `set-window-dot' by `set-window-point'.
17270
17271 * subr.el (window-dot, set-window-dot, read-input, send-string)
17272 (send-region, show-buffer, eval-current-buffer):
17273 Make really obsolete, as the comment says.
17274
17275 2005-05-17 Kim F. Storm <storm@cua.dk>
17276
17277 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17278 (cua--init-keymaps): Bind C-return instead of S-return to set
17279 rectangle mark.
17280
17281 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17282 instead of S-return to toggle/clear rectangle mark.
17283
17284 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17285
17286 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17287 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17288 Also fontify plain strings assigned to variables, mostly so that a
17289 colon has a face and is thus not taken as a dependency separator.
17290 (makefile-previous-dependency): Inline the new matcher, because it
17291 is too complex to work in both directions.
17292 (makefile-match-dependency): Eliminate `backward' arg (see above).
17293 Completely reimplemented so as to not sometimes go into an endless
17294 loop. It should also be more efficient, because first it only
17295 searches for `:', instead of applying the very complex regexp.
17296 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17297 to be fontified in one piece can be too long for JIT.
17298 Makefiles are never *that* big.
17299
17300 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17301
17302 * dired.el (dired-mode): Simplify.
17303
17304 2005-05-17 Lute Kamstra <lute@gnu.org>
17305
17306 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17307 defcustom for the mode hook variable.
17308
17309 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17310 Emacs Lisp Reference Manual.
17311
17312 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17313
17314 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17315 (evenp, list*):
17316 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17317 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17318
17319 * net/tramp-smb.el (tramp-smb-open-connection):
17320 Pass `tramp-chunksize' as fifth (required) argument.
17321
17322 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17323
17324 * font-lock.el (lisp-font-lock-keywords-1):
17325 Set `font-lock-negation-char-face' for [^...] char group.
17326 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17327
17328 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17329 a var, and refine it to mask one more level of nested vars.
17330 (makefile-rule-action-regex): Turn it into a var, and refine it so
17331 it recognizes backslashed continuation lines as belonging to the
17332 same command.
17333 (makefile-macroassign-regex): Refine it so it recognizes
17334 backslashed continuation lines as belonging to the same command.
17335 (makefile-var-use-regex): Don't look at the next char, because it
17336 might be the same one to be skipped by the initial [^$], leading
17337 to an overlooked variable use.
17338 (makefile-make-font-lock-keywords): Remove two parameters, which
17339 are now variables that some of the modes set locally.
17340 Handle dependency and rule action matching through functions, because
17341 regexps alone match too often. Dependency matching now comes
17342 last, so it can check, whether a colon already matched something else.
17343 (makefile-mode): Inform that font-lock improves makefile parsing
17344 capabilities.
17345 (makefile-match-dependency, makefile-match-action): New functions.
17346
17347 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17348
17349 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17350
17351 * align.el (align-regexp):
17352 * ansi-color.el (ansi-color-get-face):
17353 * array.el (array-reconfigure-rows, array-init-max-row)
17354 (array-init-max-column, array-init-columns-per-line)
17355 (array-init-field-width):
17356 * dired-aux.el (dired-trample-file-versions):
17357 * dired-x.el (dired-mark-sexp):
17358 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17359 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17360 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17361 * faces.el (face-read-integer):
17362 * files.el (backup-extract-version, insert-directory):
17363 * hexl.el (hexl-insert-decimal-char):
17364 * server.el (server-process-filter):
17365 * shell.el (shell-extract-num):
17366 * startup.el (command-line-1):
17367 * term.el (term-command-hook):
17368 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17369 (time-stamp-do-number):
17370 * time.el (display-time-update):
17371 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17372 (timezone-fix-time):
17373 * vms-patch.el (vms-suspend-resume-hook):
17374 * calendar/appt.el (appt-convert-time):
17375 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17376 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17377 * calendar/cal-islam.el (mark-islamic-diary-entries):
17378 * calendar/calendar.el (calendar-cursor-to-date)
17379 (calendar-star-date):
17380 * calendar/diary-lib.el (diary-attrtype-convert)
17381 (mark-diary-entries, diary-entry-time):
17382 * calendar/solar.el (solar-get-number):
17383 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17384 * emacs-lisp/re-builder.el (reb-display-subexp):
17385 * emulation/edt.el (edt-set-scroll-margins):
17386 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17387 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17388 (vip-get-ex-count):
17389 * emulation/viper-ex.el (viper-get-ex-token)
17390 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17391 * international/fontset.el (fontset-plain-name):
17392 * mail/feedmail.el (feedmail-look-at-queue-directory):
17393 * mail/mailalias.el (mail-get-names):
17394 * mail/rmail.el (rmail-convert-to-babyl-format):
17395 * mail/rmailsum.el (rmail-make-basic-summary-line)
17396 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17397 (rmail-summary-goto-msg):
17398 * mail/smtpmail.el (smtpmail-read-response):
17399 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17400 (ange-ftp-vms-add-file-entry):
17401 * play/gametree.el (gametree-looking-at-ply)
17402 (gametree-current-branch-score):
17403 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17404 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17405 * progmodes/cperl-mode.el (condition-case):
17406 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17407 (ebrowse-set-member-buffer-column-width)
17408 (ebrowse-select-1st-to-9nth):
17409 * progmodes/etags.el (etags-snarf-tag):
17410 * progmodes/flymake.el (flymake-parse-line):
17411 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17412 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17413 (idlwave-shell-menu-def):
17414 * progmodes/ps-mode.el (ps-run-goto-error):
17415 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17416 (vhdl-speedbar-contract-level):
17417 * term/mac-win.el (x-handle-numeric-switch):
17418 * term/sun-mouse.el (sun-get-frame-data):
17419 * term/w32-win.el (x-handle-numeric-switch):
17420 * term/x-win.el (x-handle-numeric-switch):
17421 * textmodes/ispell.el (ispell-parse-output):
17422 * textmodes/nroff-mode.el (nroff-outline-level):
17423 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17424 (reftex-bib-sort-year-reverse, reftex-format-citation):
17425 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17426 (reftex-section-number):
17427 * textmodes/texinfmt.el (texinfo-paragraphindent):
17428 Replace `string-to-int' by `string-to-number'.
17429
17430 * international/latexenc.el: Add page marker to force the "Local
17431 Variables:" string out of the last page.
17432
17433 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17434
17435 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17436 tooltip-change-major-mode.
17437 (gud-tooltip-print-command): Remove case where gud-minor-mode
17438 is gdb ("--fullname").
17439 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17440 explain to user.
17441
17442 2005-05-16 Jay Belanger <belanger@truman.edu>
17443
17444 * calc/calc-store.el (calc-copy-special-constant): New function.
17445
17446 * calc/calc-ext.el (calc-init-extensions): Add binding for
17447 `calc-copy-special-constant'.
17448
17449 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17450 for the `calc-copy-special-constant' command.
17451
17452 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17453
17454 * subr.el (left-fringe-p): New function.
17455
17456 * progmodes/compile.el (compilation-setup): Set local value of
17457 overlay-arrow-string to "" always.
17458 (compilation-set-window): Left fringe then don't scroll.
17459 No left fringe then no arrow and scroll message to top.
17460 (compilation-context-lines): Adjust doc string accordingly.
17461
17462 2005-05-16 Kim F. Storm <storm@cua.dk>
17463
17464 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17465 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17466 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17467 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17468 (ido-read-file-name): Handle commands with ido property value
17469 equal to find-file as reading a file name, to allow C-d to enter dired.
17470 (ibuffer-find-file): Add ido property with value find-file.
17471
17472 2005-05-15 Kim F. Storm <storm@cua.dk>
17473
17474 * subr.el (open-network-stream-nowait): Remove.
17475 (open-network-stream-server): Remove.
17476
17477 2005-05-15 Richard M. Stallman <rms@gnu.org>
17478
17479 * faces.el (describe-face): Output a definition link button.
17480
17481 * help-mode.el (help-face-def): New button type.
17482
17483 * emacs-lisp/copyright.el (copyright-fix-years):
17484 Match properly if the first year is 2-digit.
17485 Don't mess up the whitespace after the years by filling.
17486
17487 * dired-aux.el (dired-mark-confirm):
17488 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17489
17490 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17491 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17492 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17493
17494 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17495 Set font-lock-comment-start-skip.
17496
17497 * font-lock.el (font-lock-comment-start-skip): New variable.
17498 (font-lock-comment-end-skip): New variable.
17499 (font-lock-fontify-syntactically-region): Use them if non-nil.
17500
17501 2005-05-15 Jay Belanger <belanger@truman.edu>
17502
17503 * calc/calc-store.el (calc-store-value): Return a string rather
17504 than display it as a message.
17505 Use calc-var-name for variable name.
17506 (calc-store-into): Add the result of calc-store-value to message.
17507 (calc-copy-variable): Add a message.
17508 (calc-store-exchange): Improve error messages.
17509 (calc-store-binary, calc-store-map): Don't reset the values of
17510 special constants.
17511
17512 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17513
17514 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17515 manual to docstring.
17516
17517 * files.el (hack-local-variables-confirm): Add STRING argument.
17518 Make the function handle non file visiting buffers correctly.
17519 (hack-local-variables-prop-line, hack-local-variables)
17520 (hack-one-local-variable): Use STRING arg of
17521 `hack-local-variables-confirm'.
17522
17523 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17524
17525 Sync with Tramp 2.0.49.
17526
17527 * net/tramp.el (tramp-handle-dired-call-process)
17528 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17529 because the contents of the Tramp buffer is changed before
17530 insertion (`expand-file' and alike).
17531 (tramp-handle-insert-directory): If `localname' has an empty
17532 nondirectory name, it must not be quoted.
17533 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17534 variable `tramp-chunksize'. Change callees.
17535 (tramp-open-connection-setup-interactive-shell): Check remote host
17536 for buggy `send-process-string' implementation.
17537 Set `tramp-chunksize' if found. Reported by Michael Kifer
17538 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17539 (tramp-handle-shell-command): `insert-buffer' cannot be used
17540 because the contents of the Tramp buffer is changed before
17541 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17542 <frederic.bothamy@free.fr>.
17543 (tramp-set-auto-save): Actions should be done for Tramp file name
17544 handler only. Ange-FTP has its own auto-save mechanism.
17545 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17546 (tramp-set-auto-save-file-modes): Set file modes of
17547 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17548 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17549 (tramp-bug): Remove obsolete variable.
17550 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17551 for presence of `mml-mode'. Make it running for older Emacsen as well.
17552
17553 2005-05-14 John Paul Wallington <jpw@pobox.com>
17554
17555 * ibuf-ext.el (define-ibuffer-filter filename):
17556 If `dired-directory' is a list, use its car.
17557
17558 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17559
17560 * ibuffer.el (define-ibuffer-column filename):
17561 If `dired-directory' is a list, use its car.
17562
17563 2005-05-14 Richard M. Stallman <rms@gnu.org>
17564
17565 * subr.el (symbol-file): Doc fix.
17566
17567 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17568 (byte-compile-form): Call byte-compile-nogroup-warn.
17569 (byte-compile-warning-types): Doc fix.
17570
17571 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17572
17573 * progmodes/cc-engine.el (c-literal-faces):
17574 Add font-lock-comment-delimiter-face.
17575
17576 * net/net-utils.el (dig): Use with-no-warnings.
17577
17578 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17579 (sc-recite-frame-alist, sc-default-cite-frame)
17580 (sc-default-uncite-frame, sc-default-recite-frame)
17581 (sc-attrib-selection-list, sc-rewrite-header-list):
17582 Mark as risky-local-variable.
17583
17584 * international/ogonek.el (ogonek-jak, ogonek-how):
17585 Don't use beginning-of-buffer.
17586
17587 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17588
17589 * calendar/solar.el (solar-data-list): Move definition up.
17590
17591 * dnd.el (dnd-protocol-alist): Add autoload.
17592
17593 * progmodes/sh-script.el: Many doc usage fixes.
17594 (sh-indent-after-do): Change default to match common styles.
17595
17596 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17597
17598 * files.el (interpreter-mode-alist)
17599 (auto-mode-interpreter-regexp): Doc fixes.
17600
17601 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17602
17603 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17604
17605 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17606
17607 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17608
17609 * dired.el (dired-mode): make-variable-buffer-local =>
17610 make-local-variable.
17611
17612 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17613
17614 * term/mac-win.el (mac-select-convert-to-string): Try coding
17615 systems in mac-script-code-coding-systems if specified one cannot
17616 encode string for `com.apple.traditional-mac-plain-text'.
17617
17618 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17619
17620 * progmodes/make-mode.el (makefile-targets-face)
17621 (makefile-shell-face, makefile-makepp-perl-face): New faces.
17622 (makefile-dependency-regex): Fix it to not make the colon in
17623 $(var:a=b) special.
17624 (makefile-rule-action-regex): New regexp for highlighting embedded
17625 Shell strings.
17626 (makefile-macroassign-regex): Handle != for highlighting as
17627 embedded Shell strings.
17628 (makefile-var-use-regex): New const.
17629 (makefile-statements, makefile-automake-statements)
17630 (makefile-gmake-statements, makefile-makepp-statements)
17631 (makefile-bsdmake-statements): New consts.
17632 (makefile-make-font-lock-keywords): New function.
17633 (makefile-automake-font-lock-keywords)
17634 (makefile-gmake-font-lock-keywords)
17635 (makefile-makepp-font-lock-keywords)
17636 (makefile-bsdmake-font-lock-keywords): New consts.
17637 (makefile-mode-map): Add switchers between the various submodes.
17638 (makefile-mode): Document the availability of the variants.
17639 (makefile-automake-mode, makefile-gmake-mode)
17640 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17641
17642 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17643 new variants of makefile-mode.
17644
17645 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17646
17647 * font-lock.el (font-lock-comment-delimiter-face): Fix up
17648 the inheritance.
17649
17650 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
17651
17652 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17653 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17654
17655 * files.el (normal-mode): Extend the scope of the
17656 `enable-local-variables' binding to include the `set-auto-mode' call.
17657 (magic-mode-alist): Doc fix.
17658
17659 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17660
17661 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17662 font-lock-comment-face rather than copying its setting.
17663
17664 2005-05-12 Andreas Schwab <schwab@suse.de>
17665
17666 * eshell/esh-mode.el (eshell-send-input): Doc fix.
17667
17668 2005-05-12 Lute Kamstra <lute@gnu.org>
17669
17670 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17671 defcustom for the mode hook variable. Delete the last argument.
17672 * generic-x.el: Fix callers of define-generic-mode.
17673 (generic-x-modes): Delete group.
17674 (show-tabs-tab-face, show-tabs-space-face): Put them in the
17675 generic-x customization group.
17676
17677 2005-05-12 Kim F. Storm <storm@cua.dk>
17678
17679 * font-lock.el (font-lock-negation-char-face): Default to "off".
17680
17681 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17682 font-lock-negation-char-face to ! in !=.
17683
17684 2005-05-12 Masatake YAMATO <jet@gyve.org>
17685
17686 * add-log.el (find-change-log): Fix typos in the docstring
17687 of function.
17688
17689 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17690
17691 * international/latexenc.el (latexenc-find-file-coding-system):
17692 Avoid `re-search-forward' when looking for input encoding because
17693 of speed and safety. Better regular expressions for recognizing
17694 input encoding. Limit a search for TeX-master/tex-main-file to
17695 the local variable section.
17696
17697 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
17698
17699 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17700 syntax of $ to "'" (quote).
17701
17702 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
17703
17704 * dnd.el (dnd-protocol-alist): Improve custom type.
17705
17706 * dired.el (dired-dnd-protocol-alist): New variable.
17707 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
17708 `dired-mode-hook' to the end.
17709
17710 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17711
17712 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17713 comment-end if comment-start-skip is not set.
17714 Obey the font-lock-comment-delimiter-face variables.
17715
17716 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17717
17718 * files.el (executable-find): Move from executable.el. Use
17719 locate-file.
17720 * progmodes/executable.el (executable-find): Move to files.el.
17721
17722 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17723 when trying to ensure forward progress.
17724
17725 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
17726
17727 * mouse-sel.el (mouse-sel-follow-link-p): New function.
17728 (mouse-select, mouse-select-internal, mouse-extend-internal):
17729 Use it to implement mouse-1-click-follows-link functionality.
17730
17731 2005-05-11 Richard M. Stallman <rms@gnu.org>
17732
17733 * font-lock.el (font-lock-fontify-syntactically-region):
17734 Use font-lock-comment-delimiter-face for comment delimiters.
17735
17736 2005-05-10 Jay Belanger <belanger@truman.edu>
17737
17738 * calc/calc-help.el (calc-m-prefix-help): Add mention of
17739 preserving embedded modes.
17740
17741 2005-05-10 Richard M. Stallman <rms@gnu.org>
17742
17743 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17744
17745 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17746 Move from ada-stmt.el.
17747 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17748
17749 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17750 Move to ada-mode.el.
17751 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17752
17753 * cus-edit.el (custom-file): Call file-chase-links.
17754
17755 * files.el (read-directory-name): Fix previous change.
17756 (hack-local-variables-confirm): New function.
17757 (hack-local-variables-prop-line, hack-local-variables)
17758 (hack-one-local-variable): Use it.
17759
17760 2005-05-10 Lute Kamstra <lute@gnu.org>
17761
17762 * font-lock.el (font-lock-keywords-alist)
17763 (font-lock-removed-keywords-alist): Clarify docstrings.
17764
17765 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
17766
17767 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17768 (gdb-source-info): Check for preprocessor info.
17769 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
17770 a macro for a function.
17771 (gdb-info-breakpoints-custom): Try to find file again if not already
17772 found (user might have used GDB dir command).
17773 (gdb-get-location): Update gdb-location-alist correctly for change
17774 to gdb-info-breakpoints-custom.
17775
17776 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17777 (gud-tooltip-print-command): Add gdbmi case.
17778 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17779 preprocessor info.
17780
17781 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
17782
17783 * startup.el (fancy-splash-insert): Fix typo in doc string.
17784
17785 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
17786
17787 * obsolete/float.el (string-to-float):
17788 * obsolete/hilit19.el (hilit-add-pattern):
17789 * obsolete/rnews.el (news-parse-range, news-select-message)
17790 (news-get-pruned-list-of-files): Replace `string-to-int' by
17791 `string-to-number'.
17792
17793 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17794 `find-file-not-found-hooks'; use `add-hook'.
17795 (uncompress-while-visiting): Set `write-file-functions', not
17796 `write-file-hooks'; use `add-hook'.
17797
17798 2005-05-09 Kim F. Storm <storm@cua.dk>
17799
17800 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17801 (cua-paste): Handle clipboard action.
17802 (cua--init-keymaps): Remap clipboard-kill-region and
17803 clipboard-kill-ring-save.
17804
17805 2005-05-08 Eli Zaretskii <eliz@gnu.org>
17806
17807 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17808 Improve commentary.
17809
17810 * simple.el (next-error-overlay-arrow-position): Revert the change
17811 made on 2005-04-30.
17812
17813 2005-05-07 Jay Belanger <belanger@truman.edu>
17814
17815 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17816 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17817 `calc-sel-reselect'.
17818
17819 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17820 Calc is in embedded mode.
17821
17822 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17823
17824 * progmodes/compile.el (compilation-setup):
17825 Set overlay-arrow-string to an empty string on text terminals.
17826
17827 * textmodes/ispell.el (ispell-program-name): Try looking for
17828 "aspell" along exec-path, and if found, use it as the default
17829 speller program.
17830
17831 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
17832
17833 * international/mule.el (sgml-xml-auto-coding-function):
17834 Recognize encoding='FOO' in single quotes as well as in double quotes.
17835
17836 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17837
17838 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17839 as well as `interactive', so that defmacro* would recognize
17840 `declare' forms.
17841
17842 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17843
17844 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17845 Explain more about the LIGHTER arg's usage in the doc string.
17846 Add commentary to clarify what the code does. Fix the regexp that
17847 strips whitespace from LIGHTER. Quote LIGHTER before using it,
17848 since it could have characters special to regular expressions.
17849
17850 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17851
17852 * replace.el (occur-1): Bind inhibit-read-only so that
17853 erase-buffer doesn't barf on read-only text properties (likewise
17854 for add-text-properties in occur-engine). Mark buffer as unmodified.
17855 (occur-engine): Don't set buffer-read-only here.
17856
17857 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17858
17859 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
17860 list-buffers-directory. This caused the *cvs-commit* buffer to be
17861 sometimes mistakenly reused as a *cvs* buffer.
17862
17863 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
17864
17865 * tooltip.el: Move code for GUD tooltips into gud.el.
17866 (require): CL no longer needed to compile case.
17867 (tooltip-mode): Do not toggle functions for GUD tooltips.
17868 (tooltip-gud-tips-p): Remove. Replace with minor mode
17869 gud-tooltip-mode in gud.el.
17870 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
17871 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
17872 tooltip-gud prefix with gud-tooltip and obsolete.
17873 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
17874 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
17875 (tooltip-mouse-motion): Mouse movement functions/variable.
17876 Rename in gud.el by adding gud prefix.
17877 (tooltip-gud-original-filter, tooltip-gud-dereference)
17878 (tooltip-gud-event, tooltip-toggle-gud-tips)
17879 (tooltip-gud-process-output, tooltip-gud-print-command)
17880 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
17881 gud.el by replacing tooltip-gud prefix with gud-tooltip.
17882 (gdb-tooltip-print): Move to gdb-ui.el.
17883
17884 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
17885 (require): CL needed to compile case.
17886 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
17887 tooltip-gud-tips-p. Make it a minor-mode.
17888 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
17889 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
17890 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
17891 (gud-tooltip-change-major-mode)
17892 (gud-tooltip-activate-mouse-motions-if-enabled)
17893 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
17894 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
17895 (gud-tooltip-original-filter, gud-tooltip-dereference)
17896 (gud-tooltip-event, tooltip-toggle-gud-tips)
17897 (gud-tooltip-process-output, gud-tooltip-print-command)
17898 (gud-tooltip-tips): Move from tooltip.el.
17899
17900 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
17901 (gdb-cpp-define-alist-flags): Doc fix.
17902 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
17903 gud-tooltip-mode is t.
17904
17905 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17906
17907 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
17908 evaporate if their text is deleted.
17909 (goto-address-at-point): Make it work as a mouse binding as well.
17910 (goto-address-at-mouse): Obsolete it. Update users.
17911
17912 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
17913
17914 * calendar/appt.el (top-level): No longer activate on load.
17915
17916 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
17917
17918 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17919 * net/webjump.el (webjump):
17920 * progmodes/idlw-help.el (idlwave-do-context-help1)
17921 (idlwave-highlight-linked-completions):
17922 * textmodes/po.el (po-find-file-coding-system-guts):
17923 Replace `assoc-ignore-case' by `assoc-string'.
17924
17925 2005-05-06 Eli Zaretskii <eliz@gnu.org>
17926
17927 * files.el (locate-file): Doc fix.
17928
17929 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
17930 Remove the redundant test for ms-dos.
17931
17932 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
17933 look for the preprocessor with exec-suffixes. If not found in
17934 standard places, look in exec-path. Remove most of the tests that
17935 used system-type.
17936
17937 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
17938
17939 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
17940
17941 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
17942 file-name clash with jka-compr.el on 8+3 filesystems.
17943
17944 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17945
17946 * term/mac-win.el: Don't define or bind scroll bar functions if
17947 x-toolkit-scroll-bars is t.
17948 (x-select-text, x-get-selection-value): Clear
17949 x-last-selected-text-clipboard if x-select-enable-clipboard is
17950 nil.
17951 (PRIMARY): Put mac-scrap-name property.
17952 (mac-select-convert-to-file-url): New function.
17953 (public.file-url): New selection target type. Add to
17954 selection-converter-alist.
17955 (x-get-selection, x-selection-value): Handle it.
17956 (x-cut-buffer-or-selection-value): New alias.
17957
17958 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17959
17960 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
17961 entry to avoid calling bibtex-find-entry with arg global
17962 being t. Remove arg key.
17963 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
17964 (bibtex-copy-summary-as-kill): Change accordingly.
17965
17966 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17967
17968 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
17969 (org-agenda-date-later): Use with-current-buffer.
17970
17971 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
17972
17973 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
17974 (define-obsolete-variable-alias): Doc Fixes.
17975
17976 2005-05-06 Kim F. Storm <storm@cua.dk>
17977
17978 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
17979 vertical-motion when selective-display is active.
17980
17981 * ido.el (ido-setup-hook): New hook.
17982 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
17983 (ido-input-stack): New var.
17984 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
17985 ido-next-work-file binding to M-O.
17986 Bind M-f to ido-wide-find-file-or-pop-dir.
17987 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
17988 (ido-read-internal): Run ido-setup-hook.
17989 Catch quit in read-file-name and read-string to cancel edit.
17990 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
17991 Automatically pop-all when completing a directory name (RET).
17992 (ido-file-internal): Add with-no-warnings around ffap and dired code.
17993 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
17994 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
17995 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
17996 New functions for M-b/M-f to move among the directory components.
17997 (ido-make-merged-file-list): Catch quit to cancel merge.
17998 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
17999 (ido-completion-help): No warnings for ido-completion-buffer-full.
18000
18001 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18002
18003 * font-lock.el (font-lock-negation-char-face): New face and variable.
18004 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18005 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18006 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18007 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18008
18009 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18010
18011 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18012 Fix typo in docstring.
18013
18014 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18015 (ebrowse-print-statistics-line)
18016 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18017
18018 * term/w32-win.el (image-library-alist): Add additional name for
18019 Xpm library.
18020
18021 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18022
18023 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18024 use gcc instead of cpp.
18025
18026 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18027 (gdb-create-define-alist): Use it.
18028 (gdb-cpp-define-alist-program): Update for MS-DOS.
18029
18030 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18031
18032 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18033
18034 2005-05-04 Richard M. Stallman <rms@gnu.org>
18035
18036 * help.el (describe-key): No error when UNTRANSLATED is nil.
18037
18038 * simple.el (line-move-1): Fix previous change to signal errors
18039 appropriately.
18040
18041 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18042
18043 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18044 (icalendar-duration-correction): Remove.
18045 (icalendar--get-event-properties): Split result at commas.
18046 (icalendar--decode-isoduration): New optional argument
18047 DURATION-CORRECTION.
18048 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18049 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18050 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18051 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18052 (icalendar--convert-anniversary-to-ical): New functions, extracted
18053 from icalendar-export-region, with bug fixes.
18054 (icalendar-export-region): Use the above functions.
18055 (icalendar-import-buffer): Check before saving diary file.
18056 (icalendar--convert-recurring-to-diary)
18057 (icalendar--convert-non-recurring-all-day-to-diary)
18058 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18059 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18060 (icalendar--convert-ical-to-diary): Use the above functions.
18061
18062 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18063
18064 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18065 Remove these recent additions.
18066 (c-mode): Restore to before 2005-04-28.
18067
18068 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18069 recent addition.
18070
18071 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18072 (gdb-define-alist): New variables.
18073 (gdb-create-define-alist): New function.
18074 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18075 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18076 with string-to-number.
18077 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18078
18079 * progmodes/gud.el: Replace string-to-int with string-to-number.
18080 (gud-find-file): Handle gdb-define-alist.
18081
18082 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18083
18084 2005-05-02 Jay Belanger <belanger@truman.edu>
18085
18086 * calc/calc-aent.el (math-read-token):
18087 * calc/calc-bin.el (calc-word-size):
18088 * calc/calc-ext.el (calc-read-number-fancy):
18089 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18090 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18091 * calc/calc-frac.el (calc-over-notation):
18092 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18093 (calc-graph-num-points, calc-graph-init):
18094 * calc/calc-prog.el (calc-read-parse-table-part)
18095 (calc-edit-macro-repeats):
18096 * calc/calc-yank.el (calc-do-grab-rectangle):
18097 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18098 Replace `string-to-int' by `string-to-number'.
18099
18100 2005-05-02 Kim F. Storm <storm@cua.dk>
18101
18102 * kmacro.el: Use executing-kbd-macro-index variable.
18103
18104 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18105
18106 * net/rlogin.el (rlogin-parse-words): Delete func.
18107 (rlogin): Use split-string, not rlogin-parse-words.
18108 Also, if there are option-like elements in the parsed args,
18109 take the host to be the first arg immediately following them.
18110 Suggested by Michael Mauger.
18111
18112 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18113
18114 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18115
18116 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18117
18118 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18119 (cc-mode-cpp-program): Rename to cc-define-list-program and
18120 move to cc-vars.el.
18121
18122 * progmodes/cc-vars.el (cc-define-list-program):
18123 Change to "gcc -E -dM -". Make customizable.
18124
18125 2005-05-02 Kim F. Storm <storm@cua.dk>
18126
18127 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18128
18129 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18130
18131 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18132
18133 * international/mule-util.el (truncate-string): Remove alias and
18134 obsolete declaration.
18135
18136 * international/mule-cmds.el (update-iso-coding-systems):
18137 Remove alias and obsolete declaration.
18138
18139 * international/mule.el (coding-system-parent): Remove alias and
18140 obsolete declaration.
18141
18142 * subr.el (define-function, sref): Remove aliases and obsolete
18143 declarations.
18144 (chars-in-region): Remove obsolete declaration.
18145
18146 2005-05-01 Richard M. Stallman <rms@gnu.org>
18147
18148 * info.el (Info-mode): Set widen-automatically to nil, locally.
18149
18150 * simple.el (widen-automatically): New variable.
18151 (pop-global-mark): Obey widen-automatically.
18152
18153 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18154
18155 * term/xterm.el (function-key-map): Call substitute-key-definition
18156 before the keymap size is increased by a lot of define-key calls.
18157
18158 2005-05-01 Richard M. Stallman <rms@gnu.org>
18159
18160 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18161 Rename ARG to ELEMENT. Doc fix.
18162
18163 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18164
18165 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18166 Remove references to allout-exposure/change to allout-new-exposure.
18167
18168 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18169 bytecode symbols.
18170
18171 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18172 (compiled-function-p, focus-frame, unfocus-frame):
18173 Remove aliases and obsolete declarations.
18174 Back out inadvertent changes from previous commit.
18175
18176 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18177
18178 * files.el (require-final-newline): Make Custom tags consistent
18179 with mode-require-final-newline.
18180 (mode-require-final-newline): Doc fix.
18181
18182 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18183
18184 * international/latexenc.el (latexenc-find-file-coding-system):
18185 Fix regular expressions.
18186
18187 2005-05-01 David Kastrup <dak@gnu.org>
18188
18189 * international/latexenc.el (latexenc-find-file-coding-system):
18190 Fix regular expressions.
18191
18192 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18193
18194 * subr.el (string-to-int): Make obsolete.
18195
18196 2005-04-30 Richard M. Stallman <rms@gnu.org>
18197
18198 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18199
18200 * loadup.el: load jka-comp-hook.
18201
18202 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18203 (jka-compr-handler): Add autoload. `put' calls moved
18204 to jka-comp-hook.el.
18205 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18206 (jka-compr-inhibit): Autoload.
18207
18208 * jka-comp-hook.el: New file.
18209 Enable the mode by default.
18210
18211 * files.el (backup-buffer-copy): Use copy-file instead
18212 of write-region, and put back the 'excl.
18213
18214 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18215
18216 * progmodes/flymake.el (flymake-split-string)
18217 (flymake-split-string, flymake-log, flymake-pid-to-names)
18218 (flymake-reg-names, flymake-get-source-buffer-name)
18219 (flymake-unreg-names, flymake-add-line-err-info)
18220 (flymake-add-err-info): Clarify docstrings.
18221 (flymake-popup-menu, flymake-make-emacs-menu)
18222 (flymake-make-xemacs-menu): Add docstrings.
18223 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18224 Set variables directly throughout.
18225
18226 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18227
18228 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18229 exists. Initialize cc-define-alist.
18230 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18231 If there is no file (Macroexpansion) don't create an alist.
18232
18233 2005-04-29 Sam Steingold <sds@gnu.org>
18234
18235 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18236 (cc-create-define-alist): Use it instead of the hard-coded string.
18237
18238 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18239
18240 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18241 for latexenc.
18242
18243 2005-04-29 Lute Kamstra <lute@gnu.org>
18244
18245 * emacs-lisp/generic.el: Improve commentary section.
18246 (define-generic-mode): Improve docstring.
18247
18248 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18249
18250 * textmodes/org.el (many places): Change to quiet the byte compiler.
18251 (org-prefix-format-compiled): New variable.
18252 (org-compile-prefix-format): New function.
18253 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18254 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18255 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18256 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18257 consistency with entries from `org-mode' files.
18258 (org-get-time-of-day): Fix bug with partial matches early in a line.
18259 (org-non-link-chars): New constant.
18260 (org-link-regexp): Respect `org-non-link-chars'.
18261 (org-agenda-day-view): Remove command.
18262 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18263 (org-follow-bbdb-link, org-store-link): Search also company field.
18264 (org-highlight-overlay): New variable.
18265 (org-highlight, org-unhighlight): New functions.
18266 (org-agenda-mode): Add pre-command-hook to remove highlight.
18267 (org-evaluate-time-range): Behavior depends upon whether time stamp
18268 contains a time or not.
18269 (org-show-subtree, org-show-entry): New functions.
18270 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18271
18272 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18273
18274 * comint.el (comint-output-filter-functions): Add autoload cookie.
18275
18276 2005-04-28 Kim F. Storm <storm@cua.dk>
18277
18278 * ido.el (ido-everywhere): Fix last change.
18279
18280 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18281
18282 * international/latexenc.el: New file.
18283 * international/mule-conf.el (file-coding-system-alist): For .tex,
18284 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18285
18286 2005-04-28 Lute Kamstra <lute@gnu.org>
18287
18288 * font-lock.el (font-lock-add-keywords)
18289 (font-lock-remove-keywords): Clarify docstring.
18290 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18291 Don't start docstrings with a `*'.
18292 (font-lock-update-removed-keyword-alist): Give it a docstring.
18293
18294 * generic-x.el: Update commentary section.
18295 Only require font-lock when compiling.
18296 Define all modes conditionally.
18297 Place all generic modes in the generic-x-modes customization group.
18298 (generic-x-modes): New customization group.
18299 (generic-default-modes, generic-mswindows-modes)
18300 (generic-unix-modes, generic-other-modes): New constants.
18301 (generic-define-mswindows-modes, generic-define-unix-modes):
18302 Update docstrings. Make them obsolete.
18303 (generic-extras-enable-list): New default value. Update docstring.
18304 Improve :type. Change :set function.
18305 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18306 Fix docstring.
18307
18308 * emacs-lisp/generic.el (generic-mode-internal):
18309 Simplify font-lock-defaults.
18310 (define-generic-mode): Fix docstring.
18311
18312 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18313
18314 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18315 font-lock-face property to highlight matches.
18316
18317 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18318
18319 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18320 (cc-define-alist): New variable.
18321 (c-mode): Make it local and initialize it.
18322
18323 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18324 (gdb-exited): New function.
18325 (gdb-annotation-rules): Use it.
18326 (gdb-starting): Set gdb-active-process to t.
18327 (gdb-stopping): Amend doc string.
18328 (gdb-reset): Set gdb-active-process to nil.
18329
18330 * tooltip.el (tooltip-gud-tips): Show the associated #define
18331 directives when a C program under GDB is not executing.
18332
18333 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18334
18335 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18336 font-lock-fontify-syntactic-keywords.
18337
18338 * font-lock.el (font-lock-default-fontify-region): Don't force
18339 parse-sexp-lookup-properties to nil.
18340
18341 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18342
18343 * man.el (man-mode-syntax-table): Set up `:' to have
18344 word-constituent syntax.
18345
18346 2005-04-27 Lute Kamstra <lute@gnu.org>
18347
18348 * novice.el (disable-command): Don't add spurious newlines to the
18349 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18350
18351 2005-04-26 Jay Belanger <belanger@truman.edu>
18352
18353 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18354 than one window before deleting window.
18355
18356 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18357
18358 * shell.el (shell-prompt-pattern): Doc fix.
18359 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18360
18361 * comint.el (comint-prompt-regexp, comint-get-old-input)
18362 (comint-use-prompt-regexp)
18363 (comint-use-prompt-regexp-instead-of-fields)
18364 (comint-replace-by-expanded-history, comint-send-input)
18365 (comint-output-filter, comint-get-old-input-default)
18366 (comint-line-beginning-position, comint-bol, comint-show-output)
18367 (comint-backward-matching-input, comint-forward-matching-input)
18368 (comint-next-prompt, comint-previous-prompt):
18369 Rename `comint-use-prompt-regexp-instead-of-fields' to
18370 `comint-use-prompt-regexp'. Keep old name as alias and declare
18371 obsolete.
18372 (comint-use-prompt-regexp): Shorten first line of doc string.
18373
18374 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18375 Set paragraph-separate buffer locally to "\\'".
18376
18377 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18378 Adapt to above name change.
18379
18380 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18381 (smbclient-prompt-regexp): Ditto.
18382
18383 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18384
18385 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18386
18387 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18388 gdb-location-list.
18389 Break lines that are over 80 characters wide.
18390
18391 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18392
18393 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18394 New fun and var, to preserve compatibility.
18395
18396 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18397
18398 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18399
18400 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18401 name to file-newer-than-file-p.
18402
18403 2005-04-26 Richard M. Stallman <rms@gnu.org>
18404
18405 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18406
18407 * progmodes/python.el (python-mode):
18408 Use new name eldoc-documentation-function.
18409
18410 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18411
18412 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18413 (eldoc-documentation-function):
18414 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18415
18416 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18417
18418 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18419
18420 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18421
18422 * term/xterm.el (function-key-map): Fix strings for
18423 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18424 {C,S,A,C-S}-{f1-f12}.
18425
18426 2005-04-26 Kenichi Handa <handa@m17n.org>
18427
18428 * international/mule-cmds.el (select-safe-coding-system):
18429 Fix previous change.
18430
18431 2005-04-26 Lute Kamstra <lute@gnu.org>
18432
18433 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18434
18435 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18436 (font-lock-comment-delimiter-face): Ditto.
18437
18438 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18439
18440 2005-04-25 Jay Belanger <belanger@truman.edu>
18441
18442 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18443 to t while inserting information; use help-mode.
18444
18445 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18446
18447 * term.el (ansi-term-color-vector): Use the xterm colors.
18448 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18449
18450 2005-04-25 Lute Kamstra <lute@gnu.org>
18451
18452 * font-core.el (font-lock-defaults): Fix docstring.
18453
18454 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18455
18456 2005-04-25 Kenichi Handa <handa@m17n.org>
18457
18458 * international/mule-cmds.el (select-safe-coding-system):
18459 Don't check consistency with coding: spec, etc if raw-text or
18460 no-conversion was found to be safe.
18461
18462 2005-04-24 Richard M. Stallman <rms@gnu.org>
18463
18464 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18465 citation markers at start of each line.
18466
18467 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18468 citation markers at start of each line.
18469
18470 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18471
18472 * files.el (mode-require-final-newline): Fix previous change.
18473 (require-final-newline): Fix type label.
18474
18475 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18476
18477 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18478 statement in buffer (broken by 2004-11-24 change).
18479
18480 2005-04-24 Kim F. Storm <storm@cua.dk>
18481
18482 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18483 and read-file-name-function values. Don't overwrite existing
18484 non-nil values if ido-mode is enabled without ido-everywhere.
18485
18486 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18487
18488 * files.el (mode-require-final-newline): Minor doc fix.
18489
18490 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18491
18492 * subr.el (syntax-after): Doc fix.
18493 (syntax-class): If argument is nil, return nil. Mask off upper 16
18494 bits, not 8 bits.
18495
18496 * files.el (mode-require-final-newline): Doc fix.
18497 (backup-buffer-copy): Fix last change.
18498
18499 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18500
18501 * term/mac-win.el: Require select. Set selection-coding-system to
18502 mac-system-coding-system. Call menu-bar-enable-clipboard.
18503 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18504 (x-select-enable-clipboard): New variables.
18505 (x-select-text, x-get-selection, x-selection-value)
18506 (x-get-selection-value, mac-select-convert-to-string)
18507 (mac-services-open-file, mac-services-open-selection)
18508 (mac-services-insert-text): New functions.
18509 (CLIPBOARD, FIND): Put mac-scrap-name property.
18510 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18511 (public.tiff): Put mac-ostype property.
18512 (selection-converter-alist): Add entries for them.
18513 (mac-application-menu-map): New keymap.
18514 (interprogram-cut-function, interprogram-paste-function): Set to
18515 x-select-text and x-get-selection-value, respectively.
18516 (split-window-keep-point): Set to t.
18517
18518 2005-04-23 Richard M. Stallman <rms@gnu.org>
18519
18520 * files.el (read-directory-name): Always pass non-nil
18521 DEFAULT-FILENAME arg to read-file-name.
18522 (backup-buffer-copy, basic-save-buffer-2): Take care against
18523 writing thru an unexpected existing symlink.
18524 (revert-buffer): In indirect buffer, revert the base buffer.
18525 (magic-mode-alist): Doc fix.
18526 (buffer-stale-function): Doc fix.
18527 (minibuffer-with-setup-hook): Avoid warning.
18528 (mode-require-final-newline): Doc and custom fix.
18529
18530 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18531
18532 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18533 use the default appearance.
18534 (font-lock-comment-delimiter-face): New face, new variable.
18535
18536 * imenu.el (imenu--generic-function): The official position of a
18537 definition is the start of the line that BEG is in.
18538
18539 * midnight.el (midnight-timer): Move defvar up.
18540
18541 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18542
18543 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18544
18545 * startup.el (command-line): Use with-no-warnings.
18546
18547 * window.el (window-size-fixed): New defvar.
18548
18549 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18550
18551 * mail/rmail.el (rmail-font-lock-keywords):
18552 Use font-lock-comment-delimiter-face.
18553
18554 * mail/sendmail.el (mail-font-lock-keywords):
18555 Use font-lock-comment-delimiter-face.
18556
18557 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18558
18559 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18560
18561 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18562 Specify t for LAXMATCH when matching directories.
18563 Save match data around compilation-compat-error-properties form.
18564
18565 2005-04-23 David Kastrup <dak@gnu.org>
18566
18567 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18568 Mention that the autoloaded aliases should be kept for AUCTeX.
18569
18570 2005-04-23 Andreas Schwab <schwab@suse.de>
18571
18572 * isearch.el (isearch-forward): Doc fix.
18573
18574 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18575
18576 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18577 (jit-lock-stealth-nice): Change default value to 0.5.
18578
18579 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18580
18581 * abbrev.el (write-abbrev-file): Write table entries in
18582 alphabetical order by table name.
18583
18584 2005-04-22 Kim F. Storm <storm@cua.dk>
18585
18586 * ido.el (ido-read-internal): Fix `list' completion.
18587
18588 2005-04-22 Kenichi Handa <handa@m17n.org>
18589
18590 * recentf.el (recentf-save-file-coding-system): New variable.
18591 (recentf-save-list): Encode the file by
18592 recentf-save-file-coding-system and add coding: tag.
18593
18594 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18595
18596 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18597
18598 2005-04-21 Lute Kamstra <lute@gnu.org>
18599
18600 * loadhist.el (unload-feature): Don't remove a function from hooks
18601 if it is about to be restored to an autoload . Remove functions
18602 that will become unbound from auto-mode-alist. Simplify the code.
18603
18604 * subr.el (assq-delete-all): New implementation that is linear,
18605 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18606 (rassq-delete-all): New function.
18607
18608 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18609 Add size-indication-mode.
18610
18611 2005-04-21 Kenichi Handa <handa@m17n.org>
18612
18613 * international/mule-cmds.el: Add autoload for widget-value in
18614 eval-when-compile.
18615
18616 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18617
18618 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18619 Add tooltip-mode.
18620
18621 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18622
18623 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
18624
18625 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18626 (inferior-lisp-filter-regexp, inferior-lisp-program)
18627 (inferior-lisp-load-command, inferior-lisp-prompt)
18628 (inferior-lisp-mode-hook, lisp-source-modes)
18629 (inferior-lisp-load-hook): defvar->defcustom.
18630 (inferior-lisp-program, inferior-lisp-prompt)
18631 (inferior-lisp-load-hook): Doc fixes.
18632 (inferior-lisp-install-letter-bindings): Small change in
18633 introductory comment.
18634
18635 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
18636
18637 * vc.el (vc-annotate-color-map): Change some colors so that text
18638 using them as foreground is readable on both white and black
18639 backgrounds.
18640
18641 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18642
18643 * international/mule-conf.el (translation-table-for-input):
18644 Remove redundant declaration.
18645
18646 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18647
18648 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18649
18650 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18651 (tooltip-toggle-gud-tips): New function.
18652
18653 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18654
18655 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18656 right angle brackets.
18657
18658 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18659
18660 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18661
18662 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18663
18664 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18665 Remove. Update callers to use expand-file-name instead.
18666
18667 * subr.el (syntax-class): New function.
18668
18669 * simple.el (blink-matching-open): Use it.
18670
18671 * paren.el (show-paren-function): Use it to recognize parens that are
18672 also used in 2-char comment markers.
18673
18674 2005-04-19 Lute Kamstra <lute@gnu.org>
18675
18676 * loadhist.el (unload-feature): Update for new format of
18677 load-history. Simplify the code.
18678
18679 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18680
18681 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18682 (mac-add-charset-info): New function. Initialize variable
18683 mac-charset-info-alist using it.
18684 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18685 for translation.
18686 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18687 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18688 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18689 New CCL programs.
18690
18691 2005-04-19 Kim F. Storm <storm@cua.dk>
18692
18693 * simple.el (next-buffer, prev-buffer, next-error)
18694 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18695 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18696
18697 * bindings.el (next-buffer, prev-buffer, next-error)
18698 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18699 (clone-indirect-buffer-other-window): Move bindings from simple.el.
18700 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18701 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18702
18703 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18704
18705 * isearch.el (isearch-edit-string): Make the search-ring available for
18706 minibuffer history commands.
18707 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18708 the default history commands now work just as well.
18709 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18710
18711 2005-04-18 Kim F. Storm <storm@cua.dk>
18712
18713 * emulation/cua-base.el (cua--pre-command-handler): Add more
18714 elaborate check for shift modifier on non-window systems.
18715
18716 2005-04-18 Lars Hansen <larsh@math.ku.dk>
18717
18718 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18719
18720 2005-04-18 Kim F. Storm <storm@cua.dk>
18721
18722 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18723 and make it optional. Don't test tooltip-gud-echo-area here.
18724 (tooltip-gud-process-output, gdb-tooltip-print):
18725 Pass tooltip-gud-echo-area to tooltip-show.
18726 (tooltip-help-tips): Remove second optional arg to tooltip-show.
18727
18728 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18729
18730 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18731 `display-graphic-p' may not be bound yet.
18732
18733 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
18734
18735 * startup.el (command-line): No longer enable Xterm Mouse mode by
18736 default in terminals compatible with xterm.
18737
18738 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18739
18740 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
18741
18742 * tooltip.el (tooltip-gud-echo-area): Rename from
18743 tooltip-use-echo-area.
18744 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18745 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18746 area independently of where help tooltips are displayed.
18747
18748 2005-04-17 David Kastrup <dak@gnu.org>
18749
18750 * cus-theme.el (custom-theme-write-variables): Quote variables
18751 where necessary.
18752
18753 2005-04-17 Richard M. Stallman <rms@gnu.org>
18754
18755 * simple.el (yank-excluded-properties): Add follow-link to value.
18756
18757 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18758
18759 * startup.el (fancy-splash-max-time): Just 30 seconds.
18760 (fancy-splash-delay): Just 7.
18761 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18762
18763 * loadhist.el (unload-feature): Update for new format of load-history.
18764 Simplify the code.
18765
18766 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18767 (rmail-font-lock-keywords): Don't fontify the text of a citation.
18768
18769 * mail/sendmail.el (mail-font-lock-keywords):
18770 Don't fontify subject text.
18771 Don't fontify the text of a citation.
18772
18773 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
18774
18775 * comint.el (comint-output-filter): Run comint-output-filter-functions
18776 with point where the user had it.
18777
18778 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18779
18780 * international/ucs-tables.el (ucs-set-table-for-input):
18781 Disable when using unify-on-decoding.
18782
18783 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
18784
18785 * emulation/cua-base.el (cua-global-mark-face): Add special case
18786 for displays supporting a high number of colors.
18787
18788 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18789
18790 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18791
18792 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
18793
18794 * filesets.el (filesets-add-buffer): If user supplies a name of a
18795 non-existing fileset, create a new fileset.
18796
18797 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
18798
18799 * textmodes/org.el (org-up-heading-all): Fix bug with
18800 `outline-up-heading-all'.
18801
18802 2005-04-16 Andreas Schwab <schwab@suse.de>
18803
18804 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18805 /etc/permissions.d/* and /etc/aliases.d/*.
18806
18807 2005-04-16 Kenichi Handa <handa@m17n.org>
18808
18809 * international/code-pages.el (cp-make-coding-system):
18810 Set `translation-table-for-input' property value to the symbol
18811 ucs-mule-to-mule-unicode, not to that value.
18812 (pt154): Escape guillemet by `\'.
18813
18814 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
18815
18816 * loadup.el: Load tooltip if x-show-tip is fboundp.
18817
18818 * startup.el (command-line): Add comment.
18819
18820 * tooltip.el (tooltip-mode): Specify correct standard value for
18821 Custom in init-value.
18822
18823 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
18824
18825 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18826 possible.
18827
18828 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
18829
18830 * textmodes/org.el (org-agenda-date-prompt): Rename from
18831 `org-agenda-date-today'.
18832 (org-evaluate-time-range): Insert at point instead of directly
18833 after time range.
18834 (org-first-headline-recenter, org-subtree-end-visible-p)
18835 (org-optimize-window-after-visibility-change): New functions
18836 (org-agenda-post-command-hook): Don't allow point at end of line,
18837 to make sure it always hits the text properties.
18838 (org-agenda-next-date-line, org-agenda-previous-date-line):
18839 New commands.
18840 (org-set-regexps-and-options): Category may contain white space.
18841 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18842 Improve marker positions.
18843 (org-agenda-new-marker): Argument POS made optional.
18844 (org-agenda-get-timestamps): Deadlines which are done are listed
18845 in org-done-face now.
18846 (org-agenda-get-todos, org-agenda-get-timestamps)
18847 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18848 Set `undone-face' and `done-face' properties.
18849 (org-last-todo-state-is-todo): New variable.
18850 (org-todo): Set `org-last-todo-state-is-todo'.
18851 (org-agenda-todo): Change face according to
18852 `org-last-todo-state-is-todo'. And change other lines referring to
18853 the same entry.
18854 (org-calendar-goto-agenda): New command.
18855 (org-calendar-to-agenda-key): New option.
18856 (org-startup-folded): New allowed value `content'.
18857 (org-set-regexps-and-options): Accept new value `content' for
18858 `org-startup-folded'.
18859 (org-get-current-options): Handle new value `content' for
18860 `org-startup-folded'.
18861 (org-insert-todo-heading): New command.
18862 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
18863 interactively in empty file and option
18864 `org-insert-mode-line-in-empty-file' has been set.
18865 (org-agenda-todo, org-agenda-priority): Modify to use
18866 `org-agenda-change-all-lines'.
18867 (org-warning-face): Change color on dark background
18868
18869 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18870
18871 * international/mule-cmds.el (set-locale-environment): On Mac OS,
18872 use preferences AppleLocale and AppleLanguages, and variable
18873 mac-system-locale for default locale. On Mac OS Classic, use
18874 mac-system-coding-system for default coding systems.
18875
18876 * term/mac-win.el: Don't set file-name-coding-system.
18877 Decode variables system-name, emacs-build-system, user-login-name, and
18878 user-full-name by mac-system-coding-system on Mac OS Classic.
18879 (mac-system-coding-system): New variable.
18880
18881 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
18882
18883 * startup.el (command-line): Handle `xterm-mouse-mode' before
18884 reading init file.
18885
18886 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
18887
18888 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
18889
18890 * progmodes/sh-script.el (sh-here-document-word): Make it a
18891 defcustom. Doc fix.
18892 (sh-add): Bash uses $(( )) for arithmetic.
18893 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
18894 (sh-maybe-here-document): Remove quotes and leading whitespace
18895 from heredoc word when closing. Indent heredoc with tabs if word
18896 starts with "-".
18897
18898 2005-04-13 Richard M. Stallman <rms@gnu.org>
18899
18900 * simple.el (undo): Fix previous change.
18901
18902 * custom.el (defface): Doc fix.
18903
18904 2005-04-13 Lute Kamstra <lute@gnu.org>
18905
18906 * Makefile.in (DONTCOMPILE): Remove list.
18907 (compile, compile-always): Don't use DONTCOMPILE.
18908 (update-authors): Load the library in which batch-update-authors
18909 is defined.
18910 * makefile.w32-in (DONTCOMPILE): Remove list.
18911 (compile, compile-always): Fix comments.
18912 (update-authors): Load the library in which batch-update-authors
18913 is defined.
18914
18915 * generic-x.el (generic-mode-ini-file-find-file-hook):
18916 Rename to ini-generic-mode-find-file-hook.
18917 Keep generic-mode-ini-file-find-file-hook as an alias.
18918 (ini-generic-mode-find-file-hook): Rename from
18919 generic-mode-ini-file-find-file-hook. Fix docstring.
18920 (ini-generic-mode): Docstring change.
18921 (bat-generic-mode-run-as-comint): Silence the byte compiler.
18922
18923 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
18924 called from lisp.
18925
18926 * generic.el: Move to the emacs-lisp subdir.
18927
18928 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
18929
18930 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
18931 and C-S- function and cursor motion keys.
18932
18933 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
18934
18935 * startup.el (command-line): Enable Xterm Mouse mode by default.
18936 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
18937 for Custom. No longer show "Mouse" in mode line when enabled.
18938 Doc fix.
18939
18940 2005-04-12 Kim F. Storm <storm@cua.dk>
18941
18942 * emulation/cua-base.el (cua-rectangle-face)
18943 (cua-rectangle-noselect-face): Define face attributes here.
18944
18945 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
18946
18947 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18948
18949 * startup.el (command-line): Turn off blinking cursor if
18950 cursorBlink in resources is off or false.
18951
18952 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18953
18954 * term/mac-win.el (dnd): Require dnd.
18955 (mac-drag-n-drop): Call dnd-handle-one-url.
18956 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
18957 (kTextEncodingISOLatin2): Remove constants.
18958 (mac-script-code-coding-systems): New constant.
18959 (mac-handle-language-change): New function.
18960 (special-event-map): Bind it to `language-change' event.
18961 (mac-centraleurroman, mac-cyrillic): New coding systems.
18962 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
18963 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
18964 and mac-cyrillic-encoder to encode-mac-centraleurroman and
18965 encode-mac-cyrillic, respectively.
18966
18967 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18968
18969 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
18970 Don't set overlay-arrow-string to "=>" as this is done
18971 globally in C now.
18972
18973 2005-04-12 Lute Kamstra <lute@gnu.org>
18974
18975 * generic-x.el (rc-generic-mode, rul-generic-mode):
18976 Fix auto-mode-alist entries.
18977 (etc-fstab-generic-mode): Tweak fontification.
18978
18979 * generic.el (generic-make-keywords-list): Fix docstring.
18980 (generic-mode-internal): Simplify generic-font-lock-keywords.
18981
18982 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
18983
18984 * whitespace.el (whitespace-buffer-leading)
18985 (whitespace-buffer-trailing): Revert the incorrect test inversion.
18986 However, fix the highlight area for the leading and
18987 trailing whitespaces to show space.
18988
18989 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
18990
18991 * whitespace.el (whitespace-version): Bump to 3.5
18992
18993 (whitespace-buffer-leading, whitespace-buffer-trailing):
18994 Invert sense of the test to highlight the whitespace.
18995
18996 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18997
18998 * progmodes/gud.el (gud-display-line): GUD uses its own
18999 overlay arrow now so don't set overlay-arrow-string.
19000 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19001
19002 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19003
19004 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19005 (term-ansi-current-reverse, term-ansi-current-invisible)
19006 (term-ansi-face-already-done): Change to boolean.
19007 (term-reset-terminal, term-handle-colors-array): Handle the above
19008 vars accordingly.
19009 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19010 (term-emulate-terminal): Use the new name.
19011
19012 * faces.el (secondary-selection): Use yellow1, not yellow.
19013 (trailing-whitespace): Use red1, not red.
19014
19015 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19016
19017 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19018 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19019 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19020
19021 * cus-edit.el (dnd): New group.
19022
19023 * term/w32-win.el (dnd): Require dnd
19024 (w32-drag-n-drop): Call dnd-handle-one-url.
19025
19026 * x-dnd.el: Require dnd.
19027 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19028 Call dnd-handle-one-url.
19029 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19030 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19031 to dnd-insert-text.
19032 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19033 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19034 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19035 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19036
19037 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19038
19039 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19040
19041 * wdired.el: Doc fixes.
19042 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19043 (wdired-use-dired-vertical-movement): Rename from
19044 wdired-always-move-to-filename-beginning.
19045 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19046 (wdired-change-to-wdired-mode): Change mode name.
19047 (wdired-newline): Delete.
19048
19049 2005-04-11 Richard M. Stallman <rms@gnu.org>
19050
19051 * whitespace.el (whitespace-highlight-the-space):
19052 Don't call whitespace-unhighlight-the-space here.
19053
19054 * simple.el (undo): Record t in undo-equiv-table
19055 for the redo record made by an undo-in-region.
19056
19057 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19058
19059 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19060 (gdb-frame-inferior-io-buffer): New Functions to control
19061 display of separate IO buffer.
19062 (menu): Add them to menu-bar.
19063 (gdb-display-buffer): Check for buffer another frame.
19064 Protect GUD buffer.
19065 (gdb-setup-windows): Create IO buffer if not already there.
19066 (gdb-memory-mode): Remove purecopy noops.
19067
19068 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19069
19070 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19071 and pass to self-insert-command.
19072
19073 2005-04-11 Lute Kamstra <lute@gnu.org>
19074
19075 * generic.el: Commentary section cleanup.
19076 (generic): Delete.
19077 (generic-use-find-file-hook, generic-lines-to-scan)
19078 (generic-find-file-regexp, generic-ignore-files-regexp)
19079 (default-generic-mode, generic-mode-find-file-hook)
19080 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19081 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19082 (generic-use-find-file-hook, generic-lines-to-scan)
19083 (generic-find-file-regexp, generic-ignore-files-regexp)
19084 (default-generic-mode, generic-mode-find-file-hook)
19085 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19086
19087 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19088
19089 * bookmark.el (bookmark-write-file): Catch errors writing file.
19090 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19091
19092 2005-04-10 Richard M. Stallman <rms@gnu.org>
19093
19094 * startup.el (fancy-splash-tail): Update copyright year.
19095 (command-line): Split part of -Q into -D.
19096 (emacs-basic-display): New defvar.
19097 (fancy-splash-text): Correct name of menu item.
19098
19099 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19100
19101 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19102 lines in one node.
19103
19104 * comint.el (comint-send-input): New arg ARTIFICIAL.
19105 Callers in this file changed.
19106
19107 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19108
19109 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19110
19111 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19112
19113 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19114 `ldap-search-internal'.
19115
19116 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19117
19118 * files.el (set-auto-mode-1): Use line-end-position.
19119
19120 * international/latin-1.el:
19121 * international/latin-2.el:
19122 * international/latin-3.el:
19123 * international/latin-4.el:
19124 * international/latin-5.el:
19125 * international/latin-8.el:
19126 * international/latin-9.el: Give punctuation syntax to NBSP.
19127
19128 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19129 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19130 Use char-classes to accept non-ascii letters, accepted in some recent
19131 bibtex implementations.
19132
19133 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19134
19135 * custom.el (custom-set-minor-mode): Any non-nil value for the
19136 variable should enable the mode when set through Custom.
19137
19138 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19139
19140 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19141 TAB binding so tab-always-indent is obeyed.
19142 (vhdl-minibuffer-local-map): Move initialization into declaration.
19143 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19144 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19145 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19146 (vhdl-current-line): Use line-beginning-position.
19147 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19148 with-output-to-temp-buffer, so the current position can be recorded.
19149
19150 2005-04-10 Masatake YAMATO <jet@gyve.org>
19151
19152 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19153 Add regexp for gcov.
19154
19155 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19156
19157 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19158 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19159 syntax which Emacs 20 doesn't support.
19160
19161 2005-04-09 Richard M. Stallman <rms@gnu.org>
19162
19163 * help.el (describe-key-briefly, describe-key):
19164 Replace strings as event types with "(any string)".
19165
19166 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19167
19168 * arc-mode.el (archive-mode-map): Move initialization into
19169 the declaration. Override *all* bindings of `undo'.
19170 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19171
19172 2005-04-09 Jay Belanger <belanger@truman.edu>
19173
19174 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19175
19176 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19177
19178 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19179 (xterm-register-default-colors): Update color values computation
19180 to match xterm-200.
19181
19182 2005-04-09 Kenichi Handa <handa@m17n.org>
19183
19184 * international/code-pages.el (iso-latin-7): Fix the map.
19185
19186 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19187
19188 * emacs-lisp/lisp.el (defun-prompt-regexp)
19189 (parens-require-spaces, buffer-end, end-of-defun)
19190 (insert-parentheses): Doc fixes.
19191
19192 2005-04-08 Kim F. Storm <storm@cua.dk>
19193
19194 * comint.el (comint-highlight-prompt): Fix face spec.
19195 * hi-lock.el (hi-green): Likewise.
19196
19197 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19198
19199 * cus-edit.el (custom-modified-face):
19200 * comint.el (comint-highlight-input): Fix previous changes.
19201 * term.el (term-handle-ansi-escape): Add a comment.
19202
19203 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19204
19205 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19206 in the buffer and in whitespace-highlighted-space.
19207 (whitespace-unhighlight-the-space): Simplify.
19208 (whitespace-buffer): Simplify.
19209
19210 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19211
19212 * textmodes/table.el (table-cell-face): Add special case for
19213 displays supporting a high number of colors.
19214 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19215 (vhdl-font-lock-reserved-words-face)
19216 (vhdl-speedbar-architecture-face)
19217 (vhdl-speedbar-instantiation-face)
19218 (vhdl-speedbar-architecture-selected-face)
19219 (vhdl-speedbar-instantiation-selected-face): Likewise.
19220 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19221 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19222 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19223 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19224 (ebrowse-progress-face): Likewise.
19225 * progmodes/compile.el (compilation-info-face): Likewise.
19226 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19227 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19228 * calendar/calendar.el (diary-face): Likewise.
19229 * woman.el (woman-italic-face, woman-bold-face)
19230 (woman-unknown-face): Likewise.
19231 * wid-edit.el (widget-button-pressed-face): Likewise.
19232 * whitespace.el (whitespace-highlight-face): Likewise.
19233 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19234 * pcvs-info.el (cvs-marked-face): Likewise.
19235 * info.el (info-xref): Likewise.
19236 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19237 * hilit-chg.el (highlight-changes-face)
19238 (highlight-changes-delete-face): Likewise.
19239 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19240 (hi-red-b): Likewise.
19241 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19242 * font-lock.el (font-lock-keyword-face)
19243 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19244 * cus-edit.el (custom-invalid-face, custom-modified-face)
19245 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19246 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19247 * comint.el (comint-highlight-prompt): Likewise.
19248
19249 2005-04-08 Lute Kamstra <lute@gnu.org>
19250
19251 * font-lock.el (font-lock-keywords): Docstring fixes.
19252
19253 2005-04-08 Kenichi Handa <handa@m17n.org>
19254
19255 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19256 chars are more than a limit, print " and more..." at the tail.
19257
19258 2005-04-08 Kim F. Storm <storm@cua.dk>
19259
19260 * emacs-lisp/authors.el (authors-aliases): Update list.
19261 (authors-ignored-files): New list.
19262 (authors-fixed-entries): Fix typo.
19263 (authors-renamed-files-alist): Update list.
19264 (authors-add): Check authors-ignored-files.
19265
19266 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19267
19268 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19269 optional, to ensure backward compatibility.
19270
19271 2005-04-08 Stephen Eglen <stephen@gnu.org>
19272
19273 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19274
19275 2005-04-08 Kim F. Storm <storm@cua.dk>
19276
19277 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19278
19279 * mouse.el (mouse-on-link-p): Doc fix.
19280
19281 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19282
19283 * ielm.el (ielm-prompt-read-only): Doc fix.
19284
19285 * comint.el (comint-prompt-read-only): Doc fix.
19286
19287 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19288
19289 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19290 ensure dired always handles wildcards passed to ffap.
19291 (find-file-at-point): Use it.
19292 (ffap-dired-wildcards): Doc fix.
19293
19294 2005-04-07 Juri Linkov <juri@jurta.org>
19295
19296 * simple.el (next-error-overlay-arrow-position): New defvar.
19297 Put "=>" on its property `overlay-arrow-string'. Add it to
19298 `overlay-arrow-variable-list'.
19299
19300 * progmodes/compile.el (compilation-setup):
19301 Set `next-error-overlay-arrow-position' to nil. Also set it to
19302 nil in the local hook `kill-buffer-hook'. Make local variable
19303 `overlay-arrow-string' and set it to "=>".
19304 (compilation-goto-locus): Set BOL position to
19305 `next-error-overlay-arrow-position' instead of
19306 `overlay-arrow-position'.
19307
19308 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19309 locally instead of adding it to the global hook.
19310 (Info-kill-buffer): Move up.
19311
19312 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19313
19314 * term/xterm.el (xterm-standard-colors): Update color values from
19315 xterm-200.
19316
19317 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19318
19319 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19320
19321 * fast-lock.el:
19322 * lazy-lock.el: Move them to the obsolete subdir.
19323
19324 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19325
19326 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19327 (wdired-add-replace-advice): Remove.
19328 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19329
19330 2005-04-06 Kim F. Storm <storm@cua.dk>
19331
19332 * startup.el (command-line): Add --bare-bones alias for -Q.
19333
19334 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19335
19336 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19337 create the startup fontset if a font specification ends with
19338 `mac-roman'.
19339
19340 2005-04-06 Lute Kamstra <lute@gnu.org>
19341
19342 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19343 change.
19344
19345 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19346 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19347
19348 2005-04-05 Lute Kamstra <lute@gnu.org>
19349
19350 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19351 (define-generic-mode): Ditto. Fix debug declaration.
19352
19353 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19354 Put them in the generic-x group.
19355
19356 * calendar/timeclock.el (timeclock): Doc fix.
19357
19358 * generic.el (define-generic-mode): Don't use custom-current-group.
19359 Document default :group value.
19360 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19361 (define-global-minor-mode): Don't use custom-current-group.
19362
19363 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19364
19365 * startup.el (command-line-1): Display startup-echo-area-message
19366 when fancy splash screen is in use.
19367
19368 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19369 (sh-escaped-newline): New face.
19370 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19371 newline, and use sh-escaped-newline face.
19372
19373 * progmodes/tcl.el (tcl-escaped-newline): New face.
19374 (tcl-builtin-list): New variable.
19375 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19376 newlines. Fix keywords subexpression number.
19377
19378 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19379
19380 * textmodes/org.el (org-diary-default-entry): Fix call to
19381 `add-to-diary-entry'.
19382
19383 2005-04-05 Kim F. Storm <storm@cua.dk>
19384
19385 * ediff-init.el: Use (featurep 'xemacs).
19386
19387 2005-04-05 David Ponce <david@dponce.com>
19388
19389 * cus-edit.el (face): Derive from symbol widget. Display sample
19390 of the current face on the fly.
19391 (widget-face-sample-face-get, widget-face-notify): New functions.
19392 (widget-face-value-create): Remove.
19393
19394 * wid-edit.el (widget-field-end): Temporarily remove field
19395 narrowing before to call `get-char-property'.
19396
19397 2005-04-04 Jay Belanger <belanger@truman.edu>
19398
19399 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19400 (math-read-subscripts): New variable.
19401 (math-read-preprocess-string): Process subscripts.
19402
19403 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19404
19405 * comint.el (comint-prompt-read-only): Doc fix.
19406
19407 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19408 `-1'. Doc fix.
19409
19410 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19411
19412 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19413 Change default value to nil.
19414
19415 2005-04-04 Lute Kamstra <lute@gnu.org>
19416
19417 * autorevert.el (auto-revert-mode): Specify :group.
19418 * battery.el (display-battery-mode): Specify :group.
19419 * diff-mode.el (diff-minor-mode): Specify :group.
19420 * font-core.el (font-lock-mode): Specify :group.
19421 * hl-line.el (hl-line-mode): Specify :group.
19422 * iimage.el (iimage): New customization group.
19423 (iimage-mode): Specify :group.
19424 * longlines.el (longlines-mode): Specify :group.
19425 * master.el: Don't require easy-mmode.
19426 (master): New customization group.
19427 (master-mode): Specify :group.
19428 * msb.el (msb-mode): Specify :group.
19429 * reveal.el (reveal-mode): Specify :group.
19430 * simple.el (next-error-follow-minor-mode): Specify :group.
19431 * smerge-mode.el (smerge-mode): Specify :group.
19432 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19433 * emulation/cua-base.el (cua-mode): Specify :group.
19434 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19435 * language/thai-util.el (thai-auto-composition-mode)
19436 (thai-word-mode): Specify :group.
19437 * mail/supercite.el (sc-minor-mode): Specify :group.
19438 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19439 * progmodes/flymake.el (flymake-mode): Specify :group.
19440 * progmodes/glasses.el (glasses-mode): Specify :group.
19441 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19442 * textmodes/enriched.el (enriched-mode): Specify :group.
19443 * textmodes/refill.el (refill-mode): Specify :group.
19444
19445 * add-log.el (change-log-font-lock-keywords): Names in
19446 parenthesized lists can contain spaces.
19447
19448 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19449
19450 * startup.el (fancy-splash-text): Shorten default text of
19451 "Emacs Tutorial" line. Also, if the current language env
19452 indicates an available tutorial file other than TUTORIAL,
19453 extract its title and append it to the line in parentheses.
19454 (fancy-splash-insert): If arg is a thunk, funcall it.
19455
19456 2005-04-04 Jay Belanger <belanger@truman.edu>
19457
19458 * calc.el (calc-language-alist): Add tags to customization type.
19459
19460 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19461
19462 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19463 Doc fix.
19464
19465 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19466
19467 * add-log.el (change-log-font-lock-keywords): The manual
19468 describing a Change Log entry, says: (...) "Aside from these
19469 header lines, every line in the change log starts with a space or
19470 a tab.". The font-lock was not highlighting lines started with
19471 spaces, added support for it.
19472
19473 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19474
19475 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19476 (bibtex-generate-url-list): Update docstring accordingly. Put the
19477 complex example in the docstring.
19478 (bibtex-font-lock-url): Use pop.
19479
19480 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19481
19482 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19483
19484 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19485
19486 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19487
19488 * filesets.el (filesets-set-default): Doc fix.
19489
19490 2005-04-03 Lute Kamstra <lute@gnu.org>
19491
19492 * generic.el (define-generic-mode): Add argument to specify
19493 keywords for defcustom.
19494 (default-generic-mode): Specify :group.
19495
19496 * generic-x.el: Specify :group for all generic modes.
19497
19498 * desktop.el (desktop-no-desktop-file-hook)
19499 (desktop-after-read-hook): Doc fix.
19500
19501 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19502
19503 * simple.el (visible-mode): Use explicit :group keyword.
19504 This changes the group of `visible-mode-hook' from paren-blinking
19505 to editing-basics.
19506
19507 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19508
19509 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19510 mailbox specifications as well as URLs.
19511 (rmail-insert-inbox-text): Remove unused conditional branches.
19512
19513 2005-04-01 Jay Belanger <belanger@truman.edu>
19514
19515 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19516 (calc-gnuplot-print-command): Move definitions to calc.el.
19517
19518 * calc/calc-embed.el (calc-embedded-announce-formula)
19519 (calc-embedded-open-formula, calc-embedded-close-formula)
19520 (calc-embedded-open-word, calc-embedded-close-word)
19521 (calc-embedded-open-plain, calc-embedded-close-plain)
19522 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19523 (calc-embedded-open-mode, calc-embedded-close-mode):
19524 Move definitions to calc.el.
19525
19526 * calc/calc.el (calc-settings-file, calc-language-alist):
19527 Make customizable.
19528 (calc-embedded-announce-formula, calc-embedded-open-formula)
19529 (calc-embedded-close-formula, calc-embedded-open-word)
19530 (calc-embedded-close-word, calc-embedded-open-plain)
19531 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19532 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19533 (calc-embedded-close-mode, calc-gnuplot-name)
19534 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19535 from other files and make customizable.
19536
19537 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19538
19539 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19540 Use buffer-live-p.
19541 (cvs-mode-run): Don't call cvs-update-header here.
19542 (cvs-run-process): Call cvs-update-header.
19543 Use process properties for cvs-postprocess and cvs-buffer so that
19544 the sentinel can behave better if the temp buffer is killed.
19545 Use a pipe rather than a tty, to better handle unexpected prompts.
19546 (cvs-sentinel): Rewrite. Call cvs-update-header.
19547
19548 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19549
19550 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19551 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19552
19553 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19554
19555 * generic.el (define-generic-mode): Add indentation rule.
19556
19557 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19558
19559 * files.el (mode-require-final-newline): Make Custom correctly
19560 report a nil value and allow to set it to nil via Custom.
19561 Doc fix.
19562
19563 2005-04-01 Kenichi Handa <handa@m17n.org>
19564
19565 * international/characters.el: Enable the correct case setting for
19566 dotless-i and dotted-I.
19567
19568 2005-04-01 Kim F. Storm <storm@cua.dk>
19569
19570 * ido.el (ido-file-internal): Fall back to non-ido command if
19571 initial directory is on slow ftp (or tramp) host.
19572
19573 2005-03-31 Richard M. Stallman <rms@gnu.org>
19574
19575 * emacs-lisp/autoload.el (make-autoload):
19576 Handle define-global-minor-mode.
19577
19578 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19579 Rename from easy-mmode-define-global-mode.
19580 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19581
19582 * progmodes/scheme.el (scheme-mode-syntax-table):
19583 Update syntax of | and # for two-character comment syntax.
19584
19585 2005-03-31 Lute Kamstra <lute@gnu.org>
19586
19587 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19588 (define-minor-mode): Call custom-current-group at load-time.
19589
19590 * generic.el (define-generic-mode): Add debug declaration.
19591 Add defcustom for the mode hook.
19592 (generic-mode-internal): Use run-mode-hooks.
19593
19594 2005-03-31 Kim F. Storm <storm@cua.dk>
19595
19596 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19597 (mouse-fixup-help-message): New defun called by show_help_echo
19598 to fixup mouse-2 prefix in help messages when applicable.
19599
19600 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19601
19602 2005-03-31 Kenichi Handa <handa@m17n.org>
19603
19604 * language/thai-word.el (thai-find-word-ends): Pay attention to
19605 the case that we reach the end of buffer.
19606
19607 * textmodes/fill.el (fill-text-properties-at): New function.
19608 (fill-newline): Use fill-text-properties-at instead of
19609 text-properties-at.
19610
19611 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19612
19613 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19614 not comint-quote-filename.
19615
19616 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19617
19618 * help-fns.el (help-with-tutorial): Revert last change.
19619
19620 2005-03-31 Kim F. Storm <storm@cua.dk>
19621
19622 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19623
19624 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
19625
19626 * calendar/cal-china.el: Update reference to "Calendrical
19627 Calculations" book; there's a new edition.
19628 * calendar/cal-coptic.el: Likewise.
19629 * calendar/cal-french.el: Likewise.
19630 * calendar/cal-hebrew.el: Likewise.
19631 * calendar/cal-islam.el: Likewise.
19632 * calendar/cal-iso.el: Likewise.
19633 * calendar/cal-julian.el: Likewise.
19634 * calendar/cal-mayan.el: Likewise.
19635 * calendar/cal-persia.el: Likewise.
19636 * calendar/calendar.el: Likewise.
19637 * calendar/holidays.el: Likewise.
19638 * calendar/lunar.el: Likewise.
19639 * calendar/solar.el: Likewise.
19640
19641 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19642 white space from doc string.
19643
19644 2005-03-30 Jay Belanger <belanger@truman.edu>
19645
19646 * calc/calc-help.el (calc-full-help): Remove email address.
19647
19648 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
19649
19650 * help-fns.el (help-with-tutorial): Delete title line.
19651
19652 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19653
19654 * calendar/cal-x.el (calendar-one-frame-setup)
19655 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19656 rather than `symbol' for set-window-dedicated-p.
19657
19658 * calendar/appt.el (appt-buffer-name): Make it a constant.
19659 (appt-add): Doc fix.
19660
19661 * filesets.el (filesets-menu-path, filesets-menu-before)
19662 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
19663 (filesets-menu-cache-file): Use directory ~/.emacs.d.
19664 (filesets-add-submenu): Delete and use add-submenu instead.
19665
19666 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
19667
19668 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19669 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19670 (org-diary-default-entry): New function.
19671 (org-get-entries-from-diary): Better parsing of diary entries.
19672 (org-agenda-check-no-diary): New function.
19673 ("diary-lib"): Advice to function `add-to-diary-list', to allow
19674 linking to diary entries.
19675 (org-agenda-execute-calendar-command): New function.
19676 (org-agenda): Improve visible section in window.
19677 Use `org-fit-agenda-window'.
19678 (org-fit-agenda-window): New option.
19679 (org-move-subtree-down): Better handling of empty lines
19680 at end of subtree.
19681 (org-cycle): Numeric prefix is interpreted now as show-subtree N
19682 levels up.
19683 (org-fontify-done-headline): New option.
19684 (org-headline-done-face): New face.
19685 (org-set-font-lock-defaults): Use `org-headline-done-face'.
19686 (org-table-copy-down): Rename from `org-table-copy-from-above'.
19687 When current field is non-empty, it is copied to next row.
19688 (org-table-copy-from-above): Fix bug which made it
19689 impossible to copy fields containing only a single non-white character.
19690
19691 2005-03-30 Kim F. Storm <storm@cua.dk>
19692
19693 * kmacro.el (kmacro-end-macro): Isearch may store this command
19694 into the macro -- so ignore it when executing keyboard macro.
19695
19696 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19697
19698 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19699
19700 2005-03-29 Kenichi Handa <handa@m17n.org>
19701
19702 * language/thai.el ("Thai"): Set setup-function and exit-function
19703 for Thai language environment.
19704
19705 * language/thai-util.el: Require thai-word.
19706 (thai-word-mode-map): New variable.
19707 (thai-word-mode): New minor mode.
19708 (setup-thai-language-environment-internal): New function.
19709 (exit-thai-language-environment-internal): New function.
19710
19711 * language/thai-word.el (thai-word-table): Declare it by defvar,
19712 use dolist to initialize it.
19713 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19714 (thai-fill-find-break-point): New functions.
19715
19716 2005-03-29 Richard M. Stallman <rms@gnu.org>
19717
19718 * simple.el (idle-update-delay): Move definition up.
19719 (set-mark): Doc fix.
19720
19721 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
19722
19723 * longlines.el: New file.
19724
19725 * simple.el (buffer-substring-filters): New variable.
19726 (filter-buffer-substring): New function.
19727 (kill-region, copy-region-as-kill): Use it.
19728
19729 * register.el (copy-to-register, append-to-register)
19730 (prepend-to-register): Use filter-buffer-substring.
19731
19732 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19733
19734 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19735 (gud-filter-pending-text): Move in front of gdb.
19736 (gud-overlay-arrow-position): New variable.
19737 (gud-sentinel, gud-display-line): Use it in place of
19738 overlay-arrow-position.
19739
19740 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
19741
19742 * progmodes/fortran.el (fortran-if-indent): Doc fix.
19743 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19744 (fortran-font-lock-keywords-4): New variable.
19745 (fortran-blocks-re, fortran-end-block-re)
19746 (fortran-start-block-re): New constants, for hideshow.
19747 (hs-special-modes-alist): Add a Fortran entry.
19748 (fortran-mode-map): Bind fortran-end-of-block,
19749 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19750 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
19751 (fortran-looking-at-if-then, fortran-end-of-block)
19752 (fortran-beginning-of-block): New functions, for hideshow.
19753
19754 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19755 Doc fix. Tweak regexp.
19756 (f90-beginning-of-block): Push mark first.
19757
19758 2005-03-29 Jay Belanger <belanger@truman.edu>
19759
19760 * calc/calc.el: Update copyright date.
19761 (calc-version): Increase to 2.1.
19762 (calc-version-date): Remove.
19763
19764 * calc/calc-help.el: Update copyright date.
19765 (calc-full-help): Remove reference to calc-version-date.
19766 Update copyright date.
19767
19768 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19769
19770 * vc.el (vc-do-command): Use a pipe for async processes, so password
19771 prompts don't show up at places where the user can't reply.
19772
19773 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19774
19775 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19776 on the file name we pass to the inferior shell.
19777
19778 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19779
19780 * progmodes/which-func.el (which-function): Be robust in the face of an
19781 imenu--make-index-alist failure.
19782
19783 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19784
19785 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19786
19787 * progmodes/python.el (python-preoutput-filter): Fix last change.
19788
19789 2005-03-29 Lute Kamstra <lute@gnu.org>
19790
19791 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19792 functions and compiled macros.
19793 (debug-convert-byte-code): Handle macros too.
19794 (debug-on-entry-1): Don't signal an error when trying to clear a
19795 function that is not set to debug on entry.
19796
19797 2005-03-29 Jay Belanger <belanger@truman.edu>
19798
19799 * calc/calc-lang.el: Add functions to math-function-table
19800 properties of tex and math.
19801
19802 2005-03-29 Kenichi Handa <handa@m17n.org>
19803
19804 * ps-mule.el (ps-mule-plot-string): Translate characters by
19805 ps-print-translation-table.
19806 (ps-mule-begin-job): Call find-charset-region/string with
19807 ps-print-translation-table.
19808 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19809
19810 * ps-print.el (ps-print-translation-table): New variable.
19811 (ps-plot-region): Translate characters by ps-print-translation-table.
19812
19813 2005-03-29 Juri Linkov <juri@jurta.org>
19814
19815 * simple.el (next-error-highlight-timer): New variable.
19816
19817 * progmodes/compile.el (compilation-goto-locus):
19818 Use `next-error-highlight-timer' instead of `sit-for'.
19819
19820 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19821
19822 * mail/supercite.el (sc-mail-field): Use assoc-string.
19823 (sc-get-address): Simplify regexps.
19824
19825 * files.el (minibuffer-with-setup-hook): New macro.
19826 (find-file-read-args): Use it to avoid let-binding
19827 minibuffer-with-setup-hook (which breaks turning on/off
19828 file-name-shadow-mode while in the prompt).
19829
19830 * complete.el (PC-read-include-file-name-internal):
19831 Use test-completion.
19832
19833 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
19834
19835 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19836
19837 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19838
19839 * window.el (window-buffer-height): Use count-screen-lines.
19840
19841 * progmodes/python.el (python-preoutput-leftover): New var.
19842 (python-preoutput-filter): Use it.
19843 (python-send-receive): Loop until all the result has been received.
19844
19845 2005-03-28 Juri Linkov <juri@jurta.org>
19846
19847 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
19848
19849 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
19850 "Recover Crashed Session".
19851 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
19852 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
19853 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
19854 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
19855 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
19856 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
19857 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
19858 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
19859
19860 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
19861 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
19862 Ediff Sessions", "Toggle use of separate control buffer frame",
19863 "Use separate frame for Ediff control buffer".
19864
19865 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
19866 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
19867 "Rename Bookmark", "Delete Bookmark".
19868
19869 * info.el (Info-mode-menu): Remove ellipsis from "Index".
19870 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
19871 Add `:active Info-index-alternatives' to "Next Matching Item".
19872
19873 * wdired.el (wdired-change-to-wdired-mode):
19874 Mention `wdired-abort-changes' key in the initial message.
19875
19876 * international/mule.el (auto-coding-alist): Associate non-ascii
19877 image filename extensions with `no-conversion'.
19878
19879 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
19880
19881 * international/iso-acc.el:
19882 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
19883
19884 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
19885
19886 * textmodes/sgml-mode.el (html-mode): Doc update.
19887
19888 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
19889
19890 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
19891
19892 * term.el (term-move-columns): Fix face after extending a line.
19893 (term-insert-spaces): Likewise.
19894 (term-reset-terminal): Fix off by one error.
19895
19896 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19897
19898 * international/mule.el (auto-coding-alist): Add .xpi files.
19899
19900 * files.el (auto-mode-alist): Add .xpi files.
19901
19902 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
19903
19904 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
19905
19906 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19907
19908 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
19909
19910 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
19911
19912 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
19913 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
19914
19915 * calendar/cal-move.el (calendar-beginning-of-year): Move the
19916 cursor to Jan 1 when needed.
19917 (calendar-end-of-year): Fix -/+ typo.
19918 Reported by Chong Yidong <cyd@stupidchicken.com>.
19919
19920 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19921
19922 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
19923
19924 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
19925 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
19926
19927 2005-03-25 Richard M. Stallman <rms@gnu.org>
19928
19929 * filesets.el (filesets-init): Add autoload.
19930
19931 * mail/mailalias.el (mail-directory): Doc fix.
19932
19933 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19934
19935 * mail/mailalias.el (mail-directory-process): Do nothing if
19936 mail-directory-process is an atom.
19937 (mail-get-names): Ignore mail-directory-names if it is an atom.
19938 (mail-directory-process defvar): Doc fix.
19939 (mail-names): Doc fix.
19940
19941 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
19942
19943 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
19944
19945 2005-03-26 Kenichi Handa <handa@m17n.org>
19946
19947 * international/mule-util.el (detect-coding-with-priority):
19948 Call update-coding-systems-internal before detect-coding-region.
19949
19950 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
19951
19952 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
19953 (gdb-frames-mode-map): Add follow-link property.
19954
19955 2005-03-25 Jay Belanger <belanger@truman.edu>
19956
19957 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
19958 for variables.
19959
19960 2005-03-25 Juri Linkov <juri@jurta.org>
19961
19962 * image-mode.el: Optimize image filename extension regexps in
19963 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
19964 in `auto-mode-alist'.
19965 (image-mode): Add `image-toggle-display-text' to local hook
19966 `change-major-mode-hook'. Display the image as an image by
19967 default. Set `cursor-type' and `truncate-lines' if the image
19968 is already displayed. Take into account the current mode (image
19969 or text) in message.
19970 (image-minor-mode): New minor mode.
19971 (image-mode-maybe, image-toggle-display-text): New functions.
19972 (image-toggle-display): Use called-interactively-p.
19973 Let-bind `inhibit-read-only' to t.
19974
19975 * image-mode.el (image-minor-mode): Set `cursor-type' and
19976 `truncate-lines' if the image is already displayed. Add turning
19977 image-minor-mode off to `change-major-mode-hook'. Add message.
19978 Call `image-toggle-display-text' after turning image-minor-mode off.
19979
19980 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
19981
19982 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
19983 Terminal.app, use utf-8.
19984 (set-display-table-and-terminal-coding-system): Add coding-system arg.
19985 (set-locale-environment): Use it.
19986
19987 * term/xterm.el: Undo last change, better done in mule-cmds.el.
19988
19989 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
19990
19991 * progmodes/python.el (python-close-block-statement-p)
19992 (python-outdent-p, python-current-defun): Use symbol-end.
19993
19994 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
19995
19996 * files.el (save-some-buffers): Doc fix.
19997
19998 2005-03-25 Werner Lemberg <wl@gnu.org>
19999
20000 * complete.el, thumbs.el: Replace `legal' with `valid'.
20001 * calendar/calendar.el: Replace `legal' with `valid'.
20002 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20003 * mail/supercite.el: Replace `legal' with `valid'.
20004 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20005 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20006 Replace `legal' with `valid'.
20007 * textmodes/reftex-vars.el, textmodes/reftex.el:
20008 Replace `legal' with `valid'.
20009
20010 2005-03-25 Werner Lemberg <wl@gnu.org>
20011
20012 * calc/calc-forms.el, calc/calc-sel.el
20013 * midnight.el, vc-cvs.el
20014 * emacs-lisp/cl-macs.el
20015 * emulation/vip.el
20016 * eshell/esh-io.el, eshell/esh-var.el
20017 * mail/supercite.el
20018 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20019 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20020 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20021 * progmodes/sh-script.el, progmodes/xscheme.el
20022 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20023 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20024 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20025 * textmodes/reftex.el, textmodes/org.el:
20026 Replace `illegal' with `invalid'.
20027
20028 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20029
20030 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20031 (flymake-find-buildfile, flymake-find-possible-master-files)
20032 (flymake-check-include, flymake-parse-line): Replace loops over the
20033 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20034
20035 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20036 Substitute file-name-as-directory in the rest of the file.
20037 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20038 (flymake-replace-region): Remove unused arg `buffer'.
20039 (flymake-check-patch-master-file-buffer): Update calls to it.
20040 (flymake-add-err-info): Remove unused var `count'.
20041 (flymake-mode): Use define-minor-mode.
20042
20043 * progmodes/flymake.el: Use with-current-buffer.
20044 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20045 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20046 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20047 Avoid testing for `xemacs'.
20048 (flymake-nop): Move.
20049 (flymake-region-has-flymake-overlays): Return the computed value.
20050 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20051 Remove unused var `endline'.
20052 (flymake-get-line-count): Remove unused function.
20053 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20054
20055 * emulation/vi.el:
20056 * generic.el:
20057 * hilit-chg.el (global-highlight-changes):
20058 * hi-lock.el (hi-lock-mode):
20059 * follow.el: find-file-hooks -> find-file-hook.
20060
20061 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20062
20063 2005-03-24 Juri Linkov <juri@jurta.org>
20064
20065 * dired.el (dired-mode-map): Add menu item "Compare directories"
20066 for dired-compare-directories.
20067
20068 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20069 Doc fix. Replace `read-file-name' with `read-directory-name'.
20070
20071 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20072
20073 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20074
20075 2005-03-24 Jay Belanger <belanger@truman.edu>
20076
20077 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20078 relevant mode settings in calc-embedded-original-modes when modes
20079 are permanently changed.
20080
20081 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20082
20083 * autoinsert.el: find-file-hooks -> find-file-hook.
20084
20085 2005-03-24 Lute Kamstra <lute@gnu.org>
20086
20087 * generic.el (generic-font-lock-defaults): Make it obsolete.
20088 (generic-font-lock-keywords): New variable to replace
20089 generic-font-lock-defaults.
20090 (generic-mode-set-font-lock): Delete it.
20091 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20092 (generic-bracket-support): Add docstring.
20093
20094 * generic-x.el: Rename generic-font-lock-defaults to
20095 generic-font-lock-keywords throughout.
20096 (mailagent-rules-setup-function): Delete it.
20097 (mailagent-rules-generic-mode): Use anonymous function instead.
20098 (show-tabs-generic-mode-font-lock-defaults-1)
20099 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20100 Quote faces.
20101 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20102 not foreground.
20103
20104 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20105 Recognize define-generic-mode.
20106
20107 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20108
20109 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20110 if there's no completion table.
20111
20112 2005-03-23 Miles Bader <miles@gnu.org>
20113
20114 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20115 Remove tty-specific variants, as they're no longer needed.
20116
20117 2005-03-23 Lute Kamstra <lute@gnu.org>
20118
20119 * generic-x.el: Code cleanup: make args constant whenever possible.
20120 (installshield-statement-keyword-list)
20121 (installshield-system-functions-list)
20122 (installshield-system-variables-list, installshield-types-list)
20123 (installshield-funarg-constants-list): Make them constants.
20124
20125 * generic.el (generic-make-keywords-list): Add autoload cookie.
20126
20127 * calendar/time-date.el: Add comment on time value formats.
20128 Don't require parse-time.
20129 (with-decoded-time-value): New macro.
20130 (encode-time-value): New function.
20131 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20132 (days-to-time): Return a valid time value when arg is huge.
20133 (time-since): Use time-subtract.
20134 (time-to-number-of-days): Use time-to-seconds.
20135
20136 2005-03-23 David Ponce <david@dponce.com>
20137
20138 * recentf.el (recentf-keep): New option.
20139 (recentf-menu-action): Default to `find-file'.
20140 (recentf-keep-non-readable-files-flag)
20141 (recentf-keep-non-readable-files-p)
20142 (recentf-file-readable-p, recentf-find-file)
20143 (recentf-cleanup-remote): Remove.
20144 (recentf-include-p): More robust.
20145 (recentf-keep-p): New function.
20146 (recentf-remove-if-non-kept): Rename from
20147 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20148 All callers updated.
20149 (recentf-menu-items-for-commands): Fix help string.
20150 (recentf-track-closed-file): Update. Doc fix.
20151 (recentf-cleanup): Update. Count removed files. Doc fix.
20152
20153 2005-03-23 Kim F. Storm <storm@cua.dk>
20154
20155 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20156 Don't inherit from fringe face (now happens automatically).
20157
20158 2005-03-22 Kim F. Storm <storm@cua.dk>
20159
20160 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20161 position values.
20162
20163 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20164
20165 * menu-bar.el (showhide-date-time): Remove.
20166 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20167 (menu-bar-make-mm-toggle): Simplify.
20168
20169 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20170
20171 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20172 Accept qualified variable and function names.
20173
20174 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20175
20176 * bindings.el (completion-ignored-extensions):
20177 Remove ".lis" for `vax-vms'.
20178
20179 2005-03-22 Andreas Schwab <schwab@suse.de>
20180
20181 * generic-x.el: Revert last change.
20182 * ldefs-boot.el: Update.
20183
20184 2005-03-22 Jay Belanger <belanger@truman.edu>
20185
20186 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20187 (calc-embedded-save-original-modes)
20188 (calc-embedded-restore-original-modes): New functions.
20189 (calc-do-embedded): Save original modes when entering embedded mode
20190 and restore when leaving embedded mode.
20191 (calc-embedded-modes-change): Change the value of
20192 calc-embedded-original-modes to reflect permanent changes.
20193
20194 2005-03-22 Lute Kamstra <lute@gnu.org>
20195
20196 * generic-x.el: Require generic again.
20197
20198 2005-03-22 Miles Bader <miles@gnu.org>
20199
20200 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20201 Tweak details to look good on both ttys and bitmap displays, light
20202 or dark background, etc.
20203
20204 2005-03-21 Kim F. Storm <storm@cua.dk>
20205
20206 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20207 mouse position.
20208
20209 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20210
20211 * icomplete.el: Don't forcibly turn on the mode upon load.
20212 (icomplete-mode): Use define-minor-mode.
20213 (icomplete-eoinput): Default to nil.
20214 (icomplete-minibuffer-setup): Remove autoload.
20215 (icomplete-tidy): Simplify.
20216 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20217 in the initial state or if the user has modified the field.
20218 Fix handling of icomplete-max-delay-chars.
20219 Remove code that handles the oddball case where
20220 minibuffer-completion-table is an integer.
20221 Wrap icomplete-completions in while-no-input in case building
20222 completions takes more time than expected.
20223 (icomplete-completions): Simplify.
20224
20225 2005-03-21 Richard M. Stallman <rms@gnu.org>
20226
20227 * jka-compr.el (jka-compr-really-do-compress):
20228 Make variable buffer-local.
20229
20230 * image-mode.el: Handle .xpm files too.
20231 (image-toggle-display): Preserve modification flag.
20232
20233 * help.el (where-is): Don't mention aliases with no key bindings.
20234
20235 2005-03-21 Lute Kamstra <lute@gnu.org>
20236
20237 * generic.el: Fix commentary section. Don't require cl for
20238 compilation.
20239 (generic-mode-list): Add autoload cookie.
20240 (generic-use-find-file-hook, generic-lines-to-scan)
20241 (generic-find-file-regexp, generic-ignore-files-regexp)
20242 (generic-mode, generic-mode-find-file-hook)
20243 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20244 (define-generic-mode): Make it a defmacro. Fix docstring.
20245 (generic-mode-internal): Code cleanup. Add autoload cookie.
20246 (generic-mode-set-comments): Code cleanup.
20247 * generic-x.el: Don't prevent compilation. Don't require generic.
20248 Follow coding conventions. Minor code cleanup.
20249 (etc-fstab-generic-mode): Add some keywords.
20250 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20251 define-generic-mode like a function declaration.
20252
20253 2005-03-21 Jay Belanger <belanger@truman.edu>
20254
20255 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20256 changing modes.
20257
20258 2005-03-21 Sam Steingold <sds@gnu.org>
20259
20260 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20261
20262 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20263
20264 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20265 Add underscore to "f$ lexicals" regexp.
20266
20267 2005-03-20 Juri Linkov <juri@jurta.org>
20268
20269 * subr.el (progress-reporter-do-update): When `min-value' is equal
20270 to `max-value', set `percentage' to 0 and prevent division by zero.
20271
20272 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20273
20274 Sync with Tramp 2.0.48.
20275
20276 * net/tramp.el (all): Change all addresses to .gnu.org.
20277 (tramp-append-tramp-buffers): New defun.
20278 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20279 Catch `dont-send' signal.
20280 (tramp-set-auto-save-file-modes): Set always permissions, because
20281 there might be an old auto-saved file belonging to another
20282 original file. This could be a security threat. Reported by
20283 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20284 Check for Emacs 21.3.50 removed.
20285
20286 * net/tramp-smb.el (all): Remove debug construct for
20287 `with-parsed-tramp-file-name'.
20288 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20289 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20290 No error message if DIRECTORY or FILENAME doesn't exist.
20291 (tramp-smb-open-connection): Check existence of
20292 `tramp-smb-program'.
20293
20294 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20295
20296 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20297 Properly handle the case where the `m' or `s' command's argument is not
20298 yet terminated.
20299 (perl-indent-new-calculate): New function.
20300 (perl-indent-line): Use it.
20301
20302 2005-03-20 Miles Bader <miles@gnu.org>
20303
20304 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20305 in text-mode too. Change to new face names.
20306 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20307 Add `:weight bold' attribute.
20308 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20309
20310 2005-03-19 Juri Linkov <juri@jurta.org>
20311
20312 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20313
20314 * international/mule.el (auto-coding-alist): Sync with
20315 `auto-mode-alist' by adding upper case archive file extensions
20316 and adding ear/war to jar extension.
20317
20318 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20319
20320 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20321 running, restart it.
20322
20323 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20324
20325 * finder.el (finder-current-item): Throw an error on an empty line.
20326
20327 * man.el (Man-follow-manual-reference): If current-word returns
20328 nil, use "".
20329
20330 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20331
20332 * simple.el (goto-line): Doc fix.
20333
20334 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20335
20336 * files.el (save-buffer): Doc fix.
20337
20338 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20339
20340 * recentf.el (recentf-cleanup-remote): New variable.
20341 (recentf-cleanup): Use it to conditionally check availability of
20342 remote files.
20343
20344 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20345
20346 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20347 function names.
20348
20349 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20350
20351 * language/thai-word.el: New file.
20352
20353 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20354
20355 * files.el (backup-buffer): If the file's directory is not
20356 writable, use copy instead of move to backup the file.
20357
20358 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20359
20360 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20361
20362 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20363
20364 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20365 Use functionp instead of symbolp and fboundp. Reported by Drkm
20366 <darkman_spam@yahoo.fr>.
20367 (ps-print-version): New version 6.6.6.
20368
20369 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20370
20371 * textmodes/table.el (table--line-column-position): New idiom.
20372 (table--row-column-insertion-point-p): New function to test
20373 validity of row and column insertion operation at a location.
20374 (table-global-menu, table-cell-menu): Use above functions for
20375 deterministic test operation.
20376 (table--editable-cell-p): Behave in deterministic fashion.
20377
20378 2005-03-18 Juri Linkov <juri@jurta.org>
20379
20380 * isearch.el (isearch-lazy-highlight-new-loop):
20381 Make arguments beg and end optional.
20382 (isearch-update): Remove optional arguments nil from
20383 isearch-lazy-highlight-new-loop.
20384 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20385 isearch-lazy-highlight-case-fold-search instead of
20386 isearch-case-fold-search, and let-bind isearch-regexp to
20387 isearch-lazy-highlight-regexp.
20388 Use isearch-lazy-highlight-last-string instead of isearch-string.
20389
20390 * replace.el (perform-replace): Remove bindings of global
20391 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20392 Add three new arguments to `replace-highlight'.
20393 (replace-highlight): Add arguments string, regexp, case-fold.
20394 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20395 to allow isearch-lazy-highlight-new-loop to use these values
20396 to set corresponding isearch-lazy-highlight-* internal
20397 variables whose values lazy highlighting will use regardless of
20398 changes to global variables isearch-string, isearch-regexp,
20399 isearch-case-fold-search during lazy highlighting loop.
20400 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20401 to `lazy-highlight-cleanup'.
20402
20403 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20404 (ispell-highlight-face): Set default face to `isearch' when
20405 lazy highlighting is enabled.
20406 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20407 priority to 1. Add lazy highlighting.
20408 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20409 from `isearch-dehighlight'.
20410
20411 2005-03-18 David Ponce <david@dponce.com>
20412
20413 * files.el (hack-local-variables): Do a case-insensitive search
20414 for End.
20415
20416 2005-03-18 Juri Linkov <juri@jurta.org>
20417
20418 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20419 `isearch-lazy-highlight-cleanup', add alias to old name and
20420 declare obsolete. Add release numbers to other obsolete vars.
20421 (isearch-done, isearch-lazy-highlight-new-loop):
20422 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20423 (lazy-highlight-cleanup) <variable>: Doc fix.
20424 (isearch-lazy-highlight-update): Rename obsolete
20425 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20426
20427 2005-03-18 Kenichi Handa <handa@m17n.org>
20428
20429 * language/thai-util.el: Fix categorization of Thai characters in
20430 thai-category-table.
20431 (thai-composition-pattern): Adjust it for the above change.
20432 (thai-self-insert-command, thai-compose-syllable): New functions.
20433 (thai-compose-region): Use thai-compose-syllable.
20434 (thai-compose-string): Likewise.
20435 (thai-composition-function): Likewise.
20436 (thai-auto-composition): New function.
20437 (thai-auto-composition-mode): New minor mode.
20438
20439 * language/thai.el: Fix patterns to be registered in
20440 composition-function-table.
20441
20442 * international/quail.el (quail-input-method): Locally bind
20443 inhibit-modification-hooks to t.
20444
20445 2005-03-17 Richard M. Stallman <rms@gnu.org>
20446
20447 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20448 (perl-mode): Use run-mode-hooks.
20449
20450 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20451 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20452 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20453
20454 * mail/sendmail.el (sendmail-send-it): Reenable the code
20455 to compute resend-to-address and use it.
20456
20457 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20458
20459 * image-mode.el: New file.
20460
20461 * image.el (insert-sliced-image): Add autoload cookie.
20462
20463 * font-lock.el (font-lock-lines-before): New user option.
20464 (font-lock-after-change-function): Obey it.
20465
20466 * bindings.el (esc-map): Make M-g a prefix.
20467 Bind M-g g and M-g M-g to goto-line.
20468
20469 * faces.el (face-id): Doc fix.
20470
20471 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20472
20473 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20474 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20475 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20476
20477 * mail/sendmail.el (mail-yank-ignored-headers)
20478 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20479 Add Mail-Followup-To and Mail-Reply-To headers.
20480 (mail-citation-hook): Add autoload cookie.
20481 (mail-mode): Doc fix.
20482 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20483 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20484 (mail-mode-fill-paragraph): Handle those headers.
20485 (mail-mailing-lists): New variable.
20486 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20487
20488 2005-03-17 Juri Linkov <juri@jurta.org>
20489
20490 * isearch.el (isearch-fallback): Check for `(car previous)'
20491 before calling `isearch-other-end-state'.
20492
20493 2005-03-17 Kim F. Storm <storm@cua.dk>
20494
20495 * simple.el (move-beginning-of-line): Move to beginning of buffer
20496 line, as well as beginning of screen line.
20497
20498 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20499
20500 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20501 argument REDRAW rather than calendar-redrawing variable.
20502 * calendar/calendar.el (calendar-redrawing): Delete.
20503 (redraw-calendar): Do not bind calendar-redrawing.
20504
20505 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20506
20507 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20508 diary-file buffer.
20509
20510 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20511
20512 * help.el (describe-mode): Allow a :minor-mode-function property to
20513 specify a different minor mode toggle function than the variable.
20514 * simple.el (auto-fill-function):
20515 * subr.el (add-minor-mode): Use it.
20516
20517 2005-03-16 Kenichi Handa <handa@m17n.org>
20518
20519 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20520 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20521 (ethio-fidel-to-sera-buffer): Likewise.
20522
20523 2005-03-16 Juri Linkov <juri@jurta.org>
20524
20525 * emacs-lisp/find-func.el (find-function-regexp):
20526 Add defun-emitting macro `menu-bar-make-toggle'.
20527
20528 * isearch.el: Put `isearch-scroll' property to
20529 `split-window-horizontally'.
20530
20531 * info.el: Update error messages for `debug-ignored-errors'.
20532 (Info-isearch-search): Doc fix.
20533 (Info-find-node): Move up code to go into info buffer before
20534 recording the node to the history.
20535 (Info-fontify-node): Fontify titles only if the next line
20536 has two or more `*', `=', `-', `.'.
20537 Display "go to this node" for empty (match-string 3).
20538
20539 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20540
20541 * term/mac-win.el: Add mouse pointer shape constants.
20542
20543 2005-03-15 Kim F. Storm <storm@cua.dk>
20544
20545 * simple.el (move-beginning-of-line): Use vertical-motion.
20546
20547 2005-03-15 Juri Linkov <juri@jurta.org>
20548
20549 * isearch.el (isearch-error): New variable.
20550 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20551 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20552 (isearch-within-brackets-state): Remove.
20553 (isearch-case-fold-search-state, isearch-pop-fun-state):
20554 Decrease frame index.
20555 (isearch-mode, isearch-top-state, isearch-push-state)
20556 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20557 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20558 (isearch-search, isearch-lazy-highlight-new-loop):
20559 Replace `isearch-invalid-regexp' with `isearch-error'.
20560 Remove `isearch-within-brackets'.
20561 (isearch-search): Add `search-failed' handler to `condition-case'.
20562 (isearch-lazy-highlight-search): Add `condition-case' to catch
20563 errors and allow `isearch-lazy-highlight-update' to try
20564 highlighting from the beginning of the window.
20565 (isearch-repeat): Move up code to set isearch-wrapped to t
20566 before calling isearch-wrap-function.
20567
20568 * info.el (Info-isearch-initial-node): New internal variable.
20569 (Info-search): Signal an error in isearch mode when search leaves
20570 the initial node. Signal an error when `bound' is non-nil and
20571 nothing was found in the current subfile.
20572 (Info-isearch-search): Remove `condition-case'.
20573 (Info-isearch-wrap): Don't wrap when search failed during leaving
20574 the initial node. If `Info-isearch-search' is nil, wrap around
20575 the current node.
20576 (Info-isearch-start): New fun.
20577 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20578 `isearch-mode-hook'.
20579
20580 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20581
20582 * simple.el (normal-erase-is-backspace): Set default to t if
20583 running on Mac.
20584
20585 * term/mac-win.el (function-key-map): Sync with x-win.el.
20586
20587 2005-03-15 Kenichi Handa <handa@m17n.org>
20588
20589 * international/mule-cmds.el (locale-language-names): Modify the
20590 format of elements and add more entries.
20591 (locale-preferred-coding-systems): Add more entries.
20592 (set-locale-environment): Adjust for the change of
20593 locale-language-names.
20594
20595 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20596
20597 * pcvs.el (smerge-ediff): Remove bogus autoload.
20598
20599 2005-03-14 Lute Kamstra <lute@gnu.org>
20600
20601 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20602 Ignore a `*' at the beginning of a line.
20603
20604 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20605 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20606 subr.el.
20607 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20608 to specify indentation.
20609
20610 * generic.el (define-generic-mode): Let generic-mode-list be a
20611 list of strings; test membership with equal.
20612
20613 2005-03-14 Kim F. Storm <storm@cua.dk>
20614
20615 * simple.el (next-line, previous-line): Add optional try-vscroll
20616 arg to recognize interactive use. Pass it on to line-move.
20617 (line-move): Don't perform auto-window-vscroll when defining or
20618 executing keyboard macro to ensure consistent behavior.
20619
20620 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20621
20622 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20623
20624 2005-03-13 Lute Kamstra <lute@gnu.org>
20625
20626 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20627 debugger-setup-buffer so that backtrace marks the frames set to
20628 debug-on-exit and we don't have to do it manually. Set an extra
20629 debug-on-exit for macro's.
20630 (debugger-setup-buffer): Don't mark the top frame manually.
20631
20632 2005-03-12 Lute Kamstra <lute@gnu.org>
20633
20634 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20635 lisp-indent-function throughout.
20636 (with-no-warnings): Set lisp-indent-function property.
20637
20638 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
20639
20640 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20641 Add entry for backslash.
20642
20643 2005-03-12 Juri Linkov <juri@jurta.org>
20644
20645 * info.el (Info-search): Four fixes for backward search.
20646
20647 2005-03-11 Jay Belanger <belanger@truman.edu>
20648
20649 * calc/calc.el (calc-language-alist): New variable.
20650 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20651 (calc-embedded-find-modes): Use calc-language-alist instead of
20652 calc-embedded-language-alist.
20653
20654 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20655
20656 * calendar/calendar.el (calendar-redrawing): New internal
20657 variable.
20658 (redraw-calendar): Remove bogus save-excursion from previous
20659 change. Bind calendar-redrawing to t for mark-diary-entries.
20660 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20661 calendar if that is why we were called.
20662
20663 2005-03-11 Kenichi Handa <handa@m17n.org>
20664
20665 * international/mule.el (make-coding-system): Set property
20666 coding-system-define-form to nil.
20667 (define-coding-system-alias): Likewise.
20668
20669 2005-03-11 Kenichi Handa <handa@m17n.org>
20670
20671 These changes are suggested by Dave Love <fx@gnu.org>.
20672
20673 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20674 coding: tag.
20675 (adaptive-fill-regexp): Add more bullets.
20676 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20677 regexps.
20678
20679 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20680
20681 * help.el (describe-mode): Properly handle non-trivial lighters.
20682 Don't ignore minor modes that are not listed in minor-mode-list.
20683
20684 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20685 feature ON when the user requests to turn it OFF.
20686
20687 2005-03-10 Lute Kamstra <lute@gnu.org>
20688
20689 * emacs-lisp/debug.el (debug-entry-code): Delete it.
20690 (implement-debug-on-entry): New function to replace debug-entry-code.
20691 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
20692 second argument as the 2005-03-07 change makes it obsolete.
20693 (debug-on-entry, cancel-debug-on-entry): Update call to
20694 debug-on-entry-1.
20695 (debug, debugger-setup-buffer): Comment update.
20696 (debugger-frame-number): Update to work with implement-debug-on-entry.
20697
20698 2005-03-10 Jay Belanger <belanger@truman.edu>
20699
20700 * calc/calc-embed.el (math-ms-args): Declare it.
20701 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20702 math-ms-args.
20703 (calc-embedded-subst): Use math-multi-subst-rec to substitute
20704 variables.
20705
20706 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
20707
20708 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20709 Use message-box.
20710
20711 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20712 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20713 (tooltip-gud-tips): Simplify.
20714 (tooltip-gud-tips-p): Remove superfluous :set.
20715 (tooltip-gud-modes): Add fortran-mode.
20716 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20717
20718 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20719
20720 2005-03-09 Kim F. Storm <storm@cua.dk>
20721
20722 * play/animate.el (animate-place-char): Use forward-line instead
20723 of next-line to improve performance.
20724
20725 2005-03-09 Simon Josefsson <jas@extundo.com>
20726
20727 * net/browse-url.el (browse-url-default-browser): Doc fix.
20728
20729 2005-03-09 Miles Bader <miles@gnu.org>
20730
20731 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20732 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20733
20734 2005-03-09 Kenichi Handa <handa@m17n.org>
20735
20736 * international/latin-1.el: Set case and syntax for 255 only if
20737 set-case-syntax-set-multibyte is nil.
20738
20739 * textmodes/ispell.el (ispell-insert-word): New function.
20740 (ispell-word): Use ispell-insert-word to insert a new word.
20741 (ispell-process-line): Likewise.
20742 (ispell-complete-word): Likewise.
20743
20744 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
20745
20746 * calendar/calendar.el (redraw-calendar): Preserve point.
20747 Reported by Matt Hodges <MPHodges@member.fsf.org>.
20748 (calendar-week-start-day): Move after definition of
20749 redraw-calendar. Delete buffer test, since redraw-calendar has
20750 that now.
20751
20752 * calendar/diary-lib.el (mark-diary-entries): Only call
20753 redraw-calendar in the first of any recursive calls.
20754 Reported by Alan Shutko <ats@acm.org>.
20755
20756 2005-03-08 Juri Linkov <juri@jurta.org>
20757
20758 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20759 (html-horizontal-rule, html-line, html-image, html-checkboxes)
20760 (html-radio-buttons): Add a space before the trailing `/>' where
20761 sgml-xml-mode is non-nil.
20762 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20763 the subsequent tag of the empty XML tag.
20764 (html-href-anchor): Don't set initial input to "http:".
20765 (html-image): Ask for the image URL and set point inside alt="".
20766 (html-name-anchor): Duplicate the name in the `id' attribute when
20767 sgml-xml-mode is non-nil.
20768 (html-paragraph): Remove \n before <p>.
20769 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20770 instead of `checked' when sgml-xml-mode is non-nil.
20771
20772 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20773 Remove 1 space before #RRGGBB to not truncate it on terminal
20774 windows w/o fringes. Remove 1 space between bg and fg examples
20775 to get more space.
20776 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20777 avoid byte-compile warnings.
20778
20779 * image-file.el (image-file-handler): Put `safe-magic' property to
20780 `image-file-handler'.
20781
20782 * info.el (Info-isearch-search): Emulate word search in
20783 isearching through multiple Info nodes with Info-search.
20784 (Info-isearch-wrap): Allow isearch-word.
20785
20786 2005-03-08 Lute Kamstra <lute@gnu.org>
20787
20788 * emacs-lisp/debug.el (debugger-step-through): Make sure that
20789 stepping into the debugger's code is not possible.
20790 (debugger-jumping-flag): Docstring update.
20791
20792 2005-03-08 Jay Belanger <belanger@truman.edu>
20793
20794 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20795 embedded mode begins.
20796 (calc-embedded-language-alist): New variable.
20797 (calc-embedded-find-modes): Use calc-embedded-language-alist to
20798 set default language mode.
20799
20800 2005-03-08 Kenichi Handa <handa@m17n.org>
20801
20802 * international/ccl.el (define-ccl-program): Fix docstring about
20803 extra 256 bytes assured for the output buffer.
20804
20805 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20806 Fix BUFFER_MAGNIFICATION to 2.
20807 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20808
20809 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
20810
20811 * align.el (align-rules-list): Added an alignment rule for CSS
20812 declarations (applies to css-mode and html-mode buffers).
20813
20814 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20815
20816 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20817
20818 2005-03-07 Kim F. Storm <storm@cua.dk>
20819
20820 * simple.el (move-beginning-of-line): New command.
20821
20822 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20823
20824 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20825
20826 * emulation/cua-base.el: Put CUA move property on move-end-of-line
20827 and move-beginning-of-line.
20828
20829 * apropos.el (apropos-print): Omit command from M-x ... RET.
20830
20831 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
20832
20833 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20834 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20835
20836 2005-03-06 Richard M. Stallman <rms@gnu.org>
20837
20838 * bindings.el (esc-map): Bind M-g to goto-line.
20839
20840 * facemenu.el (global-map): Bind M-o, not M-g.
20841
20842 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20843
20844 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20845 "Open Directory" as for "Open File".
20846
20847 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
20848
20849 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
20850 (push-mark-command): Run activate-mark-hook.
20851
20852 2005-03-06 Richard M. Stallman <rms@gnu.org>
20853
20854 * help-mode.el (help-mode-finish): Don't alter the element
20855 in view-return-to-alist if there already is one.
20856
20857 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
20858 make sure the current buffer is the expected one.
20859
20860 * novice.el (disabled-command-function): Output in *Disabled Command*.
20861 Explicitly ignore non-keyboard events, and explicitly handle C-g.
20862
20863 * textmodes/flyspell.el (flyspell-large-region):
20864 Pass args differently for aspell.
20865
20866 * files.el (mode-require-final-newline): Doc fix.
20867
20868 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20869
20870 * progmodes/which-func.el (which-function):
20871 Specify NOERROR when calling imenu--make-index-alist.
20872
20873 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
20874
20875 * simple.el (normal-erase-is-backspace): Define default value.
20876
20877 * custom.el (custom-theme-set-variables): Remove unused var
20878 `immediate'.
20879 (custom-reevaluate-setting): Simple function to handle variables
20880 that are defined before their default value can really be
20881 computed.
20882
20883 * startup.el (command-line): Use it for temporary-file-directory,
20884 small-emporary-file-directory, auto-save-file-name-transforms,
20885 blink-cursor-mode, and normal-erase-is-backspace.
20886
20887 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
20888 progress, even with buggy anchored keywords.
20889
20890 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
20891
20892 * simple.el (goto-line): Remove unbalanced final parenthesis.
20893
20894 2005-03-05 Richard M. Stallman <rms@gnu.org>
20895
20896 * simple.el (goto-line): Use a number at point as the default.
20897 With C-u as arg, switch buffers.
20898
20899 2005-03-05 Juri Linkov <juri@jurta.org>
20900
20901 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
20902 with `no-blinking-cursor'.
20903
20904 * startup.el (no-blinking-cursor): New defvar.
20905 (command-line): Add `--no-blinking-cursor' to longopts.
20906 Set `no-blinking-cursor' to t for command line arguments
20907 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
20908 with `no-blinking-cursor' in the condition for calling
20909 `blink-cursor-mode'.
20910
20911 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
20912
20913 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
20914 (menu-bar-options-save): Add blink-cursor-mode.
20915 (menu-bar-options-menu): Add blink-cursor-mode.
20916
20917 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
20918
20919 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
20920 (icalendar-export-file, icalendar-export-region)
20921 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
20922 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
20923
20924 2005-03-04 Lute Kamstra <lute@gnu.org>
20925
20926 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
20927 (debug-function-list): Ditto.
20928
20929 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
20930
20931 * textmodes/texinfmt.el (texinfo-append-refill):
20932 Redefine the types of line to which @refill
20933 is not appended by replacing a search for `@refill\\|@bye' with
20934 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
20935 itemize@refill' bug and the unfilled long lines bug.
20936 (texinfmt-version): Update number and date.
20937
20938 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
20939
20940 * international/code-pages.el (windows-1250, windows-125[2-8])
20941 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
20942
20943 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
20944
20945 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
20946 bound yet.
20947
20948 2005-03-02 Romain Francoise <romain@orebokech.com>
20949
20950 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
20951 buffer after removing limits.
20952 (ibuffer-pop-filter): Ditto.
20953 Update copyright.
20954
20955 2005-03-02 Miles Bader <miles@gnu.org>
20956
20957 * button.el (make-text-button): If the user doesn't specify a
20958 type, use the default. Rewrite to use `add-text-properties' and
20959 plist functions.
20960
20961 2005-03-01 Lute Kamstra <lute@gnu.org>
20962
20963 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
20964 (debugger-jumping-flag): New var.
20965 (debug-entry-code): Use it.
20966 (debugger-jump): Use debugger-jumping-flag and add
20967 debugger-reenable to post-command-hook.
20968 (debugger-reenable): Use debugger-jumping-flag and remove itself
20969 from post-command-hook.
20970 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
20971 debugger-reenable.
20972
20973 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
20974
20975 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
20976 inclusion of "itemize\\|", which may be unnecessary, is certainly
20977 inelegant, and stops refilling in itemize lists when formatting
20978 Japanese Texinfo files to Info.
20979 Update copyright to 2005.
20980
20981 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
20982
20983 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
20984 of an error if GDB can't find the source file.
20985
20986 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
20987
20988 * calendar/calendar.el (redraw-calendar): Work from any buffer,
20989 not just the calendar.
20990
20991 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
20992 first.
20993 (diary-redraw-calendar): New function.
20994 (make-diary-entry): Add diary-redraw-calendar to local
20995 write-contents-functions. Turn off selective display before
20996 inserting in diary.
20997
20998 2005-03-01 Kim F. Storm <storm@cua.dk>
20999
21000 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21001
21002 2005-03-01 Lute Kamstra <lute@gnu.org>
21003
21004 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21005 that debug-entry-code can be safely removed from a function while
21006 this code is being evaluated. Revert the 2005-02-27 change as the
21007 new implementation no longer requires it. Make sure that a
21008 function body containing just a string is not mistaken for a docstring.
21009 (debug): Skip one more frame in case of debug on entry.
21010 (debugger-setup-buffer): Delete one more frame line in case of
21011 debug on entry.
21012 (debugger-frame-number): Update to use the new text introduced by
21013 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21014
21015 2005-02-28 Kim F. Storm <storm@cua.dk>
21016
21017 * double.el (double-translate-key): Call force-window-update after
21018 read-event to avoid crash in redisplay.
21019
21020 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21021
21022 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21023 (debug): Use it. Move the inhibit-trace earlier.
21024 (debug-entry-code): New const.
21025 (debug-on-entry-1): Use it.
21026
21027 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21028
21029 * international/utf-16.el (ccl-encode-mule-utf-16le):
21030 Fix BUFFER_MAGNIFICATION to 2.
21031 (ccl-encode-mule-utf-16be): Likewise.
21032
21033 2005-02-28 Kenichi Handa <handa@m17n.org>
21034
21035 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21036 Fix BUFFER_MAGNIFICATION to 4.
21037 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21038
21039 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21040
21041 * speedbar.el (speedbar-update-flag): Doc fix.
21042 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21043 argument.
21044
21045 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21046
21047 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21048 have a non-nil `invisible' property but are actually visible.
21049
21050 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21051 for perldoc sections.
21052 (perl-outline-regexp, perl-outline-level): New var and function.
21053 (perl-mode): Use them.
21054
21055 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21056
21057 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21058 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21059
21060 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21061
21062 * cus-edit.el: Comment change.
21063 (custom-buffer-create-internal): Slightly reword text at top of
21064 Custom buffers. Mention there that saving an option edits the
21065 init file. Add link to Emacs manual node on `custom-file'.
21066 (custom-magic-alist): Rewrite individual State messages to use
21067 capitalized keywords. Doc fix.
21068
21069 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21070
21071 * calendar/calendar.el (calendar-buffer): Move above
21072 calendar-week-start-day.
21073 (calendar-week-start-day): Doc fix. Add :set function.
21074 (calendar-minimum-window-height): New variable.
21075 (generate-calendar-window): Only resize window if selected-window
21076 is displaying the calendar buffer. Use new variable
21077 calendar-minimum-window-height.
21078 (generate-calendar): Reword error message.
21079 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21080
21081 2005-02-27 Andreas Schwab <schwab@suse.de>
21082
21083 * vc.el (vc-do-command): Don't run command asynchronously when
21084 operating in a remote directory.
21085
21086 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21087 change from sync with Tramp 2.0.47.
21088
21089 2005-02-27 Richard M. Stallman <rms@gnu.org>
21090
21091 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21092
21093 * textmodes/flyspell.el (flyspell-mode-on):
21094 Call ispell-change-dictionary only if necessary.
21095
21096 * emacs-lisp/re-builder.el (regexp-builder): New function.
21097
21098 * register.el (describe-register-1): Explicitly handle
21099 yank-excluded-properties = t.
21100
21101 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21102 (custom-magic-alist): Change the status descriptions again.
21103 (face widget-type): Total rewrite based on `restricted-sexp'
21104 to eliminate the confusing double hiding levels.
21105
21106 * emacs-lisp/debug.el (debug-on-entry-1):
21107 If function body is empty, add nil as body form.
21108
21109 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21110
21111 * emacs-lisp/trace.el (inhibit-trace): New var.
21112 (trace-make-advice): Use it.
21113
21114 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21115
21116 2005-02-26 Kim F. Storm <storm@cua.dk>
21117
21118 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21119 (mouse-on-link-p, mouse-drag-region-1): Use it.
21120
21121 2005-02-25 Lute Kamstra <lute@gnu.org>
21122
21123 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21124
21125 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21126
21127 * frame.el (blink-cursor-mode): Add :group keyword.
21128
21129 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21130
21131 * calendar/icalendar.el (icalendar--decode-isodatetime):
21132 New optional argument DAY-SHIFT.
21133 (icalendar-export-region): Fix coding-system-for-write.
21134 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21135 events by one.
21136
21137 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21138
21139 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21140
21141 2005-02-24 Kim F. Storm <storm@cua.dk>
21142
21143 * international/iso-acc.el (iso-accents-compose): Fix crash
21144 during redisplay. Call force-window-update after read-event
21145 and delete-region to signal that window is not accurate.
21146
21147 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21148
21149 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21150 Remove unused and inexistent var `inhibit-trace'.
21151 (debugger-mode): Use run-mode-hooks.
21152 (debugger-list-functions): Add buttons; setup xref stack.
21153
21154 2005-02-23 Richard M. Stallman <rms@gnu.org>
21155
21156 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21157 appointment says it was explicitly made.
21158 (appt-add): Set the 3rd element.
21159 (appt-make-list): Preserve explicit appointments.
21160
21161 * subr.el (find-tag-default): Catch errors in forward-sexp.
21162
21163 2005-02-23 Juri Linkov <juri@jurta.org>
21164
21165 * info.el (Info-isearch-search): New defcustom.
21166 (Info-isearch-search): Call the default isearch function
21167 when Info-isearch-search is nil.
21168 (Info-isearch-wrap): Use variable Info-isearch-search.
21169
21170 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21171
21172 * cus-edit.el: Comment change.
21173
21174 2005-02-22 Kim F. Storm <storm@cua.dk>
21175
21176 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21177 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21178
21179 2005-02-22 Simon Josefsson <jas@extundo.com>
21180
21181 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21182 New variable.
21183 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21184 Oskarsson" <myrkraverk@users.sourceforget.net>.
21185
21186 2005-02-22 Kim F. Storm <storm@cua.dk>
21187
21188 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21189 check that window of that event is the selected window.
21190 (mouse-drag-region-1): Compare mouse event window to selected
21191 window before setting point.
21192
21193 * tooltip.el (tooltip-show-help-function): Pass event to
21194 mouse-on-link-p so it can check selected window.
21195
21196 2005-02-22 Kenichi Handa <handa@m17n.org>
21197
21198 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21199 (ps-mule-show-warning): New function.
21200 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21201 characters are found.
21202
21203 * ps-print.el (ps-header-footer-string): Return a list of header
21204 and footer strings.
21205
21206 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21207
21208 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21209
21210 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21211
21212 * frame.el (blink-cursor-mode): Use define-minor-mode.
21213
21214 * term/mac-win.el (function-key-map): Use char-names more consistently.
21215 (file-name-coding-system): Only set it for MacOS-9. The other case is
21216 already handled in mule-cmds.el (where it also works when mac-win.el
21217 is not used).
21218
21219 2005-02-21 Kenichi Handa <handa@m17n.org>
21220
21221 * international/mule.el (ctext-pre-write-conversion): Always use
21222 " *code-converting-work*" buffer for work.
21223
21224 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21225
21226 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21227
21228 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21229
21230 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21231
21232 * ses.el (undo-more): Restore defadvice, but only the part that
21233 allows changes outside the restricted area of the buffer.
21234
21235 2005-02-20 Kim F. Storm <storm@cua.dk>
21236
21237 * simple.el (line-move): Add fourth optional arg try-vscroll which
21238 must be set to perform auto-window-vscroll.
21239 When moving backwards and doing auto-window-vscroll, automatically
21240 vscroll to the last part of lines which are taller than the window.
21241 (next-line, previous-line): Set try-vscroll arg on line-move.
21242
21243 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21244
21245 * replace.el (query-replace, query-replace-regexp)
21246 (replace-string, replace-regexp): When operating on region, make
21247 the minibuffer prompt say so.
21248
21249 * isearch.el (isearch-forward): Document isearch-query-replace and
21250 isearch-query-replace-regexp keybindings.
21251
21252 2005-02-19 Jay Belanger <belanger@truman.edu>
21253
21254 * calc/calc-aent.el (math-read-token): Add local variable.
21255
21256 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21257 (calc-edit-top): Move declaration to earlier in file.
21258 (calc-edit-macro-repeats): Add local variables.
21259
21260 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21261 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21262 calcFunc-tanh.
21263 Adjust integration rule for calcFunc-tan.
21264
21265 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21266
21267 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21268 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21269 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21270 (viper-skip-separators): Bug fix.
21271 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21272 particular major mode.
21273 (viper-del-backward-char-in-replace): Don't put deleted char on the
21274 kill ring.
21275
21276 * viper-ex.el (viper-color-display-p): New function.
21277 (viper-has-face-support-p): Use viper-color-display-p.
21278
21279 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21280
21281 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21282
21283 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21284 (viper-file-remote-p): Make equivalent to file-remote-p.
21285
21286 * viper.el (viper-major-mode-modifier-list):
21287 Use viper-gnus-modifier-map.
21288
21289 2005-02-19 David Kastrup <dak@gnu.org>
21290
21291 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21292 quoting.
21293
21294 2005-02-19 Jay Belanger <belanger@truman.edu>
21295
21296 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21297 Remove extra definitions.
21298 (calc-coth): New function.
21299 (calcFunc-cot): Fix `let'.
21300
21301 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21302
21303 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21304 the reasons we use "type pc" in these faces.
21305
21306 * button.el (button): Ditto.
21307
21308 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21309
21310 * replace.el (query-replace-read-from): Set the value of
21311 query-replace-from-history-variable to handle the case of an empty
21312 string entered to accept the suggested default.
21313
21314 * net/tramp.el (tramp-file-name-for-operation):
21315 Use dired-call-process instead of dired-call-process-command.
21316
21317 2005-02-19 Jay Belanger <belanger@truman.edu>
21318
21319 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21320 (math-div-non-trig): New variables.
21321 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21322 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21323 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21324 trig expressions.
21325
21326 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21327
21328 * progmodes/gdb-ui.el (gdb-var-update-handler)
21329 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21330 for watch expressions,
21331 (gdb-var-create-handler): Don't set speedbar-update-flag.
21332 (gdb-post-prompt): Simplify test for speedbar.
21333
21334 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21335
21336 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21337 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21338 we use the syntax table of the correct buffer.
21339 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21340 Felix Gatzemeier.
21341
21342 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21343 (ediff-file-remote-p): Make synonymous with file-remote-p.
21344 In all deffaces ediff-*-face-*, use min-colors.
21345
21346 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21347 ediff-recurse-to-subdirectories.
21348 (ediff-mark-if-equal): Check that the arguments are strings, use
21349 ediff-same-contents (after to Felix Gatzemeier).
21350
21351 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21352 nil.
21353
21354 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21355
21356 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21357
21358 2005-02-18 David Kastrup <dak@gnu.org>
21359
21360 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21361 use `mark-active' when defined.
21362
21363 2005-02-18 Kenichi Handa <handa@m17n.org>
21364
21365 * ps-print.el (ps-font-info-database): New entry
21366 ZapfChancery-MediumItalic with correct font name. Fix font name
21367 of the entry Zapf-Chancery-MediumItalic.
21368
21369 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21370
21371 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21372
21373 2005-02-16 Kim F. Storm <storm@cua.dk>
21374
21375 * ido.el (ido-fallback-command): Pass user input to fallback command.
21376
21377 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21378
21379 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21380 (gdb-find-file-hook): Add server prefix.
21381
21382 2005-02-16 Richard M. Stallman <rms@gnu.org>
21383
21384 * replace.el (perform-replace): Pass new args to replace-highlight.
21385 (replace-highlight): Take region args,
21386 and pass them to isearch-lazy-highlight-new-loop.
21387
21388 * novice.el (disabled-command-hook): Autoload the defalias
21389 and the make-obsolete-variable call.
21390
21391 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21392
21393 * isearch.el (isearch-lazy-highlight-start-limit)
21394 (isearch-lazy-highlight-end-limit): New variables limit
21395 the region for highlighting.
21396 (isearch-lazy-highlight-new-loop): New args BEG and END.
21397 (isearch-lazy-highlight-search): Use the new vars.
21398 (isearch-lazy-highlight-update): Likewise.
21399
21400 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21401
21402 * cus-start.el (all): Use default-boundp.
21403
21404 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21405
21406 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21407
21408 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21409
21410 * autorevert.el (auto-revert-stop-on-user-input)
21411 (auto-revert-verbose): Doc fixes.
21412
21413 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21414
21415 * international/mule-cmds.el (set-locale-environment): Remove call
21416 to set-selection-coding-system on Windows.
21417
21418 2005-02-15 Jay Belanger <belanger@truman.edu>
21419
21420 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21421 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21422 calcFunc-coth.
21423 (math-simplify-sqrt): Add simplifications.
21424
21425 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21426 to list.
21427
21428 * calc/calc-ext.el: Add functions to autoloads.
21429
21430 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21431 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21432 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21433 (math-csc-raw, math-cot-raw): New functions.
21434
21435 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21436
21437 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21438 the variable name in a message.
21439
21440 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21441 calcFunc-csc, calcFunc-cot.
21442
21443 * calc/calcalg2.el: Add derivative and integration rules for
21444 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21445 calcFunc-csch, calcFunc-coth.
21446 (math-do-integral-methods): Add to checks for when to use
21447 substitutions.
21448
21449 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21450
21451 2005-02-15 Lute Kamstra <lute@gnu.org>
21452
21453 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21454 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21455 <monnier@iro.umontreal.ca>
21456 (lisp-outline-level): Improve efficiency. Suggested by David
21457 Kastrup <dak@gnu.org>.
21458
21459 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21460
21461 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21462 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21463 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21464 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21465 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21466
21467 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21468
21469 * cus-start.el (all): Comment change.
21470
21471 2005-02-14 Lute Kamstra <lute@gnu.org>
21472
21473 * cus-start.el (all): Check if symbol is void.
21474
21475 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21476
21477 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21478 optional argument to \cite.
21479
21480 2005-02-14 Richard M. Stallman <rms@gnu.org>
21481
21482 * cus-edit.el (custom-buffer-create-internal): Update help message.
21483 (custom-magic-alist): Update help messages.
21484
21485 * cus-start.el (all): Allow a var to specify a standard value.
21486
21487 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21488
21489 * custom.el (custom-theme-set-variables): Handle variable aliases.
21490
21491 * frame.el (blink-cursor-timer): Doc fix.
21492 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21493 declare obsolete.
21494 (blink-cursor-mode): Define with defcustom and use correct
21495 standard expression in that defcustom.
21496 * startup.el (command-line): Adapt to above changes in frame.el.
21497
21498 2005-02-11 Lute Kamstra <lute@gnu.org>
21499
21500 * apropos.el (apropos-score-doc): Prevent division by zero.
21501
21502 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21503
21504 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21505 (icalendar--get-event-property-attributes)
21506 (icalendar--get-event-properties)
21507 (icalendar--datetime-to-diary-date): New functions.
21508 (icalendar--split-value): Doc fix.
21509 (icalendar--datetime-to-noneuropean-date)
21510 (icalendar--datetime-to-european-date): New optional argument
21511 SEPARATOR. Return result as a string instead of a list.
21512 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21513 (icalendar--convert-string-for-export): Rename arg S to STRING.
21514 (icalendar-export-region): Doc fix. Change name of error buffer.
21515 Save output buffer.
21516 (icalendar-import-file): Add blank at end of prompt.
21517 (icalendar-import-buffer): Doc fix. Do not switch to error
21518 buffer. Indicate status in return value.
21519 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21520 buffer. Save output buffer. Handle exception from recurrence
21521 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21522 events. Fix problems with weekly all-day events.
21523
21524 2005-02-10 Richard M. Stallman <rms@gnu.org>
21525
21526 * simple.el (eval-expression-print-format):
21527 Avoid warning about edebug-active.
21528
21529 * help.el (help-for-help-internal): Rename from help-for-help.
21530 (help-for-help): Define with defalias.
21531
21532 * font-core.el (font-lock-default-function): Use with-no-warnings.
21533
21534 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21535
21536 * custom.el (defface): Doc fix.
21537
21538 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21539
21540 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21541 width 0" to prevent word wrapping problems.
21542
21543 2005-02-09 Kim F. Storm <storm@cua.dk>
21544
21545 * ido.el (ido-file-extensions-order): New defcustom.
21546 (ido-file-extension-lessp, ido-file-extension-aux)
21547 (ido-file-extension-order): New advanced file ordering.
21548 (ido-file-lessp): New simple file ordering.
21549 (ido-sort-list): Remove.
21550 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21551 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21552
21553 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21554
21555 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21556 that some versions of grep produce.
21557 (grep-mode-font-lock-keywords): Likewise.
21558
21559 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21560
21561 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21562 (gdb-cdir): Delete.
21563 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21564 (gdb-source-info): Treat case when source file is in another
21565 directory properly.
21566 (gdb-get-location): New function.
21567
21568 2005-02-07 Jay Belanger <belanger@truman.edu>
21569
21570 * calc/calc-prog.el (calc-write-parse-table-part)
21571 (calc-fix-token-name): Fix a check for language type.
21572
21573 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21574
21575 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21576
21577 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21578 as directory not writable.
21579
21580 2005-02-07 Kim F. Storm <storm@cua.dk>
21581
21582 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21583 (cua--standard-movement-commands): Remove list.
21584 Instead, set CUA property value to move for movement commands.
21585 (cua-movement-commands): Remove. Users must set CUA prop instead.
21586 (cua--pre-command-handler): Check CUA property.
21587 (cua--init-keymaps): Don't remap undo commands.
21588 (cua-mode): Don't call cua--rectangle-on-off.
21589
21590 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21591 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21592 (cua--rect-undo-set-point): New var.
21593 (cua--rectangle-undo-boundary): Setup undo apply entry.
21594 (cua--rect-undo-handler): New function for rectangle undo.
21595 (cua--rect-start-position, cua--rect-end-position): Add.
21596 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21597 for restored rectangle. Set point if cua--rect-undo-set-point.
21598
21599 2005-02-06 Jay Belanger <belanger@truman.edu>
21600
21601 * calc/calc-lang.el (calc-tex-language): Display more information
21602 in messages.
21603
21604 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21605 in TeX mode.
21606
21607 2005-02-06 Richard M. Stallman <rms@gnu.org>
21608
21609 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21610
21611 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21612
21613 * net/ldap.el (ldap-search-internal): Support attributes with
21614 optional descriptions separated by a semi-colon, as in
21615 "userCertificate;binary".
21616
21617 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21618
21619 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21620 isn't a cons (i.e. the version is 0).
21621
21622 2005-02-05 Eli Zaretskii <eliz@gnu.org>
21623
21624 * help.el (help-for-help): Doc fix.
21625
21626 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
21627
21628 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
21629 GDB-Windows on the menu-bar as this works better.
21630
21631 2005-02-04 Jay Belanger <belanger@truman.edu>
21632
21633 * calc/calc-embed.el (calc-embedded-update): Don't put in
21634 unnecessary newlines. Adjust the end of formula marker.
21635
21636 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21637 (math-latex-parse-two-args): New function.
21638
21639 2005-02-03 Lute Kamstra <lute@gnu.org>
21640
21641 * help-fns.el (help-with-tutorial): Make sure that users cannot
21642 remove the entire text of the tutorial by means of `undo'.
21643
21644 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
21645
21646 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21647 in recent changes, where the ispell process was repeatedly
21648 killed & restarted.
21649
21650 * international/mule-cmds.el (set-locale-environment): Set file-name
21651 coding system to utf-8 on Darwin systems.
21652 (set-default-coding-systems): Don't set default-file-name-coding-system
21653 on Darwin systems.
21654
21655 2005-02-03 Richard M. Stallman <rms@gnu.org>
21656
21657 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21658
21659 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
21660
21661 * faces.el (list-faces-display): Add optional argument.
21662
21663 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21664
21665 * font-core.el (font-lock-default-function): Handle the rare case where
21666 only font-lock-keywords is set.
21667
21668 2005-02-02 Kenichi Handa <handa@m17n.org>
21669
21670 * international/characters.el: Cancel previous change for
21671 I-WITH-DOT-ABOVE and DOTLESS-i.
21672
21673 * international/latin-5.el: Cancel previous change.
21674
21675 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21676
21677 * progmodes/gud.el: Correction to syntax in gud-menu-map.
21678
21679 2005-02-02 Kenichi Handa <handa@m17n.org>
21680
21681 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21682 DOTLESS-i.
21683
21684 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21685 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21686
21687 * case-table.el (get-upcase-table): New function.
21688 (copy-case-table): Copy upcaes table too if non-nil.
21689 (set-case-syntax-delims): Maintain upcase table too.
21690 (set-case-syntax-pair): Likewise.
21691 (set-upcase-syntax, set-downcase-syntax): New functions.
21692 (set-case-syntax): Maintain upcase table too.
21693
21694 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21695
21696 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21697
21698 * progmodes/gud.el (gud-goto-info): New function.
21699 (gud-tool-bar-map): Use correct icon.
21700
21701 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21702
21703 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21704 When delegating, order args in the funcall correctly.
21705
21706 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21707
21708 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21709
21710 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
21711
21712 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21713 buffer not visiting a file.
21714
21715 2005-01-31 Jay Belanger <belanger@truman.edu>
21716
21717 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21718 bound on the line with the formula.
21719
21720 2005-01-31 Kim F. Storm <storm@cua.dk>
21721
21722 * ses.el (ses-create-cell-variable-range)
21723 (ses-destroy-cell-variable-range, ses-reset-header-string)
21724 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21725 (ses-insert-row): Fix format of apply undo entries.
21726
21727 2005-01-31 Jay Belanger <belanger@truman.edu>
21728
21729 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21730 parts.
21731
21732 * calc/calc-embed.el (calc-embedded-open-formula)
21733 (calc-embedded-close-formula): Ignore matrix environments.
21734
21735 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21736 TeX mode.
21737
21738 * calc/calc-lang.el (math-function-table, math-oper-table)
21739 (math-variable-table): Adjust the LaTeX portions.
21740
21741 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21742 (math-latex-ignore-words): New constant.
21743
21744 2005-01-31 Richard M. Stallman <rms@gnu.org>
21745
21746 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21747 (ispell-local-dictionary): Doc fix.
21748 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21749 Don't reinitialize at run time. Don't defcustom.
21750 All uses changed to append ispell-local-dictionary-alist,
21751 or check it first.
21752 (ispell-current-dictionary): New variable for dictionary in use.
21753 (ispell-dictionary): Now used only for global default.
21754 (ispell-start-process): Set ispell-current-dictionary,
21755 not ispell-dictionary.
21756 (ispell-change-dictionary): Use this only for setting
21757 user preferences.
21758 (ispell-internal-change-dictionary): New function
21759 to change the current dictionary in use.
21760 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21761 Use ispell-current-dictionary.
21762 Handle ispell-local-dictionary-overridden.
21763 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21764
21765 2005-01-31 Jay Belanger <belanger@truman.edu>
21766
21767 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21768
21769 * calc/calc-ext.el: Add calc-latex-language to autoloads.
21770 (calc-mode-map): Add calc-latex-language.
21771
21772 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21773 (math-latex-print-frac): New functions.
21774 (math-oper-table, math-function-table, math-variable-table)
21775 (math-complex-format, math-input-filter): Add latex properties.
21776 (calc-set-language): Set math-expr-special-function-mapping.
21777
21778 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21779 (calc-write-parse-table-part): Add LaTeX support.
21780
21781 * calc/calc.el (calc-language): Adjust docstring.
21782 (calc-set-mode-line): Add LaTeX support.
21783 (math-expr-special-function-mapping): New variable.
21784 (math-tex-ignore-words): Add to list.
21785
21786 * calc/calccomp.el (math-compose-expr, math-compose-rows):
21787 Add LaTeX support.
21788 (math-compose-expr): Add support for special functions.
21789
21790 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21791
21792 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
21793
21794 * progmodes/gdb-ui.el (gdb-memory-address)
21795 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21796 (gdb-memory-mode-map, gdb-memory-format-keymap)
21797 (gdb-memory-format-menu, gdb-memory-unit-keymap)
21798 (gdb-memory-unit-menu): New variables for a buffer
21799 that lets the user examine program memory.
21800 (gdb-memory-set-address, gdb-memory-set-repeat-count)
21801 (gdb-memory-format-binary, gdb-memory-format-octal)
21802 (gdb-memory-format-unsigned, gdb-memory-format-signed)
21803 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21804 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21805 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21806 (gdb-memory-unit-byte, gdb-memory-unit-menu)
21807 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21808 (gdb-memory-mode, gdb-memory-buffer-name)
21809 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21810 New functions for above buffer.
21811
21812 2005-01-30 Richard M. Stallman <rms@gnu.org>
21813
21814 * cus-edit.el (custom-bury-buffer): Function deleted.
21815 (custom-buffer-done-function): Option deleted.
21816 (custom-buffer-done-kill): New replacement option.
21817 (Custom-buffer-done): Call quit-window.
21818 (custom-buffer-create-internal): Update for above changes.
21819
21820 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
21821
21822 * simple.el (undo-ask-before-discard): New var.
21823 (undo-outer-limit-truncate): Implement it.
21824 (undo-extra-outer-limit): Doc update.
21825
21826 2005-01-29 Richard M. Stallman <rms@gnu.org>
21827
21828 * ses.el (undo-more): Delete defadvice.
21829 (ses-begin-change): Doc fix.
21830
21831 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21832 instead of rebinding C-x u and C-_.
21833
21834 * files.el (normal-backup-enable-predicate): Return nil for files
21835 in /tmp, regardless of temporary-file-directory.
21836
21837 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21838
21839 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21840 (open-rectangle, delete-whitespace-rectangle-line)
21841 (clear-rectangle-line): If FILL, pass t instead of FILL
21842 for move-to-column's 2nd arg.
21843
21844 * simple.el (undo): Fix the test for continuing a series of undos.
21845 (undo-more): Set pending-undo-list to t when we reach end.
21846 (pending-undo-list): Move up defvar.
21847
21848 * wid-edit.el (widget-button-click):
21849 Shorten the range of the track-mouse binding.
21850
21851 * comint.el (comint-insert-input): Undo previous changes;
21852 use last-input-event in interactive spec.
21853
21854 2005-01-29 Eli Zaretskii <eliz@gnu.org>
21855
21856 * progmodes/compile.el (compilation-start): Bind buffer-read-only
21857 to nil before invoking call-process. Reset buffer's modified flag
21858 after fontifying it in the no-async branch.
21859
21860 * wid-edit.el (widget-specify-button): If mouse pointer shape
21861 cannot be changed, use mouse face instead.
21862
21863 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
21864
21865 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21866 (gdb-goto-breakpoint): Make breakpoint handling work on template
21867 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
21868 (gdb-assembler-custom): Update to recognize breakpoint information
21869 added on 2005-01-19.
21870
21871 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21872
21873 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
21874 (dsssl-mode): Use define-derived-mode.
21875 (scheme-mode-initialize): Remove.
21876 (scheme-mode): Use run-mode-hooks.
21877
21878 * cus-edit.el (customize-group-other-window)
21879 (custom-buffer-create-other-window): Don't override special-display-*.
21880 (custom-mode-map): Make it dense.
21881
21882 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
21883 sets the default value.
21884
21885 2005-01-28 Eli Zaretskii <eliz@gnu.org>
21886
21887 * descr-text.el: Add more keywords.
21888
21889 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
21890
21891 * speedbar.el: Avoid unnecessary use of locate-library.
21892
21893 * international/mule-cmds.el (standard-display-european-internal):
21894 Don't fiddle with latin-1 non-break space any more since it's now
21895 special cased in the C code.
21896 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
21897
21898 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
21899
21900 * cus-start.el (all): Add `undo-outer-limit'.
21901
21902 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21903
21904 * textmodes/bibtex.el (bibtex-format-entry):
21905 Use `bibtex-empty-field-re' only on the text of fields, not on entire
21906 field lines.
21907 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
21908 not on part of a buffer.
21909
21910 2005-01-25 Lute Kamstra <lute@gnu.org>
21911
21912 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
21913 nonempty field text strings like "{letters\\macro{}more letters}".
21914 Clarify docstring.
21915 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
21916 (bibtex-entry-offset, bibtex-parse-association)
21917 (bibtex-parse-field-name): Fix typos in docstrings.
21918 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
21919
21920 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
21921
21922 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
21923 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
21924 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
21925 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
21926
21927 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
21928 isearch minor mode.
21929
21930 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
21931
21932 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
21933
21934 2005-01-24 Lute Kamstra <lute@gnu.org>
21935
21936 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
21937 CASECHARS and NOT-CASECHARS regular expressions of the
21938 "nederlands" and "nederlands8" dictionaries to prevent a "Range
21939 striding over charsets" error.
21940
21941 2005-01-24 Jay Belanger <belanger@truman.edu>
21942
21943 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
21944 display variable name.
21945
21946 2005-01-24 Kenichi Handa <handa@m17n.org>
21947
21948 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
21949 Fix setting of the element of encoded-kbd-iso2022-invocations.
21950
21951 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
21952
21953 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21954 (gdb-threads-select): Change to also accept mouse events.
21955 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
21956 (gdb-threads-mouse-select): Delete.
21957
21958 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
21959
21960 * files.el (insert-directory): Take care of empty directory,
21961 listed without -a switch.
21962
21963 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
21964
21965 * textmodes/refill.el (refill-post-command-function):
21966 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
21967 to the list of functions that we should be careful not to undo.
21968 (refill-late-fill-paragraph-function): Remove.
21969 (refill-saved-state): New var.
21970 (refill-mode): Use it to save fill-paragraph-function.
21971 Save also the value of auto-fill-function.
21972
21973 * term/w32-win.el: Simplify code.
21974
21975 2005-01-23 Kim F. Storm <storm@cua.dk>
21976
21977 * simple.el (line-move): Adapt to new return value from
21978 pos-visible-in-window-p.
21979
21980 * simple.el (line-move): Fix last change. Check partial
21981 visibility at point rather than at window-start.
21982
21983 2005-01-22 Jason Rumney <jasonr@gnu.org>
21984
21985 * term/w32-win.el (xw-defined-colors): Remove debug-message.
21986
21987 2005-01-22 David Kastrup <dak@gnu.org>
21988
21989 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
21990
21991 2005-01-22 Eli Zaretskii <eliz@gnu.org>
21992
21993 * type-break.el (type-break-mode): Add a test for
21994 type-break-file-name being non-nil.
21995
21996 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
21997
21998 * net/eudc.el (top level): Call (message "") via progn, so that
21999 eudc-options-file is loaded.
22000
22001 2005-01-22 Kim F. Storm <storm@cua.dk>
22002
22003 * simple.el (line-move-1): Rename from line-move.
22004 (line-move): New function that adjusts vscroll for partially
22005 visible rows, and calls line-move-1 otherwise.
22006
22007 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22008
22009 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22010 since it's not a complete read-event implementation
22011
22012 2005-01-20 Jay Belanger <belanger@truman.edu>
22013
22014 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22015 for called function.
22016
22017 2005-01-20 Steven Tamm <steventamm@mac.com>
22018
22019 * term/mac-win.el (process-connection-type): Remove.
22020 Controlled now by s/darwin.h:PTY_ITERATION.
22021
22022 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22023
22024 * window.el (handle-select-window): Don't switch window when we're
22025 in the minibuffer.
22026
22027 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22028
22029 * subr.el (dotimes-with-progress-reporter): New macro.
22030
22031 * ses.el (ses-dotimes-msg): Remove macro.
22032 Use `dotimes-with-progress-reporter' instead.
22033
22034 2005-01-19 Steven Tamm <steventamm@mac.com>
22035
22036 * term/mac-win.el (process-connection-type): Use new
22037 operating-system-release variable to use ptys on Darwin 7 (OS X
22038 10.3) when using carbon build.
22039
22040 2005-01-19 Jay Belanger <belanger@truman.edu>
22041
22042 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22043 flags if the last command was a tab or M-tab.
22044
22045 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22046 in formula editing buffer.
22047
22048 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22049
22050 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22051 breakpoint image symbol in margin.
22052
22053 2005-01-19 Jay Belanger <belanger@truman.edu>
22054
22055 * calc/calc-prog.el (calc-execute-kbd-macro):
22056 Ignore calc-keep-arg-flag.
22057
22058 2005-01-19 Kenichi Handa <handa@m17n.org>
22059
22060 * textmodes/ispell.el (ispell-looking-at): New function.
22061 (ispell-process-line): Use ispell-looking-at to compare the ispell
22062 output and the buffer contents.
22063
22064 2005-01-18 Jay Belanger <belanger@truman.edu>
22065
22066 * calc/calc.el (calc-display-raw): Fix docstring.
22067
22068 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22069
22070 * simple.el (blink-matching-open): Strip extra info from syntax.
22071
22072 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22073 funny chars in the end-of-here-doc marker.
22074
22075 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22076
22077 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22078 that enable/disabled state of breakpoints is shown correctly in
22079 fringe and on ttys.
22080 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22081 Add breakpoint information as text properties.
22082 (gdb-mouse-toggle-breakpoint):
22083 Rename to gdb-mouse-set-clear-breakpoint.
22084 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22085 breakpoints in the margin.
22086 (gdb-remove-strings): Simplify.
22087
22088 2005-01-17 Jay Belanger <belanger@truman.edu>
22089
22090 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22091 erasing buffer.
22092
22093 2005-01-17 Richard M. Stallman <rms@gnu.org>
22094
22095 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22096 for calling grep-compute-defaults.
22097
22098 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22099 if buffer is empty.
22100
22101 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22102
22103 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22104
22105 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22106
22107 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22108 non-preloaded variables.
22109
22110 2005-01-17 Steven Tamm <steventamm@mac.com>
22111
22112 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22113 tex-shell cause to force interactivity when using pipes.
22114
22115 2005-01-17 Kim F. Storm <storm@cua.dk>
22116
22117 * simple.el (just-one-space): Make arg optional.
22118
22119 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22120
22121 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22122 posn-at-x-y to t to access left-margin.
22123
22124 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22125
22126 Sync with Tramp 2.0.47.
22127
22128 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22129 catching keep-date problems in cp/scp operations.
22130 (tramp-handle-copy-file): Don't call `set-file-modes'
22131 unconditionally. Specialized functions should know better what is
22132 necessary. This improves performance a little bit, and the
22133 functions could catch errors with `cp -p' and `scp -p'.
22134 (tramp-do-copy-or-rename-file-via-buffer)
22135 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22136 when appropriate.
22137 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22138 Call `set-file-modes' when appropriate.
22139 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22140 Johnsson <isak@hypergene.com>
22141 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22142 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22143 <joakim@verona.se>
22144 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22145 Emacs only.
22146
22147 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22148 `find-file-hooks' and `dired-mode-hook'.
22149 (tramp-minor-mode-map): Respective map. Add remapping for
22150 `compile' and `recompile'.
22151 (tramp-remap-command, tramp-recompile): New defuns.
22152 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22153 in buffer "*Compilation*". Call the commands asynchronously.
22154
22155 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22156 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22157 `shell-command', because it isn't magic in XEmacs. Reported by
22158 Adrian Aichner <adrian@xemacs.org>.
22159
22160 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22161 `substitute-in-file-name.
22162 (tramp-smb-handle-substitute-in-file-name): New defun.
22163 (tramp-smb-advice-PC-do-completion): Delete advice.
22164
22165 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22166
22167 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22168 Fix error in deleting region.
22169
22170 2005-01-15 Richard M. Stallman <rms@gnu.org>
22171
22172 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22173 In non-temp buffer, switch syntax table temporarily.
22174
22175 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22176
22177 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22178
22179 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22180
22181 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22182 (imenu--generic-function): Use START, not BEG, as pos of definition.
22183
22184 * simple.el (just-one-space): Argument specifies number of spaces.
22185
22186 * simple.el (eval-expression-print-format): Avoid warning
22187 about edebug-active.
22188
22189 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22190
22191 * progmodes/sh-script.el: Code copied from make-mode.el
22192 with small changes,
22193 (sh-mode-map): Bind C-c C-\.
22194 (sh-backslash-column, sh-backslash-align): New variables.
22195 (sh-backslash-region, sh-append-backslash): New functions.
22196
22197 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22198
22199 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22200 (rmail-pop-password, rmail-pop-password-required): Move to
22201 rmail-obsolete group.
22202 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22203 All callers updated.
22204 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22205 Take an argument specifying whether it is POP or IMAP mailbox we
22206 are using. All callers updated.
22207 (rmail-pop-password-error): Rename to
22208 rmail-remote-password-error. Added mailutils-specific error message.
22209 (rmail-movemail-search-path)
22210 (rmail-movemail-variant-in-use): New variables.
22211 (rmail-remote-password, rmail-remote-password-required):
22212 New customization variables.
22213 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22214 (rmail-parse-url): New function.
22215 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22216 with GNU mailutils movemail.
22217
22218 2005-01-15 Kevin Ryde <user42@zip.com.au>
22219
22220 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22221 suffix to space, $ or '$, to correctly position point when going
22222 to @table style constants like DBL_MAX.
22223
22224 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22225
22226 * type-break.el (type-break-mode, type-break-file-time)
22227 (type-break-file-keystroke-count, type-break-choose-file):
22228 Don't store data in or load data from the file if type-break-file-name
22229 is nil.
22230 (type-break-file-name): Doc update as per the above.
22231
22232 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22233
22234 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22235 lookup-key might return nil; handle that.
22236
22237 2005-01-15 Alan Mackenzie <acm@muc.de>
22238
22239 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22240 rather than the element found, thus enabling the tree to be setcar'd.
22241
22242 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22243
22244 * textmodes/org.el (org-show-following-heading): New option.
22245 (org-show-hierarchy-above): Use `org-show-following-heading'.
22246 (org-cycle): Documentation fix.
22247
22248 * textmodes/org.el (orgtbl-optimized): New option
22249 (orgtbl-mode): New command, a minor mode.
22250 (orgtbl-mode-map): New variable.
22251 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22252 (orgtbl-error, orgtbl-self-insert-command)
22253 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22254
22255 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22256 a local variable in each org-mode buffer.
22257
22258 * textmodes/org.el (org-set-regexps-and-options): Rename from
22259 `org-set-regexps'. Added checking for STARTUP keyword.
22260 (org-get-current-options): Add STARTUP options.
22261 (org-table-insert-row): Make mode intelligent about when
22262 realignment is needed.
22263 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22264 New commands.
22265 (org-enable-table-editor): New default value `optimized'.
22266 (org-table-blank-field): Support blanking regions if active.
22267
22268 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22269
22270 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22271 if the year is not given.
22272
22273 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22274 Add new escapes %m and %M, fixed bug with %F by adding
22275 save-match-data.
22276 (reftex-reference): Remove ?. from list of spaces.
22277 (reftex-label-info): Add automatic label prefix recognition.
22278
22279 * textmodes/reftex-index.el (reftex-index-next-phrase):
22280 Add slave parameter to call of `reftex-index-this-phrase'.
22281 (reftex-index-this-phrase): New optional argument.
22282 (reftex-index-region-phrases): Add slave parameter to call of
22283 `reftex-index-this-phrase'.
22284 (reftex-display-index): New argument redo.
22285 (reftex-index-rescan): Add `redo' to arguments of
22286 `reftex-display-index'.
22287 (reftex-index-Rescan, reftex-index-revert)
22288 (reftex-index-switch-index-tag): Add `redo' to arguments of
22289 `reftex-display-index'.
22290 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22291 indexing. Fix bug with matching is there is a quote before or
22292 after the word.
22293
22294 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22295 Fix bug when collecting citation keys in lines with comments.
22296 (reftex-citation): Prefix argument no longer rescans the document,
22297 but forces prompting for optional arguments of cite macros.
22298 (reftex-do-citation): Prompting for optional arguments implemented.
22299
22300 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22301 Add optional arguments to most cite commands.
22302 (reftex-cite-cleanup-optional-args): New option
22303 (reftex-cite-prompt-optional-args): New option.
22304 (reftex-trust-label-prefix): New option.
22305
22306 * textmodes/reftex-toc.el (reftex-toc-find-section):
22307 Add push-mark before changing the position in the buffer.
22308
22309 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22310 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22311
22312 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22313
22314 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22315 more carefully.
22316
22317 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22318
22319 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22320 (sgml-mode): Use it.
22321 (sgml-get-context): Better keep track of implicitly closed tags.
22322
22323 2005-01-13 Kenichi Handa <handa@m17n.org>
22324
22325 * textmodes/ispell.el: These changes are to fix misalignment error
22326 caused by equivalent characters of different Emacs charsets.
22327 (ispell-unified-chars-table): New variable.
22328 (ispell-get-decoded-string): New function.
22329 (ispell-get-casechars, ispell-get-not-casechars)
22330 (ispell-get-otherchars): Call ispell-get-decoded-string.
22331
22332 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22333
22334 * custom.el (custom-declare-variable): Just put symbol instead
22335 of (defvar . symbol) in `current-load-list'.
22336
22337 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22338
22339 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22340
22341 2005-01-12 Jay Belanger <belanger@truman.edu>
22342
22343 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22344 to create a Calc summary.
22345
22346 2005-01-12 Kim F. Storm <storm@cua.dk>
22347
22348 * mouse.el (mouse-on-link-p): Change functionality and doc
22349 string to comply with latest description in lisp ref.
22350
22351 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22352
22353 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22354 Enable mouse clicks on mode-line, header-line and margin.
22355 (event-type): Give mouse event symbols an `event-kind' property
22356 with value `mouse-click'.
22357
22358 2005-01-12 Juri Linkov <juri@jurta.org>
22359
22360 * facemenu.el (list-colors-display): Add new arg buffer-name.
22361 Use it. Fix docstring. Replace code for identifying duplicate
22362 colors by the name with call to `list-colors-duplicates' which
22363 identifies duplicate colors by the value unless the color
22364 is one of special Windows colors. Set truncate-lines to t.
22365 Print sorted duplicate color names on each line. Indent to 22
22366 \(the longest color name in rgb.txt) instead of 20. Optimize.
22367 (list-colors-duplicates): New function.
22368 (facemenu-color-name-equal): Delete function.
22369
22370 * facemenu.el (list-colors-print): New function created from code
22371 in list-colors-display. Print #RRGGBB at the window right edge.
22372 (list-colors-display): When temp-buffer-show-function is not
22373 defined, call list-colors-print from temp-buffer-show-hook
22374 to get the right value of window-width in list-colors-print
22375 after the buffer is displayed.
22376
22377 * simple.el (pop-mark): Move deactivate-mark out of conditional
22378 part to deactivate the active mark regardless of the state of the
22379 mark ring.
22380
22381 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22382 variables line in desktop files.
22383
22384 2005-01-12 Juri Linkov <juri@jurta.org>
22385
22386 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22387 Bring together isearch highlight related options.
22388 (lazy-highlight): Replace group `replace' by `matching'.
22389 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22390 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22391 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22392 and declare them obsolete.
22393 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22394 (isearch-faces): Remove defgroup.
22395 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22396 Move isearch highlighting code closer to lazy highlighting code.
22397
22398 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22399 (query-replace-highlight, query-replace-lazy-highlight)
22400 (query-replace): Move definitions to the beginning of the file.
22401
22402 2005-01-11 Juri Linkov <juri@jurta.org>
22403
22404 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22405 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22406 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22407
22408 * info.el (Info-history-forward): New variable.
22409 (Info-select-node): Reset Info-history-forward to nil.
22410 (Info-last): Turn into defalias.
22411 (Info-history-back): Rename from Info-last.
22412 Add current node to Info-history-forward.
22413 (Info-history-forward): New fun.
22414 (Info-mode-map): Replace Info-last by Info-history-back.
22415 Bind Info-history-forward to "r".
22416 (Info-mode-menu): Replace Info-last by Info-history-back.
22417 Fix menu item text. Add menu item for Info-history-forward.
22418 (info-tool-bar-map): Replace Info-last by Info-history-back.
22419 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22420 for Info-history-forward.
22421 (Info-mode): Replace Info-last by Info-history-back in docstring.
22422 Add local variable Info-history-forward.
22423 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22424
22425 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22426
22427 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22428 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22429 Ignore select-window events rather than fiddle with
22430 mouse-autoselect-window.
22431
22432 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22433
22434 * type-break.el (type-break-mode): Fix previous change.
22435
22436 2005-01-10 Jay Belanger <belanger@truman.edu>
22437
22438 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22439 calculator; only reset when point is inside a calculator.
22440 Don't adjust the window height if the window takes up the whole height
22441 of the frame.
22442
22443 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22444
22445 * ebuff-menu.el (Electric-buffer-menu-mode):
22446 Preserve value of buffer-local var header-line-format.
22447
22448 2005-01-09 Jay Belanger <belanger@truman.edu>
22449
22450 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22451 Make sure settings file exists before accessing it.
22452
22453 * calc/calc-embed.el (calc-embedded-subst):
22454 Replace math-multi-subst-rec, which is only supposed to be called
22455 by math-multi-subst, by math-multi-subst.
22456
22457 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22458
22459 * vc.el (vc-allow-async-revert): New user option.
22460 (vc-disable-async-diff): New internal variable.
22461 (vc-revert-buffer): Use them to disable asynchronous diff.
22462
22463 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22464 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22465 asynchronously if vc-disable-async-diff is t.
22466
22467 2005-01-09 Jay Belanger <belanger@truman.edu>
22468
22469 * calc/calc.el (defcalcmodevar): New macro.
22470 (calc-mode-var-list-restore-default-values)
22471 (calc-mode-var-list-restore-saved-values): New functions.
22472 (calc-mode-var-list): Use defcalcmodevar to define it.
22473 (calc-always-load-extensions, calc-line-numbering)
22474 (calc-line-breaking, calc-display-just, calc-display-origin)
22475 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22476 (calc-group-char, calc-point-char, calc-frac-format)
22477 (calc-prefer-frac, calc-hms-format, calc-date-format)
22478 (calc-float-format, calc-full-float-format, calc-complex-format)
22479 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22480 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22481 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22482 (calc-matrix-brackets, calc-language, calc-language-option)
22483 (calc-left-label, calc-right-label, calc-word-size)
22484 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22485 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22486 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22487 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22488 (calc-window-height, calc-display-trail, calc-show-selections)
22489 (calc-use-selections, calc-assoc-selections)
22490 (calc-display-working-message, calc-auto-why, calc-timing)
22491 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22492 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22493 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22494 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22495 (calc-gnuplot-geometry, calc-graph-default-resolution)
22496 (calc-graph-default-resolution-3d, calc-invocation-macro)
22497 (calc-show-banner): Use defcalcmodevar to declare them and set
22498 their default values.
22499
22500 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22501 instead of default values (but restore default values if there is
22502 an argument of 0).
22503
22504 2005-01-09 David Kastrup <dak@gnu.org>
22505
22506 * desktop.el (desktop-restore-eager): Fix typo in type.
22507
22508 2005-01-08 Richard M. Stallman <rms@gnu.org>
22509
22510 * cus-edit.el (customize): Delete :link.
22511
22512 2005-01-08 Jay Belanger <belanger@truman.edu>
22513
22514 * calc/calc.el (calc-mode): Remove the extension from the
22515 `calc-settings-file' file name when loading it.
22516
22517 2005-01-08 Kim F. Storm <storm@cua.dk>
22518
22519 * info.el (Info-mode-map, Info-next-link-keymap)
22520 (Info-prev-link-keymap, Info-up-link-keymap):
22521 Map follow-link to mouse-face.
22522 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22523
22524 2005-01-08 Jay Belanger <belanger@truman.edu>
22525
22526 * calc/calc.el (calc-settings-file): Change default value.
22527 Suggested by cgw in a comment in calc-mode.el.
22528
22529 * calc/calc-mode.el (calc-settings-file-name):
22530 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22531 Replace ~/.emacs in a prompt by calc-settings-file.
22532
22533 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22534
22535 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22536 (desktop-lazy-idle-delay): New customizable variables.
22537 (desktop-buffer-args-list): New variable.
22538 (desktop-append-buffer-args): New function.
22539 (desktop-save): Call desktop-append-buffer-args for some buffers.
22540 (desktop-lazy-create-buffer): New function.
22541 (desktop-idle-create-buffers): New function.
22542 (desktop-read): Add message about buffers to restore lazily.
22543 (desktop-lazy-abort): New command.
22544 (desktop-clear): Call desktop-lazy-abort.
22545 (desktop-lazy-complete): New command.
22546
22547 2005-01-06 Richard M. Stallman <rms@gnu.org>
22548
22549 * emacs-lisp/find-func.el (find-face-definition):
22550 Rename from find-face.
22551
22552 2005-01-06 Kim F. Storm <storm@cua.dk>
22553
22554 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22555
22556 * man.el (Man-xref-man-page, Man-xref-header-file)
22557 (Man-xref-normal-file): Add follow-link property.
22558
22559 2005-01-06 Jay Belanger <belanger@truman.edu>
22560
22561 * calc/calc-units.el: Make sure the proper macro definitions are
22562 available when compiling.
22563
22564 2005-01-06 Juri Linkov <juri@jurta.org>
22565
22566 * isearch.el (isearch-lazy-highlight-update):
22567 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22568
22569 2005-01-06 Miles Bader <miles@gnu.org>
22570
22571 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22572 (isearch-lazy-highlight-face): Use new name.
22573
22574 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22575
22576 * uniquify.el (uniquify-rationalize-file-buffer-names):
22577 Re-add an interactive spec.
22578 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22579 to the same name.
22580
22581 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22582 (isearch-update, isearch-done): Adjust calls accordingly.
22583
22584 2005-01-05 Richard M. Stallman <rms@gnu.org>
22585
22586 * custom.el (custom-set-variables, custom-theme-set-variables):
22587 Clarify documentation.
22588
22589 * emacs-lisp/find-func.el (find-variable)
22590 (find-variable-other-window, find-variable-other-frame):
22591 Fix the TYPE args to find-function-read and find-function-do-it.
22592 (find-function): Doc fix.
22593 (find-function-at-point): Replace function-at-point alias.
22594
22595 2005-01-04 Richard M. Stallman <rms@gnu.org>
22596
22597 * cus-face.el (custom-declare-face):
22598 Record defface in current-load-list.
22599
22600 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22601
22602 * emacs-lisp/find-func.el: Doc fixes.
22603 (find-face-regexp): New variable.
22604 (find-function-regexp-alist): New variable.
22605 (find-function-C-source): Third arg is now TYPE.
22606 (find-function-search-for-symbol): Handle general TYPE.
22607 (find-function-read, find-function-do-it): Handle general TYPE.
22608 (find-definition-noselect, find-face): New functions.
22609 (function-at-point): Alias deleted.
22610
22611 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22612
22613 * battery.el (display-battery-mode): Rename from display-battery.
22614 Handle the case where it gets turned off.
22615
22616 2005-01-04 Richard M. Stallman <rms@gnu.org>
22617
22618 * cus-edit.el (customize): Make :link point to user doc.
22619
22620 * man.el (Man-fontify-manpage): Turn off undo generation.
22621
22622 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22623
22624 2005-01-04 Andreas Schwab <schwab@suse.de>
22625
22626 * files.el (insert-directory): Only look for error lines in
22627 inserted text. Don't move too far after processing --dired markers.
22628
22629 2005-01-04 Richard M. Stallman <rms@gnu.org>
22630
22631 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22632 Don't expand if the character is @, period, dash, etc.
22633 (define-mail-abbrev): Quote names that contain problem characters.
22634
22635 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
22636
22637 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22638
22639 2005-01-03 Richard M. Stallman <rms@gnu.org>
22640
22641 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22642 (query-replace-highlight, query-replace-lazy-highlight)
22643 (query-replace): Definitions moved up. Doc fix.
22644
22645 2005-01-03 Richard M. Stallman <rms@gnu.org>
22646
22647 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22648 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22649 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22650 (lazy-highlight-face): Rename from isearch-lazy-...
22651 Change all references to them.
22652
22653 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
22654
22655 * cus-edit.el (custom-file): Doc fix for defcustom.
22656 (custom-file): The function no longer sets the variable
22657 `custom-file' to its return value.
22658
22659 * startup.el (command-line): No longer load `custom-file'.
22660
22661 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22662
22663 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22664
22665 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22666 Don't confuse module-prefixed identifiers for labels.
22667 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22668
22669 2005-01-02 Richard M. Stallman <rms@gnu.org>
22670
22671 * files.el (basic-save-buffer-1): Fix previous change.
22672
22673 * loadhist.el (file-loadhist-lookup): New function.
22674 (file-provides, file-requires): Use it.
22675
22676 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22677 instead of calculating the right size.
22678
22679 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22680
22681 * vc-svn.el (vc-svn-diff): Stay local if possible.
22682
22683 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
22684
22685 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22686
22687 * files.el (hack-local-variables): Fix last change.
22688
22689 2005-01-02 Jay Belanger <belanger@truman.edu>
22690
22691 * calc/calc-yank.el (calc-edit-top): New variable.
22692 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22693 object. Change header properties.
22694 (calc-edit-finish, calc-edit-finish-stack-object)
22695 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22696 edited object.
22697 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22698 for the beginning of the edited object.
22699 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22700 for the beginning of the edited object.
22701 * calc/calc-prog.el (calc-edit-macro-finish-edit)
22702 (calc-finish-formula-edit, calc-macro-repeats)
22703 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22704 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22705 beginning of the edited object.
22706 (calc-user-define-edit): Change the header for editing macros.
22707 Remove unnecessary variable.
22708
22709 2005-01-01 Jay Belanger <belanger@truman.edu>
22710
22711 * calc/calc-yank.el (calc-edit-mode): Change default header.
22712 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22713 * calc/calc-store.el (calc-edit-variable): Change title to match new
22714 header.
22715 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22716 mode to match new header.
22717 (calc-user-define-edit): Change titles to include names of commands.
22718 (calc-finish-formula-edit): Adjust to handle new header.
22719 (calc-finish-macro-edit): Remove.
22720 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22721 (calc-edit-macro-command, calc-edit-macro-command-type)
22722 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22723 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22724 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22725 (calc-edit-macro-finish-edit): New functions.
22726 (calc-user-define-edit): Use new functions to edit named calc macros.
22727
22728 2005-01-01 Stefan <monnier@iro.umontreal.ca>
22729
22730 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22731
22732 * ses.el (copy-region-as-kill): Deactivate mark.
22733
22734 2005-01-01 Richard M. Stallman <rms@gnu.org>
22735
22736 * replace.el (occur-1): If the output buffer is also an input,
22737 don't kill it, rename it.
22738
22739 * faces.el (set-face-background, set-face-foreground): Doc fix.
22740
22741 * cus-face.el (custom-face-attributes): Fix :help-echo strings
22742 for :foreground and :background.
22743
22744 * dired.el (dired-view-command-alist): Variable deleted.
22745 (dired-view-file, dired-mouse-find-file-other-window):
22746 Delete the code to use it.
22747
22748 2005-01-01 Kim F. Storm <storm@cua.dk>
22749
22750 * image.el (insert-sliced-image): Use t for line-height property.
22751
22752 See ChangeLog.11 for earlier changes.
22753
22754 ;; Local Variables:
22755 ;; coding: iso-2022-7bit
22756 ;; End:
22757
22758 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22759 Copying and distribution of this file, with or without modification,
22760 are permitted provided the copyright notice and this notice are preserved.
22761
22762 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1