]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(rmail-convert-to-babyl-format): Use second group from
[gnu-emacs] / lisp / ChangeLog
1 2006-04-19 Romain Francoise <romain@orebokech.com>
2
3 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
4 from `rmail-mime-charset-pattern'.
5
6 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
7
8 * progmodes/python.el (python-mode): Fix typo.
9
10 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
11
12 * comint.el (comint-previous-input): Don't clobber input line
13 when moving off either end of the input history ring.
14 (comint-delete-input): New function, used by
15 `comint-previous-input' and others.
16 (comint-previous-matching-input): Use
17 `coming-delete-input'. Save the partial input if leaving the
18 edit line. Goto point-max before deleting input to avoid
19 partial input fragments hanging around.
20 (comint-restore-input): New function, used by
21 `comint-previous-input', and bound to "C-c C-j".
22
23 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
24
25 * imenu.el (imenu--index-alist): Balance parentheses.
26
27 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
28
29 * progmodes/python.el (python-mode): Add support for
30 hs-minor-mode.
31
32 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
33
34 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
35 file is nil.
36
37 2006-04-18 Richard Stallman <rms@gnu.org>
38
39 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
40
41 * imenu.el (imenu-create-index-function, imenu--index-alist)
42 (imenu--last-menubar-index-alist, imenu--make-index-alist)
43 (imenu-default-create-index-function, imenu--generic-function):
44 Doc fixes.
45
46 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
47
48 * help-mode.el (help-mode): Set view-exit-action to delete window.
49
50 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
51 now works by passing nil as arg.
52
53 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
54
55 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
56 (read-abbrev-file): Provide default when reading filename.
57
58 * files.el (enable-local-variables): Allow :all as value.
59 (hack-local-variables): Implement that value.
60 (safe-local-variable-values, safe-local-eval-forms)
61 (enable-local-variables): Mark as risky.
62 (find-file-visit-truename, kept-old-versions): Mark safe.
63
64 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
65 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
66 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
67
68 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
69
70 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
71 Use forward-line so as to get to BOL even in the presence of fields.
72 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
73 in return.
74 (inferior-tcl): Tell tclsh to work in interactive mode.
75
76 * complete.el (partial-completion-mode):
77 Use 'choose-completion-string-functions to make sure that
78 choose-completion fills the minibuffer properly.
79
80 * complete.el (PC-old-read-file-name-internal): Remove.
81 (PC-read-include-file-name-internal): Remove. Turn it into an advice
82 of read-file-name-internal.
83 (partial-completion-mode): Enable/disable this advice.
84
85 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
86
87 * net/tramp.el (tramp-completion-file-name-handler): Revert change
88 of 2006-04-17.
89
90 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
91
92 * textmodes/org.el (org-insert-heading): Insert heading before
93 current if at beginning of line.
94 (org-todo, org-date): New faces.
95 (org-table-align): Make sure tooltip window contains full text.
96 (org-no-properties): New defsubst.
97 (org-set-font-lock-defaults): Use new faces.
98
99 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
100
101 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
102 for root variables.
103
104 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
105 (gdb-frame-address): Re-use to identify frame for watch expression.
106 (gdb-var-list, gdb-var-create-handler): Add frame address for root
107 variables.
108 (gdb-init-1, gdb-source, gdb-post-prompt, )
109 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
110 (gdb-frame-handler): Get gdb-frame-address.
111
112 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
113
114 Sync with Tramp 2.0.53.
115
116 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
117 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
118 (tramp-completion-file-name-handler): Add autoload cookie for
119 adding to `file-name-handler-alist'.
120
121 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
122 the prompt. If it returns earlier (when detecting an error
123 message), the rest of the output will merge accidently with the
124 output of the next command. Reported by M Jared Finder
125 <jared@hpalace.com>.
126
127 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
128 for `process-file', in order to let it work for older Emacsen too.
129
130 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
131
132 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
133 (tex-font-lock-keywords-3): Use it.
134
135 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
136
137 * newcomment.el (comment-add): New function.
138 (comment-region-default, comment-dwim): Use it.
139
140 2006-04-15 Michael Olson <mwolson@gnu.org>
141
142 * emacs-lisp/tq.el: Improve comments.
143 (tq-queue-head-question): New accessor function.
144 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
145 Update for modified queue structure.
146 (tq-queue-add): Accept `question' argument.
147 (tq-queue-pop): If a question is pending, send it.
148 (tq-enqueue): Accept new optional argument `delay-question'.
149 If this is non-nil, and at least one other question is pending a
150 response, queue the question rather than sending it immediately.
151
152 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
153
154 * calendar/appt.el (appt-add): Check whether an appointment is
155 already present in appt-time-msg-list. Simplify code.
156
157 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
158
159 * progmodes/cc-langs.el (c-mode-menu):
160 Don't presume c-subword-mode is bound.
161
162 2006-04-13 Bill Wohler <wohler@newt.com>
163
164 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
165 (customize-package-emacs-version): Use cdr instead of cadr now
166 that alists use dotted pairs.
167
168 * custom.el (defcustom): Fix docstring for :package-version.
169
170 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
171
172 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
173 (tramp-handle-shell-command): Display output buffer only when
174 `tramp-display-shell-command-buffer' is true.
175 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
176
177 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
178
179 * textmodes/org.el (org-set-autofill-regexps): Set only the local
180 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
181
182 2006-04-13 Romain Francoise <romain@orebokech.com>
183
184 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
185 leaving temporary .cvsignore buffers behind.
186
187 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
188
189 * textmodes/org.el: (org-set-regexps-and-options)
190 (org-get-current-options): Better names for the startup folding
191 options.
192
193 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
194
195 * vc.el (vc-annotate): Arrange for point to end up at the same
196 line number as in the original, but only when using a new buffer.
197
198 2006-04-12 Davis Herring <herring@lanl.gov> (tiny change)
199
200 * files.el (hack-one-local-variable-eval-safep):
201 Recognize `edebug-form-spec' for `put', but only if it passes
202 `edebug-basic-spec'. Generalize `put' handling.
203
204 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
205 vetting file-local form specs.
206
207 * allout.el (allout-layout): Autoload its `safe-local-variable'
208 property.
209
210 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
211
212 * textmodes/org.el: (org-ctrl-c-ctrl-c): Improve documentation string.
213 (org-agenda-mouse-1-follows-link)
214 (org-mouse-1-follows-link): New options.
215 (org-format-agenda-item): Fix bug if TAGS is nil.
216 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
217
218 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
219
220 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
221 GDB 6.1+ gives full filename for "info sources" so use
222 file-name-nondirectory.
223
224 2006-04-12 Romain Francoise <romain@orebokech.com>
225
226 * subr.el (read-passwd): Bind `message-log-max' to nil.
227
228 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
229
230 * progmodes/perl-mode.el (perl-indent-new-calculate):
231 Recompute parse-start after jumping backward by a whole sexp.
232
233 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
234
235 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
236 window configuration.
237 (vc-annotate-display-select): Select the buffer so that current-buffer
238 (and selected-window) is the output buffer at the end of vc-annotate.
239
240 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
241
242 * vc.el (vc-annotate-color-map): Add custom TTY color map for
243 8-color terminals, to use all of the colors in a sensible order.
244 256-color terminals work well with the standard map.
245 (vc-annotate-lines): Only strip the first color character if it
246 is "#", to allow for terminal-style named colors.
247 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
248 the correct buffer is scrolled.
249
250 2006-04-11 Richard Stallman <rms@gnu.org>
251
252 * emacs-lisp/bytecomp.el (byte-compile-file):
253 Bind enable-local-variables to :safe, and make normal-mode obey it.
254
255 * files.el (enable-local-variables): Allow value :safe.
256 (normal-mode): Doc fix.
257 (hack-local-variables): Implement enable-local-variables = :safe.
258 (hack-local-variables-confirm): Don't prevent quitting.
259
260 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
261
262 * loadhist.el (unload-feature): A bit of sanity check of
263 load-history entries. Cancel timer-vars before unbinding them.
264
265 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
266 quote special chars, and make the trick work on the hex part of the
267 buffer as well.
268 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
269 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
270
271 * startup.el (normal-splash-screen): Fix last change so we don't wait
272 2 minutes if we don't show the splash screen.
273
274 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
275
276 * textmodes/org.el (org-export-plain-list-max-depth)
277 (org-table-spaces-around-separators)
278 (org-radio-targets, org-activate-camels)
279 (org-table-spaces-around-invisible-separators): Options removed.
280 (org-time-stamp-rounding-minutes, org-remember-templates)
281 (org-ellipsis, org-activate-links, org-descriptive-links):
282 New options.
283 (org-remember-apply-template, org-current-time)
284 (org-finish-edit-table-field)
285 (org-link-unescape, org-link-escape)
286 (org-string-width, org-table-clean-line, org-html-do-expand)
287 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
288 (org-read-agenda-file-list): New functions.
289 (org-table-edit-field)
290 (org-table-create-or-convert-from-region): New commands
291 (org-table-toggle-vline-visibility): Command removed.
292 (org-table-convert-region): Made a command.
293 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
294 Replace with the normal org- functions.
295 (org-self-insert-command): Don't trigger realign unnecessarily
296 when blanking a field that is not full.
297 (org-mode): `Set buffer-invisibility-spec' for links.
298 (org-activate-links2): Hide link part and only show descriptive
299 part of the link.
300 (org-insert-link): Modify for new linking system.
301 (org-store-link): Store description separately, for use by
302 `org-insert-link'.
303 (org-table-align): Use `org-string-width'.
304 (defgroup): Completely new group structure for custom variables.
305 (org-agenda-files): Option: Single file name allowed. Function:
306 Optional argument unrestrited means ignore any restricitons.
307 (org-install-agenda-files-menu): Find a buffer in Org-mode before
308 trying to modify the menu. Use generalized access to
309 `org-agenda-files.'
310 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
311 (org-agenda-file-to-front, org-remove-file, org-diary)
312 (org-tags-view, org-export-icalendar-all-agenda-files)
313 (org-export-icalendar-combine-agenda-files): Use generalized
314 access to `org-agenda-files'.
315 (org-remember-handler): Correctly preserve heading if present.
316 (org-table-insert-row, org-table-insert-hline): Deal with
317 invisible characters.
318
319 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
320
321 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
322 (vc-annotate-color-map): New 18 element constant
323 value/saturation, rotating hue colormap, from red->blue.
324 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
325 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
326 (vc-annotate): To avoid killing the required local variables,
327 set them before the end of `with-output-to-temp-buffer', and
328 after first switching to annotate-mode.
329 (vc-annotate-warp-version): Add buffer argument in goto-line to
330 ensure annotation, not source, is scrolled.
331
332 2006-04-10 Bill Wohler <wohler@newt.com>
333
334 * custom.el (defcustom, custom-handle-keyword):
335 Add :package-version keyword.
336 (custom-add-package-version): New function. Sets value of new
337 property 'custom-package-version from :package-version keyword.
338 (defcustom): Create Common Keywords section in docstring.
339 (defface, defgroup): Replace definitions of a select few keywords
340 with a reference to the Common Keywords in defcustom.
341 (defcustom, defface, defgroup): Replace reference to Customization
342 chapter in manual with hyperlink.
343
344 * cus-edit.el (customize-package-emacs-version-alist):
345 New variable.
346 (customize-changed-options): Add check for custom-package-version.
347 (customize-package-emacs-version): New function to look up Emacs
348 version corresponding to the given package version.
349
350 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
351 defun name, in similar fashion to find-variable-regexp.
352
353 2006-04-10 Eli Zaretskii <eliz@gnu.org>
354
355 * international/mule-cmds.el (set-locale-environment): Fix last
356 change for when the locale's preferences don't specify any encoding.
357
358 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
359
360 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
361 so the defined var/fun doesn't need to be quoted.
362
363 2006-04-10 Richard Stallman <rms@gnu.org>
364
365 * finder.el (finder-mode-map): Add n and p bindings.
366
367 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
368
369 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
370 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
371 (gdb-setup-windows): Put something in source window if we can't find
372 the source file.
373 (gdb-frame-handler): Make it work again with just assembly.
374 (gdb-data-list-register-values-handler): Make it work when there is
375 no stack.
376
377 2006-04-09 Richard Stallman <rms@gnu.org>
378
379 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
380 specs while looking for charset.
381
382 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
383
384 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
385 Make them faces.
386 (lm-font-lock-keywords): Update appropriately.
387
388 2006-04-10 Kim F. Storm <storm@cua.dk>
389
390 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
391 it can also replace buffer-substring-no-properties.
392
393 * emulation/cua-base.el (cua-delete-region, cua-paste)
394 (cua-repeat-replace-region): Use filter-buffer-substring.
395
396 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
397 (cua-cut-region-to-global-mark): Likewise.
398
399 * emulation/cua-rect.el (cua--extract-rectangle)
400 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
401
402 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
403
404 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
405 entry-type. Add field delimiters to numerical fields if they are
406 not present.
407
408 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
409
410 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
411 string-const to return value.
412 (bibtex-remove-delimiters): Use it.
413
414 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
415
416 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
417 cl-byte-compile-compiler-macro unless it exists.
418
419 2006-04-08 Eli Zaretskii <eliz@gnu.org>
420
421 * files.el (hack-local-variables-confirm) <offer-save>:
422 Clarify message text. Suggested by Ralf Angeli.
423
424 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
425
426 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
427 (delete-extract-rectangle-line): Use `filter-buffer-substring'
428 instead of `buffer-substring' and `delete-region'. (Most of the
429 code actually copied from `kill-region'.)
430
431 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
432
433 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
434 (rcirc-default-port): Rename from rcirc-port.
435 (rcirc-default-nick): Rename from rcirc-nick.
436 (rcirc-default-user-name): Rename from rcirc-user-name.
437 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
438 (rcirc-low-priority-flag): New variable.
439 (rcirc-decode-coding-system): New defcustom.
440 (rcirc-encode-coding-system): New defcustom.
441 (rcirc-coding-system-alist): New defcustom.
442 (rcirc-multiline-major-mode): New defcustom.
443 (rcirc-nick): New internal variable.
444 (rcirc-process): Remove variable.
445 (rcirc-server-buffer): New variable.
446 (rcirc): Update to use rcirc-default-* variables above.
447 (rcirc-connect): Do not add window-configuration-hook-here.
448 (rcirc-server): New internal variable.
449 (rcirc-connect): Do not send keepalive pings if
450 rcirc-keepalive-seconds is nil.
451 (with-rcirc-server-buffer): New macro.
452 (rcirc-send-string): Encode with rcirc-encode-coding-system.
453 (rcirc-server-name): Rename from rcirc-server.
454 (rcirc-buffer-process): New function.
455 (rcirc-buffer-nick): New function.
456 (rcirc-buffer-target): Remove function.
457 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
458 New commands.
459 (rcirc-mode-map): Change binding of C-c C-l to
460 rcirc-toggle-low-priority.
461 (rcirc-mode): Initialize coding system based on
462 rcirc-coding-system-alist. New change-major-mode-hook to part the
463 channel on a mode change. Make kill-buffer-hook buffer-local.
464 (rcirc-change-major-mode-hook): New function.
465 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
466 (rcirc-last-post-time): New variable.
467 (rcirc-process-message): Store the last time user posted a message
468 to this target.
469 (rcirc-multiline-minor-mode): New mode.
470 (rcirc-multiline-minor-mode-map): New mode map.
471 (rcirc-edit-multiline): Put multiline-edit buffer in
472 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
473 (rcirc-print): Ignore any line starting with an ignored nick.
474 (rcirc-print): Decode using rcirc-decode-coding-system.
475 (rcirc-track-minor-mode): Update global-mode-string when disabling
476 this mode.
477 (minor-mode-alist): Add LowPri indicator.
478 (rcirc-toggle-low-priority): New function.
479 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
480 next lowpriority buffer with activity.
481 (rcirc-record-activity): Sort buffers in rcirc-activity by the
482 last time the user posted a message in to the target.
483 (rcirc-update-activity-string): New formatting for low priority
484 buffers.
485 (rcirc-split-activity): New function.
486 (rcirc-handler-PART, rcirc-handler-KICK)
487 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
488 (rcirc-nick-away-alist): New variable.
489 (rcirc-handler-301): New handler. Away messages are printed once
490 per change.
491
492 2006-04-08 Eli Zaretskii <eliz@gnu.org>
493
494 * info.el (Info-follow-nearest-node): Doc fix.
495
496 * international/mule-cmds.el (set-locale-environment): Make sure
497 the coding-system preferred by the locale's language has the same
498 EOL conversion type as the original buffer-file-coding-system.
499 (locale-language-names): Add a few MS Windows language codes.
500
501 2006-04-07 Richard Stallman <rms@gnu.org>
502
503 * simple.el (eval-expression): Doc fix.
504
505 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
506 (eval-defun): Doc fixes.
507
508 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
509
510 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
511
512 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
513
514 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
515 GDB list command without argument for greater generality.
516
517 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
518
519 * subr.el (string-or-null-p): New function.
520
521 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
522
523 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
524
525 * files.el: Update comment about safe-local-variable declarations.
526
527 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
528
529 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
530 See idlwave.org.
531
532 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
533 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
534
535 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
536 See idlwave.org.
537
538 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
539 version 6.0 (minimal changes). See idlwave.org.
540
541 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
542 6.0 (minimal changes). See idlwave.org.
543
544 * progmodes/idlw-rinfo.el: File obsoleted and removed.
545
546 2006-04-06 Romain Francoise <romain@orebokech.com>
547
548 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
549 symmetric encryption features and a new asynchronous interface to
550 GnuPG. This new version is version 1.4, plus whitespace changes.
551
552 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
553
554 * files.el: Move some `safe-local-variable' declarations to the
555 respective files.
556
557 * textmodes/ispell.el (ispell-check-comments)
558 (ispell-local-dictionary): Mark as safe.
559
560 * abbrev.el (abbrev-mode): Mark as safe.
561
562 * add-log.el (change-log-default-name): Mark as safe.
563
564 * textmodes/reftex-vars.el (reftex-vref-is-default)
565 (reftex-fref-is-default, reftex-level-indent)
566 (reftex-guess-label-type): Mark as safe.
567
568 * textmodes/fill.el (colon-double-space): Mark as safe.
569
570 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
571 (sentence-end-double-space, sentence-end-without-period)
572 (sentence-end-without-space, sentence-end, sentence-end-base)
573 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
574
575 2006-04-06 Kim F. Storm <storm@cua.dk>
576
577 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
578 the :set-after list.
579 (ido-downcase-unc-hosts): New user option. Default on.
580 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
581 when it is set, as regexps are now applied on the fly.
582 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
583 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
584 on the fly, but only when ido-process-ignore-lists is set.
585 Do case insensitive filtering if ido-downcase-unc-hosts is set.
586 Only downcase names if ido-downcase-unc-hosts is set.
587
588 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
589
590 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
591
592 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
593
594 2006-04-05 Kim F. Storm <storm@cua.dk>
595
596 * ido.el (ido-mode): Set after ido-unc-hosts and
597 ido-ignore-unc-host-regexps.
598 (ido-save-history): Save ido-unc-hosts-cache.
599 (ido-load-history): Load ido-unc-hosts-cache.
600 (ido-reread-directory): Refresh unc hosts cache in // dir.
601
602 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
603 to nil while displaying slash screen.
604
605 2006-04-05 Daiki Ueno <ueno@unixuser.org>
606
607 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
608 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
609
610 2006-04-05 Kenichi Handa <handa@m17n.org>
611
612 * international/characters.el: Setup cases of Latin, Greek, and
613 Cyrillic characters in CJK charsets.
614
615 2006-03-29 Daiki Ueno <ueno@unixuser.org>
616
617 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
618 default-enable-multibyte-characters. This reverts the change from
619 revision 6.17 which is no longer necessary because the passphrase
620 is sent separately now. GnuPG messages are unreadable under
621 multibyte locales with default-enable-multibyte-characters set to nil.
622
623 2006-04-04 Andreas Schwab <schwab@suse.de>
624
625 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
626 and `byte-compile-warnings' as `safe-local-variable'.
627
628 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
629
630 * man.el (Man-mode-map): Restore the \r binding.
631 (Man-abstract-xref-man-page): If Man-target-string is a function,
632 call it.
633 (Man-highlight-references): Use Man-default-man-entry to get the
634 target. Deal with xrefs too.
635 (Man-highlight-references0): Don't call the target function.
636
637 * woman.el (WoMan-xref-man-page): Strip the section number, woman
638 cannot deal with it.
639
640 2006-04-04 Daiki Ueno <ueno@unixuser.org>
641
642 * pgg-gpg.el: Clean up process buffers every time gpg processes
643 complete.
644
645 2006-04-04 Kenichi Handa <handa@m17n.org>
646
647 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
648 here.
649 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
650 Temporarily bind inhibit-field-text-motion to t.
651
652 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
653
654 * startup.el (normal-splash-screen): Only set mode-line-format in the
655 splash buffer, so as not to interfere when debugging the code.
656 Ignore errors when switching buffer.
657
658 2006-04-03 Romain Francoise <romain@orebokech.com>
659
660 * dired.el (dired-dnd-protocol-alist): Fix typo.
661
662 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
663
664 * savehist.el (savehist): Add :version.
665 (savehist-ignored-variables): New variable.
666 (savehist-minibuffer-hook): Don't save variables listed in
667 `savehist-ignored-variables'.
668
669 * dired.el (dired-dnd-protocol-alist): Mention that change does
670 only apply to new buffers in doc string.
671
672 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
673
674 * recentf.el (recentf-open-files-item): Include newline in button
675 field, so opening a file will work, when the point is at the end
676 of the file name. Allow, for example, to [i]search a file by
677 extension and just push RET to open it.
678
679 2006-04-03 Daiki Ueno <ueno@unixuser.org>
680
681 * pgg-gpg.el (pgg-gpg-process-filter)
682 (pgg-gpg-wait-for-completion): Check if buffer is alive.
683
684 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
685 lines, temporary fix.
686
687 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
688
689 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
690
691 2006-04-02 Richard Stallman <rms@gnu.org>
692
693 * progmodes/compile.el (compilation-message-face): Make it defcustom.
694
695 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
696
697 * ibuf-macs.el (define-ibuffer-column): Add a new key:
698 header-mouse-map.
699
700 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
701 (ibuffer-mode-header-map): New keymaps.
702 (ibuffer-update-title-and-summary): Enable mouse face highlighting
703 and keybindings for column headers.
704 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
705 property.
706
707 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
708
709 * speedbar.el (speedbar-after-create-hook): Doc fix.
710
711 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
712
713 * shell.el (shell-directory-tracker)
714 (shell-dynamic-complete-command): Doc fixes.
715
716 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
717
718 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
719 terminals.
720
721 2006-04-01 Kim F. Storm <storm@cua.dk>
722
723 * ido.el (ido-unc-hosts-cache): New defvar.
724 (ido-unc-hosts): If value of defcustom is a function, call it to
725 get list of UNC hosts. Add function-item choices to specify
726 ido-unc-hosts-net-view or user function.
727 (ido-ignore-unc-host-regexps): New defcustom.
728 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
729 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
730 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
731
732 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
733
734 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
735 wwidth.
736
737 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
738
739 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
740 (ido-max-work-file-list, ido-switch-buffer)
741 (ido-read-file-name-as-directory-commands):
742 Fix typos in docstrings.
743
744 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
745
746 * term/mac-win.el (mac-system-coding-system): Define and use after
747 Mac-specific coding systems are ready.
748
749 2006-03-27 Romain Francoise <romain@orebokech.com>
750
751 * net/rcirc.el (rcirc-connect): Add autoload cookie.
752
753 * ldefs-boot.el: Update.
754
755 2006-03-27 Daiki Ueno <ueno@unixuser.org>
756
757 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
758 passphrases when it is not needed.
759 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
760 passphrase stuff from gpg, should only be necessary when you use
761 gpg with a smartcard.
762
763 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
764
765 * comint.el (comint-dynamic-list-completions): Allow user to
766 select *Completions* buffer.
767
768 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
769
770 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
771
772 2006-03-26 Andreas Schwab <schwab@suse.de>
773
774 * progmodes/gud.el (gdb): Only complain about multiple debugging
775 when the gdb process is still running.
776
777 2006-03-25 Eli Zaretskii <eliz@gnu.org>
778
779 * mail/rmail.el (tool-bar-map): Defvar it.
780 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
781 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
782
783 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
784
785 * help.el (print-help-return-message): Suggest to use
786 display-buffer instead of switch-to-buffer-other-window to restore
787 the previous window without selecting it.
788
789 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
790
791 * frame.el (select-frame-by-name): Call x-focus-frame also when
792 window-system is mac.
793
794 * term/mac-win.el: Adjust Courier font specifications in
795 x-fixed-font-alist.
796 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
797 when directly encoding to UTF-16 in native byte order, no BOM.
798
799 2006-03-25 Kim F. Storm <storm@cua.dk>
800
801 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
802 (cua--init-keymaps): Use it instead of fixed C-return.
803 (cua-mode): Set after it.
804
805 * emulation/cua-rect.el (cua--init-rectangles):
806 Use cua-rectangle-mark-key instead of fixed C-return.
807
808 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
809
810 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
811 "run" in .gdbinit.
812 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
813
814 2006-03-24 Romain Francoise <romain@orebokech.com>
815
816 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
817 `display-buffer-other-frame'.
818
819 2006-03-24 Kim F. Storm <storm@cua.dk>
820
821 * apropos.el (apropos-synonyms): Add selection => region.
822
823 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
824
825 * progmodes/gdb-ui.el (gdb-var-create-regexp)
826 (gdb-var-list-children-regexp, gdb-var-update-regexp)
827 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
828 (gdb-data-list-register-values-regexp)
829 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
830 Future proof against new fields being added to MI output.
831 (gdb-send): Don't treat backslashes for program input as
832 continuations.
833 (gdb-assembler-handler): Don't use window-start for this handler.
834 (gdb-frame-handler): Don't change to hollow arrow if overlay
835 arrow doesn't move to new frame.
836
837 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
838
839 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
840 prevent compiler warnings.
841 (gdb-stopped): Check for gud-last-last-frame (case: signal).
842 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
843 (gdb-assembler-custom): Use hollow-right-triangle for assembler
844 buffer too.
845
846 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
847
848 * pgg-gpg.el (pgg-gpg-update-agent): Check for
849 make-network-process, so we can use the same code in Gnus v5-10
850 too and have this file fully synchronized with that release.
851
852 2006-03-23 Romain Francoise <romain@orebokech.com>
853
854 * ibuf-ext.el (ibuffer-read-filter-group-name):
855 Use `ibuffer-generate-filter-groups' to make completion list match
856 the filter groups that are really displayed in the Ibuffer buffer.
857 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
858
859 2006-03-23 Kenichi Handa <handa@m17n.org>
860
861 * international/mule-cmds.el (sort-coding-systems): Describe that
862 the argument is modified in docstring.
863
864 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
865
866 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
867 (pgg-gpg-update-agent): New function.
868 (pgg-gpg-use-agent-p): New function.
869 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
870 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
871 (pgg-gpg-sign-region): Use it.
872
873 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
874
875 * cus-edit.el (custom-face-set): Call custom-push-theme before
876 face-spec set so that `changed' theme is correctly saved.
877 (custom-face-reset-standard): Reset to recalculated face rather
878 than defface spec.
879
880 * custom.el (custom-push-theme): Only save `changed' theme if the
881 current face does not match the defface specs.
882
883 2006-03-21 Simon Josefsson <jas@extundo.com>
884
885 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
886 <wilde@sha-bang.de>.
887 (pgg-gpg-use-agent): New variable.
888 (pgg-gpg-process-region): Use it.
889 (pgg-gpg-encrypt-region): Likewise.
890 (pgg-gpg-encrypt-symmetric-region): Likewise.
891 (pgg-gpg-decrypt-region): Likewise.
892 (pgg-gpg-sign-region): Likewise.
893 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
894
895 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
896
897 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
898 bracket links.
899
900 2006-03-21 Kim F. Storm <storm@cua.dk>
901
902 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
903 fringe-indicator-alist instead of modifying global value.
904 (gdb-frame-handler): Likewise.
905
906 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
907
908 * diff-mode.el (diff-function): Make it inherit from diff-header
909 instead of diff-context.
910
911 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
912 bitmap.
913 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
914 change names in macro above for consistency.
915 (gdb-frame-handler): Use hollow-right-triangle for all selected
916 frames which except the innermost (where execution has stopped).
917 (gdb-reset): Reset buffer-local values of overlay-arrow.
918
919 2006-03-20 Richard Stallman <rms@gnu.org>
920
921 * simple.el (set-mark-command): Doc fix.
922
923 * files.el (display-buffer-other-frame): New command.
924 (ctl-x-4-map): Bind C-x 5 C-o to it.
925
926 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
927
928 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
929 rather than just defer-time, in case defer-time has been changed but
930 the timer isn't running yet.
931 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
932
933 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
934
935 * help-mode.el (help-follow-symbol): New function.
936 Essentially identical to the old `help-follow', but do not let
937 `push-button' do the work when on an xref.
938 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
939
940 2006-03-19 Richard Stallman <rms@gnu.org>
941
942 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
943 preceded by the word `program'.
944 (help-follow-mouse, help-follow): Throw error if not on xref.
945 Delete no longer used args.
946
947 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
948
949 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
950 annotation ensure gud-overlay-arrow-position is redisplayed.
951
952 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
953
954 * textmodes/bibtex.el (bibtex-include-OPTkey)
955 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
956 (bibtex-autokey-name-case-convert)
957 (bibtex-autokey-titleword-case-convert): Make these the aliases
958 for the following two variables.
959 (bibtex-autokey-name-case-convert-function)
960 (bibtex-autokey-titleword-case-convert-function): Make these the
961 real names.
962 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
963 bibtex-font-lock-crossref sublists.
964 (bibtex-mode): Revert 2005-12-30 change (which made
965 completion-ignore-case buffer-local).
966 (bibtex-url): Simplify.
967
968 2006-03-19 Kim F. Storm <storm@cua.dk>
969
970 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
971 cursor property value to 2 (to align with C level change).
972
973 2006-03-19 Bill Wohler <wohler@newt.com>
974
975 * image.el (image-load-path-for-library): Shorten first line in
976 docstring.
977
978 2006-03-18 Richard Stallman <rms@gnu.org>
979
980 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
981
982 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
983
984 * isearch.el (isearch-other-meta-char): Handle user bindings for
985 shifted control characters.
986
987 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
988
989 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
990 part that matches email addresses, file names, etc.
991
992 2006-03-18 Eli Zaretskii <eliz@gnu.org>
993
994 * term/w32-win.el (mouse-set-font):
995 Mention w32-list-proportional-fonts in the doc string.
996
997 2006-03-18 Kim F. Storm <storm@cua.dk>
998
999 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1000 (ido-unc-hosts): New user option to explicitly define list of know
1001 UNC-style hosts for completion.
1002 (ido-cache-unc-host-shares-time): New user option.
1003 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1004 New helper functions for UNC file-name support.
1005 (ido-may-cache-directory): Check for UNC host. Simplify.
1006 (ido-wash-history): Clean out old UNC hosts.
1007 (ido-nonreadable-directory-p): UNC hosts are always readable.
1008 (ido-directory-too-big-p): UNC hosts are never too big.
1009 (ido-set-current-directory): Handle UNC root path.
1010 (ido-file-name-all-completions): Complete UNC host names from
1011 ido-unc-hosts list. Cache UNC host shares.
1012 (ido-make-file-list-1): Don't filter UNC root.
1013 (ido-exhibit): Check for // in root directory, and switch to UNC
1014 mode by setting ido-current-directory to //.
1015
1016 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
1017
1018 * cus-edit.el (customize-changed-options): Mention explicit
1019 version number as default in prompt.
1020
1021 2006-03-17 Bill Wohler <wohler@newt.com>
1022
1023 * image.el (image-load-path-for-library): Minor docstring fix.
1024
1025 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
1026
1027 * textmodes/org.el (org-read-date): Include subgroup 5 into
1028 replacement text.
1029 (org-popup-calendar-for-date-prompt): Fix customization type.
1030
1031 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1032
1033 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1034 (gdb-continuation): New variable.
1035 (gdb-send): Deal with continuation lines.
1036
1037 * progmodes/gud.el (gud-gdb-complete-command)
1038 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1039 expressions.
1040 (gud-tooltip-mode): Use buffer-local value.
1041
1042 2006-03-16 Kim F. Storm <storm@cua.dk>
1043
1044 * ido.el (ido-edit-input): Use selected match, if any.
1045
1046 2006-03-16 Bill Wohler <wohler@newt.com>
1047
1048 * image.el (image-load-path-for-library): Prefer user's images in
1049 image-load-path.
1050
1051 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1052
1053 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1054 when checking for attempt to drag leftmost or rightmost scrollbar.
1055
1056 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1057
1058 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1059 (gdb-force-mode-line-update): New function.
1060 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1061 (gdb-exited): Use them.
1062 (gdb-signal): New function.
1063 (gdb-annotation-rules): Provide a rule for it.
1064
1065 2006-03-16 Kenichi Handa <handa@m17n.org>
1066
1067 * international/mule.el (auto-coding-regexp-alist): Add entries
1068 for Unicode BOM.
1069
1070 * sort.el (sort-build-lists): Temporarily bind
1071 inhibit-field-text-motion to t.
1072
1073 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1074
1075 * locate.el (locate-command, locate-make-command-line)
1076 (locate-fcodes-file, locate-update-command)
1077 (locate-prompt-for-command, locate, locate-with-filter)
1078 (locate-get-file-positions): Doc fixes.
1079 (locate-buffer-name, locate-header-face): Remove leading `*' in
1080 defcustom.
1081 (locate-filter-output): Use `keep-lines' instead of its alias
1082 `delete-non-matching-lines'.
1083 (locate-get-filename, locate-get-dirname): Add introductory comment.
1084 (locate-find-directory-other-window): Give appropriate error
1085 message if used outside main listing.
1086
1087 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1088
1089 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1090 the new extend-region feature.
1091 (font-lock-after-change-function): Update correspondingly.
1092 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1093 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1094
1095 2006-03-15 Bill Wohler <wohler@newt.com>
1096
1097 * image.el (image-load-path-for-library): Fix example by not
1098 recommending that one binds image-load-path. Just defvar it to
1099 placate compiler and only use it if previously defined.
1100
1101 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1102
1103 * textmodes/org.el (org-insert-centered): Use `string-width' to
1104 make underlining work for wide characters.
1105 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1106 TAB to `org-cycle', to make sure that no binding in
1107 `outline-mode-map' can supercede it.
1108
1109 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1110
1111 * allout.el: Increment version to 2.2.1 in file commentary.
1112
1113 (allout-version): Increment to 2.2.1.
1114
1115 (allout-default-layout): New customization variable, used when the
1116 file lacks a specific allout-layout. Uses allout-layout-type for
1117 recursively nested definition.
1118
1119 (allout-layout-type): Widget defining allout layouts, necessary for
1120 self-recursive definition.
1121
1122 (allout-mode): Incorporate allout-default-layout as fallback for
1123 allout-layout.
1124
1125 (allout-layout): Mark as 'safe-local-variable', and refer mention
1126 fallback to `allout-default-layout' in absence of a specified value.
1127 (allout-passphrase-verifier-string)
1128 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1129
1130 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1131
1132 (allout-get-encryption-passphrase-verifier): Use correct name of
1133 passphrase verifier in docstring.
1134
1135 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1136
1137 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1138 elements.
1139 (gdb-find-watch-expression): Make it work for arrays too.
1140 Follow change to gdb-var-list.
1141 (gud-watch): Allow the user to enter variable name with a prexix
1142 arg. Create keybindings.
1143 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1144 (gdb-var-list-children-handler, gdb-var-update-handler)
1145 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1146 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1147 Follow change to gdb-var-list.
1148 (gdb-starting): Don't show the overlay arrows when program is running.
1149
1150 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1151 gdb-var-list.
1152
1153 2006-03-14 Bill Wohler <wohler@newt.com>
1154
1155 * image.el (image-load-path-for-library): Pass value of path
1156 rather than symbol. Always return list of directories.
1157 Guarantee that image directory comes first.
1158
1159 2006-03-14 Alan Mackenzie <acm@muc.de>
1160
1161 * font-core.el (font-lock-extend-region\(-function\)?.):
1162 New function/variable.
1163
1164 * font-lock.el (font-lock-after-change-function):
1165 Call font-lock-extend-region. Obey font-lock-lines-before.
1166 (font-lock-default-fontify-region): Remove reference to
1167 font-lock-lines-before.
1168
1169 * jit-lock.el (jit-lock-after-change):
1170 Call font-lock-extend-region. Obey font-lock-lines-before.
1171
1172 2006-03-14 David Ponce <david@dponce.com>
1173
1174 * tree-widget.el (tree-widget-themes-load-path)
1175 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1176
1177 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1178
1179 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1180 (rcirc-print): Mark the start of text at the end of the prompt.
1181 (rcirc-track-minor-mode): Add autoload cookie.
1182 (rcirc-update-activity-string): Add space to front of mode-line
1183 indicator.
1184
1185 2006-03-13 Miles Bader <miles@gnu.org>
1186
1187 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1188 (rcirc-abbrev-nick): Remove function.
1189 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1190
1191 2006-03-13 David Ponce <david@dponce.com>
1192
1193 * tree-widget.el: Handle themes across all occurrences of the main
1194 themes sub-directory found in tree-widget-themes-load-path.
1195 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1196 (tree-widget--locate-sub-directory): Return all occurrences.
1197 (tree-widget-themes-path): New function.
1198 Replace tree-widget-themes-directory, and return a list of directories.
1199 (tree-widget-set-parent-theme)
1200 (tree-widget-lookup-image): Use it.
1201
1202 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1203
1204 * textmodes/org.el (org-link-search): Avoid self-matching of
1205 links, allow target text to be distributed over several lines.
1206 (org-search-not-link): New function.
1207 (org-set-regexps-and-options, org-get-current-options):
1208 New startup options.
1209 (org-export-as-html): Take odd-level setting from local variable.
1210 (org-fontify-emphasized-text): New option.
1211 (org-set-font-lock-defaults): Include emphasized text.
1212 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1213 (org-font-lock): Customize group renamed from `org-faces'.
1214
1215 2006-03-13 John Paul Wallington <jpw@pobox.com>
1216
1217 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1218 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1219
1220 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1221
1222 * cus-start.el (all): Delete :version keyword for members of the
1223 fringe group, since the entire group is new in 22.1.
1224
1225 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1226
1227 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1228 map if value is hexadecimal (an address).
1229 (gud-watch): Only search roots for existing watch expressions.
1230 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1231 prevent caching problems with speedbar-update-directory-contents.
1232
1233 2006-03-12 Juri Linkov <juri@jurta.org>
1234
1235 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1236 before comparing with `low' and `warn'.
1237
1238 * info.el (Info-dir-remove-duplicates): Move point to the
1239 beginning of the current line after deleting the entries from
1240 redundant heading. Use marker for `limit' and compare it with
1241 point before calling `re-search-forward'.
1242
1243 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1244
1245 * simple.el (yank): Fix typo in docstring.
1246
1247 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1248
1249 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1250 messages, where "D" is the 6th character.
1251
1252 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1253
1254 * simple.el (yank): Fix last change.
1255
1256 2006-03-11 David Ponce <david@dponce.com>
1257
1258 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1259 merging elements from the standard ispell-dictionary-alist.
1260 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1261 alist, and return the new alist.
1262
1263 2006-03-11 Richard Stallman <rms@gnu.org>
1264
1265 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1266
1267 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1268 the way it is implemented is too unclean.
1269
1270 * simple.el (kill-region, yank): Doc fix.
1271
1272 * battery.el (battery-echo-area-format): Doc fix.
1273 (battery-mode-line-format): Likewise.
1274 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1275 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1276
1277 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1278
1279 * progmodes/octave-mod.el (octave-indent-for-comment):
1280 Behave according to do string.
1281
1282 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1283
1284 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1285 Be visible only if major mode is Mail Mode.
1286
1287 * textmodes/flyspell.el (flyspell-external-point-words)
1288 (flyspell-process-localwords): Fix last changes.
1289
1290 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1291
1292 * calendar/holidays.el (list-holidays): Doc fix.
1293
1294 * international/mule.el (auto-coding-alist): Add .odt
1295 (OpenOffice's open document) files.
1296
1297 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1298 document) files. Mention in the doc string the need to sync with
1299 auto-coding-alist.
1300
1301 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1302
1303 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1304 enable-local-variables is set to always query, or there is no
1305 savable variable.
1306
1307 2006-03-10 Bill Wohler <wohler@newt.com>
1308
1309 * image.el (image-load-path-for-library): Merge at least three
1310 functions from Gnus and MH-E into this one function that can now
1311 be shared.
1312
1313 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1314
1315 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1316 gdb-remove-mouse-face and remove help-echo too.
1317 (gdb-enqueue-input): Correct conditional clause.
1318
1319 2006-03-10 Glenn Morris <rgm@gnu.org>
1320
1321 * calendar/calendar.el (calendar-holidays): Doc fix.
1322 * calendar/holidays.el (list-holidays): Doc fix.
1323
1324 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1325
1326 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1327 it gets called in gdb-prompt anyway.
1328 (gdb-use-separate-io-buffer): Only restore window arrangement for
1329 gdb-many-windows.
1330 (gdb-enqueue-input): Make it harder to send GDB input when program
1331 is running.
1332 (gdb-buffer-list): New variable.
1333 (gdb-remove-mouse-face): New function.
1334 (gdb-starting): Use it when GDB input won't get sent.
1335
1336 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1337
1338 * help.el (view-lossage): Remove trailing whitespace before
1339 inserting "\n".
1340
1341 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1342
1343 * files.el (hack-local-variables-confirm):
1344 Set coding-system-for-read to nil before writing to .emacs.
1345
1346 * arc-mode.el (archive-extract): Check if an existing buffer name
1347 comes from a different archive.
1348
1349 * help.el (describe-key-briefly): If KEY is a down event, read and
1350 discard the up event.
1351
1352 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1353
1354 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1355 be edited and use font-lock-warning-face for any changes.
1356
1357 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1358 (gdb-edit-value): Use it to report any errors.
1359
1360 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1361
1362 * help.el (describe-key): Remove leftover test code.
1363
1364 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1365
1366 * textmodes/org.el: Move defvars out of eval-when-compile.
1367 Use buffer-file-name variable.
1368 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1369 arg `file'.
1370 (org-level-faces): Remove startup dependency.
1371 (org-cycle, org-map-tree, org-scan-tags)
1372 (org-remember-handler): Don't call `outline-level' directly.
1373 (org-mhe-search-all-folders): New option.
1374 (org-mhe-get-message-folder-from-index)
1375 (org-mhe-get-message-folder): Fix indexing search.
1376 (org-format-agenda-item): Handle nil TAGS argument.
1377 (org-cleaned-string-for-export, org-activate-target-links)
1378 (org-make-target-link-regexp): Deal with empty radio target list.
1379 (org-tag): New face.
1380 (org-get-level-face): New function.
1381 (org-set-font-lock-defaults): Simplify setup for headlines.
1382 (org-complete): Pass common substring to `display-completion-list'.
1383
1384 2006-03-06 David Ponce <david@dponce.com>
1385
1386 * tree-widget.el: Update Commentary header.
1387 (tree-widget-theme-name): Ignore parent themes.
1388 (tree-widget-set-parent-theme): New function.
1389 (tree-widget-set-theme): Use it.
1390 (tree-widget-set-image-properties): Move definition. Does nothing
1391 if image properties have already been set.
1392 (tree-widget-image-properties): Move definition. Receive an image
1393 name. Set the :pointer property.
1394 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1395 Don't set the :pointer image property.
1396 (tree-widget-convert-widget): New function. Handle :dynargs
1397 compatibility here.
1398 (tree-widget): Use it to :convert-widget. Add the :expander-p
1399 predicate to control when the :expander function is entered.
1400 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1401 (tree-widget-value-create): Handle :expander-p. widget-apply
1402 :expander.
1403 (tree-widget-expander-p): New function. Default value of the
1404 :expander-p property.
1405
1406 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1407
1408 * help.el (describe-key): Properly handle the return value of
1409 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1410 remaps. Handle string and vector `follow-link' values.
1411
1412 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1413
1414 * complete.el (PC-expand-many-files): Try be more careful when parsing
1415 the shell's output.
1416
1417 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1418
1419 * outline.el (hide-sublevels): Provide better interactive default.
1420
1421 2006-03-06 Kenichi Handa <handa@m17n.org>
1422
1423 * international/fontset.el (create-fontset-from-fontset-spec):
1424 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1425
1426 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1427
1428 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1429 backslashes instead of one in regexp.
1430 (gud-tooltip-dereference): Add missing optional argument.
1431
1432 2006-03-04 John Paul Wallington <jpw@pobox.com>
1433
1434 * wdired.el (toplevel): Require `cl' at compile-time.
1435
1436 2006-03-04 Andreas Schwab <schwab@suse.de>
1437
1438 * server.el (server-process-filter): Handle errors during
1439 evaluation of the argument.
1440
1441 2006-03-03 John Paul Wallington <jpw@pobox.com>
1442
1443 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1444 escape parentheses at beginning of line.
1445 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1446 (t-mouse-mode): Remove period from end of error message.
1447
1448 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1449
1450 * textmodes/flyspell.el (flyspell-process-localwords):
1451 Be case-sensitive.
1452
1453 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1454
1455 * cus-edit.el (custom-quote): Remove function, since it has been
1456 moved to custom.el.
1457
1458 * font-lock.el (lisp-font-lock-keywords-2)
1459 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1460 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1461 they have no special meaning.
1462
1463 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1464 indirect buffer gets killed before indirect buffer. Use dolist.
1465
1466 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1467
1468 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1469 value instead of a literal constant (1) on more pauses.
1470
1471 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1472
1473 * textmodes/flyspell.el (flyspell-external-point-words):
1474 Be case-sensitive.
1475
1476 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1477
1478 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1479 with "www".
1480
1481 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1482
1483 * allout.el: Restablish intermediate missing comment header to
1484 preserve outline structure.
1485 (allout-beginning-of-current-entry): Skip invisible text.
1486 (allout-open-topic): Fix opening a topic at end-of-buffer.
1487 (allout-minor-mode): Move nearer to allout-mode function.
1488
1489 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1490
1491 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1492
1493 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1494
1495 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1496 is nil.
1497
1498 * progmodes/gud.el (gud-speedbar-menu-items):
1499 Use buffer-local-value and add missing :visible keyword.
1500
1501 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1502
1503 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1504
1505 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1506 must be `follow-link'.
1507
1508 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1509
1510 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1511 formatting: No nested anchors.
1512 (org-all-targets): Fix bug with XEmacs compatibility.
1513 (org-read-date): Add (require 'parse-time).
1514 (org-set-tags): Fix bug with extra inserted space.
1515 (org-export-html-style): Define a style class for targets.
1516 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1517 (org-hide-leading-stars): New option.
1518 (org-hide): New face.
1519 (org-set-font-lock-defaults): Allow to hide leading stars.
1520 (org-get-legal-level, org-tr-level): New functions.
1521 (org-odd-levels-only): New option.
1522 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1523 (org-demote, org-promote): Deal with double-star levels.
1524 (org-convert-to-odd-levels): New command.
1525
1526 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1527
1528 * speedbar.el (speedbar-update-localized-contents): Try to
1529 preserve window-start.
1530 (speedbar-update-directory-contents): Try to preserve window-start
1531 and window-point.
1532 (speedbar-update-special-contents): Don't move back to start of window.
1533
1534 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1535 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1536 speedbar-timer-fn.
1537 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1538 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1539 instead of gdb-speedbar-timer-fn.
1540
1541 2006-02-28 Jay Belanger <belanger@truman.edu>
1542
1543 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1544 (math-compose-expr): Use latex option when calling
1545 `math-compose-tex-matrix' for latex mode.
1546
1547 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1548
1549 * speedbar.el: Re-instate comments about developing for speedbar
1550 [this is what info and gdb-ui use even if better methods exist now].
1551
1552 * t-mouse.el: New file.
1553 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1554 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1555 (t-mouse-make-event-element): Use posn-at-x-y instead.
1556 (t-mouse-make-event): Deal with Fedora Core 3.
1557 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1558 (t-mouse-mouse-position-function): New function. Use it instead
1559 of advising mouse-position.
1560 (t-mouse-mode): New minor mode.
1561 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1562
1563 2006-02-27 Glenn Morris <rgm@gnu.org>
1564
1565 * calendar/calendar.el (calendar-holidays): Doc fix.
1566
1567 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1568
1569 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1570 Re-introduce the concept of a source window.
1571 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1572 consistency with get-buffer-create.
1573 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1574 (gdb-data-list-register-values-handler)
1575 (gdb-stack-list-locals-handler): Try to preserve window-start as
1576 well as window-point.
1577 (gdb-display-source-buffer): New function (old concept).
1578 (gdb-goto-breakpoint): Use it.
1579
1580 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1581 for gdb-ui/gdb-mi (old concept).
1582
1583 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1584
1585 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1586 binding.
1587
1588 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1589
1590 * textmodes/reftex-sel.el (reftex-select-label-map)
1591 (reftex-select-bib-map): Add `follow-mouse' binding.
1592
1593 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1594
1595 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1596 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1597 Give :set functions to provide automatic updating.
1598 Update docstring. Give compiler defvars early in the file
1599 and move the defcustoms to a later spot where all called functions
1600 are defined.
1601 (jka-compr-file-name-handler-entry): Doc fix.
1602 (jka-compr-compression-info-list--internal)
1603 (jka-compr-mode-alist-additions--internal)
1604 (jka-compr-load-suffixes--internal): New variables.
1605 (jka-compr-install): Set the three above variables.
1606 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1607 (jka-compr-update, jka-compr-set): New functions.
1608 (auto-compression-mode): Doc fix.
1609
1610 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1611 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1612 Use jka-compr-compression-info-list--internal,
1613 jka-compr-mode-alist-additions--internal and
1614 jka-compr-load-suffixes--internal.
1615
1616 * files.el (load-library):
1617 * loadhist.el (file-loadhist-lookup):
1618 * startup.el (command-line):
1619 * subr.el (locate-library):
1620 * emacs-lisp/autoload.el (update-directory-autoloads):
1621 * emacs-lisp/find-func.el (find-library-suffixes):
1622 Use `get-load-suffixes' instead of `load-suffixes'.
1623
1624 * subr.el (locate-library):
1625 * emacs-lisp/find-func.el (find-library-name):
1626 Use `load-file-rep-suffixes' instead of '("").
1627
1628 2006-02-26 Kim F. Storm <storm@cua.dk>
1629
1630 * ido.el (ido-save-history, ido-load-history): Simplify.
1631 Don't use find-file-noselect to avoid interference from other modes.
1632
1633 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1634
1635 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1636 to use the default shell if filename is not available.
1637 Reported by Giorgos Keramidas.
1638
1639 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1640
1641 * progmodes/etags.el (tags-completion-table): Do completion from
1642 all the tables in the current list, as documented in the manual.
1643
1644 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1645
1646 * CC Mode Update to 5.31.3.
1647
1648 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1649
1650 * progmodes/cc-mode.el (c-postprocess-file-styles):
1651 Bind inhibit-read-only to t, around the call to
1652 c-remove-any-local-eval-or-mode-variables, so that it works on a
1653 RO file.
1654
1655 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1656
1657 * progmodes/cc-awk.el: Correct a typo.
1658
1659 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1660
1661 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1662 c-hungry-delete-backwards, at the request of RMS. Leave the old
1663 name as an alias.
1664
1665 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1666
1667 * progmodes/cc-mode.el: Correct a typo.
1668
1669 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1670
1671 * progmodes/cc-defs.el: Update the version number to 5.31.3.
1672
1673 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1674
1675 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1676 brace-else-brace (error due to mbeg, mend being undefined).
1677
1678 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1679
1680 * progmodes/cc-mode.el: File Local variables: Solve the problem
1681 where both `mode' and c-file-offsets are specified: `mode' will
1682 overwrite c-f-o's settings:
1683 (c-remove-any-local-eval-or-mode-variables): New function.
1684 (c-postprocess-file-styles): Call the above new function, within
1685 c-tentative-buffer-change, to splat `mode' and `eval' before the
1686 second hack-local-variables.
1687
1688 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1689
1690 * progmodes/cc-mode.el:
1691 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1692 (c-after-change): Protect the match data with save-match-data.
1693 It was getting corrupted by c-after-change-check-<>-operators.
1694
1695 * cc-defs.el: [Supersedes patch V1.38]:
1696 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1697 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
1698
1699 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1700 with save-match-data. It was being corrupted when Font Lock was
1701 not enabled.
1702
1703 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1704
1705 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1706 Mode and Subword Mode.
1707
1708 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1709 real labels ("case 1:" or "foo:") from non-labels ("public:").
1710 (c-forward-objc-directive): Replace c-forward-token-2 with crude
1711 coding; c-f-t-2 doesn't move over a token at EOB.
1712
1713 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1714
1715 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1716 (c-update-modeline): Concatenate the minor mode indicators
1717 directly onto mode-name, removing c-submode-indicators.
1718 Sometimes, c-s-i got separated from the mode name on the mode line.
1719
1720 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1721 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1722
1723 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1724
1725 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1726 error message when there's an evaluation error to show whether
1727 it's loaded from source or not.
1728 (c-filter-ops): Make it available at runtime too to work when
1729 `c-make-init-lang-vars-fun' needs to evaluate from source.
1730
1731 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
1732
1733 * help.el (help): Revert last part of 2006-02-23 change (deletion
1734 of the `provide' call).
1735
1736 2006-02-23 Juri Linkov <juri@jurta.org>
1737
1738 * compare-w.el (compare-windows-highlight): Add new value
1739 `persistent' and change :type from `boolean' to `choice'.
1740 (compare-windows-overlays1, compare-windows-overlays2):
1741 New internal variables.
1742 (compare-windows-highlight): If compare-windows-highlight is
1743 `persistent', add current overlays to compare-windows-overlays[12]
1744 instead of adding compare-windows-dehighlight to pre-command-hook.
1745 (compare-windows-dehighlight): Delete all overlays from
1746 compare-windows-overlays[12].
1747
1748 * info.el (Info-search): Don't bind search-spaces-regexp to
1749 Info-search-whitespace-regexp in non-regexp isearch mode.
1750
1751 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1752
1753 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1754
1755 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
1756
1757 * textmodes/org.el (org-xemacs-p)
1758 (org-export-html-show-new-buffer, org-table-may-need-update)
1759 (org-insert-item, org-mhe-get-message-real-folder)
1760 (org-mhe-get-message-folder-from-index)
1761 (org-mhe-get-message-folder, org-mhe-get-message-num)
1762 (org-mhe-get-header, org-make-org-heading-search-string)
1763 (org-make-org-heading-camel, org-table-sort-lines)
1764 (org-format-org-table-html, org-format-table-table-html):
1765 Fix typos in docstrings.
1766
1767 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
1768
1769 * textmodes/org.el (org-cleaned-string-for-export)
1770 (org-solidify-link-text): New function.
1771 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1772 XEmacs, just to silence the compiler.
1773 (org-export-as-ascii, org-export-as-html-and-open):
1774 Use `org-cleaned-string-for-export' and create internal links.
1775 (org-follow-mhe-link): Require mh-e, use folder.
1776
1777 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1778
1779 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1780
1781 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1782 gdb-debug-log-length.
1783 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
1784 it a real ring but...
1785 (gud-gdba-marker-filter): ...make it work like mark-ring.
1786 (gdb-enable-debug): Rename from gdb-enable-debug-log.
1787 (gdb-mouse-jump): New function. Add bindings.
1788
1789 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1790
1791 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1792 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1793 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1794 (gdb-debug-log-length): Customize it's length.
1795 (gud-watch, gdb-var-create-handler): Display function::var format
1796 but don't use to create variable object.
1797 (gdb-var-create-handler): Use message-box in place of message.
1798 (gdb-stopped): Call gdb-exited if signalled.
1799
1800 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
1801
1802 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1803
1804 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1805
1806 * textmodes/reftex.el (reftex-locate-file): Search all extensions
1807 if `reftex-try-all-extensions' is set.
1808
1809 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1810 fail silently when there is no valid argument at point.
1811 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1812 `fail-silently' argument. From a patch by David Reiter.
1813
1814 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1815 New commands.
1816 (org-mark-ring): New variable.
1817 (org-mark-ring-length): New option.
1818 (org-open-at-point, org-goto, org-open-file): Push old position
1819 onto the mark ring.
1820 (org-add-hook): New function.
1821 (org-export-table-remove-special-lines): New option.
1822 (org-skip-comments, org-format-org-table-html): Respect new
1823 option `org-export-table-remove-special-lines'.
1824 (org-open-file): Allow special command configuration for
1825 directory link.
1826 (org-file-apps): Fix bugs in customize type, added setting
1827 for directories.
1828 (org-activate-tags, org-format-agenda-item, org-complete)
1829 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1830 (org-get-tags, org-get-buffer-tags, org-open-at-point)
1831 (org-link-search, org-make-org-heading-search-string)
1832 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1833 (org-radio-targets, org-file-link-context-use-camel-case)
1834 (org-activate-camels): New options.
1835 (org-update-radio-target-regexp, org-all-targets)
1836 (org-make-target-link-regexp, org-activate-target-links):
1837 New functions.
1838 (org-make-org-heading-search-string): New function.
1839 (org-store-link, org-insert-link): Use new option
1840 `org-file-link-context-use-camel-case'.
1841 (org-activate-camels): Use new option `org-activate-camels'.
1842 (org-link-regexp): Add mhe prefix.
1843 (org-open-at-point, org-store-link): Support for mhe links.
1844 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1845 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1846 (org-mhe-get-header, org-follow-mhe-link): New functions.
1847 (org-remove-angle-brackets, org-add-angle-brackets):
1848 New functions.
1849 (org-bracket-link-regexp): New constant.
1850 (org-read-date): Fix bug that was rejecting all typed dates.
1851 (org-link-search): Make hierarchy above visible after a match.
1852 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1853 (org-store-link): Fix bug with link creation when cursor is in
1854 an empty line.
1855 (org-open-at-point): Fix bug with matching a link.
1856 Fixed buggy argument sequence in call to `org-view-tags'.
1857 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1858 (org-prefix-has-tag): New variable.
1859 (org-format-agenda-item): Remove tags from headline
1860 if appropriate.
1861 (org-agenda-remove-tags-when-in-prefix): New option.
1862
1863 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
1864
1865 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1866 Fix the regular expressions.
1867
1868 2006-02-21 Richard M. Stallman <rms@gnu.org>
1869
1870 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1871 if there's no other specific basis.
1872
1873 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1874 as variables at all.
1875 (unsafep-variable): Rename arg; doc fix.
1876
1877 * abbrevlist.el (list-one-abbrev-table): Add autoload.
1878
1879 * calendar/appt.el (diary-selective-display): Add defvar.
1880
1881 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
1882
1883 * isearch.el (search-whitespace-regexp): Fix custom type.
1884
1885 * help.el (describe-key-briefly): Compute interactive args
1886 in same was as before previous change.
1887
1888 * files.el (enable-local-variables): Doc fix.
1889
1890 2006-02-21 Kim F. Storm <storm@cua.dk>
1891
1892 * fringe.el: Cleanup as file is now pre-loaded.
1893 (fringe-bitmaps): Initialize unconditionally.
1894 (fringe-mode, set-fringe-style): Remove autoload cookies.
1895
1896 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1897
1898 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
1899 `horizontal-bar'.
1900 (fringe-cursor-alist): Use `horizontal-bar'.
1901
1902 2006-02-20 Kim F. Storm <storm@cua.dk>
1903
1904 * fringe.el (fringe-bitmaps): Update to new bitmap names.
1905 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
1906
1907 * loadup.el: Load "fringe" on window systems.
1908
1909 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1910
1911 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
1912 out of scope components.
1913
1914 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
1915 default.
1916
1917 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
1918
1919 * custom.el (customize-mark-to-save, customize-mark-as-set):
1920 Load the symbol first.
1921
1922 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
1923
1924 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
1925 strech spec so it doesn't display as "^J" on the header line
1926 when `Buffer-menu-use-header-line' is t.
1927
1928 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1929
1930 * speedbar.el (speedbar-make-button): Keep text properties
1931 of string arguments if desired.
1932
1933 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
1934 expessions.
1935
1936 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
1937 of speedbar.
1938
1939 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
1940
1941 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
1942 to value of `read-file-name-completion-ignore-case'.
1943
1944 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
1945
1946 * custom.el (customize-mark-as-set): Push to `user' theme.
1947
1948 * cus-edit.el (custom-save-variables): Allow unthemed values.
1949 (customize-set-variable): Push setting to `user' theme.
1950
1951 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
1952
1953 * progmodes/gud.el: Don't require font-lock as it's now
1954 automatically loaded.
1955 (gud-speedbar-buttons): Replace gdb-var-changed with
1956 gdb-force-update.
1957
1958 * progmodes/gdb-ui.el (gdb-force-update): Rename from
1959 gdb-var-changed.
1960 (gdb-post-prompt): Use it.
1961 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1962 (gdb-var-update-handler, gdb-var-delete)
1963 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
1964 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
1965 gdb-force-update in gdb-post-prompt.
1966 (gdb-reset): Clear watch expressions from speedbar when quitting.
1967
1968 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
1969
1970 * viper-cmd.el (viper-insert-state-post-command-sentinel)
1971 (viper-change-state-to-vi, viper-change-state-to-emacs):
1972 Make aware of cursor coloring in the Emacs state.
1973 (viper-special-read-and-insert-char): Use read-char-exclusive.
1974 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
1975
1976 * viper-init.el (viper-emacs-state-cursor-color): New variable.
1977
1978 * viper-util.el (viper-save-cursor-color)
1979 (viper-get-saved-cursor-color-in-replace-mode)
1980 (viper-get-saved-cursor-color-in-insert-mode)
1981 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
1982 state.
1983 (viper-get-saved-cursor-color-in-emacs-mode): New function.
1984
1985 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
1986 (ediff-ignore-case-option3, ediff-actual-diff-options)
1987 (ediff-actual-diff3-options): New variables to control case sensitivity.
1988 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
1989 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
1990 (ediff-toggle-ignore-case): New function.
1991 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
1992
1993 * ediff-help.el (ediff-long-help-message-narrow2)
1994 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
1995 (ediff-long-help-message-word-mode): Add ignore-case command.
1996 (ediff-help-for-quick-help): Add ignore-case command.
1997
1998 * ediff-merg.el: Move provide to the end.
1999
2000 * ediff-ptch.el: Move provide to the end.
2001
2002 * ediff-wind.el: Move provide to the end.
2003
2004 * ediff-mult.el: Move provide to the end.
2005 (ediff-set-meta-overlay): Enable follow-link.
2006
2007 * ediff.el: Move provide to the end.
2008 Break recursive load cycle in eval-when-compile.
2009 (ediff-patch-buffer): Better heuristics.
2010
2011 * ediff-util.el: Move provide to the end.
2012 Break recursive load cycle in eval-when-compile.
2013 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
2014 defuns.
2015 (ediff-submit-report): Pass the values of ediff-diff3-program,
2016 ediff-diff3-options.
2017
2018 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2019
2020 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2021 the opening bracket of the following bracketing pairs: {}, [], (), <>,
2022 `' (for example, in the docstring of `windmove-default-keybindings').
2023
2024 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2025
2026 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2027 shadow face. Don't provide binding to edit variable when it is
2028 out of scope.
2029
2030 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2031 (gdb-var-update-handler): Detect out of scope variables with pre
2032 GDB 6.4 too.
2033 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2034 Reset status of variable objects to nil in update handlers.
2035 (gdb-var-update-handler-1): Detect when a variable object comes
2036 in scope. setcar on var changes gdb-var-list directly.
2037
2038 2006-02-17 Juri Linkov <juri@jurta.org>
2039
2040 * ffap.el (ffap) <defface>: Add explicit face declaration.
2041 (ffap-highlight): Use face `ffap' directly instead of checking
2042 for its existence.
2043
2044 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2045 `visible-ok' of `other-buffer' to find the right original buffer.
2046
2047 * info.el (Info-search): Skip `Local Variables' node.
2048
2049 2006-02-17 Juri Linkov <juri@jurta.org>
2050
2051 * info.el (Info-find-file): Check for symbols `apropos', `history',
2052 `toc' in the input filename, and return these symbols as is.
2053 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2054 `history', `toc' instead of strings.
2055 (Info-set-mode-line): For non-string Info-current-file use the
2056 symbol's name inside **.
2057 (Info-isearch-push-state): Add quote before Info-current-file and
2058 Info-current-node.
2059 (Info-isearch-pop-state): Use `equal' instead of `string='.
2060 (Info-extract-pointer, Info-following-node-name): Use
2061 `match-string-no-properties' instead of `match-string'.
2062 (Info-up): Check `old-file' for `stringp'.
2063 (Info-history): Use `equal' instead of `string-equal'.
2064 Check `file' for `stringp'.
2065 (Info-history): Use symbol `history' instead of string as first arg
2066 of `Info-find-node'.
2067 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2068 `toc' instead of string.
2069 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2070 instead of `buffer-substring', and `match-string-no-properties'
2071 instead of `match-string'.
2072 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2073 instead of strings.
2074 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2075 Use symbol `apropos' instead of string.
2076 (Info-copy-current-node-name): Check `Info-current-file' for
2077 `stringp' and construct a command with `Info-find-node' from it.
2078 (Info-fontify-node): Use `match-string-no-properties' instead of
2079 `match-string' and check file names for `stringp'.
2080 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2081 `history', `toc' instead of strings.
2082
2083 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2084
2085 * files.el: Rearrange functions and variables in the file local
2086 variables section.
2087
2088 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2089
2090 * files.el: Add truncate-lines, ispell-check-comments and
2091 ispell-local-dictionary as safe local variables.
2092
2093 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2094
2095 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2096 out of scope variables.
2097 (gud-speedbar-buttons): Use unless.
2098
2099 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2100 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2101 (gdb-show-changed-values): Also use for out of scope variables.
2102 (gdb-var-update-handler-1): Note if variable goes out of scope.
2103
2104 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2105
2106 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2107 default to global variable values for unsupplied args.
2108 (rcirc-get-buffer-create): Fix bug with setting the target.
2109 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2110 test for rcirc-always-use-server-buffer-flag here.
2111 (rcirc-response-formats): Add %N, which is a facified nick. %n
2112 uses the default face. Change the ACTION format string. If the
2113 "nick" is the server, don't print anything for that field.
2114 Comment fixes.
2115 (rcirc-target-buffer): Don't test
2116 rcirc-always-use-server-buffer-flag here.
2117 (rcirc-print): Squeeze extra spaces out of the text before message.
2118 (rcirc-put-nick-channel): Strip potential "@" char from nick
2119 before adding them to nick table.
2120 (rcirc-url-regexp): Improve to match address like "foo.com".
2121
2122 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2123
2124 * allout.el (allout-hidden-p): Move this defsubst before
2125 allout-overlay-interior-modification-handler, where it is first
2126 used.
2127
2128 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2129
2130 * allout.el: Use allout invisible-text overlays instead of
2131 selective display for concealed text. Also, lots of general
2132 cleanup, and improved compatibility code.
2133
2134 (allout-version) Incremented, corrected, revised, and refined
2135 module commentary.
2136
2137 (provide 'allout): Moved to the bottom, added a require of overlay.
2138
2139 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2140 `except-current'.
2141 (allout-write-file-hook-handler): Minimize delay.
2142 (count-trailing-whitespace-region): New function so
2143 auto-encryption of current topic can resituate cursor exactly.
2144 PGP/GPG encryption trims trailing whitespace from lines, which
2145 must be accounted for across encryption then decryption.
2146
2147 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2148 just plain "\C-c", to avoid intruding on user's keybinding space.
2149
2150 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2151 parameter, so user request to provide a new password is done.
2152
2153 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2154 Refined mechanism for auto-filling behavior while in allout mode.
2155
2156 (allout-mode): Explicitly specify the mode map in the docstring.
2157 Clarify provision for various write-file hook var names.
2158 Adjusted for invisible-text overlays instead of selective-display.
2159
2160 (allout-depth): Really return 0 if not within any topic. This
2161 rectifies `allout-beginning-of-level' and sequence numbering
2162 errors that occur when cutting and pasting numbered topics.
2163 Changed from a in-line subst to a regular function, as well.
2164
2165 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2166
2167 (allout-end-of-subtree, allout-end-of-subtree)
2168 (allout-end-of-entry, allout-end-of-current-heading)
2169 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2170 (allout-show-children, allout-show-to-offshoot)
2171 (allout-hide-current-entry, allout-show-current-entry): Rectified
2172 handling of trailing blank lines between items.
2173
2174 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2175 (allout-current-depth, allout-unprotected, allout-hidden-p)
2176 (allout-on-current-heading-p, allout-listify-exposed)
2177 (allout-chart-subtree, allout-goto-prefix)
2178 (allout-back-to-current-heading, allout-get-body-text)
2179 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2180 (allout-hide-region-body, allout-toggle-subtree-encryption)
2181 (allout-encrypt-string, allout-encrypted-key-info)
2182 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2183 (allout-file-vars-section-data): Adjusted for use with
2184 invisible-text overlays instead of selective-display.
2185
2186 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2187 Reworked for use with invisible text overlays.
2188
2189 (allout-current-topic-collapsed-p): New function.
2190
2191 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2192 to know when to close the containing topic.
2193
2194 (allout-pre-command-business, allout-post-command-business):
2195 Simplify undo-batching and dynamic isearch exposure.
2196
2197 (allout-set-overlay-category): New for invisible-text overlays.
2198 Sets properties of allout-overlay-category, used by
2199 allout-flag-region to set invisible-text overlay properties.
2200 (allout-get-invisibility-overlay): Get the first qualifying
2201 invisibility overlay, so we can find the extent of it.
2202 (allout-back-to-visible-text): Get to just before the beginnining
2203 of the current invisibility overlay, if any.
2204
2205 (allout-overlay-insert-in-front-handler)
2206 (allout-overlay-interior-modification-handler)
2207 (allout-before-change-handler, allout-isearch-end-handler): New
2208 functions to handle extraordinary actions affecting concealed
2209 text.
2210
2211 (allout-flag-region): Use overlays instead of selective-display
2212 for invisible text - by inheritence from the properties of
2213 allout-overlay-category in mainline Emacs, and applied
2214 property-by-property in XEmacs, some recent versions of which
2215 don't inherit the properties from the category. Provisions to
2216 respond to concealed-text edits simplified drastically.
2217
2218 (allout-isearch-rectification, allout-isearch-was-font-lock)
2219 (allout-isearch-expose, allout-enwrap-isearch)
2220 (allout-isearch-abort, allout-pre-was-isearching)
2221 (allout-isearch-prior-pos, allout-isearch-did-quit)
2222 (allout-isearch-dynamic-expose)
2223 (allout-hide-current-entry-completely): Functions deleted.
2224
2225 (allout-undo-aggregation): Explicit undo aggregation no longer
2226 necessary due to transition away from selective-display.
2227
2228 (set-allout-regexp, allout-up-current-level)
2229 (allout-next-visible-heading, allout-forward-current-level)
2230 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2231 (allout-kill-line, allout-yank-processing, allout-show-children)
2232 (allout-expose-topic, allout-old-expose-topic)
2233 (allout-listify-exposed, allout-insert-latex-header)
2234 (allout-toggle-subtree-encryption, allout-encrypt-string)
2235 (remove-from-invisibility-spec, allout-hide-current-subtree):
2236 Ditched unused variables.
2237
2238 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2239
2240 * textmodes/ispell.el (ispell-change-dictionary): Call
2241 ispell-buffer-local-dict instead of
2242 ispell-accept-buffer-local-defs.
2243 (ispell-local-dictionary-alist): Accept as valid any coding-system
2244 supported by Emacs.
2245 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2246 changed to iso-8859-3.
2247
2248 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2249
2250 * speedbar.el (speedbar-frame-width): Make an inline function
2251 instead of a macro. Use frame-width.
2252 (speedbar-try-completion, speedbar-update-contents)
2253 (speedbar-timer-fn): Use consp.
2254 (speedbar-update-localized-contents): Try to preserve point.
2255
2256 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2257 (menu): Re-order menu items.
2258 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2259 field.
2260 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2261 (gdb-post-prompt): Speed things by not forcing update.
2262
2263 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2264
2265 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2266 press and perform default action if we get a mouse movement event.
2267
2268 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2269
2270 * calendar/icalendar.el (icalendar--get-event-property)
2271 (icalendar--get-event-property-attributes): Fix typos in
2272 docstrings.
2273
2274 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2275 docstring.
2276
2277 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2278
2279 * bs.el (bs-mode): Use `buffer-disable-undo'.
2280 (bs--get-file-name): Simplify.
2281 (bs-show-in-buffer): Mark the buffer as not modified.
2282
2283 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2284
2285 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2286 widget-button-click.
2287
2288 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2289 (custom-mode): Update docstring.
2290
2291 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2292 binding.
2293
2294 * files.el (hack-local-variables-confirm): Allow scrolling if the
2295 file variable list is too long. Kill temp buffer after use.
2296
2297 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2298
2299 * progmodes/gud.el (gdb): Improve doc string.
2300 (gdb-script-font-lock-keywords): Expand allowed character set.
2301
2302 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2303 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2304 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2305 (gdb-separate-io-stop, gdb-separate-io-eof):
2306 Rename from gdb-inferior-* to gdb-separate-*.
2307 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2308
2309 2006-02-14 Jay Belanger <belanger@truman.edu>
2310
2311 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2312 expression is a symbol before checking that it is bound.
2313
2314 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2315 test to see if equation can be solved.
2316
2317 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2318
2319 * wid-edit.el (widget-button-click): Use :pressed-face property
2320 for overlay face, if it exists.
2321
2322 * cus-edit.el (custom-manual, custom-add-see-also)
2323 (custom-add-parent-links, custom-group-link): Add :pressed-face
2324 property to links.
2325
2326 * files.el (hack-local-variables): Remove ignored variables before
2327 checking if any variables need setting.
2328
2329 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2330
2331 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2332
2333 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2334
2335 * help.el (where-is): Fix message for remapped commands.
2336
2337 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2338 Fix typos in docstrings.
2339
2340 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2341
2342 * files.el (safe-local-variable-values): New option.
2343 (hack-local-variables-prop-line): Return a list of variable-value
2344 pairs if MODE-ONLY is non-nil.
2345 (hack-local-variables): Construct list of variable-value pairs,
2346 and apply or reject them in one go. Ask for confirmation if
2347 variables are not known safe.
2348 (hack-local-variables-confirm): Complete rewrite. Support
2349 `safe-local-variable-values'.
2350 (enable-local-variables): Update docstring to reflect new
2351 behavior.
2352 (ignored-local-variables): Ignore ignored-local-variables and
2353 safe-local-variable-values.
2354 (safe-local-variable-p): New function.
2355 (risky-local-variable-p): `safe-local-variable' property check
2356 moved to safe-local-variable-p.
2357 (hack-one-local-variable): Checks moved to hack-local-variables.
2358
2359 (byte-compile-dynamic, c-basic-offset, c-file-style)
2360 (c-indent-level, comment-column, fill-column, fill-prefix)
2361 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2362 (no-update-autoloads, outline-regexp, page-delimiter)
2363 (paragraph-start, paragraph-separate, sentence-end)
2364 (sentence-end-double-space tab-width, version-control):
2365 Add `safe-local-variable' property.
2366
2367 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2368
2369 * icomplete.el, play/landmark.el: Change nonexistent
2370 `outline-layout' file variable to `allout-layout'.
2371
2372 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2373
2374 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2375 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2376 to gud-comint-buffer.
2377 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2378 gdb-ui.el for gdb-mi.el.
2379 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2380 registers buffer to gdb-get-changed-registers.
2381 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2382 deletion of catchpoints (throw and catch).
2383 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2384 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2385 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2386 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2387 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2388
2389 2006-02-13 Jay Belanger <belanger@truman.edu>
2390
2391 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2392 expression is a symbol before checking that it is bound.
2393
2394 2006-02-13 Richard M. Stallman <rms@gnu.org>
2395
2396 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2397 for the minibuffer too, but not if resize-mini-windows will interfere.
2398
2399 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2400 inside `interactive' spec.
2401 (describe-key-briefly-internal, describe-key-internal):
2402 Functions merged back into their callers.
2403
2404 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2405
2406 * info.el (info-xref-visited): Inherit from info-xref too.
2407 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2408 when propertizing Info-current-file and Info-current-node.
2409
2410 2006-02-13 Juri Linkov <juri@jurta.org>
2411
2412 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2413 (tumme-thumb-name): Fix per-directory format.
2414
2415 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2416
2417 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2418
2419 2006-02-12 Miles Bader <miles@gnu.org>
2420
2421 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2422
2423 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2424
2425 * tumme.el: Remove history section. If someone needs the it, it
2426 can always be found in CVS.
2427
2428 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2429
2430 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2431 about the Thumbnail Managing Standard option.
2432
2433 2006-02-12 Richard M. Stallman <rms@gnu.org>
2434
2435 * subr.el (substitute-key-definition): Doc fix.
2436
2437 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2438
2439 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2440
2441 * info.el (Info-mode): Doc fix.
2442
2443 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2444
2445 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2446
2447 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2448 because on Solaris a POSIX compatible "id" is needed. Reported by
2449 Magnus Henoch <mange@freemail.hu>.
2450
2451 2006-02-12 Juri Linkov <juri@jurta.org>
2452
2453 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2454 (tumme) <defgroup>: Change :group to `multimedia'.
2455 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2456 Managing Standard.
2457 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2458 Fix dostring.
2459 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2460 and %y. Fix docstring.
2461 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2462 (tumme-cmd-create-standard-thumbnail-command): New user options.
2463 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2464 is `standard'. Fix docstring.
2465 (tumme-thumb-width, tumme-thumb-height): New user options.
2466 (tumme-external-viewer): Try to find various viewers.
2467 (tumme-get-thumbnail-image): Use `create-image' instead of
2468 constructing the `image' structure.
2469 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2470 `standard'.
2471 (tumme-thumb-name): Add file name generation for standard storage.
2472 Simplify code for other storages.
2473 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2474 Add modification time %m and thumbnail-nq8 %q.
2475 Use `tumme-cmd-create-standard-thumbnail-command' if
2476 tumme-thumbnail-storage is `standard'.
2477 (tumme-dired-insert-marked-thumbs): New autoload command.
2478 (tumme-dired-after-readin-hook): New function.
2479 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2480 `tumme-thumb-size'.
2481 (tumme-display-image): Replace size-x %x and size-y %y with
2482 width %w and height %h.
2483
2484 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2485 `tumme-dired-insert-marked-thumbs'.
2486
2487 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2488
2489 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2490 include path).
2491 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2492 matching tag.
2493
2494 2006-02-12 Miles Bader <miles@gnu.org>
2495
2496 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2497 New variables.
2498 (rcirc-abbrev-nick): New function.
2499 (rcirc-format-response-string): Rewrite to use the formats in
2500 `rcirc-response-formats' and expand escape sequences therein.
2501 A text-property `rcirc-text' is added over the actual response
2502 text to make easy to find inside the returned string.
2503 (rcirc-print): When filling, just look for the `rcirc-text'
2504 text-property to find the appropriate fill prefix, instead of
2505 using hardwired patterns.
2506
2507 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2508
2509 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2510 Managing Standard.
2511
2512 2006-02-11 Kim F. Storm <storm@cua.dk>
2513
2514 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2515 Don't use insert-buffer; do insert-buffer-substring directly.
2516 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2517
2518 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2519
2520 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2521 with inhibit-read-only. Suggested by Stefan Monnier.
2522 (revert-buffer): Let insert-file-contents discard
2523 buffer-undo-list. Simplify code.
2524 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2525
2526 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2527
2528 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2529
2530 * help.el (describe-key-briefly): Now a wrapper for
2531 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2532 to t. Populate yank-menu if empty.
2533 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2534 (describe-key): Now a wrapper for describe-key-internal. Bind
2535 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2536 (describe-key-internal): Renamed from describe-key.
2537
2538 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2539
2540 * progmodes/glasses.el (glasses-separator): Doc fix.
2541 (glasses-original-separator): New defcustom.
2542 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2543
2544 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2545
2546 * mwheel.el (mouse-wheel-up-event): Doc fix.
2547
2548 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2549
2550 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2551 (tumme-dir): New function. Copied from thumbs.el.
2552
2553 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2554
2555 * desktop.el (desktop-outvar): Fix typo.
2556 (desktop-save-buffer-p): Doc fix.
2557
2558 * subr.el (substitute-key-definition): Fix typo.
2559
2560 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2561
2562 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2563 when window-system is mac.
2564
2565 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2566
2567 2006-02-10 Kim F. Storm <storm@cua.dk>
2568
2569 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2570 indirect-function instead of using condition-case.
2571
2572 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2573
2574 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2575 less `colloquial'...
2576
2577 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2578
2579 * tumme.el: Add a couple of todo items.
2580
2581 2006-02-09 Lars Hansen <larsh@soem.dk>
2582
2583 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2584 (highlight-changes-mode): Don't change desktop-locals-to-save.
2585
2586 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2587
2588 * image-mode.el (image-toggle-display): Clear image cache if using
2589 filename.
2590
2591 2006-02-09 Masatake YAMATO <jet@gyve.org>
2592
2593 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2594 a `dired-man' target.
2595
2596 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2597 boundary of symbols.
2598
2599 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2600
2601 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2602
2603 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2604
2605 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2606 `mapcar'; return nil.
2607
2608 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2609
2610 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2611 some other event.
2612
2613 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2614
2615 * net/rcirc.el (rcirc-startup-channels-alist):
2616 Add irc.freenode.net and #emacs as defaults.
2617 (rcirc-ignore-all-activity-flag): Remove variable.
2618 (rcirc-authinfo): New variable.
2619 (rcirc-authinfo-filename): Remove variable.
2620 (rcirc-always-use-server-buffer-flag): New flag.
2621 (rcirc): M-x rcirc will automatically connect without prompting.
2622 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2623 connection in lisp.
2624 (rcirc-process-server-response-1): Remove everything but the nick
2625 portion of the sender so it doesn't need to be done everywhere
2626 else. Update related code.
2627 (global-map): Remove global keybindings.
2628 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2629 (rcirc-send-input): Split into several functions.
2630 (rcirc-process-input-line, rcirc-process-message)
2631 (rcirc-process-command): New functions.
2632 (rcirc-target-buffer): New function to determine where to route
2633 messages.
2634 (rcirc-user-nick): Save match data.
2635 (rcirc-toggle-ignore-buffer-activity)
2636 (rcirc-update-activity-string): Remove global ignore functionality,
2637 which can be done now by toggling rcirc-track-minor-mode.
2638 (rcirc-track-minor-mode-map): New keymap.
2639 (rcirc-track-minor-mode): New minor-mode.
2640 (ignore): Make the ignore output nicer. Always print it when
2641 adding or removing nicks.
2642 (rcirc-url-regexp): Improve.
2643 (rcirc-mangle-text): Remove properties before using text in the
2644 modeline.
2645 (rcirc-authenticate): Authentication data comes from
2646 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2647 (rcirc-server-prefix): Inherit from rcirc-server.
2648
2649 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2650
2651 * Makefile.in (compile): Append "|| true" to the end of the `find'
2652 command, like compile-always does.
2653
2654 2006-02-08 Sam Steingold <sds@gnu.org>
2655
2656 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2657 output from a dead connection.
2658
2659 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2660
2661 * dired.el (dired-mode-map): Add more bindings for tumme.
2662
2663 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2664
2665 * wdired.el (wdired-mode-map): Use remap.
2666 (wdired-get-filename): Massage.
2667 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2668 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2669 `keymap' property rather than `local-map'.
2670
2671 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2672
2673 * tumme.el (tumme-get-thumbnail-image): New utility function.
2674 Suggested by from Chong Yidong.
2675 (tumme-dired-with-window-configuration): Rename from
2676 `tumme-dired'. Add code to save window configuration.
2677 (tumme-restore-window-configuration): New command to restore the
2678 window configuration that `tumme-dired-with-window-configuration'
2679 saves before it changes the window configuration.
2680 (tumme-show-all-from-dir): New command to display thumbnails for
2681 all files in a directory entered by the user, like M-x thumbs.
2682 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2683 have been created.
2684 (tumme-display-thumbnail-original-image): Call `display-buffer'.
2685 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2686 Remove obsolete test function.
2687
2688 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
2689
2690 * vc.el (small-temporary-file-directory): Remove defvar; there's
2691 a defcustom for it in files.el.
2692
2693 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2694 Fix typo in message.
2695 (tumme-gallery-generate): Fix typo in `error' message.
2696 (tumme-display-window-height-correction)
2697 (tumme-display-window-width-correction, tumme-line-up-dynamic)
2698 (tumme-line-up-interactive): Dox fixes.
2699 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2700 (tumme-restore-window-configuration, tumme-format-properties-string)
2701 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2702 Fix typos in docstrings.
2703
2704 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2705
2706 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2707
2708 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
2709
2710 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2711 User should use hook if desired.
2712
2713 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2714 buffer if necessary.
2715 (gdb-delete-frame-or-window): New function.
2716 (gdb-breakpoints-mode-map): Bind "q" to it.
2717
2718 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2719
2720 * textmodes/nroff-mode.el: Clean up name space.
2721 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2722 (nroff-mode): Obey the global setting of nroff-electric-mode.
2723 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2724
2725 * calendar/calendar.el (calendar-increment-month): Typo in last change.
2726
2727 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
2728
2729 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2730
2731 2006-02-06 Lars Hansen <larsh@soem.dk>
2732
2733 * generic-x.el (etc-fstab-generic-mode): Add file system types
2734 cifs and usbdevfs. Allow special chars in file names.
2735
2736 2006-02-05 Jay Belanger <belanger@truman.edu>
2737
2738 Update copyright notices of the files in lisp/calc.
2739
2740 2006-02-05 Romain Francoise <romain@orebokech.com>
2741
2742 Update copyright notices of all files in the lisp/play directory.
2743
2744 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
2745
2746 * ldefs-boot.el: Regenerate.
2747
2748 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2749
2750 2006-02-05 Kim F. Storm <storm@cua.dk>
2751
2752 * files.el (magic-mode-regexp-match-limit): New defvar.
2753 (set-auto-mode): Use it to limit magic-mode-alist matching.
2754
2755 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
2756
2757 * simple.el (display-message-or-buffer): Compare the number of
2758 characters to the frame width when determining whether a 1-line
2759 message string will fit in the echo area. Count screen lines
2760 instead of buffer lines when determining whether a multi-line
2761 message will fit in the echo area/minibuffer window.
2762
2763 2006-02-04 Eli Zaretskii <eliz@gnu.org>
2764
2765 * info.el (Info-index, Info-mode): Improve the description of the
2766 `i' command.
2767
2768 * ldefs-boot.el: Regenerate.
2769
2770 2006-02-03 Werner Lemberg <wl@gnu.org>
2771
2772 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2773 greedy to find the closing bracket in \*[...] and similar
2774 expressions. This is a first rough fix -- many additional
2775 refinements are necessary to make nroff mode really usable with groff.
2776
2777 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
2778
2779 * international/mule-cmds.el (set-locale-environment):
2780 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2781 libX11.
2782
2783 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2784
2785 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2786 archive are created in archive-tmpdir.
2787
2788 2006-02-02 John Paul Wallington <jpw@pobox.com>
2789
2790 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2791 (ibuffer-fontification-alist): Use it.
2792 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2793 to "* z" and the Ibuffer Mark menu.
2794
2795 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2796
2797 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2798
2799 * textmodes/table.el (*table--cell-describe-mode)
2800 (*table--cell-describe-bindings): Undo last change since
2801 print-help-return-message is not obsoleted by anything at all.
2802
2803 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
2804
2805 * emulation/cua-base.el (cua-mode): Doc fix.
2806
2807 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
2808
2809 * dframe.el (dframe-handle-make-frame-visible)
2810 (dframe-handle-iconify-frame, dframe-get-focus)
2811 (dframe-select-attached-frame, dframe-power-click)
2812 (dframe-frame-mode): Fix typos in docstrings.
2813
2814 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2815 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2816 Fix typos in docstrings.
2817
2818 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2819 (hi-lock-face-buffer, hi-lock-font-lock-hook)
2820 (hi-lock-archaic-interface-message-used)
2821 (hi-lock-file-patterns-range): Fix typos in docstrings.
2822
2823 * savehist.el (savehist-loaded, savehist-load, savehist-install)
2824 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2825
2826 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2827 Fix typo in docstring.
2828
2829 * net/newsticker.el (newsticker--decode-iso8601-date)
2830 (newsticker--set-customvar, newsticker--buffer-insert-item)
2831 (newsticker--do-run-auto-mark-filter)
2832 (newsticker--parse-generic-feed): Doc fixes.
2833 (newsticker--retrieval-timer-list, newsticker-url-list)
2834 (newsticker-hide-immortal-items-in-echo-area)
2835 (newsticker-hide-obsolete-items-in-echo-area)
2836 (newsticker-new-item-face, newsticker--enclosure)
2837 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2838 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2839 (newsticker--parse-generic-feed, newsticker--cache-contains)
2840 (newsticker--stat-num-items, newsticker-download-enclosures):
2841 Fix typos in docstrings.
2842
2843 * net/rcirc.el (rcirc-debug): Doc fix.
2844 (rcirc-fill-column, rcirc-receive-message-hooks)
2845 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2846 (rcirc-mode, rcirc-generate-new-buffer-name)
2847 (rcirc-startup-channels, rcirc-ignore-update-automatic)
2848 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2849 Fix typos in docstrings.
2850 (rcirc-print): "?\ " -> "?\s".
2851 (rcirc-cmd-join): Improve argument/docstring consistency.
2852
2853 2006-02-01 Mark A. Hershberger <mah@everybody.org>
2854
2855 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2856 before narrow-to-region.
2857
2858 2006-02-01 Richard M. Stallman <rms@gnu.org>
2859
2860 * simple.el (move-beginning-of-line): Scan properly for invis change.
2861
2862 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2863
2864 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
2865
2866 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2867 change bit only when id-format is 'integer. Reported by Matt
2868 Hodges <M.P.Hodges@rl.ac.uk>.
2869
2870 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
2871
2872 * hilit-chg.el (highlight-changes-initial-state)
2873 (highlight-changes-global-initial-state): Doc fixes.
2874 (highlight-changes-global-modes, global-highlight-changes):
2875 Fix typos in docstrings.
2876
2877 2006-02-01 Kim F. Storm <storm@cua.dk>
2878
2879 * emulation/cua-base.el (cua-mode): Mention that CUA enables
2880 transient-mark-mode in doc string.
2881
2882 2006-01-31 Richard M. Stallman <rms@gnu.org>
2883
2884 * replace.el (multi-occur): Doc fix.
2885 (multi-occur-in-matching-buffers): Rename from
2886 multi-occur-by-filename-regexp. Prefix arg says match
2887 buffer names instead of file names.
2888
2889 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
2890
2891 * bs.el: Allow non-default values of `bs-header-lines-length'.
2892 (bs--running-in-xemacs): Remove (not needed anymore).
2893 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
2894 instead of `shrink-window', thus avoiding having to compute the
2895 height of the window.
2896 (bs--up): Wrap around even when there's no header.
2897 (bs--down): Use `forward-line' instead of `next-line'.
2898
2899 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
2900
2901 * image-mode.el (image-toggle-display): Use file name if possible,
2902 instead of unnecessarily allocating a (possibly huge) lisp string.
2903
2904 2006-01-30 John Paul Wallington <jpw@pobox.com>
2905
2906 * subr.el (toplevel): Define `cl-assertion-failed' condition here
2907 because the `assert' macro signals it at runtime.
2908
2909 * emacs-lisp/cl.el (toplevel): Remove definition of
2910 `cl-assertion-failed' condition.
2911
2912 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
2913
2914 * thumbs.el (thumbs-marked-list): Make buffer-local and
2915 permanent-local.
2916 (thumbs-insert-thumb): Make help-echo non-sticky.
2917 (thumbs-file-alist): Use eolp as check for (non)-image.
2918
2919 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
2920
2921 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
2922 (ediff-before-session-group-setup-hooks)
2923 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
2924 Fix typos in docstrings.
2925
2926 * window.el (bw-dir, bw-eqdir, balance-windows)
2927 (split-window-keep-point): Fix typos in docstrings.
2928
2929 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
2930 (org-quote-string, org-calendar-to-agenda-key)
2931 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
2932 (org-show-following-heading, org-tags-column)
2933 (org-use-tag-inheritance, org, org-allow-space-in-links)
2934 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
2935 (org-enable-table-editor, org-calc-default-modes)
2936 (org-table-allow-automatic-line-recalculation)
2937 (org-export-html-style, org-export-with-fixed-width)
2938 (org-export-with-sub-superscripts, org-special-keyword)
2939 (org-formula, org-time-grid, org-table-may-need-update)
2940 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
2941 (org-goto-quit, org-get-indentation, org-end-of-item)
2942 (org-move-item-down, org-move-item-up)
2943 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
2944 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
2945 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
2946 (org-agenda-log-mode, org-agenda-toggle-diary)
2947 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
2948 (org-agenda-file-to-end, org-agenda-no-heading-message)
2949 (org-agenda-get-closed, org-format-agenda-item)
2950 (org-cmp-priority, org-cmp-category, org-cmp-time)
2951 (org-agenda-change-all-lines, org-agenda-diary-entry)
2952 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
2953 (org-link-search, org-camel-to-words, org-open-file)
2954 (org-remember-handler, org-table-convert-region)
2955 (org-table-move-row-down, org-table-move-row-up)
2956 (org-table-copy-region, org-table-wrap-region)
2957 (org-table-toggle-vline-visibility)
2958 (org-table-get-vertical-vector, org-table-modify-formulas)
2959 (org-table-get-specials, org-recalc-commands)
2960 (org-table-rotate-recalc-marks, org-table-eval-formula)
2961 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
2962 (org-level-color-stars-only, org-insert-heading):
2963 Fix typos in docstrings.
2964 (last-arg): Add defvar.
2965
2966 * makefile.w32-in (WINS): Add erc.
2967 (MH_E_SRC): Update (copied from lisp/Makefile.in).
2968
2969 2006-01-29 Bill Wohler <wohler@newt.com>
2970
2971 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
2972 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
2973 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
2974 (mh-autoloads): Don't use comments on otherwise empty lines.
2975
2976 2006-01-29 Edward O'Connor <ted@oconnor.cx>
2977
2978 * emulation/viper.el (viper-major-mode-modifier-list): Add
2979 insert-state and vi-state entries for erc-mode.
2980 (viper-go-away, viper-set-hooks): Add and remove
2981 viper-comint-mode-hook from erc-mode-hook as appropriate.
2982
2983 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
2984
2985 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
2986
2987 * bs.el (bs--format-aux): Implement `middle' alignment as
2988 described in the docstring for `bs-attributes-list'.
2989 (bs--get-name): Simplify. Don't pad the buffer name.
2990
2991 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
2992
2993 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
2994 English aspell dictionary is installed, use the first entry of
2995 ispell-dictionary-alist-1.
2996
2997 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
2998
2999 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3000 Doc fix.
3001
3002 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
3003
3004 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3005 for `process-file', in order to let it work for older Emacsen too.
3006
3007 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3008
3009 * international/latexenc.el: Add a suitable `coding:' tag.
3010 (latexenc-find-file-coding-system): Undo last change.
3011
3012 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3013
3014 * international/latexenc.el (latexenc-find-file-coding-system):
3015 Make sure latexenc-main-file is a regular file and is readable.
3016
3017 2006-01-27 Andre Spiegel <spiegel@gnu.org>
3018
3019 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3020 Pass FILE to vc-user-login-name.
3021
3022 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3023
3024 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
3025
3026 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3027 there are no more images to display.
3028 (thumbs-mark, thumbs-unmark): Revert change so that they move to
3029 the next image.
3030
3031 2006-01-26 Richard M. Stallman <rms@gnu.org>
3032
3033 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3034
3035 * wid-edit.el (advertised-widget-backward): New alias.
3036 (widget-keymap): Use advertised-widget-backward for S-TAB.
3037
3038 * tumme.el: Correct the keywords.
3039 (tumme-dir-max-size): Use defvar.
3040 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3041
3042 * simple.el (move-beginning-of-line): Take account of fields.
3043 (clone-indirect-buffer-other-window): Take args like
3044 clone-indirect-buffer, and work like it.
3045
3046 * help-fns.el (describe-function): Don't pass `nil' as default.
3047
3048 * files.el (risky-local-variable-p): Follow var aliases.
3049
3050 * subr.el (lazy-completion-table): Doc fix.
3051
3052 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3053 global binding of `line'.
3054
3055 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3056
3057 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3058 Tramp.
3059
3060 * vc.el (vc-default-dired-state-info): Pass FILE to
3061 vc-user-login-name.
3062 (vc-default-update-changelog): Don't use vc-user-login-name, we
3063 don't need it here.
3064
3065 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3066 no longer necessary.
3067
3068 2006-01-25 Kenichi Handa <handa@m17n.org>
3069
3070 * international/mule.el (decode-char): Avoid the overhead of
3071 calling utf-lookup-subst-table-for-decode if
3072 utf-translate-cjk-mode is nil.
3073 (encode-char): Avoid the overhead of calling
3074 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3075 nil.
3076
3077 2006-01-22 Kenichi Handa <handa@m17n.org>
3078
3079 * international/mule.el (make-subsidiary-coding-system): Reset
3080 `coding-system-define-form' property of subsidiaries to nil.
3081 Avoid duplicated entry in coding-system-alist.
3082 (make-coding-system): Avoid duplicated entry in
3083 coding-system-alist.
3084 (define-coding-system-alias): Likewise.
3085
3086 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3087
3088 * completion.el: Minor fixes in introductory comment.
3089 (completion-def-wrapper): Fix alist.
3090
3091 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3092
3093 * thumbs.el (thumbs-new-image-size): New function.
3094 (thumbs-increment-image-size-element)
3095 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3096 (thumbs-decrement-image-size): Delete.
3097 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3098 temp files and use to resize.
3099 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3100 Use increment argument to enlarge/shrink. Preserve point.
3101 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3102 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3103 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3104 (thumbs-mark, thumbs-unmark): Preserve point.
3105 (thumbs-modify-image): Keep old temp files and use to modify.
3106 Cleanup old temp files at load time. Preserve point.
3107 (thumbs-view-image-mode-map): Use new command names.
3108
3109 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3110
3111 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3112
3113 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3114 the nastiest part of the cyclic dependency.
3115 (cal-menu-update): Use dotimes and calendar-increment-month.
3116
3117 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3118 (calendar-week-start-day): Add an :initializer.
3119 (calendar-mode-map): Use suppress-keymap, and command remapping.
3120 (describe-calendar-mode): Setup xref-stack info for the back button.
3121 (calendar-star-date): Insert before delete.
3122 (calendar-set-mode-line): Add file-modified info if applicable.
3123 (calendar-increment-month): New function.
3124
3125 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3126
3127 * font-lock.el (lisp-font-lock-keywords-2):
3128 Recognize "& keywords" only at word boundaries.
3129
3130 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3131
3132 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3133 and permanent-local.
3134 (thumbs-max-image-number): New variable.
3135 (thumbs-do-thumbs-insertion): Use them.
3136 (thumbs-per-line): Change default to 4.
3137 (thumbs-marked-list): Rename from thumbs-markedL.
3138 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3139 (thumbs-rename-images): Use -list instead of L for internal variables.
3140 (thumbs-call-convert): Use call-process instead of shell-command.
3141 (thumbs-insert-thumb): Add filename as help-echo to each image.
3142 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3143 Give dir to thumbs-show-thumbs-list.
3144 (thumbs-show-thumbs-list): Set default-directory to that of images.
3145 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3146 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3147 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3148 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3149
3150 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3151
3152 * ses.el (ses-read-cell): Provide a default value.
3153
3154 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3155
3156 * term/w32-win.el (image-library-alist): Add additional names for
3157 GIF library.
3158
3159 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3160
3161 * international/latexenc.el (latexenc-find-file-coding-system):
3162 Add file-regular-p check.
3163
3164 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3165
3166 * simple.el (clone-buffer): Don't show the new buffer in the same
3167 window.
3168
3169 2006-01-23 Juri Linkov <juri@jurta.org>
3170
3171 * faces.el (link, link-visited): New faces based on default values
3172 of `info-xref' and `info-xref-visited'.
3173
3174 * info.el (info-xref): Inherit from `link'.
3175 (info-xref-visited): Inherit from `link-visited'.
3176
3177 * cus-edit.el (custom-buffer-create-internal): Use widget type
3178 `custom-manual' instead of `info-link' and don't set properties
3179 `button-face' and `mouse-face' explicitly.
3180 (custom-browse-group-tag, custom-browse-variable-tag)
3181 (custom-browse-face-tag): Inherit from widget class
3182 `custom-group-link' instead of `push-button'.
3183 (custom-button-unraised): Inherit from `underline' face.
3184 (custom-link): Inherit from `link' face. Fix doc and group.
3185 (custom-add-parent-links, custom-group-value-create): Don't set
3186 properties `button-face' and `mouse-face' explicitly for
3187 `custom-group-link' widget.
3188 (custom-group-link): Add properties `button-face' and `mouse-face'
3189 to widget definition.
3190 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3191 editable-field's :keymap property.
3192 (custom-mode): Fix docstring: substitute keybindings for
3193 `widget-forward' and `widget-backward' from `widget-keymap',
3194 `widget-complete' from `custom-field-keymap', replace old
3195 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3196
3197 * desktop.el (desktop-load-file): Check for `fboundp' before
3198 calling `symbol-function'.
3199
3200 * simple.el (clone-buffer, clone-indirect-buffer)
3201 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3202 `read-string'. Fix prompts.
3203
3204 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3205
3206 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3207
3208 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3209
3210 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3211
3212 * startup.el (inhibit-splash-screen, initial-scratch-message):
3213 Doc fixes.
3214
3215 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3216
3217 Sync with Tramp 2.0.52.
3218
3219 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3220 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3221 `tramp-unload-tramp' for checklist.
3222
3223 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3224 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3225 (tramp-unload-file-name-handler-alist)
3226 (tramp-unload-tramp): New defuns.
3227 (tramp-advice-PC-expand-many-files): New defadvice.
3228 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3229 removed.
3230 (tramp-handle-expand-file-name): Remove double slash.
3231 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3232 It doesn't matter, because it will be converted later on.
3233 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3234 implementation was just heuristic.
3235 (tramp-post-connection): Set uid and gid properties.
3236 (tramp-convert-file-attributes): Set file's gid change bit.
3237 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3238 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3239 in case of su(do)? methods. The home directory of the local user
3240 will be taken else.
3241 (tramp-open-connection-telnet)
3242 (tramp-open-connection-rsh, tramp-open-connection-su)
3243 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3244 local shell prompt could hurt. Reported by Romain Francoise
3245 <romain@orebokech.com>.
3246 (tramp-let-maybe): Add `edebug-form-spec' property.
3247 (tramp-handle-expand-file-name): Bind `default-directory' locally
3248 to "/" in order to avoid problems with UNC shares or Cygwin
3249 mounts.
3250 (tramp-md5-function): Fix typo in error message.
3251
3252 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3253
3254 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3255 for byte-compiler pacification.
3256
3257 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3258
3259 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3260 ID-FORMAT `string'. This allows us to get rid of
3261 `vc-user-login-name UID'.
3262
3263 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3264
3265 2006-01-22 John Paul Wallington <jpw@pobox.com>
3266
3267 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3268
3269 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3270
3271 * emacs-lisp/find-func.el (find-definition-noselect)
3272 (find-variable-noselect): Search variables in C source code too.
3273 (find-function-C-source, find-function-noselect, find-function)
3274 (find-function-other-frame, find-variable-noselect, find-variable)
3275 (find-variable-other-frame, find-variable-at-point):
3276 Fix docstrings.
3277
3278 2006-01-21 Francesco Potorti` <pot@gnu.org>
3279
3280 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3281
3282 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3283
3284 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3285 Default to disabling the "Save affix" question.
3286
3287 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3288
3289 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3290 the first arg to run-python.
3291
3292 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3293
3294 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3295 is not loaded.
3296
3297 2006-01-20 Jay Belanger <belanger@truman.edu>
3298
3299 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3300 limit is 0.
3301
3302 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3303 the correct variable.
3304
3305 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3306
3307 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3308 link. Fixed buggy argument sequence in call to `org-view-tags'.
3309 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3310 (org-prefix-has-tag): New variable.
3311 (org-format-agenda-item): Remove tags from headline if
3312 appropriate.
3313 (org-agenda-remove-tags-when-in-prefix): New option.
3314 (org-get-tags-at): New function.
3315
3316 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3317
3318 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3319 (thumbs-find-image): Move image name and number from buffer name
3320 to mode name. Set thumbs-buffer. Preserve point so that large
3321 images remain visible.
3322 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3323 order.
3324 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3325 mode name.
3326 (thumbs-next-image, thumbs-previous-image): Make them work.
3327
3328 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3329
3330 * cus-edit.el (custom-buffer-create-internal): State in the text above
3331 the whole buffer buttons that they do not operate on hidden items.
3332 (custom-face-menu): Use `custom-face-save' instead of
3333 `custom-face-save-command'.
3334 (custom-face-save-command): Make it an alias for `custom-face-save'
3335 and declare it obsolete.
3336 (custom-face-save): Doc fix.
3337
3338 * dired.el (dired-no-confirm): Add quote.
3339 (dired-subdir-alist-pre-R): Add quote in
3340 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3341
3342 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3343
3344 * textmodes/table.el (table-mode-indicator): Typo in last change.
3345
3346 2006-01-19 Richard M. Stallman <rms@gnu.org>
3347
3348 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3349 Fixes bug reported in Nov 2005.
3350
3351 * isearch.el (isearch-forward): Doc fix.
3352
3353 * dired.el (dired-move-to-filename-regexp): Define as alias.
3354 (dired-no-confirm): Use defcustom.
3355 (dired-subdir-alist-pre-R): Put defvar at top level.
3356
3357 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3358
3359 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3360 Mark as risky.
3361
3362 * simple.el (set-mark-command): Doc fix.
3363 (clone-indirect-buffer-other-window):
3364 Read arg like clone-indirect-buffer.
3365 (move-beginning-of-line): Skip invisible newlines.
3366
3367 2006-01-19 Masatake YAMATO <jet@gyve.org>
3368
3369 * progmodes/cpp.el (cpp-edit-load): Make the order of
3370 listed conditions in a base C code buffer and its associate
3371 CPP Edit buffer the same.
3372
3373 2006-01-19 Kenichi Handa <handa@m17n.org>
3374
3375 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3376 (rmail-mime-feature): Likewise.
3377 (rmail-require-mime-maybe): Use display-warning to show a warning
3378 message.
3379
3380 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3381 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3382
3383 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3384
3385 * array.el: Move defvars out of eval-when-compile.
3386 (array-make-template): Replace undeclared global var with a local one.
3387 (array-mode): Inline initialization functions.
3388 (array-init-local-variables, array-init-max-row)
3389 (array-init-max-column, array-init-columns-per-line)
3390 (array-init-field-width, array-init-rows-numbered)
3391 (array-init-line-length, array-init-lines-per-row): Remove.
3392
3393 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3394 (doc-mode-map): Define explicitly.
3395 (doctor-txtype): Use mapc.
3396
3397 * textmodes/table.el: Move defvars out of eval-when-compile.
3398 Remove harmful code meant to avoid byte-compiler warnings.
3399 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3400 specification that checks table-fixed-width-mode directly.
3401 (table-recognize-region, table-recognize-cell):
3402 Use restore-buffer-modified-p.
3403 (table-fixed-width-mode): Remove code that refreshes
3404 table-fixed-mode-indicator.
3405 (*table--cell-describe-bindings, *table--cell-describe-mode):
3406 Avoid obsolete name print-help-return-message.
3407 (table--test-cell-list): Don't use replace-regexp from elisp.
3408 (table--point-entered-cell-function, table--point-left-cell-function):
3409 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3410
3411 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3412 that was after the end of file. Use buffer-file-name variable.
3413 (org-timestamp-change): Use with-current-buffer.
3414 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3415 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3416 `file'.
3417
3418 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3419 (fortran-break-line): Remove unused var `opoint'.
3420 (fortran-abbrev-start): Obey help-event-list.
3421
3422 2006-01-18 Jesper Harder <harder@phys.au.dk>
3423
3424 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3425
3426 2006-01-18 Masatake YAMATO <jet@gyve.org>
3427
3428 * progmodes/make-mode.el (makefile-imake-mode): New mode
3429 derived from makefile-mode.
3430 (makefile-imake-mode-syntax-table): New syntax table
3431 derived from makefile-mode-syntax-table.
3432 (makefile-mode): Write about makefile-imake-mode in doc string.
3433 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3434 (makefile-imake-font-lock-keywords): New font lock keywords.
3435
3436 * files.el (auto-mode-alist): Add Imakefile.
3437
3438 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3439
3440 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3441 loading the file rather than when turning on flyspell-mode.
3442
3443 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3444
3445 * cus-edit.el (customize-rogue): Minor doc fix.
3446
3447 2006-01-17 Juri Linkov <juri@jurta.org>
3448
3449 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3450 instead of the file at the mark as default if the file at the mark
3451 is the same as the file at point or if dired-dwim-target-directory
3452 is not the same as the current directory and the mark is not active.
3453
3454 * log-view.el (log-view-minor-wrap): Use the same logic to get
3455 revisions as `log-view-diff'.
3456
3457 * info.el (Info-revert-find-node): Check for Info-current-file
3458 before preserving new-history.
3459
3460 * man.el (Man-heading-regexp): Add `/'.
3461
3462 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3463 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3464
3465 2006-01-16 Juri Linkov <juri@jurta.org>
3466
3467 * faces.el (mode-line-faces): New defgroup.
3468 (mode-line-highlight): Move definition after new defgroup.
3469 (mode-line, mode-line-inactive, mode-line-highlight):
3470 Replace :group `modeline' with `mode-line-faces'.
3471 (mode-line-buffer-id): New face.
3472 (modeline-buffer-id): New face alias.
3473 (vertical-border): Remove :group `modeline'.
3474
3475 * bindings.el (propertized-buffer-identification): Use face
3476 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3477 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3478 (mode-line-buffer-identification-keymap): For mouse-1 replace
3479 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3480 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3481 mouse-3.
3482
3483 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3484 Buffer-menu-buffer. Doc fix.
3485 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3486 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3487 `Buffer-menu-buffer'.
3488
3489 * info.el (Info-mode-line-node-keymap): New defvar.
3490 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3491 Propertize Info-current-node with `mode-line-buffer-id' and
3492 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3493
3494 * time.el (display-time-mail-face): Replace :group `faces' with
3495 `mode-line-faces'.
3496
3497 2006-01-16 Kenichi Handa <handa@m17n.org>
3498
3499 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3500
3501 * language/european.el (cp1252): New alias for windows-1252.
3502
3503 * international/mule.el (autoload-coding-system): Prepare for EOL
3504 variants.
3505
3506 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3507
3508 * term.el (term-raw-map): Add mapping for insert.
3509 (term-send-insert): New.
3510 (term-mode): Make variables local here instead of doing it in
3511 `term-emulate-terminal'.
3512 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3513 Scroll reverse needs to take into account the scroll region.
3514 Saving and restoring the cursor should save the color attributes too.
3515 (term-reset-terminal): Reset the scroll region.
3516 (term-handle-ansi-escape): Cursor up and down should take into
3517 account the scroll region.
3518 (term-set-scroll-region): Rename from `term-scroll-region'.
3519 Move to 0,0 after setting the region.
3520 (term-handle-scroll): Handle scroll up.
3521 (term-down): Fix off by one error.
3522 (term-delete-lines): Do not delete outside the scroll region.
3523 (term-insert-lines): Take into account the scroll region.
3524
3525 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3526
3527 * textmodes/ispell.el (ispell-internal-change-dictionary)
3528 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3529 (start, end): Move declaration outside of eval-when-compile.
3530
3531 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3532 (flyspell-mode-on): Use it.
3533
3534 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3535 ispell-kill-ispell-hook.
3536
3537 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3538
3539 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3540 (Custom-reset-saved): Do not ask for confirmation in single option
3541 buffers.
3542
3543 2006-01-13 Richard M. Stallman <rms@gnu.org>
3544
3545 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3546
3547 2006-01-13 Romain Francoise <romain@orebokech.com>
3548
3549 * add-log.el (add-change-log-entry, change-log-merge):
3550 Conditionally use `hard-newline'.
3551
3552 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
3553
3554 * wid-edit.el (widget-field-end): If the overlay is no longer
3555 associated with a buffer, behave as if the overlay didn't exist.
3556
3557 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3558 Make sure the links use the `custom-link' face.
3559
3560 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3561
3562 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3563 (ld-script-mode): Don't set indent-line-function since we don't
3564 have one.
3565
3566 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3567
3568 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3569 application.
3570 (org-file-apps-defaults-gnu): Use mailcap as the default for
3571 selecting an application on a UNIX system.
3572 (org-agenda-show-tags): New command.
3573 (org-table-insert-hline): Keep cursor in current table line.
3574 (org-table-convert): Offset effect of modifying
3575 `org-table-insert-hline'.
3576 (org-format-agenda-item): New optional argument TAG.
3577 (org-compile-prefix-format): Handle %T format for the tag.
3578 (org-expand-wide-chars): New function.
3579 (org-table-insert-row, org-table-insert-hline):
3580 Use `org-expand-wide-chars'.
3581 (org-open-file): Fix bug in program launch.
3582 (org-get-time-of-day): Fix bug with times before 1am.
3583 (org-agenda-menu): Add tags commands.
3584
3585 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3586
3587 * textmodes/ispell.el (ispell-init-process): Include the used
3588 dictionary in ispell process start message.
3589 (ispell-internal-change-dictionary): When flyspell-mode is active
3590 and dictionary is changed, make sure ispell process is restarted
3591 and flyspell word cache cleared out for the current buffer.
3592 (ispell-change-dictionary): Make sure flyspell word cache is
3593 cleared out in all buffers with active flyspell mode when
3594 dictionary is globally changed.
3595 Call ispell-internal-change-dictionary after dictionary change.
3596
3597 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3598
3599 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3600
3601 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3602 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3603 years. Fix small differences wrt Makefile.in.
3604 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3605 Makefile.in does.
3606
3607 2006-01-12 Bill Wohler <wohler@newt.com>
3608
3609 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3610 mh-search.el.
3611
3612 2006-01-12 Masatake YAMATO <jet@gyve.org>
3613
3614 * progmodes/ld-script.el: Update copyright year.
3615
3616 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3617
3618 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3619 Don't add widget if setting undefined.
3620
3621 2006-01-12 John Paul Wallington <jpw@pobox.com>
3622
3623 * help-fns.el (describe-variable): Remove newlines from void
3624 variable output.
3625
3626 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3627
3628 * wdired.el (wdired-mode-map): Add help echo for
3629 wdired-abort-changes.
3630
3631 * man.el (Man-file-name-regexp): Adjust for a list of files.
3632
3633 2006-01-12 Masatake YAMATO <jet@gyve.org>
3634
3635 * progmodes/ld-script.el (auto-mode-alist): Support
3636 suffix conventions used in netbsd and eCos.
3637
3638 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3639
3640 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3641 (custom-variable-menu, custom-face-menu, custom-group-menu)
3642 (Custom-mode-menu): Change names of menu items. (As discussed on
3643 emacs-devel.)
3644 (custom-face-menu): Add "Undo Edits" item.
3645
3646 * startup.el (init-file-user): defcustom -> defvar.
3647
3648 * tooltip.el (tooltip-mode): Doc fix.
3649
3650 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3651
3652 * reveal.el (reveal-post-command): window-buffer signals an error on
3653 dead windows rather than returning nil.
3654 (reveal-open-new-overlays): An overlay might die while we open others.
3655
3656 2006-01-11 Bill Wohler <wohler@newt.com>
3657
3658 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3659 phrasing in docstring.
3660
3661 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3662 can give some systems gas. Add new file mh-buffers.el.
3663
3664 2006-01-06 Masatake YAMATO <jet@gyve.org>
3665
3666 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3667 C preprocessor forward ported from GNU Emacs 21.2.
3668
3669 * progmodes/asm-mode.el (asm-font-lock-keywords):
3670 Use `cpp-font-lock-keywords'.
3671
3672 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3673
3674 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3675 of $ for "\\.ld[s]?".
3676
3677 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3678
3679 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3680 (tcl-indent-line): Return `noindent' if inside a string.
3681
3682 * progmodes/flymake.el (flymake-split-string): Remove more than one
3683 empty string at beg/end of the result.
3684 (flymake-find-buildfile, flymake-find-possible-master-files):
3685 Use expand-file-name.
3686 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3687 since expand-file-name does it for us. Use directory-file-name.
3688 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3689 (flymake-ler-get-type, flymake-ler-get-text)
3690 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
3691 (flymake-current-line-no): Remove spurious interactive spec.
3692 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3693 (flymake-check-include): Remove arg inc-path merged into inc-name.
3694 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3695 Arg regexp-list replaced by a simple regexp.
3696 (flymake-master-make-header-init, flymake-master-tex-init):
3697 Correspondingly replace regexp-list with a regexp. Fix regexp.
3698
3699 2006-01-10 Simon Josefsson <jas@extundo.com>
3700
3701 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3702 describing AUTH PLAIN fix.
3703
3704 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3705
3706 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3707 (report-emacs-bug): Don't record initial prompt text.
3708 Instead, add text properties to prompting text.
3709 (report-emacs-bug-hook): Delete prompting text.
3710
3711 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3712
3713 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3714 `dirs'. Adjust callers.
3715
3716 2006-01-09 John Paul Wallington <jpw@gnu.org>
3717
3718 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3719
3720 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3721
3722 * reveal.el (reveal-open-new-overlays): New extracted fun.
3723 (reveal-close-old-overlays): Idem. Check overlays's liveness before
3724 using them. Simplify the code.
3725 (reveal-post-command): Use them. Fix up obsolete windows in
3726 reveal-open-spots.
3727
3728 * progmodes/flymake.el: Use `require' rather than autoload for
3729 XEmacs's overlays.
3730 (flymake-get-common-file-prefix, flymake-build-relative-filename):
3731 Delete. Use file-relative-name instead.
3732 (flymake-get-syntax-check-program-args, flymake-perl-init):
3733 Simplify the resulting code.
3734
3735 * log-view.el (log-view-file-re, log-view-message-re): Add support
3736 for DaRCS output.
3737
3738 2006-01-09 Alex Schroeder <alex@gnu.org>
3739
3740 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3741 identifiers sometimes added in square brackets at the beginning of
3742 subject lines.
3743
3744 2006-01-07 Richard M. Stallman <rms@gnu.org>
3745
3746 * cus-edit.el (Custom-set, Custom-save): Doc fix.
3747 (Custom-reset-current, Custom-reset-saved): Change question text.
3748 (Custom-reset-standard): Likewise.
3749 (custom-variable-reset-saved): Doc fix.
3750
3751 2006-01-07 Eli Zaretskii <eliz@gnu.org>
3752
3753 * startup.el (init-file-user): Doc fix.
3754
3755 2006-01-07 Alex Schroeder <alex@gnu.org>
3756
3757 * mail/rmail.el (rmail-current-subject): New function.
3758 (rmail-current-subject-regexp): New function.
3759 (rmail-next-same-subject): Use it.
3760
3761 * mail/rmailsum.el (rmail-summary-by-topic):
3762 Use rmail-current-subject and rmail-current-subject-regexp.
3763 (rmail-summary-next-same-subject): Ditto.
3764
3765 * net/rcirc.el (rcirc-send-input): No longer check whether the
3766 process is open, since not all commands need an open process.
3767 (rcirc-send-string): Check whether the process is open before
3768 sending anything.
3769 (rcirc-ignore-list): New option.
3770 (rcirc-ignore-list-automatic): New variable.
3771 (rcirc-print): Take rcirc-ignore-list into account.
3772 (rcirc-cmd-ignore): New command.
3773 (rcirc-ignore-update-automatic): New function.
3774 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3775 list if ignored nicks.
3776 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3777
3778 2006-01-06 David Reitter <david.reitter@gmail.com>
3779
3780 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3781 reflect the address to which the report will be sent.
3782
3783 2006-01-06 Eli Zaretskii <eliz@gnu.org>
3784
3785 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3786 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3787
3788 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
3789
3790 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3791
3792 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3793 the doc string: "functoin" => "function".
3794 * ldefs-boot.el: Likewise.
3795
3796 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3797 message text: "Duplicat" => "Duplicate".
3798
3799 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
3800
3801 * files.el (basic-save-buffer-2): If backing-up failed, reset
3802 buffer-backed-up to nil.
3803
3804 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
3805
3806 * progmodes/gud.el (gdb-script-skip-to-head)
3807 (gdb-script-calculate-indentation): Indent for breakpoint command
3808 lists also.
3809
3810 2006-01-05 Bill Wohler <wohler@newt.com>
3811
3812 * Makefile.in (compile-always): Add mh-autoloads dependency.
3813 (bootstrap): Remove mh-autoloads dependency, as compile dependency
3814 provides it.
3815 (updates): Remove mh-autoloads dependency, since it probably has
3816 already run recently (via recompile).
3817
3818 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
3819
3820 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3821 argument `force' to disable the flyspell-last-buffer optimization.
3822 (flyspell-mode-on): Use it.
3823
3824 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3825 flymake-simple-cleanup.
3826 (flymake-allowed-file-name-masks): Use this new default.
3827 All the functions are now called in the right buffer rather than
3828 passing the buffer as argument.
3829 (flymake-process-sentinel): Switch to buffer before calling cleanup.
3830 (flymake-parse-err-lines): Remove redundant buffer arg.
3831 (flymake-get-program-dir): Comment out unused function.
3832 (flymake-start-syntax-check, flymake-start-syntax-check-process):
3833 Remove redundant buffer argument.
3834 (flymake-get-real-file-name, flymake-simple-java-cleanup)
3835 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3836
3837 2006-01-05 Richard M. Stallman <rms@gnu.org>
3838
3839 * info.el (Info-find-node): Don't record previous node if have none.
3840 (info): Go to directory only if history is empty.
3841
3842 * simple.el (mark): Doc fix.
3843
3844 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3845
3846 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3847 already of desired type.
3848 (mac-ae-list): Coerce parameter to "list" type.
3849 (mac-dispatch-apple-event): Replace cadr part of event with a
3850 dummy position so that event-start returns it.
3851
3852 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
3853
3854 * textmodes/org.el (org-end-of-subtree): New function.
3855 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3856 Use `org-end-of-subtree'.
3857 (org-agenda, org-agenda-convert-date): Protect calls to
3858 `fit-window-to-buffer'.
3859 (org-tags-view): Force matching of sublevels when doing a
3860 todo-only search. Define the correct redo command, including the
3861 arguments.
3862 (org-agenda-redo): Display message.
3863 (org-check-for-org-mode): New function.
3864 (org-agenda-type): New variable.
3865 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3866 Set `org-agenda-type'.
3867 (org-agenda-check-type): New function.
3868 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3869 (org-agenda-week-view, org-agenda-day-view)
3870 (org-agenda-next-date-line, org-agenda-previous-date-line)
3871 (org-agenda-log-mode, org-agenda-toggle-diary)
3872 (org-agenda-toggle-time-grid, org-agenda-date-later)
3873 (org-agenda-date-prompt, org-agenda-diary-entry)
3874 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3875 (org-agenda-convert-date, org-agenda-menu):
3876 Use `org-agenda-check-type'.
3877 (org-make-overlay, org-delete-overlay)
3878 (org-detatch-overlay, org-move-overlay, org-overlay-put):
3879 New compatibility functions.
3880 (org-calendar-select-mouse): New command.
3881
3882 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
3883
3884 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
3885 (Custom-reset-standard): Fix y-or-n-p messages.
3886 (custom-link): New face for links.
3887 (custom-buffer-create-internal, custom-manual): Use it.
3888 (custom-face-save): Push to theme-face before setting face spec.
3889
3890 * wid-edit.el (widget-default-mouse-face-get): New function.
3891 (widget-specify-button): Handle mouse-face like button-face.
3892
3893 * custom.el (load-theme): Clear old theme settings if reloading.
3894
3895 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
3896
3897 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
3898 "Erase Customization" button back to same position it occupies in
3899 the individual State menus.
3900
3901 2006-01-04 Kim F. Storm <storm@cua.dk>
3902
3903 * wid-edit.el (key-sequence): Rework widget to read key binding
3904 using `kbd' syntax. Use C-q to insert literal key, event, or code.
3905 (widget-key-sequence-default-value): Default value for empty sequence.
3906 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
3907 (widget-key-sequence-read-event): New command for C-q.
3908 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
3909 (widget-key-sequence-value-to-external): New functions.
3910
3911 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3912
3913 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
3914 Use expand-file-name.
3915 (flymake-delete-temp-directory): Use expand-file-name,
3916 file-name-directory, and directory-file-name.
3917 (flymake-strrchr): Delete.
3918 (flymake-start-syntax-check): Don't pass the redundant buffer argument
3919 to the init-f function.
3920 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
3921 (flymake-init-find-buildfile-dir)
3922 (flymake-init-create-temp-source-and-master-buffer-copy)
3923 (flymake-simple-make-init-impl, flymake-simple-make-init)
3924 (flymake-master-make-init, flymake-master-make-header-init)
3925 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
3926 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
3927 (flymake-xml-init): Remove corresponding redundant buffer argument.
3928 (flymake-allowed-file-name-masks): Remove last elems that are equal to
3929 the default anyway. Clean up regexps.
3930
3931 * progmodes/flymake.el (flymake-temp-source-file-name)
3932 (flymake-master-file-name, flymake-temp-master-file-name)
3933 (flymake-base-dir): New buffer-local vars.
3934 (flymake-buffer-data, flymake-get-buffer-value)
3935 (flymake-set-buffer-value): Replace those hash-tables by the new
3936 buffer-local vars. Update callers.
3937
3938 * progmodes/flymake.el (flymake-check-start-time)
3939 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
3940 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
3941 Move definition, so we can remove redundant earlier declaration.
3942 (flymake-replace-regexp-in-string, flymake-split-string)
3943 (flymake-get-temp-dir): Use defalias.
3944 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
3945 (flymake-xemacs-window-edges): Remove unused function.
3946 (flymake-get-point-pixel-pos): Move.
3947 (flymake-pid-to-names, flymake-reg-names)
3948 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
3949 Replace by a simple list flymake-processes and by process-buffer.
3950 Update callers. Other than simplify the code, it uses buffers rather
3951 than buffer-names so it doesn't get confused by uniquify.
3952 (flymake-buffer-data): The global value should just be nil.
3953
3954 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
3955 Optimize the body of a defalias like any other code.
3956
3957 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
3958 Make sure we've setup font-lock's vars. It may influence which
3959 function we then call.
3960 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
3961 here since it's too late anyway.
3962
3963 2006-01-03 Romain Francoise <romain@orebokech.com>
3964
3965 * startup.el (fancy-splash-tail, normal-splash-screen):
3966 Update copyright year.
3967
3968 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
3969
3970 * mouse.el (mouse-drag-track): Rename, from
3971 `mouse-drag-region-1'. Includes optional argument required to
3972 enable post-drag event processing (e.g. delete region keys).
3973 Can be used without this argument to track a mouse region and operate
3974 on it as soon as the drag completes.
3975 (mouse-drag-region): Use `mouse-drag-track'.
3976
3977 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
3978
3979 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
3980 Move to `custom-buffer' group.
3981
3982 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
3983 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
3984 (custom-theme-insert-face-marker, custom-theme-variable-menu)
3985 (custom-theme-face-menu): New variables.
3986 (custom-theme-add-variable, custom-theme-variable-action)
3987 (custom-variable-reset-theme, custom-theme-delete-variable)
3988 (custom-face-reset-theme, custom-theme-face-action)
3989 (custom-theme-delete-face, custom-theme-merge-theme)
3990 (custom-theme-add-face, custom-theme-visit-theme): New functions.
3991
3992 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
3993
3994 * custom.el: Move Custom Themes commentary to start of theme code.
3995 (custom-known-themes): Rename `standard' theme to `changed'.
3996 (custom-push-theme): Caller no longer specifies what theme to use
3997 when doing `reset'---the setting is simply removed from the theme.
3998 Delete MODE from `theme-value' and `theme-settings' properties.
3999 (custom-declare-theme): Ignore &rest args since we don't use them.
4000
4001 (custom-loaded-themes): Delete variable.
4002 (custom-theme-load-themes, custom-theme-loaded-p)
4003 (custom-theme-value): Delete functions.
4004
4005 (custom-declare-theme): Signal error on invalid theme names.
4006 (provide-theme): custom-loaded-themes was deleted.
4007 (load-theme): Load the file unconditionally.
4008 (enable-theme): Call `load-theme' if theme is undefined.
4009 (custom-enabled-themes): Only update value for successful loads.
4010 (disable-theme): Complete from enabled themes when interactive.
4011 (custom-variable-theme-value): Calculate theme value directly.
4012
4013 (custom-theme-reset-variables, custom-reset-variables): Mark as
4014 XEmacs compatibility functions. We don't actually use these.
4015
4016 * cus-edit.el (custom-variable-state-set):
4017 Use custom-variable-theme-value instead of custom-theme-value.
4018 (custom-face-state-set): Rename `standard' theme to `changed'.
4019 (custom-save-variables, custom-save-faces): Delete unneeded
4020 references to custom-reset-variables.
4021 (custom-save-resets): Delete function.
4022 (custom-save-variables, custom-save-faces): MODE argument deleted.
4023 (custom-save-variables, custom-save-faces): Ignore theme values.
4024
4025 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4026 compatibility function.
4027
4028 2006-01-01 Richard M. Stallman <rms@gnu.org>
4029
4030 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4031 (Custom-reset-current, Custom-reset-saved): Likewise.
4032 (Custom-reset-standard): Show message if aborted.
4033 (custom-mode): Doc fix, describing those commands.
4034
4035 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4036 put on event-kind property.
4037
4038 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4039
4040 * custom.el (provide-theme): Ban `user' theme name.
4041 (custom-enabling-themes): New variable.
4042 (enable-theme): Don't enable user if custom-enabling-themes is t.
4043 (custom-enabled-themes): Make it a defcustom.
4044 (custom-theme-recalc-face): No-op if face is undefined.
4045
4046 * cus-edit.el (custom-button-mouse): New variable.
4047 (custom-button-mouse): New face.
4048 (custom-raised-buttons, custom-mode): Use it.
4049
4050 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4051
4052 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4053
4054 * progmodes/gud.el (gud-display-line): Support hl-line in the
4055 source buffer.
4056
4057 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4058
4059 * mouse.el (mouse-drag-window-above): Verify that the found window
4060 overlaps with the given window in the horizontal dimension.
4061
4062 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4063
4064 * Makefile.in (cvs-update): New target.
4065
4066 * makefile.w32-in (cvs-update): Ditto.
4067
4068 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4069
4070 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4071 (custom-new-theme-mode-map): New variable.
4072
4073 2005-12-30 Richard M. Stallman <rms@gnu.org>
4074
4075 * custom.el (custom-load-themes): Function deleted.
4076
4077 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4078 (custom-save-variables): Don't delete or add custom-load-themes call.
4079
4080 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4081
4082 * cus-start.el: Add `visible-cursor'.
4083
4084 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4085 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4086 (flymake-process-filter): Switch to buffer before calling it instead.
4087 (flymake-post-syntax-check, flymake-highlight-err-lines)
4088 (flymake-delete-own-overlays, flymake-parse-err-lines)
4089 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4090 (flymake-count-lines, flymake-parse-residual):
4091 Remove constant buffer argument.
4092 (flymake-start-syntax-check-for-current-buffer): Remove.
4093 Update callers to use flymake-start-syntax-check instead.
4094 (flymake-display-err-menu-for-current-line):
4095 Remove unused var `mouse-pos'.
4096 (flymake-restore-formatting): Comment out unused function.
4097 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4098 argument, use current-buffer instead. Update callers.
4099
4100 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4101
4102 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4103 buffer-local because choose-completion-delete-max-match requires
4104 that we set completion-ignore-case (i.e., binding via let is not
4105 sufficient).
4106 (bibtex-complete): Always set completion-ignore-case and
4107 choose-completion-string-functions. The latter is needed because
4108 choose-completion-string-functions keeps its value if we quit the
4109 *Completions* buffer without requesting a completion.
4110
4111 2005-12-30 Andreas Schwab <schwab@suse.de>
4112
4113 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4114
4115 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4116
4117 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4118
4119 2005-12-30 Juri Linkov <juri@jurta.org>
4120
4121 * locate.el (locate-fcodes-file, locate-header-face)
4122 * progmodes/delphi.el (delphi-other-face)
4123 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4124
4125 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4126 group `paren-showing-faces'.
4127
4128 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4129 (goto-address): Fix docstring.
4130
4131 * net/webjump.el (webjump-sample-sites): Update URLs.
4132
4133 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4134
4135 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4136
4137 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4138
4139 * font-lock.el (font-lock-compile-keywords): Signal an error when
4140 font-lock-set-defaults hasn't been called.
4141
4142 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4143
4144 * subr.el (noreturn, 1value): Doc fixes.
4145
4146 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4147
4148 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4149 that assoc-string returns nil.
4150
4151 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4152
4153 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4154 (bibtex-entry-type-str, bibtex-empty-field-re)
4155 (bibtex-search-backward-string, bibtex-preamble-prefix)
4156 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4157 (bibtex-any-valid-entry-type): New variable.
4158 (bibtex-parse-field-name): Simplify.
4159 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4160 (bibtex-preamble-prefix): Include left delimiter.
4161 (bibtex-search-forward-field, bibtex-search-backward-field):
4162 Allow unbounded search past entry boundaries (required by bibtex-pop).
4163 (bibtex-text-in-field-bounds): Use push.
4164 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4165 (bibtex-parse-preamble, bibtex-valid-entry)
4166 (bibtex-beginning-first-field): New functions.
4167 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4168 (bibtex-map-entries): Fix docstring.
4169 (bibtex-flash-head): New arg prompt. Simplify.
4170 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4171 (bibtex-insert-kill): Simplify. Always insert text past the
4172 current field or entry.
4173 (bibtex-format-entry): Use bibtex-parse-field.
4174 (bibtex-pop): Use bibtex-beginning-of-entry and
4175 bibtex-end-of-entry to initiate the search. Insert empty field if
4176 we found ourselves.
4177 (bibtex-print-help-message): New args field and comma.
4178 Handle entry keys.
4179 (bibtex-make-field): Use bibtex-beginning-of-entry.
4180 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4181 invalid entry.
4182 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4183 Handle preambles. Simplify code for thorough test.
4184 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4185 New arg comma. Handle entry heads.
4186 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4187 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4188 New arg comma.
4189 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4190 (bibtex-fill-field): Simplify.
4191 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4192 bibtex-parse-field.
4193 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4194 (bibtex-complete): Use bibtex-parse-preamble.
4195
4196 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4197
4198 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4199 Display name of expression instead of convenience variable.
4200 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4201
4202 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4203 toggle-gud-tooltip-dereference.
4204 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4205 (gud-tooltip-tips): ...here when dereferencing.
4206
4207 2005-12-28 Bill Wohler <wohler@newt.com>
4208
4209 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4210
4211 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4212
4213 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4214 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4215 (vc-annotate-display-autoscale): Adjust call.
4216 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4217 Fix interactive spec.
4218 (vc-annotate-time-span): Remove.
4219 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4220 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4221 (vc-annotate-display-select): Use new name.
4222
4223 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4224 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4225 Correct the construction of span entries. Simplify.
4226 (vc-annotate-display-select): Fix the nil case.
4227 (vc-annotate): Remove obsolete (and now broken) code.
4228 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4229 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4230
4231 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4232
4233 * subr.el (lazy-completion-table): Correct typo in docstring.
4234
4235 * startup.el (command-line): Use `custom-reevaluate-setting' for
4236 `send-mail-function'.
4237
4238 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4239
4240 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4241
4242 * mail/smtpmail.el (smtpmail-try-auth-methods):
4243 Send credentials together with "AUTH PLAIN" command.
4244
4245 2005-12-27 Richard M. Stallman <rms@gnu.org>
4246
4247 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4248 mouse-2, go back to previously selected window, so it's selected
4249 when mouse-2 command runs.
4250
4251 2005-12-27 Juri Linkov <juri@jurta.org>
4252
4253 * descr-text.el (describe-text-sexp): Use square brackets for
4254 button [Show] to distinguish it from the property value `show'.
4255 (describe-property-list): Use `insert-text-button' with
4256 `help-face' type instead of putting face in quotes, because button
4257 is not created automatically for a list of faces.
4258 (describe-text-properties-1): Put button-type value in quotes to
4259 distinguish from plain text "button".
4260 (describe-char): Display code point values in hex. Don't use
4261 `symbol-name' for `current-input-method' because it is a string.
4262 Use `insert-text-button' with `help-face' type instead of putting
4263 hardcoded face in quotes, because button is not created automatically.
4264
4265 2005-12-27 Richard M. Stallman <rms@gnu.org>
4266
4267 * progmodes/glasses.el (glasses-face): More specific custom type.
4268
4269 * files.el (set-visited-file-name): Doc fix.
4270
4271 * textmodes/flyspell.el (flyspell-external-point-words):
4272 Use local var buffer-scan-pos to advance scan for next misspelling.
4273 Advance it only after we find the misspelling.
4274
4275 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4276
4277 * textmodes/flyspell.el (flyspell-external-point-words):
4278 New criteria for finding the misspelling in the buffer.
4279
4280 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4281
4282 * help-mode.el (help-insert-string): Set help-xref-stack-item
4283 rather than call help-setup-xref.
4284
4285 * descr-text.el (describe-char): Revert previous changes for
4286 optional buffer argument.
4287
4288 2005-12-27 Juri Linkov <juri@jurta.org>
4289
4290 * help-mode.el (help-insert-string): New function. Save buffer
4291 contents in cases where it is impossible to recompute the old contents.
4292
4293 * descr-text.el (describe-char): Set help-xref-stack-item
4294 explicitly after buffer has been generated.
4295
4296 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4297
4298 * cus-start.el (all): Add x-gtk-show-hidden-files.
4299
4300 2005-12-26 Richard M. Stallman <rms@gnu.org>
4301
4302 * replace.el (perform-replace): Calculate match-again
4303 before skipping read-only matches.
4304
4305 * paren.el (paren-showing-faces): New group.
4306 (show-paren-match, show-paren-mismatch): Move to that group.
4307
4308 * button.el (button): Put into group `basic-faces'.
4309
4310 * progmodes/make-mode.el: Remove faces from group `faces'.
4311
4312 * apropos.el (apropos, apropos-value): Doc fix.
4313 (apropos-documentation): Doc fix.
4314
4315 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4316
4317 * subr.el (lazy-completion-table): Remove argument `args'.
4318
4319 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4320 Don't use the `args' argument of lazy-completion-table.
4321
4322 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4323
4324 * descr-text.el (describe-char): Add optional argument for buffer.
4325 Set buffer appropriately. Call help-setup-xref.
4326 Suggested by Stefan Monnier.
4327
4328 2005-12-26 Juri Linkov <juri@jurta.org>
4329
4330 * descr-text.el: Require `help-fns' at runtime. Don't require
4331 `button' for byte compilation.
4332 (describe-text-widget): Add `help-echo' for first button.
4333 Use `help-info' for second.
4334 (describe-property-list): Use `help-argument-name' instead of `italic'.
4335 (describe-text-category): Add prompt to interactive spec.
4336 Call `help-setup-xref'.
4337 (describe-char): Use `help-character-set'. Add `help-echo' for
4338 code point. Use `help-input-method'. Remove superfluous insert.
4339
4340 2005-12-25 Richard M. Stallman <rms@gnu.org>
4341
4342 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4343 at point, in case of narrowing.
4344
4345 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4346
4347 * locate.el (locate-header-face): Allow nil in type.
4348
4349 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4350
4351 2005-12-25 Romain Francoise <romain@orebokech.com>
4352
4353 * battery.el (battery-linux-proc-acpi): Also try
4354 `/proc/acpi/thermal_zone/THM0/temperature'.
4355
4356 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4357
4358 * custom.el (custom-push-theme): Fix docstring.
4359
4360 * cus-edit.el (custom-variable-set, custom-variable-save)
4361 (custom-variable-save): Custom-quote widget values.
4362 (customize-save-variable): Fix custom-push-theme call.
4363
4364 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4365
4366 * w32-fns.el (w32-batch-update-autoloads): New function.
4367
4368 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4369 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4370 from the command line.
4371
4372 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4373
4374 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4375 reset means to remove setting from theme entirely. Don't keep
4376 expanding theme-settings list; delete old entries if necessary.
4377
4378 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4379 customization" button one line up.
4380 (custom-themed): New face.
4381 (custom-magic-alist): New value, THEMED, for theme settings.
4382 (custom-variable-state-set, custom-face-state-set):
4383 Check theme-value instead of saved-value.
4384 (custom-variable-reset-standard, custom-face-reset-standard):
4385 Remove theme setting entirely. Recalculate new values.
4386 (custom-variable-set, custom-variable-set)
4387 (custom-variable-reset-saved, custom-variable-reset-backup)
4388 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4389 (custom-variable-save): Fix typos.
4390
4391 2005-12-23 Juri Linkov <juri@jurta.org>
4392
4393 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4394 Add autoload cookies.
4395 (edebug-outside-d-c-i-n-s-w): New variable.
4396 (edebug-display, edebug-outside-excursion): Use it to save the
4397 original value of default-cursor-in-non-selected-windows.
4398 Set default-cursor-in-non-selected-windows to t while Edebug
4399 is active.
4400 (edebug-mode, edebug-eval-mode): Doc fix.
4401
4402 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4403 with `buffer-substring-no-properties' to remove common substring
4404 highlighting.
4405
4406 * info.el (info-other-window, info): Rename function argument
4407 `file' to `file-or-node'.
4408 (Info-complete-menu-item): Use local variable `complete-nodes' to
4409 keep the global value of `Info-complete-nodes' unchanged for
4410 subsequent completions.
4411 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4412
4413 * simple.el (get-next-valid-buffer, last-buffer)
4414 (next-error-buffer-p, next-error-find-buffer)
4415 (minibuffer-history-sexp-flag): Doc fix.
4416
4417 * savehist.el (savehist-mode-hook): Add `:group'.
4418
4419 * log-view.el: Call autoload for vc-find-version.
4420 (log-view-current-file): Adjust subgroup numbers.
4421 (log-view-current-tag): Add `length'.
4422
4423 2005-12-23 Richard M. Stallman <rms@gnu.org>
4424
4425 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4426
4427 2005-12-23 Juri Linkov <juri@jurta.org>
4428
4429 * hi-lock.el (hi-lock-archaic-interface-message-used)
4430 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4431 (hi-lock-mode): Display "Hi" in the mode line only when
4432 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4433 (hi-lock-write-interactive-patterns):
4434 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4435 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4436 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4437 font-lock-add-keywords to t.
4438
4439 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4440
4441 * hi-lock.el (hi-lock-highlight-range): New variable.
4442 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4443 only if font-lock-fontified is non-nil. Remove overlays.
4444 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4445 font-lock-fontified is non-nil, otherwise use overlays (instead of
4446 text properties).
4447 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4448 New variables.
4449 (hi-lock-string-serialize) New function.
4450
4451 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4452
4453 * menu-bar.el (menu-find-file-existing): New function.
4454 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4455
4456 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4457
4458 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4459
4460 * vc.el: Remove unnecessary leading * in docstrings.
4461 (vc-annotate-mode-map): Move initialization into declaration.
4462 (vc-static-header-alist): Nitpick on the regexp.
4463 (vc-default-init-version): New fun.
4464 (vc-register): Use it.
4465 (vc-insert-headers): Use dolist.
4466 (vc-annotate-get-backend): Remove unused function.
4467 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4468 (vc-annotate-mode): Remove corresponding call.
4469 (vc-annotate-car-last-cons): Simplify.
4470 (vc-annotate-buffers): Remove var.
4471 (vc-annotate-backend): Make it buffer-local.
4472 (vc-annotate): Move the interaction to the interactive spec.
4473 Add a `buf' argument.
4474 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4475 killing&creating a vc-annotate buffer, which is very disruptive when
4476 the buffers are shown in dedicated frames.
4477
4478 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4479
4480 * descr-text.el: Add FSF as maintainer.
4481 (describe-text-mode, describe-text-mode-map)
4482 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4483 help-mode.
4484 (describe-text-widget, describe-text-sexp)
4485 (describe-property-list, describe-text-category)
4486 (describe-text-properties, describe-text-properties-1)
4487 (describe-char): Use help buttons instead of widgets.
4488 (describe-char-unicodedata-file): Make URL link in doc string.
4489
4490 2005-12-22 Richard M. Stallman <rms@gnu.org>
4491
4492 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4493 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4494 Don't include buttons that write a file when there's no file.
4495 (custom-variable-menu, custom-face-menu, custom-group-menu):
4496 Don't include commands that write a file when there's no file.
4497 (customize-browse): Reword the top-of-buffer help intro.
4498 (custom-buffer-create-internal): Fix previous change.
4499 (customize-changed-options-previous-release): Prev release is 21.1.
4500 (customize-changed-options): Doc fix.
4501 (customize-changed): New alias.
4502 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4503 Say "standard values".
4504 (Custom-reset-standard): Doc fix.
4505 (custom-face-reset-standard): Doc fix.
4506
4507 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4508
4509 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4510 even if font-lock-mode is non-nil since it may be t without having
4511 turned on font-lock-mode-internal.
4512 (font-lock-choose-keywords): Minor optimization.
4513 (font-lock-add-keywords, font-lock-remove-keywords)
4514 (font-lock-set-defaults): Don't call make-local-variable on a variable
4515 that we know to already be local.
4516
4517 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4518
4519 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4520 messages if in the minibuffer.
4521
4522 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4523
4524 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4525 (tex-mode-flyspell-verify, flyspell-get-word)
4526 (flyspell-external-point-words): Don't use point-min/max uselessly.
4527
4528 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4529 by Kevin Rodgers. Instead, just hide the completions buffer if we
4530 don't need to show it.
4531
4532 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4533
4534 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4535
4536 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4537
4538 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4539 delete-windows-on with an inexistent buffer.
4540
4541 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4542
4543 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4544 Delete defcustom variable :tag names.
4545
4546 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4547
4548 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4549 (log-view-font-lock-keywords): Ajust subgroup numbers.
4550 (log-view-current-tag): Don't hard code the number of subgroups.
4551
4552 2005-12-20 Juri Linkov <juri@jurta.org>
4553
4554 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4555 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4556
4557 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4558 (menu-bar-non-minibuffer-window-p): Instead of checking
4559 display-multi-frame-p, use selected-frame when menu-updating-frame
4560 is nil.
4561
4562 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
4563
4564 * align.el (align-rules-list): Use [ \t] instead of \s-
4565 for column separators in text mode.
4566
4567 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4568
4569 * help-mode.el (help-customize-variable, help-customize-face):
4570 Don't pop help-xref-stack as help-follow no longer pushes
4571 anything on to it.
4572
4573 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4574
4575 * textmodes/org.el (org-agenda-custom-commands): New option.
4576 (org-agenda): Offer custom commands on splash screen.
4577 (org-make-tags-matcher): Parser for Boolean logic added.
4578 (org-agenda-set-tags): New command.
4579 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4580 (org-set-tags): Efficiency improvements.
4581 (org-auto-align-tags): New option.
4582 (org-todo, org-demote, org-promote): Realign tags.
4583 (org-tags-completion-function): Use also "&" and "|" as separators.
4584 (org-org-menu): Agenda commands simplified.
4585
4586 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4587
4588 * cus-edit.el (customize-apropos, customize-apropos-options):
4589 Docstring changes.
4590
4591 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4592
4593 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4594
4595 * longlines.el (longlines-mode): Wrap while widened.
4596 (longlines-decode-region, longlines-encode-region): Compute max
4597 just once.
4598
4599 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4600
4601 * cus-edit.el (mac): New group.
4602
4603 * cus-start.el (all): Add user options in macterm.c. Add test for
4604 Mac-related built-ins. Fix test for GTK-related built-ins.
4605
4606 * term/mac-win.el (mac-handle-language-change)
4607 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4608 (mac-services-open-selection, mac-services-mail-selection)
4609 (mac-services-mail-to, mac-services-insert-text)
4610 (mac-dispatch-apple-event): Add docstrings.
4611 (x-get-selection, mac-select-convert-to-string): Select coding
4612 system from `utf-16be' and `utf-16le' using `byteorder'.
4613
4614 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4615
4616 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4617 a "list" (lambda ...) rather than a real completion list.
4618
4619 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4620 lexical-let when encountering ((lambda (...) ...) ...).
4621
4622 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4623
4624 * progmodes/sh-script.el (sh-mode):
4625 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4626 * textmodes/picture.el (picture-mode): Update docstrings.
4627
4628 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4629
4630 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4631 commands enclosed in $(ARGQUOTE)s should not be split between two
4632 lines, as that will break with GNU Make >3.80, when sh.exe is used
4633 and arg quoting is with '..'.
4634 (autoloads): Don't break the quoted --eval expression between
4635 several lines.
4636
4637 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4638
4639 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4640 Capture error from printing circular structures.
4641
4642 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
4643
4644 * wid-edit.el (widget-checkbox-action): Clear undo info.
4645
4646 2005-12-16 Bill Wohler <wohler@newt.com>
4647
4648 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4649 bar, not menubar in comment.
4650
4651 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4652
4653 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4654 After-change-functions should not clobber the match data.
4655
4656 2005-12-16 Juri Linkov <juri@jurta.org>
4657
4658 * simple.el (choose-completion): Use `buffer-substring-no-properties'
4659 instead of `buffer-substring'.
4660 (completion-common-substring): Doc fix.
4661 (completion-setup-function): Use minibuffer-completion-contents
4662 instead of minibuffer-contents. Don't set common-string-length
4663 initially. Remove special handling of partial-completion-mode.
4664 Move computation of completion-base-size into one cond.
4665 Call completion-base-size-function in mainbuf. In computation of
4666 completion-base-size for file name completion don't move point to
4667 the end of the minibuffer. Move computation of common-string-length
4668 into one cond. Start putting faces only when common-string-length>=0.
4669 Add condition to put completions-common-part when
4670 common-string-length>0.
4671
4672 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4673 place point at the first different character in the minibuffer
4674 even if this position is at the beginning of the minibuffer.
4675
4676 * info.el (Info-read-node-name-1): In completion-base-size-function's
4677 lambda return 1 if common-substring or minibuffer-completion-contents
4678 starts with (, and 0 otherwise.
4679
4680 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4681 Use `crm-current-element' for second arg of `display-completion-list'.
4682
4683 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
4684
4685 * files.el (set-auto-mode): Look for an interpreter specified on
4686 the first line also if search for mode specification succeeded,
4687 but the mode is not known.
4688
4689 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
4690
4691 * textmodes/org.el (org-tags-match-list-sublevels): New option.
4692 (org-open-at-point): Implement tag searches as links.
4693 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4694 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4695 (org-tags-sparse-tree, org-tags-view, org-set-tags)
4696 (org-agenda-dispatch): New commands.
4697 (org-use-tag-inheritance, org-tags-column): New options.
4698 (org-tab-follows-link, org-return-follows-link): New options.
4699 (org-tags): New customize group.
4700 (org-start-icalendar-file): Get local time zone.
4701 (org-tags-completion-function): New function.
4702 (org-set-font-lock-defaults): Make sure links will also be
4703 highlighted inside headlines.
4704
4705 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
4706
4707 * term.el (term-emulate-terminal):
4708 Let term-handle-ansi-terminal-messages override what Bash says about
4709 its current directory.
4710
4711 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4712
4713 * bindings.el (last-buffer): Move to simple.el.
4714 * simple.el (last-buffer): Move here.
4715 (get-next-valid-buffer): New function.
4716 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4717 (prev-buffer): Ditto. Rename to `previous-buffer'.
4718
4719 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4720 * bindings.el (global-map): Ditto.
4721
4722 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
4723
4724 * cus-edit.el: Introductory comment change.
4725 (custom-magic-alist): Change message string for the `rogue' state.
4726
4727 2005-12-15 Richard M. Stallman <rms@gnu.org>
4728
4729 * tooltip.el: Delete defcustom variable :tag names.
4730
4731 * complete.el (partial-completion-mode): Doc fix.
4732
4733 * textmodes/flyspell.el (flyspell-external-point-words):
4734 Use save-excursion to ensure we don't move backward in the
4735 search loop, not even one character.
4736 (flyspell-delete-all-overlays): Use remove-overlays directly.
4737
4738 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4739 (ispell-start-process): Set that variable.
4740 Clear ispell-buffer-local-name.
4741 (ispell-internal-change-dictionary):
4742 Set ispell-current-dictionary after killing process.
4743 (ispell-buffer-local-dict):
4744 Don't set spell-personal-dictionary after killing process.
4745 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4746 (ispell-tex-skip-alists, ispell-html-skip-alists)
4747 (ispell-skip-region-alist): Mark as risky.
4748
4749 * net/newsticker.el (newsticker--retrieval-timer-list)
4750 (newsticker--display-timer, newsticker-running-p)
4751 (newsticker-ticker-running-p): Definitions moved up.
4752
4753 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
4754
4755 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4756
4757 2005-12-15 David Ponce <david@dponce.com>
4758
4759 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4760 (recentf-edit-list, recentf-open-files): Signal an error when
4761 there is no recent file.
4762
4763 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
4764
4765 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4766 read-only except for texinfo-format-region evaluation.
4767
4768 2005-12-14 Richard M. Stallman <rms@gnu.org>
4769
4770 * vc.el (vc-default-previous-version, vc-default-next-version)
4771 (vc-do-command): Doc fixes.
4772
4773 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4774
4775 * textmodes/bibtex.el (bibtex-expand-strings)
4776 (bibtex-autokey-expand-string, bibtex-name-part)
4777 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4778 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4779 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4780 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4781 (bibtex-entry-postfix, bibtex-known-entry-type-re)
4782 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4783 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4784 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4785 (bibtex-beginning-of-last-entry): Remove.
4786 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
4787 message if comma is missing but buffer is read-only.
4788 (bibtex-parse-field-text): Handle whitespaces at the end of field
4789 text. Return 3-element list with beginning and end of field text
4790 and end of field.
4791 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4792 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
4793 (bibtex-search-forward-field, bibtex-search-backward-field):
4794 Search always delimited by limits of entry. Use more efficient
4795 search algorithms.
4796 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4797 bibtex-end-of-name-in-field.
4798 (bibtex-text-in-field-bounds): Handle BibTeX strings when
4799 extracting the content of a field.
4800 (bibtex-text-in-field): Use search limits.
4801 (bibtex-parse-string-prefix): Handle empty string keys based on
4802 bibtex-string-empty-key.
4803 (bibtex-parse-string): Fix docstring.
4804 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4805 (bibtex-preamble-prefix, bibtex-strings): New functions.
4806 (bibtex-skip-to-valid-entry): Include preceding whitespace in
4807 BibTeX entries (consistent with other BibTeX functions).
4808 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4809 (bibtex-search-entry): Fix docstring. Simplify.
4810 (bibtex-flash-head, bibtex-complete-string-cleanup)
4811 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4812 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4813 (bibtex-parse-entry): New optional arg content.
4814 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4815 Use bibtex-text-in-field-bounds.
4816 (bibtex-print-help-message): Handle BibTeX strings and preambles.
4817 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4818 bibtex-parse-string-postfix.
4819 (bibtex-find-text-internal): New function.
4820 (bibtex-remove-delimiters): Use it.
4821 (bibtex-find-text): Use it. New optional arg help.
4822 (bibtex-complete): Handle BibTeX string and preamble entries.
4823 (bibtex-Preamble): Fix order of closing delimiters.
4824
4825 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4826
4827 * vc.el (vc-default-revert): New fun.
4828
4829 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4830
4831 2005-12-14 Romain Francoise <romain@orebokech.com>
4832
4833 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4834 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4835 (font-lock-remove-keywords): Likewise.
4836
4837 2005-12-14 Juri Linkov <juri@jurta.org>
4838
4839 * log-view.el (log-view-diff): Doc fix.
4840
4841 * isearch.el (isearch-query-replace): Use (mark) instead of
4842 isearch-opoint if mark is active in transient-mark-mode.
4843
4844 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4845
4846 * isearch.el (isearch-query-replace): Check for isearch-other-end.
4847
4848 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
4849
4850 * progmodes/cpp.el (cpp-face): New widget.
4851 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4852
4853 2005-12-14 Juri Linkov <juri@jurta.org>
4854
4855 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4856 around `erase-buffer' and `insert'.
4857
4858 * descr-text.el (describe-text-properties): Replace buffer name
4859 "*Help-2*" with "*Help*<2>".
4860 (describe-char): Add functions print-help-return-message,
4861 toggle-read-only. Use help-setup-xref with nil to not store
4862 describe-char in help-xref-stack. Use help-make-xrefs to
4863 make [back] button.
4864
4865 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4866
4867 * wdired.el (wdired-old-point): New internal variable.
4868 (wdired-change-to-wdired-mode): Set it buffer-locally.
4869 (wdired-abort-changes): Restore point after aborting changes.
4870
4871 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4872
4873 * vc.el (vc-do-command): Add a new value t for okstatus.
4874
4875 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
4876 frame in case of errors.
4877
4878 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4879
4880 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4881 so it comes after "On the Left" in the menu.
4882
4883 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
4884
4885 * cus-edit.el (customize-apropos, customize-apropos-options)
4886 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
4887
4888 2005-12-12 Bill Wohler <wohler@newt.com>
4889
4890 * vc-svn.el (vc-svn-registered): Fix problem of visiting
4891 non-writable Subversion-controlled files by saving window
4892 configuration before calling vc-do-command. vc-do-command calls
4893 pop-to-buffer on error which is unexpected during registration.
4894
4895 2005-12-12 Jay Belanger <belanger@truman.edu>
4896
4897 * calc/README: Update the summary of changes.
4898
4899 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4900
4901 * descr-text.el (describe-char): Rework last fix to solve the problem
4902 is the same way it's solved for everything else in that function
4903 (i.e. by extracting the info before setting up the *Help* buffer).
4904
4905 2005-12-12 Kim F. Storm <storm@cua.dk>
4906
4907 * subr.el (version-regexp-alist): Allow space as separator before
4908 non-numeric part, e.g. "1.0 alpha".
4909 (version-to-list): Interpret .X.Y version as 0.X.Y version.
4910
4911 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
4912
4913 * textmodes/org.el (org-agenda, org-timeline, org-todo):
4914 Implement Logging and the keep-modes setting.
4915 (org-get-category): Make sure a string is returned.
4916 (org-log-done): New function.
4917 (org-log-done, org-closed-string): New options.
4918
4919 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4920
4921 * tooltip.el (tooltip-y-offset): Change default to 20.
4922
4923 2005-12-12 Richard M. Stallman <rms@gnu.org>
4924
4925 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
4926
4927 * frame.el (display-hourglass): Doc fix.
4928
4929 * help.el (help-for-help-internal): Simplify entry for `a'.
4930
4931 * info.el (Info-on-current-buffer): Doc fix.
4932 (info-insert-file-contents): Don't test (featurep 'jka-compr).
4933
4934 * startup.el (inhibit-splash-screen): Make this the real name.
4935 (inhibit-startup-message): Make this the alias.
4936 (command-line): Find only simple.el, and use its directory
4937 to fill in other preloaded files' names.
4938 (command-line): Deactivate the mark if deactivate-mark is set.
4939
4940 * international/mule.el (load-with-code-conversion):
4941 Bind deactivate-mark.
4942
4943 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4944
4945 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
4946
4947 * cus-edit.el (customize-apropos): Avoid listing an option more
4948 than once under different aliases. No longer list user options
4949 that are not defined with defcustom (unless a prefix arg is given).
4950 Doc fix.
4951 (customize-apropos-options): Doc fix.
4952
4953 2005-12-11 Juri Linkov <juri@jurta.org>
4954
4955 * frame.el (set-background-color, set-foreground-color)
4956 (set-cursor-color, set-mouse-color, set-border-color):
4957 Add explicit prompts to read colors by `facemenu-read-color'.
4958 (show-trailing-whitespace, blink-cursor-delay)
4959 (blink-cursor-interval, display-hourglass, hourglass-delay):
4960 Remove tags.
4961 (display-hourglass, hourglass-delay): Doc fix.
4962 (cursor-in-non-selected-windows): Capitalize words in tag.
4963
4964 * faces.el (frame-background-mode): Replace `choice-item' keywords
4965 with `const' to not make [default] button. Change default value tag
4966 from `default' to `automatic'. Doc fix.
4967 (trailing-whitespace) <defface>: Change group `whitespace' to
4968 `whitespace-faces'.
4969
4970 2005-12-11 Richard M. Stallman <rms@gnu.org>
4971
4972 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
4973
4974 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4975
4976 * term/mac-win.el: Create keymap for mac-apple-event-map.
4977
4978 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
4979
4980 * tooltip.el (tooltip-mode): Move to start of file so that it
4981 appears at top of customize buffer.
4982
4983 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4984 Add the gud groupname.
4985 (gud-tooltip-mode): Add the tooltip groupname.
4986 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
4987 avoid conflict with tooltip-use-echo-area.
4988
4989 2005-12-10 Romain Francoise <romain@orebokech.com>
4990
4991 * help.el (help-for-help-internal): Add `r' in doc string.
4992
4993 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4994
4995 * align.el (align-regexp, align-highlight-rule):
4996 Use region-beginning and region-end instead of point and mark, so that
4997 repetition (with `repeat-complex-command') recomputes the region
4998 bounds.
4999
5000 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
5001
5002 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5003 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5004 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5005 (balance-windows): Rewrite using the above new functions.
5006
5007 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5008
5009 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5010 react if global-hi-lock-mode seems intended.
5011 (global-hi-lock-mode) Renamed from hi-lock-mode.
5012 (hi-lock-archaic-interface-message-used)
5013 (hi-lock-archaic-interface-deduce): New variables.
5014 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5015 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5016 (hi-lock-find-patterns, hi-lock-font-lock-hook):
5017 Replace hi-lock-buffer-mode with hi-lock-mode.
5018
5019 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
5020
5021 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5022 completion list, even after a partial completion has been
5023 inserted in the current buffer. If there are more than 1
5024 completion, redisplay the *Completions* buffer; if the
5025 completion is unique, delete the *Completions* window.
5026
5027 2005-12-10 Eli Zaretskii <eliz@gnu.org>
5028
5029 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5030 strings and long subject lines that were broken into multiple
5031 lines at arbitrary places. Handle subjects that have "Re: " in
5032 the middle.
5033
5034 2005-12-10 John W. Eaton <jwe@octave.org>
5035
5036 * emacs/octave-mod.el (octave-electric-space): Don't indent
5037 comments or strings if octave-auto-indent is nil.
5038
5039 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5040
5041 * term/mac-win.el: Require url when compiling.
5042 Call mac-process-deferred-apple-events after loading init files.
5043 (mac-apple-event-map): New defvar. Define event handlers in it.
5044 (core-event, internet-event): New Apple event class symbols.
5045 (open-application, reopen-application, open-documents)
5046 (print-documents, open-contents, quit-application)
5047 (application-died, show-preferences, autosave-now, get-url):
5048 New Apple event ID symbols.
5049 (about): New HICommand ID symbol.
5050 (mac-event-spec, mac-event-ae): New macros.
5051 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5052 (mac-ae-selection-range, mac-ae-text-for-search)
5053 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5054 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5055 and Services menu events are now defined in mac-apple-event-map.
5056 (mac-drag-n-drop): Remove selection range handling.
5057
5058 2005-12-10 Kenichi Handa <handa@m17n.org>
5059
5060 * simple.el (zap-to-char):
5061 * isearch.el (isearch-process-search-char): Translate CHAR by
5062 translation-table-for-input.
5063
5064 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5065
5066 * foldout.el (foldout-exit-fold): Properly hide subtree.
5067
5068 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5069
5070 * files.el (save-buffer):
5071 * international/ucs-tables.el (ucs-set-table-for-input):
5072 * mail/mail-extr.el (mail-extract-address-components):
5073 * mail/sendmail.el (mail-mode): Reformat doc string.
5074
5075 2005-12-09 Juri Linkov <juri@jurta.org>
5076
5077 * isearch.el (isearch-highlight): Change main overlay priority
5078 from 1 to 1001. Simplify.
5079 (isearch-lazy-highlight-update): Change lazy overlay priority
5080 from 0 to 1000.
5081
5082 * replace.el (replace-highlight): Change overlay priority from
5083 1 to 1001.
5084
5085 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5086 Change overlay priority from 1 to 1001. Reuse existing overlay.
5087
5088 * compare-w.el (compare-windows-highlight): Change overlay
5089 priority from 1 to 1000.
5090
5091 * menu-bar.el (menu-bar-edit-menu): Add listp around
5092 pending-undo-list to disable menu item "undo" when pending
5093 undo list is empty.
5094
5095 * locate.el (locate): Disable undo in *Locate* buffer.
5096
5097 2005-12-09 Kim F. Storm <storm@cua.dk>
5098
5099 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5100
5101 2005-12-09 David Ponce <david@dponce.com>
5102
5103 * recentf.el: Improvement of the menu code.
5104 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5105 instead of menu hook.
5106 (recentf-show-menu, recentf-hide-menu): New functions.
5107 (recentf-menu-customization-changed, recentf-mode): Use them.
5108 (recentf-menu-action, recentf-max-menu-items)
5109 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5110 (recentf-arrange-by-rule-others)
5111 (recentf-arrange-by-rules-min-items)
5112 (recentf-arrange-by-rule-subfilter) : Don't use
5113 `recentf-menu-customization-changed'.
5114 (recentf-arrange-rules): Likewise. Accept functions to compute
5115 sub-menu titles.
5116 (recentf-menu-filter): Likewise. Doc fix.
5117 (recentf-menu-value-shortcut): Doc fix.
5118 (recentf-dump-variable): Quote atom value.
5119 (recentf-make-menu-items): Update to use it as a menu filter.
5120 (recentf-match-rule): New function.
5121 (recentf-arrange-by-rule): Use it.
5122 (recentf-indirect-mode-rule): New function.
5123 (recentf-build-mode-rules): Use it.
5124 (recentf-dir-rule): New function.
5125 (recentf-arrange-by-dir): Use it.
5126 (recentf-filter-changer-current): Rename from
5127 `recentf-filter-changer-state'. All references updated.
5128 (recentf-filter-changer-alist): Update filter names.
5129 (recentf-filter-changer-select): New function.
5130 (recentf-filter-changer): Use it. Make a sub-menu from filters
5131 available in `recentf-filter-changer-alist'.
5132 (recentf-data-cache, recentf-clear-data)
5133 (recentf-update-menu): Remove. All references updated.
5134 (recentf-match-rule-p, recentf-build-dir-rules)
5135 (recentf-filter-changer-goto-next)
5136 (recentf-filter-changer-get-current)
5137 (recentf-filter-changer-get-next): Remove.
5138
5139 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5140
5141 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5142 buffer "Reset" button to "Reset to Current" for consistency with
5143 the State buttons.
5144
5145 2005-12-08 John Paul Wallington <jpw@pobox.com>
5146
5147 * ibuf-ext.el (define-ibuffer-filter filename):
5148 If `dired-directory' is a list then really use its car.
5149
5150 2005-12-08 Kim F. Storm <storm@cua.dk>
5151
5152 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5153 Fix indention of text on right side of replaced rectangle.
5154
5155 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5156
5157 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5158 No need to check gud-comint-buffer is bound.
5159 (gdb): Prevent multiple debugging when first session uses gdba.
5160
5161 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5162
5163 CC Mode update to 5.31.
5164
5165 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5166 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5167 We might do this function properly in the future).
5168
5169 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5170 New macros c-sentence-end and c-default-value-sentence end, to cope
5171 with Emacs 22's new function `sentence-end'.
5172
5173 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5174
5175 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5176 compat issue using `c-put-overlay' and `c-delete-overlay'.
5177
5178 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5179 New compat macros to handle overlays/extents.
5180
5181 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5182
5183 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5184 (for GNU Emacs 20.4)
5185
5186 * progmodes/cc-defs.el:
5187 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5188
5189 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5190 highlighting mechanism so it will work in XEmacs too.
5191
5192 * progmodes/cc-defs.el: Insert c-int-to-char.
5193
5194 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5195 call to the new macro c-int-to-char. This solves XEmacs's
5196 regarding characters as different from integers.
5197
5198 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5199
5200 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5201 New internal helper.
5202
5203 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5204 construct to make the indirect face lookup work in XEmacs.
5205
5206 (c-cpp-matchers): Append the negation char face to the existing
5207 fontification, so that the cpp face doesn't disappear.
5208 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5209 and strings.
5210
5211 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5212 to map to `font-lock-negation-char-face' in emacsen where it exists.
5213
5214 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5215
5216 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5217
5218 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5219 Rename "c-subword-move-mode" as "c-subword-mode".
5220
5221 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5222 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5223
5224 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5225
5226 * progmodes/cc-mode.el: Added autoload directive for
5227 `c-subword-move-mode' for use in older emacsen.
5228
5229 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5230
5231 * progmodes/cc-mode.el:
5232 (i) Insert a binding for C-c C-backspace into
5233 c-bind-special-erase-keys which works in TTYs.
5234 (ii) Make sure that when file styles are used, any explicitly
5235 given style variables take priority over those in the style.
5236 Do this by calling `hack-local-variables' a second time.
5237
5238 * progmodes/cc-vars.el: Add language specific customization
5239 widgets for AWK to c-doc-comment-style, c-require-final-newline
5240 and c-default-style. Add a defcustom for awk-mode-hook.
5241 Give c-syntactic-element and c-syntactic-context doc-strings by
5242 directly setting their `variable-documentation' propery.
5243 This allows Emacs 22.1 to read these with C-h v.
5244
5245 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5246
5247 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5248
5249 * progmodes/cc-fonts.el, cc-vars.el
5250 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5251 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5252 Masatake YAMATO.
5253
5254 (c-doc-comment-style): Made GtkDoc default in C mode.
5255
5256 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5257 and C-c C-<delete>.
5258
5259 (c-bind-special-erase-keys): New function for use on
5260 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5261
5262 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5263 <delete> key behavior in XEmacs according to `delete-forward-p'.
5264 C.f. `c-electric-delete'.
5265
5266 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5267
5268 * progmodes/cc-mode.el: Give c-hungry-backspace and
5269 c-hungry-delete-forward permanent key bindings.
5270
5271 * progmodes/cc-cmds.el (c-electric-semi&comma):
5272 Bind c-syntactic-context for calls to "criteria functions", for
5273 consistency with other calls to user functions.
5274
5275 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5276 `current-prefix-arg', since this might be the prefix arg to a
5277 command which calls c-indent-command as a function. Change the
5278 interactive spec from "p" to "P".
5279
5280 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5281 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5282 was difficult to understand.
5283
5284 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5285
5286 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5287 first char of an identifier.
5288
5289 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5290 +" syntax in C++.
5291
5292 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5293
5294 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5295 auto-fill doesn't split a c-comment's last word from a hanging
5296 "*/" when a space is typed between them after fill-column.
5297
5298 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5299
5300 * progmodes/cc-styles.el (c-set-style)
5301 (c-setup-paragraph-variables): Abort the command if we're not in a
5302 CC Mode buffer.
5303
5304 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5305 with blank comment-prefix, and a blank line as the comment's
5306 second line.
5307
5308 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5309
5310 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5311 Incorporate the patterns added in the Emacs development branch
5312 for the new Emacs 22 face `font-lock-negation-char-face'.
5313
5314 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5315 of "red" since it stands out better in xterms and DOS terminals.
5316
5317 * progmodes/cc-engine.el (c-literal-faces):
5318 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5319
5320 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5321
5322 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5323 forcibly enable c-electric-flag.
5324
5325 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5326 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5327 after the comment-prefix of a C-style comment will close that comment.
5328
5329 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5330
5331 * progmodes/cc-fonts.el (c-basic-matchers-before)
5332 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5333 in Pike.
5334
5335 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5336 digraphs.
5337
5338 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5339 (c-cpp-message-directives, c-cpp-include-directives)
5340 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5341 (c-cpp-expr-directives): Introduce new language constants to
5342 control cpp syntax in a cleaner way.
5343
5344 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5345
5346 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5347
5348 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5349 (c-multiline-string-start-char): New language constants and
5350 variables to specify how newlines in string literals work.
5351
5352 (c-font-lock-invalid-string): Use them.
5353
5354 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5355 unbalanced close brace is entered. Optimization by avoiding going
5356 back over arbitrarily large blocks. Removed hints that this
5357 function only would be relevant/useful in AWK.
5358
5359 (c-electric-brace): Indent syntactically after the cleanups since
5360 lineup functions might do it differently then.
5361
5362 * progmodes/cc-engine.el, cc-langs.el
5363 (c-opt-op-identifier-prefix): New language constant and variable.
5364
5365 (c-just-after-func-arglist-p, c-after-special-operator-id)
5366 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5367
5368 * progmodes/cc-align.el, cc-engine.el
5369 (c-after-special-operator-id): New helper to handle C++ operator
5370 identifiers.
5371
5372 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5373 (c-guess-basic-syntax): Handle C++ operator identifiers in
5374 declarations.
5375
5376 * progmodes/cc-langs.el (c-assignment-operators): Add the
5377 trigraph version of ^= too.
5378
5379 * progmodes/cc-langs.el (c-assignment-operators): Add the
5380 trigraph version of |= in C++.
5381
5382 * progmodes/cc-fonts.el (c-font-lock-declarators):
5383 Handle `c-decl-hangon-kwds' after the identifier name.
5384
5385 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5386 whether an arglist is "nonempty", ignore a comment after the open
5387 paren if it isn't followed by a non-comment token on the same line.
5388
5389 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5390 Enable heuristics below the point to cope with classes inside special
5391 brace lists in Pike.
5392
5393 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5394
5395 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5396
5397 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5398
5399 * progmodes/cc-guess.el (cc-guess-install): New function to
5400 install an already guessed style in another buffer.
5401
5402 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5403 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5404 anyway if the change always is undone.
5405
5406 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5407
5408 Implement togglable electricity:
5409
5410 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5411 saying when it should be used.
5412
5413 * progmodes/cc-engine.el: Add the new buffer-local variable,
5414 c-electric-flag.
5415
5416 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5417 c-toggle-auto-newline.
5418
5419 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5420 c-toggle-auto-newline. Remove the binding for
5421 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5422 c-toggle-electric-state.
5423
5424 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5425
5426 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5427 c-\(forward\|backward\)-subword.
5428 (c-update-modeline): Add the new modeline flag `l' for
5429 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5430 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5431 Make the old name an alias of the new name.
5432 (c-toggle-electric-state): New function.
5433 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5434 Adapt these functions to do electric things only when
5435 c-electric-flag is non-nil.
5436 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5437 new functions from c-electric-brace.
5438 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5439 mode, so that the tentative extra newline doesn't change the
5440 syntax of the following brace.
5441 (c-electric-brace): Restructure by extracting the above functions.
5442 Tidy up the coding somewhat.
5443 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5444 restructure a bit.
5445
5446 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5447
5448 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5449 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5450
5451 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5452 (c-submode-indicators): Change name from `c-auto-hungry-string'
5453 since it's now used to track another submode.
5454
5455 (c-update-modeline): Convert to function and extended to check
5456 `c-subword-move-mode'.
5457
5458 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5459 Convert to compat aliases for `c-forward-subword' and
5460 `c-backward-subword'.
5461
5462 * progmodes/cc-subword.el: New functions and minor mode to handle
5463 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5464
5465 (c-forward-subword, c-backward-subword, c-mark-subword)
5466 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5467 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5468 Functions corresponding to the standard word handling functions.
5469
5470 (c-subword-move-mode): Minor mode that replaces all the standard
5471 word handling functions with their subword equivalences.
5472
5473 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5474
5475 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5476 entry for one-liner-defun.
5477
5478 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5479 name in its def-edebug-spec.
5480
5481 * progmodes/cc-cmds.el (c-electric-brace): Make the
5482 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5483 compacts space before a comment, if this will make things fit on
5484 one line.
5485
5486 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5487
5488 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5489
5490 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5491 clean-up one-liner-defun.
5492
5493 * progmodes/cc-styles.el: Add the new "awk" style.
5494
5495 * progmodes/cc-vars.el: Add description of one-liner-defun to
5496 c-cleanup-list's doc-string. New user options,
5497 c-max-one-liner-length. In c-default-style, set the default style
5498 for AWK to "awk".
5499
5500 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5501
5502 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5503 macros inside labels.
5504
5505 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5506 `c-at-statement-start-p' and `c-at-expression-start-p'.
5507
5508 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5509 error if the mark isn't set.
5510
5511 * progmodes/cc-engine.el (c-guess-continued-construct)
5512 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5513 accurately detect functions inside functions.
5514
5515 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5516 like `c-at-statement-start-p' that additionally recognizes commas
5517 and expression parentheses as delimiters.
5518
5519 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5520 to avoid heuristics that doesn't work for unclosed blocks.
5521 (c-at-statement-start-p): New function.
5522
5523 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5524 Objective-C directives, e.g. directives spanning lines should work
5525 reasonably well now.
5526
5527 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5528
5529 (c-forward-objc-directive): New function to move over any ObjC
5530 directive.
5531
5532 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5533 (c-basic-matchers-before): Use it.
5534
5535 (c-font-lock-objc-iip-decl): Remove.
5536
5537 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5538 in the template arglist recognition.
5539
5540 * progmodes/cc-styles.el (c-style-alist): Fix several
5541 inconsistencies in the Whitesmith style.
5542
5543 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5544 New lineup function to get lines after Whitesmith style blocks
5545 correctly indented.
5546
5547 (c-lineup-whitesmith-in-block): Back out the compensation for
5548 opening parens since it's done using `add' lists in the style
5549 definition instead. Don't use the anchor position since it varies
5550 too much between the syntactic symbols. :P
5551
5552 * progmodes/cc-vars.el (c-valid-offset): Update.
5553
5554 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5555 lists where the offsets are combined according to several
5556 different methods: `first', `min', `max', and `add'.
5557 Report offset evaluation errors with `c-benign-error' so that some kind
5558 of reindentation still is done.
5559
5560 * progmodes/cc-engine.el (c-guess-basic-syntax):
5561 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5562 `arglist-close'.
5563
5564 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5565 situations for `arglist-cont-nonempty' and `arglist-close'.
5566
5567 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5568
5569 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5570 cc-bytecomp-boundp' in a number of places.
5571
5572 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5573 macro related issue.
5574
5575 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5576
5577 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5578 list is now [asdf], a char class [:alpha:].
5579 Include code for char classes.
5580 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5581 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5582
5583 Remove (nearly all of) the cruft associated with AWK Mode's former
5584 concept of "virtual semicolons":
5585
5586 Adapt c-beginning-of-statement, c-end-of-statement (together with
5587 subfunctions) to use the new notion of "virtual semicolon" in
5588 place of the old awkward special handling for AWK. There remains
5589 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5590 * progmodes/cc-cmds.el:
5591 (c-ascertain-adjacent-literal): In the backwards direction, now
5592 recognises AWK regexp delimiters as string delimiters.
5593 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5594 check more rigorously for "end of macro".
5595 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5596 virtual semicolons;
5597 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5598 out the code for forward movement into ...
5599 (c-end-of-statement): Now contains the code for forward movement,
5600 adapted for virtual semicolons.
5601
5602 * progmodes/cc-engine.el:
5603 (c-ws*-string-limit-regexp): New regexp.
5604 (c-forward-single-comment, c-backward-single-comment): Comment out
5605 the (now redundant) "special" AWK stuff.
5606
5607 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5608 c-string-par-start, c-string-par-separate to be more like Text
5609 Mode than Fundamental Mode.
5610
5611 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5612
5613 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5614 to the fontified region so that fontification doesn't occur
5615 outside it (could happen e.g. when fontifying a line with an
5616 unfinished declaration).
5617
5618 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5619
5620 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5621 start of the file. ^L now separate sections of the file.
5622 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5623 (c-awk-one-line-possibly-open-string-re)
5624 (c-awk-regexp-one-line-possibly-open-char-class-re)
5625 (c-awk-one-line-possibly-open-regexp-re)
5626 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5627 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5628
5629 Amend the concept of "virtual semicolons" (in the indentation
5630 engine) for languages like AWK, such that they are now
5631 conceptually attached to end of the last token of a statement, not
5632 the end of the line. (In AWK Mode, however, the pertinent text
5633 property is still physically set on the EOL.) Remove the specific
5634 tests for awk-mode, thus facilitating the introduction of other
5635 language modes where EOLs can end statements.
5636 (Note: The funtionality in cc-cmds.el, specifically
5637 c-beginning/end-of-statement has yet to be amended.)
5638
5639 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5640 New macros.
5641
5642 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5643 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5644 c-vsemi-status-unknown-p-fn (in a new page).
5645
5646 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5647 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5648 numerous awkward forms like
5649 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5650 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5651 variable before-ws-ip, the place just after char-before-ip appears.
5652
5653 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5654 a comment.
5655
5656 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5657
5658 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5659 `c-tentative-buffer-changes'.
5660
5661 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5662 convert to macro to choose between Emacs and XEmacs at compile time.
5663
5664 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5665
5666 (c-tentative-buffer-changes): New macro to handle temporary buffer
5667 changes in a convenient way.
5668
5669 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5670 for `c-tentative-buffer-changes'.
5671
5672 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5673 the checks for paren sexps between the point and the keyword, to
5674 avoid some false alarms.
5675
5676 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5677 Fixed a situation where an error could be thrown for unbalanced
5678 parens. Changed to make use of c-keyword-member' to avoid some
5679 repeated regexp matches.
5680
5681 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5682 These language variable are no longer necessary.
5683
5684 (c-block-stmt-kwds): New language constant used by
5685 c-looking-at-inexpr-block'.
5686
5687 (c-guess-basic-syntax): Remove an optional check that looked at
5688 the existence of the now removed language variables.
5689
5690 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5691 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5692 object instantiation expressions as declarations in some contexts.
5693 This bug only affected languages where the declarator can't be
5694 enclosed in parentheses.
5695
5696 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5697 insert newlines before and after substatement braces.
5698
5699 * progmodes/cc-engine.el: Improved the heuristics for recognizing
5700 function declaration headers and the handling of C++ style member
5701 init lists.
5702
5703 (c-just-after-func-arglist-p): Rewritten to use
5704 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
5705
5706 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5707
5708 (c-guess-basic-syntax): Adapt case 5B for the new
5709 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
5710 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5711 covers all cases now).
5712
5713 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5714
5715 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5716
5717 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5718 c-string-par-start/separate c-sentence-end-with-esc-eol,
5719 initialised in c-setup-paragraph-variables, used in string
5720 scanning subroutines of c-beginning-of-statement.
5721
5722 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5723 which precedes the newly inserted `{'.
5724
5725 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5726
5727 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5728 function for declaration level blocks. It should now cope with
5729 templates better and also be a lot more comprehensible.
5730
5731 (c-looking-at-decl-block): The new function.
5732
5733 (c-search-uplist-for-classkey): The old one. It's now a wrapper
5734 for compatibility.
5735
5736 (c-add-class-syntax, c-guess-continued-construct)
5737 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5738
5739 (c-decl-block-key): Change to tell apart ambiguous and
5740 unambiguous keywords. Pike specials are now handled directly in
5741 the code instead.
5742
5743 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5744 New language constants and variables to make the backward skip in
5745 `c-looking-at-decl-block' as tight as possible.
5746
5747 (c-nonsymbol-token-char-list): New language constant.
5748
5749 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5750 find balanced template arglists backwards.
5751
5752 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5753 making char classes for `c-syntactic-skip-backward'.
5754
5755 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5756 16D - can't be a class-close at that point.
5757
5758 * progmodes/cc-engine.el (c-guess-basic-syntax)
5759 (c-add-class-syntax): Don't narrow out the enclosing declaration
5760 level. This makes everything a lot easier, and it was actually
5761 only four small places that needed it to work. Some places that
5762 previously did `widen' are removed now, which has the effect that
5763 `c-guess-basic-syntax' never will look at things outside the
5764 current narrowment now. The anchor position for `topmost-intro'
5765 is affected by this, but it was so bogus it was basically useless
5766 before, and now it's equally bogus but in a slightly different way.
5767
5768 (c-narrow-out-enclosing-class): Gone.
5769
5770 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5771 the narrowed region.
5772
5773 (c-least-enclosing-brace): Remove silly optional argument.
5774
5775 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5776 the point could be left directly after an open paren when finding
5777 the beginning of the first decl in the block.
5778
5779 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5780 Specify which submatch to use.
5781
5782 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5783
5784 (c-decl-start-re): No longer any need for special treatment of
5785 ObjC due to the above.
5786
5787 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5788 presumably follows C in that regard.
5789
5790 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5791 New language constants to specify operator tokens inside
5792 identifiers in a more high level way.
5793
5794 (c-opt-identifier-prefix-key): New internal language constant.
5795
5796 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5797 (c-identifier-start, c-identifier-key): Now completely calculated
5798 from other constants.
5799
5800 (c-identifier-last-sym-match): Decommission since it's no longer used.
5801
5802 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
5803
5804 * progmodes/cc-engine.el (c-forward-name): Remove the
5805 optimization when c-identifier-key is equal to c-symbol-key since
5806 it doesn't work in byte compiled files. Don't record empty
5807 regions as identifiers.
5808
5809 * progmodes/cc-langs.el (c-filter-ops): New helper function to
5810 simplify access to `c-operators' and its likes.
5811
5812 (c-operator-list, c-all-op-syntax-tokens)
5813 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5814 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5815 (c-primary-expr-regexp, c-cast-parens): Use it.
5816
5817 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5818 an explicit language in functions.
5819
5820 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5821 variant of adornment.
5822
5823 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5824 variable.
5825
5826 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5827 the Pike value.
5828
5829 * progmodes/cc-engine.el (c-on-identifier)
5830 (c-simple-skip-symbol-backward): Small fix for handling "-"
5831 correctly in `skip-chars-backward'. Affected the operator lfun
5832 syntax in Pike.
5833
5834 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5835 diagnostic message about precompiled language vars not being used.
5836
5837 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5838 "__attribute__" is followed by a parenthesis.
5839
5840 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5841 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5842 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5843
5844 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5845 Internal cleanups to properly detect the declared identifiers in
5846 various declarations.
5847
5848 (c-decl-start-kwds): New language constant to recognize
5849 declarations that can start anywhere. Used for class declarations
5850 in Pike.
5851
5852 (c-specifier-key, c-not-decl-init-keywords)
5853 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5854 (c-find-decl-spots): Implement `c-decl-start-kwds'.
5855
5856 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5857 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5858 handling of the compiler specific extension keywords into a new
5859 language constant `c-decl-hangon-kwds' that defines keyword
5860 clauses to be ignored in declarations.
5861
5862 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5863 past unrecognized tokens when handling `c-colon-type-list-kwds'.
5864 Necessary to stop at the declared identifier in e.g. IDL valuetype
5865 declarations.
5866
5867 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5868 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5869 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5870 (c-forward-decl-or-cast-1): Recognize the declared identifier in
5871 class and enum declarations as such and not as part of the type.
5872
5873 (c-forward-decl-or-cast-1, c-forward-label): Relax the
5874 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5875
5876 (c-forward-decl-or-cast-1): Don't disregard sure signs of
5877 declarations when there's some syntax error later on.
5878
5879 (c-complex-decl-matchers): Did away with a reference to
5880 `c-specifier-key'.
5881
5882 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
5883 value - this variable is always dynamically bound.
5884
5885 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
5886 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
5887 * cc-cmds.el, cc-defs.el: Change the policy for marking up
5888 functions that might do hidden buffer changes: All such internal
5889 functions are now marked instead of those that don't.
5890
5891 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
5892 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
5893 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
5894 (c-literal-type): Allow these functions to make hidden buffer changes,
5895 so that they are free to use text property caching later on.
5896
5897 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
5898 (c-electric-brace, c-electric-slash, c-electric-star)
5899 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
5900 (c-electric-paren, c-electric-continued-statement, c-indent-command)
5901 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
5902 (c-context-line-break): Add `c-save-buffer-state' calls to comply
5903 with the changed semantics of the functions above.
5904
5905 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
5906 when macros occur in obscure places. Optimized the sexp movement
5907 a bit.
5908
5909 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5910
5911 Enhancements for c-beginning-of-statement to work in AWK Mode:
5912
5913 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
5914 (completed statement) with `}' (statement completed by closing
5915 brace or semicolon) and `$' (statement completed by EOL).
5916
5917 (c-awk-virtual-semicolon-ends-prev-line-p)
5918 (c-awk-virtual-semicolon-ends-line-p)
5919 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
5920 (c-awk-at-statement-end-p): New functions.
5921
5922 * progmodes/cc-cmds.el: Simplify the structure of functions
5923 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
5924 two functions and c-beginning-of-statement to handle AWK Mode.
5925
5926 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
5927 c-backward-single-comment for AWK mode. Attempt to clarify their
5928 doc-strings.
5929
5930 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
5931
5932 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5933
5934 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
5935 label handling. Labels are now recognized in a uniform and more
5936 robust way, regardless of context. Text properties are put on all
5937 labels to recognize the following declarations better.
5938 Multiword labels are handled both in indentation and fontification for
5939 the benefit of language extensions like Qt. For consistency, keywords
5940 in labels are now fontified with the label face instead.
5941 That also applies to "case" and "default".
5942
5943 (c-beginning-of-statement-1): Fix some bugs in the label
5944 handling. Disregard `c-nonlabel-token-key' in labels that begin
5945 with `c-label-kwds'.
5946
5947 (c-find-decl-spots): Support that the callback adds more
5948 `c-decl-end' spots to find.
5949
5950 (c-forward-decl-or-cast-1): Don't treat a list of plain
5951 identifiers followed by a colon as a declaration.
5952
5953 (c-forward-label): New function to recognize labels.
5954
5955 (c-guess-basic-syntax): Replace uses of `c-label-key' with
5956 `c-forward-label'. Moved the label recognition cases (14 and 15)
5957 earlier since they aren't so context sensitive now. Handle labels
5958 on the top level gracefully. Moved access label recognition to
5959 the generic label case (CASE 15) - removed CASE 5E.
5960
5961 (c-font-lock-declarations): Add recognition of labels in the
5962 same round since we need to handle labels in parallell with other
5963 declarations to recognize both accurately. It should also improve
5964 speed.
5965
5966 (c-simple-decl-matchers, c-basic-matchers-after):
5967 Move `c-font-lock-labels' so that it only is used on decoration level 2
5968 since `c-font-lock-declarations' handles it otherwise.
5969
5970 (c-complex-decl-matchers): Remove the simplistic recognition of
5971 access labels.
5972
5973 (c-decl-prefix-re): Remove the kludges that was necessary to cope
5974 with labels earlier.
5975
5976 (c-decl-start-re): New language variable to make
5977 `c-font-lock-declarations' stop for the special protection labels
5978 in Objective-C that start with `@'.
5979
5980 (c-label-key): Remove since it's no longer used.
5981
5982 (c-recognize-colon-labels, c-label-prefix-re): New language
5983 constants to support recognition of generic colon-terminated labels.
5984
5985 (c-type-decl-end-used): `c-decl-end' is now used whenever there
5986 are colon terminated labels.
5987
5988 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5989 first argument starts with a special brace list.
5990
5991 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
5992 (c-font-lock-declarations): Break out the declaration and cast
5993 recognition from `c-font-lock-declarations' to a new function, so
5994 that it can be used in the indentation engine.
5995
5996 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
5997 up to the start of the literal. Fixed bug with the point on the
5998 wrong side of the search limit that could happen when the start
5999 position is inside a literal.
6000
6001 * progmodes/cc-engine.el (c-parse-state)
6002 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6003 so that it's kept a little bit back to increase the hit rate.
6004
6005 (c-parse-state): Change the macro handling and fixed some
6006 glitches. Macro context is checked more often than necessary now,
6007 but otoh less garbage conses are generated.
6008
6009 * progmodes/cc-engine.el (c-parse-state)
6010 (c-invalidate-state-cache): Cache the last position where
6011 `c-state-cache' applies. This can speed up refontification quite
6012 a bit in blocks where there are many non-brace parens before the point.
6013
6014 (c-state-cache-end): New variable for this.
6015
6016 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6017 cache variable.
6018
6019 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6020 get close initial continue positions when the start position is
6021 inside a literal or macro. Do not call the callback for spots
6022 before the start position (which can happen e.g. for `c-decl-end'
6023 spots inside comments). Optimize better in special cases when the
6024 region is a single line inside a literal or macro (typically when
6025 the current line is refontified).
6026
6027 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6028 to `c-add-stmt-syntax' - there's no need to explicitly whack off
6029 entries from the paren state.
6030
6031 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6032 special case for "else if" clauses.
6033
6034 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6035 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6036
6037 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6038 New language variable to recognize the gcc extension with statement
6039 blocks inside expressions.
6040
6041 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6042 it somewhat more comprehensible. The argument AT-BLOCK-START is
6043 no longer used and hence removed.
6044
6045 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6046 to `c-add-stmt-syntax'.
6047
6048 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6049 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6050 This fixes bogus label recognition.
6051
6052 * progmodes/cc-engine.el (c-add-type, c-check-type)
6053 (c-forward-name, c-forward-type): Improve storage of template
6054 types in `c-found-types' so that they can be recognized better.
6055
6056 (c-syntactic-content): Add option to skip past nested parens.
6057
6058 * progmodes/cc-engine.el (c-forward-name):
6059 Set `c-last-identifier-range' all the time. It's less work that way.
6060 Handle that there might not be an identifier to store in
6061 `c-last-identifier-range'.
6062
6063 (c-forward-type): Handle that `c-last-identifier-range' might be
6064 nil from `c-forward-name'.
6065
6066 * progmodes/cc-defs.el (c-safe-scan-lists)
6067 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6068
6069 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6070 to work even if the form fails.
6071
6072 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6073 down in a large file in one go.
6074
6075 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6076
6077 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6078 function which is like `c-lineup-math' but returns nil instead of
6079 `c-basic-offset' when it doesn't match.
6080
6081 (c-lineup-math): Change to use `c-lineup-assignments'.
6082
6083 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6084
6085 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6086 c-beginning-of-statement. New subfunctions
6087 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6088
6089 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6090
6091 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6092 hardcoded char classes whereever possible. Changed a couple of
6093 places to use skip by syntax instead of skip by char class.
6094
6095 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6096 Fix a bug in the regexp that caused extreme backtracking.
6097
6098 * progmodes/cc-langs.el (c-block-comment-starter)
6099 (c-block-comment-ender): New language constants to specify in a
6100 single place how block comments look.
6101
6102 (c-comment-start-regexp, c-block-comment-start-regexp)
6103 (comment-start, comment-end, comment-start-skip)
6104 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6105 (c-syntactic-ws, c-nonempty-syntactic-ws)
6106 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6107 `c-line-comment-starter', `c-block-comment-starter' and
6108 `c-block-comment-ender'.
6109
6110 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6111 New language constants to break up things a bit.
6112
6113 (c-simple-ws): New language constant for simple whitespace.
6114
6115 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6116
6117 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6118 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6119 newlines. Allow and ignore nil elements in the list.
6120
6121 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6122
6123 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6124 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6125
6126 * progmodes/cc-cmds.el: Tidy up the comments in
6127 c-beginning-of-statement and subfunctions.
6128
6129 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6130 more flexible c-put-char-property and c-clear-char-properties.
6131 Add the author's email address.
6132
6133 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6134
6135 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6136 closing "*/" of a block comment.
6137
6138 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6139 subfunctions) so that it works at BOB and EOB.
6140
6141 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6142 c-beginning-of-statement, including new variable
6143 c-block-comment-start-regexp.
6144
6145 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6146
6147 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6148 symbols from `*-font-lock-extra-types' so that there's no need to
6149 use `regexp-opt' on those lists.
6150
6151 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6152 `c-type-modifier-kwds' is empty.
6153
6154 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6155 there are several strings on the same line.
6156
6157 * progmodes/cc-engine.el (c-literal-limits): Remove the
6158 compatibility function for older emacsen. `c-literal-limits-fast'
6159 has now taken the place of this function.
6160
6161 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6162 with older emacsen: We now require `pps-extended-state'.
6163
6164 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6165
6166 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6167 which obviates the need to hack sentence-end. This now handles
6168 escaped newlines in strings correctly. Correct minor bugs in
6169 c-move-over-sentence and in c-beginning-of-statement.
6170
6171 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6172 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6173 that movement over macros and code are rigorously separated from
6174 eachother. Correct a few incidental bugs.
6175
6176 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6177 Improve its doc-string. Improve the handling of certain specific cases.
6178
6179 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6180
6181 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6182 (c-guess-basic-syntax): Change the way class-level labels are
6183 recognized; they can now contain essentially any symbols.
6184
6185 (c-opt-extra-label-key): New language variable to cope with the
6186 special protection label syntax in Objective-C.
6187
6188 (c-opt-access-key): Remove; this is now handled better by
6189 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6190
6191 (c-complex-decl-matchers): Update to handle that
6192 `c-opt-access-key' no longer exists.
6193
6194 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6195 improved label recognition in `c-beginning-of-statement-1'.
6196
6197 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6198 Recognize bitfields better.
6199
6200 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6201 Remove some cruft and fixed a bug that could cause it to go to a
6202 position further down.
6203
6204 * progmodes/cc-langs.el, cc-engine.el
6205 (c-beginning-of-statement-1): Improve detection of labels in
6206 declaration contexts.
6207
6208 (c-beginning-of-decl-1): Use it.
6209
6210 (c-nonlabel-token-key): New language constant and variable needed
6211 by `c-beginning-of-statement-1'.
6212
6213 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6214 manifested itself due to the correction in `c-forward-sexp'.
6215
6216 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6217 Make these behave as documented when used at the buffer limits.
6218
6219 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6220 (c-type-decl-end-used): Made this a language variable.
6221
6222 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6223 correctly when `combine-after-change-calls' is used together with
6224 temporary narrowings.
6225
6226 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6227 Report labels correctly when the start point is immediately after the
6228 colon.
6229
6230 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6231 Remove since it isn't used anymore.
6232
6233 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6234 bracket arglists such as template parens in C++.
6235
6236 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6237 in the last check-in. Some optimization.
6238
6239 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6240 where it could stop at the same level in a preceding sexp when
6241 PAREN-LEVEL is set.
6242
6243 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6244 text property lookup only when it's needed.
6245
6246 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6247 Change the policy for paren marked angle brackets to be more
6248 persistent; once marked they remain marked even when they're found
6249 to be unbalanced in the searched region. This should keep the
6250 paren syntax around even when individual lines are refontified in
6251 multiline template arglists.
6252
6253 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6254 to control markup so that incorrect angle bracket arglists aren't
6255 marked in contexts where the correct value for
6256 `c-disallow-comma-in-<>-arglists' isn't known.
6257
6258 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6259 argument has become `c-parse-and-markup-<>-arglists'.
6260
6261 (c-remove-<>-arglist-properties): Remove - no longer used.
6262
6263 (c-after-change-check-<>-operators): New function used on
6264 `after-change-functions' to avoid that "<" and ">" characters that
6265 are part of longer operators have paren syntax.
6266
6267 (c-<>-multichar-token-regexp): New language variable used by
6268 `c-after-change-check-<>-operators'.
6269
6270 (c-after-change): Call `c-after-change-check-<>-operators'.
6271
6272 (c-font-lock-<>-arglists): Use the context properties set by
6273 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6274 correctly to avoid doing invalid markup.
6275
6276 (c-font-lock-declarations): Remove code that undoes the invalid
6277 markup done by `c-font-lock-<>-arglists'.
6278
6279 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6280 after `c-font-lock-declarations'.
6281
6282 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6283 Add paren-level feature.
6284
6285 (c-guess-basic-syntax): Improve the anchor position for
6286 `template-args-cont' in nested template arglists. There's still
6287 much to be desired in this area, though.
6288
6289 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6290
6291 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6292 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6293
6294 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6295
6296 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6297 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6298
6299 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6300 it doesn't work no longer are supported.
6301
6302 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6303 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6304 requires support for the syntax-table' text property, which rules
6305 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6306 cruft associated with those versions.
6307
6308 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6309 for the `syntax-table' text property, which rules out Emacs 19 and
6310 XEmacs < 21.4. Removed various compatibility cruft associated
6311 with those versions.
6312
6313 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6314 support for the `syntax-table' text property.
6315
6316 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6317 variable and use an extra quoted face name instead. All the
6318 emacsen flavors handle that correctly.
6319
6320 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6321 (c-font-lock-declarators, c-font-lock-declarations)
6322 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6323 property to mark the items in in declarator lists to handle
6324 refontification inside multiline declarations better.
6325
6326 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6327 construct like "a * b = c;" as a declaration.
6328
6329 2005-12-08 Kim F. Storm <storm@cua.dk>
6330
6331 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6332 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6333 select either meta, hyper, or super modifier for rectangle commands.
6334 (cua--rectangle-modifier-key): New defvar.
6335 (cua--M/H-key): Use it. Remove special case for `space'.
6336 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6337 on X, to meta otherwise. Always bind C-return to toggle
6338 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6339
6340 * emulation/cua-rect.el (cua-help-for-rectangle):
6341 Use cua--rectangle-modifier-key. Handle super modifier too.
6342 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6343 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6344
6345 * ido.el: Move Acknowledgements and History after Commentary.
6346 Minor changes to Commentary.
6347
6348 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6349 keymap if cua--prefix-override-timer is `shift'.
6350 (cua--shift-control-prefix): New function; emulate "type prefix
6351 key twice" functionality to handle shifted prefix key override.
6352 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6353 New commands.
6354 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6355
6356 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6357
6358 * textmodes/org.el (org-insert-heading): Try to do items before
6359 headings.
6360 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6361 (org-insert-item): New function.
6362 (org-renumber-ordered-list): Don't skip to higher level lists.
6363
6364 2005-12-08 Juri Linkov <juri@jurta.org>
6365
6366 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6367
6368 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6369
6370 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6371
6372 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6373 the constructed function name fun-1.
6374
6375 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6376 because such links don't lead to parent documentation.
6377
6378 2005-12-08 Kenichi Handa <handa@m17n.org>
6379
6380 * descr-text.el (describe-char): Use *Help-2* buffer if the
6381 current buffer is *Help*. Call describe-text-properties while
6382 setting the original buffer.
6383
6384 2005-12-07 Bill Wohler <wohler@newt.com>
6385
6386 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6387 and causes problems with non-MH users (such as Gnus users).
6388
6389 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6390
6391 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6392 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6393 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6394 command "info sources". Move calls to GDB command "list".
6395 (gdb-find-file-hook): Just use gdb-source-file-list.
6396 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6397 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6398 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6399 (gdb-data-list-register-values-handler): Use correct trigger name.
6400
6401 2005-12-07 Kim F. Storm <storm@cua.dk>
6402
6403 * ido.el (ido-completion-map): Rename from ido-mode-map.
6404 (ido-common-completion-map, ido-file-completion-map)
6405 (ido-file-dir-completion-map, ido-buffer-completion-map):
6406 Rename from ido-mode-....-map.
6407 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6408 (ido-setup-completion-map): Rename from ido-define-mode-map.
6409 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6410 to ido-completion-map.
6411
6412 2005-12-07 Kenichi Handa <handa@m17n.org>
6413
6414 * international/mule-cmds.el
6415 (set-display-table-and-terminal-coding-system): If the coding
6416 system specified in `unibyte-display' property is different from
6417 the arg coding-system, don't setup standard-display-table.
6418
6419 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6420
6421 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6422 that comments end at \n, regardless of selective-display.
6423
6424 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6425
6426 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6427 (gdb-version): New variables.
6428 (gdb-source-file-list, gdb-register-names)
6429 (gdb-changed-registers): New variables for use with GDB 6.4+.
6430 (gdb-ann3): Replace with...
6431 (gdb-init-1, gdb-init-2): ...two new functions.
6432 (gdba, gdb-prompt): Call gdb-init-1.
6433 (gdb-get-version): New function. Call gdb-init-2 from here.
6434 (gud-watch): Make it work with mouse events too.
6435 (gdb-post-prompt): Don't add to queue until GDB version is known.
6436 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6437 (gdb-locals-mode): Use gdb-version.
6438 (gdb-memory-format-map, gdb-memory-unit-map)
6439 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6440 (gdb-locals-font-lock-keywords-1)
6441 (gdb-locals-font-lock-keywords-2): New variables.
6442 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6443 (gdb-set-gud-minor-mode-existing-buffers-1)
6444 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6445 (gdb-var-update-1, gdb-var-update-handler-1)
6446 (gdb-data-list-register-values-handler)
6447 (gdb-data-list-register-values-custom)
6448 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6449 (gdb-stack-list-locals-handler, gdb-get-register-names):
6450 New functions for use with GDB 6.4+.
6451 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6452 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6453 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6454 (gdb-stack-list-locals-regexp)
6455 (gdb-data-list-register-names-regexp): New regexps for use with
6456 GDB 6.4+.
6457
6458 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6459
6460 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6461
6462 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6463
6464 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6465 prompts work for AUTH PLAIN. Also reported by Steve Allan
6466 <seallan@verizon.net>.
6467
6468 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6469
6470 * frame.el (set-frame-parameter): Add doc string.
6471
6472 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6473
6474 * textmodes/org.el (org-occur-highlights): New variable.
6475 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6476 (org-highlight-sparse-tree-matches): New option.
6477 (org-do-occur): New function.
6478 (org-get-heading): Make it work also at beginning of line.
6479 (org-category-table): New variable.
6480 (org-get-category-table, org-get-category)
6481 (org-camel-to-words, org-link-search): New functions.
6482 (org-select-this-todo-keyword): New variable.
6483 (org-todo-list): New command.
6484 (org-shiftright, org-shiftleft): New commands.
6485 (org-agenda-todo): Add prefix argument.
6486 (org-show-hierarchy-above): New option.
6487 (org-show-todo-tree): Numerical prefix creates tree for specific
6488 TODO keyword.
6489 (org-outline-level): New function, to assign a level to plain
6490 lists items.
6491 (org-cycle-include-plain-lists): New option.
6492 (org-mode): Use `org-outline-level' as value of `outline-level'.
6493 (org-cycle): Temporarily switch `outline-regexp' if
6494 `org-cycle-include-plain-lists' is non-nil.
6495 (org-start-icalendar-file): Fix format bug.
6496 (org-agenda-get-day-entries): Create category table.
6497 (org-agenda-get-todos, org-agenda-get-timestamps)
6498 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6499 (org-agenda-get-blocks): Use `org-get-category'.
6500 (org-context-in-file-links): Rename from
6501 `org-line-numbers-in-file-links'.
6502
6503 2005-12-06 Romain Francoise <romain@orebokech.com>
6504
6505 * window.el (balance-windows): Delete extraneous third arg in call
6506 to `enlarge-window'.
6507
6508 2005-12-06 Kenichi Handa <handa@m17n.org>
6509
6510 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6511
6512 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6513
6514 * progmodes/gdb-ui.el (gdb-var-create-handler)
6515 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6516 (gdb-var-list-children-handler, gdb-var-update-handler):
6517 Current buffer is already gdb-partial-output-buffer, don't
6518 make it current again.
6519
6520 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6521
6522 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6523 (list-buffers-noselect): Use it.
6524
6525 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6526
6527 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6528 (mail-yank-ignored-headers): Use regexp-opt.
6529 (mail-mode-map): Move initialization into declaration.
6530 (mail-sent-via): Remove unused shadowed var `to-line'.
6531 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6532 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6533 (mail-do-fcc): Use dolist and push.
6534 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6535 (mail-yank-ignored-headers): Don't autoload.
6536
6537 2005-12-05 Kenichi Handa <handa@m17n.org>
6538
6539 * international/mule-cmds.el (set-language-info-internal): New fun.
6540 (set-language-info): Call set-language-info-internal to update
6541 language-info-alist. If LANG-ENV is the current one, call
6542 set-language-environment to make INFO effective now.
6543 (set-language-info-alist): Likewise.
6544 (locale-language-names): With locale "en", use English
6545 lang. env. but set the default codings to iso-8859-1.
6546
6547 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6548
6549 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6550 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6551 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6552 for plain strings.
6553 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6554 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6555 Create registers buffer if necessary. Echo new state in minibuffer.
6556 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6557
6558 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6559
6560 * info.el (Info-fontify-node): Match external links using
6561 non-directory part of filename.
6562
6563 2005-12-04 Juri Linkov <juri@jurta.org>
6564
6565 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6566 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6567 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6568 because there is no customization option for it.
6569
6570 * font-lock.el (lisp-font-lock-keywords-1):
6571 Add define-global-minor-mode.
6572
6573 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6574
6575 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6576 properties on the constructed variable names.
6577
6578 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6579 Put `definition-name' properties on the constructed function names
6580 next-sym and prev-sym.
6581
6582 * emacs-lisp/find-func.el (find-function-regexp):
6583 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6584 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6585 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6586 and easy-menu-define.
6587
6588 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6589 easy-mmode-define-global-mode and define-global-minor-mode.
6590 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6591
6592 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6593 instead of easy-mmode-define-global-mode.
6594
6595 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6596 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6597
6598 * cus-edit.el (customize-group, customize-group-other-window):
6599 Filter out autoloaded options from the group completion list by
6600 using heuristics that autoloaded groups don't have `custom-autoload'
6601 property on their symbols (they have only `custom-loads').
6602
6603 * simple.el (completion-setup-function): Put completions-common-part
6604 face on complete completion string too (i.e. completion string
6605 without completions-first-difference face).
6606
6607 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6608
6609 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6610
6611 * view.el (view-mode): Doc fix.
6612
6613 * disp-table.el (standard-display-european): Add to the warning
6614 message a reference to the doc string.
6615
6616 * play/yow.el (apropos-zippy): Call print-help-return-message,
6617 similar to other Help and Apropos commands.
6618
6619 * help.el (print-help-return-message): If pop-up-frames is
6620 non-nil, set up help-return-method to delete the help window and,
6621 possibly, its frame as well, and don't display message about
6622 scrolling the help window. Doc fix.
6623 (help-return-method): Doc fix.
6624
6625 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
6626
6627 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6628 whereby names of length one or names starting with a
6629 symbol-constituent character would not be returned.
6630
6631 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6632
6633 * subr.el (atomic-change-group): Add edebug and indentation spec.
6634
6635 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6636
6637 * completion.el (save-completions-file-name): Fix typo in last change.
6638
6639 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6640
6641 * info.el: Move back/forward history to the beginning of the tool bar.
6642
6643 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6644
6645 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6646 Add fset of allout-real-isearch-abort during compile to fix
6647 byte-compilation warnings.
6648 (allout-mode-p): Move definition of this macro above all uses, or
6649 byte compilation in barren emacs (eg, during emacs build) will
6650 lack the definition.
6651 (allout-mode): Move this variable above any uses, or byte
6652 compilation will fail.
6653 (allout-resolve-xref): Remove use of personal file-reference function.
6654 (allout-toggle-current-subtree-encryption): Do the current (ie,
6655 visible containing) topic, rather than nearest around point. Doc fix.
6656 (allout-toggle-subtree-encryption): New function, workhorse that
6657 works on nearest topic containing point.
6658 (allout-encrypt-string): Signal requirement for newer version of pgg.
6659 (allout-resumptions): Doc fix.
6660
6661 2005-12-02 Eli Zaretskii <eliz@gnu.org>
6662
6663 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6664
6665 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
6666
6667 * textmodes/flyspell.el (flyspell-external-point-words):
6668 Consider a misspelling as found in the string search if: (a) misspelling
6669 and found string lengths match, or (b) misspelling is found as
6670 element in a boundary-chars separated longer string, or (c)
6671 ispell-program-name is really ispell and misspelling is found as
6672 part of a TeX string. After successful match move beginning of
6673 search region to end of match. Warn about not found misspellings
6674 once the process is done.
6675 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6676
6677 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
6678
6679 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6680 tool bar (removed inadvertently).
6681
6682 2005-12-02 Juri Linkov <juri@jurta.org>
6683
6684 * log-view.el (log-view-diff): Clarify doc string.
6685
6686 2005-12-01 Bill Wohler <wohler@newt.com>
6687
6688 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6689 triggers lm-verify errors.
6690
6691 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
6692
6693 * simple.el (transient-mark-mode, line-number-mode)
6694 (column-number-mode, size-indication-mode): Remove `:require nil'.
6695
6696 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6697
6698 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6699 in the margin also.
6700 (gdb-breakpoints-mode-map): Use D instead of d for
6701 gdb-delete-breakpoint.
6702 (gdb-get-frame-number): Require a number to match on.
6703 (gdb-threads-mode-map): Add follow-link binding.
6704
6705 2005-11-30 Jason Rumney <jasonr@gnu.org>
6706
6707 * isearch.el (isearch-mode-map): Avoid exiting search on
6708 language-change event.
6709
6710 2005-11-30 Romain Francoise <romain@orebokech.com>
6711
6712 * speedbar.el (speedbar-default-position): New defcustom.
6713 (speedbar-frame-reposition-smartly): Use it.
6714
6715 * dframe.el (dframe-reposition-frame-emacs): Fix position
6716 computation for `left' location.
6717 Update copyright year.
6718
6719 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6720
6721 * help.el (help-map): Move initialization into declaration.
6722
6723 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6724
6725 * help-fns.el (help-argument-name): Don't autoload.
6726 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6727 to be re-loaded when customizing the `help' group.
6728
6729 2005-11-30 John Paul Wallington <jpw@gnu.org>
6730
6731 * help-fns.el (describe-function-1): Fill arglist output.
6732
6733 2005-11-30 Kim F. Storm <storm@cua.dk>
6734
6735 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6736 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6737 after revert-buffer (or anything else which kills all local variables).
6738
6739 * apropos.el (apropos-parse-pattern): Doc fix.
6740 Set apropos-regexp directly, rather than expecting callers to do so.
6741 (apropos-command, apropos, apropos-value, apropos-documentation):
6742 Simplify calls to apropos-parse-pattern.
6743
6744 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6745
6746 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6747 (hi-lock-face-phrase-buffer): Use hi-yellow face.
6748 (hi-lock-write-interactive-patterns): Use comment-region.
6749
6750 * longlines.el (longlines-mode): Add mail-setup-hook.
6751
6752 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6753
6754 * simple.el (sendmail-user-agent-compose, next-line):
6755 Conditionally use hard-newline.
6756
6757 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6758
6759 * international/latexenc.el (latex-inputenc-coding-alist):
6760 Reword doc string.
6761
6762 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6763
6764 * help.el (describe-key-briefly, describe-key): Recognize default
6765 bindings.
6766
6767 2005-11-29 Romain Francoise <romain@orebokech.com>
6768
6769 * view.el (view-inhibit-help-message): New defcustom.
6770 (view-mode-enter): Use it.
6771
6772 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
6773
6774 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6775 Preserve user position.
6776
6777 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
6778
6779 * font-lock.el: Throw error if facemenu is not loaded to prevent
6780 accidental change of loading order in loadup.el. (Suggested by RMS.)
6781
6782 * loadup.el: Add comment explaining why facemenu must be loaded
6783 before font-lock.
6784
6785 2005-11-28 Jay Belanger <belanger@truman.edu>
6786
6787 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6788 (calc-dispatch-map): Add more keys for `calc-same-interface'.
6789
6790 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6791
6792 * calc/calc-embed.el (calc-do-embedded): Update help message.
6793
6794 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6795
6796 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6797
6798 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6799
6800 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6801 called-interactively-p.
6802 (elp-profilable-p): Rename from elp-not-profilable-p.
6803 Invert result and take into account macros and autoloaded functions.
6804 (elp-instrument-function): Update call.
6805 (elp-instrument-package): Update call. Add completion.
6806 (elp-pack-number): Use match-string.
6807 (elp-results-jump-to-definition-by-mouse): Merge into
6808 elp-results-jump-to-definition and then remove.
6809 (elp-output-insert-symname): Make help echo text single-line.
6810
6811 * replace.el (query-replace-map): Move initialization into declaration.
6812 (occur-engine): Use with-current-buffer.
6813 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6814 (occur-mode-mouse-goto): Replace with an alias.
6815
6816 2005-11-28 Juri Linkov <juri@jurta.org>
6817
6818 * simple.el (quoted-insert): Let-bind input-method-function to nil.
6819
6820 * term/w32-win.el: Bind [S-tab] to [backtab].
6821
6822 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6823 `Info-find-file' to t.
6824
6825 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6826 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6827 and same-window-regexps.
6828 (occur-next-error): Don't move point for arg 0.
6829
6830 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
6831
6832 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6833
6834 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6835
6836 * log-edit.el (log-edit-changelog-use-first): New var.
6837 (log-edit-changelog-ours-p): Use it.
6838 (log-edit-insert-changelog): Set it with new arg `use-first'.
6839 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6840 (log-edit-hook): Add them to the list of suggested options.
6841
6842 * textmodes/flyspell.el (flyspell-last-buffer): New var.
6843 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6844 redundant work.
6845 (flyspell-mode-on): Use add-hook for after-change-functions.
6846 (flyspell-mode-off): Use remove-hook for after-change-functions.
6847 (flyspell-changes): Make it buffer-local.
6848 (flyspell-after-change-function): Make it non-interactive. Use push.
6849 (flyspell-post-command-hook): Check input-pending-p while processing
6850 the potentially long list of buffer changes.
6851
6852 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6853
6854 * buff-menu.el (list-buffers-noselect): Display the selected
6855 frame's buffer list, not the global one.
6856
6857 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6858
6859 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6860 that (list last-input-event) works as in interactive spec.
6861
6862 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6863
6864 * loadup.el ("facemenu"): Load facemenu before font-lock, because
6865 `facemenu-keymap' needs to be defined when font-lock is loaded.
6866 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6867
6868 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6869
6870 * completion.el: Remove useless leading * in defcustom docstrings.
6871 (save-completions-file-name): Use ~/.emacs.d if available.
6872 (completion-standard-syntax-table): Rename from
6873 cmpl-standard-syntax-table and fold initialization into declaration,
6874 thus removing cmpl-make-standard-completion-syntax-table.
6875 (completion-lisp-syntax-table, completion-c-syntax-table)
6876 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
6877 (cmpl-saved-syntax, cmpl-saved-point): Remove.
6878 (symbol-under-point, symbol-before-point)
6879 (symbol-under-or-before-point, symbol-before-point-for-complete)
6880 (add-completions-from-c-buffer): Use with-syntax-table.
6881 (make-completion): Don't return a list of completion entries.
6882 Update callers.
6883 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
6884 (completion-initialize): Rename from initialize-completions.
6885 (completion-find-file-hook): Rename from cmpl-find-file-hook.
6886 (kill-emacs-save-completions): Collect stats here.
6887 (save-completions-to-file, load-completions-from-file):
6888 Use with-current-buffer.
6889 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
6890 into a function. Move all calls to toplevel.
6891 (completion-lisp-mode-hook): New fun.
6892 (completion-c-mode-hook, completion-setup-fortran-mode):
6893 Set the syntax-table here. Use local-set-key.
6894 (completion-saved-bindings): New var.
6895 (dynamic-completion-mode): Make it into a proper minor mode.
6896 (load-completions-from-file): Remove unused var `num-uses'.
6897
6898 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
6899 constructor if it is explicitly overridden.
6900
6901 * complete.el (PC-completion-as-file-name-predicate):
6902 Use minibuffer-completing-file-name.
6903 (partial-completion-mode): Use find-file-not-found-functions.
6904 (PC-lisp-complete-symbol): Use with-syntax-table.
6905 (PC-look-for-include-file): Remove dead setq.
6906 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
6907 (PC-complete): Use with-current-buffer.
6908
6909 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
6910 escape single quotes.
6911
6912 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6913
6914 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
6915 of `if' whose condition always returned nil. Doc fix.
6916
6917 * buff-menu.el (Buffer-menu-revert-function): Make the selected
6918 window's buffer the current buffer around the call to
6919 `list-buffers-noselect'. This is necessary to mark that buffer
6920 with a `.' in the Buffer Menu when called from Lisp, for instance
6921 by Auto Revert Mode.
6922
6923 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6924
6925 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
6926 attaching to it.
6927 (gdb-pre-prompt): Make sure gdb-error is reset.
6928
6929 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
6930 with a child process, detect it.
6931 (gud-speedbar-buttons): Match regexp more carefully.
6932
6933 2005-11-27 Richard M. Stallman <rms@gnu.org>
6934
6935 * mouse.el (mouse-drag-move-window-bottom):
6936 Use adjust-window-trailing-edge.
6937
6938 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6939
6940 * simple.el (blink-matching-open): Ignore
6941 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
6942 (blink-matching-paren-on-screen): Update docstring.
6943
6944 * paren.el (show-paren-mode): No longer change
6945 `blink-matching-paren-on-screen'.
6946
6947 2005-11-27 John Paul Wallington <jpw@pobox.com>
6948
6949 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6950 (gdb-threads-select, gdb-edit-register-value):
6951 Use `posn-set-point' instead of `mouse-set-point' because the
6952 latter is not fbound when configured without X.
6953
6954 2005-11-27 Kim F. Storm <storm@cua.dk>
6955
6956 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
6957 existing face when partially highlighting a TAB in a rectangle.
6958
6959 2005-11-26 Kim F. Storm <storm@cua.dk>
6960
6961 * ido.el (ido-mode-map): Doc fix.
6962 (ido-mode-common-map, ido-mode-file-map)
6963 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
6964 (ido-define-mode-map): Rewrite. Select one of the new maps as
6965 parent for ido-mode-map instead of building from scratch.
6966 (ido-init-mode-maps): New defun to initialize new maps.
6967 (ido-mode): Call it.
6968 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
6969 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
6970
6971 2005-11-26 John Paul Wallington <jpw@pobox.com>
6972
6973 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
6974 `mouse-set-point' because the latter is not fbound when configured
6975 without X.
6976
6977 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
6978
6979 * files.el (file-relative-name): Doc fix.
6980
6981 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
6982
6983 * progmodes/octave-inf.el (inferior-octave-startup): Force a
6984 non-empty string for secondary prompt PS2.
6985
6986 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
6987
6988 * progmodes/compile.el (compilation-setup): Fix last change.
6989
6990 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
6991
6992 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6993 (gdb-mouse-toggle-breakpoint-margin)
6994 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
6995 Add gdb-server-prefix to keep out of command history.
6996 (gdb-edit-register-value): New function.
6997 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
6998 (gdb-info-registers-custom): Use above map.
6999
7000 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7001
7002 * custom.el (enable-theme): Signal error if argument is not a
7003 theme. Don't recalculate a face if it's not loaded yet.
7004
7005 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7006 the `user' theme is in effect.
7007
7008 * info.el (Info-on-current-buffer): Record actual filename in
7009 Info-current-file, instead of t, or a fake filename if a non-file
7010 buffer. Make autoload.
7011 (Info-find-node, Info-revert-find-node): No need to check for
7012 Info-current-file nil.
7013 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7014 Info-current-file is now never `t'.
7015 (Info-fontify-node): Many simplifications due to Info-current-file
7016 always being valid. Use Info-find-file to find node filename.
7017
7018 2005-11-25 David Kastrup <dak@gnu.org>
7019
7020 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7021 new character, then delete" in order to preserve markers.
7022
7023 2005-11-25 David Ponce <david@dponce.com>
7024
7025 * recentf.el (recentf-arrange-by-rule): Handle a special
7026 `auto-mode-alist'-like "strip suffix" rule.
7027 (recentf-build-mode-rules): Handle second level auto-mode entries.
7028
7029 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7030
7031 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7032 window modes.
7033
7034 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7035 jde-javadoc-checker-report-mode.
7036
7037 * ediff-wind (ediff-make-wide-display): Slight simplification.
7038
7039 * ediff.el (ediff-date): Change the date of last update.
7040
7041 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7042
7043 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7044 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7045 (hi-lock-mode): New global minor mode.
7046 (turn-on-hi-lock-if-enabled): New function.
7047 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7048 Change arguments to regexp and face instead of a font-lock pattern.
7049 Directly set face property, instead of refontifying.
7050 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7051 (hi-lock-find-patterns): Use line-number-at-pos.
7052
7053 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7054 arguments for hi-lock-set-pattern.
7055 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7056 Call font-lock-fontify-buffer.
7057 (hi-lock-find-file-hook, hi-lock-current-line)
7058 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7059
7060 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7061 turned off.
7062
7063 * progmodes/compile.el (compilation-setup): Don't fiddle with
7064 font-lock-defaults.
7065
7066 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7067
7068 * progmodes/gdb-ui.el (gdb-var-create-handler)
7069 (gdb-var-list-children-handler): Find values for all variable
7070 objects. gud-speedbar-buttons decides whether to display them.
7071
7072 2005-11-24 Romain Francoise <romain@orebokech.com>
7073
7074 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7075 buffer name with a space.
7076
7077 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7078
7079 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7080 `org-export-local-list-max-depth'. Change default value to 3.
7081 (org-auto-renumber-ordered-lists)
7082 (org-plain-list-ordered-item-terminator): New options.
7083 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7084 (org-get-indentation, org-get-string-indentation)
7085 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7086 New functions.
7087 (org-move-item-down, org-move-item-up): New commands.
7088 (org-export-as-html): New classes for CSS support. Bug fix in
7089 regular expression detecting fixed-width regions. Respect
7090 `org-local-list-ordered-item-terminator'.
7091 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7092 also a list item.
7093 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7094 New item moving functions.
7095
7096 2005-11-24 Juri Linkov <juri@jurta.org>
7097
7098 * isearch.el (isearch-repeat): With empty search ring set
7099 `isearch-error' to the error string instead of signaling error
7100 with the function `error'.
7101
7102 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7103
7104 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7105
7106 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7107
7108 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7109 and variable.
7110 (gdb-var-create-handler, gdb-var-list-children-handler):
7111 Don't match on "char **...".
7112 (gdb-var-update-handler): Find values for all variable objects.
7113 (gdb-info-frames-custom): Identify frames by leading "#".
7114
7115 * progmodes/gud.el (gud-speedbar-menu-items): Add
7116 gdb-speedbar-auto-raise as radio button.
7117 (gud-speedbar-buttons): Raise speedbar if requested.
7118 Don't match on "char **...".
7119 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7120 Make it editable.
7121
7122 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7123
7124 * info.el (Info-fontify-node): Handle the case where
7125 Info-current-file is t.
7126
7127 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7128
7129 * simple.el (blink-matching-open): Fix off-by-one in last change.
7130
7131 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7132
7133 * term/mac-win.el: Don't change default directory.
7134
7135 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7136
7137 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7138 buffers correctly. (It used to throw an error in such buffers.)
7139 Make it ask for confirmation in group buffers and other Custom
7140 buffers containing more than one customization item.
7141
7142 2005-11-22 John Paul Wallington <jpw@gnu.org>
7143
7144 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7145 property on mail and url overlays.
7146 (goto-address-at-point): Use `posn-set-point' instead of
7147 `mouse-set-point' because the latter is not fbound when configured
7148 without X.
7149
7150 2005-11-22 Lars Hansen <larsh@soem.dk>
7151
7152 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7153 (ls-lisp-classify, ls-lisp-format): Delete call to
7154 ls-lisp-parse-symlink.
7155 (ls-lisp-handle-switches): Handle symlinks to directories as
7156 directories when ls-lisp-dirs-first in non-nil.
7157
7158 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7159
7160 * startup.el (command-line): Make sure that loaddefs.el is handled
7161 correctly in load-history.
7162
7163 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7164
7165 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7166 (gdb-struct-string, gdb-array-string): New constants.
7167 (gdb-info-locals-handler): Use them.
7168 (gdb-reset): Reset gdb-var-list to nil.
7169
7170 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7171
7172 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7173 in patterns.
7174
7175 2005-11-21 Juri Linkov <juri@jurta.org>
7176
7177 * custom.el (defcustom): Update link types in docstring.
7178
7179 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
7180
7181 * custom.el (defgroup): Add doc-string-elt info.
7182
7183 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7184
7185 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7186
7187 * newcomment.el (comment-enter-backward): Fix last fix.
7188
7189 * simple.el (blink-matching-open):
7190 * paren.el (show-paren-function): Allow new paren-class info.
7191
7192 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7193
7194 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7195 handled automagically.
7196
7197 2005-11-20 Andreas Schwab <schwab@suse.de>
7198
7199 * descr-text.el (describe-char): When copying overlays put them
7200 over the full char description instead of just the first character
7201 of it.
7202
7203 2005-11-20 Juri Linkov <juri@jurta.org>
7204
7205 * simple.el (what-cursor-position):
7206 * descr-text.el (describe-char): Use Lisp-readable syntax
7207 for octal and hex. Reorder decimal, octal and hex values.
7208 Remove excess whitespace in the output. Use `=' in `column='
7209 like in `point=' and `Hscroll='.
7210
7211 * international/mule-cmds.el (encoded-string-description):
7212 Use Lisp-readable syntax for hex.
7213
7214 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7215
7216 * newcomment.el (comment-enter-backward): Handle the case where the
7217 comment is closed by EOB.
7218
7219 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7220
7221 * longlines.el (longlines-before-revert-hook)
7222 (longlines-after-revert-hook): New functions.
7223 (longlines-mode): Turn off longlines temporarily when reverting.
7224 Add a message-setup-hook.
7225 (longlines-decode-buffer): New function.
7226 (longlines-wrap-line): Preserve marker positions.
7227
7228 2005-11-19 Andreas Schwab <schwab@suse.de>
7229
7230 * emacs-lisp/shadow.el: Handle compressed files.
7231
7232 2005-11-19 Romain Francoise <romain@orebokech.com>
7233
7234 * net/browse-url.el (browse-url-default-browser): Signal an error
7235 if no usable browser can be found, rather than try to load w3.
7236
7237 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7238
7239 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7240 replacing existing properties.
7241 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7242 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7243 tty specs.
7244 (rcirc-server-prefix, rcirc-server): New faces.
7245 (rcirc-url-regexp): Generate with rx macro.
7246 (rcirc-last-server-message-time): New variable.
7247 (rcirc-filter): Record time of last message.
7248 (rcirc-keepalive): Kill processes that did not send a message
7249 since the last ping.
7250 (rcirc-mode): Give rcirc-topic a local binding here.
7251
7252 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7253
7254 * subr.el (read-passwd): Fontify the prompt as we do with other
7255 prompts.
7256
7257 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7258
7259 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7260 binding buffer-read-only to nil.
7261
7262 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7263
7264 * complete.el (partial-completion-mode):
7265 Mention completion-auto-help in the doc string.
7266
7267 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7268 more Lisp-ish way.
7269
7270 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7271
7272 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7273 digits, not 8, to avoid misalignment for files larger than 100MB.
7274
7275 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7276
7277 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7278 Mention "keyboard shortcuts" in the help text.
7279
7280 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7281
7282 * startup.el (fancy-splash-default-action): Discard only
7283 mouse-down and succeeding mouse-up events in the splash screen
7284 window so that drag-n-drop event can be processed.
7285
7286 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7287
7288 * longlines.el (longlines-mode): Add hacks for mail-mode and
7289 message-mode.
7290
7291 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7292
7293 * textmodes/org.el (org-table-sort-lines): New command.
7294 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7295 (org-add-file): Command removed, use `org-agenda-file-to-front'
7296 instead.
7297 (org-export-icalendar): Use `org-icalendar-combined-name'.
7298 (org-cycle-agenda-files, org-agenda-file-to-end)
7299 (org-agenda-file-to-front): New commands.
7300 (org-table-tab-jumps-over-hlines, org-export-html-style):
7301 New options.
7302 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7303 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7304 New functions.
7305 (org-fill-paragraph): Call `org-table-align' in tables.
7306 (org-mode): Call `org-set-autofill-regexps'.
7307 (org-export-as-html): Support for local handformatted lists.
7308 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7309 (org-export-local-list-max-depth): New option.
7310 (org-html-expand): Use `org-html-protect'.
7311
7312 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7313
7314 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7315 to "p".
7316 (gdb): Move definition of gud-pp to...
7317
7318 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7319 speedbar.
7320 (gdb-find-watch-expression): New function.
7321
7322 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7323
7324 * faces.el (face-attribute, set-face-attribute): Mention existence
7325 of `:ignore-defface' setting in docstring.
7326
7327 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7328
7329 * simple.el (completion-setup-function): Fix last change.
7330
7331 2005-11-17 John Paul Wallington <jpw@pobox.com>
7332
7333 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7334 Use `posn-set-point' instead of `mouse-set-point' because the
7335 latter is not fbound when configured without X.
7336
7337 * comint.el (comint-insert-input): Likewise.
7338
7339 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7340
7341 * simple.el (hard-newline): New variable.
7342 (sendmail-user-agent-compose, next-line): Use it.
7343
7344 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7345 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7346 (mail-mail-reply-to, mail-mail-followup-to)
7347 (mail-position-on-field, mail-signature, mail-yank-original)
7348 (mail-attach-file): Likewise.
7349
7350 * mail/mailheader.el (mail-header-format)
7351 (mail-header-format-function): Likewise.
7352
7353 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7354
7355 2005-11-17 Juri Linkov <juri@jurta.org>
7356
7357 * font-lock.el (font-lock-faces): Rename this defgroup from
7358 `font-lock-highlighting-faces'.
7359 (font-lock-comment-face, font-lock-comment-delimiter-face)
7360 (font-lock-string-face, font-lock-doc-face)
7361 (font-lock-keyword-face, font-lock-builtin-face)
7362 (font-lock-function-name-face, font-lock-variable-name-face)
7363 (font-lock-type-face, font-lock-constant-face)
7364 (font-lock-warning-face, font-lock-negation-char-face)
7365 (font-lock-preprocessor-face)
7366 (font-lock-regexp-grouping-backslash)
7367 (font-lock-regexp-grouping-construct): Rename :group from
7368 `font-lock-highlighting-faces' to `font-lock-faces'.
7369
7370 * cus-edit.el (lisp, c, tex):
7371 * progmodes/ada-mode.el (ada):
7372 * progmodes/asm-mode.el (asm):
7373 * progmodes/cperl-mode.el (cperl-faces):
7374 * progmodes/cpp.el (cpp):
7375 * progmodes/dcl-mode.el (dcl):
7376 * progmodes/f90.el (f90):
7377 * progmodes/fortran.el (fortran):
7378 * progmodes/icon.el (icon):
7379 * progmodes/idlwave.el (idlwave-misc):
7380 * progmodes/m4-mode.el (m4):
7381 * progmodes/make-mode.el (makefile):
7382 * progmodes/meta-mode.el (meta-font):
7383 * progmodes/modula2.el (modula2):
7384 * progmodes/octave-mod.el (octave):
7385 * progmodes/pascal.el (pascal):
7386 * progmodes/perl-mode.el (perl):
7387 * progmodes/prolog.el (prolog):
7388 * progmodes/ps-mode.el (PostScript-edit):
7389 * progmodes/scheme.el (scheme):
7390 * progmodes/sh-script.el (sh-script):
7391 * progmodes/simula.el (simula):
7392 * progmodes/tcl.el (tcl):
7393 * textmodes/nroff-mode.el (nroff):
7394 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7395 * textmodes/sgml-mode.el (sgml):
7396 * textmodes/texinfo.el (texinfo):
7397 Add :link (custom-group-link font-lock-faces) to defgroup.
7398
7399 * hi-lock.el (hi-lock): Rename this defgroup from
7400 `hi-lock-interactive-text-highlighting'. Change parent group from
7401 `faces' to `font-lock'. Add link to the manual.
7402 (hi-lock-mode, hi-lock-file-patterns-range)
7403 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7404 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7405 (hi-lock-faces): Add :group `faces'.
7406
7407 * cus-edit.el (custom-variable-prompt): Clarify the code.
7408
7409 * faces.el (face-read-string): Set the default value arg of
7410 completing-read.
7411
7412 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7413
7414 * rfn-eshadow.el (file-name-shadow-properties)
7415 (file-name-shadow-tty-properties, file-name-shadow-mode):
7416 Remove autoloads, because the file is now preloaded.
7417
7418 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7419
7420 * printing.el (easy-menu-intern): Don't define.
7421 (pr-get-symbol): Use easy-menu-intern only if defined.
7422
7423 * simple.el (blink-matching-open): Simplify a bit.
7424 (completion-setup-function): Fix the case of partial-completion-mode
7425 when the minibuffer's contents start with "-".
7426 Obey completion-base-size-function even when
7427 minibuffer-completing-file-name is non-nil.
7428
7429 2005-11-16 Richard M. Stallman <rms@gnu.org>
7430
7431 * net/eudcb-ph.el (eudc-ph-open-session):
7432 Use set-process-query-on-exit-flag.
7433
7434 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7435
7436 * international/ucs-tables.el (ucs-set-table-for-input):
7437 Use make-local-variable, not make-variable-buffer-local.
7438
7439 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7440 Improve warning message text.
7441
7442 * savehist.el (savehist-save-hook): Add :group.
7443
7444 * menu-bar.el (menu-bar-help-menu):
7445 Rename Find Extra Packages to External Packages.
7446
7447 * cus-edit.el (Custom-reset-standard): Verify that
7448 :custom-standard-value prop exists before calling it.
7449
7450 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7451
7452 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
7453
7454 * wid-edit.el (color): Enclose %t in %{...%}.
7455
7456 * cus-edit.el (face): Enclose %t in %{...%}.
7457
7458 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7459
7460 * savehist.el (savehist-mode-hook): Re-add the var.
7461 (savehist-mode): Use it.
7462
7463 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7464
7465 * textmodes/flyspell.el: Fix commenting convention.
7466 Remove unnecessary leading * in custom docstrings.
7467 (flyspell-emacs): Remove unused var.
7468 (flyspell-delete-region-overlays): Use remove-overlays.
7469 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7470 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7471 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7472 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7473 (make-flyspell-overlay): Don't locally reuse a global name.
7474 (flyspell-highlight-incorrect-region)
7475 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7476 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7477 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7478 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7479 Wrap calls to accept-process-output inside with-local-quit since it's
7480 often called from a post-command-hook.
7481 (flyspell-correct-word, flyspell-auto-correct-word):
7482 Use ispell-send-string.
7483 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7484
7485 * calendar/diary-lib.el (diary-list-entries): Also hide the
7486 terminating newline.
7487
7488 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7489
7490 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7491 window-system, to allow fonts on tty.
7492
7493 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7494
7495 * progmodes/gud.el (gud-speedbar-item-info): New function.
7496 (gud-install-speedbar-variables): Use it to display data type
7497 of watch expression as a tooltip in speedbar.
7498
7499 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7500
7501 * font-core.el (global-font-lock-mode): Add :version keyword,
7502 because default was changed.
7503
7504 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7505
7506 * startup.el (command-line): Use `custom-reevaluate-setting' for
7507 `file-name-shadow-mode'.
7508
7509 * loadup.el: Preload rfn-eshadow.
7510
7511 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7512 Add :version keyword.
7513 (file-name-shadow-properties, file-name-shadow-tty-properties)
7514 (file-name-shadow): Add :version keyword.
7515
7516 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7517 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7518 in the custom-group property of the symbol frames and the fringe
7519 group got no link to its parent group frames.
7520 Doc fix.
7521
7522 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7523
7524 * progmodes/gud.el (gud-stop-subjob): New function.
7525 (gud-menu-map, gud-tool-bar-map): Use it.
7526
7527 2005-11-16 Kim F. Storm <storm@cua.dk>
7528
7529 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7530 than kill it.
7531 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7532 to a more useful/logical place.
7533
7534 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7535
7536 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7537 go buttons complementary.
7538
7539 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7540
7541 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7542 (rfn-eshadow-sifn-equal): New function.
7543 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7544
7545 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7546
7547 * viper-utils.el (viper-non-word-characters-reformed-vi):
7548 Quote `-' in string.
7549
7550 * viper.el (viper-emacs-state-mode-list): Ensure that
7551 rcirc-mode buffers come up in Emacs state.
7552
7553 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7554 operation.
7555
7556 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7557
7558 * term.el (term-termcap-format): Fix typos.
7559 (term-down): Fix the negative argument case.
7560
7561 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7562
7563 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7564 2005-08-15.
7565 (gdb-ann3): New command gud-go.
7566 (menu): Accomodate gdb-mi.el.
7567 (gdb-assembler-custom): Make buffer of selected window current
7568 so that set-window-point works.
7569
7570 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7571 buttons and include new ones.
7572
7573 2005-11-16 Kim F. Storm <storm@cua.dk>
7574
7575 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7576 (gud-menu-map): Use it.
7577
7578 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7579
7580 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7581 that works correctly for Custom and that does not override a user
7582 who disables it.
7583
7584 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7585 (help-xref-interned, help-follow): Make hyperlinks for variables
7586 that are unbound, but have a non-nil variable-documentation property.
7587
7588 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7589 mode hook. (It conflicted with defcustoms for some mode hooks.)
7590 Use the `variable-documentation' property to give the mode hook a
7591 docstring and expand that docstring.
7592
7593 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7594
7595 * savehist.el (savehist-mode): Don't bother with
7596 `custom-set-minor-mode'.
7597 (savehist-coding-system): Check XEmacs version.
7598 (history-length): Declare also at run time.
7599 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7600 Don't set the customize state.
7601 (savehist-minibuffer-hook): Special case for when
7602 minibuffer-history-variable is equal to t.
7603
7604 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7605
7606 * files.el (write-file): Refresh VC status.
7607
7608 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7609 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7610 than fundamental-mode to see if the mode was set.
7611
7612 2005-11-14 Romain Francoise <romain@orebokech.com>
7613
7614 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7615 dummy function in `eval-when-compile' to avoid compiler warning.
7616 Require `man' at compile time.
7617
7618 2005-11-14 Jay Belanger <belanger@truman.edu>
7619
7620 * calc-alg.el (calcFunc-write-out-power): Rename it to
7621 calcFunc-powerexpand.
7622 (math-write-out-power): Rename it to math-powerexpand; have it
7623 handle negative exponents.
7624 (calc-writeoutpower): Rename it to calc-powerexpand.
7625
7626 * calc-ext.el: Change calcFunc-writeoutpower and
7627 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7628 autoloads.
7629 Add calcFunc-ldiv to autoloads.
7630
7631 * calc-arith.el (calcFunc-ldiv): New function.
7632
7633 * calc.el (calc-left-divide): New function.
7634
7635 2005-11-14 Juri Linkov <juri@jurta.org>
7636
7637 * cus-edit.el (custom-variable-prompt): Set the default value arg
7638 of completing-read.
7639
7640 * cus-dep.el (custom-make-dependencies): Reverse the list of
7641 found dependencies.
7642
7643 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7644
7645 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7646 Highlighting" entry, it is on by default now.
7647 (menu-bar-options-save): Do not save global-font-lock-mode.
7648
7649 2005-11-13 Richard M. Stallman <rms@gnu.org>
7650
7651 * textmodes/flyspell.el (flyspell-large-region):
7652 Call flyspell-accept-buffer-local-defs.
7653
7654 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
7655
7656 * textmodes/flyspell.el (flyspell-notify-misspell):
7657 Fix misspelling of "Misspelling".
7658 (flyspell-process-localwords): New function.
7659 (flyspell-large-region): Call flyspell-process-localwords and
7660 flyspell-delete-region-overlays.
7661 (flyspell-delete-region-overlays): New function.
7662 (flyspell-delete-all-overlays): Call that.
7663
7664 2005-11-13 Richard M. Stallman <rms@gnu.org>
7665
7666 * help.el (help-for-help-internal): Improve doc of C-h a.
7667 (describe-key): Improve prompt; doc fix.
7668
7669 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7670
7671 * vc-svn.el (vc-svn-registered): Catch all errors.
7672
7673 * cus-dep.el (custom-make-dependencies): Typo.
7674
7675 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
7676
7677 * net/tramp-util.el (top): Fix compilation warning.
7678
7679 2005-11-13 Kim F. Storm <storm@cua.dk>
7680
7681 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
7682
7683 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7684
7685 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7686 (gud-speedbar-buttons): Match on "const char *" too.
7687
7688 * progmodes/gdb-ui.el (gdb-var-create-handler)
7689 (gdb-var-list-children-handler): Match on "const char *" too.
7690 (gdb-var-evaluate-expression-handler): Match on empty string.
7691 (gdb-var-update-handler): Only call
7692 gdb-var-evaluate-expression-handler when required.
7693
7694 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7695
7696 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7697 selected window. This still doesn't work for speedbar.
7698 (gud-speedbar-buttons): Handle string expressions properly.
7699
7700 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7701 (gdb-var-create-handler): Handle string expressions properly.
7702 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7703 Handle string expressions properly. Move "type" field into regexp.
7704
7705 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7706
7707 * bookmark.el (bookmark-maybe-message): New function to reduce
7708 code duplication: invokes `message' iff baud-rate is high enough.
7709 (bookmark-write-file): Use above instead of an inline conditional.
7710 (bookmark-load): Same.
7711
7712 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7713
7714 * bookmark.el (bookmark-write-file): Don't visit the destination
7715 file, just write the data to it using write-region. This is
7716 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7717 change to avoid visiting the file in the first place.
7718
7719 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
7720
7721 * hi-lock.el (hi-lock-mode): Set the default value of
7722 font-lock-defaults.
7723
7724 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
7725
7726 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7727 arg to `file-attributes'.
7728 (find-lisp-format): The UID and GID can now be strings.
7729
7730 2005-11-12 Kim F. Storm <storm@cua.dk>
7731
7732 * help.el (help-map): Bind C-h d to apropos-documentation.
7733
7734 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7735 when point is at end-of-buffer.
7736
7737 * apropos.el (apropos-match-face): Doc fix.
7738 (apropos-sort-by-scores): Add new choice `verbose'.
7739 (apropos-documentation-sort-by-scores): New defcustom.
7740 (apropos-pattern): Now contains the pattern entered by the user.
7741 (apropos-pattern-quoted): New defvar.
7742 (apropos-regexp): New defvar, containing the regexp corresponding
7743 to apropos-pattern.
7744 (apropos-all-words-regexp): Rename from apropos-all-regexp.
7745 (apropos-read-pattern): New defun. Use it to read pattern arg in
7746 interactive calls; returns list of words for a word list, and
7747 string for a regexp.
7748 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
7749 parses a list of words or regexp as returned by apropos-read-pattern.
7750 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7751 (apropos-score-doc): Return a very high score if the string
7752 entered by the user matches literally.
7753 (apropos-variable): Doc fix. Use apropos-read-pattern.
7754 (apropos-command): Doc fix. Use apropos-read-pattern and
7755 apropos-parse-pattern. Call apropos-print with nosubst=t.
7756 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
7757 apropos-parse-pattern.
7758 (apropos-documentation): Doc fix. Use apropos-read-pattern and
7759 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
7760 apropos-documentation-sort-by-scores. Call apropos-print with
7761 nosubst=t.
7762 (apropos-documentation-internal): Pass doc string through
7763 substitute-key-definition before adding text properties.
7764 Highlight substring matching literal user input if possible.
7765 (apropos-documentation-check-doc-file): Remove locals beg and end.
7766 Fix calculation of score (as added twice). Pass doc string through
7767 substitute-key-definition before adding text properties.
7768 (apropos-documentation-check-elc-file): Pass doc string through
7769 substitute-key-definition before adding text properties.
7770 Highlight substring matching literal user input if possible.
7771 (apropos-print): Add new arg NOSUBST; if set, command and variable
7772 doc strings have already been passed through substitute-key-definition.
7773 Add code to handle apropos-accumulator items without score element
7774 for backwards compatibility (e.g. with woman package).
7775 Only show scores if apropos-sort-by-scores is `verbose'.
7776
7777 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7778
7779 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7780 Add jka-compr-load-suffixes to load-suffixes.
7781
7782 * jka-compr.el: Require jka-cmpr-hook.
7783 (jka-compr-info-compress-message, jka-compr-info-compress-program)
7784 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7785 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7786 (jka-compr-info-can-append, jka-compr-info-strip-extension)
7787 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7788 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
7789 (jka-compr-uninstall): Remove entries from
7790 jka-compr-added-to-file-coding-system-alist after they are used.
7791 (jka-compr-error): Remove unused var `curbuf'.
7792 (jka-compr-file-local-copy): Remove unused var `notfound'.
7793
7794 2005-11-10 Romain Francoise <romain@orebokech.com>
7795
7796 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7797
7798 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
7799
7800 * progmodes/gud.el (gud-menu-map): Move parentheses.
7801 (gdb): New command gud-pv.
7802
7803 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7804
7805 * tar-mode.el: Remove spurious or unnecessary leading stars
7806 in docstrings.
7807 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7808 (tar-parse-octal-integer-safe): Use mapc.
7809 (tar-header-block-summarize): Remove unused var `ck'.
7810 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7811 cleared before. Obey default-enable-multibyte-characters.
7812 Use mapconcat. Simplify setting of tar-header-offset.
7813 (tar-mode-map): Move initialization inside delcaration.
7814 (tar-flag-deleted): Use `abs'.
7815 (tar-expunge-internal): Remove unused var `line'.
7816 (tar-expunge-internal): Don't hardcode point-min==1.
7817 (tar-expunge): Widen while doing set-buffer-multibyte.
7818 (tar-rename-entry): Use file-name-coding-system.
7819 (tar-alter-one-field): Don't hardcode point-min==1.
7820 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7821 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
7822
7823 2005-11-10 Masatake YAMATO <jet@gyve.org>
7824
7825 * add-log.el (add-log-current-defun): Handle class::method
7826 notation of c++. Fix incorrect comment.
7827
7828 2005-11-10 Alan Mackenzie <acm@muc.de>
7829
7830 * help-fns.el (describe-variable): Make C-h v work when a variable
7831 has variable documentation yet is unbound.
7832
7833 2005-11-10 Masatake YAMATO <jet@gyve.org>
7834
7835 * man.el (Man-highlight-references): Set an empty
7836 string to `Man-arguments' if it is nil.
7837 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7838
7839 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7840
7841 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7842 commenting conventions.
7843
7844 * cus-dep.el (custom-make-dependencies): Simplify.
7845 Better follow the commenting conventions.
7846
7847 2005-11-09 Richard M. Stallman <rms@gnu.org>
7848
7849 * apropos.el (apropos-pattern): Rename from apropos-regexp.
7850 (apropos-orig-pattern): Rename from apropos-orig-regexp.
7851 All uses changed.
7852 (apropos-rewrite-regexp): Doc fix.
7853 (apropos-variable, apropos-command, apropos, apropos-value):
7854 Change prompt; carry through the argument renaming.
7855
7856 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7857
7858 * find-lisp.el: Require dired.
7859 (find-lisp-find-dired-internal): Do not call
7860 `abbreviate-file-name' on DIR.
7861
7862 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
7863
7864 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7865
7866 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
7867
7868 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7869 when using the speedbar.
7870 (gdb): New command gud-pp.
7871 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7872
7873 2005-11-09 Juri Linkov <juri@jurta.org>
7874
7875 * replace.el (occur-excluded-properties): New defcustom.
7876 (occur-1, occur-engine, occur-accumulate-lines): Use it.
7877
7878 2005-11-08 Jay Belanger <belanger@truman.edu>
7879
7880 * calc/calc-units.el (math-convert-units): Replace any composite
7881 unit by its definition.
7882
7883 2005-11-08 Lars Hansen <larsh@soem.dk>
7884
7885 * emacs-lisp/autoload.el (update-directory-autoloads):
7886 Add obsolete function alias.
7887
7888 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7889
7890 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7891 comment-indent-function.
7892 (lisp-comment-indent): Replace by an alias for comment-indent-default.
7893
7894 * reveal.el (reveal-post-command): Rework the handling of
7895 reveal-open-spots, so as to be more reliable. There were several
7896 tricky corner cases where an open spot might be lost, or where
7897 a closed spot might end up on the list of open spots.
7898 Only reveal text that's ellipsised.
7899
7900 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
7901
7902 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
7903
7904 2005-11-07 John Paul Wallington <jpw@gnu.org>
7905
7906 * ibuffer.el (ibuffer): Search iconified frames too when
7907 getting Ibuffer buffer's window.
7908
7909 2005-11-06 Richard M. Stallman <rms@gnu.org>
7910
7911 * progmodes/compile.el (compilation-internal-error-properties):
7912 save-excursion around the computation of MARKER.
7913
7914 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
7915
7916 * textmodes/flyspell.el (flyspell-external-point-words):
7917 flyspell-get-word returns a list, not just a string.
7918
7919 2005-11-06 John Paul Wallington <jpw@pobox.com>
7920
7921 * ibuffer.el (ibuffer): Search all visible frames when getting
7922 Ibuffer buffer's window.
7923
7924 2005-11-07 Masatake YAMATO <jet@gyve.org>
7925
7926 * man.el (Man-reference-regexp): Accept spaces between
7927 `Man-name-regexp' and `Man-section-regexp'.
7928 (Man-apropos-regexp): New variable.
7929 (Man-abstract-xref-man-page): Use value for `Man-target-string'
7930 if available.
7931 (Man-highlight-references, Man-highlight-references0):
7932 Handle the case when `Man-arguments' includes "-k".
7933 (Man-highlight-references0): Rename the argument `TARGET-POS' to
7934 `TARGET'. `TARGET' can be a number, function or nil.
7935
7936 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
7937
7938 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
7939 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
7940 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
7941 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
7942 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
7943 (gdb-send-item): Use buffer-local-value and simplify.
7944
7945 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
7946
7947 * startup.el (command-line): Use `custom-reevaluate-setting' for
7948 `global-font-lock-mode'.
7949
7950 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
7951 by default, except in batch mode or when the -D option is given.
7952
7953 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
7954 specified keyword args on to `define-minor-mode'. Update docstring.
7955
7956 2005-11-05 Romain Francoise <romain@orebokech.com>
7957
7958 * replace.el (occur-engine): Add marker at end of line, too.
7959
7960 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7961
7962 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7963 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7964 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7965 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7966 argument to all these routines, so the passphrase can be managed
7967 externally and passed in to the system.
7968 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7969 pgg-add-passphrase-to-cache function.
7970
7971 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7972 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7973 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7974 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7975 argument to all these routines, so the passphrase can be managed
7976 externally and passed in to the system.
7977 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7978 function.
7979
7980 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
7981
7982 * font-lock.el: Don't deal with font-lock-face-attributes here,
7983 move the code ...
7984
7985 * startup.el (command-line): ... here. Use face-spec-set instead
7986 of custom-declare-face.
7987
7988 * faces.el (face-spec-set): Reset the face if spec is not nil.
7989
7990 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7991
7992 * newcomment.el (comment-region-internal): Box more tightly in the
7993 common case where there's no TAB in the boxed text.
7994
7995 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7996
7997 * info.el (info-tool-bar-map): Use images prev-node, next-node and
7998 up-node.
7999
8000 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8001
8002 * newsticker.el: Commentary updated. Code formatting changed.
8003 (newsticker-version): Change to "1.9".
8004 (newsticker, newsticker-feed): Doc fix.
8005 (newsticker-url-list): Doc fix. Add option "Weekly".
8006 (newsticker-retrieval-interval): Add option "Weekly".
8007 (newsticker-headline-processing): Doc fix.
8008 (newsticker-auto-mark-filter): Remove.
8009 (newsticker-auto-mark-filter-list): New.
8010 (newsticker-layout, newsticker-sort-method): Doc fix.
8011 (newsticker-hide-old-items-in-newsticker-buffer)
8012 (newsticker-heading-format, newsticker-item-format)
8013 (newsticker-desc-format): Doc fix.
8014 (newsticker-show-all-rss-elements): Remove.
8015 (newsticker-show-all-news-elements): New.
8016 (newsticker-faces, newsticker-ticker): Doc fix.
8017 (remove-from-invisibility-spec): Code formatting.
8018 (newsticker--process-ids): New.
8019 (newsticker-mode): Doc fix.
8020 (newsticker-mode): Change mode-line-format.
8021 (newsticker-start): Remove debug output.
8022 (newsticker-start-ticker): Doc fix. Add autoload cookie.
8023 (newsticker-w3m-show-inline-images): Code formatting.
8024 (newsticker-next-item): Call `force-mode-line-update'.
8025 (newsticker-previous-item): Call `force-mode-line-update'.
8026 (newsticker-next-feed): Call `force-mode-line-update'.
8027 (newsticker-previous-feed): Call `force-mode-line-update'.
8028 (newsticker-mark-all-items-at-point-as-read): Code formatting.
8029 (newsticker-show-old-items): Do not show descs.
8030 (newsticker-hide-entry): Hide too much.
8031 (newsticker-hide-entry, newsticker-show-entry)
8032 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8033 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8034 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8035 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8036 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8037 (newsticker-get-news): Call `force-mode-line-update'.
8038 Collect process ids.
8039 (newsticker--sentinel): Change coding system handling.
8040 Move image retrieval to new functions newsticker--get-logo-url-*.
8041 Move feed parsing to new functions newsticker--parse-*.
8042 Update list of process ids.
8043 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8044 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8045 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8046 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8047 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8048 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8049 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8050 (newsticker--decode-coding-string): Remove.
8051 (newsticker--decode-numeric-entities): Check input. Format code.
8052 (newsticker--remove-whitespace): Check input.
8053 (newsticker--do-forget-preformatted): Doc fix.
8054 (newsticker--decode-rfc822-date): Allow for missing time.
8055 (newsticker--update-process-ids): New.
8056 (newsticker--image-sentinel): Change comment.
8057 (newsticker--image-read): Change error message.
8058 (newsticker--imenu-goto): Doc fix. Show headline title.
8059 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8060 (newsticker--buffer-do-insert-text): Clean whitespace in
8061 html-rendered headline title. Code formatting.
8062 Call `newsticker--buffer-print-extra-elements'.
8063 (newsticker--buffer-print-extra-element): Remove.
8064 (newsticker--buffer-print-extra-elements): New.
8065 (newsticker--buffer-do-print-extra-element): New.
8066 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8067 large sizes.
8068 (newsticker--run-auto-mark-filter)
8069 (newsticker--do-run-auto-mark-filter):
8070 Use `newsticker-auto-mark-filter-list'.
8071
8072 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8073
8074 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8075 (rcirc-print): Force redisplay before running hooks. Do long
8076 buffer truncation after making new text read-only. Deal with nil
8077 text when decoding strings. If TARGET is nil, use either the
8078 currently selected buffer, if it is an rcirc buffer and of the
8079 same process or the process buffer.
8080 (rcirc-mode): Remove header-line. Recompute short buffer names.
8081 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8082 (rcirc-short-buffer-name): Add variable.
8083 (rcirc-kill-buffer-hook): Recompute short buffer names.
8084 Remove nick from private channel.
8085 (rcirc-send-input): Send command text to current-buffer.
8086 Don't clear overlay arrow here.
8087 (rcirc-short-buffer-name): Return a short buffer name.
8088 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8089 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8090 buffer-name abbreviations.
8091 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8092 Do not touch nick-table when killing a parted channel.
8093 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8094 Clear arrow from current buffer if it is now hidden.
8095 (rcirc-current-buffer): Add variable.
8096 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8097 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8098 Remove -face from names.
8099 (rcirc-update-activity-string): Print "DND" when globally ignoring
8100 activity.
8101 (rcirc-ignore-buffer-activity-flag): Rename from
8102 rcirc-ignore-channel-activity.
8103 (rcirc-ignore-all-activity-flag): Doc fix.
8104 (rcirc-channels): Remove variable.
8105 (rcirc-kill-buffer-hook):
8106 (rcirc-get-buffer-create): Add nick to private channel.
8107 (rcirc-multiline-edit-submit): Remove tabs.
8108 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8109 folded.
8110 (rcirc-remove-nick-channel): Bug fix.
8111 (rcirc-toggle-ignore-buffer-activity): Rename from
8112 rcirc-toggle-ignore-channel-activity.
8113 (rcirc-record-activity): Add buffers to the front of the list.
8114 (rcirc-update-activity): Remove killed buffers from list.
8115 (rcirc-process-server-response-1): Remove last argument if it is
8116 null before calling handler.
8117 (rcirc): Add "rcirc" defcustom prefix.
8118 (rcirc-prompt): Simplify default prompt.
8119 Use custom-initialize-default.
8120 (rcirc-private-chats): Remove variable.
8121 (rcirc-prompt): Change initialization.
8122 (rcirc-version): Remove function.
8123 (rcirc-id-string): Add constant.
8124 (rcirc-last-buffer): Remove variable.
8125 (rcirc-buffer-alist): Add variable.
8126 (rcirc-connect): Update variable setup.
8127 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8128 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8129 default.
8130 (rcirc-handler-generic): Trigger activity.
8131 (rcirc-send-message): Create the buffor of the target.
8132 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8133 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8134 (rcirc-multiline-edit-cancel): Remove function.
8135 (rcirc-set-last-buffer): Remove function.
8136 (rcirc-get-any-buffer): Add function.
8137 (rcirc-join-channels): Don't print /join text.
8138 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8139 messages.
8140 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8141 (rcirc-handler-NOTICE): Recognize CTCP responses.
8142 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8143 constructing TOPIC string for buffers we are not JOINed.
8144 (rcirc-handler-CTCP-response): Add handler.
8145 (rcirc-multiline-edit-submit): Restore the window-configuration
8146 before adjusting point.
8147 (rcirc): Add customization group.
8148 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8149 (rcirc-user-full-name, rcirc-startup-channels-alist)
8150 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8151 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8152 (rcirc-input-ring-size, rcirc-read-only-flag)
8153 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8154 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8155 Change defvar to defcustom.
8156 (rcirc-update-prompt): Add optional ALL arg, which will update
8157 prompts in all rcirc buffers. Regexp quote replacement text.
8158 (rcirc-fill-column): Accept frame-width as a value.
8159 (rcirc-set-changed): Add function.
8160 (rcirc-next-active-buffer): Write more meaningful messages.
8161 (rcirc-faces): Add customization group.
8162 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8163 (rcirc-nick-in-message-face, rcirc-prompt-face)
8164 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8165 (with-rcirc-process-buffer): Move before first usage.
8166 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8167 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8168 (rcirc-debug): Rename from `rcirc-log'.
8169 (rcirc-format-response-string): Do not print `-' chars for a
8170 NOTICE with no sender. Simplify output of server responses.
8171
8172 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8173
8174 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8175 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8176 Make urls mouse and RET clickable.
8177
8178 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8179
8180 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8181
8182 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8183
8184 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8185 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8186 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8187 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8188 argument to all these routines, so the passphrase can be managed
8189 externally and passed in to the system.
8190 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8191 pgg-add-passphrase-to-cache function.
8192
8193 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8194 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8195 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8196 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8197 argument to all these routines, so the passphrase can be managed
8198 externally and passed in to the system.
8199 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8200 function.
8201
8202 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8203
8204 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8205 from goto-address-url-regexp.
8206
8207 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8208
8209 * textmodes/org.el (org-read-date, org-goto-calendar)
8210 (org-recenter-calendar, org-agenda-goto-calendar):
8211 Temporarily clear `calendar-move-hook'.
8212
8213 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8214
8215 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8216 merging.
8217
8218 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8219 have merge clashes.
8220
8221 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8222
8223 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8224 Undo previous change.
8225
8226 * startup.el (command-line): Use `custom-reevaluate-setting' for
8227 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8228 tty-register-default-colors on Mac.
8229
8230 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8231
8232 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8233 (gdb-buffer-type): Make it automatically buffer local...
8234 (gdb-get-create-buffer): ...and set it accordingly.
8235 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8236 actually work.
8237
8238 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8239
8240 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8241 not red.
8242
8243 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8244
8245 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8246 case GUD buffer is not visible.
8247 (gdb-goto-breakpoint): Try to force display in source buffer.
8248 (gdb-frame-gdb-buffer): Copy other similar functions.
8249 (gdb-restore-windows): Don't display source if not asked for.
8250 (gdb-assembler-buffer-name): Don't capitalise.
8251
8252 2005-11-03 Richard M. Stallman <rms@gnu.org>
8253
8254 * wid-edit.el (key-sequence): New widget type.
8255
8256 * simple.el (set-mark-command-repeat-pop): New variable.
8257 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8258 if set-mark-command-repeat-pop is true.
8259
8260 * info.el (Info-fontify-node): Don't display extra "see" if there
8261 already is one here.
8262
8263 * mouse.el: Fix special handling of DEL after dragging a region:
8264 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8265 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8266
8267 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8268
8269 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8270 not to assume it pertains to an affix.
8271
8272 * textmodes/flyspell.el (flyspell-post-command-hook):
8273 Bind deactivate-mark to prevent deactivation.
8274
8275 2005-11-03 Lars Hansen <larsh@soem.dk>
8276
8277 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8278 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8279 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8280
8281 2005-11-03 Romain Francoise <romain@orebokech.com>
8282
8283 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8284 Update copyright years.
8285
8286 2005-11-03 Sam Steingold <sds@gnu.org>
8287
8288 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8289 Use system-type instead of window-system because window-system is not
8290 correctly defined during loadup.
8291
8292 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8293
8294 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8295 (xml-parse-tag): Join strings separated by a comment properly.
8296
8297 2005-11-02 Andreas Schwab <schwab@suse.de>
8298
8299 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8300
8301 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8302
8303 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8304 (byte-optimize-pure-func): Quote the eval'd value.
8305
8306 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8307 Rename from perl-font-lock-syntactic-face-function.
8308 Change the calling convention so it can be used as a font-lock MATCHER.
8309 Do the parse-partial-sexp loop outselves.
8310 (perl-font-lock-syntactic-keywords): Use it.
8311 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8312
8313 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8314
8315 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8316 disassembly buffer too.
8317 (gdb-exited): Remove overlay arrows when execution has finished.
8318 (gdb-info-frames-custom, gdb-info-threads-custom)
8319 (gdb-info-registers-custom): Don't add inappropriate text
8320 properties if inferior is not active.
8321
8322 2005-11-02 Glenn Morris <rgm@gnu.org>
8323
8324 * progmodes/fortran.el (fortran-blink-match):
8325 Use `blink-matching-delay'.
8326
8327 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8328
8329 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8330
8331 2005-11-02 Lars Hansen <larsh@soem.dk>
8332
8333 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8334 "Permission denied".
8335
8336 2005-11-01 Richard M. Stallman <rms@gnu.org>
8337
8338 * textmodes/flyspell.el (flyspell-external-point-words):
8339 Pass nil to flyspell-get-word.
8340
8341 2005-11-02 Kim F. Storm <storm@cua.dk>
8342
8343 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8344 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8345
8346 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8347
8348 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8349 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8350 (calendar-mouse-print-dates): Add optional `event' argument.
8351 Update interactive-spec.
8352 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8353 Use `calendar-event-to-date' instead of `event'.
8354
8355 2005-11-02 Masatake YAMATO <jet@gyve.org>
8356
8357 * progmodes/ld-script.el (ld-script-builtins):
8358 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8359 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8360 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8361
8362 2005-11-01 Romain Francoise <romain@orebokech.com>
8363
8364 * vc-sccs.el: Update copyright year.
8365 * ezimage.el: Likewise.
8366
8367 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8368
8369 * info.el (Info-fontify-node): Use `string-width' for fontifying
8370 underlined titles.
8371
8372 2005-11-01 Juri Linkov <juri@jurta.org>
8373
8374 * info.el (Info-fontify-node): Downcase node header keywords Node,
8375 Prev, Next, Up before comparison.
8376 (Info-history): Insert absolute directory name, and put invisible
8377 property on it.
8378
8379 2005-11-01 Juri Linkov <juri@jurta.org>
8380
8381 * info.el (Info-file-supports-index-cookies): New variable.
8382 (Info-find-node-2): Check makeinfo version for index cookie support.
8383 (Info-index-nodes): Search for nodes with index cookies only when
8384 Info-file-supports-index-cookies is t. Otherwise, search nodes
8385 with "Index" in the node name.
8386 (Info-index-node): Search index cookie in the current node only when
8387 Info-file-supports-index-cookies is t. Otherwise, check the word
8388 "Index" in the node name.
8389 (Info-find-emacs-command-nodes): Remove code that searches nodes
8390 with "Index" node name in the top menu.
8391
8392 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8393
8394 * progmodes/scheme.el (scheme-mode-variables): Use the default
8395 comment-indent-function.
8396
8397 * faces.el (face-attribute): Handle the case where a face inherits from
8398 a non-existent face.
8399
8400 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8401 for octal and hexa output, and merge the char into the paren.
8402 (kill-new): Use push.
8403 (copy-to-buffer): Use with-current-buffer.
8404 (completion-setup-function): Move code in loop to remove redundancy.
8405 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8406 those inherited from minibuffer-local-completion-map.
8407
8408 * savehist.el (savehist-mode) <defcustom>:
8409 Use custom-set-minor-mode if available.
8410 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8411 and emit a message if applicable.
8412
8413 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8414
8415 * savehist.el: Sync up to version 19.
8416 (savehist-mode): New minor mode.
8417 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8418 (savehist-length): Remove (use history-length instead).
8419 (savehist-file-modes): Rename from savehist-modes.
8420 (savehist-save-hook, savehist-loaded): New vars.
8421 (savehist-load): Use savehist-mode. Try to smooth up transition from
8422 old format to new format.
8423 (savehist-install): Allow savehist-autosave-interval to be nil.
8424 (savehist-save): Run the new hook. Be more careful to only trim the
8425 history variables.
8426 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8427 (savehist-printable): Print into a buffer rather than char-by-char.
8428
8429 2005-11-01 John Wiegley <johnw@newartisans.com>
8430
8431 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8432 toggle-ignore keybinding (C-a). The author said it had been
8433 disabled much earlier due to a possible incompatibility, but after
8434 many months of usage I have encountered no problems (and it is a
8435 rather useful option, especially for switching to " *temp*").
8436
8437 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8438 support for OS/X's AddressBook, by calling out to the open source
8439 program "contacts" (installable through Fink).
8440
8441 * net/eudc.el (eudc-expand-inline): If the
8442 `eudc-multiple-match-handling-method' is set to `all', delete the
8443 query string before inserting the query result.
8444
8445 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8446 flag, to prevent Eshell from using the system ls when
8447 `eshell-ls-insert-directory' is in used.
8448 (eshell-ls-insert-directory): Disable font-lock in directory
8449 buffer so that Eshell's own fontification is seen. This broke
8450 recently due to changes in font-lock, so this goes back to version
8451 21 behavior.
8452
8453 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8454
8455 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8456 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8457 (gdb-many-windows): Doc fix.
8458
8459 2005-10-31 Romain Francoise <romain@orebokech.com>
8460
8461 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8462
8463 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8464
8465 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8466 that global-font-lock-mode can be enabled by default.
8467
8468 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8469 (font-lock-add-keywords, font-lock-remove-keywords)
8470 (font-lock-fontify-buffer): Remove autoload cookies.
8471
8472 * jit-lock.el (jit-lock-register): Likewise.
8473
8474 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8475
8476 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8477
8478 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8479 intact if there is no gud-comint-buffer.
8480
8481 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8482
8483 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8484 old prompt comint-prompt-read-only is t and GDB commands are
8485 issued from tool bar etc.
8486
8487 2005-10-31 Masatake YAMATO <jet@gyve.org>
8488
8489 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8490
8491 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8492
8493 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8494 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8495
8496 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8497
8498 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8499 starting at beginning of line. Fontification is messed up when
8500 `open-paren-in-column-0-is-defun-start' set to t.
8501 Reported by John Paul Wallington <jpw@pobox.com>.
8502
8503 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8504
8505 * comint.el (comint-send-input): Call `comint-update-fence' when
8506 `comint-process-echoes' and `comint-prompt-read-only' are both
8507 non-nil, to avoid leftover read-only newline.
8508
8509 2005-10-30 Richard M. Stallman <rms@gnu.org>
8510
8511 * textmodes/flyspell.el (flyspell-external-point-words):
8512 Detect when WORD can't be checked properly because
8513 flyspell-get-word finds just part of it, and move on.
8514
8515 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8516 boundarychar for Polish.
8517 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8518 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8519
8520 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8521
8522 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8523 (gdb-registers-font-lock-keywords): Delete.
8524 (gdb-registers-mode): Don't fontify.
8525 (gdb-info-registers-custom): Use text properties instead as, in
8526 future, changed register values will use font-lock-warning-face.
8527 (gdb-local-font-lock-keywords): Rename to...
8528 (gdb-locals-font-lock-keywords): ...for consistency.
8529
8530 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8531
8532 * vc.el (vc-switch-backend): Better error message if the buffer is
8533 not visiting a file under version control.
8534
8535 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8536
8537 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8538
8539 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8540 ~/.emacs.d/.emacs.
8541
8542 2005-10-29 Richard M. Stallman <rms@gnu.org>
8543
8544 * replace.el (occur-mode-mouse-goto): Always go to other window.
8545 (occur-mode-goto-occurrence): Always switch in same window.
8546
8547 * simple.el (undo): Display message at end, not at start.
8548
8549 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8550 New arg REUSE-CELL.
8551 (cancel-timer-internal): New function.
8552 (timer-event-handler): Use cancel-timer-internal,
8553 and pass the cell it returns to timer-activate...
8554
8555 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8556 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8557 (jit-lock-after-change): Test memory-full.
8558
8559 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8560
8561 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8562 part of the decoded armor to find the key-identifier.
8563 (pgg-gpg-lookup-key-owner): New function to return the
8564 human-readable identifier of a key owner.
8565 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8566 key itself.
8567 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8568 the key value) if we have a key and can match it against a secret
8569 key. Also, added a note pointing out fact that the prompt only
8570 indicates the first matching key.
8571
8572 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8573 pgg-decrypt-region.
8574 (pgg-pending-timers): A new hash for tracking the passphrase cache
8575 timers, so that new ones supercede old ones.
8576 (pgg-add-passphrase-to-cache): Rename from
8577 `pgg-add-passphrase-cache' to reduce confusion (all callers
8578 changed). Modified to cancel old timers when new ones are added.
8579 (pgg-remove-passphrase-from-cache): Rename from
8580 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8581 changed). Modified to cancel old timers when their keys are
8582 removed from the cache.
8583 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8584 XEmacs, an indirection to delete-itimer.
8585 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8586 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8587 users can only check cache without risk of prompting. Correct bug in
8588 notruncate behavior.
8589 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8590 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8591 Add informative docstrings.
8592 (pgg-decrypt): Convey provided passphrase in subordinate call to
8593 pgg-decrypt-region.
8594
8595 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8596 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8597 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8598 `passphrase' argument, so the passphrase can be managed externally
8599 and then passed in to the system.
8600
8601 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8602 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8603 so the passphrase cache can be used reliably with identifiers
8604 besides a pgp packet's key id.
8605
8606 * pgg-gpg.el (pgg-pgp-encrypt-region)
8607 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8608 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8609 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8610 argument to all these routines, so the passphrase can be managed
8611 externally and passed in to the system.
8612
8613 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8614 `notruncate' argument, so the passphrase cache can be used
8615 reliably with identifiers besides a pgp packet's key id.
8616
8617 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8618
8619 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8620 symmetric encryption.
8621 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8622 encrypted session key.
8623 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8624 message ask for the passphrase in a proper way.
8625
8626 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8627 New user commands for symmetric encryption.
8628
8629 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8630
8631 * textmodes/conf-mode.el (conf-assignment-sign)
8632 (conf-assignment-regexp): Fix docstrings.
8633 (conf-mode-initialize): New function.
8634 (conf-mode): Remove optional args. Use delay-mode-hooks to
8635 recognize recursive calls.
8636 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8637 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8638 (conf-xdefaults-mode): Use define-derived-mode and
8639 conf-mode-initialize.
8640
8641 2005-10-29 Romain Francoise <romain@orebokech.com>
8642
8643 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8644
8645 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8646
8647 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8648 part of the decoded armor to find the key-identifier.
8649 (pgg-gpg-lookup-key-owner): New function to return the
8650 human-readable identifier of a key owner.
8651 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8652 key itself.
8653 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8654 the key value) if we have a key and can match it against a secret
8655 key. Also, added a note pointing out fact that the prompt only
8656 indicates the first matching key.
8657
8658 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8659 pgg-decrypt-region.
8660 (pgg-pending-timers): A new hash for tracking the passphrase cache
8661 timers, so that new ones supercede old ones.
8662 (pgg-add-passphrase-to-cache): Rename from
8663 `pgg-add-passphrase-cache' to reduce confusion (all callers
8664 changed). Modified to cancel old timers when new ones are added.
8665 (pgg-remove-passphrase-from-cache): Rename from
8666 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8667 changed). Modified to cancel old timers when their keys are
8668 removed from the cache.
8669 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8670 XEmacs, an indirection to delete-itimer.
8671 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8672 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8673 users can only check cache without risk of prompting. Correct bug in
8674 notruncate behavior.
8675 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8676 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8677 Add informative docstrings.
8678 (pgg-decrypt): Convey provided passphrase in subordinate call to
8679 pgg-decrypt-region.
8680
8681 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
8682
8683 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8684 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8685 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8686 `passphrase' argument, so the passphrase can be managed externally
8687 and then passed in to the system.
8688
8689 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8690 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8691 so the passphrase cache can be used reliably with identifiers
8692 besides a pgp packet's key id.
8693
8694 * pgg-gpg.el (pgg-pgp-encrypt-region)
8695 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8696 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8697 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8698 argument to all these routines, so the passphrase can be managed
8699 externally and passed in to the system.
8700
8701 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8702 `notruncate' argument, so the passphrase cache can be used
8703 reliably with identifiers besides a pgp packet's key id.
8704
8705 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8706
8707 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8708 symmetric encryption.
8709 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8710 encrypted session key.
8711 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8712 message ask for the passphrase in a proper way.
8713
8714 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8715 New user commands for symmetric encryption.
8716
8717 2005-10-28 Bill Wohler <wohler@newt.com>
8718
8719 * help-mode.el (help-url): New button type. Calls browse-url.
8720 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8721 Similar to Info nodes: URL `url'.
8722 (help-make-xrefs): Create help-url buttons for
8723 help-xref-url-regexp matches.
8724
8725 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
8726
8727 * tool-bar.el (tool-bar-add-item-from-menu)
8728 (tool-bar-local-item-from-menu): Fix doc strings.
8729
8730 2005-10-28 Romain Francoise <romain@orebokech.com>
8731
8732 * ldefs-boot.el: Update.
8733
8734 * subr.el (locate-library): Move from help-fns.el.
8735 * help-fns.el (locate-library): Move to subr.el.
8736
8737 2005-10-28 Richard M. Stallman <rms@gnu.org>
8738
8739 * net/tramp.el (tramp-completion-mode): defvar moved up.
8740
8741 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8742
8743 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8744
8745 * files.el (find-file-noselect): Use %d to format large file size.
8746
8747 * bindings.el (mode-line-format): Add %e.
8748
8749 * loadup.el ("facemenu"): Load unconditionally.
8750 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8751 ("x-dnd"): Load, when appropriate.
8752
8753 * startup.el (command-line): Call before-init-hook earlier.
8754 Warn about some bad characters in -u user name.
8755
8756 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8757 (flyspell-external-point-words): Error if misspelled word is not found.
8758 Set flyspell-large-region-beg at end of word.
8759
8760 2005-10-28 Andreas Schwab <schwab@suse.de>
8761
8762 * view.el (View-revert-buffer-scroll-page-forward):
8763 Use view-page-size-default.
8764
8765 2005-10-28 Juri Linkov <juri@jurta.org>
8766
8767 * international/quail.el (quail-get-current-str): Translate last
8768 raw character for deterministic input methods.
8769
8770 2005-10-27 Jay Belanger <belanger@truman.edu>
8771
8772 * calc/calc-ext.el: Add functions to autoloads.
8773 (math-identity-matrix-p, math-ident-row-p): New functions.
8774
8775 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8776 multiplication by an identity matrix; don't turn multiplication by
8777 an inverse matrix into division.
8778 (math-div-symbol-fancy): Replace division by matrices with
8779 multiplication by inverse.
8780
8781 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8782
8783 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8784 (calc-writeoutpower): New functions.
8785
8786 2005-10-27 Romain Francoise <romain@orebokech.com>
8787
8788 * replace.el (occur-engine): Include colon in mouse-face highlight.
8789
8790 * dired-x.el: Change Maintainer field.
8791
8792 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
8793
8794 * longlines.el (longlines-mode): Bind after-change-functions to
8795 nil during initial decoding and final encoding.
8796
8797 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8798
8799 * term.el (term-emulate-terminal, term-handle-colors-array)
8800 (term-handle-ansi-escape): Specify the terminfo capabilities
8801 implemented.
8802
8803 2005-10-26 Richard M. Stallman <rms@gnu.org>
8804
8805 * info.el (Info-fontify-node): Fix detection of sentence-break
8806 before *Note.
8807
8808 2005-10-26 Romain Francoise <romain@orebokech.com>
8809
8810 * smerge-mode.el: Add `tools' to file keywords.
8811
8812 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
8813
8814 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8815 when the fringe is not available.
8816
8817 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8818 (def-gdb-auto-update-trigger): Simplify construction.
8819 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8820 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8821 defined explicitly.
8822 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8823 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8824 defined explicitly.
8825 (gdb-info-locals-custom): Remove as it's a no-op.
8826
8827 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
8828
8829 * longlines.el (longlines-mode): Remove narrowing before
8830 performing the initial decoding or final encoding.
8831
8832 2005-10-25 Romain Francoise <romain@orebokech.com>
8833
8834 * emacs-lisp/find-func.el (find-library-name): Also strip
8835 extension if library name ends in .el, to take advantage of
8836 `find-library-suffixes'.
8837
8838 2005-10-25 Richard M. Stallman <rms@gnu.org>
8839
8840 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8841
8842 2005-10-25 Juri Linkov <juri@jurta.org>
8843
8844 * textmodes/texinfo.el (texinfo-mode): Change charset of one
8845 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8846
8847 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8848
8849 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8850 (blackbox-redefine-key): Add argument `map'.
8851
8852 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8853 regions when moving the jit-lock-context-unfontify-pos boundary.
8854
8855 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8856
8857 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8858
8859 2005-10-25 Masatake YAMATO <jet@gyve.org>
8860
8861 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8862
8863 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8864
8865 * play/blackbox.el (blackbox-redefine-key): New function.
8866 (blackbox-mode-map): Use it to remap existing bindings for cursor
8867 motion instead of binding literal keys.
8868
8869 2005-10-25 Glenn Morris <rgm@gnu.org>
8870
8871 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8872 diary does not end in a newline. Do not assume a blank line at
8873 the start of the diary file.
8874
8875 2005-10-25 Kenichi Handa <handa@m17n.org>
8876
8877 * international/quail.el (quail-translate-key): If the input
8878 method is deterministic and failed to handle the last key, restart
8879 the key handling loop from an appropriate key.
8880
8881 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
8882
8883 * vc.el (vc-dired-mode): Extend comment for binding of
8884 `directory-listing-before-filename-regexp'.
8885
8886 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8887
8888 * textmodes/texinfo.el (texinfo-mode):
8889 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
8890 not to unnecessarily expose emacs-mule's internal char codes.
8891
8892 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
8893
8894 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
8895 Display hand pointer and help-echo on disabled icon too.
8896 (gdb-mouse-until): New function.
8897 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
8898
8899 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
8900
8901 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
8902 with 2005-10-23 change to doctor.el.
8903
8904 * finder.el (finder-mode-map): Add follow-link binding.
8905
8906 2005-10-25 Kim F. Storm <storm@cua.dk>
8907
8908 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
8909 to gdb-mouse-toggle-breakpoint-fringe.
8910 (gdb-mouse-toggle-breakpoint-margin): Rename from
8911 gdb-mouse-toggle-breakpoint. Fix doc.
8912 (gdb-mouse-toggle-breakpoint-fringe): New defun.
8913 (gdb-put-string): Add optional SPROPS arg. Add props to string.
8914 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
8915 string properties also for fringe breakpoint bitmaps.
8916
8917 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
8918
8919 * textmodes/org.el (org-start-icalendar-file): Fix format form.
8920
8921 2005-10-25 Masatake YAMATO <jet@gyve.org>
8922
8923 * simple.el (completion-common-substring):
8924 Use `completion-common-substring' prior to `completion-base-size'.
8925
8926 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
8927
8928 * savehist.el: Require CL while compiling.
8929 (savehist-history-variables): Remove.
8930 (savehist-save-minibuffer-history, savehist-additional-variables)
8931 (savehist-minibuffer-history-variables): New vars.
8932 (savehist-save): Use them.
8933 (savehist-uninstall, savehist-minibuffer-hook): New funs.
8934 (savehist-install): New fun, extracted from savehist-load.
8935 (savehist-load): Use them.
8936
8937 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8938
8939 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
8940 a dummy doc-string-elt property.
8941 (defalias, defvaralias, define-category): Add a docstring property.
8942
8943 * image.el (defimage):
8944 * widget.el (define-widget):
8945 * custom.el (defface, defcustom): Add `doc-string' declaration.
8946
8947 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
8948 (defadvice): Add `doc-string' declaration.
8949
8950 * emacs-lisp/byte-run.el (macro-declaration-function):
8951 Handle `doc-string' declarations.
8952 (define-obsolete-function-alias, define-obsolete-variable-alias):
8953 Add `doc-string' declaration.
8954
8955 2005-10-24 Kenichi Handa <handa@m17n.org>
8956
8957 * international/utf-7.el (utf-7): Add autoload cookie.
8958
8959 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
8960
8961 2005-10-24 Eli Zaretskii <eliz@gnu.org>
8962
8963 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
8964 list of directories passed to batch-update-autoloads. Add "." to
8965 the list of the echoed directories.
8966
8967 * pgg-def.el:
8968 * pgg-gpg.el:
8969 * pgg-parse.el:
8970 * pgg-pgp.el:
8971 * pgg-pgp5.el:
8972 * pgg.el: Moved here from the gnus subdirectory.
8973
8974 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
8975
8976 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
8977 in case comint-prompt-read-only is set to t.
8978
8979 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
8980 in case comint-prompt-read-only is set to t.
8981
8982 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
8983
8984 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
8985 Now a string.
8986 (icalendar-import-format): Handle CLASS, STATUS, URL.
8987 Rename `subject' to `summary'.
8988 (icalendar-import-format-summary): Rename from
8989 `icalendar-import-format-subject'.
8990 (icalendar-import-format-url, icalendar-import-format-status)
8991 (icalendar-import-format-class): New variables.
8992 (icalendar--rris): Take variable argument list.
8993 (icalendar--datestring-to-isodate): Remove unnecessary
8994 calendar-style check when converting dates with explicit month names.
8995 (icalendar-export-region): Change return type of conversion
8996 subroutines. Bury current buffer unless error occurred.
8997 (icalendar--convert-to-ical)
8998 (icalendar--parse-summary-and-rest): New functions.
8999 (icalendar--convert-ordinary-to-ical)
9000 (icalendar--convert-weekly-to-ical)
9001 (icalendar--convert-yearly-to-ical)
9002 (icalendar--convert-block-to-ical)
9003 (icalendar--convert-cyclic-to-ical)
9004 (icalendar--convert-anniversary-to-ical): Change return type.
9005 Strip trailing blanks from subject.
9006 (icalendar--convert-sexp-to-ical): Change return type.
9007 Strip trailing blanks from subject. Handle simple sexp
9008 entries as generated by icalendar.el.
9009 (icalendar--convert-float-to-ical)
9010 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9011 (icalendar-import-file): Doc fix.
9012 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9013 Correct call to icalendar--rris.
9014 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
9015 `summary'.
9016 (icalendar--add-diary-entry): Rename `subject' to `summary'.
9017
9018 2005-10-24 Romain Francoise <romain@orebokech.com>
9019
9020 * server.el (server-sentinel): Set query-on-exit flag to nil on
9021 new client processes (it isn't inherited from the server process).
9022
9023 * replace.el (occur-engine): Rearrange text properties.
9024
9025 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9026
9027 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9028 case-fold-search is nil.
9029 (debug-help-follow): Use help-xref-interned directly.
9030
9031 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9032
9033 * thumbs.el (thumbs-image-type): Add .pbm.
9034
9035 2005-10-23 Richard M. Stallman <rms@gnu.org>
9036
9037 * faces.el (inhibit-face-set-after-frame-default): New variable.
9038 (set-face-attribute): Bind it.
9039 (face-set-after-frame-default): Test it.
9040
9041 * help-fns.el (describe-simplify-lib-file-name): New function.
9042 (describe-function-1, describe-variable): Use it.
9043
9044 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9045
9046 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9047 Eliminate nil as possible value.
9048 (tooltip-hide-delay): Reduce internal-border-width.
9049
9050 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9051 (menu-bar-file-menu) <new-file>: Likewise.
9052
9053 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9054
9055 * international/mule.el (load-with-code-conversion):
9056 Pass full file name to `eval-buffer' unless preloading.
9057
9058 * textmodes/flyspell.el (flyspell-large-region):
9059 Call ispell-check-version.
9060
9061 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9062 Fix the make-variable-buffer-local call that was supposed
9063 to be for this variable.
9064 (ispell-aspell-supports-utf8): Doc fix.
9065 (ispell-find-aspell-dictionaries): Preserve elements of
9066 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9067 (ispell-aspell-find-dictionary): Return nil on error.
9068
9069 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9070 (doctor-symptoms): Likewise.
9071
9072 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9073
9074 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9075
9076 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9077 (custom-raised-buttons): Add :set spec.
9078 (custom-button-unraised, custom-button-pressed-unraised):
9079 New faces, so that custom-raised-buttons actually does something.
9080 (custom-mode): Use custom-button and custom-button-pressed.
9081
9082 * wid-edit.el (widget-specify-button): Don't ignore
9083 widget-mouse-face on graphic terminals.
9084 (widget-move-and-invoke): Cleanup.
9085
9086 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9087
9088 * whitespace.el (whitespace-cleanup): Doc fix.
9089
9090 2005-10-23 Romain Francoise <romain@orebokech.com>
9091
9092 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9093 `eval-after-load' to avoid evaluating their result.
9094
9095 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9096
9097 * files.el (directory-listing-before-filename-regexp):
9098 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9099
9100 * dired.el (dired-move-to-filename-regexp): Remove.
9101 All occurences replaced by `directory-listing-before-filename-regexp'.
9102
9103 * dired-x.el, locate.el, vc.el:
9104 Replace `dired-move-to-filename-regexp' by
9105 `directory-listing-before-filename-regexp'. In vc.el it is
9106 overwritten locally; maybe this can be handled in files.el too.
9107
9108 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9109 replaced by `directory-listing-before-filename-regexp'.
9110
9111 2005-10-23 Andreas Schwab <schwab@suse.de>
9112
9113 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9114 and eval-next-after-load.
9115
9116 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9117
9118 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9119 exist, create it.
9120
9121 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9122
9123 * allout.el: Remove autoloads for mailcrypt and crypt++.
9124 Require pgg, pgg-gpg during compilation.
9125 (allout-version): Increment version number to 2.1, and use a literal
9126 rather than RCS Id.
9127 (allout-default-encryption-scheme): Remove.
9128 (allout-passphrase-verifier-handling)
9129 (allout-passphrase-verifier-string)
9130 (allout-file-passphrase-verifier-string)
9131 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9132 (allout-passphrase-hint-handling): Rename and simplify.
9133 (allout-init): Use `find-file-hook' if available, otherwise
9134 `find-file-hooks'.
9135 (allout-mode): Use `write-file-functions' if available, otherwise
9136 `local-write-file-hooks' and, instead of making auto-save-hook
9137 buffer local, make the write-file-hook activity contingent to
9138 allout-mode.
9139 (allout-mode): Use key-binding substitution in the docstring.
9140 (allout-kill-line): Spell-out kill ring data structure mutation
9141 instead of using byte-compiler-complaint-provoking `pop'.
9142 (allout-insert-listified): Use `insert' rather than `insert-string'
9143 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9144 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9145 (allout-encrypt-string): Totally revamped vis new underlying
9146 encryption facilities.
9147 (allout-mc-activate-passwd): Remove.
9148 (allout-obtain-passphrase): New, more or less replaces
9149 allout-mc-activate-passwd.
9150 (allout-encrypted-key-info): More or less replaces
9151 allout-encrypted-text-type.
9152 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9153 (my-mark-marker): Use `(featurep 'xemacs)'.
9154
9155 2005-10-23 Lars Hansen <larsh@soem.dk>
9156
9157 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9158 (byte-compile-file-form-defmumble, byte-compile-defun)
9159 (byte-compile-defmacro): Use it.
9160 (byte-compile-form): Don't call byte-compile-set-symbol-position
9161 when a byte-compile handler is called.
9162
9163 2005-10-22 Romain Francoise <romain@orebokech.com>
9164
9165 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9166
9167 * subr.el (eval-after-load): Convert library name to an absolute
9168 file name using locate-library, since load-history no longer has
9169 library names in it.
9170
9171 2005-10-22 Richard M. Stallman <rms@gnu.org>
9172
9173 * files.el (make-temp-file): Move from subr.el.
9174 * subr.el (make-temp-file): Move to files.el.
9175
9176 * window.el (get-buffer-window-list): Move from subr.el.
9177 * subr.el (get-buffer-window-list): Move to window.el.
9178
9179 * image.el (image-load-path): Use eval-at-startup to initialize.
9180
9181 * subr.el (eval-at-startup): New macro.
9182
9183 * subr.el: Much rearrangement of functions and division
9184 into pages. No code changes.
9185
9186 2005-10-22 Kenichi Handa <handa@m17n.org>
9187
9188 * tar-mode.el (tar-extract): Be sure to call
9189 find-operation-coding-system if set-auto-coding doesn't find a
9190 coding system.
9191
9192 2005-10-22 Kim F. Storm <storm@cua.dk>
9193
9194 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9195 Change users.
9196 (image-type-file-name-regexps): New defconst.
9197 (image-type-from-data): Simplify loop.
9198 (image-type-from-buffer): New defun.
9199 (image-type-from-file-header): Use it instead of image-type-from-data.
9200 Use image-search-load-path instead of only looking in data-directory.
9201 (image-type-from-file-name): New defun.
9202 (image-search-load-path): Change `pathname' to `filename'.
9203 Make PATH arg optional, default to image-load-path.
9204
9205 2005-10-21 Richard M. Stallman <rms@gnu.org>
9206
9207 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9208
9209 * textmodes/paragraphs.el (sentence-end-base): New variable.
9210 (sentence-end): Use sentence-end-base.
9211
9212 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9213
9214 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9215 property independently from the font-lock-multiline variable.
9216
9217 2005-10-21 Richard M. Stallman <rms@gnu.org>
9218
9219 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9220
9221 * startup.el (command-line): Convert library names
9222 in `load-history' to absolute file names.
9223
9224 * subr.el (symbol-file): Doc fix.
9225
9226 * loadhist.el (file-loadhist-lookup): Call locate-library
9227 instead of find-library-name. Don't try converting
9228 abs file names to library names, since load-history no longer
9229 has library names in it.
9230 (file-dependents, file-provides, file-requires): Doc fixes.
9231
9232 2005-10-21 Juri Linkov <juri@jurta.org>
9233
9234 * progmodes/etags.el (tags-table-mode): New function.
9235 (tags-verify-table): Replace initialize-new-tags-table with
9236 tags-table-mode.
9237
9238 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9239 default value.
9240 (desktop-modes-not-to-save): Add tags-table-mode to the
9241 default value.
9242
9243 * info.el (Info-index-next): Add total number of index
9244 alternatives to the message.
9245
9246 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9247 backward only space (instead of space and period) before looking
9248 at sentence end.
9249
9250 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9251 Add the old variable value as 4th default-value arg of read-string.
9252
9253 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9254
9255 * cus-face.el (custom-declare-face): Make face from X resources
9256 also on Mac.
9257
9258 * disp-table.el (standard-display-g1, standard-display-graphic):
9259 Refuse to use string glyphs also on Mac.
9260 (standard-display-european): Don't set terminal coding system also
9261 on Mac.
9262
9263 * frame.el (display-screens): Use x-display-screens also on Mac.
9264
9265 2005-10-21 Romain Francoise <romain@orebokech.com>
9266
9267 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9268
9269 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9270
9271 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9272 and $? into sexps.
9273
9274 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9275 warning face on open-paren-in-column-0.
9276
9277 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9278 boundary case. Fix typo.
9279 Suggested by Martin Rudalics <rudalics@gmx.at>.
9280
9281 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9282
9283 * textmodes/org.el (org-combined-agenda-icalendar-file)
9284 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9285 (org-export-icalendar-this-file)
9286 (org-export-icalendar-all-agenda-files)
9287 (org-export-icalendar-combine-agenda-files): New commands.
9288 (org-export-icalendar, org-print-icalendar-entries)
9289 (org-start-icalendar-file, org-finish-icalendar-file)
9290 (org-ical-ts-to-string): New functions.
9291 (org-read-date, org-goto-calendar)
9292 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9293 call to `calendar'.
9294 (orgtbl-setup): Remove the :keys arguments from the menu description.
9295 (org-after-save-iCalendar-file-hook): New variable.
9296
9297 2005-10-21 Kenichi Handa <handa@m17n.org>
9298
9299 * language/vietnamese.el (tcvn-5712): Make it an alias of
9300 vietnamese-tcvn coding-system.
9301
9302 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9303
9304 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9305 group id is given.
9306
9307 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9308
9309 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9310 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9311 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9312 whose line is either continued or ends with a comment.
9313
9314 2005-10-20 Romain Francoise <romain@orebokech.com>
9315
9316 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9317
9318 * replace.el (occur-engine): Add follow-link property.
9319
9320 * font-core.el (font-lock-mode): Doc fix.
9321
9322 2005-10-20 Richard M. Stallman <rms@gnu.org>
9323
9324 * net/rcirc.el: New file.
9325
9326 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9327
9328 * term.el (term-term-name): Initialize to "eterm-color".
9329
9330 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9331
9332 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9333 for encryption functionality.
9334 Move allout customization subgroup from `editing' to `outlines' group.
9335 Fix commentary keywords to legitimate ones.
9336 Update author info (using my current email address, obscurified).
9337 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9338 (allout-encrypted-topic-p, allout-encrypted-text-type)
9339 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9340 (allout-situate-encryption-key-verifier)
9341 (allout-get-encryption-key-verifier, allout-verify-key)
9342 (allout-next-topic-pending-encryption)
9343 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9344 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9345 (outline-key-verifier-handling, outline-key-hint-handling)
9346 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9347 (allout-file-key-verifier-string, allout-encryption-scheme)
9348 (allout-key-verifier-string, allout-key-hint-string)
9349 (allout-after-save-decrypt): New variables.
9350 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9351 (allout-after-saves-handler): New hook functions.
9352 (allout-post-command-business): Do allout-after-save-decrypt.
9353 (allout-enable-file-variable-adjustment): Custom var to enable
9354 mechanism for adding and adjusting settings of Emacs file variables.
9355 (allout-adjust-file-variable, allout-file-vars-section-data):
9356 New functions, implement the mechanism.
9357 (outlineify-sticky): Use the file vars mechanism.
9358 (allout-inhibit-protection, allout-during-write-cue)
9359 (allout-override-protect, allout-before-change-protect): Remove.
9360 (allout-flag-region, allout-open-topic): Adjust read-only text.
9361 (allout-open-line-not-read-only): Add to facilitate read-only
9362 text based protection.
9363 (allout-kill-line): Revise to adjust read-only text, clue the
9364 user about the inhibition.
9365 (allout-unprotected): Use unwind-protect.
9366 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9367 topic deeper than the offspring depth of the previous topic -
9368 avoiding confusing "containment discontinuities".
9369 (allout-reindent-bodies): Fix retention of body relative hanging
9370 indent during promotion of collapsed bodies.
9371 (allout-open-topic): Make it easy to open new topic with same
9372 bullet as current topic - topic creation functions provided with
9373 any universal argument provokes now prompt for bullet, defaulting
9374 to the bullet of the previous topic.
9375 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9376 Plain bullet alternates `.' period and `,' comma only. All other
9377 bullets are relegated to special status (but customizable).
9378 (allout-end-of-entry): Rename from allout-end-of-current-entry
9379 since it actually operates w.r.t. most immediately containing
9380 entry, visible or not.
9381 (allout-hide-current-entry, allout-show-current-entry): Use the
9382 revised version.
9383 (allout-old-expose-topic): Solidify deprecation.
9384 (allout-end-of-subtree): Add so we can span concealed as well
9385 as visible topics.
9386 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9387 (allout-end-of-current-heading): Tweak to just respect the first line.
9388 (allout-get-body-text): Add.
9389 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9390 when invoked interactively.
9391 (allout-up-current-level): Use `interactive-p'.
9392 (allout-mode, allout-init): Miscellaneous docstring and
9393 operational refinements, as well as hookups of new encryption stuff.
9394 (allout-beginning-of-current-entry): Now works as advertised.
9395 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9396 (allout-isearch-rectification): Refine condition for isearching.
9397 (allout-isearch-abort, allout-enwrap-isearch)
9398 (allout-flag-region, my-region-active-p): Relocate some macros.
9399 (allout-title): Fallback title is (buffer-name), not
9400 non-existing (current-buffer-name).
9401 (subst-char-in-string): Define if absent (for some XEmacs versions).
9402
9403 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9404
9405 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9406 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9407 (mail-citation-prefix-regexp, mail-signature-file)
9408 (mail-default-headers, mail-bury-selects-summary)
9409 (mail-send-nonascii): Add autoload cookies.
9410
9411 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9412
9413 * frame.el (blink-cursor-mode): Add `mac' to the list of
9414 window-system's that support blinking cursor.
9415
9416 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9417
9418 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9419
9420 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9421
9422 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9423 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9424 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9425
9426 2005-10-20 Kim F. Storm <storm@cua.dk>
9427
9428 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9429 (ido-set-current-directory): Don't add / after final @.
9430 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9431 Explicitly handle ange-ftp completion oddities.
9432 (ido-make-file-list): Don't rotate list at tramp root to avoid
9433 triggering tramp file handler for expand-file-name via get-file-buffer.
9434
9435 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9436
9437 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9438
9439 2005-10-19 Jay Belanger <belanger@truman.edu>
9440
9441 * calc/calc-units.el (math-standard-units): Add units, adjust
9442 symbols and update values.
9443 (math-unit-prefixes): Add more prefixes.
9444
9445 2005-10-19 Romain Francoise <romain@orebokech.com>
9446
9447 * bookmark.el (bookmark-menu-heading): New face.
9448 (bookmark-bmenu-list): Use it.
9449 Don't fiddle with `baud-rate' at top-level.
9450
9451 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9452
9453 * image.el (create-image, find-image): Mention max-image-size in
9454 docstring.
9455
9456 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9457
9458 * savehist.el (savehist-load): Revert to checking XEmacs.
9459
9460 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9461 Various docstring and line-width fixups.
9462 (conf-mode): Use cond.
9463 Set font-lock-defaults. Don't set comment-use-syntax.
9464
9465 2005-10-18 David Ponce <david@dponce.com>
9466
9467 * tree-widget.el (tree-widget-button-click): New function.
9468 (tree-widget-button-keymap): Use it.
9469
9470 2005-10-18 Romain Francoise <romain@orebokech.com>
9471
9472 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9473 (bookmark-bmenu-hide-filenames): Add follow-link property.
9474 Improve help-echo text.
9475
9476 * ffap.el (find-file-at-point): Doc fix.
9477
9478 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9479
9480 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9481
9482 2005-10-18 Masatake YAMATO <jet@gyve.org>
9483
9484 Install to the CVS repository what I forgot to install in my
9485 2005-10-16 changes.
9486
9487 * progmodes/python.el (python-complete-symbol): Pass the common
9488 prefix substring of completion to `display-completion-list'.
9489
9490 * textmodes/org.el (org-complete): Ditto.
9491
9492 2005-10-18 Masatake YAMATO <jet@gyve.org>
9493
9494 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9495
9496 * woman.el (WoMan-xref-man-page): New button type derived
9497 from `Man-abstract-xref-man-page'.
9498 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9499
9500 * man.el (Man-abstract-xref-man-page): New button type.
9501 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9502 (Man-highlight-references): Add new optional argument `xref-man-type'.
9503
9504 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9505
9506 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9507
9508 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9509
9510 * cus-edit.el (Custom-move-and-invoke): Delete.
9511 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9512
9513 * wid-edit.el (widget-move-and-invoke): New function, from
9514 Custom-move-and-invoke.
9515
9516 2005-10-17 Bill Wohler <wohler@newt.com>
9517
9518 Move all remaining images from lisp/toolbar to etc/images, move
9519 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9520 the low resolution images in their own directory (low-color).
9521
9522 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9523 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9524 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9525 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9526 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9527 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9528 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9529
9530 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9531 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9532 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9533 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9534 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9535 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9536 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9537 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9538 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9539 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9540 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9541 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9542 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9543 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9544 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9545
9546 To conform with convention, replace the underscore (_) in the
9547 following image names with dash (-) or (/) as appropriate.
9548
9549 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9550 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9551 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9552 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9553 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9554 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9555 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9556 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9557 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9558 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9559 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9560 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9561 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9562 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9563 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9564
9565 * info.el (info-tool-bar-map): Replace underscores in image names
9566 with dashes.
9567
9568 * makefile.w32-in (WINS): Remove toolbar.
9569
9570 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9571
9572 * tool-bar.el: Move to lisp from toolbar. Now that
9573 toolbar is empty, it should be deleted when folks run "cvs up -P".
9574
9575 2005-10-18 Jay Belanger <belanger@truman.edu>
9576
9577 * calc/calc-store.el (calc-store-into): Get the proper variable name
9578 to display in message.
9579
9580 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9581
9582 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9583 expressions display in speedbar for all buffers when debugging.
9584 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9585
9586 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9587 (speedbar-insert-button, speedbar-make-button):
9588 Use add-text-properties.
9589 (speedbar-update-localized-contents)
9590 (speedbar-update-directory-contents)
9591 (speedbar-update-special-contents): Use dolist.
9592 (speedbar-buffer-easymenu-definition): Add a menu separator.
9593
9594 2005-10-17 Jason Rumney <jasonr@gnu.org>
9595
9596 * makefile.w32-in: Use $(lisp) consistently.
9597 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9598 for shell specific generation of mh-autoloads.
9599
9600 2005-10-17 Richard M. Stallman <rms@gnu.org>
9601
9602 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9603
9604 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9605
9606 * jit-lock.el (jit-lock-fontify-now):
9607 Move jit-lock-context-unfontify-pos to avoid wasted work.
9608
9609 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9610
9611 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9612 `tramp-completion-mode' for checking if we are in completion mode.
9613 (tramp-completion-handle-file-name-all-completions): Reorder code
9614 in order to complete for file names only in case there are no
9615 method/user/host completions. This is necessary for cooperation
9616 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9617
9618 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9619
9620 * longlines.el (longlines-search-forward)
9621 (longlines-search-backward): Match any number of spaces.
9622
9623 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9624
9625 * diff-mode.el (diff-mode): Doc fix.
9626
9627 2005-10-16 David Reitter <david.reitter@gmail.com>
9628
9629 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9630 as default on darwin and windows systems.
9631
9632 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9633
9634 * arc-mode.el (archive-zip-extract): Doc fix.
9635
9636 2005-10-16 Romain Francoise <romain@orebokech.com>
9637
9638 * mouse.el (mouse-1-click-follows-link): Doc fix.
9639
9640 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9641
9642 * savehist.el: Don't require CL at runtime.
9643 (savehist-xemacs): Remove.
9644 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9645 (savehist-no-conversion): Use (featurep 'xemacs).
9646 (savehist-load): Check existence of start-itimer rather than XEmacs.
9647 Use an idle timer.
9648 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9649 `delete-if-not'.
9650
9651 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
9652
9653 * savehist.el: Newer version.
9654 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9655 (savehist-last-checksum, savehist-no-conversion): New vars.
9656 (savehist-autosave, savehist-process-for-saving, savehist-printable):
9657 New functions.
9658 (savehist-load, savehist-save): Use them.
9659 (savehist-delimit): Remove.
9660
9661 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9662
9663 * progmodes/compile.el (compilation-goto-locus): Display the
9664 compilation buffer first and the source buffer second, in case they're
9665 in overlapping frames. Don't raise the compilation frame if it was the
9666 selected window upon entry. Pass the `other-window' arg to
9667 pop-to-buffer.
9668
9669 * info.el (Info-fontify-node): Use dolist.
9670 Change add-text-properties to put-text-property.
9671
9672 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9673
9674 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9675 bound of search.
9676
9677 2005-10-16 Masatake YAMATO <jet@gyve.org>
9678
9679 * dabbrev.el (dabbrev-completion): Pass the common
9680 prefix substring of completion to `display-completion-list'.
9681
9682 * filecache.el (file-cache-minibuffer-complete)
9683 (file-cache-complete): Ditto.
9684
9685 * tempo.el (tempo-display-completions): Ditto.
9686
9687 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9688
9689 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9690
9691 * eshell/em-hist.el (eshell-list-history): Ditto.
9692
9693 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9694
9695 * mail/mailalias.el (mail-complete): Ditto.
9696
9697 * progmodes/etags.el (complete-tag): Ditto.
9698
9699 * progmodes/make-mode.el (makefile-complete): Ditto.
9700
9701 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9702
9703 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9704
9705 * progmodes/pascal.el (pascal-complete-word)
9706 (pascal-show-completions): Ditto.
9707
9708 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9709
9710 * simple.el (completion-common-substring): New variable.
9711 (completion-setup-function): Use `completion-common-substring'
9712 to put faces.
9713
9714 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9715
9716 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9717 (x-get-selection, mac-select-convert-to-string): Convert from/to
9718 UTF-16 clipboard data as in native byte order, no BOM.
9719
9720 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
9721
9722 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9723 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9724 (gud-sentinel): Use speedbar-frame to check for speedbar.
9725
9726 2005-10-15 Richard M. Stallman <rms@gnu.org>
9727
9728 * savehist.el: New file.
9729
9730 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
9731
9732 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9733 Fix bug in \bf fontification.
9734
9735 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9736
9737 * pcvs.el (cvs-edit-log-files): New var.
9738 (cvs-mode-edit-log): New arg `file'.
9739 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9740 Instead force the use of the original file and nothing else.
9741 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9742 the cvs-minor-wrap-function is set.
9743 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9744
9745 2005-10-14 Bill Wohler <wohler@newt.com>
9746
9747 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9748 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9749 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9750 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9751 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9752 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9753 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9754 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9755 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9756 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9757 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9758 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9759 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9760 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9761 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9762
9763 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9764 appropriately (for example, gud-break to gud/break).
9765
9766 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
9767
9768 * longlines.el (longlinges-search-function)
9769 (longlines-search-forward, longlines-search-backward): New functions.
9770 (longlines-mode): Set isearch-search-fun-function to
9771 longlinges-search-function.
9772
9773 * mouse.el (mouse-drag-region-1): Handle the case where a
9774 double-click event is bound to an arbitrary function.
9775
9776 2005-10-14 David Ponce <david@dponce.com>
9777
9778 * recentf.el (recentf-track-opened-file)
9779 (recentf-track-closed-file, recentf-update-menu)
9780 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9781 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9782 mouse-1-click-follows-link.
9783
9784 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9785
9786 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9787 Gnome file-manager.png. Suggested by
9788 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9789
9790 * toolbar/README: Add diropen.xpm.
9791
9792 2005-10-13 Bill Wohler <wohler@newt.com>
9793
9794 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9795 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
9796
9797 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9798
9799 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9800 Don't waste the byte-compiler's time on constant data.
9801
9802 2005-10-13 Kenichi Handa <handa@m17n.org>
9803
9804 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9805 byte with `escape-glyph' face.
9806
9807 * international/fontset.el (ccl-encode-unicode-font):
9808 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9809 Handle the case that ucs-mule-to-mule-unicode translates a character to
9810 ASCII (usually for IPA characters).
9811
9812 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9813
9814 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9815 Don't hide the underline of titles if font-lock-mode is disabled.
9816
9817 2005-10-12 Bill Wohler <wohler@newt.com>
9818
9819 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
9820 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9821 files in MH-E-SRC have been updated.
9822 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9823
9824 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9825
9826 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9827 (mixal-mode-syntax-table): Add \n as end-comment.
9828 (mixal-operation-codes-alist): Immediately initialize to full value.
9829 (mixal-add-operation-code): Remove.
9830 (mixal-describe-operation-code): Make the arg non-optional.
9831 Use the interactive spec instead.
9832 Use mixal-operation-codes-alist rather than mixal-operation-codes.
9833 (mixal-font-lock-keywords): Don't highlight comments here any more.
9834 (mixal-font-lock-syntactic-keywords): New var.
9835 (mixal-mode): Use it. Fix comment-start-skip.
9836
9837 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9838
9839 * startup.el (command-line-x-option-alist): -nb => -nbi
9840
9841 2005-10-12 Kim F. Storm <storm@cua.dk>
9842
9843 * startup.el (fancy-splash-default-action): Discard mouse click in
9844 the splash screen window, as it has no sensible meaning in the
9845 next window to be selected. Fixes error reported by Jan D.
9846
9847 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9848
9849 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9850
9851 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9852
9853 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9854 Try to fix up minor layout issues like indentation, line break, etc...
9855 (mixal-mode-syntax-table): Don't try to specify comment syntax,
9856 because it doesn't work.
9857 (mixal-operation-codes): Add some more codes.
9858 (mixal-font-lock-keywords): Process comments here.
9859 (mixal-mode): mixasm no longer needs -g option.
9860
9861 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
9862
9863 * progmodes/sh-script.el (sh-tmp-file):
9864 Use mktemp -t. Finish support for es and rc shells.
9865
9866 2005-10-11 Jay Belanger <belanger@truman.edu>
9867
9868 * calc/calcalg2.el (calc-integral): With an argument, compute the
9869 definite integral.
9870
9871 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
9872
9873 * mouse.el (mouse-drag-region-1): Don't try to catch a
9874 double-click when doing follow-link (it's overridden anyway).
9875
9876 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
9877
9878 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9879 (autoload-print-form-outbuf): Add docstring.
9880
9881 2005-10-11 Juri Linkov <juri@jurta.org>
9882
9883 * info.el (Info-mode-menu): Delete menu item "Edit".
9884 (Info-mode): Delete description of Info-edit from docstring,
9885 and rearrange descriptions of Info commands in the order
9886 they are documented in the Info manual.
9887
9888 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9889
9890 * calendar/appt.el (appt-check): Use diary-selective-display var.
9891
9892 2005-10-10 Richard M. Stallman <rms@gnu.org>
9893
9894 * net/newsticker.el (newsticker-start, newsticker-show-news):
9895 Add autoload cookies.
9896
9897 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
9898
9899 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
9900
9901 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
9902
9903 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
9904
9905 2005-10-10 Jay Belanger <belanger@truman.edu>
9906
9907 * calc/calc-arith.el (math-check-known-scalarp)
9908 (math-check-known-matrixp): Check the values of arguments that are
9909 variables.
9910 (math-check-known-square-matrixp): New function.
9911 (math-known-square-matrixp): Use math-check-known-square-matrixp.
9912 (math-super-types): Add sqmatrix type.
9913
9914 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
9915 mode name `square' to `sqmatrix'.
9916
9917 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
9918 mode name `square' to `sqmatrix'.
9919
9920 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9921
9922 * progmodes/etags.el (select-tags-table-mode): Don't use
9923 selective-display.
9924 (tags-select-tags-table): Pass `button' to the action function.
9925 (select-tags-table): Place the side-info on button properties rather
9926 than in hidden text. Abbreviate file names.
9927 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
9928 (select-tags-table-select): Add `button' argument.
9929 Get side-info from the button property rather than from hidden text.
9930
9931 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
9932
9933 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
9934 (gud-speedbar-buttons): Preserve point if possible.
9935 (gud-sentinel): Restore previous speedbar display type.
9936
9937 * progmodes/gdb-ui.el (gdba): Improve diagram.
9938 (def-gdb-auto-update-handler, gdb-info-locals-handler)
9939 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
9940 Call get-buffer-window once.
9941
9942 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9943
9944 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
9945 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
9946 (pascal-indent-command): Remove unused var `ind'.
9947 (pascal-indent-case): Remove unused var `oldpos'.
9948 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
9949 since it's now used as a proper minor mode map.
9950 (pascal-outline): Rename to pascal-outline-mode.
9951 (pascal-outline-mode): Use define-minor-mode.
9952 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
9953 selective-display.
9954
9955 2005-10-10 Andreas Schwab <schwab@suse.de>
9956
9957 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
9958 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
9959
9960 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
9961 outside source directory.
9962
9963 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
9964
9965 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
9966 C-x' as a prefix.
9967 (orgtbl-mode-map): Full keymap instead of sparse, because all
9968 `self-insert-command' keys are redefined in this map.
9969 (org-export-as-html): Specify charset for HTML file, by taking it
9970 from the coding system.
9971
9972 2005-10-10 Kenichi Handa <handa@m17n.org>
9973
9974 * textmodes/flyspell.el (flyspell-check-word-p):
9975 If unread-command-events is non-empty, don't call sit-for.
9976
9977 2005-10-09 Richard M. Stallman <rms@gnu.org>
9978
9979 * font-lock.el (font-lock-syntactic-keywords)
9980 (font-lock-keywords): Doc fixes.
9981
9982 * textmodes/flyspell.el (flyspell-external-point-words):
9983 Simplify logic, and don't try to check for consecutive appearances
9984 of one incorrect word.
9985
9986 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
9987
9988 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
9989 separator.
9990
9991 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
9992 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
9993 (gud-expansion-speedbar-buttons): New function.
9994 (gud-speedbar-buttons): Check for gud-comint-buffer.
9995
9996 2005-10-09 Bill Wohler <wohler@newt.com>
9997
9998 * Makefile.in (updates): Add mh-loaddefs dependency.
9999
10000 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
10001
10002 * speedbar.el (speedbar-file-key-map): Fix typo.
10003
10004 2005-10-09 Daniel Brockman <daniel@brockman.se>
10005
10006 * cus-start.el (line-spacing): Add custom spec.
10007
10008 2005-10-09 Romain Francoise <romain@orebokech.com>
10009
10010 * textmodes/ispell.el (ispell-check-version): Fix last change.
10011
10012 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10013
10014 * term/x-win.el: Remove -i, --icon-type from comment.
10015
10016 * startup.el (command-line-x-option-alist): Remove options -i,
10017 -itype, --icon-type, added -nb, --no-bitmap-icon
10018
10019 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
10020
10021 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10022 instead of :active.
10023
10024 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
10025
10026 * textmodes/ispell.el (ispell-check-version):
10027 Ignore hyphen, and all that follows, in aspell's version text.
10028
10029 2005-10-08 Jay Belanger <belanger@truman.edu>
10030
10031 * calc/calc-arith.el (math-known-square-matrixp): New function.
10032 (math-pow-fancy): Check for matrices before distributing exponent
10033 across products.
10034
10035 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10036 fullscreen keypad. Suggested by Luc Teirlinck.
10037 (calc-keypad-show-input): Add space for formatting.
10038
10039 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10040 Add square matrix option.
10041
10042 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10043 of checking calc-matrix-mode when deciding how to expand.
10044
10045 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10046
10047 2005-10-08 Lars Hansen <larsh@soem.dk>
10048
10049 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10050 Add error handling.
10051 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10052
10053 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10054
10055 Sync with Tramp 2.0.51.
10056
10057 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10058 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10059 Insert special handling for `last-coding-system-used', again
10060 it still seems to be necessary (unlike stated before).
10061 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10062 (tramp-password-prompt-regexp): There might be other words before
10063 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10064 (tramp-chunksize): Improve docstring.
10065 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10066 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10067 Christian Joergensen <bugs@razor.dk>.
10068
10069 2005-10-07 Glenn Morris <rgm@gnu.org>
10070
10071 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10072 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10073 precision'.
10074
10075 2005-10-07 Romain Francoise <romain@orebokech.com>
10076
10077 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10078 (ibuffer-do-shell-command-pipe-replace)
10079 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10080 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10081 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10082 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10083 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10084 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10085 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10086 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10087 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10088 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10089 Autoload file sans suffix.
10090
10091 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10092
10093 2005-10-07 David Ponce <david@dponce.com>
10094
10095 * recentf.el (recentf-menu-open-all-flag): New option.
10096 (recentf-digit-shortcut-command-name): New function.
10097 (recentf--shortcuts-keymap): New variable.
10098 (recentf-menu-shortcuts): New variable.
10099 (recentf-make-menu-items): Initialize it. Replace the "More..."
10100 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10101 (recentf-menu-value-shortcut): New function.
10102 (recentf-make-menu-item): Use it. No more in-lined.
10103 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10104 (recentf-open-most-recent-file): Rename from
10105 `recentf-open-file-with-key'. Don't depend on key binding.
10106 (recentf-mode-map): New variable.
10107 (recentf-mode): Use it.
10108
10109 2005-10-06 Bill Wohler <wohler@newt.com>
10110
10111 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10112
10113 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10114 (MH-E-SRC): New. Used by mh-autoloads.
10115 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10116 files in MH-E-SRC have been updated.
10117 (compile, recompile, bootstrap): Depend on mh-autoloads.
10118
10119 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10120
10121 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10122 gud-break and gud-remove icons when the fringe is not available.
10123
10124 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10125 Typo.
10126
10127 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10128
10129 * play/zone.el (zone): Wrap body with save-window-excursion.
10130
10131 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10132
10133 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10134 Use the new `list-only' arg to diary-list-entries.
10135
10136 * calendar/diary-lib.el: Use overlays rather than selective-display.
10137 (diary-selective-display): New var.
10138 (diary-header-line-format): Use it.
10139 (diary-list-entries): Add argument `list-only'.
10140 Put the buffer in diary-mode. Don't add \^M at beg and end.
10141 Replace \^M by invisible overlays.
10142 (diary-unhide-everything): Replace \^M by invisible overlays.
10143 (print-diary-entries): Look for overlays rather than \^M.
10144 Add a space to the temp buffer name.
10145 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10146 Put the buffer in diary-mode.
10147 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10148 (diary-anniversary): Make the year arg optional.
10149 (diary-time-regexp): New const.
10150 (diary-font-lock-keywords): Use it to accept a few more time formats.
10151
10152 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10153
10154 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10155
10156 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10157 Fix bug introduced 2005-07-03: Use (car (last ...))
10158 to faithfully reproduce replaced artist-last.
10159 (artist-set-arrow-points-for-poly): Likewise.
10160 Suggested by Johan Bockg\e,Ae\e(Brd.
10161
10162 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10163
10164 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10165 * wid-edit.el (widget):
10166 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10167 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10168
10169 2005-10-06 Kenichi Handa <handa@m17n.org>
10170
10171 * international/mule-cmds.el (set-language-environment):
10172 Fix setting up of case-table for unibyte mode.
10173
10174 * simple.el (what-cursor-position): If the character is displayed
10175 by some `display' text property, show that. Don't use
10176 single-key-description for eight-bit characters in multibyte mode.
10177
10178 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10179
10180 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10181 (gdb-ann3): Set it.
10182 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10183 (gdb-info-frames-custom): Use inverse-video for first five
10184 characters of selected frame only.
10185 (gdb-get-frame-number): Select frame even when point is on frame
10186 number.
10187
10188 2005-10-06 Masatake YAMATO <jet@gyve.org>
10189
10190 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10191 Put `font-lock-function-name-face'.
10192 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10193 and `font-lock-variable-name-face'
10194 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10195 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10196 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10197 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10198 (gdb-local-font-lock-keywords): New font lock keywords definition.
10199 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10200 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10201 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10202
10203 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10204
10205 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10206 (ediff-merge-region-is-non-clash-to-skip): Previously called
10207 ediff-merge-region-is-non-clash.
10208
10209 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10210 Use insert-buffer-substring.
10211
10212 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10213 selecting files to patch. Also bug fixes.
10214
10215 * ediff-util.el (ediff-setup): Bug fix.
10216 (ediff-next-difference): Never skip clashes that differ in white
10217 space only.
10218
10219 * ediff-wind.el (ediff-setup-control-frame)
10220 (ediff-destroy-control-frame): Check the menubar feature.
10221
10222 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10223 (viper-refresh-mode-line): Use make-local-variable to localize
10224 some vars instead of make-variable-buffer-local. Suggested by
10225 Stefan Monnier.
10226
10227 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10228 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10229 Use make-local-variable instead of make-variable-buffer-local.
10230 Suggested by Stefan Monnier.
10231
10232 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10233 (viper-comint-mode-hook): Use make-local-variable on
10234 require-final-newline.
10235 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10236
10237 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10238
10239 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10240 also the second char of a comment-start sequence.
10241 (scheme-sexp-comment-syntax-table): New var.
10242 (lambda, define): Set their scheme-doc-string-elt property.
10243 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10244 Use lisp-font-lock-syntactic-face-function now that it properly
10245 handles |...| symbols.
10246 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10247 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10248
10249 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10250 bit from # to |.
10251 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10252
10253 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10254 (lisp-doc-string-elt-property): New var.
10255 (lisp-font-lock-syntactic-face-function): Use it.
10256 Rewrite to recognize docstrings even for forms not at toplevel.
10257
10258 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10259 annotation on the | part of #| rather than on the # part.
10260 (scheme-font-lock-syntactic-face-function): New function, to
10261 distinguish strings from |...| symbols.
10262 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10263 syntax-table so that #|...|# is properly highlighted.
10264
10265 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10266 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10267
10268 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10269
10270 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10271 and C-e.
10272
10273 * emacs-lisp/eldoc.el: Move comments into docstrings.
10274 (eldoc-message-commands): Initialize in its declaration.
10275 Add move-beginning-of-line and move-end-of-line.
10276 (eldoc-add-command, eldoc-add-command-completions)
10277 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10278
10279 * outline.el (outline-mark-subtree): Activate the mark.
10280
10281 * calendar/appt.el (appt-time-regexp): New var.
10282 (appt-add, appt-make-list): Use it.
10283 (appt-convert-time): Clean up.
10284
10285 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10286 Don't set any syntax-table property here.
10287 (tex-font-lock-verb): New function. Do it here.
10288 (tex-font-lock-syntactic-keywords): Use it.
10289
10290 2005-10-04 Richard M. Stallman <rms@gnu.org>
10291
10292 * wid-edit.el (widget-file-complete): Get the widget start point
10293 the right way. Default directory to `/' if file has none.
10294
10295 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10296
10297 * textmodes/flyspell.el (flyspell-mode-on):
10298 Call ispell-maybe-find-aspell-dictionaries.
10299
10300 * textmodes/ispell.el (ispell-word, ispell-region):
10301 Call ispell-maybe-find-aspell-dictionaries.
10302 (ispell-accept-buffer-local-defs):
10303 Don't call ispell-maybe-find-aspell-dictionaries
10304
10305 2005-10-04 Richard M. Stallman <rms@gnu.org>
10306
10307 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10308
10309 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10310
10311 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10312 instead of `fboundp' in order to allow for anonymous functions.
10313
10314 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10315
10316 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10317 case the user clicks on the link while another window is selected.
10318 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10319
10320 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10321 functionality.
10322 (dframe-help-echo): Save point in case mouse tracking is off.
10323
10324 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10325
10326 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10327
10328 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10329
10330 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10331 not change the global value of those vars.
10332
10333 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10334 make-local-variable which we do not need any more.
10335
10336 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10337
10338 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10339 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10340 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10341 (speedbar-path-line): Define obsolete aliases.
10342 (speedbar-line-directory): Doc fix.
10343
10344 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10345 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10346 instead of speedbar-line-path.
10347
10348 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10349
10350 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10351 to nil if dropping on a window. Handle dropping on a minibuffer window
10352 like dropping on a non-window part of Emacs.
10353
10354 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10355
10356 * net/ange-ftp.el: Use with-current-buffer.
10357 (ange-ftp-insert-directory): Do not follow symlinks any more.
10358
10359 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10360 Remove interactive spec.
10361
10362 2005-10-03 Kim F. Storm <storm@cua.dk>
10363
10364 * ido.el (ido-mode): Use custom-initialize-set.
10365
10366 2005-10-02 Richard M. Stallman <rms@gnu.org>
10367
10368 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10369 Use insert-buffer-substring.
10370
10371 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10372 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10373
10374 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10375
10376 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10377 in last change.
10378 (ange-ftp-insert-directory): Fix up the search for the case where
10379 `file' is absolute.
10380
10381 2005-10-02 Romain Francoise <romain@orebokech.com>
10382
10383 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10384
10385 2005-10-02 Andreas Schwab <schwab@suse.de>
10386
10387 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10388 directory component in the session info.
10389
10390 2005-10-01 Richard M. Stallman <rms@gnu.org>
10391
10392 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10393
10394 * simple.el (next-error-internal): New function.
10395
10396 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10397 (compilation-start): Pass new arg to compilation-buffer-name.
10398 (compile-goto-error): Use next-error-internal.
10399
10400 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10401
10402 * speedbar.el: Remove RCS tag.
10403 (speedbar-check-read-only): Handle non-existent files.
10404
10405 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10406
10407 * info.el (Info-speedbar-hierarchy-buttons)
10408 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10409
10410 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10411
10412 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10413 Do not match newline.
10414 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10415 (bibtex-summary): Remove unnecessary save-excursion.
10416 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10417
10418 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10419
10420 * term/mac-win.el: Add charset info for "iso10646-1".
10421 Modify default fontset to use ATSUI-compatible fonts for some charsets
10422 if available.
10423
10424 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10425
10426 * speedbar.el: Re-apply arch tag.
10427 (speedbar-version): Rename to version 1.0. Suggested by Eric
10428 M. Ludlam.
10429 Reapply two changes from Emacs CVS' version of speedbar lost
10430 during the merge:
10431 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10432 (speedbar-frame-parameters): Improve customize type.
10433
10434 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10435
10436 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10437 (ange-ftp-file-directory-p): Fix the symlink case.
10438 (ange-ftp-insert-directory): When listing a single file, get a list of
10439 the parent buffer and extract the relevant line. Inspired from a patch
10440 by Katsumi Yamaoka <yamaoka@jpl.org>.
10441 (ange-ftp-file-name-sans-versions): Simplify.
10442
10443 2005-09-30 Bill Wohler <wohler@newt.com>
10444
10445 Move MH-E image files from toolbar and mail directories into
10446 etc/images.
10447
10448 * mail/reply2.*: Move to etc/images/mail/reply*.
10449
10450 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10451 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10452 etc/images.
10453
10454 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10455 * toolbar/reply*: Move to etc/images/mail.
10456
10457 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10458
10459 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10460
10461 * speedbar.el: New version 1.0pre3.
10462
10463 Frame management code (including timer, and mouse click specifics)
10464 moved to dframe.el:
10465 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10466 (speedbar-timer): Removed. Use dframe-timer.
10467 (speedbar-close-frame): Removed. Use dframe-close-frame.
10468 (speedbar-activity-change-focus-flag): Removed. Use
10469 dframe-activity-change-focus-flag.
10470 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10471 dframe-update-speed.
10472
10473 (speedbar-current-frame): New macro. Use this instead of the
10474 variable speedbar-frame.
10475
10476 (speedbar-use-images, speedbar-expand-image-button-alist)
10477 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10478
10479 (speedbar-find-image-on-load-path): Removed. Replaced by
10480 defezimage in ezimage.el.
10481 (speedbar-expand-image-button-alist): Removed. Replaced by
10482 ezimage-expand-image-button-alist in ezimage.el.
10483
10484 (speedbar-ignored-directory-regexp)
10485 (speedbar-add-ignored-directory-regexp)
10486 (speedbar-ignored-directory-expressions)
10487 (speedbar-line-directory, speedbar-buffers-line-directory)
10488 (speedbar-directory-line, speedbar-buffers-line-directory):
10489 Renamed, replacing `path' with `directory'.
10490
10491 (speedbar-create-directory, speedbar-expand-line-descendants)
10492 (speedbar-toggle-line-expansion)
10493 (speedbar-contract-line-descendants): New commands.
10494
10495 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10496 (speedbar-use-tool-tips-flag): New options.
10497
10498 (speedbar-check-read-only, speedbar-require-version)
10499 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10500 (speedbar-handle-delete-frame, speedbar-try-completion)
10501 (speedbar-update-localized-contents): New functions.
10502
10503 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10504 (speedbar-object-read-only-indicator): New variables.
10505
10506 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10507 New hooks.
10508
10509 (speedbar-separator-face): New face.
10510
10511 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10512 (speedbar-ignored-modes): Add fundamental-mode.
10513 (speedbar-directory-unshown-regexp): Add . directories.
10514
10515 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10516 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10517 `]' for full expand/close.
10518 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10519
10520 (speedbar-check-vc): Support hidden files.
10521 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10522 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10523 state is nil, it is not checked out.
10524
10525 (speedbar-line-text, speedbar-line-token): Support expand buttons
10526 with no text.
10527 (speedbar-refresh): Universal argument acts as power-click.
10528 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10529 that buffer to get variable values.
10530
10531 And many other bugfixes.
10532
10533 * dframe.el, ezimage.el, sb-image.el: New files.
10534
10535 * sb-*.xpm: Remove files. New image files installed into
10536 etc/images/ezimage.
10537
10538 2005-09-30 Kenichi Handa <handa@m17n.org>
10539
10540 * ps-mule.el (ps-mule-show-warning): If a character is in
10541 ps-print-translation-table, don't treat it as non-printable.
10542
10543 2005-09-30 David Ponce <david@dponce.com>
10544
10545 * tree-widget.el (tree-widget-themes-load-path): New variable.
10546 (tree-widget-themes-directory): Doc fix.
10547 (tree-widget-image-formats) [Emacs]: Doc fix.
10548 (tree-widget--locate-sub-directory): New function.
10549 (tree-widget-themes-directory): Use it.
10550
10551 * recentf.el (recentf-filename-handlers): Rename from
10552 `recentf-filename-handler'. Allow a list of functions.
10553 (recentf-menu-items-for-commands): Fix :help strings.
10554 (recentf-apply-filename-handlers): New function.
10555 (recentf-expand-file-name): Use it.
10556 (recentf-cleanup): Remove duplicates too.
10557
10558 2005-09-29 Juri Linkov <juri@jurta.org>
10559
10560 * faces.el: Rearrange face definitions to be in the same order as
10561 their face descriptions in "(emacs)Standard Faces".
10562
10563 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10564
10565 * tooltip.el (tooltip): Add group `basic-faces'.
10566
10567 * buff-menu.el (Buffer-menu-buffer): Remove group
10568 `font-lock-highlighting-faces'.
10569
10570 * progmodes/compile.el (compilation-error, compilation-warning)
10571 (compilation-info, compilation-line-number, compilation-column-number):
10572 Change group from `font-lock-highlighting-faces' to `compilation'.
10573
10574 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10575 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10576 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10577 (vhdl-font-lock-reserved-words-face)
10578 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10579 `font-lock-highlighting-faces'.
10580
10581 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10582
10583 2005-09-28 Kim F. Storm <storm@cua.dk>
10584
10585 * emulation/cua-base.el: Set CUA move property on additional commands:
10586 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10587 forward-sexp, backward-sexp, forward-list, backward-list.
10588
10589 2005-09-28 Romain Francoise <romain@orebokech.com>
10590
10591 * comint.el (comint-show-output): Really set point at the
10592 beginning of the output when not using `comint-use-prompt-regexp'.
10593
10594 2005-09-27 Jay Belanger <belanger@truman.edu>
10595
10596 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10597 in TeX mode.
10598
10599 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10600
10601 * textmodes/org.el (org-table-sum): Fix format string.
10602
10603 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10604 Quote face names.
10605
10606 2005-09-26 Romain Francoise <romain@orebokech.com>
10607
10608 * isearch.el (isearch-forward-regexp): Close doc string.
10609
10610 2005-09-25 Richard M. Stallman <rms@gnu.org>
10611
10612 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10613
10614 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10615
10616 * progmodes/compile.el (compilation-error-properties):
10617 When getting the file from the previous error message,
10618 correctly decode the new data format.
10619
10620 * progmodes/cc-cmds.el (c-electric-paren):
10621 Call old-blink-paren only for close-paren.
10622
10623 2005-09-24 Andreas Schwab <schwab@suse.de>
10624
10625 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10626 condition.
10627
10628 2005-09-25 Romain Francoise <romain@orebokech.com>
10629
10630 * dired-aux.el (dired-copy-file-recursive):
10631 * dired.el (dired-delete-file):
10632 * ediff-mult.el (ediff-dir-diff-copy-file):
10633 * ediff-util.el (ediff-test-save-region):
10634 * forms.el (forms-mode):
10635 * ido.el (ido-file-internal, ido-delete-file-at-head):
10636 * log-edit.el (log-edit-done):
10637 * ses.el (ses-yank-resize):
10638 * play/gomoku.el (gomoku-human-plays, gomoku)
10639 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10640 (gomoku-offer-a-draw):
10641 * play/landmark.el (lm-human-resigns, lm):
10642 * net/eudcb-ldap.el (eudc-ldap-check-base):
10643 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10644 * progmodes/ebrowse.el (ebrowse-find-pattern):
10645 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10646 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10647 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10648
10649 * vc.el (vc-delete-file):
10650 * play/gomoku.el (gomoku-terminate-game, gomoku)
10651 (gomoku-prompt-for-move, gomoku-human-takes-back):
10652 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10653 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10654
10655 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10656
10657 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10658 color rxvt terminals by using the code xterm.el used to use before
10659 2005-04-09 in order to match the colors used by rxvt.
10660
10661 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10662
10663 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10664 colors rxvt-unicode terminals by using the same code as xterm.el.
10665
10666 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10667
10668 * textmodes/tex-mode.el (tex-font-lock-append-prop)
10669 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10670 new symbol used for the tex-verbatim face.
10671
10672 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10673
10674 * woman.el (woman-file-name):
10675 * wid-edit.el (widget-file-prompt-value)
10676 (widget-coding-system-prompt-value):
10677 * w32-fns.el (set-w32-system-coding-system):
10678 * vc.el (vc-version-diff, vc-annotate):
10679 * textmodes/reftex-auc.el (reftex-arg-cite)
10680 (reftex-arg-index-tag):
10681 * textmodes/refer.el (refer-get-bib-files):
10682 * textmodes/artist.el (artist-figlet-choose-font):
10683 * terminal.el (terminal-emulator):
10684 * replace.el (occur-read-primary-args):
10685 * rect.el (string-rectangle, string-insert-rectangle):
10686 * ps-print.el (ps-print-preprint):
10687 * progmodes/pascal.el (pascal-goto-defun):
10688 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10689 * progmodes/compile.el (compilation-find-file):
10690 * printing.el (pr-interactive-n-up):
10691 * play/animate.el (animate-birthday-present):
10692 * net/rcompile.el (remote-compile):
10693 * man.el (man, Man-goto-section, Man-follow-manual-reference):
10694 * mail/rmailsum.el (rmail-summary-search-backward)
10695 (rmail-summary-search):
10696 * mail/rmailout.el (rmail-output-read-rmail-file-name)
10697 (rmail-output-read-file-name):
10698 * mail/rmail.el (rmail-search, rmail-search-backwards):
10699 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10700 * locate.el (locate):
10701 * international/quail.el (quail-show-keyboard-layout):
10702 * international/mule.el (set-buffer-file-coding-system)
10703 (revert-buffer-with-coding-system, set-file-name-coding-system)
10704 (set-terminal-coding-system, set-keyboard-coding-system)
10705 (set-next-selection-coding-system):
10706 * international/mule-diag.el (describe-coding-system)
10707 (describe-font, describe-fontset):
10708 * international/mule-cmds.el (universal-coding-system-argument)
10709 (search-unencodable-char, describe-input-method)
10710 (set-language-environment, describe-language-environment):
10711 * international/codepage.el (codepage-setup):
10712 * international/code-pages.el (codepage-setup):
10713 * info.el (Info-search, Info-follow-reference)
10714 (Info-search-backward):
10715 * emacs-lisp/advice.el (ad-read-advised-function)
10716 (ad-read-advice-class, ad-clear-cache, ad-activate)
10717 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10718 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10719 (ad-read-regexp):
10720 * ediff-util.el (ediff-toggle-regexp-match):
10721 * ediff-ptch.el (ediff-prompt-for-patch-file):
10722 * dired-aux.el (dired-diff):
10723 * diff.el (diff):
10724 * cus-edit.el (custom-variable-prompt):
10725 * calendar/timeclock.el (timeclock-ask-for-project):
10726 * calc/calcalg3.el (calc-get-fit-variables):
10727 * calc/calc-store.el (calc-edit-variable)
10728 (calc-permanent-variable):
10729 * vc-mcvs.el (vc-mcvs-register):
10730 * shadowfile.el (shadow-define-literal-group):
10731 * woman.el (woman-file-name):
10732 * vc.el (vc-version-diff, vc-merge):
10733 * textmodes/reftex-index.el (reftex-index-complete-tag):
10734 * format.el (format-decode-buffer, format-decode-region):
10735 * emulation/viper-cmd.el (viper-read-string-with-history):
10736 * emacs-lisp/debug.el (cancel-debug-on-entry):
10737 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10738 * ediff.el (ediff-merge-revisions)
10739 (ediff-merge-revisions-with-ancestor, ediff-revision):
10740 * completion.el (interactive-completion-string-reader):
10741 * calc/calc-prog.el (calc-user-define-formula):
10742 Follow convention for reading with the minibuffer.
10743
10744 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
10745
10746 * progmodes/python.el (python-describe-symbol): Add globals() and
10747 locals() to the arguments of emacs.ehelp.
10748
10749 2005-09-24 Magnus Henoch <mange@freemail.hu>
10750
10751 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10752 New function, code extracted from ispell-valid-dictionary-list.
10753 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10754 Call it.
10755
10756 2005-09-24 Eli Zaretskii <eliz@gnu.org>
10757
10758 * subr.el (version-regexp-alist): Extend valid syntax for version
10759 strings: allow any of the characters -,_,+ to separate the
10760 alpha/beta/rc part from the version part. Doc fix.
10761 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
10762
10763 2005-09-23 David Reitter <david.reitter@gmail.com>
10764
10765 * mail/mailclient.el: New file.
10766
10767 2005-09-23 Richard M. Stallman <rms@gnu.org>
10768
10769 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10770 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10771 Doc fixes.
10772
10773 * progmodes/cc-mode.el (c-font-lock-init):
10774 Specify font-lock-lines-before.
10775
10776 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10777
10778 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10779 whole conflict.
10780
10781 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
10782
10783 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10784 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
10785 of `remap' feature when available. Additional key bindings for
10786 better tty support.
10787 (org-mode-restart, org-force-self-insert): New commands.
10788 (org-time-stamp-inactive): New command.
10789 (org-remap): New function.
10790 (org-table-auto-blank-field, org-level-color-stars-only): New options.
10791 (org-enable-fixed-width-editor): Move to `org-structure'
10792 customization group.
10793 (org-self-insert-command, orgtbl-self-insert-command): Modify to
10794 blank field after field motion commands.
10795
10796 2005-09-23 Kenichi Handa <handa@m17n.org>
10797
10798 * international/mule-cmds.el (set-language-environment):
10799 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10800 have to call utf-translate-cjk-load-tables.
10801
10802 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10803
10804 * mouse.el (mouse-move-drag-overlay): Fix last change.
10805
10806 2005-09-22 David Ponce <david@dponce.com>
10807
10808 * tree-widget.el (tree-widget-value-create): Fix previous change.
10809
10810 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10811
10812 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10813
10814 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10815
10816 * mouse.el (mouse-move-drag-overlay): New function.
10817 (mouse-drag-region-1): Use it.
10818 Try to simplify a bit the state handling. Handle clicks on links
10819 inside intangible areas.
10820 (mouse-save-then-kill): Minor simplification.
10821 (mouse-secondary-overlay): Make it always non-nil instead of
10822 recreating it each time.
10823 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10824 (mouse-kill-secondary, mouse-secondary-save-then-kill):
10825 Simplify accordingly.
10826
10827 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10828
10829 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10830
10831 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
10832
10833 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10834 (ediff-file-name-sans-prefix): Treat nil as an empty string.
10835 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10836 to patch.
10837
10838 * ediff-util.el: Use insert-buffer-substring.
10839
10840 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10841
10842 * emulation/viper-cmd.el (viper-change-state): Don't move over the
10843 field boundaries in the minibuffer.
10844 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10845 (viper-minibuffer-post-command-hook): New hook.
10846 (viper-line): Don't move cursor at bolp.
10847
10848 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10849
10850 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10851 avoid compiler warnings.
10852
10853 * emulation/viper-macs.el (ex-map): Better messages.
10854
10855 * emulation/viper-utils.el (viper-beginning-of-field): New function.
10856
10857 * emulation/viper.el: Replace make-variable-buffer-local with
10858 viper-make-variable-buffer-local everywhere, to avoid warnings.
10859
10860 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10861
10862 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10863 Delete unused var `old-selected-window'.
10864 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10865 (mouse-drag-secondary): Delete unused var `start-frame'.
10866
10867 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10868
10869 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10870
10871 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10872
10873 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10874 Re-indent within 80 columns. Use inhibit-read-only.
10875
10876 2005-09-19 Romain Francoise <romain@orebokech.com>
10877
10878 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
10879
10880 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10881
10882 * font-lock.el (font-lock-default-fontify-region): Don't add a line
10883 unconditionally, since the after-change-function already did it.
10884
10885 2005-09-19 Miles Bader <miles@gnu.org>
10886
10887 * net/newsticker.el: Get rid of CVS keyword.
10888
10889 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
10890
10891 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
10892 The prompt is formatted later.
10893
10894 2005-09-19 David Ponce <david@dponce.com>
10895
10896 * tree-widget.el (tree-widget-value-create): Save the converted
10897 tree :node widget.
10898
10899 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
10900
10901 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
10902 variable `message'.
10903
10904 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
10905
10906 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
10907 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
10908 <slawomir.nowaczyk.847@student.lu.se>.
10909
10910 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
10911
10912 * image.el (image-load-path): Use symbol `data-directory' instead
10913 of its value, for backward compatibility with packages that bind
10914 it during `find-image'. Suggested by Katsumi Yamaoka.
10915 (image-search-load-path): Handle symbols whose values are strings.
10916
10917 2005-09-18 Romain Francoise <romain@orebokech.com>
10918
10919 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
10920 with-current-buffer form in save-excursion.
10921
10922 2005-09-18 D Goel <deego@gnufans.org>
10923
10924 * apropos.el (apropos-command): Fix `message' call: first arg
10925 should be a format spec. In this and all other cases that appear
10926 below and elsewhere in the source code, I made a change only when
10927 two conditions were satisfied: [1] I can think of a possibility
10928 that the arguments would cause an error, for example, the code in
10929 question relies on external variables such as filenames. [2] I
10930 was sure that the arg to `message' could not have been nil in the code.
10931
10932 * textmodes/tildify.el (tildify-region): Ditto.
10933
10934 * textmodes/reftex-index.el (reftex-index-change-entry)
10935 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
10936 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
10937 * textmodes/org.el (org-complete, org-deadline, org-schedule)
10938 (org-priority, org-table-sum):
10939 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
10940 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
10941 (flyspell-word, flyspell-display-next-corrections):
10942 * textmodes/bibtex.el (bibtex-print-help-message):
10943 * textmodes/artist.el (artist-key-set-point-poly):
10944 * term/mac-win.el (mac-services-insert-text):
10945 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
10946 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
10947 (vhdl-port-paste-testbench, vhdl-compose-new-component)
10948 (vhdl-compose-configuration):
10949 * progmodes/sh-script.el (sh-blink, sh-show-indent)
10950 (sh-set-indent, sh-learn-line-indent):
10951 * progmodes/ps-mode.el (ps-mode-target-column):
10952 * progmodes/idlwave.el (idlwave-make-tags)
10953 (idlwave-scan-library-catalogs):
10954 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
10955 * progmodes/gud.el (gud-jdb-analyze-source):
10956 * progmodes/flymake.el (flymake-log):
10957 * progmodes/ebnf2ps.el (ebnf-generate-region):
10958 * progmodes/cmacexp.el (c-macro-expansion):
10959 * progmodes/ada-xref.el (ada-treat-cmd-string):
10960 * progmodes/ada-mode.el (ada-create-case-exception-substring)
10961 (ada-justified-indent-current, ada-batch-reformat):
10962 * play/zone.el (zone):
10963 * play/landmark.el (lm-move):
10964 * play/decipher.el (decipher-show-alphabet):
10965 * net/newsticker.el (newsticker--display-jump)
10966 (newsticker--display-scroll):
10967 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
10968 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
10969 * mail/feedmail.el (feedmail-dump-message-to-queue):
10970 * eshell/esh-proc.el (eshell-remove-process-entry):
10971 * emulation/ws-mode.el (ws-last-error):
10972 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
10973 (viper-record-kbd-macro):
10974 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
10975 * emacs-lisp/lisp-mnt.el (lm-report-bug):
10976 * emacs-lisp/find-func.el (find-function-noselect):
10977 * calendar/timeclock.el (timeclock-status-string)
10978 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
10979 (timeclock-when-to-leave-string):
10980 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
10981 * calc/calc-units.el (calc-enter-units-table):
10982 * calc/calc-mode.el (calc-mode-record-mode):
10983 * woman.el (woman-mini-help):
10984 * wdired.el (wdired-change-to-wdired-mode):
10985 * vc.el (vc-retrieve-snapshot):
10986 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
10987 * startup.el (display-startup-echo-area-message):
10988 * simple.el (set-goal-column):
10989 * ses.el (ses-command-hook, ses-recalculate-cell):
10990 * server.el (server-process-filter):
10991 * printing.el (pr-interface-txt-print, pr-interface-printify)
10992 (pr-interface-ps):
10993 * pcvs.el (cvs-help):
10994 * log-edit.el (log-edit, log-edit-mode-help):
10995 * iswitchb.el (iswitchb-possible-new-buffer):
10996 * isearch.el (isearch-edit-string):
10997 * image-mode.el (image-mode, image-minor-mode):
10998 * ibuf-macs.el (define-ibuffer-filter):
10999 * hi-lock.el (hi-lock-find-patterns):
11000 * files.el (toggle-read-only):
11001 * ediff-util.el (ediff-copy-diff)
11002 (ediff-write-merge-buffer-and-maybe-kill):
11003 * echistory.el (Electric-history-undefined):
11004 * dnd.el (dnd-insert-text):
11005 * dired-aux.el (dired-query):
11006 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11007 * bookmark.el (bookmark-bmenu-locate):
11008 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11009 Fix `message' calls to ensure first arg is a format string.
11010 The change was made only when these two conditions were satisfied:
11011 [1] when there is a possibility that the arguments would cause an error
11012 for example, if the code in question relies on external variables
11013 such as filenames, and
11014 [2] if the arg to `message' could not have been nil in the code.
11015
11016 * pcomplete.el (pcomplete--help): Fix `message' format spec.
11017 Not having a %s would be weird, though not technically wrong.
11018
11019 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11020
11021 * term/mac-win.el (mac-add-charset-info): Doc fix.
11022
11023 2005-09-17 Romain Francoise <romain@orebokech.com>
11024
11025 * shell.el (shell-resync-dirs): Handle echoing processes more
11026 reliably. Don't insert resync command if `comint-process-echoes'
11027 is non-nil.
11028
11029 2005-09-17 Magnus Henoch <mange@freemail.hu>
11030
11031 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11032 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11033 aspell versions >= 0.60.
11034 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11035 only if ispell-aspell-supports-utf8 is non-nil.
11036
11037 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11038
11039 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11040 buffer-local value to lisp-indent-function.
11041
11042 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11043
11044 * progmodes/glasses.el (glasses-make-readable): If
11045 glasses-separator differs from underscore, put appropriate
11046 overlays over underscore characters.
11047 (glasses-convert-to-unreadable): If glasses-separator differs from
11048 underscore, try to convert glasses-separator characters to
11049 underscores.
11050
11051 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11052
11053 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11054 Use with-syntax-table and dolist.
11055
11056 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11057
11058 * textmodes/reftex-auc.el:
11059 * textmodes/reftex-cite.el:
11060 * textmodes/reftex-dcr.el:
11061 * textmodes/reftex-global.el:
11062 * textmodes/reftex-parse.el:
11063 * textmodes/reftex-ref.el:
11064 * textmodes/reftex-sel.el:
11065 * textmodes/reftex-toc.el:
11066 * textmodes/reftex-vars.el:
11067 * textmodes/reftex.el: Small changes to remove compiler warnings.
11068
11069 * textmodes/reftex-index.el: Likewise.
11070 (reftex-query-index-phrase): More efficient use of markers.
11071
11072 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11073
11074 * image.el (image-load-path): New variable.
11075 (image-search-load-path): New function.
11076 (find-image): Search for images in `image-load-path'.
11077
11078 2005-09-15 Richard M. Stallman <rms@gnu.org>
11079
11080 * follow.el: Change Maintainer field.
11081
11082 2005-09-15 David Ponce <david@dponce.com>
11083
11084 * recentf.el (recentf-save-file-modes): New option.
11085 (recentf-save-list): Use it.
11086
11087 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11088
11089 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11090 (mode-line-mule-info, mode-line-modified): Move bindings from
11091 mouse-3 to mouse-1.
11092
11093 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11094
11095 * simple.el (sendmail-user-agent-compose): Revert last change.
11096
11097 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11098
11099 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11100 Use with-current-buffer.
11101 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11102 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11103 (ange-ftp-insert-directory): Remove unused var `short'.
11104 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11105
11106 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11107 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11108
11109 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11110 (check-calendar-holidays, diary-list-entries): Autoload.
11111 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11112 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11113
11114 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11115 which mistakenly removed a call to display-buffer.
11116
11117 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11118
11119 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11120
11121 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11122
11123 * progmodes/hideshow.el
11124 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11125 (hs-allow-nesting): New user var.
11126 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11127 (hs-hide-block-at-point): When nesting allowed,
11128 if there is already an overlay in place, delete it.
11129 (hs-safety-is-job-n): Delete func; remove call sites.
11130 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11131 (hs-overlay-at): New func.
11132 (hs-already-hidden-p, hs-show-block): Use it.
11133 (hs-hide-all): Don't pre-clean if nesting allowed.
11134 (hs-show-all): Temporarily disallow
11135 nesting around call to `hs-discard-overlays'.
11136
11137 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11138
11139 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11140 Delete unused local var.
11141
11142 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11143
11144 * help-fns.el (describe-categories): "?\ " -> "?\s".
11145 (help-do-arg-highlight): Recognize also ARG-n, as in
11146 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11147
11148 * international/codepage.el (dos-unsupported-char-glyph):
11149 * net/newsticker.el (tool-bar-map, w3-mode-map)
11150 (w3m-minor-mode-map):
11151 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11152 (ent-alist):
11153 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11154
11155 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11156
11157 * custom.el (custom-push-theme): Handle the case where a symbol is
11158 bound but face properties have not yet been assigned.
11159
11160 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11161 Fix behavior if noerase is `t' and there is no mail buffer.
11162
11163 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11164 if `continue' is nil, rather than signal an error.
11165
11166 2005-09-12 Richard M. Stallman <rms@gnu.org>
11167
11168 * font-lock.el (font-lock-keywords): Add autoload.
11169
11170 * help-fns.el (describe-variable): Rearrange to put source link
11171 in a predictable place.
11172
11173 * net/newsticker.el: New file.
11174
11175 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11176
11177 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11178 (calendar-basic-setup): Use the new nil arg.
11179 (number-of-diary-entries): Move to diary-lib.el.
11180
11181 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11182 (diary-list-entries): Use with-syntax-table and dolist.
11183 Rename from list-diary-entries.
11184 Use number-of-diary-entries if `number' is nil.
11185 (diary, diary-view-entries): Use this new name and new nil arg value.
11186 (number-of-diary-entries): Move from calendar.el.
11187 (diary-unhide-everything): New function.
11188 (include-other-diary-files, fancy-diary-display)
11189 (diary-show-all-entries, make-diary-entry): Use it.
11190 (diary-mail-entries): Use buffer-string.
11191 (mark-diary-entries): Fix long standing paren typo.
11192 (diary-sexp-entry): Use count-lines.
11193 (make-diary-entry): Avoid `previous-line'.
11194 (diary-mode-map): New var.
11195 (diary-mode): Redraw cal after saving. Setup header-line.
11196 (fancy-diary-display-mode): Use local-set-key.
11197
11198 * startup.el (command-line): Try calling various terminal-init-foo-bar
11199 functions by stripping hyphenated suffixes from $TERM.
11200
11201 * files.el (normal-mode): Check boundness of font-lock-keywords.
11202
11203 2005-09-12 Richard M. Stallman <rms@gnu.org>
11204
11205 * progmodes/compile.el: Don't decide a file's directory
11206 until the user actually tries to go there.
11207 (compilation-next-error-function):
11208 Pass compilation-find-file the directory from the file-struct.
11209 (compilation-internal-error-properties): Separate local FILE-STRUCT
11210 from FILE. Doc the args better. Rename arg FMT to FMTS.
11211 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11212 Expand it, and if nil, use default-directory.
11213 (compilation-get-file-structure): Don't mix specified directory
11214 with default directory. Put specified directory into
11215 file-struct. Don't make the file name absolute.
11216
11217 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11218 (compile-command): Add autoload.
11219 (compilation-disable-input): Add autoload.
11220
11221 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11222
11223 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11224 strings of the variables it can override.
11225 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11226 %Q and %q, for fully-qualified domain name and unqualified host name.
11227
11228 2005-09-11 Kim F. Storm <storm@cua.dk>
11229
11230 * emacs-lisp/authors.el (authors-aliases): Update list.
11231 (authors-fixed-entries): Update mldrag.el entry.
11232
11233 2005-09-10 Alan Mackenzie <acm@muc.de>
11234
11235 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11236 from the region narrowed to.
11237
11238 2005-09-10 Magnus Henoch <mange@freemail.hu>
11239
11240 * textmodes/ispell.el (ispell-check-version): Signal an error if
11241 aspell version is less than 0.60.
11242
11243 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11244
11245 * progmodes/octave-inf.el (inferior-octave-startup):
11246 Resync current dir at the end.
11247
11248 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11249
11250 * woman.el (woman-topic-at-point-default):
11251 Rename to woman-use-topic-at-point-default.
11252 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11253 (woman-file-name): Reflect renames above. Automatically use the
11254 word at point as topic if woman-use-topic-at-point is non-nil.
11255 Otherwise offer it as default but don't insert it in the
11256 minibuffer. Also use `test-completion' instead of `assoc' as
11257 suggested by Stefan Monnier.
11258
11259 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11260
11261 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11262 the attempt to do it over Tramp. This is not yet supported.
11263
11264 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11265
11266 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11267 (menu-bar-non-minibuffer-window-p): New functions.
11268 ("Split Window", "Save As..."): Use them.
11269 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11270 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11271 Use menu-bar-menu-frame-live-and-visible-p.
11272 ("Save Buffer", "Insert File", "Open Directory...")
11273 ("Open File...", "Visit New File..."):
11274 Use menu-bar-non-minibuffer-window-p.
11275 (kill-this-buffer-enabled-p, dired <menu-enable>):
11276 Use menu-bar-non-minibuffer-window-p.
11277
11278 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11279
11280 * cus-start.el (all): Don't complain about fringe-related
11281 built-ins if fringes are not supported. Ditto about
11282 selection-related built-ins. Fix the test for GTK-related built-ins.
11283
11284 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11285 ("Postscript Print Buffer", "Print Region", "Save As...")
11286 ("Save", "Insert File...", "Open Directory...")
11287 ("Open File...", "Visit New File..."")
11288 ("Truncate Long Lines in this Buffer"): Don't look at
11289 menu-updating-frame if this display does not support multiple frames.
11290
11291 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11292
11293 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11294
11295 2005-09-09 Emilio Lopes <eclig@gmx.net>
11296
11297 * woman.el: Format- and whitespace-related changes.
11298
11299 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11300
11301 * woman.el: Fix my email address.
11302
11303 2005-09-08 Richard M. Stallman <rms@gnu.org>
11304
11305 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11306 (sh-mode): Locally set skeleton-pair-default-alist.
11307
11308 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11309
11310 * progmodes/flymake.el: Require `compile' unconditionally.
11311
11312 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11313
11314 * woman.el (woman-file-name): Provide a default, not initial input.
11315
11316 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11317
11318 * font-lock.el (font-lock-support-mode): Doc fix.
11319
11320 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11321
11322 2005-09-08 Richard M. Stallman <rms@gnu.org>
11323
11324 * simple.el (blink-matching-open): Get rid of text props from
11325 the string shown in echo area. Don't permanently set point.
11326 Some rearrangements.
11327
11328 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11329
11330 * recentf.el (recentf-filename-handler): Add custom choice
11331 `abbreviate-file-name'.
11332
11333 * msb.el (msb--very-many-menus): Fix typo.
11334
11335 * disp-table.el (standard-display-european): Don't set
11336 enable-multibyte-characters to nil.
11337
11338 2005-09-08 David Ponce <david@dponce.com>
11339
11340 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11341 (recentf-expand-file-name): Doc fix.
11342 (recentf-dialog-mode-map): Define digit shortcuts.
11343 (recentf--files-with-key): New variable.
11344 (recentf-show-digit-shortcut-filter): New function.
11345 (recentf-open-files-items): New function.
11346 (recentf-open-files): Use it.
11347 (recentf-open-file-with-key): New command.
11348
11349 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11350
11351 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11352 Suggested by Kim F. Storm.
11353 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11354 (Buffer-menu-make-sort-button): Use global keymap.
11355
11356 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11357
11358 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11359 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11360 necessary any longer with the remapped command.
11361 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11362 formatting time only.
11363
11364 * net/tramp.el (tramp-action-password)
11365 (tramp-multi-action-password): Compile the password prompt from
11366 `method', `user' and `host'. Sometimes it isn't obvious which
11367 password to enter, for example with remote files offered by
11368 recentf.el, or with multiple steps. Suggested by Robert Marshall
11369 <robert@chezmarshall.freeserve.co.uk>.
11370
11371 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11372
11373 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11374 Fix regexp for when "s///" is at the beginning of line.
11375
11376 2005-09-07 Jay Belanger <belanger@truman.edu>
11377
11378 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11379 when in matrix mode.
11380
11381 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11382
11383 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11384 non-anonymous functions.
11385
11386 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11387
11388 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11389 when using a header line. Otherwise, use mouse-1-click-follows-link.
11390
11391 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11392 can't be moved; don't signal an error.
11393
11394 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11395
11396 * cus-theme.el (custom-theme-write-faces): Save the current face
11397 spec, not the defface spec.
11398
11399 * custom.el (custom-known-themes): Clarify meaning of "standard".
11400 (custom-push-theme): Save old values in the standard theme.
11401 (disable-theme): Correct typo.
11402 (custom-face-theme-value) Deleted unused function.
11403 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11404
11405 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11406
11407 * progmodes/compile.el (compilation-goto-locus): Take into account
11408 iconified frames when determining whether the buffer is
11409 already visible.
11410 Don't reset window height if the window already existed.
11411
11412 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11413
11414 * custom.el (load-theme): Rename from require-theme.
11415 Add interactive spec.
11416 (enable-theme): Rename from custom-enable-theme.
11417 Add interactive spec.
11418 (disable-theme): Rename from custom-disable-theme.
11419 Add interactive spec.
11420 (custom-make-theme-feature): Doc fix.
11421 (custom-theme-directory): Doc fix.
11422 (provide-theme): Call enable-theme.
11423
11424 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11425
11426 * obsolete/lazy-lock.el (lazy-lock-mode):
11427 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11428 font-lock-mode if it's off. Print a warning instead.
11429
11430 * progmodes/compile.el (compilation-start): Ignore errors if the
11431 process died before we get to send-eof.
11432
11433 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11434 Undo last change. Enclosing the result in quotes broke things on Unix
11435 since tex-send-command passes it through shell-quote-argument.
11436 (tex-send-command): Pass `file' through convert-standard-filename
11437 when possible.
11438 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11439 info in a transcript.
11440
11441 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11442
11443 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11444 fix compilation warning. Reorder the key definitions to group
11445 together keys emitted by the current version of xterm.
11446
11447 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11448 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11449 Reorder predicates to correct min-color usage.
11450
11451 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11452
11453 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11454 Kill local variables when longlines-mode is turned off.
11455
11456 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11457
11458 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11459
11460 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11461
11462 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11463
11464 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11465 (font-lock-lines-before): Change default to being inactive.
11466 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11467 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11468
11469 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11470
11471 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11472 Deactivate temporarily advice if active (not needed for Emacs 22,
11473 but for backwards compatibility).
11474 (tramp-exists-file-name-handler): Rewrite. First implementation
11475 was too simple.
11476 (tramp-advice-make-auto-save-file-name):
11477 Call `tramp-handle-make-auto-save-file-name' (again, just for
11478 backwards compatibility).
11479
11480 2005-08-31 Reto Zimmermann <reto@gnu.org>
11481
11482 * progmodes/vhdl-mode.el
11483 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11484 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11485 (vhdl-set-default-project): New function (easier setting of default).
11486 (vhdl-port-copy): Handle extended identifiers for generics.
11487 (vhdl-compiler-alist): Better description for error message regexp.
11488 (vhdl-make): Query for target, use previous as default.
11489 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11490 (vhdl-font-lock-keywords-2): Fix fontification for record
11491 el. assign.
11492 (vhdl-speedbar-make-subpack-line): Add package body link.
11493 (vhdl-generate-makefile-1): Not include itself as dependency.
11494 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11495 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11496 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11497 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11498 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11499 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11500 (vhdl-import-project): Add string argument for `error'.
11501 (vhdl-compose-configuration)
11502 (vhdl-compose-configuration-architecture): Add configuration
11503 declaration generation.
11504 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11505 (vhdl-trailer-re): Add "record" keyword (better indentation).
11506 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11507 "[^ \t-\"]+".
11508 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11509 (vhdl-testbench-entity-file-name)
11510 (vhdl-testbench-architecture-file-name): Allow separate
11511 customization of testbench file names.
11512 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11513 (vhdl-get-visible-signals): Allow newline within alias declaration.
11514 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11515 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11516 (member-ignore-case): Alias for missing function in XEmacs.
11517 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11518 (vhdl-update-sensitivity-list): Ignore case on read signals.
11519 (vhdl-replace-string): Adjust case only for file names.
11520 (vhdl-update-sensitivity-list): Fix search for read signals.
11521 (vhdl-update-sensitivity-list): Exclude formal parameters.
11522 (vhdl-get-visible-signals): Include aliases of signals.
11523 (vhdl-get-visible-signals): Fix signal name searching.
11524 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11525 (vhdl-fixup-whitespace-region): Fix for character
11526 literals (e.g. `:').
11527
11528 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11529
11530 * ansi-color.el (comint-last-output-start):
11531 * bs.el (font-lock-verbose):
11532 * diff-mode.el (add-log-buffer-file-name-function):
11533 * dired-x.el (vm-folder-directory):
11534 * faces.el (help-xref-stack-item):
11535 * files.el (font-lock-keywords):
11536 * find-lisp.el (dired-buffers, dired-subdir-alist):
11537 * ido.el (cua-inhibit-cua-keys):
11538 * log-view.el (cvs-minor-wrap-function):
11539 * outline.el (font-lock-warning-face):
11540 * simple.el (compilation-current-error):
11541 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11542 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11543 * tooltip.el (comint-prompt-regexp):
11544 * w32-fns.el (explicit-shell-file-name):
11545 * term/mac-win.el (mac-charset-info-alist)
11546 (mac-services-selection, mac-system-script-code):
11547 * term/tty-colors.el (msdos-color-values):
11548 * term/w32-win.el (xlfd-regexp-registry-subnum):
11549 * term/x-win.el (x-keysym-table, x-selection-timeout)
11550 (x-session-id, x-session-previous-id):
11551 * textmodes/ispell.el (mail-yank-prefix):
11552 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11553 * textmodes/org.el (calc-embedded-close-formula)
11554 (calc-embedded-open-formula)
11555 (font-lock-unfontify-region-function):
11556 * textmodes/reftex-global.el (isearch-next-buffer-function)
11557 (TeX-master):
11558 * textmodes/reftex.el (font-lock-keywords):
11559 * textmodes/tex-mode.el (font-lock-comment-face)
11560 (font-lock-doc-face):
11561 * textmodes/texinfo.el (outline-heading-alist):
11562 Add defvars.
11563
11564 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11565 (artist-spray-chars, artist-mode-init, artist-replace-string)
11566 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11567 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11568 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11569
11570 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11571 (conf-align-assignments): "?\ " -> "?\s".
11572
11573 * textmodes/reftex-index.el (TeX-master): Add defvar.
11574 (reftex-index-phrases-marker): Move up defvar.
11575
11576 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11577 (reftex-toc-include-labels-indicator)
11578 (reftex-toc-include-index-indicator)
11579 (reftex-toc-max-level-indicator): Move up declarations.
11580
11581 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11582 of args to `tramp-run-real-handler', even if it's empty in this case.
11583
11584 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11585
11586 * dired.el (dired-move-to-filename-regexp): Add date format for
11587 Mac OS X 10.3 in East Asian locales.
11588
11589 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11590
11591 * files.el (make-auto-save-file-name): Add file name handler call
11592 if applicable.
11593
11594 * net/tramp.el (tramp-file-name-handler-alist)
11595 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11596 (tramp-handle-make-auto-save-file-name): Rename from
11597 `tramp-make-auto-save-file-name'.
11598 (tramp-exists-file-name-handler): New defun.
11599 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11600 `make-auto-save-file-name' is not a magic file name operation.
11601
11602 2005-08-30 Richard M. Stallman <rms@gnu.org>
11603
11604 * files.el (risky-local-variable-p):
11605 Match `-predicates' and `-commands.
11606
11607 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11608 (custom-save-all): Visit the file if necessary;
11609 kill the buffer if we created it.
11610 (custom-save-delete): Don't visit file or kill buffer here.
11611
11612 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11613
11614 * textmodes/org.el (org-special-keyword): New face.
11615 (org-table-copy-down, org-table-eval-formula)
11616 (org-table-recalculate, org-init-section-numbers):
11617 Use `string-to-number' instead of `string-to-int'.
11618 (org-get-location): Use `insert-buffer-substring' instead of
11619 `insert-buffer'.
11620 (org-modify-diary-entry-string): New function.
11621 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11622 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11623 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11624 active region.
11625 (org-export-as-html): Handle QUOTE keyword.
11626 (org-quote-string): New option.
11627 (org-bookmark-jump-unhide): New function, used for
11628 `bookmark-after-jump-hook'.
11629 (org-diary-default-entry): Apply only when not called through
11630 `org-agenda'.
11631
11632 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11633
11634 * net/eudc.el (mode-popup-menu):
11635 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11636 * progmodes/ada-mode.el (compile-auto-highlight)
11637 (skeleton-further-elements):
11638 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11639 * progmodes/cmacexp.el (msdos-shells):
11640 * progmodes/compile.el (font-lock-extra-managed-props)
11641 (font-lock-keywords, font-lock-maximum-size)
11642 (font-lock-support-mode):
11643 * progmodes/grep.el (font-lock-lines-before):
11644 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11645 * progmodes/mixal-mode.el (compile-command):
11646 * progmodes/perl-mode.el (font-lock-comment-face)
11647 (font-lock-doc-face, font-lock-string-face):
11648 * progmodes/prolog.el (comint-prompt-regexp):
11649 * progmodes/sh-script.el (font-lock-comment-face)
11650 (font-lock-set-defaults, font-lock-string-face):
11651 * progmodes/sql.el (font-lock-keyword-face)
11652 (font-lock-set-defaults, font-lock-string-face):
11653 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11654 (itimer-version, lazy-lock-defer-contextually)
11655 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11656 Add defvars.
11657
11658 * progmodes/cperl-mode.el (cperl-electric-lbrace)
11659 (cperl-electric-keyword, cperl-electric-pod)
11660 (cperl-electric-backspace, cperl-forward-re)
11661 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11662 (vc-rcs-header, vc-sccs-header): Add defvars.
11663
11664 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11665 (font-lock-syntactic-keywords, gud-find-expr-function):
11666 Add defvars.
11667
11668 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11669 (gdb-frame-parameters): Declare before use.
11670
11671 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11672 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11673 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11674 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11675
11676 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11677 (idlwave-help-with-source): Use `insert-buffer-substring', not
11678 `insert-buffer'.
11679
11680 2005-08-29 Juri Linkov <juri@jurta.org>
11681
11682 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11683 Put outline-back-to-heading function call inside save-excursion.
11684
11685 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
11686
11687 * man.el (Man-init-defvars, Man-translate-references)
11688 (Man-support-local-filenames, Man-highlight-references):
11689 * progmodes/sql.el (sql-interactive-mode):
11690 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11691
11692 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11693 (compilation-mode-font-lock-keywords): Add defvars.
11694 (checkdoc-interactive-loop): "?\ " -> "?\s".
11695
11696 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11697 (font-lock-doc-face, font-lock-string-face)
11698 (font-lock-keywords-case-fold-search): Add defvars.
11699 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11700
11701 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11702 Don't pass X and Y (they are ignored anyway).
11703 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11704 (mouse-delete-window): Make arguments optional.
11705
11706 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11707 (caesar-translate-table, minor-modes, news-buffer-save)
11708 (news-group-name, news-minor-modes): Add defvars.
11709
11710 * emacs-lisp/lselect.el (mouse-highlight-priority)
11711 (x-lost-selection-functions, zmacs-regions):
11712 * emacs-lisp/pp.el (font-lock-verbose):
11713 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11714 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11715 (ses-mode-map):
11716 * emacs-lisp/tcover-unsafep.el (safe-functions):
11717 * international/mule-cmds.el (mac-system-coding-system)
11718 (mac-system-locale):
11719 * language/ethio-util.el (rmail-current-message)
11720 (rmail-message-vector):
11721 * language/thai-util.el (thai-auto-composition-mode):
11722 * mail/metamail.el (rmail-current-message, rmail-message-vector):
11723 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11724 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11725 (vm-primary-inbox, vm-spool-files):
11726 * mail/rmail.el (deleted-head, font-lock-fontified)
11727 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11728 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11729 (total-messages):
11730 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11731 (rmail-summary-mode-map):
11732 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11733 (rmail-last-label, rmail-last-multi-labels)
11734 (rmail-summary-vector, rmail-total-messages):
11735 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11736 * mail/rmailsum.el (msgnum):
11737 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11738 (rmail-current-message):
11739 * obsolete/fast-lock.el (font-lock-face-list):
11740 * obsolete/rnewspost.el (mail-reply-buffer):
11741 * obsolete/scribe.el (compile-command):
11742 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11743
11744 2005-08-28 John Paul Wallington <jpw@gnu.org>
11745
11746 * ibuf-ext.el (ibuffer-auto-update-changed):
11747 Use `frame-or-buffer-changed-p' to check whether we need to update.
11748 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11749 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
11750 as a `frame-or-buffer-changed-p' state vector instead.
11751
11752 2005-08-27 Romain Francoise <romain@orebokech.com>
11753
11754 * textmodes/makeinfo.el (makeinfo-compile):
11755 Use `compilation-start'. Set `next-error-function' according to
11756 `disable-errors'.
11757 (makeinfo-next-error): New function.
11758 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11759 (makeinfo-buffer): Likewise.
11760
11761 * progmodes/compile.el (compilation-start): Add autoload cookie.
11762
11763 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11764 * textmodes/sgml-mode.el: Likewise.
11765 * progmodes/python.el: Likewise.
11766
11767 2005-08-27 Eli Zaretskii <eliz@gnu.org>
11768
11769 * simple.el (blink-matching-paren-distance): Document the meaning
11770 of nil value, and allow to customize to nil.
11771
11772 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11773 command.com, not command.exe.
11774
11775 2005-08-26 John Wiegley <johnw@newartisans.com>
11776
11777 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11778 code around a bit so that an extraneous nil argument is not added
11779 to a command when no args are given.
11780
11781 * eshell/esh-arg.el (eshell-parse-double-quote): If a
11782 double-quoted argument resolves to nil, return it as an empty
11783 string rather than as nil. This made it impossible to pass "" to
11784 a shell script as a null string argument.
11785
11786 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11787
11788 * outline.el (outline-invent-heading): New fun.
11789 (outline-promote, outline-demote): Use it.
11790 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11791 (outline-end-of-subtree): Remove unused var `opoint'.
11792
11793 2005-08-26 David Reitter <david.reitter@gmail.com>
11794
11795 * menu-bar.el (truncate-lines, write-file, print-buffer)
11796 (ps-print-buffer-faces, ps-print-buffer, split-window):
11797 Disable menu items when the frame they refer to is invisible, or when
11798 they refer to a buffer and the minibuffer is selected.
11799
11800 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11801
11802 * progmodes/flymake.el (flymake-highlight-err-lines):
11803 Use save-excursion around flymake-highlight-line to preserve point.
11804
11805 2005-08-26 Eli Zaretskii <eliz@gnu.org>
11806
11807 * progmodes/octave-mod.el: Change Author and Maintainer address.
11808 (octave-maintainer-address): Change Kurt's email address.
11809 * progmodes/octave-inf.el: Change Author and Maintainer address.
11810 * progmodes/octave-hlp.el: Change Author and Maintainer address.
11811
11812 2005-08-26 Kim F. Storm <storm@cua.dk>
11813
11814 * subr.el (version-list-<, version-list-<=, version-list-=):
11815 Rename from integer-list-*.
11816 (version-list-not-zero): Likewise. Fix while loop.
11817 (version=): Use version-list-= instead of string-equal.
11818
11819 2005-08-26 Richard M. Stallman <rms@gnu.org>
11820
11821 * outline.el (outline-promote): Try shortening the heading.
11822 As last resort, read the heading to use.
11823 (outline-demote): As last resort, read the heading to use.
11824
11825 2005-08-26 Romain Francoise <romain@orebokech.com>
11826
11827 * progmodes/compile.el (compilation-start): Doc fix.
11828
11829 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11830 (antlr-font-lock-additional-keywords): Fix reference to
11831 `antlr-font-lock-literal-regexp' erroneously changed during the
11832 mass face rename.
11833 (antlr-run-tool): Use `compilation-start'.
11834
11835 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11836 instead of the obsolete `compile-internal'.
11837
11838 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
11839
11840 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11841 (number, original-date):
11842 * calendar/cal-china.el (date):
11843 * calendar/cal-coptic.el (date):
11844 * calendar/cal-french.el (date):
11845 * calendar/cal-hebrew.el (date, entry, number, original-date):
11846 * calendar/cal-islam.el (date, number, original-date):
11847 * calendar/cal-iso.el (date):
11848 * calendar/cal-julian.el (date):
11849 * calendar/cal-mayan.el (date):
11850 * calendar/cal-menu.el (date, event):
11851 * calendar/cal-persia.el (date):
11852 * calendar/lunar.el (date):
11853 * calendar/solar.el (date): Add defvars.
11854
11855 * emerge.el:
11856 * ibuffer.el:
11857 * info-xref.el:
11858 * obsolete/bg-mouse.el:
11859 * obsolete/sun-curs.el:
11860 * obsolete/swedish.el: Move the `defvar's to the top level.
11861
11862 * smerge-mode.el (smerge-refined-change): Add :group.
11863
11864 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
11865
11866 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11867 (smerge-keep-n): Remove props.
11868 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11869 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11870 now that it's done in smerge-keep-n.
11871 (smerge-refined-change): New face.
11872 (smerge-refine-chopup-region, smerge-refine-highlight-change)
11873 (smerge-refine): New funs.
11874 (smerge-basic-map): Bind smerge-refine.
11875
11876 2005-08-25 Juri Linkov <juri@jurta.org>
11877
11878 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
11879 compilation-process-setup-function and compilation-disable-input
11880 in grep-mode instead of let-bindings in grep.
11881
11882 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
11883 Delete "Automatic File De/compression" (auto-compression-mode).
11884
11885 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
11886
11887 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
11888 Silence warning about non-existent variable.
11889
11890 2005-08-25 Richard M. Stallman <rms@gnu.org>
11891
11892 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
11893 Rename "Describe Key" to "Describe Key or Mouse Operation".
11894
11895 * mail/mailalias.el (build-mail-aliases): Delete comments
11896 from the contents before processing them.
11897
11898 * isearch.el (isearch-edit-string): Erase the Search prompt
11899 if user enters an empty string and there is no default.
11900
11901 * comint.el (comint-file-name-prefix): Add autoload.
11902
11903 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
11904
11905 * subr.el (play-sound): Rearrange to avoid warning.
11906
11907 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
11908
11909 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
11910 New hook.
11911 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
11912
11913 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11914
11915 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
11916
11917 * custom.el (custom-theme-set-variables): Sort minor modes last.
11918
11919 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11920
11921 * subr.el (version-separator, version-regexp-alist): New vars used by
11922 version comparison funs.
11923 (integer-list-<, integer-list-=, integer-list-<=)
11924 (integer-list-not-zero): New funs for integer list comparison.
11925 (version-to-list, version=, version<, version<=): New funs for version
11926 comparison.
11927
11928 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
11929
11930 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
11931 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
11932 time to silence the byte-compiler.
11933
11934 * ibuffer.el (ibuffer-compile-make-eliding-form)
11935 (ibuffer-check-formats): Use `with-no-warnings' to hide references
11936 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
11937 so it's silly to get warnings for it).
11938 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
11939 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
11940 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
11941 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
11942 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
11943 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
11944 Defvar at compile time.
11945 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
11946 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
11947 Declare them before use.
11948
11949 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
11950 (info-xref-good, info-xref-bad): Defvar at compile time.
11951
11952 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
11953 Use `let*' instead of `let'.
11954
11955 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
11956 (*mouse-y*, menu, char): Defvar at compile time.
11957 (sc::menu): Declare it before use.
11958 (sc::pack-one-line): Use `let', not `let*'.
11959
11960 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
11961 (mail-send-hook): Defvar at compile time.
11962
11963 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
11964 Defvar at compile time.
11965
11966 * term/sun-mouse.el (current-global-mousemap)
11967 (current-local-mousemap): Declare them before use.
11968
11969 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
11970
11971 * bookmark.el (bookmark-after-jump-hook): New hook.
11972 (bookmark-jump): Run `bookmark-after-jump-hook'.
11973
11974 2005-08-23 Juri Linkov <juri@jurta.org>
11975
11976 * faces.el (minibuffer-prompt): Doc fix.
11977
11978 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
11979
11980 * progmodes/xscheme.el: Trivial changes to silence warnings.
11981 (xscheme-previous-mode, xscheme-previous-process-state):
11982 Add defvars.
11983 (xscheme-last-input-end, xscheme-process-command-line)
11984 (xscheme-process-name, xscheme-buffer-name)
11985 (xscheme-expressions-ring-max, xscheme-expressions-ring)
11986 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
11987 (xscheme-control-g-synchronization-p)
11988 (xscheme-control-g-disabled-p, xscheme-string-receiver)
11989 (default-xscheme-runlight, xscheme-runlight)
11990 (xscheme-runlight-string, xscheme-process-filter-state)
11991 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
11992 Move to beginning of file.
11993 (scheme-interaction-mode-commands-alist)
11994 (scheme-interaction-mode-map, scheme-debugger-mode-map):
11995 Declare them before use. Note: the initialization code for the variables
11996 has not been moved because it uses functions that reference the variables.
11997 (xscheme-control-g-message-string, xscheme-process-filter-alist)
11998 (xscheme-prompt-for-expression-map): Declare them before use.
11999 (scheme-debugger-mode-commands): "?\ " -> "?\s".
12000
12001 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12002
12003 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12004
12005 2005-08-22 Juri Linkov <juri@jurta.org>
12006
12007 * faces.el (set-face-underline): Delete this duplicate function
12008 and make an obsolete alias to set-face-underline-p.
12009 (set-face-underline-p): Use docstring of set-face-underline.
12010 (describe-face): Create hyperlink to parent face.
12011
12012 * info.el (Info-insert-dir): Use save-excursion around
12013 insert-buffer-substring.
12014 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12015 (Info-escape-percent): Delete function.
12016 (Info-fontify-node): Replace Info-escape-percent by
12017 replace-regexp-in-string with REP arg set to lambda that
12018 duplicates `%' and preserves text properties.
12019
12020 * progmodes/compile.el (compilation-disable-input): Doc fix.
12021 (define-compilation-mode): Doc fix and refill.
12022 (kill-compilation): Use `mode-name' in the error message.
12023 (compilation-find-file): Use `compilation-error' in the
12024 read-file-name's prompt.
12025
12026 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12027
12028 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12029 (smerge-auto-leave): Make undo re-enable the mode.
12030 (debug-ignored-errors): Add the user-error of impossible resolution.
12031 (smerge-resolve): Move things around a bit, in preparation for later.
12032 (smerge-diff): Don't fail if the buffer has no associated file.
12033 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12034 (smerge-conflict-overlay): New function.
12035 (smerge-match-conflict): Don't add text properties here.
12036 (smerge-find-conflict): Instead, add an overlay here.
12037 Also check for the case where we're inside a conflict already, so as to
12038 obviate the need for font-lock-multiline, which is unbearably slow with
12039 large conflicts and ciomplex font-lock patterns.
12040 (smerge-remove-props): Remove overlay rather than text-properties.
12041 (smerge-mode): Don't set font-lock-multiline.
12042 Remove overlays when turned off.
12043
12044 2005-08-21 Kim F. Storm <storm@cua.dk>
12045
12046 * ido.el (ido-ignore-item-p): Use save-match-data.
12047 Bind case-fold-search to ido-case-fold locally.
12048
12049 2005-08-20 Richard M. Stallman <rms@gnu.org>
12050
12051 * files.el (normal-mode): If font lock is on, turn it off and on.
12052
12053 * subr.el (replace-regexp-in-string): Doc fix.
12054
12055 * startup.el (command-line-1): Don't suppress startup screen
12056 due to existing processes.
12057
12058 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12059
12060 * progmodes/compile.el (compilation-disable-input): Default to nil.
12061
12062 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12063
12064 * progmodes/compile.el (compilation-disable-input): New defcustom.
12065 (compilation-start): If compilation-disable-input is non-nil, send
12066 EOF to the compilation process.
12067
12068 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12069
12070 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12071 Run the argument of tex-shell-cd-command through
12072 convert-standard-filename, to get the correct style of slashes on
12073 Windows, and enclose the result in quotes, in case the file name
12074 includes whitespace or other special characters.
12075
12076 2005-08-19 Andreas Schwab <schwab@suse.de>
12077
12078 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12079 process.
12080
12081 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12082
12083 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12084
12085 2005-08-18 Kim F. Storm <storm@cua.dk>
12086
12087 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12088
12089 2005-08-18 Richard M. Stallman <rms@gnu.org>
12090
12091 * scroll-lock.el: New file.
12092
12093 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12094
12095 * dired.el (dired-move-to-end-of-filename):
12096 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12097
12098 2005-08-18 Kim F. Storm <storm@cua.dk>
12099
12100 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12101 rather than toggle mode when custom value is nil.
12102 (ido-everywhere): Fix defun doc string.
12103
12104 2005-08-17 Richard M. Stallman <rms@gnu.org>
12105
12106 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12107 as tag instead of "Inviolable".
12108
12109 2005-08-17 Kim F. Storm <storm@cua.dk>
12110
12111 * windmove.el (windmove-coordinates-of-position): Remove.
12112 (windmove-coordinates-of-window-position): Remove.
12113 (windmove-reference-loc): Use posn-at-point instead.
12114
12115 * subr.el (insert-for-yank-1): Doc fix.
12116
12117 * ido.el (ido-enter-matching-directory): Rename from
12118 ido-enter-single-matching-directory. Change `slash' choice to
12119 `only'. Add `first' choice.
12120 (ido-exhibit): Adapt to above changes.
12121
12122 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12123
12124 * Makefile.in: Expand comment about building loaddefs.el.
12125
12126 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12127
12128 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12129 Comment use of defadvice.
12130
12131 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12132
12133 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12134
12135 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12136 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12137 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12138 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12139 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12140 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12141 for backward compatibility for faces that did not appear in the
12142 previous Emacs release.
12143
12144 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12145
12146 2005-08-15 Kim F. Storm <storm@cua.dk>
12147
12148 * emulation/cua-base.el (cua-delete-region): Return t if
12149 deleted region was non-empty.
12150 (cua-replace-region): Inhibit overwrite-mode for
12151 self-insert-command if replaced region was non-empty.
12152 (cua--explicit-region-start, cua--status-string): Make them
12153 buffer-local at top-level...
12154 (cua-mode): ...rather than when mode is enabled.
12155
12156 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12157
12158 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12159 Set t for Emacs 21, 22, and so on.
12160
12161 2005-08-15 David Ponce <david@dponce.com>
12162
12163 * tree-widget.el: Update Commentary header.
12164 (tree-widget-theme): Doc fix.
12165 (tree-widget-space-width): New option.
12166 (tree-widget-image-properties): Look up in the default theme too.
12167 (tree-widget--cursors): Only for images with arrow pointer shape.
12168 (tree-widget-lookup-image): Pointer shape is hand by default.
12169 (tree-widget-icon): Rename generic icon widget from
12170 `tree-widget-control'.
12171 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12172 derive from `tree-widget-icon'.
12173 (tree-widget-handle): Improve default look and feel of the text
12174 representation.
12175 (tree-widget): Rename :*-control properties to :*-icon properties.
12176 Add :action and :help-echo properties.
12177 (tree-widget-after-toggle-functions): Move.
12178 (tree-widget-close-node, tree-widget-open-node): Remove.
12179 (tree-widget-before-create-icon-functions): New hook.
12180 (tree-widget-value-create): Update to allow customization of icons
12181 and nodes at run-time via that new hook.
12182 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12183 (tree-widget-icon-action, tree-widget-icon-help-echo)
12184 (tree-widget-action, tree-widget-help-echo): New functions.
12185
12186 2005-08-15 Kim F. Storm <storm@cua.dk>
12187
12188 * ido.el (ido-buffer-internal): Use with-no-warnings.
12189 (ido-make-merged-file-list): Use while-no-input.
12190
12191 2005-08-15 Richard M. Stallman <rms@gnu.org>
12192
12193 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12194 (flyspell-large-region): Fix doc and custom type.
12195
12196 2005-08-14 Richard M. Stallman <rms@gnu.org>
12197
12198 * files.el (interpreter-mode-alist): Doc fix.
12199
12200 * mail/rmail.el (rmail-nonignored-headers): New variable.
12201 (rmail-clear-headers): Use it.
12202 (rmail-reply): Better handling of mail-followup-to header.
12203
12204 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12205 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12206 don't try to refer to executable-font-lock-keywords.
12207 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12208 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12209 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12210 (sh-mode): Set comment-start-skip, local-abbrev-table,
12211 imenu-case-fold-search.
12212 (sh-set-shell): Don't set them here.
12213 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12214 Don't cache the results in the original alist; don't ever modify
12215 that alist.
12216
12217 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12218
12219 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12220 empty.
12221
12222 2005-08-15 Andreas Schwab <schwab@suse.de>
12223
12224 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12225
12226 * dired.el, info.el, mail/rmail.el: Revert last change.
12227
12228 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12229
12230 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12231 modification in `eval-after-load' form.
12232 * info.el: Likewise.
12233 * mail/rmail.el: Likewise.
12234
12235 2005-08-14 Juri Linkov <juri@jurta.org>
12236
12237 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12238 Remove highlighting of "Compilation started". Highlight only
12239 the word "finished" in "Compilation finished". Add highlighting
12240 of "interrupt", "killed", "terminated" and the exit code.
12241 (compilation-start): Add newline after header. Use exactly the
12242 same time stamp format as the finishing message.
12243 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12244
12245 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12246 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12247 Add highlighting of "interrupt", "killed", "terminated".
12248
12249 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12250 enabled and the current command is self-insert-command, call it
12251 explicitly with overwrite-mode bound to nil, to not allow it
12252 to delete the character after the selected region.
12253
12254 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12255
12256 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12257 move-end-of-line, end-of-line, and beginning-of-line to the list
12258 of commands after which the echo area is updated.
12259
12260 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12261
12262 * cus-edit.el (custom-save-all, custom-save-delete):
12263 Bind recentf-exclude to exclude custom-file.
12264
12265 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12266
12267 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12268 to go to the bottom of the mail message. Added to
12269 `rmail-summary-mode-map' with key "/".
12270 (rmail-summary-show-message): New (internal) function for use by
12271 both `rmail-summary-beginning/end-of-message'.
12272 (rmail-summary-beginning-of-message): Change to use
12273 rmail-summary-show-message.
12274
12275 * mail/rmail.el (rmail-end-of-message): New command to go to the
12276 end of the current message. Added to `rmail-mode-map' with key "/".
12277 (rmail-beginning-of-message): Fix to work as documented.
12278 (rmail-mode): Change documentation.
12279
12280 * progmodes/compile.el (compilation-start): Add the line
12281 "Compilation started" with compilation start time.
12282 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12283
12284 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12285
12286 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12287 of menu items.
12288
12289 2005-08-11 Richard M. Stallman <rms@gnu.org>
12290
12291 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12292
12293 * battery.el (battery-status-function): Don't use ignore-errors.
12294
12295 2005-08-11 Lute Kamstra <lute@gnu.org>
12296
12297 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12298 define-obsolete-variable-alias.
12299
12300 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12301
12302 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12303 (ange-ftp-send-cmd): Revert last change, and expand
12304 the comment explaining the problem.
12305
12306 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12307
12308 * ldefs-boot.el: Update.
12309
12310 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12311 item to "Time, Load and Mail". Change help echo text.
12312
12313 * time.el (display-time-use-mail-icon, display-time-format)
12314 (display-time-string-forms): Shorten first line of docstrings.
12315
12316 2005-08-10 Lars Hansen <larsh@soem.dk>
12317
12318 * desktop.el (desktop-buffer-mode-handlers):
12319 Make non-customizable. Add autoload cookie. Change initial value to
12320 nil; add elements in respective modules instead. Fix doc string.
12321 (desktop-load-file): New function.
12322 (desktop-minor-mode-handlers): New autoloaded variable.
12323 (desktop-create-buffer): Call minor mode handlers.
12324 Use desktop-load-file to load major and minor mode modules prior to
12325 checking for a handler.
12326 (desktop-save): Don't add nil to desktop-minor-modes for minor
12327 modes with nil function in desktop-minor-mode-table. Don't delete
12328 desktop file before rewriting it.
12329 (desktop-locals-to-save): Add autoload cookie. Don't make
12330 automatically buffer-local. Add variables column-number-mode,
12331 size-indication-mode, indent-tabs-mode,
12332 indicate-buffer-boundaries, indicate-empty-lines and
12333 show-trailing-whitespace.
12334 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12335 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12336 (desktop-clear-preserve-buffers-regexp): Delete.
12337 (desktop-clear-preserve-buffers): Update initial value and docstring.
12338 (desktop-save-buffer): Fix doc string.
12339
12340 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12341 (hilit-chg-desktop-restore): New function.
12342 (highlight-changes-mode): Add highlight-changes-mode to
12343 desktop-locals-to-save.
12344
12345 * dired.el: Add handler to desktop-buffer-mode-handlers.
12346 (dired-restore-desktop-buffer): Remove autoload cookie.
12347 (dired-mode): Add autoload cookie.
12348
12349 * info.el: Add handler to desktop-buffer-mode-handlers.
12350 (Info-restore-desktop-buffer): Remove autoload cookie.
12351 (Info-mode): Add autoload cookie.
12352
12353 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12354 (mh-restore-desktop-buffer): Remove autoload cookie.
12355 (mh-folder-mode): Add autoload cookie.
12356
12357 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12358 (rmail-restore-desktop-buffer): Remove autoload cookie.
12359
12360 2005-08-11 Masatake YAMATO <jet@gyve.org>
12361
12362 * hexl.el (hexl-address-region):
12363 (hexl-ascii-region, hexl-font-lock-keywords):
12364 (hexl-highlight-line-range): Use the term "region"
12365 instead of "area" for consistency with the other symbols
12366 defined in hexl.el.
12367
12368 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12369
12370 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12371 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12372 out by Juri Linkov). Add `display-battery-mode'.
12373
12374 2005-08-09 Juri Linkov <juri@jurta.org>
12375
12376 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12377 Remove `-text' from face variable names.
12378 (compilation-error-file-name, compilation-warning-file-name)
12379 (compilation-info-file-name): Delete faces.
12380 (compilation-line-number, compilation-column-number):
12381 Remove face underlining.
12382 (compilation-message-face): Set to `underline' value by default.
12383 (compilation-error-face, compilation-warning-face)
12384 (compilation-info-face): Remove `-file-name' from face names.
12385 (compilation-error-text-face, compilation-warning-text-face)
12386 (compilation-info-text-face): Delete face variables.
12387 (compilation-text-face): Delete function.
12388
12389 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12390 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12391 (grep-error-face): Set to `compilation-error' instead of
12392 `compilation-error-face' (which is redefined to `grep-hit-face' in
12393 grep buffers).
12394 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12395 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12396
12397 * dired-aux.el (dired-do-query-replace-regexp):
12398 Use `query-replace-read-args'.
12399
12400 * replace.el (query-replace-read-from, query-replace-read-to)
12401 (query-replace-read-args): Rename arg `string' to `prompt'.
12402
12403 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12404
12405 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12406
12407 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12408 uploading files.
12409 (ange-ftp-canonize-filename): Handle file names beginning with ~
12410 correctly.
12411
12412 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12413
12414 * textmodes/fill.el (canonically-space-region)
12415 (fill-context-prefix, fill-french-nobreak-p)
12416 (fill-delete-newlines, fill-comment-paragraph)
12417 (justify-current-line): "?\ " -> "?\s".
12418
12419 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12420
12421 * textmodes/fill.el (fill-nonuniform-paragraphs):
12422 Improve argument/docstring consistency.
12423
12424 2005-08-09 Richard M. Stallman <rms@gnu.org>
12425
12426 * textmodes/ispell.el (ispell-word): More fboundp checks.
12427
12428 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12429 (find-file-noselect-1): Call it here, only if RAWFILE.
12430 (normal-mode): Always set some major mode.
12431 (save-some-buffers-action-alist): Change some explanation strings.
12432 (file-name-non-special): In the `quote' method, use unwind-protect.
12433
12434 2005-08-09 Magnus Henoch <mange@freemail.hu>
12435
12436 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12437 (ispell-have-aspell-dictionaries): New variable.
12438 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12439 (ispell-get-aspell-config-value): New function.
12440 (ispell-aspell-find-dictionary): New function.
12441 (ispell-aspell-add-aliases): New function.
12442 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12443 appropriate. Don't look for ispell dictionaries if we use aspell.
12444 (ispell-menu-map): Don't build a submenu of dictionaries.
12445
12446 2005-08-09 Richard M. Stallman <rms@gnu.org>
12447
12448 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12449 (sql-read-passwd): Use read-passwd.
12450
12451 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12452 (idlwave-toolbar-is-possible): Add defvars.
12453
12454 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12455 Avoid warnings.
12456
12457 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12458 (idlwave-system-class-info, idlwave-executive-commands-alist):
12459 Use defvar.
12460
12461 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12462
12463 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12464 Avoid warnings.
12465
12466 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12467 and content-type: headers.
12468
12469 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12470
12471 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12472 and rename some of them to be more self-explanatory.
12473
12474 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12475
12476 * startup.el (command-line-1): Implement -scriptload.
12477
12478 * replace.el (occur-engine): Initial *Occur* output not undoable.
12479
12480 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12481 and improve help strings.
12482
12483 * isearch.el (isearch-repeat): When changing direction,
12484 mark search successful.
12485
12486 * ediff-init.el: Use (featurep 'xemacs).
12487
12488 * comint.el (send-invisible): Identify buffer, if not selected.
12489
12490 * align.el: Delete autoload for c-guess-basic-syntax.
12491
12492 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12493
12494 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12495 Improve argument/docstring consistency. Doc fixes.
12496 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12497 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12498 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12499 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12500 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12501 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12502 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12503 Defvar at compile time.
12504
12505 2005-08-09 Juri Linkov <juri@jurta.org>
12506
12507 * info.el: Replace `info' with upper-case `Info' where appropriate.
12508 (info-title-1, info-title-2, info-title-3, info-title-4)
12509 (info-menu-header): Move up face definitions.
12510 (info-menu-star): Rename from `info-menu-5'.
12511 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12512 (Info-fontify-visited-nodes): Fix docstring.
12513 (Info-hide-note-references): Fix docstring.
12514 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12515 menu items in the same way as on cross-references.
12516 (info-apropos): Fix sorting order and formatting to be like in the
12517 stand-alone Info browser. Display error messages for 1 sec.
12518 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12519 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12520 from the menu bar.
12521 (Info-insert-dir): Restore point after calling
12522 `insert-buffer-substring'.
12523
12524 2005-08-08 Richard M. Stallman <rms@gnu.org>
12525
12526 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12527 (recompute-lucid-menubar): Add defvars.
12528
12529 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12530
12531 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12532
12533 * net/net-utils.el (run-dig): Rename from `dig'.
12534
12535 * play/gametree.el (gametree-mode): Use make-local-variable,
12536 not make-variable-buffer-local.
12537
12538 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12539
12540 * ansi-color.el (ansi-color-make-extent)
12541 (ansi-color-set-extent-face): Use fboundp, not functionp.
12542
12543 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12544 not make-variable-buffer-local.
12545
12546 * bookmark.el (Info-current-file): Add defvar.
12547 (bookmark-jump-noselect): Use with-no-warnings.
12548
12549 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12550
12551 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12552
12553 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12554
12555 * find-file.el (ada-procedure-start-regexp)
12556 (ada-package-start-regexp): Add defvars.
12557
12558 * info.el (Info-insert-dir): Use insert-buffer-substring.
12559
12560 * xml.el (xml-att-def-re): Add defvar.
12561
12562 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12563 calling convention.
12564
12565 * subr.el (while-no-input): Return t if there is input.
12566
12567 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12568
12569 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12570
12571 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12572
12573 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12574 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12575
12576 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12577
12578 * cmuscheme.el (scheme-start-file): Replace reference to
12579 `user-emacs-directory' by "~/.emacs.d/".
12580
12581 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12582
12583 * info.el (Info-dir-remove-duplicates): Avoid case folding
12584 in loop; instead, keep downcased strings for comparison.
12585 Suggested by Helmut Eller.
12586
12587 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12588
12589 Sync with Tramp 2.0.50.
12590
12591 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12592 XEmacs case; not necessary anymore.
12593 (tramp-user-regexp): Allow "@" as part of user name.
12594 (tramp-handle-set-visited-file-modtime)
12595 (tramp-handle-insert-file-contents)
12596 (tramp-handle-write-region): No special handling for
12597 `last-coding-system-used, because this is done in
12598 `tramp-accept-process-output' now.
12599 (tramp-accept-process-output): New defun.
12600 (tramp-process-one-action, tramp-process-one-multi-action)
12601 (tramp-wait-for-regexp, tramp-wait-for-output)
12602 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12603 Howells <dhowells@redhat.com>.
12604 (clear-visited-file-modtime): Defadvice removed. The check for
12605 unset buffer's modtime does not need to be based on
12606 `tramp-buffer-file-attributes'. Suggested by RMS.
12607 (tramp-message): Insert "\n" if not being at beginning of line.
12608 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12609 sequence with same logic.
12610 (tramp-completion-handle-expand-file-name): Discard call of
12611 `tramp-drop-volume-letter'. It is not necessary, and there have
12612 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12613 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12614 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12615 should always be visible.
12616 (tramp-handle-insert-directory, tramp-setup-complete)
12617 (tramp-set-process-query-on-exit-flag)
12618 (tramp-append-tramp-buffers): Pacify byte-compiler.
12619 (tramp-bug): Delete non-existing variables from list.
12620 Apply `tramp-load-report-modules' as pre-hook.
12621 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12622 `shell-prompt-pattern' because of non-7bit characters.
12623 Reported by Sebastian Luque <sluque@mun.ca>.
12624 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12625 (tramp-match-string-list): Remove function.
12626 (tramp-wait-for-regexp): Remove call of that function.
12627 Suggested by Kim F. Storm <storm@cua.dk>.
12628 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12629 instead of octal character code ?\600. The latter resulted in a
12630 syntax error with XEmacs.
12631
12632 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12633 XEmacs case; not necessary anymore.
12634 (tramp-smb-handle-write-region): No special handling for
12635 `last-coding-system-used, because this is done in
12636 `tramp-accept-process-output' now.
12637 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12638
12639 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12640
12641 * wid-edit.el (widget-choice-value-create):
12642 Unconditionally respect user choice. Set :explicit-choice back to nil
12643 when no longer needed.
12644 (widget-choice-action): Unconditionally respect user choice.
12645 Eliminate :explicit-choice-value.
12646
12647 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12648
12649 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12650 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12651 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12652 running new function `toggle-indicate-empty-lines'.
12653 Rename "Customize" item to "Customize fringe".
12654 Rename "Indicators" item to "Buffer boundaries" and change help echo.
12655 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12656 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12657 Delete "Empty lines only" item.
12658 (menu-bar-showhide-fringe-ind-customize): New function.
12659 (menu-bar-showhide-fringe-ind-mixed)
12660 (menu-bar-showhide-fringe-ind-box)
12661 (menu-bar-showhide-fringe-ind-right)
12662 (menu-bar-showhide-fringe-ind-left)
12663 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12664 instead of `fringe-indicators'.
12665
12666 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12667
12668 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12669 Change the date of last update.
12670
12671 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12672
12673 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12674 (viper-exec-yank, viper-put-back): Don't display modification msg
12675 if in the minibuffer.
12676
12677 * viper-init.el (viper-replace-overlay-cursor-color)
12678 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12679 Make variables frame local.
12680
12681 * viper-util.el (viper-append-filter-alist): Use append instead of
12682 nconc.
12683
12684 * viper.el (viper-vi-state-mode-list)
12685 (viper-emacs-state-mode-list): Move help-mode and
12686 completion-list-mode from the first list to the second.
12687 (viper-mode): Docstring.
12688 (viper-go-away, viper-non-hook-settings): Don't localize
12689 minor-mode-alist in newer Emacsen. Add advice to
12690 set-cursor-color. Don't bind "\C-c\\".
12691
12692 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
12693
12694 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12695 (scheme-macro-expand-command): New user options.
12696 (scheme-trace-procedure, scheme-expand-current-form): New commands.
12697 (scheme-form-at-point, scheme-start-file)
12698 (scheme-interactively-start-process): New functions.
12699 (scheme-get-process): New function, extracted from `scheme-proc'.
12700 (run-scheme): Call `scheme-start-file' to get start file, and pass
12701 it to `make-comint'.
12702 (switch-to-scheme, scheme-proc):
12703 Call `scheme-interactively-start-process' if no Scheme buffer/process
12704 is available.
12705
12706 2005-08-06 Juri Linkov <juri@jurta.org>
12707
12708 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12709 Use `compilation-text-face', `compilation-info-text-face' and
12710 `compilation-error-text-face' instead of `font-lock-keyword-face'.
12711 (compilation-error): New face.
12712 (compilation-error-file-name): Inherit from
12713 `compilation-error' instead of `font-lock-warning-face'.
12714 (compilation-warning-file-name): Inherit from
12715 `compilation-warning' instead of `font-lock-warning-face'.
12716 (compilation-info, compilation-error-file-name)
12717 (compilation-warning-file-name, compilation-info-file-name)
12718 (compilation-line-number, compilation-column-number): Doc fix.
12719 (compilation-error-text-face, compilation-warning-text-face)
12720 (compilation-info-text-face): New face variables.
12721 (compilation-line-face, compilation-column-face)
12722 (compilation-enter-directory-face)
12723 (compilation-leave-directory-face): Doc fix.
12724 (compilation-text-face): New function.
12725
12726 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12727 instead of 1 to display binary file names as info file links.
12728 (grep-error-face): Use `compilation-error-face' instead of
12729 `font-lock-keyword-face'.
12730 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12731 and `compilation-warning-text-face' instead of
12732 `font-lock-keyword-face'. Use `compilation-error-text-face'
12733 instead of `grep-error-face'.
12734
12735 2005-08-05 Kenichi Handa <handa@m17n.org>
12736
12737 * international/code-pages.el: Add autoload cookies for all coding
12738 systems.
12739
12740 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
12741
12742 * cus-start.el (all): Put undo.c where it alphabetically belongs.
12743
12744 2005-08-04 Juri Linkov <juri@jurta.org>
12745
12746 * progmodes/compile.el (compilation-mode-map):
12747 * progmodes/grep.el (grep-mode-map):
12748 Bind TAB to `compilation-next-error' and [backtab] to
12749 `compilation-previous-error'.
12750
12751 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12752 matching line numbers, column numbers and their ranges with regexp
12753 matching only line numbers.
12754 (grep-context-face): New face variable.
12755 (grep-mode-font-lock-keywords): Use it.
12756
12757 * faces.el (read-face-name): Delete duplicate faces.
12758
12759 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
12760
12761 * thumbs.el (thumbs-find-image): Don't make variables
12762 automatically buffer local.
12763 (thumbs-current-tmp-filename, thumbs-current-image-filename)
12764 (thumbs-image-num): Make automatically buffer local.
12765 (thumbs-show-thumbs-list): Use `make-local-variable', not
12766 `make-variable-buffer-local'.
12767 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12768
12769 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12770 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12771 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12772 (bother, bye, canyou, chatlst, continue, deathlst, describe)
12773 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12774 (feelings-about, foullst, found, hello, history, howareyoulst)
12775 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12776 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12777 (neglst, obj, object, owner, please, problems, qlist)
12778 (random-adjective, relation, remlst, repetitive-shortness)
12779 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12780 (shortlst, something, sportslst, stallmanlst, states, subj)
12781 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12782 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12783 Defvar at compile time.
12784
12785 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12786 not `make-variable-buffer-local'.
12787
12788 2005-08-02 Kim F. Storm <storm@cua.dk>
12789
12790 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12791 rectangle overlay in selected window.
12792
12793 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
12794
12795 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12796 instead of display group. Make `indicate-buffer-boundaries'
12797 customizable through Custom.
12798
12799 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
12800
12801 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12802 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12803 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12804 (gdb-put-string): Fix typos in docstrings.
12805
12806 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
12807
12808 Update copyright notices of files in progmodes directory for
12809 release of Emacs 22.1.
12810
12811 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12812
12813 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12814 Don't barf if the GUD buffer has been killed.
12815
12816 2005-08-01 Kim F. Storm <storm@cua.dk>
12817
12818 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12819
12820 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
12821
12822 * simple.el (next-error-follow-minor-mode):
12823 make-variable-buffer-local -> make-local-variable.
12824
12825 * emacs-lisp/cl-extra.el: Require CL also when compiling.
12826
12827 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12828 (byte-compile-form-make-variable-buffer-local): New functions to warn
12829 about misuses of make-variable-buffer-local where make-local-variable
12830 was meant.
12831
12832 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
12833
12834 * bs.el (bs-attributes-list): Doc fix.
12835 (bs): Update url-link.
12836
12837 * desktop.el (desktop-save-buffer): Fix typos in docstring.
12838 (desktop-load-default): Simplify.
12839
12840 * ibuffer.el (ibuffer-columnize-and-insert-list)
12841 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12842 (ibuffer-unmark-all, ibuffer-toggle-marks)
12843 (ibuffer-unmark-forward, ibuffer-unmark-backward)
12844 (ibuffer-compile-make-format-form, ibuffer-format-column)
12845 (ibuffer-current-buffers-with-marks)
12846 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12847 (ibuffer): Doc fix.
12848 (ibuffer-mode): Fix typo in docstring.
12849 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12850 with `define-obsolete-variable-alias'.
12851 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
12852
12853 2005-07-29 Kenichi Handa <handa@m17n.org>
12854
12855 * international/mule-cmds.el (select-message-coding-system):
12856 Be sure to use LF for end-of-line. If no coding system is decided,
12857 return iso-8859-1-unix.
12858
12859 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
12860
12861 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12862 (ange-ftp-pending-error-line): New vars.
12863 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12864 to handle the non-fatal no-route-to-host messages.
12865 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12866
12867 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
12868
12869 * isearch.el (isearch-mode-map, isearch-other-meta-char)
12870 (isearch-quote-char, isearch-printing-char)
12871 (isearch-text-char-description): "?\ " -> "?\s".
12872 (isearch-lazy-highlight-cleanup)
12873 (isearch-lazy-highlight-initial-delay)
12874 (isearch-lazy-highlight-interval)
12875 (isearch-lazy-highlight-max-at-a-time)
12876 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
12877 Declare with define-obsolete-*-alias macros.
12878 (isearch-forward): Fix typo in docstring.
12879 (search-invisible, search-ring-yank-pointer)
12880 (regexp-search-ring-yank-pointer): Doc fixes.
12881
12882 * recentf.el (recentf-menu-append-commands-p): Declare with
12883 `define-obsolete-variable-alias'.
12884 (recentf-max-saved-items, recentf-menu-filter)
12885 (recentf-arrange-by-rule-subfilter): Doc fixes.
12886 (recentf-menu-append-commands-flag)
12887 (recentf-initialize-file-name-history, recentf-expand-file-name)
12888 (recentf-clear-data): Fix typos in docstrings.
12889
12890 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
12891
12892 * progmodes/gdb-ui.el: Smarten comments.
12893 (gdb-info-breakpoints-custom): Use nowarn when finding file.
12894
12895 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12896
12897 * term/apollo.el (terminal-init-apollo): New function containing
12898 all former top level forms in the file.
12899 * term/bobcat.el (terminal-init-bobcat):
12900 * term/cygwin.el (terminal-init-cygwin):
12901 * term/iris-ansi.el (terminal-init-iris-ansi):
12902 * term/linux.el (terminal-init-linux):
12903 * term/news.el (terminal-init-news):
12904 * term/rxvt.el (terminal-init-rxvt):
12905 * term/sun.el (terminal-init-sun):
12906 * term/tvi970.el (terminal-init-tvi970):
12907 * term/vt100.el (terminal-init-vt100):
12908 * term/vt102.el (terminal-init-vt102):
12909 * term/vt125.el (terminal-init-vt125):
12910 * term/vt200.el (terminal-init-vt200):
12911 * term/vt201.el (terminal-init-vt201):
12912 * term/vt220.el (terminal-init-vt220):
12913 * term/vt240.el (terminal-init-vt240):
12914 * term/vt300.el (terminal-init-vt300):
12915 * term/vt320.el (terminal-init-vt320):
12916 * term/vt400.el (terminal-init-vt400):
12917 * term/vt420.el (terminal-init-vt420):
12918 * term/wyse50.el (terminal-init-wyse50):
12919 * term/xterm.el (terminal-init-xterm): Likewise.
12920
12921 * term/README: Describe the terminal-init-* functionality.
12922
12923 * startup.el (command-line): After loading the terminal initialization
12924 file call the corresponding terminal initialization function.
12925
12926 2005-07-27 Kenichi Handa <handa@m17n.org>
12927
12928 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
12929 negative.
12930
12931 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
12932 (ps-mule-composition-prologue): Fix for the case that
12933 RelativeCompose is false.
12934
12935 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12936
12937 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
12938
12939 * descr-text.el (describe-char): Handle the case where the list of
12940 chars is displayed in a separate frame.
12941 Be a bit more discriminating when looking for the char.
12942
12943 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
12944
12945 * bookmark.el (bookmark-automatically-show-annotations)
12946 (bookmark-read-annotation-text-func): Doc fixes.
12947 (bookmark-save): Improve argument/docstring consistency.
12948 (bookmark-get-bookmark, bookmark-get-bookmark-record)
12949 (bookmark-alist-from-buffer)
12950 (bookmark-upgrade-file-format-from-0)
12951 (bookmark-grok-file-format-version)
12952 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
12953 (bookmark-read-annotation-mode)
12954 (bookmark-insert-current-bookmark, bookmark-jump)
12955 (bookmark-exit-hook): Fix typos in docstrings.
12956 (bookmark-exit-hooks): Define as obsolete alias.
12957 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
12958 not `bookmark-exit-hooks'. Fix docstring.
12959 (bookmark-bmenu-select): "?\ " -> "?\s".
12960
12961 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
12962
12963 * startup.el (command-line): Fix typo.
12964
12965 2005-07-24 Richard M. Stallman <rms@gnu.org>
12966
12967 * tooltip.el (tooltip-mode): Test emacs-basic-display,
12968 not emacs-quick-startup.
12969
12970 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
12971
12972 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
12973 (reb-next-match, reb-show-subexp): Use `with-selected-window'
12974 instead of `reb-with-current-window'.
12975 (reb-prev-match): Likewise. Also, don't move left if the search
12976 was unsuccessful.
12977 (reb-initialize-buffer): New function.
12978 (re-builder, reb-change-syntax): Use it.
12979
12980 * man.el (Man-goto-page): Make second argument NOERROR optional.
12981
12982 2005-07-23 Richard M. Stallman <rms@gnu.org>
12983
12984 * man.el (Man-bgproc-sentinel): Check here for failure to find
12985 any man page in the output, and report the error here.
12986 (Man-arguments): Make it permanent local.
12987 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
12988 (Man-mode): Pass t for NOERROR.
12989
12990 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
12991 (grep-mode-font-lock-keywords):
12992 Don't use compilation-...-face for messages that are not file names.
12993
12994 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12995 Don't use compilation-...-face for messages that are not file names.
12996
12997 2005-07-22 Juri Linkov <juri@jurta.org>
12998
12999 * startup.el (normal-splash-screen): Update menu name.
13000
13001 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13002
13003 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13004
13005 * term/xterm.el: Load term/rxvt if the terminal is actually an
13006 rxvt terminal.
13007 (xterm-rxvt-set-background-mode): Remove, not used anymore.
13008
13009 * term/rxvt.el (function-key-map): Use substitute-key-definition
13010 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
13011
13012 * term/cygwin.el: New file.
13013
13014 2005-07-22 Kim F. Storm <storm@cua.dk>
13015
13016 * image-file.el (insert-image-file, image-file-yank-handler):
13017 Fix last change to maintain a (unique) yank-handler on yanked images.
13018
13019 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
13020
13021 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13022 of the file size (as in "177B" for 177 bytes). This happens with
13023 "ls -lh" on FreeBSD.
13024
13025 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
13026
13027 * hilit-chg.el (highlight-changes-global-initial-state)
13028 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13029 (hilit-chg-fixup, highlight-changes-mode):
13030 Fix typos in docstrings.
13031 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13032 Doc fixes.
13033
13034 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13035
13036 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13037 mode function using `eval-after-load'.
13038
13039 2005-07-21 Kim F. Storm <storm@cua.dk>
13040
13041 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13042 included when reporting an emacs crash, and tell about the DEBUG file.
13043
13044 * image-file.el (insert-image-file): Add yank-handler.
13045 (image-file-yank-handler): Yank handler to make unique copies of
13046 images when they are yanked into a buffer next to each other.
13047
13048 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13049
13050 * comint.el (comint-use-prompt-regexp, comint-send-input)
13051 (comint-source-default, comint-extract-string)
13052 (comint-get-source, comint-word, comint-completion)
13053 (comint-source, comint-prompt-read-only, comint-update-fence):
13054 Fix typos in docstrings.
13055 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13056 Declare with define-obsolete-*-alias macros.
13057 (comint-previous-matching-input-from-input)
13058 (comint-next-matching-input-from-input)
13059 (comint-previous-matching-input, comint-next-matching-input)
13060 (comint-forward-matching-input):
13061 Improve argument/docstring consistency.
13062
13063 * desktop.el (desktop-clear-preserve-buffers-regexp):
13064 Also preserve the *server* buffer.
13065
13066 * simple.el (clone-indirect-buffer): Doc fix.
13067 (fixup-whitespace, just-one-space)
13068 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13069 (next-error, next-error-highlight)
13070 (next-error-highlight-no-select, next-error-last-buffer)
13071 (next-error-buffer-p, next-error-find-buffer, next-error)
13072 (previous-error, next-error-no-select, previous-error-no-select)
13073 (open-line, split-line, minibuffer-prompt-width, kill-new)
13074 (binary-overwrite-mode): Fix typos in docstrings.
13075 (set-fill-column): Fix typo in message.
13076
13077 * skeleton.el (skeleton-proxy-new): Doc fix.
13078
13079 * strokes.el (strokes-load-hook): Doc fix.
13080 (strokes-grid-resolution, strokes-get-grid-position)
13081 (strokes-renormalize-to-grid, strokes-read-stroke)
13082 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13083 (strokes-global-map): Fix typos in docstrings.
13084 (strokes-help): Doc fix. Fix help message and pass it through
13085 `substitute-command-keys'.
13086
13087 * tempo.el (tempo-insert-prompt, tempo-interactive)
13088 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13089 (tempo-insert-string-functions, tempo-local-tags)
13090 (tempo-define-template, tempo-insert-template)
13091 (tempo-insert-prompt-compat, tempo-is-user-element)
13092 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13093 Fix typos in docstrings.
13094
13095 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13096 (vcursor-key-bindings, vcursor-use-vcursor-map)
13097 (vcursor-find-window, vcursor-scroll-down)
13098 (vcursor-disable, vcursor-beginning-of-buffer)
13099 (vcursor-end-of-buffer): Fix typos in docstrings.
13100 (vcursor-relative-move, vcursor-get-char-count):
13101 Improve argument/docstring consistency.
13102
13103 * version.el: "?\ " -> "?\s".
13104
13105 * wid-edit.el (widget-default-create, widget-after-change)
13106 (widget-default-format-handler, widget-checklist-add-item)
13107 (widget-radio-add-item, widget-choose, widget-specify-secret)
13108 (widget-field-value-create, widget-field-value-get)
13109 (widget-editable-list-format-handler)
13110 (widget-editable-list-entry-create, widget-group-value-create)
13111 (widget-documentation-link-add)
13112 (widget-documentation-string-value-create): "?\ " -> "?\s".
13113 (widget-convert-text): Doc fix.
13114 (widget-narrow-to-field, widget-field-find)
13115 (widget-url-link-action, widget-emacs-library-link-action)
13116 (widget-color-notify): Fix typos in docstrings.
13117
13118 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13119 (x-select-text, set-w32-system-coding-system)
13120 (w32-add-charset-info): Fix typos in docstrings.
13121
13122 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13123 (cua-enable-cua-keys, cua-use-hyper-key)
13124 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13125 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13126
13127 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13128
13129 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13130 `defalias' instead of faking it.
13131
13132 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13133 (eshell-ls-missing, eshell-ls-dired-initial-args)
13134 (eshell-ls-use-in-dired): Fix typos in docstrings.
13135
13136 2005-07-20 Kim F. Storm <storm@cua.dk>
13137
13138 * emulation/cua-base.el (cua-mode): Improve doc string.
13139
13140 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13141
13142 * abbrev.el (expand-region-abbrevs): Doc fix.
13143 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13144 Improve argument/docstring consistency.
13145
13146 * arc-mode.el (archive-get-descr, archive-alternate-display):
13147 Doc fixes.
13148 (archive-l-e): Improve argument/docstring consistency.
13149 (archive-tmpdir, archive-unixdate, archive-unixtime)
13150 (archive-chmod-entry): Fix typos in docstrings.
13151 (archive-unflag, archive-unflag-backwards)
13152 (archive-unmark-all-files): "?\ " -> "?\s".
13153
13154 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13155 (Buffer-menu-not-modified, Buffer-menu-execute)
13156 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13157 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13158
13159 * composite.el (compose-string, encode-composition-rule)
13160 (compose-last-chars): Fix typos in docstrings.
13161
13162 * desktop.el (desktop-enable, desktop-basefilename):
13163 Declare with `define-obsolete-variable-alias'.
13164 (desktop-internal-v2s): Don't quote keywords.
13165 (desktop-clear): "?\ " -> "?\s".
13166
13167 * dired.el (dired-align-file, dired-flag-backup-files)
13168 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13169 (dired-listing-switches, dired-ls-F-marks-symlinks)
13170 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13171 (dired-directory, dired-faces, dired, dired-revert)
13172 (dired-mode, dired-summary, dired-view-file)
13173 (dired-copy-filename-as-kill, dired-delete-file)
13174 (dired-no-confirm, dired-unmark-all-marks)
13175 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13176 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13177 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13178 Fix typos in message strings.
13179
13180 * dired-x.el (virtual-dired): Declare with `defalias'.
13181 (dired-mark-unmarked-files, dired-local-variables-file)
13182 (dired-omit-here-always): Doc fix.
13183 (dired-omit-mode, dired-find-subdir)
13184 (dired-enable-local-variables, dired-clean-up-buffers-too)
13185 (dired-extra-startup, dired-mark-extension, dired-jump)
13186 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13187 (dired-smart-shell-command, dired-guess-shell-alist-user)
13188 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13189 (dired-x-bind-find-file, dired-x-submit-report):
13190 Fix typos in docstrings.
13191 (dired-mark-unmarked-files): "?\ " -> "?\s".
13192
13193 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13194
13195 * faces.el (describe-face): "?\ " -> "?\s".
13196 (read-all-face-attributes, read-face-font, modify-face)
13197 (face-attr-construct, italic): Fix typos in docstrings.
13198 (frame-update-face-colors): Declare with
13199 `define-obsolete-function-alias'.
13200
13201 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13202 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13203 (magic-mode-alist, buffer-file-numbers-unique)
13204 (write-file-functions, get-free-disk-space):
13205 Fix typos in docstrings.
13206 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13207 (write-contents-hooks, write-file-hooks):
13208 Declare with `define-obsolete-variable-alias'.
13209
13210 * forms-d2.el (arch-rj): Fix typo in docstrings.
13211 (arch-tocol): Likewise. "?\ " -> "?\s".
13212
13213 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13214 Fix typo in docstring.
13215 (set-screen-width, set-screen-height): Delete redundant info in
13216 doctrings.
13217 (new-frame, screen-height, screen-width): Declare with
13218 `define-obsolete-function-alias'.
13219 (delete-frame-hook, blink-cursor): Declare with
13220 `define-obsolete-variable-alias'.
13221
13222 * paths.el (prune-directory-list): Fix typos in docstring.
13223
13224 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13225 (cvs-prefix-get): Fix typos in docstrings.
13226
13227 * ps-print.el (ps-extend-face-list, ps-extend-face)
13228 (ps-print-background-image): Fix typos in docstrings.
13229 (ps-default-fg, ps-default-bg): Doc fixes.
13230
13231 * s-region.el (s-region-bind): Doc fix.
13232 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13233
13234 * textmodes/org.el (org-table-formula-substitute-names)
13235 (org-table-get-vertical-vector): Doc fixes.
13236 (org-table-recalculate): Remove unused argument to `message'.
13237
13238 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13239
13240 * textmodes/org.el (org-table-column-names)
13241 (org-table-column-name-regexp)
13242 (org-table-named-field-locations): New variables.
13243 (org-archive-subtree): Protect `this-command' when calling
13244 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13245 the kill buffer.
13246 (org-complete): Remove fixed-formula completion.
13247 (org-edit-formulas-map): New variable.
13248 (org-table-edit-formulas): New command.
13249 (org-finish-edit-formulas, org-abort-edit-formulas)
13250 (org-show-variable, org-table-get-vertical-vector): New functions.
13251 (org-table-maybe-eval-formula): Handle `:=' fields.
13252 (org-table-get-stored-formulas, org-table-store-formulas)
13253 (org-table-get-formula, org-table-modify-formulas)
13254 (org-table-replace-in-formulas): Handle named field formulas.
13255 (org-table-get-specials): Store locations of named fields.
13256
13257 2005-07-19 Juri Linkov <juri@jurta.org>
13258
13259 * progmodes/grep.el (grep-regexp-alist)
13260 (grep-mode-font-lock-keywords, grep-process-setup):
13261 Use default GNU grep match color "01;31m" instead of "01;41m".
13262 (grep-regexp-alist, grep-mode-font-lock-keywords):
13263 Use `\\[[0-9]*m' instead of `\\[00m'.
13264 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13265 sgr_start where its handling is more important. Use the real
13266 length of sgr_start instead of constant 8.
13267 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13268 specially. Delete all remaining escape sequences.
13269 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13270 (grep-regexp-alist): Make hyperlink only for binary file name
13271 instead of the whole line.
13272 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13273 (grep-mode): Add autoload.
13274
13275 * emacs-lisp/find-func.el (find-function-regexp):
13276 Add `define-compilation-mode'.
13277
13278 2005-07-19 Juri Linkov <juri@jurta.org>
13279
13280 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13281 (compare-windows-sync-string-size, compare-windows-recenter)
13282 (compare-windows-highlight, compare-windows): Add version 22.1.
13283 (compare-windows) <defface>: Inherit from lazy-highlight instead
13284 of duplicating its default value.
13285
13286 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13287 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13288
13289 * descr-text.el (describe-char): Create link buttons for `charset'
13290 and `code point'. Add the current input method name with a link
13291 button to `to input' field. Print face names of display table
13292 characters in `The display table entry is displayed by' section
13293 instead of printing face-id in the `display' field.
13294 Guess hardcoded faces and create a link button for them.
13295 Skip empty fields when calculating max-width.
13296 Treat `widget-create' specially while inserting strings from the
13297 collected field list.
13298 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13299
13300 * diff-mode.el (diff-file-header): Change foreground color from
13301 yellow to green on light backgrounds.
13302 (diff-context): Inherit from `shadow' only for color/grayscale
13303 with more than 88 colors.
13304 (diff-indicator-removed, diff-indicator-added)
13305 (diff-indicator-changed): New faces.
13306 (diff-font-lock-keywords): Use new faces. Regroup rules.
13307 Add "^---$" for `normal' diff format. Fontify `#' lines with
13308 font-lock-comment-delimiter-face and font-lock-comment-face.
13309 Add `#' to ^[^...] in the rule for `diff-context-face'.
13310
13311 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13312 a button-like box. Inherit from `highlight' on low colors.
13313 (shadow): Use shades of gray only for color/grayscale with
13314 more than 88 colors. Use green for light backgrounds with
13315 8 colors, and yellow for dark backgrounds with 8 colors.
13316
13317 * font-lock.el (font-lock-regexp-grouping-backslash):
13318 Don't inherit from escape-glyph (use bold for all cases).
13319
13320 * info.el (info-xref-visited): Use light foreground color `violet'
13321 for dark backgrounds instead of dark color `magenta3'.
13322 (info-title-1): Use `yellow' color for dark backgrounds.
13323
13324 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13325 too-light magenta2.
13326
13327 * replace.el (match): Use slightly more light RoyalBlue3 instead
13328 of dark RoyalBlue4.
13329
13330 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13331
13332 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13333
13334 * novice.el (disabled-command-hook): Declare it with
13335 `define-obsolete-variable-alias'.
13336
13337 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13338 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13339 (desktop-load-default): Add release to obsolescence info.
13340 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13341 (desktop-append-buffer-args, desktop-read):
13342 Fix typos in docstrings.
13343 (desktop-kill): Fix typo in message.
13344 (desktop-save): Doc fix.
13345
13346 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13347
13348 * viper-cmd.el (viper-escape-to-state): Bug fix.
13349 (viper-envelop-ESC-key): Change the definition of fast
13350 keysequence so it'll work with keyboard macros.
13351
13352 * ediff.el (ediff-patch-buffer): Change the docstring.
13353
13354 2005-07-19 Kenichi Handa <handa@m17n.org>
13355
13356 * international/mule-cmds.el (select-safe-coding-system): Try to
13357 use an auto-coding (if any) before anything else. If the found
13358 auto-coding is invalid, show a warning message.
13359
13360 * international/mule.el (find-auto-coding): New function created
13361 by modifying the body of set-auto-coding.
13362 (set-auto-coding): Use find-auto-coding to find a coding.
13363
13364 2005-07-18 Richard M. Stallman <rms@gnu.org>
13365
13366 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13367 not isearch-mode-end-hook-error.
13368 (allout-before-change-protect): Fix error message.
13369
13370 2005-07-18 Juri Linkov <juri@jurta.org>
13371
13372 * allout.el (allout-mode):
13373 * calculator.el (calculator-copy):
13374 * custom.el (custom-known-themes):
13375 * dired.el (dired-desktop-buffer-misc-data)
13376 (dired-restore-desktop-buffer):
13377 * dired-x.el (dired-omit-marker-char):
13378 * files.el (basic-save-buffer):
13379 * font-core.el (font-lock-mode):
13380 * calendar/calendar.el (calendar-goto-hebrew-date)
13381 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13382 (calendar-goto-persian-date):
13383 * language/ethio-util.el (ethio-sera-to-fidel-region):
13384 * textmodes/picture.el (picture-mode):
13385 Delete duplicate duplicate words.
13386
13387 2005-07-18 Juri Linkov <juri@jurta.org>
13388
13389 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13390 chars * ? } |.
13391 (isearch-fallback): Don't call `isearch-process-search-char'.
13392 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13393 (isearch-process-search-char): Call `isearch-fallback' for regexp
13394 chars * ? } |.
13395 (isearch-return-char): Make obsolete with `make-obsolete' instead
13396 of simply documenting it as obsolete in the docstring.
13397 (isearch-fallback): Refill docstring.
13398
13399 * international/isearch-x.el
13400 (isearch-process-search-multibyte-characters): Remove unneeded
13401 `concat'. Add intermediate values to `junk-hist' instead of
13402 `minibuffer-history'. Test the length of `str'.
13403
13404 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13405
13406 * allout.el (allout-resolve-xref): Fix typos in error strings.
13407 (allout-before-change-protect): Remove unneeded `concat'.
13408
13409 * array.el (array-mode, array-reconfigure-rows)
13410 (untabify-backward): Fix typos in docstrings.
13411 (array-reconfigure-rows): Use `insert-buffer-substring', not
13412 `insert-buffer'.
13413
13414 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13415 * progmodes/ada-mode.el (ada-make-body):
13416 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13417
13418 * dired.el (dired-log):
13419 * tar-mode.el (tar-subfile-save-buffer):
13420 * play/zone.el (zone-pgm-stress-destress):
13421 Use `insert-buffer-substring', not `insert-buffer'.
13422
13423 2005-07-17 Simon Josefsson <jas@extundo.com>
13424
13425 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13426
13427 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13428
13429 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13430 Add plain auth method.
13431 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13432
13433 2005-07-17 Kim F. Storm <storm@cua.dk>
13434
13435 * ido.el (dired-other-window): Add ido property.
13436
13437 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13438
13439 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13440 Fix typo in docstring.
13441 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13442 `insert-file-literally'.
13443
13444 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13445 info and delete redundant message. Doc fix.
13446 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13447 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13448
13449 2005-07-16 Richard M. Stallman <rms@gnu.org>
13450
13451 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13452 (byte-compile-and): Use byte-compile-and-recursion.
13453 (byte-compile-or-recursion): New function.
13454 (byte-compile-or): Use that.
13455 (byte-compile-if): Guard the else-clause too.
13456 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13457
13458 * isearch.el (isearch-mode-end-hook-quit): New variable.
13459 (isearch-done): Bind it.
13460 (isearch-mode-end-hook): Doc fix.
13461
13462 * allout.el (allout-isearch-did-quit): Variable deleted.
13463 (allout-real-isearch-abort): Function name no longer used.
13464 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13465 (allout-isearch-rectification): isearch-mode always exists.
13466 Don't set allout-isearch-did-quit.
13467 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13468 allout-isearch-did-quit.
13469 (allout-enwrap-isearch): Just add the hook.
13470 (allout-isearch-abort): Function deleted.
13471 (allout-pre-command-business): Avoid warning.
13472
13473 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13474 Correctly avoid warnings.
13475 (pascal-outline): Likewise.
13476
13477 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13478
13479 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13480
13481 * play/tetris.el (tetris-mode): Avoid warning.
13482
13483 * play/snake.el (snake-mode): Avoid warning.
13484
13485 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13486 (gamegrid-set-display-table): Avoid warning.
13487 (gamegrid-set-timer): Likewise.
13488 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13489 (gamegrid-add-score-with-update-game-score-1): Take FILE
13490 as argument.
13491 (gamegrid-add-score-with-update-game-score): Pass that argument.
13492 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13493
13494 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13495
13496 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13497 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13498
13499 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13500 and insert-file.
13501
13502 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13503 (sc-ask): Avoid warnings.
13504
13505 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13506 (eshell-hist-initialize): Use that var the natural way.
13507
13508 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13509
13510 * emacs-lisp/re-builder.el (reb-cook-regexp):
13511 Avoid warning calling lre-compile-string.
13512 (reb-color-display-p): Avoid warning.
13513
13514 * calculator.el (calculator-last-input): Guard uses
13515 of event-key and key-press-event-p.
13516 (event-key, key-press-event-p): Delete definitions.
13517
13518 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13519 (find-gc-source-directory, find-gc-subrs-callers)
13520 (find-gc-noreturn-list, find-gc-source-files)
13521 (find-gc-subrs-called): Vars renamed and defvar'd.
13522
13523 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13524 (checkdoc-overlay-put, checkdoc-delete-overlay)
13525 (checkdoc-overlay-start, checkdoc-overlay-end)
13526 (checkdoc-mode-line-update, checkdoc-char=):
13527 Define such that compiler knows they are defined.
13528 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13529 (checkdoc-read-event): Delete. Use read-event directly.
13530
13531 * whitespace.el (whitespace-make-overlay)
13532 (whitespace-overlay-put, whitespace-delete-overlay)
13533 (whitespace-overlay-start, whitespace-overlay-end):
13534 Define such that compiler knows they are defined.
13535 (whitespace): Move conditional inside.
13536
13537 * tempo.el (tempo-insert-template): Suppress warning.
13538
13539 * ediff-diff.el (longlines-mode): Add defvar.
13540
13541 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13542
13543 * server.el: Bind "C-x #" in a way that works even if C-x is
13544 redefined to a command key, not a prefix key.
13545
13546 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13547
13548 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13549 cl-make-type-test till execution time.
13550
13551 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13552
13553 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13554 arg ARG and use it.
13555
13556 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13557
13558 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13559
13560 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13561
13562 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13563 a defcustom with two :set or :type keywords.
13564
13565 2005-07-15 Richard M. Stallman <rms@gnu.org>
13566
13567 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13568 Don't give ^M comment-end syntax.
13569
13570 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13571
13572 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13573 Don't consider gdbmi (gdb-mi.el has its own update functions).
13574 (gdb-var-delete): Make it work for gdbmi as well.
13575 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13576
13577 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13578 (gud-speedbar-menu-items): Correct logic for enabling items.
13579
13580 2005-07-15 Kim F. Storm <storm@cua.dk>
13581
13582 * ido.el: Fix commentary.
13583 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13584 Use with-no-warnings around ffap-guesser.
13585 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13586 Let bind minibuffer-completing-file-name to t.
13587
13588 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13589
13590 * startup.el (site-run-file, keyboard-type): Doc fixes.
13591 (command-line): Check for "--basic-display" argument; also for
13592 "--quick", not "--bare-bones" (which was renamed).
13593 (fancy-splash-text): Add missing item "Getting New Versions".
13594 (normal-splash-screen): Fix typos and improve consistency with
13595 `fancy-splash-text'. Update copyright year.
13596
13597 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13598 valid binding for `help-char'.
13599
13600 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13601
13602 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13603
13604 * term.el (term-mode): Disable cua-mode for term buffers.
13605
13606 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13607
13608 * add-log.el (add-log-mailing-address, change-log-merge):
13609 Doc fixes.
13610 (change-log-get-method-definition): Fix typo in docstring.
13611
13612 2005-07-14 Kim F. Storm <storm@cua.dk>
13613
13614 * emulation/cua-base.el:
13615 (cua--pre-command-handler-1, cua--pre-command-handler)
13616 (cua--post-command-handler-1, cua--post-command-handler):
13617 Split in two. Check (buffer local) value of cua-mode.
13618 (cua-selection-mode): New command.
13619
13620 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13621
13622 * custom.el (custom-initialize-safe-set)
13623 (custom-initialize-safe-default): Doc fixes.
13624
13625 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13626 and simplify :init-value again.
13627
13628 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13629 and simplify :init-value again. Delete autoload.
13630
13631 * startup.el (command-line): Use `custom-reevaluate-setting' again
13632 for tooltip-mode.
13633
13634 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13635 a defcustom with two :initialize keywords.
13636
13637 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13638
13639 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13640 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13641 (allout-post-command-business, allout-flag-region)
13642 (isearch-reenable-font-lock, allout-yank)
13643 (allout-insert-latex-header, allout-insert-latex-trailer)
13644 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13645 (allout-latex-verb-quote): Fix typos in docstrings.
13646 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13647 (allout-unprotected, allout-prefix-data):
13648 Improve argument/docstring consistency.
13649 (allout-chart-subtree): Fix argument spec.
13650 (allout-open-topic): Rename `use_sib_bullet' argument to
13651 `use-sib-bullet'. Doc fix.
13652
13653 * whitespace.el (whitespace-check-buffer-leading)
13654 (whitespace-check-buffer-trailing)
13655 (whitespace-check-buffer-indent)
13656 (whitespace-check-buffer-spacetab)
13657 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13658 (whitespace-check-leading-whitespace)
13659 (whitespace-check-trailing-whitespace)
13660 (whitespace-check-spacetab-whitespace)
13661 (whitespace-check-indent-whitespace)
13662 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13663 (whitespace-modes): Fix typos in docstrings.
13664 (defgroup, defcustom): Doc fixes.
13665
13666 * winner.el (winner-mode, winner-boring-buffers)
13667 (winner-pending-undo-ring): Doc fixes.
13668 (winner-ring): Remove unneeded `progn'.
13669 (winner-equal): `defsubst' it.
13670 (winner-redo): Fix message.
13671
13672 2005-07-13 Kim F. Storm <storm@cua.dk>
13673
13674 * simple.el (line-move-1): Always use vertical-motion to
13675 do the last (or only) line move to ensure some movement.
13676 Undo 2005-06-23 change--don't check for overlays.
13677
13678 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13679
13680 * term/mac-win.el (ccl-encode-mac-roman-font)
13681 (ccl-encode-mac-centraleurroman-font)
13682 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13683 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13684 Change charset-id boundary of dimension to ?\xef.
13685 (mac-char-fontspec-list): New constant.
13686 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
13687 argument. Nil uses itself as family in font-spec. Previous
13688 behavior for nil is now provided by non-nil non-string argument.
13689 All callers changed. Add font-specs for Mac fonts to
13690 "fontset-default" unless iso8859-1 fonts are installed.
13691
13692 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13693
13694 * progmodes/sh-script.el (sh-get-indent-info): Only indent
13695 a continuation line if the \ is preceded by SPC or TAB.
13696 (sh-get-indent-info): Simplify.
13697 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13698 Use with-current-buffer.
13699
13700 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13701 when the matched text is empty.
13702
13703 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
13704
13705 * startup.el (command-line): Revert to previous handling of
13706 tooltip-mode. Explain in comment why the complexity is needed.
13707
13708 * tooltip.el (tooltip-mode): Revert to previous implementation of
13709 its defcustom.
13710
13711 * frame.el (blink-cursor-mode): Revert to previous implementation
13712 of its defcustom. Update comment.
13713
13714 2005-07-12 Lars Hansen <larsh@soem.dk>
13715
13716 * desktop.el: Update e-mail address.
13717
13718 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13719
13720 * term/mac-win.el (mac-services-mail-selection)
13721 (mac-services-mail-to): New functions.
13722 (mac-application-menu-map): Bind them.
13723
13724 2005-07-12 wulei <milton@wulei.net> (tiny change)
13725
13726 * progmodes/gdb-ui.el: Add note about buffering with Windows.
13727
13728 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
13729
13730 * custom.el (custom-reevaluate-setting): Doc fix.
13731
13732 2005-07-11 Jay Belanger <belanger@truman.edu>
13733
13734 * calc/calc.el (calc-embedded-announce-formula-alist)
13735 (calc-embedded-open-close-plain-alist)
13736 (calc-embedded-open-close-mode-alist): Add checks for additional
13737 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13738
13739 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
13740
13741 * custom.el (custom-enable-theme): Don't add theme to
13742 `custom-enabled-themes' with `push' because there is no
13743 setf-method for `delq'.
13744
13745 2005-07-11 Richard M. Stallman <rms@gnu.org>
13746
13747 * custom.el (custom-declare-variable): Doc fix.
13748
13749 * dired-aux.el (dired-compare-directories): Remove "." and ".."
13750 from the alists.
13751
13752 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13753 Do nothing if edebug-active.
13754
13755 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13756 (edebug-display): Do it here instead.
13757
13758 2005-07-10 Richard M. Stallman <rms@gnu.org>
13759
13760 * cus-face.el (custom-theme-set-faces): Make it work.
13761 (custom-reset-faces): Doc fix.
13762 (custom-theme-reset-internal-face, custom-theme-face-value):
13763 Functions deleted.
13764
13765 * custom.el (custom-push-theme): Maintain list of the settings
13766 of a given theme in its theme-settings property.
13767 Maintain position of old settings in the theme-value
13768 or theme-face property.
13769 (custom-enabled-themes): New variable.
13770 (custom-theme-enabled-p): New function.
13771 (provide-theme): Update custom-enabled-themes.
13772 Disable and reenable the `user' theme.
13773 (require-theme): Doc fix.
13774 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13775 (custom-theme-value, custom-theme-variable-value): Likewise.
13776 (custom-theme-reset-internal): Likewise.
13777 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13778 (custom-enable-theme, custom-disable-theme): New functions.
13779 (custom-variable-theme-value, custom-face-theme-value): Likewise.
13780 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13781 (custom-theme-reset-variables): Simplify.
13782 (deftheme, custom-declare-theme, custom-make-theme-feature):
13783 Definitions moved.
13784
13785 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
13786
13787 * longlines.el (longlines-show-region)
13788 (longlines-unshow-hard-newlines): Recognize hard newlines by
13789 non-nil hard property, instead of t.
13790
13791 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
13792
13793 * viper-cmd.el (viper--key-maps): New variable.
13794 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13795 emulation-mode-map-alists.
13796 (viper-envelop-ESC-key): Use viper-subseq.
13797 (viper-search-forward/backward/next): Disable debug-on-error.
13798
13799 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13800 (viper-ESC-key): New defcustoms.
13801
13802 * viper-macs.el (ex-map-read-args): Use viper-subseq.
13803
13804 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13805 (viper-subseq): Copy of subseq from cl.el.
13806
13807 * viper.el (viper-go-away, viper-set-hooks): Use
13808 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13809
13810 * viper-mous.el (viper-current-frame-saved): Use defvar.
13811
13812 * viper-init.el: Get rid of -face in face names.
13813
13814 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13815 Make it work with longlines mode
13816
13817 * ediff-mult.el (ediff-meta-mode-hook): New variable.
13818
13819 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13820
13821 * ediff-init.el: Get rid of -face in face names.
13822
13823 2005-07-10 Richard M. Stallman <rms@gnu.org>
13824
13825 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13826 and with-timeout-unsuspend.
13827
13828 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13829 and with-timeout-unsuspend.
13830
13831 * emacs-lisp/timer.el (with-timeout-timers): New variable.
13832 (with-timeout): Bind that variable to record timers.
13833 (with-timeout-suspend, with-timeout-unsuspend): New functions.
13834
13835 * emacs-lisp/debug.el (debug-help-follow): New function.
13836 (debugger-mode-map): Use that instead of help-follow.
13837 (debugger-setup-buffer): Use eval-buffer-list
13838 to handle eval-buffer frames.
13839
13840 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
13841
13842 * timezone.el (timezone-parse-date): Change first regexp
13843 so it will not mistakenly match dates with no time zone.
13844
13845 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
13846
13847 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13848
13849 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
13850
13851 * custom.el (custom-initialize-safe-set)
13852 (custom-initialize-safe-default): New functions.
13853
13854 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13855 and simplify :init-value.
13856
13857 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13858 and simplify :init-value. Delete obsolete comment.
13859
13860 * startup.el (command-line): Use `custom-reevaluate-setting' to
13861 handle `tooltip-mode'. Delete obsolete comment.
13862
13863 * files.el (set-visited-file-name): Avoid calling
13864 `file-name-nondirectory' with a nil argument.
13865
13866 2005-07-09 Richard M. Stallman <rms@gnu.org>
13867
13868 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13869 was called with nil for the buffer, handle the read position right.
13870 Handle read position for eval-region, too.
13871
13872 2005-07-09 Juri Linkov <juri@jurta.org>
13873
13874 * fringe.el (fringe-mode): Add period in docstring.
13875 (fringe-query-style): Build prompt depending on `all-frames' arg.
13876
13877 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
13878 to not create links to unrelated functions in the Help buffer.
13879
13880 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
13881 Doc fix.
13882
13883 * simple.el (next-error-hook): New variable.
13884 (next-error): Use it. Doc fix.
13885
13886 * textmodes/ispell.el (ispell-command-loop): Add current
13887 dictionary name and program name to mode-line-format.
13888 (ispell-region, ispell-process-line): Add current dictionary name
13889 and program name to messages.
13890
13891 2005-07-08 Jay Belanger <belanger@truman.edu>
13892
13893 * calc/calc.el (calc-embedded-announce-formula-alist)
13894 (calc-embedded-open-close-formula-alist)
13895 (calc-embedded-open-close-word-alist)
13896 (calc-embedded-open-close-plain-alist)
13897 (calc-embedded-open-close-new-formula-alist)
13898 (calc-embedded-open-close-mode-alist)
13899 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
13900 (calc-embedded-mode-hook): New variables.
13901
13902 * calc/calc-embed.el (calc-embedded-firsttime)
13903 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
13904 New variables.
13905 (calc-do-embedded): Use calc-embedded-firsttime,
13906 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
13907 determine whether or not to run hooks.
13908 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
13909 calc-embedded-firsttime-formula appropriately.
13910 Set calc-embedded delimiter variables according to mode.
13911
13912 2005-07-08 Richard M. Stallman <rms@gnu.org>
13913
13914 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
13915 Check for "emacs", etc., as entire symbol, not just as word.
13916 (checkdoc-file-comments-engine): Use regexp-quote on FN.
13917
13918 * files.el (set-visited-file-name): Report the error
13919 for "empty filename" earlier.
13920 (kill-some-buffers): Ignore buffers already dead.
13921
13922 * fringe.el (fringe-mode): Doc fix.
13923
13924 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13925 Check for (featurep 'xemacs) and turn off warnings in what it guards.
13926 Use unwind-protect to ensure byte-compile-unresolved-functions
13927 is updated.
13928
13929 * whitespace.el (whitespace-buffer-leading-cleanup):
13930 Simplify w/ skip-chars-forward.
13931 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
13932
13933 * mail/rmail.el (rmail-only-expunge): Fix paren error.
13934 Unconditionally try to leave point at the same old place.
13935
13936 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
13937
13938 * comint.el (comint-postoutput-scroll-to-bottom)
13939 (comint-show-maximum-output): Take scroll-margin into consideration.
13940
13941 2005-07-08 Kim F. Storm <storm@cua.dk>
13942
13943 * ido.el (ido-use-filename-at-point): New choice `guess'.
13944 (ido-file-internal): Try ffap-guesser if selected.
13945
13946 * ido.el (ido-before-fallback-functions): New hook.
13947 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
13948 (ido-read-file-name): Run it.
13949
13950 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
13951
13952 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
13953 strings rather than a list of symbols to the completion function.
13954
13955 2005-07-07 Jay Belanger <belanger@truman.edu>
13956
13957 * calc/calc-units.el (math-apply-units): Change the places in
13958 which units are simplified.
13959
13960 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
13961
13962 * cus-edit.el (customize-option, customize-option-other-window):
13963 Make them handle aliases.
13964
13965 * custom.el (custom-variable-p): Make it recursively follow
13966 aliases. Mention that in the docstring.
13967
13968 2005-07-07 Richard M. Stallman <rms@gnu.org>
13969
13970 * cus-start.el (exec-path): Use `directory' instead of `file'.
13971 Fix tag for nil.
13972
13973 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
13974
13975 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
13976 when called non-interactively. Doc fix.
13977
13978 2005-07-07 Lute Kamstra <lute@gnu.org>
13979
13980 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
13981 new address as well.
13982
13983 2005-07-07 Kenichi Handa <handa@m17n.org>
13984
13985 * international/mule.el (make-coding-system):
13986 Describe `ascii-incompatible' property in the docstring.
13987 (set-file-name-coding-system): Signal an error if coding-system is
13988 ascii-incompatible.
13989 (set-keyboard-coding-system): Likewise.
13990
13991 * international/mule-cmds.el (set-default-coding-systems):
13992 Don't set default-file-name-coding-system and
13993 default-keyboard-coding-system if coding-system is ASCII-incompatible.
13994
13995 * international/utf-16.el: Declare that all UTF-16-based coding
13996 systems are ASCII-incompatible.
13997
13998 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
13999
14000 * progmodes/gud.el: Require font-lock for displaying errors.
14001 Used by gdb-ui.el.
14002
14003 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14004
14005 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14006 values for the pattern lists which are `read'able but not
14007 `append'able (like symbols).
14008
14009 2005-07-06 Richard M. Stallman <rms@gnu.org>
14010
14011 * progmodes/flymake.el (flymake-float-time): Instead of
14012 with-no-warnings, test for xemacs.
14013 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14014 to avoid warning.
14015
14016 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
14017
14018 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14019
14020 2005-07-05 Lute Kamstra <lute@gnu.org>
14021
14022 * battery.el: Add support for Darwin (with much debugging help
14023 from Samuel Lauber <sam124@operamail.com>).
14024 (battery-status-function, battery-echo-area-format)
14025 (battery-mode-line-format): Add support for pmset on Darwin.
14026 (battery-load-low, battery-load-critical): New user options.
14027 (battery-pmset): New function.
14028
14029 2005-07-05 Lute Kamstra <lute@gnu.org>
14030
14031 Update FSF's address in GPL notices.
14032
14033 * textmodes/page-ext.el: Update FSF's address.
14034
14035 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14036
14037 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14038 filling from using prefix when filling a single-line docstring.
14039
14040 * progmodes/flymake.el: Remove useless eval-when-compile.
14041
14042 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14043
14044 2005-07-04 Richard M. Stallman <rms@gnu.org>
14045
14046 * textmodes/org.el (org-file-apps-defaults-gnu):
14047 Rename from org-file-apps-defaults-linux.
14048 (org-default-apps): Don't test system-type for `linux'.
14049 (org-file-apps): Doc fix.
14050
14051 2005-07-04 David Ponce <david@dponce.com>
14052
14053 * tree-widget.el: Improve header Commentary section.
14054 (tree-widget) [defgroup]
14055 (tree-widget-image-enable, tree-widget-themes-directory)
14056 (tree-widget-theme, tree-widget-image-properties-emacs)
14057 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14058 (tree-widget-image-formats, tree-widget-control)
14059 (tree-widget-empty-control, tree-widget-leaf-control
14060 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14061 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14062 (tree-widget-keep, tree-widget-after-toggle-functions)
14063 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14064 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14065 :help-echo message.
14066 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14067 (tree-widget-image-properties): Doc fix. Clearer implementation.
14068 (tree-widget--cursors): New constant.
14069 (tree-widget-lookup-image): New function split from
14070 `tree-widget-find-image'. Clearer implementation.
14071 (tree-widget-find-image): Use it.
14072 (tree-widget-button-keymap): Use `set-keymap-parent'.
14073 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14074 Define the sub-widgets here.
14075 (tree-widget-node): Check that :node is not a tree-widget.
14076 (tree-widget-get-super, tree-widget-open-control)
14077 (tree-widget-close-control, tree-widget-empty-control)
14078 (tree-widget-leaf-control, tree-widget-guide)
14079 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14080 (tree-widget-no-handle, tree-widget-value-delete)
14081 (tree-widget-map): Remove.
14082 (tree-widget-children-value-save): Doc fix. Simplified.
14083 (tree-widget-value-create): Update according to previous changes.
14084
14085 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14086
14087 * textmodes/org.el: Leading space replaced by TABS.
14088 (org-recalc-marks, org-table-rotate-recalc-marks)
14089 (org-table-get-specials): Treat "^" and "_" marks.
14090 (org-table-justify-field-maybe): Optional argument NEW.
14091 (org-table-eval-formula): Parsing of the format simplified.
14092 New modes C,I. Honor the %= parameter in the current table.
14093 Avoid unnecessary re-align by using the NEW argument to
14094 `org-table-justify-field-maybe'.
14095 (org-calc-default-modes): Default for date-format mimicks org-mode.
14096 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14097
14098 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14099
14100 * cus-face.el (custom-theme-set-faces): Make it handle face
14101 aliases whose alias declarations are pre- or autoloaded.
14102
14103 2005-07-04 Juri Linkov <juri@jurta.org>
14104
14105 * faces.el (read-face-name): Put the code for getting a face name
14106 from the buffer before adding the faces from the `face' property.
14107 Use `completing-read-multiple' instead of `completing-read'.
14108 Require `crm'. Add default value and post-process the returned
14109 list of faces.
14110
14111 * emacs-lisp/crm.el (crm-find-current-element)
14112 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14113
14114 * emacs-lisp/lisp-mode.el (eval-defun-1):
14115 * emacs-lisp/edebug.el (edebug-eval-defun):
14116 Remove unnecessary quotes.
14117
14118 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14119
14120 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14121 (prolog-indent-level): Fix typo in docstring.
14122
14123 * info.el (Info-history, Info-history-forward)
14124 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14125
14126 * add-log.el (add-change-log-entry):
14127 * comint.el (comint-dynamic-list-input-ring)
14128 (comint-dynamic-list-completions):
14129 * dabbrev.el (dabbrev-expand):
14130 * delim-col.el (delimit-columns-rectangle-line):
14131 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14132 (diff-unified->context):
14133 * ediff-init.el (ediff-abbrev-jobname):
14134 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14135 (ediff-replace-session-activity-marker-in-meta-buffer):
14136 * info.el (Info-summary):
14137 * lpr.el (printify-region):
14138 * printing.el (pr-create-interface):
14139 * ps-print.el (ps-print-quote):
14140 * ses.el (ses-column-widths, ses-print-cell)
14141 (ses-adjust-print-width, ses-center):
14142 * shell.el (shell-file-name-quote-list):
14143 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14144 (strokes-fill-current-buffer-with-whitespace)
14145 (strokes-xpm-for-stroke, strokes-list-strokes)
14146 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14147 * term.el (term-dynamic-list-input-ring)
14148 (term-dynamic-list-completions):
14149 * calc/calc.el (math-format-stack-value):
14150 * emacs-lisp/edebug.el (edebug-display-freq-count):
14151 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14152 (delphi-new-comment-line):
14153 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14154 * progmodes/executable.el (executable-set-magic):
14155 * progmodes/python.el (inferior-python-mode):
14156 * progmodes/scheme.el (scheme-mode-syntax-table):
14157 * progmodes/sh-script.el (sh-maybe-here-document):
14158 * progmodes/sql.el (sql-copy-column):
14159 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14160 * textmodes/bibtex.el (bibtex-mode):
14161 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14162 (sgml-auto-attributes):
14163 * textmodes/table.el (table-insert, table-shorten-cell)
14164 (table--generate-source-scan-lines, table-delete-row)
14165 (*table--cell-delete-char, table--spacify-frame)
14166 (table--horizontally-shift-above-and-below)
14167 (table--cell-insert-char, table--cell-blank-str)
14168 (table--fill-region-strictly):
14169 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14170 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14171
14172 * add-log.el (change-log):
14173 * apropos.el (apropos):
14174 * comint.el (comint-completion, comint-source):
14175 * dabbrev.el (dabbrev):
14176 * delim-col.el (columns):
14177 * diff-mode.el (diff-mode):
14178 * ediff.el (ediff):
14179 * ediff-diff.el (ediff-diff):
14180 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14181 * ediff-mult.el (ediff-mult):
14182 * ediff-ptch.el (ediff-ptch):
14183 * ediff-wind.el (ediff-window):
14184 * facemenu.el (facemenu):
14185 * indent.el (indent):
14186 * info.el (info):
14187 * jka-cmpr-hook.el (compression, jka-compr):
14188 * lpr.el (lpr):
14189 * outline.el (outlines):
14190 * pcmpl-cvs.el (pcmpl-cvs):
14191 * pcmpl-rpm.el (pcmpl-rpm):
14192 * printing.el (printing):
14193 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14194 (ps-print-vertical, ps-print-headers, ps-print-font)
14195 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14196 (ps-print-background, ps-print-printer, ps-print-page)
14197 (ps-print-miscellany):
14198 * ses.el (ses):
14199 * shell.el (shell, shell-directories, shell-faces):
14200 * startup.el (initialization):
14201 * strokes.el (strokes):
14202 * term.el (term):
14203 * uniquify.el (uniquify):
14204 * w32-vars.el (w32):
14205 * calc/calc.el (calc):
14206 * emacs-lisp/bytecomp.el (bytecomp):
14207 * emacs-lisp/cl-indent.el (lisp-indent):
14208 * emacs-lisp/edebug.el (edebug):
14209 * emacs-lisp/elp.el (elp):
14210 * emacs-lisp/testcover.el (testcover):
14211 * emacs-lisp/trace.el (trace):
14212 * emulation/viper-ex.el (viper-ex):
14213 * emulation/viper-mous.el (viper-mouse):
14214 * mail/mailalias.el (mailalias):
14215 * mail/supercite.el (supercite, supercite-frames)
14216 (supercite-attr, supercite-cite, supercite-hooks):
14217 * net/rcompile.el (remote-compile):
14218 * net/rlogin.el (rlogin):
14219 * obsolete/ooutline.el (outlines):
14220 * progmodes/delphi.el (delphi):
14221 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14222 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14223 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14224 (ebnf-optimization):
14225 * progmodes/etags.el (etags):
14226 * progmodes/executable.el (executable):
14227 * progmodes/idlwave.el (idlwave):
14228 * progmodes/pascal.el (pascal):
14229 * progmodes/prolog.el (prolog):
14230 * progmodes/python.el (python):
14231 * progmodes/scheme.el (scheme):
14232 * progmodes/sh-script.el (sh, sh-script):
14233 * progmodes/sql.el (SQL):
14234 * progmodes/tcl.el (tcl):
14235 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14236 * textmodes/enriched.el (enriched):
14237 * textmodes/makeinfo.el (makeinfo):
14238 * textmodes/sgml-mode.el (sgml):
14239 * textmodes/table.el (table-hooks):
14240 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14241 * textmodes/texinfo.el (texinfo):
14242 * textmodes/two-column.el (two-column):
14243 Finish `defgroup' description with period.
14244
14245 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14246 * eshell/esh-var.el (eshell-var):
14247 * progmodes/vhdl-mode.el (vhdl-testbench):
14248 * textmodes/org.el (org): Fix typos in docstrings.
14249
14250 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14251 consistency.
14252
14253 * progmodes/flymake.el (flymake-find-file): Remove.
14254 (flymake-float-time): Use `with-no-warnings'.
14255 (flymake-check-start-time, flymake-check-was-interrupted)
14256 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14257 (flymake-new-err-info): `defvar' at compile time.
14258
14259 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14260
14261 * replace.el (occur-hook): Doc fix.
14262 (occur-1): Don't call `occur-hook' if there are no matches.
14263
14264 2005-07-03 Richard M. Stallman <rms@gnu.org>
14265
14266 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14267 global-map, save the same map.
14268 (global-map): Don't alter it at top level.
14269 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14270 Then alter it here instead.
14271 (tpu-edt-off): Set global-map to the saved one.
14272
14273 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14274 All references simplified.
14275 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14276 (zmacs-regions): Add defvar.
14277 (repeat-complex-command-map): Everything about that deleted.
14278
14279 * textmodes/artist.el (artist-key-is-drawing)
14280 (artist-key-endpoint1, artist-key-poly-point-list)
14281 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14282 (artist-key-compl-table, artist-rb-save-data)
14283 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14284 Don't put them in eval-when-compile.
14285 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14286
14287 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14288 Use with-no-warnings.
14289
14290 * net/browse-url.el (dos-windows-version): Add defvar.
14291
14292 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14293
14294 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14295 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14296 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14297 Add defvar.
14298 (rmail-summary-beginning-of-message): Use with-no-warnings.
14299 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14300
14301 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14302 Use with-no-warnings.
14303
14304 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14305 (c-mark-function): Add point-moving-unit property.
14306 (vi-goto-line): Use with-no-warnings.
14307
14308 * emulation/edt.el (edt-last-copied-word): Add defvar.
14309 (zmacs-region-stays): Likewise.
14310 (edt-mark-section-wisely): Use c-mark-function for C.
14311 Use makr-defun for Fortran.
14312 (time-string): defvar deleted.
14313 (edt-display-the-time): Don't set time-string.
14314
14315 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14316
14317 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14318 Don't warn when name is not constant
14319 or for defining the group `emacs'.
14320
14321 * tooltip.el (gud-tooltip-mode): Add defvar.
14322
14323 * startup.el (default-frame-background-mode): Add defvar.
14324
14325 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14326
14327 * info.el (tool-bar-map): Add defvar.
14328
14329 * dired.el (dnd-protocol-alist): Add defvar.
14330
14331 * dired-aux.el (dired-query): Display question with answer, when
14332 the user answers.
14333
14334 * custom.el (custom-add-option): Doc fix.
14335
14336 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14337
14338 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14339
14340 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14341 bogus name from the last change.
14342
14343 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14344
14345 * custom.el (custom-declare-variable): Fix typos in comment.
14346 (custom-known-themes): Doc fix.
14347 (custom-theme-directory): New defcustom.
14348 (require-theme): Make it check `custom-theme-directory'.
14349
14350 * cus-theme.el (custom-new-theme-mode): New function.
14351 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14352 (custom-theme-description): Add compiler defvars.
14353 (customize-create-theme): Add doc to the "*New Custom Theme*"
14354 buffer. Use `custom-new-theme-mode'.
14355 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14356 and save it to the `custom-theme-directory'. Make this the
14357 default directory of the buffer.
14358
14359 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14360
14361 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14362 Fix unbalanced parentheses.
14363
14364 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14365
14366 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14367 into flymake-mode and delegate to flymake-mode.
14368
14369 * find-file.el (ff-which-function-are-we-in): Clean up.
14370
14371 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14372
14373 * replace.el (occur-rename-buffer): Fix docstring.
14374
14375 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14376 (edt-last-copied-word, edt-learn-macro-count)
14377 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14378 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14379 (time-string, zmacs-region-stays):
14380 * emulation/edt-mapper.el (edt-save-function-key-map)
14381 (EDT-key-name): `defvar' to silence the byte-compiler.
14382
14383 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
14384
14385 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14386 font-lock-regexp-backslash. Doc fix.
14387 (font-lock-regexp-backslash-grouping-construct): Rename from
14388 font-lock-regexp-backslash-construct. Doc fix.
14389 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14390 grouping constructs.
14391
14392 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14393
14394 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14395 updating all the prerequisites.
14396
14397 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14398
14399 * textmodes/org.el (org-agenda-start-on-weekday)
14400 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14401 (org-agenda-use-time-grid, org-archive-location)
14402 (org-allow-space-in-links, org-usenet-links-prefer-google)
14403 (org-enable-table-editor, org-export-default-language)
14404 (org-export-html-show-new-buffer, org-fill-paragraph)
14405 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14406 (org-goto-quit, org-occur, org-eval-in-calendar)
14407 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14408 (org-agenda-diary-entry, org-remember-help)
14409 (org-table-convert-region, org-at-table-p)
14410 (org-table-move-row-down, org-table-move-row-up)
14411 (org-table-copy-region, org-table-toggle-vline-visibility)
14412 (org-table-get-stored-formulas, org-table-get-specials)
14413 (org-recalc-commands, org-table-eval-formula)
14414 (org-table-formula-substitute-names, orgtbl-make-binding)
14415 (org-format-org-table-html, org-format-table-table-html)
14416 (org-format-table-table-html-using-table-generate-source)
14417 (org-customize): Fix typos in docstrings.
14418 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14419 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14420 (org-back-to-heading): Doc fixes.
14421 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14422 (org-agenda-change-all-lines, org-get-header):
14423 Improve argument/docstring consistency.
14424 (orgtbl-error): Fix error message.
14425
14426 * progmodes/flymake.el (flymake-find-possible-master-files)
14427 (flymake-master-file-compare, flymake-get-line-err-count)
14428 (flymake-highlight-line, flymake-gui-warnings-enabled):
14429 Fix typos in docstrings.
14430 (flymake-parse-line, flymake-get-project-include-dirs-function)
14431 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14432 Doc fixes.
14433 (flymake-get-project-include-dirs-function)
14434 (flymake-make-err-menu-data):
14435 Improve argument/docstring consistency.
14436
14437 2005-07-01 Lute Kamstra <lute@gnu.org>
14438
14439 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14440 Catch errors with ignore-errors. Use temporary buffer.
14441 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14442
14443 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14444 background color faces.
14445 (facemenu-set-foreground, facemenu-set-background):
14446 Use facemenu-set-face-from-menu.
14447 (facemenu-set-face-from-menu): Treat face names that start with
14448 "fg:" or "bg:" as special.
14449 (facemenu-add-new-color): Don't create faces. Simplify.
14450
14451 2005-06-30 Richard M. Stallman <rms@gnu.org>
14452
14453 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14454 (crm-find-current-element): Likewise.
14455
14456 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14457
14458 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14459
14460 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14461
14462 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14463 (archive-mouse-extract): Make it an obsolete alias.
14464 (archive-mode-map): Don't use archive-mouse-extract any more.
14465 (archive-mode, archive-extract): write-contents-hooks ->
14466 write-contents-functions.
14467 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14468 first arg.
14469 (archive-rename-entry): Update the call.
14470 (archive-zip-summarize): Remove unused var `method'.
14471 (archive-lzh-summarize): Remove unused var `creator'.
14472
14473 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14474 dedicated frame upon exit.
14475
14476 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14477 (archive-zip-extract, archive-zip-expunge)
14478 (archive-zip-update, archive-zip-update-case): Use executable-find.
14479 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14480 Use restore-buffer-modified-p.
14481 (archive-extract, archive-add-new-member, archive-write-file-member):
14482 Use with-current-buffer.
14483 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14484
14485 2005-06-30 Andreas Schwab <schwab@suse.de>
14486
14487 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14488
14489 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14490
14491 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14492
14493 2005-06-30 Juri Linkov <juri@jurta.org>
14494
14495 * faces.el (vertical-border): Inherit from mode-line-inactive
14496 only on tty.
14497
14498 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14499
14500 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14501 example, -NLINES in the `occur' docstring).
14502
14503 * replace.el (occur-1): When no matches are found, do not set the
14504 `buffer-read-only' and modified flags for the occur buffer,
14505 because it is deleted.
14506
14507 * emulation/cua-base.el (cua-check-pending-input)
14508 (cua-repeat-replace-region, cua-mode, cua-debug)
14509 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14510 Fix typos in docstrings.
14511
14512 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14513 (cua-cut-region-to-global-mark)
14514 (cua--cut-rectangle-to-global-mark):
14515 Remove period from end of messages.
14516
14517 * emulation/cua-rect.el (cua-do-rectangle-padding):
14518 Remove period from end of messages.
14519 (cua--rectangle-seq-format): Fix typo in docstring.
14520 (cua-sequence-rectangle, cua-fill-char-rectangle):
14521 Improve argument/docstring consistency.
14522
14523 2005-06-29 Juri Linkov <juri@jurta.org>
14524
14525 * faces.el (default-frame-background-mode): New internal variable.
14526 (frame-set-background-mode): Use it.
14527
14528 * startup.el (normal-top-level): Set default-frame-background-mode
14529 instead of frame-background-mode. Before setting it, test for its
14530 nil value. Remove tests for frame-background-mode and frame
14531 parameter `reverse'. Add test for "unspecified-fg".
14532
14533 * term/xterm.el (xterm-rxvt-set-background-mode):
14534 * term/rxvt.el (rxvt-set-background-mode):
14535 Set default-frame-background-mode instead of frame-background-mode.
14536
14537 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14538
14539 * simple.el (set-variable): Warn about obsolete user variables.
14540
14541 * imenu.el (imenu--completion-buffer):
14542 * mouse.el (mouse-buffer-menu-alist):
14543 * msb.el (msb-invisible-buffer-p):
14544 * calendar/diary-lib.el (diary-header-line-format):
14545 * emacs-lisp/pp.el (pp-buffer):
14546 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14547 * textmodes/picture.el (picture-replace-match):
14548 Change space constants followed by a sexp to "?\s ".
14549
14550 * play/decipher.el (decipher-loop-with-breaks):
14551 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14552 constants "protected" from end of line by a comment to "?\s".
14553
14554 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14555
14556 * font-lock.el (save-buffer-state): Use `declare'.
14557
14558 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14559 reset the syntax-table to cperl-mode-syntax-table.
14560 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14561 "foo_print_bar" is not matched as a reserved keyword.
14562
14563 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14564
14565 * textmodes/org.el (orgtbl-setup): New function, for delayed
14566 setup for the orgtbl commands.
14567 (org-calc-default-modes): New option.
14568 (orgtbl-make-binding): Use `defun' to get better help display.
14569 (org-diary): Call `org-compile-prefix-format'.
14570 (org-table-formula-substitute-names): New function.
14571 (org-agenda-day-view, org-agenda-week-view): New commands.
14572 (org-agenda-toggle-week-view): Command removed.
14573 (org-tbl-menu): Split off from org-org-menu.
14574 (org-mode): Move removal of outline-mode menus to here.
14575 (org-table-formula-debug): New option.
14576 (org-table-insert-row): Keep first field if just "#" or "*".
14577 (org-mode): Paragraph regexps fixed.
14578 (org-table-recalculate-regexp): New constant.
14579 (org-table-justify-field-maybe): Avoid replace if not necessary.
14580 (org-copy-special, org-cut-special): Use `call-interactively'.
14581 (org-table-copy-region): Take region from `interactive' call.
14582 (org-trim): Return string even if no match.
14583 (org-formula): New face.
14584 (org-set-font-lock-defaults): No longer highlight "FIXME".
14585 But highlight formula-related fields in table.
14586 (org-table-p): Use regexp, not fontification.
14587 (org-table-align): Handle white space at end of line.
14588 (org-table-formula-evaluate-inline): New option.
14589 (org-mode): Auto-wrapping in comment lines turned off.
14590 (org-table-copy-down): Evaluate only in copied field, not in
14591 destination.
14592 (org-table-current-formula): Variable removed.
14593 (org-table-store-formulas, org-table-get-stored-formulas)
14594 (org-table-modify-formulas, org-table-replace-in-formulas)
14595 (org-table-maybe-eval-formula): New functions.
14596 (org-table-get-formula): Modify to use stored formulas.
14597 (org-table-insert-column, org-table-delete-column)
14598 (org-table-move-column): Call `org-table-modify-formulas'.
14599 (org-complete): Add completion for keyword formulas.
14600 (orgtbl-mode): Pull orgtbl-mode-map to start of
14601 minor-mode-map-alist.
14602
14603 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14604
14605 * progmodes/python.el (python-check): Require `compile' before
14606 modifying its variables.
14607
14608 * newcomment.el (comment-indent-default): Don't get fooled by an early
14609 end of buffer.
14610
14611 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14612
14613 * ps-print.el (ps-print-version): Fix version number.
14614
14615 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14616
14617 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14618
14619 2005-06-28 Richard M. Stallman <rms@gnu.org>
14620
14621 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14622 (flyspell-local-mouse-map): Declaration deleted.
14623 (flyspell-mouse-map): Bind only mouse-2.
14624 (flyspell-mode-map): Don't test flyspell-use-local-map.
14625 (flyspell-overlay-keymap-property-name): Var deleted.
14626 (flyspell-mode-on): Don't make local bindings for
14627 flyspell-mouse-map and flyspell-mode-map.
14628 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14629
14630 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14631
14632 * progmodes/compile.el (compilation-next-error-function):
14633 Don't switch buffers; operate on the current buffer.
14634
14635 * progmodes/compile.el (compilation-error-file-name)
14636 (compilation-warning-file-name, compilation-info-file-name)
14637 (compilation-line-number, compilation-column-number): New faces.
14638 (compilation-error-face, compilation-warning-face)
14639 (compilation-info-face, compilation-line-face)
14640 (compilation-column-face): Use them.
14641
14642 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14643
14644 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14645
14646 * bindings.el (global-map): Bind insertchar and its variants.
14647
14648 2005-06-27 Richard M. Stallman <rms@gnu.org>
14649
14650 * textmodes/artist.el (artist-text-overwrite)
14651 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14652
14653 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14654
14655 * ps-print.el: It was not working the page selection for printing.
14656 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14657 (ps-print-version): New version 6.6.7.
14658 (ps-end-sheet): New fun.
14659 (ps-header-sheet, ps-end-job): Call it.
14660
14661 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
14662
14663 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14664
14665 2005-06-27 Lute Kamstra <lute@gnu.org>
14666
14667 * facemenu.el (facemenu-unlisted-faces): Add foreground and
14668 background color faces.
14669 (facemenu-get-face): Delete function.
14670 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14671 (facemenu-add-new-color): Make second argument mandatory.
14672 Create the appropriate face and return it. Simplify.
14673 (facemenu-set-foreground, facemenu-set-background): Don't check if
14674 color is defined. Use return value of facemenu-add-new-color.
14675
14676 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
14677
14678 * progmodes/gud.el (gud-filter): Add missing argument to
14679 with-selected-window.
14680
14681 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14682
14683 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14684 a :require to the defcustom.
14685
14686 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14687 defcustoms corresponding to minor modes.
14688
14689 2005-06-26 David Ponce <david@dponce.com>
14690
14691 * recentf.el: Require tree-widget instead of wid-edit.
14692 (recentf-filename-handler): Fix widget :type.
14693 (recentf-cancel-dialog, recentf-open-more-files)
14694 (recentf-open-files-action): Doc fix.
14695 (recentf-dialog-goto-first): New function.
14696 (recentf-dialog-mode-map): Set parent keymap first.
14697 (recentf-dialog-mode): Define with define-derived-mode.
14698 Don't display continuation lines in dialogs.
14699 (recentf-edit-list): Rename from recentf-edit-selected-items.
14700 (recentf-edit-list-select): Rename from recentf-edit-list-action.
14701 Simplify.
14702 (recentf-edit-list-validate): New function.
14703 (recentf-edit-list): Update accordingly.
14704 (recentf-open-files-item-shift): Remove.
14705 (recentf-open-files-item): Convert menu elements into tree and
14706 link widgets. Don't create the widgets.
14707 (recentf-open-files): Update accordingly.
14708 (recentf-save-list): Untabify.
14709
14710 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
14711
14712 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14713 (keep-lines): Add INTERACTIVE arg. Never delete lines only
14714 partially contained in the active region. Do not take active
14715 region into account when called from Lisp, unless INTERACTIVE arg
14716 is non-nil. Use `forward-line' instead of `beginning-of-line' to
14717 avoid trouble with fields. Make marker point nowhere when no
14718 longer used. Always return nil. Doc fix.
14719 (flush-lines): Add INTERACTIVE arg. Do not take active region
14720 into account when called from Lisp, unless INTERACTIVE arg is
14721 non-nil. Use `forward-line' instead of `beginning-of-line' to
14722 avoid trouble with fields. Make marker point nowhere when no
14723 longer used. Always return nil. Doc fix.
14724 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
14725 interchangeable. Do not take active region into account when
14726 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
14727 message in echo area when called from Lisp, unless INTERACTIVE arg
14728 is non-nil. Avoid saying "1 occurrences". Do not use markers.
14729 Return the number of matches. Doc fix.
14730 (occur): Doc fix.
14731 (perform-replace): Make comment follow double space convention for
14732 the sake of `outline-minor-mode'.
14733
14734 * faces.el (facep): Doc fix.
14735
14736 2005-06-25 Richard M. Stallman <rms@gnu.org>
14737
14738 * facemenu.el (facemenu-enable-faces-p): New function.
14739 (facemenu-background-menu, facemenu-foreground-menu)
14740 (facemenu-face-menu): Add menu-enable property.
14741
14742 * jka-compr.el (jka-compr-insert-file-contents):
14743 Special handling if cannot find the uncompression program.
14744
14745 * cus-face.el (custom-face-attributes): Add autoload.
14746
14747 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14748 Bind comment-indent-function locally.
14749
14750 * window.el (save-selected-window): Use save-current-buffer.
14751
14752 * subr.el (with-selected-window): Use save-current-buffer.
14753
14754 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14755 and with-current-buffer.
14756
14757 2005-06-24 Richard M. Stallman <rms@gnu.org>
14758
14759 * simple.el (line-move-1): Fix previous change.
14760
14761 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
14762
14763 * replace.el (occur-1): Set `buffer-read-only' and the
14764 buffer-modified flag before running `occur-hook' to protect
14765 against unintentional buffer switches that can lead to data loss.
14766
14767 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
14768
14769 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14770 (gud-gdb-marker-filter): Use font-lock-warning-face for any
14771 initial error.
14772
14773 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14774 after fresh input.
14775 (gdb-var-create-handler): Put name of expression in quotes.
14776
14777 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
14778
14779 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14780 elements of RING in order, and without bogus nil elements.
14781
14782 2005-06-23 Richard M. Stallman <rms@gnu.org>
14783
14784 * simple.el (set-variable): Args renamed; doc fix.
14785 (line-move-1): When there are overlays around, use vertical-motion.
14786
14787 * faces.el (escape-glyph): Use brown against light background.
14788 (nobreak-space): Rename from no-break-space.
14789 Fix previous change.
14790
14791 * dired-aux.el (dired-do-copy): Fix arg prompt.
14792
14793 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14794
14795 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14796
14797 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14798 rather than "Distributor".
14799
14800 2005-06-23 Lute Kamstra <lute@gnu.org>
14801
14802 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14803 (debug-on-entry): Use it. New interactive declaration that uses
14804 function-called-at-point.
14805
14806 2005-06-23 Kim F. Storm <storm@cua.dk>
14807
14808 * subr.el (save-match-data): Add comment about using evaporate arg
14809 to set-match-data.
14810
14811 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
14812
14813 * cus-edit.el (customize-face)
14814 (customize-face-other-window): Handle face aliases.
14815
14816 * faces.el (face-documentation, set-face-attribute)
14817 (face-spec-set): Handle face aliases.
14818
14819 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
14820
14821 * help-mode.el (help-make-xrefs): If a symbol representing a face
14822 name is not followed by the word "face", it could still be a
14823 function or variable name, so don't bypass other checks.
14824
14825 2005-06-22 Juri Linkov <juri@jurta.org>
14826
14827 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14828 Replace aliased functions with calls where second arg `inherit' is t.
14829
14830 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
14831
14832 * progmodes/gdb-ui.el (gdb-error): New variable.
14833 (gdb-error): New function.
14834 (gdb-annotation-rules): Act on error-begin and error annotations.
14835 (gdb-concat-output): Use font-lock-warning-face for errors.
14836
14837 2005-06-22 Miles Bader <miles@gnu.org>
14838
14839 * bindings.el (propertized-buffer-identification): Use renamed
14840 `Buffer-menu-buffer' face.
14841
14842 * faces.el (vertical-border): Rename from `vertical-divider'.
14843 (escape-glyph): Change dark-background color back to `cyan'.
14844
14845 2005-06-21 Juri Linkov <juri@jurta.org>
14846
14847 * faces.el (face-user-default-spec): Try getting `customized-face'
14848 prior to `saved-face'.
14849 (frame-background-mode): Refill docstring.
14850
14851 * emacs-lisp/lisp-mode.el (eval-defun-1):
14852 * emacs-lisp/edebug.el (edebug-eval-defun):
14853 Set `saved-face' temporarily to nil before calling form.
14854 Set `customized-face' to the new spec after that.
14855
14856 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
14857
14858 * subr.el (1value, lambda, key-substitution-in-progress):
14859 Doc fixes.
14860
14861 * autoinsert.el (auto-insert-alist):
14862 * ses.el (ses-call-printer):
14863 * subr.el (noreturn):
14864 * emacs-lisp/lisp.el (check-parens):
14865 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14866 * net/browse-url.el (browse-url-mosaic):
14867 * progmodes/cc-defs.el (c-safe-scan-lists):
14868 * progmodes/ebnf-abn.el (ebnf-abn-lex):
14869 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14870 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14871 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14872 * progmodes/ebnf-iso.el (ebnf-iso-lex):
14873 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14874
14875 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
14876
14877 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
14878
14879 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
14880
14881 * calendar/appt.el (appt-make-list): Activate the package, if
14882 not already active (for backwards compatibility).
14883
14884 2005-06-20 Kim F. Storm <storm@cua.dk>
14885
14886 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
14887
14888 2005-06-20 Miles Bader <miles@gnu.org>
14889
14890 * faces.el (vertical-divider): New face.
14891
14892 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
14893
14894 * simple.el (kill-whole-line): Doc fix.
14895 (next-error-buffer-p, next-error-find-buffer)
14896 (clone-indirect-buffer): Fix typos in docstrings.
14897 (comment-line-break-function): Doc fix: don't say variable
14898 is automatically buffer-local (it isn't).
14899
14900 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
14901
14902 * net/tramp-ftp.el (top):
14903 * net/tramp-smb.el (top):
14904 * net/tramp-util.el (top):
14905 * net/tramp-uu.el (top):
14906 * net/tramp-vc.el (top):
14907 * net/tramp.el (top): Revert copyright years back to original
14908 ones. Tramp has a life outside GNU Emacs.
14909
14910 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
14911
14912 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
14913
14914 2005-06-18 Juri Linkov <juri@jurta.org>
14915
14916 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
14917 end of first regexp to limit the match to the position between
14918 line number and source line with same separator character as used
14919 between file name and line number. In the second regexp limit
14920 mouse-face area to file name and line number by adding new group
14921 for them and referring it in HYPERLINK arg.
14922 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
14923 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
14924 previous line where grep markers may be already removed.
14925
14926 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
14927
14928 * progmodes/ps-mode.el: Update version and maintainer's email address.
14929
14930 2005-06-18 Steve Youngs <steve@xemacs.org>
14931
14932 * net/browse-url.el (browse-url-browser-function)
14933 (browse-url-default-browser): Add firefox.
14934 (browse-url-firefox-program, browse-url-firefox-arguments)
14935 (browse-url-firefox-startup-arguments)
14936 (browse-url-firefox-new-window-is-tab): New defcustoms.
14937 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
14938
14939 2005-06-17 Richard M. Stallman <rms@gnu.org>
14940
14941 * startup.el (command-line): Warn if specified user name has
14942 no home directory.
14943
14944 * term.el (term-get-old-input, term-input-filter, term-input-sender)
14945 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
14946
14947 * longlines.el (longlines-mode, longlines-show-hard-newlines):
14948 Doc fixes.
14949
14950 * faces.el (underline): Try bold if terminal doesn't support underline.
14951
14952 * mail/sendmail.el (mail-setup-with-from): New variable.
14953 (mail-insert-from-field): New function.
14954 (sendmail-send-it): Call it.
14955 (mail-setup): Optionally call it here.
14956
14957 * term/linux.el: Call tty-no-underline.
14958
14959 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
14960
14961 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
14962
14963 2005-06-17 Miles Bader <miles@gnu.org>
14964
14965 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
14966 (ediff-current-diff-C, ediff-current-diff-Ancestor)
14967 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
14968 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
14969 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
14970 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
14971 Remove "-face" suffix from face names.
14972 (ediff-current-diff-face-A, ediff-current-diff-face-B)
14973 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14974 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14975 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14976 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14977 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14978 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14979 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14980 New backward-compatibility aliases for renamed faces.
14981 (ediff-current-diff-face-A, ediff-current-diff-face-B)
14982 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14983 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14984 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14985 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14986 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14987 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14988 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14989 Use renamed ediff faces.
14990
14991 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
14992 Remove "-face" suffix from face names.
14993 (eshell-test-ok-face, eshell-test-failed-face):
14994 New backward-compatibility aliases for renamed faces.
14995 (eshell-run-test): Use renamed eshell-test faces.
14996
14997 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
14998 face name.
14999 (eshell-prompt-face): New backward-compatibility alias for renamed
15000 face.
15001 (eshell-emit-prompt): Use renamed eshell-prompt face.
15002
15003 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15004 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15005 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15006 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15007 Remove "-face" suffix from face names.
15008 (eshell-ls-directory-face, eshell-ls-symlink-face)
15009 (eshell-ls-executable-face, eshell-ls-readonly-face)
15010 (eshell-ls-unreadable-face, eshell-ls-special-face)
15011 (eshell-ls-missing-face, eshell-ls-archive-face)
15012 (eshell-ls-backup-face, eshell-ls-product-face)
15013 (eshell-ls-clutter-face):
15014 New backward-compatibility aliases for renamed faces.
15015 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15016
15017 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15018 Remove "-face" suffix from face name.
15019 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15020 instead of literal face.
15021
15022 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
15023
15024 * emacs-lisp/warnings.el (display-warning, lwarn)
15025 (warning-minimum-log-level): Doc fixes.
15026 (warning-minimum-level, warning-minimum-log-level):
15027 Add :debug to :type choices.
15028
15029 * progmodes/ada-mode.el (ada-format-paramlist)
15030 (ada-get-indent-case, ada-check-matching-start)
15031 (ada-check-defun-name, ada-goto-matching-decl-start)
15032 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15033 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15034 (ada-make-subprogram-body): Follow error conventions.
15035 (ada-case-exception-file, ada-indent-comment-as-code)
15036 (ada-indent-handle-comment-special, ada-indent-renames)
15037 (ada-indent-return, ada-search-directories-internal)
15038 (ada-tab-policy, ada-case-exception-substring)
15039 (ada-other-file-alist, ada-matching-start-re)
15040 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15041 (ada-imenu-generic-expression, ada-compile-goto-error)
15042 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15043 (ada-popup-menu, ada-add-extensions, ada-mode)
15044 (ada-region-selected, ada-create-case-exception)
15045 (ada-create-case-exception-substring, ada-after-keyword-p)
15046 (ada-activate-keys-for-case, ada-adjust-case-region)
15047 (ada-adjust-case-buffer, ada-format-paramlist)
15048 (ada-scan-paramlist, ada-insert-paramlist)
15049 (ada-indent-newline-indent)
15050 (ada-indent-newline-indent-conditional)
15051 (ada-justified-indent-current, ada-goto-previous-word)
15052 (ada-indent-current, ada-get-indent-open-paren)
15053 (ada-get-indent-paramlist, ada-get-indent-end)
15054 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15055 (ada-get-indent-block-start, ada-get-indent-subprog)
15056 (ada-get-indent-noindent, ada-get-indent-label)
15057 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15058 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15059 (ada-goto-stmt-end, ada-goto-next-word)
15060 (ada-check-matching-start, ada-check-defun-name)
15061 (ada-goto-matching-decl-start, ada-goto-matching-start)
15062 (ada-goto-matching-end, ada-search-ignore-string-comment)
15063 (ada-in-decl-p, ada-looking-at-semi-or)
15064 (ada-looking-at-semi-private, ada-in-paramlist-p)
15065 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15066 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15067 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15068 (ada-previous-package, ada-create-menu)
15069 (ada-fill-comment-paragraph-justify)
15070 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15071 (ada-other-file-name, ada-last-which-function-line)
15072 (ada-last-which-function-subprog, ada-which-function)
15073 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15074 (ada-gen-treat-proc, ada-check-emacs-version)
15075 (ada-continuation-indent, ada-align-region-separate):
15076 Fix typos in docstrings.
15077 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15078
15079 2005-06-16 Lute Kamstra <lute@gnu.org>
15080
15081 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15082 conditionally.
15083
15084 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15085
15086 * comint.el (comint-replace-by-expanded-filename)
15087 (comint-prompt-regexp, comint-delimiter-argument-list)
15088 (comint-preinput-scroll-to-bottom):
15089 * info.el (Info-hide-cookies-node):
15090 * ls-lisp.el (ls-lisp-classify):
15091 * find-file.el (ff-search-directories, ff-special-constructs)
15092 (ff-find-other-file):
15093 * font-lock.el (font-lock-keywords):
15094 * shell.el (shell-prompt-pattern)
15095 (shell-dynamic-complete-functions, shell-mode)
15096 (shell-delimiter-argument-list):
15097 * term.el (term-replace-by-expanded-filename)
15098 (term-prompt-regexp, term-delimiter-argument-list):
15099 * woman.el (woman-ignore, woman0-if):
15100 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15101 * emacs-lisp/elint.el (elint-init-env):
15102 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15103 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15104 * language/ethio-util.el (ethio-tilde-escape)
15105 (ethio-use-three-dot-question):
15106 * net/zone-mode.el (zone-mode-load-time-setup):
15107 * progmodes/cc-align.el (c-lineup-argcont):
15108 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15109 * progmodes/cperl-mode.el (cperl-set-style-back):
15110 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15111 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15112 Fix spellings in docstrings.
15113
15114 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15115 * progmodes/modula2.el (m2-for): Fix spellings.
15116
15117 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15118
15119 * simple.el (undo-more): Don't use `format' on `error' arguments.
15120 Improve argument/docstring consistency.
15121 (pending-undo-list): Doc fix.
15122
15123 * smerge-mode.el (smerge-ensure-match):
15124 * emulation/vip.el (vip-ex):
15125 * net/zone-mode.el (zone-mode-update-serial):
15126 * progmodes/idlwave.el (idlwave-complete):
15127 * progmodes/vhdl-mode.el (vhdl-visit-file)
15128 (vhdl-compose-wire-components):
15129 Don't use `format' on `error' arguments.
15130
15131 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15132 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15133 (tooltip-help-tips): Fix typos in docstrings.
15134
15135 2005-06-16 David Ponce <david@dponce.com>
15136
15137 * tree-widget.el (tree-widget-value-create): Simplify last change.
15138
15139 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15140
15141 * ido.el (ido-incomplete-regexp): New variable.
15142 (ido-set-matches-1): Handle invalid-regexp error and set
15143 ido-incomplete-regexp.
15144 (ido-incomplete-regexp): New face.
15145 (ido-completions): Use it.
15146 (ido-complete, ido-exit-minibuffer, ido-completions):
15147 Handle incomplete regexps.
15148 (ido-completions): Add check for complete match when entering a regexp.
15149
15150 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15151
15152 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15153
15154 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15155
15156 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15157 by field delimiters.
15158
15159 2005-06-15 David Ponce <david@dponce.com>
15160
15161 * tree-widget.el: eval-and-compile inlined functions so they will
15162 be available at run-time too.
15163 (tree-widget-super-format-handler)
15164 (tree-widget-format-handler): Remove.
15165 (tree-widget-value-create): Handle the :indent property.
15166
15167 2005-06-15 Miles Bader <miles@gnu.org>
15168
15169 * progmodes/which-func.el (which-func): Only inherit
15170 `font-lock-function-name-face' when that makes sense against the
15171 default mode-line face, otherwise set the face color explicitly.
15172
15173 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15174 faces instead of (non-existent) variables.
15175
15176 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15177
15178 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15179 (iswitchb-get-matched-buffers): Likewise. Simplify.
15180
15181 2005-06-14 Miles Bader <miles@gnu.org>
15182
15183 * progmodes/ld-script.el (ld-script-location-counter):
15184 Remove "-face" suffix from face name.
15185 (ld-script-location-counter-face):
15186 New backward-compatibility alias for renamed face.
15187 (ld-script-location-counter-face): Use renamed face.
15188
15189 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15190 (cperl-hash): Remove "-face" suffix from face names.
15191 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15192 New backward-compatibility aliases for renamed faces.
15193 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15194 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15195
15196 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15197 name.
15198 (which-func-face): New backward-compatibility alias for renamed face.
15199 (which-func-format): Use renamed which-func face.
15200
15201 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15202 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15203 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15204 names.
15205 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15206 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15207 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15208 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15209 (vhdl-speedbar-architecture-selected)
15210 (vhdl-speedbar-configuration-selected)
15211 (vhdl-speedbar-package-selected)
15212 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15213 names.
15214 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15215 Use renamed faces.
15216 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15217 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15218 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15219 Use renamed faces.
15220 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15221 names.
15222 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15223 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15224 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15225 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15226 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15227 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15228
15229 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15230 face name.
15231 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15232 (sh-heredoc-face): Use renamed sh-heredoc face.
15233
15234 * progmodes/idlw-help.el (idlwave-help-link):
15235 Remove "-face" suffix from face name.
15236 (idlwave-help-link-face):
15237 New backward-compatibility alias for renamed face.
15238 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15239
15240 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15241 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15242 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15243 New backward-compatibility aliases for renamed faces.
15244 (idlwave-shell-disabled-breakpoint-face)
15245 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15246
15247 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15248 Remove "-face" suffix from face names.
15249 (flymake-errline-face, flymake-warnline-face):
15250 New backward-compatibility aliases for renamed faces.
15251 (flymake-highlight-line): Use renamed flymake faces.
15252
15253 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15254 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15255 (ebrowse-member-class, ebrowse-progress):
15256 Remove "-face" suffix from face names.
15257 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15258 (ebrowse-file-name-face, ebrowse-default-face)
15259 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15260 (ebrowse-progress-face):
15261 New backward-compatibility aliases for renamed faces.
15262 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15263 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15264 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15265 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15266
15267 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15268 antlr-syntax)
15269 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15270 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15271 names.
15272 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15273 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15274 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15275 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15276 backward-compatibility aliases for renamed faces.
15277 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15278 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15279 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15280 remove "font-lock-". Use renamed antlr-mode faces.
15281 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15282 literal face-names with face variable references.
15283
15284 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15285 face name.
15286 (Buffer-menu-buffer-face): New backward-compatibility alias for
15287 renamed face.
15288 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15289
15290 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15291
15292 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15293 Eliminate "-face" suffix.
15294 (makefile-targets): Inherit from font-lock-function-name-face and
15295 eliminate "-face" suffix.
15296 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15297 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15298 actions, instead of prepending, to make it less visible.
15299 (makefile-previous-dependency, makefile-match-dependency):
15300 Don't match a target on a continuation line.
15301
15302 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15303
15304 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15305
15306 * progmodes/gdb-ui.el (menu): Re-order menu items.
15307 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15308
15309 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15310 Define in tooltip.el.
15311 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15312 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15313 gud-tooltip-echo-area.
15314
15315 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15316 backward compatibility and make obsolete.
15317 (tooltip-help-tips): Use tooltip-use-echo-area.
15318 (tooltip-show-help-function): Rename to...
15319 (tooltip-show-help): ...this, because it is a function.
15320 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15321
15322 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15323
15324 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15325 (edebug-print-length, edebug-print-level, edebug-print-circle)
15326 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15327 (edebug-eval-print-last-sexp): Doc fixes.
15328
15329 2005-06-14 Kim F. Storm <storm@cua.dk>
15330
15331 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15332 as the coverage buffer/file/both may change.
15333
15334 2005-06-14 Lute Kamstra <lute@gnu.org>
15335
15336 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15337 and run-mode-hooks. Simplify.
15338
15339 * mail/rmailedit.el (rmail-edit-mode):
15340 * progmodes/octave-inf.el (inferior-octave-mode):
15341 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15342
15343 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15344 and run-mode-hooks.
15345 (recentf-edit-list, recentf-open-files): Don't call
15346 kill-all-local-variables directly.
15347
15348 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15349
15350 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15351
15352 * emacs-lisp/byte-run.el (make-obsolete)
15353 (define-obsolete-function-alias): Rename arguments FUNCTION and
15354 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15355 (make-obsolete-variable, define-obsolete-variable-alias):
15356 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15357 respectively.
15358
15359 * isearchb.el (isearchb-activate):
15360 * pcvs.el (cvs-mode):
15361 * ses.el (ses-load):
15362 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15363 * net/tramp.el (tramp-find-file-exists-command)
15364 (tramp-find-shell):
15365 * progmodes/ada-mode.el (ada-create-case-exception)
15366 (ada-create-case-exception-substring, ada-make-subprogram-body):
15367 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15368 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15369 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15370 * textmodes/org.el (org-promote, org-evaluate-time-range)
15371 (org-agenda-next-date-line, org-agenda-previous-date-line)
15372 (org-agenda-error, org-open-at-point, org-table-move-row)
15373 (org-format-table-table-html-using-table-generate-source)
15374 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15375 * textmodes/reftex.el (reftex-access-scan-info):
15376 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15377 (reftex-toc-promote-prepare): Follow error conventions.
15378
15379 * diff-mode.el (diff-mode): Fix typo in docstring.
15380
15381 * forms.el (forms--intuit-from-file): Fix reference to
15382 `forms-number-of-fields' in error message.
15383 (forms-print): Fix quoting in error message.
15384
15385 * forms.el (forms-mode):
15386 * emulation/vi.el (vi-goto-insert-state):
15387 * progmodes/flymake.el (flymake-new-err-info)
15388 (flymake-start-syntax-check-for-current-buffer)
15389 (flymake-simple-cleanup):
15390 * eshell/esh-var.el (eshell/export):
15391 * progmodes/gud.el (xdb):
15392 * textmodes/flyspell.el (flyspell-incorrect-hook)
15393 (flyspell-maybe-correct-transposition)
15394 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15395
15396 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15397
15398 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15399 minibuffer prompt.
15400
15401 2005-06-13 Kim F. Storm <storm@cua.dk>
15402
15403 * subr.el (add-to-ordered-list): New defun.
15404
15405 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15406 add cua--keymap-alist to emulation-mode-map-alists.
15407
15408 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15409
15410 * subr.el (complete-in-turn): New macro.
15411 (dynamic-completion-table, lazy-completion-table): Add debug info.
15412
15413 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15414 in preference to face aliases.
15415
15416 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15417 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15418 Remove unused vars `start' and `firstline'.
15419 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15420 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15421
15422 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15423
15424 * cus-start.el (all): Don't complain about missing GTK-related
15425 variables, unless either `gtk' is boundp or this isn't a
15426 `windows-nt' build.
15427
15428 2005-06-13 Lute Kamstra <lute@gnu.org>
15429
15430 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15431 run-mode-hooks.
15432
15433 * ediff-mult.el (ediff-meta-mode):
15434 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15435
15436 * ledit.el (ledit-mode): Use delay-mode-hooks.
15437
15438 * woman.el (woman-mode-line-format): Delete constant.
15439 (woman-mode-map): Initialize it properly.
15440 (woman-mode): Set mode-class property to special.
15441 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15442 Set major-mode and mode-name. Don't set mode-line-format directly.
15443 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15444
15445 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15446 string argument obsolete.
15447
15448 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15449
15450 * textmodes/org.el (org-CUA-compatible): New option.
15451 (org-disputed-keys): New variable.
15452 (org-key): New function.
15453 (orgtbl-make-binding): Add docstring to the created function.
15454 (org-mode): Set paragraph start/separate regexps.
15455 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15456 (org-archive-location, org-archive-mark-done)
15457 (org-archive-stamp-time): New options.
15458 (org-archive-subtree): New command.
15459 (org-fill-paragraph): New function.
15460 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15461 (org-fake-empty-table-line): Function removed.
15462 (org-format-org-table-html): Do not create empty table lines at
15463 separator lines. Improved table header treatment.
15464 (org-link-format): New option.
15465 (org-make-link): New function.
15466 (org-insert-link, org-store-link): Use org-make-link.
15467 (org-open-file): Quote file name for shell command, to allow
15468 spaces in file names.
15469 (org-link-regexp): Fix bug with mailto link.
15470 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15471 New constants.
15472 (org-export-as-html): Deal with the optional angles around a link.
15473 Better treatment of file: links.
15474 (org-open-at-point): Replace @{ and @} with < and >.
15475 (org-run-mode-hooks): Function removed.
15476 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15477
15478 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15479
15480 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15481 MI command -data-list-register-values.
15482 (gdb-post-prompt): Indent properly.
15483
15484 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15485
15486 * hilit-chg.el (highlight-changes-colors): Rename from
15487 `highlight-changes-colours'.
15488 (highlight-changes-colours): Keep as obsolete alias.
15489 (highlight-changes-face-list): Doc fix.
15490 (hilit-chg-make-list): Use `highlight-changes-colors'.
15491
15492 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15493
15494 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15495 defun-prompt-regexp.
15496
15497 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15498
15499 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15500 and cygwin.
15501
15502 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15503 Don't use an old loaddefs.el, as in Makefile.in.
15504
15505 2005-06-12 Lute Kamstra <lute@gnu.org>
15506
15507 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15508
15509 * man.el (Man-mode-map): Initialize it properly.
15510 (Man-mode): Set mode-class property to special.
15511
15512 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15513
15514 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15515
15516 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15517 A newline is needed in the docstring there.
15518
15519 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15520 Doc fixes.
15521
15522 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15523
15524 * printing.el: Doc fix. The menubar is no more changed when printing
15525 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15526 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15527 (pr-version): New version number (6.8.4).
15528 (pr-menu-bind): New command.
15529 (pr-update-menus): Docstring and code fix.
15530 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15531 Docstring fix.
15532 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15533 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15534
15535 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15536
15537 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15538 "Returns" to "return", document useful return values, etc.
15539
15540 2005-06-11 Alan Mackenzie <acm@muc.de>
15541
15542 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15543 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15544 (adaptive-file-function): Minor amendment to doc-string.
15545
15546 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15547
15548 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15549 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15550 Fix :type--it is `integer', not `string'.
15551
15552 * faces.el (modeline-highlight): Rename from (the erroneous)
15553 `modeline-higilight'.
15554
15555 2005-06-11 Lute Kamstra <lute@gnu.org>
15556
15557 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15558 lisp-interaction-mode-map but make it the parent.
15559 (edebug-eval-mode): Use define-derived-mode.
15560
15561 2005-06-11 Andreas Schwab <schwab@suse.de>
15562
15563 * bindings.el: Add binding of `ESC functionkey' for every
15564 `M-functionkey'.
15565 * hexl.el (hexl-mode-map): Likewise.
15566
15567 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15568
15569 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15570 [msft]: update regexp for newer msft compilers.
15571
15572 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15573
15574 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15575 ATTLIST portions of included DTDs.
15576 (xml-parse-dtd): Eliminate use of inefficient match-data.
15577
15578 2005-06-10 Miles Bader <miles@gnu.org>
15579
15580 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15581 (mpuz-text): Remove "-face" suffix from face names.
15582 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15583 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15584 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15585
15586 * play/gomoku.el (gomoku-O, gomoku-X):
15587 Remove "-face" suffix from face names.
15588 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15589 New backward-compatibility aliases for renamed faces.
15590 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15591
15592 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15593
15594 * thumbs.el: Fixes for changes of 2005-06-09.
15595 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15596 as a directory.
15597 (thumbs-thumbname): Remove directory separator from format string;
15598 `thumbs-thumbsdir' now returns a valid directory name.
15599 (thumbs-temp-dir): New defsubst.
15600 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15601 Use it.
15602
15603 * cus-edit.el (minibuffer):
15604 * files.el (make-backup-file-name-function):
15605 * filesets.el (filesets-external-viewers):
15606 * hilit-chg.el (highlight-changes-colours)
15607 (highlight-changes-face-list, highlight-changes-rotate-faces):
15608 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15609 * kmacro.el (kmacro-call-macro):
15610 * log-edit.el (log-edit-changelog-full-paragraphs):
15611 * mouse.el (mouse-1-click-follows-link):
15612 * skeleton.el (skeleton-autowrap):
15613 * subr.el (insert-for-yank-1):
15614 * tempo.el (tempo-insert-region):
15615 * terminal.el (terminal-emulator):
15616 * time.el (display-time-mail-face):
15617 * vc.el (vc-annotate):
15618 * vcursor.el (vcursor-copy-line):
15619 * woman.el (woman-bold-headings, woman-ignore)
15620 (woman-default-faces, woman-monochrome-faces):
15621 * calendar/todo-mode.el (todo-insert-threshold):
15622 * emulation/pc-select.el (pc-select-selection-keys-only)
15623 (pc-selection-mode):
15624 * emulation/vip.el (vip-find-char-forward):
15625 * emulation/viper-cmd.el (viper-find-char-forward):
15626 * international/mule-cmds.el
15627 (select-safe-coding-system-accept-default-p)
15628 (input-method-exit-on-invalid-key):
15629 * international/mule-diag.el (describe-coding-system):
15630 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15631 * net/browse-url.el (browse-url-xterm-program):
15632 * obsolete/lazy-lock.el (lazy-lock-mode):
15633 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15634 (cperl-mode):
15635 * progmodes/cpp.el (cpp-face-light-name-list)
15636 (cpp-face-dark-name-list):
15637 * progmodes/delphi.el (delphi-newline-always-indents):
15638 Fix spellings in docstrings.
15639
15640 * ido.el (ido-mode, ido-file-extensions-order)
15641 (ido-default-file-method, ido-default-buffer-method)
15642 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15643 (ido-decorations, ido-read-file-name-as-directory-commands)
15644 (ido-read-file-name-non-ido, ido-work-directory-list)
15645 (ido-ignore-item-temp-list, ido-current-directory)
15646 (ido-magic-forward-char, ido-enter-find-file)
15647 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15648 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15649
15650 2005-06-10 Lute Kamstra <lute@gnu.org>
15651
15652 * play/dunnet.el (dun-mode): Use define-derived-mode.
15653 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
15654 obsolete alias.
15655
15656 * play/doctor.el (doctor-mode-map): Remove defvar.
15657 (doctor-mode): Use define-derived-mode.
15658
15659 * mail/mspools.el (mspools-mode):
15660 * net/eudc-hotlist.el (eudc-hotlist-mode):
15661 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15662
15663 2005-06-10 Miles Bader <miles@gnu.org>
15664
15665 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15666 Remove "-face" suffix from face names.
15667 (flyspell-incorrect-face, flyspell-duplicate-face):
15668 New backward-compatibility aliases for renamed faces.
15669 (flyspell-mode-on, make-flyspell-overlay)
15670 (flyspell-highlight-incorrect-region)
15671 (flyspell-highlight-duplicate-region)
15672 (flyspell-display-next-corrections)
15673 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15674
15675 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15676 from face name.
15677 (texinfo-heading-face): New backward-compatibility alias for
15678 renamed face.
15679 (texinfo-heading-face): Use renamed texinfo-heading face.
15680
15681 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15682 suffix from face names.
15683 (tex-math-face, tex-verbatim-face):
15684 New backward-compatibility aliases for renamed faces.
15685 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15686 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15687 literal face name.
15688
15689 * textmodes/table.el (table-cell): Remove "-face" suffix from face
15690 name.
15691 (table-cell-face): New backward-compatibility alias for renamed face.
15692 (table--put-cell-face-property, table--update-cell-face):
15693 Use renamed table-cell face.
15694
15695 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15696 from face name.
15697 (sgml-namespace-face): New backward-compatibility alias for
15698 renamed face.
15699 (sgml-namespace-face): Use renamed sgml-namespace face.
15700
15701 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15702 (org-level-4, org-level-5, org-level-6, org-level-7)
15703 (org-level-8, org-warning, org-headline-done)
15704 (org-deadline-announce, org-scheduled-today)
15705 (org-scheduled-previously, org-link, org-done, org-table)
15706 (org-time-grid): Remove "-face" suffix from face names.
15707 (org-level-1-face, org-level-2-face, org-level-3-face)
15708 (org-level-4-face, org-level-5-face, org-level-6-face)
15709 (org-level-7-face, org-level-8-face, org-warning-face)
15710 (org-headline-done-face, org-deadline-announce-face)
15711 (org-scheduled-today-face, org-scheduled-previously-face)
15712 (org-link-face, org-done-face, org-table-face)
15713 (org-time-grid-face):
15714 New backward-compatibility aliases for renamed faces.
15715 (org-level-faces, org-set-font-lock-defaults, org-timeline)
15716 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15717 (org-agenda-get-timestamps, org-agenda-get-scheduled)
15718 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15719
15720 * emulation/viper-init.el (viper-search, viper-replace-overlay)
15721 (viper-minibuffer-emacs, viper-minibuffer-insert)
15722 (viper-minibuffer-vi): Remove "-face" suffix from face names.
15723 (viper-search-face, viper-replace-overlay-face)
15724 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15725 (viper-minibuffer-vi-face):
15726 New backward-compatibility aliases for renamed faces.
15727 (viper-search-face, viper-replace-overlay-face)
15728 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15729 (viper-minibuffer-vi-face): Use renamed viper faces.
15730
15731 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15732 Remove "-face" suffix from face names.
15733 (testcover-nohits-face, testcover-1value-face):
15734 New backward-compatibility aliases for renamed faces.
15735 (testcover-mark): Use renamed testcover faces.
15736
15737 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15738 face name.
15739 (diary-button-face): New backward-compatibility alias for renamed face.
15740 (diary-entry): Use renamed diary-button face.
15741
15742 * calendar/calendar.el (diary, calendar-today, holiday)
15743 (mark-visible-calendar-date): Remove "-face" suffix from face names.
15744 (diary-face, calendar-today-face, holiday-face):
15745 New backward-compatibility aliases for renamed faces.
15746 (eval-after-load "facemenu", diary-entry-marker)
15747 (calendar-today-marker, calendar-holiday-marker, diary-face):
15748 Use renamed calendar faces.
15749
15750 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15751 (compare-windows-face): New backward-compatibility alias for
15752 renamed face.
15753 (compare-windows-highlight): Use renamed compare-windows face.
15754
15755 * strokes.el (strokes-char): Remove "-face" suffix from face name.
15756 (strokes-char-face): New backward-compatibility alias for renamed face.
15757 (strokes-encode-buffer): Use renamed strokes-char face.
15758
15759 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15760 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15761 Remove "-face" suffix from face names.
15762 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15763 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15764 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15765 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15766 Use renamed pcvs faces.
15767 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15768 * pcvs-defs.el (cvs-mode-map): Likewise.
15769 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15770
15771 * info.el (info-title-1, info-title-2, info-title-3)
15772 (info-title-4): Remove "-face" suffix from and downcase face names.
15773 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15774 (Info-title-4-face):
15775 New backward-compatibility aliases for renamed faces.
15776 (Info-fontify-node): Use renamed info faces.
15777
15778 * hilit-chg.el (highlight-changes, highlight-changes-delete):
15779 Remove "-face" suffix from face names.
15780 (highlight-changes-face, highlight-changes-delete-face):
15781 New backward-compatibility aliases for renamed faces.
15782 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15783 (hilit-chg-make-list): Use renamed highlight-changes faces.
15784
15785 * generic-x.el (show-tabs-tab, show-tabs-space):
15786 Remove "-face" suffix from face names.
15787 (show-tabs-tab-face, show-tabs-space-face):
15788 New backward-compatibility aliases for renamed faces.
15789 (show-tabs-generic-mode-font-lock-defaults-1)
15790 (show-tabs-generic-mode-font-lock-defaults-2):
15791 Use renamed show-tabs faces.
15792
15793 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15794 (smerge-markers): Remove "-face" suffix from face names.
15795 (smerge-mine-face, smerge-other-face, smerge-base-face)
15796 (smerge-markers-face):
15797 New backward-compatibility aliases for renamed faces.
15798 (smerge-mine-face, smerge-other-face, smerge-base-face)
15799 (smerge-markers-face): Use renamed smerge faces.
15800
15801 * log-view.el (log-view-file, log-view-message): Remove "-face"
15802 suffix from face names.
15803 (log-view-file-face, log-view-message-face):
15804 New backward-compatibility aliases for renamed faces.
15805 (log-view-file-face, log-view-message-face): Use renamed log-view
15806 faces.
15807
15808 * paren.el (show-paren-match, show-paren-mismatch):
15809 Remove "-face" suffix from face names.
15810 (show-paren-match-face, show-paren-mismatch-face):
15811 New backward-compatibility aliases for renamed faces.
15812 (show-paren-function): Use renamed show-paren faces.
15813
15814 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15815 (ruler-mode-margins, ruler-mode-fringes)
15816 (ruler-mode-column-number, ruler-mode-fill-column)
15817 (ruler-mode-comment-column, ruler-mode-goal-column)
15818 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15819 suffix from face names.
15820 (ruler-mode-default-face, ruler-mode-pad-face)
15821 (ruler-mode-margins-face, ruler-mode-fringes-face)
15822 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15823 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15824 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15825 New backward-compatibility aliases for renamed faces.
15826 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15827 (ruler-mode-column-number, ruler-mode-fill-column)
15828 (ruler-mode-comment-column, ruler-mode-goal-column)
15829 (ruler-mode-tab-stop, ruler-mode-current-column)
15830 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15831 faces.
15832
15833 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15834 face name.
15835 (whitespace-highlight-the-space): Use renamed face.
15836 (whitespace-highlight-face): New backward-compatibility alias for
15837 renamed face.
15838
15839 * woman.el (woman-italic, woman-bold, woman-unknown)
15840 (woman-addition, woman-symbol-face):
15841 Remove "-face" suffix from face names.
15842 (woman-italic-face, woman-bold-face, woman-unknown-face)
15843 (woman-addition-face):
15844 New backward-compatibility aliases for renamed faces.
15845 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15846 (woman-decode-region, woman-replace-match)
15847 (woman-display-extended-fonts, woman-special-characters)
15848 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15849 Use renamed woman faces.
15850
15851 * longlines.el (longlines-visible-face): Face removed.
15852
15853 * diff-mode.el (diff-header, diff-file-header, diff-index)
15854 (diff-hunk-header, diff-removed, diff-added, diff-changed)
15855 (diff-function, diff-context, diff-nonexistent): Remove "-face"
15856 suffix from face names.
15857 (diff-header-face, diff-file-header-face, diff-index-face)
15858 (diff-hunk-header-face, diff-removed-face, diff-added-face)
15859 (diff-changed-face, diff-function-face, diff-context-face)
15860 (diff-nonexistent-face): New backward-compatibility aliases for
15861 renamed faces.
15862 (diff-header-face, diff-file-header-face)
15863 (diff-index, diff-index-face, diff-hunk-header)
15864 (diff-hunk-header-face, diff-removed, diff-removed-face)
15865 (diff-added, diff-added-face, diff-changed-face, diff-function)
15866 (diff-function-face, diff-context-face, diff-nonexistent)
15867 (diff-nonexistent-face): Use renamed diff-mode faces.
15868
15869 * progmodes/compile.el (compilation-warning-face)
15870 (compilation-info-face): Remove "-face" suffix from face names.
15871 (compilation-warning-face, compilation-info-face):
15872 New backward-compatibility aliases for renamed faces.
15873 (compilation-warning-face, compilation-info-face):
15874 Use renamed compilation faces.
15875
15876 * add-log.el (change-log-date, change-log-name)
15877 (change-log-email, change-log-file, change-log-list)
15878 (change-log-conditionals, change-log-function)
15879 (change-log-acknowledgement): Remove "-face" suffix from face names.
15880 (change-log-date-face, change-log-name-face)
15881 (change-log-email-face, change-log-file-face)
15882 (change-log-list-face, change-log-conditionals-face)
15883 (change-log-function-face, change-log-acknowledgement-face):
15884 New backward-compatibility aliases for renamed faces.
15885 (change-log-font-lock-keywords): Use renamed change-log faces.
15886
15887 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
15888 (custom-set, custom-changed, custom-saved, custom-button)
15889 (custom-button-pressed, custom-documentation, custom-state)
15890 (custom-comment, custom-comment-tag, custom-variable-tag)
15891 (custom-variable-button, custom-face-tag, custom-group-tag-1)
15892 (custom-group-tag): Remove "-face" suffix from face names.
15893 (custom-magic-alist, custom-magic-value-create)
15894 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
15895 (custom-invalid-face, custom-rogue-face, custom-modified-face)
15896 (custom-set-face, custom-changed-face, custom-saved-face)
15897 (custom-button-face, custom-button-pressed-face)
15898 (custom-documentation-face, custom-state-face)
15899 (custom-comment-face, custom-comment-tag-face)
15900 (custom-variable-tag-face, custom-variable-button-face)
15901 (custom-face-tag-face, custom-group-tag-face-1)
15902 (custom-group-tag-face):
15903 New backward-compatibility aliases for renamed faces.
15904
15905 * wid-edit.el (widget-documentation, widget-button)
15906 (widget-field, widget-single-line-field, widget-inactive)
15907 (widget-button-pressed): "-face" suffix removed from face names.
15908 (widget-documentation-face, widget-button-face)
15909 (widget-field-face, widget-single-line-field-face)
15910 (widget-inactive-face, widget-button-pressed-face):
15911 New backward-compatibility aliases for renamed faces.
15912 (widget-documentation-face, widget-button-face)
15913 (widget-button-pressed-face, widget-specify-field)
15914 (widget-specify-inactive): Use renamed widget faces.
15915
15916 2005-06-10 Kenichi Handa <handa@m17n.org>
15917
15918 * term/x-win.el (x-clipboard-yank): Remove condition-case
15919 wrapping.
15920
15921 2005-06-11 Kenichi Handa <handa@m17n.org>
15922
15923 * add-log.el (change-log-font-lock-keywords): Make the regexp for
15924 date lines stricter.
15925
15926 2005-06-10 Zhang Wei <id.brep@gmail.com>
15927
15928 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
15929 of x-get-selection.
15930
15931 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15932
15933 * comint.el (comint-mode, comint-snapshot-last-prompt):
15934 * frame.el (frame-current-scroll-bars):
15935 * term.el (term-mode, term-check-proc, term-input-sender)
15936 (term-simple-send, term-extract-string, term-word)
15937 (term-match-partial-filename):
15938 * window.el (window-current-scroll-bars):
15939 * emulation/cua-base.el (cua-normal-cursor-color)
15940 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
15941 (cua-global-mark-cursor-color):
15942 * mail/undigest.el (rmail-forward-separator-regex):
15943 Fix typos in docstrings.
15944
15945 * comint.el (comint-check-proc, make-comint-in-buffer)
15946 (comint-source-default): Doc fixes.
15947
15948 * term.el (term-send-string): Improve argument/docstring consistency.
15949
15950 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
15951
15952 * comint.el (comint-send-input): Bind `inhibit-read-only' around
15953 call to `delete-region'.
15954 (comint-mode-hook): Do not enable Font Lock by default.
15955
15956 2005-06-09 Lute Kamstra <lute@gnu.org>
15957
15958 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
15959 could be void.
15960
15961 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
15962
15963 * emacs-lisp/debug.el (debugger-will-be-back): New var.
15964 (debug): Use it.
15965 (debugger-step-through, debugger-continue, debugger-jump)
15966 (debugger-return-value): Set it when needed.
15967 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
15968 Use inhibit-read-only.
15969
15970 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
15971
15972 * window.el (shrink-window-if-larger-than-buffer)
15973 (window-size-fixed): Fix typo in docstring.
15974
15975 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
15976 thumbnails directory on loading.
15977 (thumbs-conversion-program): Use `eq' to check the system type,
15978 not `equal'.
15979 (thumbs-temp-dir): Initialize to `temporary-file-directory',
15980 not "/tmp". Fix docstring.
15981 (thumbs-thumbsdir): New function to return the thumbnails
15982 directory, creating it if needed.
15983 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
15984 (thumbs-temp-file): Delete variable and make it into a function.
15985 (thumbs-resize-image, thumbs-modify-image): Use it.
15986 (thumbs-kill-buffer): Simplify.
15987 (thumbs-gensym): Defalias or duplicate CL `gensym'.
15988 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
15989 docstrings.
15990
15991 2005-06-09 Kim F. Storm <storm@cua.dk>
15992
15993 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
15994 set-match-data to free markers in match-data.
15995
15996 * replace.el (replace-match-data): Pass RESEAT arg `t' to
15997 match-data to unchain markers in match-data.
15998
15999 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
16000
16001 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16002 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
16003 unnecessary now.
16004
16005 2005-06-08 Richard M. Stallman <rms@gnu.org>
16006
16007 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16008 give the variable a doc string that doesn't say don't set it directly.
16009
16010 * textmodes/ispell.el (ispell-check-version):
16011 Use match-string-no-properties.
16012 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16013 (ispell-buffer-local-words): Likewise.
16014
16015 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16016 except on terminals with enough colors to really display it.
16017 (makefile-dependency-regex): Delete spurious `bb'.
16018
16019 * faces.el (escape-glyph): Use blue once again in last case.
16020 (no-break-space): Redefine so that it isn't invisible on a tty.
16021
16022 2005-06-08 Kim F. Storm <storm@cua.dk>
16023
16024 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16025 also when reading directory name.
16026
16027 2005-06-08 Lute Kamstra <lute@gnu.org>
16028
16029 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16030 (flyspell-mode-line-string): Remove autoload cookie.
16031 (flyspell-mode): Remove defvar.
16032
16033 2005-06-07 Lute Kamstra <lute@gnu.org>
16034
16035 * textmodes/org.el (org-run-mode-hooks): New function.
16036 (org-agenda-mode): Use it.
16037
16038 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16039
16040 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16041
16042 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16043
16044 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16045
16046 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16047
16048 * font-lock.el (font-lock-add-keywords): Doc fix.
16049
16050 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16051
16052 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16053 (tex-compile-default): In the absence of any history, use the order in
16054 tex-compile-alist to choose the preferred command.
16055 (tex-compile-commands): Reorder a bit.
16056
16057 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16058 (flyspell-incorrect-face, flyspell-duplicate-face):
16059 Use (X)Emacs-agnostic code.
16060 (flyspell-mode-map): Don't overwrite at each load. Remove code
16061 redundant with the subsequent add-minor-mode. Merge Emacs and
16062 XEmacs code.
16063 (flyspell-word): Minor simplification.
16064 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16065 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16066 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16067 Merge the corresponding Emacs code.
16068 (flyspell-correct-word, flyspell-xemacs-popup):
16069 Use flyspell-do-correct.
16070
16071 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16072 a dedicated window.
16073
16074 * international/latexenc.el (latexenc-find-file-coding-system):
16075 Undo part of last patch, to turn off a compiler warning.
16076
16077 2005-06-06 Juri Linkov <juri@jurta.org>
16078
16079 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16080 Rename `tmm-inactive-face' to `tmm-inactive'.
16081
16082 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16083
16084 * iswitchb.el: Rename faces.
16085
16086 2005-06-06 Kim F. Storm <storm@cua.dk>
16087
16088 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16089 (cua-global-mark): Remove -face suffix from face names.
16090
16091 * emulation/cua-gmrk.el (cua--init-global-mark):
16092 Remove cua-global-mark face setup.
16093
16094 2005-06-06 Richard M. Stallman <rms@gnu.org>
16095
16096 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16097 just like other allowed characters.
16098 (makefile-match-dependency): Exclude leading and training whitespace
16099 from the range of regexp subexp 1.
16100 (makefile-macroassign-regex): Don't try to match the body,
16101 just the name of the macro being defined.
16102
16103 * info.el (Info-read-node-name-2): New function.
16104 (Info-read-node-name-1): Use that.
16105 Add a completion-base-size-function property.
16106
16107 * simple.el (completion-setup-function): Look for
16108 completion-base-size-function property of minibuffer-completion-table.
16109
16110 * files.el (locate-file-completion): Doc fix.
16111
16112 * printing.el: Don't call pr-update-menus; user must do that.
16113
16114 * emacs-lisp/debug.el (debugger-window): New variable.
16115 (debug): Use debugger-window if it is set and still alive.
16116 Record debugger-window for next entry.
16117
16118 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16119
16120 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16121
16122 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16123 (hack-one-local-variable, hack-local-variables)
16124 (hack-local-variables-prop-line): Pass that arg.
16125
16126 2005-06-06 Kim F. Storm <storm@cua.dk>
16127
16128 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16129 (ido-indicator): Remove -face suffix from face names.
16130
16131 2005-06-06 Juri Linkov <juri@jurta.org>
16132
16133 * font-lock.el (font-lock-regexp-backslash)
16134 (font-lock-regexp-backslash-construct): New faces.
16135 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16136 after `('. Add `while-no-input' to control structures.
16137
16138 * faces.el (no-break-space, shadow): New faces.
16139 (escape-glyph): Use less loud colors pink2 and red4.
16140
16141 * diff-mode.el (diff-context-face)
16142 * dired.el (dired-ignored)
16143 * rfn-eshadow.el (file-name-shadow)
16144 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16145
16146 * info.el (Info-title-1-face): Use green instead of yellow because
16147 bold yellow is not readable on light backgrounds.
16148
16149 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16150 before selecting the desired mode to not spend time fontifying
16151 old contents.
16152
16153 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16154
16155 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16156 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16157
16158 * ps-print.el (ps-default-fg, ps-default-bg):
16159 Fix typos in docstrings.
16160
16161 * isearchb.el (isearchb): Don't pass a spurious second argument to
16162 `iswitchb-completions'.
16163
16164 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16165
16166 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16167 to preserve point.
16168 (gdb-find-file-hook): Add doc string.
16169
16170 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16171 C dereferenced pointer expression.
16172 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16173
16174 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16175
16176 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16177 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16178 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16179 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16180 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16181 Make background transparent.
16182
16183 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16184
16185 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16186 (font-lock-remove-keywords): Doc fix.
16187 (font-lock-mode-major-mode): Compiler defvar.
16188 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16189
16190 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16191 (font-lock-mode): Update `font-lock-mode-major-mode'.
16192 (font-lock-set-defaults): Compiler defvar.
16193 (font-lock-default-function): Take `font-lock-mode-major-mode'
16194 into account.
16195
16196 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16197 keep track of which major mode it enabled the minor mode for.
16198 Use find-file-hook again. Update docstring.
16199
16200 * simple.el (eval-expression-print-level)
16201 (eval-expression-print-length, eval-expression-debug-on-error):
16202 Doc fixes.
16203
16204 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16205
16206 * iswitchb.el (iswitchb-single-match-face)
16207 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16208 (iswitchb-invalid-regexp-face): New faces.
16209 (iswitchb-completions): Use them.
16210 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16211 now marked as an obsolete alias.
16212 (iswitchb-read-buffer): Remove check for bound font variables.
16213 (iswitchb-invalid-regexp): New free variable.
16214 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16215 set iswitchb-invalid-regexp.
16216 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16217 invalid regexps.
16218 (iswitchb-completions): Add check for complete match when entering
16219 a regexp.
16220 (iswitchb-completions): Remove require-match argument.
16221 (iswitchb-exhibit): Fix caller.
16222 (iswitchb-common-match-inserted): New variable.
16223 (iswitchb-complete, iswitchb-completion-help): Use it.
16224
16225 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16226
16227 * url-http.el (url-http-chunked-encoding-after-change-function):
16228 Use `url-http-debug' instead of `message'.
16229
16230 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16231
16232 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16233 callback argument.
16234
16235 2005-06-04 Kim F. Storm <storm@cua.dk>
16236
16237 * simple.el (line-move): Only call sit-for when moving backwards.
16238
16239 * ido.el (ido-make-merged-file-list-1): New defun split from
16240 ido-make-merged-file-list.
16241 (ido-make-merged-file-list): Bind throw-on-input around call to
16242 ido-make-merged-file-list-1. Return input-pending-p if
16243 interrupted by more input available.
16244 (ido-read-internal): Handle input-pending-p return value from
16245 ido-make-merged-file-list.
16246
16247 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16248
16249 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16250 compatibility code.
16251
16252 * international/latexenc.el (latexenc-find-file-coding-system):
16253 Don't inherit the EOL part of the coding-system from the
16254 tex-main buffer. Fit within 80 columns.
16255
16256 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16257
16258 * tmm.el (tmm-inactive-face): New face.
16259 (tmm-remove-inactive-mouse-face): New function.
16260 (tmm-prompt, tmm-add-one-shortcut)
16261 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16262 but not selectable.
16263
16264 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16265
16266 * faces.el (face-equal): Improve argument/docstring consistency.
16267
16268 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16269
16270 * progmodes/make-mode.el (makefile-targets-face)
16271 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16272 (makefile-bsdmake-dependency-regex)
16273 (makefile-makepp-rule-action-regex)
16274 (makefile-bsdmake-rule-action-regex): New constants.
16275 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16276
16277 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16278 Allow (...) within `...' for makepp messages.
16279
16280 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16281
16282 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16283
16284 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16285 "." files are deleted from all file lists before comparison.
16286
16287 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16288 (viper-ESC-key): Made them customizable.
16289
16290 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16291
16292 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16293
16294 * autorevert.el (auto-revert-buffers): Use save-match-data.
16295
16296 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16297
16298 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16299 menu items with a nil command binding.
16300
16301 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16302
16303 * emacs-lisp/cl-macs.el (defsetf):
16304 Improve argument/docstring consistency.
16305
16306 * faces.el (list-faces-display): Improve the formatting by
16307 computing the maximum length required for any face-name (reworked
16308 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16309 (internal-find-face): Remove redundant info in docstring.
16310
16311 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16312
16313 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16314 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16315 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16316 (gdb-assembler-custom): Improve regexps.
16317 (def-gdb-auto-update-handler): Use window point to preserve point.
16318
16319 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16320
16321 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16322
16323 2005-05-31 Jay Belanger <belanger@truman.edu>
16324
16325 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16326 to calc-embedded.
16327 (calc-embedded-make-info): Have plain prefix argument select
16328 entire line.
16329
16330 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16331
16332 * faces.el (list-faces-display): Signal error if passed a regexp
16333 that matches no face name.
16334
16335 * simple.el (filter-buffer-substring): Fix typo in docstring.
16336
16337 2005-05-31 Richard M. Stallman <rms@gnu.org>
16338
16339 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16340 (vhdl-emacs-21): Doc fix.
16341 (vhdl-mode): Unconditionally set comment-padding.
16342 (vhdl-fixup-whitespace-region): Insert spaces only where
16343 there are none.
16344 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16345
16346 2005-05-30 John Wiegley <johnw@newartisans.com>
16347
16348 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16349 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16350 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16351 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16352 `string-to-number'.
16353
16354 2005-05-30 Jay Belanger <belanger@truman.edu>
16355
16356 * calc/calc.el (calc-bug-address): Fix docstring.
16357 (calc-window-hook, calc-trail-window-hook): New variables.
16358 (calc-trail-display): Restore use of calc-trail-window-hook.
16359 (calc): Restore use of calc-window-hook.
16360
16361 2005-05-31 Masatake YAMATO <jet@gyve.org>
16362
16363 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16364
16365 * help-fns.el (help-C-file-name): Add autoload mark for
16366 `find-function-noselect'.
16367
16368 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16369
16370 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16371 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16372
16373 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16374
16375 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16376 included diary buffer if it was not already being visited.
16377 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16378
16379 * calendar/icalendar.el (top-level): Do not require appt.
16380
16381 * mail/supercite.el (sc-select-attribution): Only use a list
16382 element from sc-attrib-selection-list if it returns a string.
16383 Reported by Davide G. M. Salvetti <salve@debian.org>.
16384
16385 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16386
16387 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16388 includes a hash value to improve its uniqueness, and has a ".jpg"
16389 extension. Also, it is now a valid filename on all systems.
16390 (thumbs-make-thumb): Use `let', not `let*'.
16391 (thumbs-show-thumbs-list): Check for JPEG availability.
16392
16393 2005-05-30 Richard M. Stallman <rms@gnu.org>
16394
16395 * filesets.el (filesets-menu-ensure-use-cached):
16396 Prevent warning when emacs-version>= is undefined.
16397
16398 * printing.el (pr-interactive-n-up): Use string-to-number.
16399
16400 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16401
16402 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16403 Warn only when name to be defined is quoted.
16404
16405 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16406
16407 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16408 Make regexp more robust.
16409 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16410 Force regeneration of disassembly.
16411
16412 2005-05-29 Jay Belanger <belanger@truman.edu>
16413
16414 * calc/calc.el (calc-user-invocation): Check if
16415 calc-invocation-macro is non-nil.
16416
16417 2005-05-29 Juri Linkov <juri@jurta.org>
16418
16419 * add-log.el (change-log-font-lock-keywords):
16420 Add `+' to e-mail regexp to accept mail address with keywords.
16421
16422 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16423
16424 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16425
16426 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16427
16428 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16429
16430 2005-05-29 Richard M. Stallman <rms@gnu.org>
16431
16432 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16433 Undo the change that moves to end of the current word.
16434
16435 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16436
16437 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16438 Throw error when count <= 0 to ensure input is a number.
16439 (gdb-read-memory-custom): Pick up address from buffer.
16440 (gdb-memory-mode): Allow user to increment and decrement
16441 memory address from header line.
16442
16443 2005-05-29 Richard M. Stallman <rms@gnu.org>
16444
16445 * flyspell.el (flyspell-version): Function deleted.
16446 (flyspell-auto-correct-previous-hook): Doc fix.
16447
16448 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16449 Do nothing if memory is full.
16450
16451 * font-lock.el (font-lock-fontify-syntactically-region):
16452 Pass t for GREEDY to looking-back.
16453
16454 * saveplace.el (save-place-alist-to-file): Write the file
16455 using write-region.
16456
16457 * subr.el (looking-back): New argument GREEDY.
16458
16459 * progmodes/compile.el (compilation-start): Set the mode
16460 before inserting the initial text.
16461
16462 * progmodes/which-func.el (which-func-update-1): Turn the mode
16463 off in case of error by setting which-func-mode.
16464
16465 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16466
16467 * flyspell.el (flyspell-auto-correct-previous-word):
16468 Narrow down to what's on the screen, and recenter overlays
16469 at the end of the next word.
16470
16471 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16472
16473 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16474 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16475 (flyspell-abbrev-p): Default to nil.
16476 (flyspell-use-global-abbrev-table-p): Doc fix.
16477 (flyspell-large-region): Allow nil as value.
16478 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16479
16480 (mail-mode-flyspell-verify): More robust handling
16481 of `mail-header-separator'. More efficient signature detection.
16482 Allow for regexp metacharacters in message-header-separator.
16483 Adding `To' not to be checked in mail-mode-flyspell-verify.
16484
16485 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16486 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16487 Bind flyspell-auto-correct-binding.
16488 Bind C-. and C-, .
16489 (flyspell-mode-map): Likewise.
16490 (flyspell-mode): Doc fix.
16491 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16492 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16493 (flyspell-word-cache-result): New var, always local.
16494 (flyspell-check-pre-word-p): Doc fix.
16495 (flyspell-check-changed-word-p): Handle spc like newline.
16496 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16497 (flyspell-word-search-backward, flyspell-word-search-forward):
16498 New functions.
16499 (flyspell-word): Return t if nothing to check.
16500 When parsing TeX code, check for after } or \.
16501 Use flyspell-word-search-backward to find previous word.
16502 Return nil if duplicated word.
16503 For word already checked, return same value as last time.
16504 Set flyspell-word-cache-result after checking.
16505 Don't clobber the return value.
16506 (flyspell-get-word): Major rewrite.
16507 (flyspell-external-point-words): New locals pword, pcount.
16508 Fix size used in progress message.
16509 Find the proper corresponding word in flyspell-large-region-buffer.
16510 (flyspell-region): Check for flyspell-large-region = nil.
16511 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16512 (flyspell-auto-correct-word): Check that WORD is a cons.
16513 (flyspell-correct-word): Likewise.
16514
16515 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16516
16517 * progmodes/make-mode.el (makefile-rule-action-regex)
16518 (makefile-macroassign-regex, makefile-makepp-mode)
16519 (makefile-bsdmake-mode): Continuation lines may be empty.
16520 Reported by Joshua Varner.
16521 (makefile-makepp-font-lock-keywords): Add $(stem).
16522
16523 2005-05-28 Karl Berry <karl@gnu.org>
16524
16525 * textmodes/tex-mode.el: Now that tex-send-command calls
16526 shell-quote-argument (2005-03-31 change), remove all calls to
16527 shell-quote-argument; they all end up invoking tex-send-command.
16528 The double quoting loses on filenames with non-safe characters,
16529 such as "@". Reported by Frederik Fouvry.
16530
16531 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16532
16533 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16534 about preserving point.
16535
16536 2005-05-27 Jay Belanger <belanger@truman.edu>
16537
16538 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16539 Info-goto-node.
16540
16541 * calc/calc-embed.el (calc-embed-arg): New variable.
16542 (calc-do-embedded-activate, calc-embedded-activate-formula)
16543 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16544 variable by new variable.
16545 (calc-embedded-make-info): Replace undeclared variable by new
16546 variable. When selecting region with positive prefix
16547 argument, use end of previous line instead of beginning of line.
16548
16549 * calc/calc-aent.el (calc-arg-values): Declare it.
16550
16551 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16552 Declare them.
16553
16554 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16555
16556 * calc/calc.el (calc-alg-map): Declare it.
16557
16558 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16559
16560 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16561
16562 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16563 (gdb-registers-buffer, toggle-gdb-all-registers):
16564 Toggle display of floating point registers.
16565 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16566
16567 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16568 (toggle-gud-tooltip-dereference):
16569 Rename from gud-toggle-tooltip-dereference.
16570
16571 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16572
16573 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16574
16575 2005-05-27 Jay Belanger <belanger@truman.edu>
16576
16577 * calc/calc-prog.el (calc-kbd-report): Remove.
16578 (calc-kbd-query): Rewrite.
16579
16580 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16581
16582 * image.el (image-library-alist): Move to image.c.
16583 (image-type-available-p): Doc fix.
16584
16585 2005-05-27 Lute Kamstra <lute@gnu.org>
16586
16587 * calc/calc.el (calc):
16588 * outline.el (outline-1, outline-2, outline-3, outline-4)
16589 (outline-5, outline-6, outline-7, outline-8):
16590 * textmodes/dns-mode.el (dns-mode):
16591 * textmodes/sgml-mode.el (sgml-namespace-face):
16592 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16593 (tex-verbatim-face, tex-use-reftex):
16594 * textmodes/texinfo.el (texinfo-heading-face):
16595 Specify customization group.
16596
16597 * longlines.el: Don't require easy-mmode.
16598 (longlines-visible-face): Specify customization group.
16599
16600 2005-05-27 Kenichi Handa <handa@m17n.org>
16601
16602 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16603 encoding table of windows-1251.
16604
16605 * international/ucs-tables.el (ucs-set-table-for-input):
16606 If translation-table-for-input of a coding system is a symbol, get
16607 its translation-table property.
16608
16609 * international/code-pages.el: Don't register a coding system into
16610 non-iso-charset-alist more than once.
16611 (cp-make-coding-system): Likewise.
16612
16613 2005-05-26 John Wiegley <johnw@newartisans.com>
16614
16615 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16616 `eshell-resume-eval' is wrapped in a list, it indicates that the
16617 command was run asynchronously. In that case, unwrap the value
16618 before checking the delimiter value.
16619
16620 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16621 character before a space at the end of a line is \, assume the space
16622 is part of the last argument rather than a final argument separator.
16623
16624 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16625 is in use, and the target is `t' or `nil' (which are the most common
16626 values), don't assume that the symbol target is a buffer.
16627
16628 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16629
16630 * calendar/calendar.el (calendar-mode-line-format):
16631 Use mode-line-highlight as mouse-face.
16632
16633 * time.el (display-time-string-forms, display-time-update):
16634 Use mode-line-highlight as mouse-face.
16635
16636 2005-05-26 Jay Belanger <belanger@truman.edu>
16637
16638 * calc/calc.el (calc-language-alist): Remove extra defvar.
16639
16640 2005-05-26 Lute Kamstra <lute@gnu.org>
16641
16642 * arc-mode.el (archive-mode):
16643 * bookmark.el (bookmark-read-annotation-mode)
16644 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16645 * bs.el (bs-mode):
16646 * calc/calc-yank.el (calc-edit-mode):
16647 * calc/calc.el (calc-mode, calc-trail-mode):
16648 * calculator.el (calculator-mode):
16649 * chistory.el (command-history-mode):
16650 * comint.el:
16651 * cus-edit.el (custom-mode):
16652 * descr-text.el (describe-text-mode):
16653 * ebuff-menu.el (Electric-buffer-menu-mode):
16654 * ediff-util.el (ediff-mode):
16655 * emacs-lisp/re-builder.el (reb-mode):
16656 * emulation/vi.el (vi-mode-setup):
16657 * emulation/ws-mode.el (wordstar-mode):
16658 * eshell/esh-mode.el (eshell-mode):
16659 * forms.el (forms-mode):
16660 * help-mode.el (help-mode):
16661 * hexl.el (hexl-mode):
16662 * ibuffer.el (ibuffer-mode):
16663 * ielm.el (inferior-emacs-lisp-mode):
16664 * info.el (Info-mode, Info-edit-mode):
16665 * international/swedish.el:
16666 * ledit.el (ledit-from-lisp-mode):
16667 * locate.el (locate-mode):
16668 * mail/rmail.el (rmail-mode):
16669 * mail/rmailedit.el (rmail-edit-mode):
16670 * mail/rmailsum.el (rmail-summary-mode):
16671 * mail/supercite.el (sc-electric-mode):
16672 * net/eudc.el (eudc-mode):
16673 * net/quickurl.el (quickurl-list-mode):
16674 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16675 * obsolete/ooutline.el (outline-mode):
16676 * obsolete/options.el (Edit-options-mode):
16677 * obsolete/rnews.el (news-mode):
16678 * obsolete/rnewspost.el (news-reply-mode):
16679 * play/5x5.el (5x5-mode):
16680 * play/decipher.el (decipher-mode, decipher-stats-mode):
16681 * play/gomoku.el (gomoku-mode):
16682 * play/snake.el (snake-mode):
16683 * play/solitaire.el (solitaire-mode):
16684 * play/tetris.el (tetris-mode):
16685 * progmodes/ada-mode.el (ada-mode):
16686 * progmodes/antlr-mode.el (antlr-mode):
16687 * progmodes/autoconf.el (autoconf-mode):
16688 * progmodes/dcl-mode.el (dcl-mode):
16689 * progmodes/delphi.el (delphi-mode):
16690 * progmodes/ebrowse.el (ebrowse-tree-mode)
16691 (ebrowse-electric-list-mode, ebrowse-member-mode)
16692 (ebrowse-electric-position-mode):
16693 * progmodes/f90.el (f90-mode):
16694 * progmodes/fortran.el (fortran-mode):
16695 * progmodes/icon.el (icon-mode):
16696 * progmodes/idlw-help.el (idlwave-help-mode):
16697 * progmodes/idlw-shell.el (idlwave-shell-mode):
16698 * progmodes/idlwave.el (idlwave-mode):
16699 * progmodes/inf-lisp.el (inferior-lisp-mode):
16700 * progmodes/m4-mode.el (m4-mode):
16701 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16702 * progmodes/modula2.el (modula-2-mode):
16703 * progmodes/octave-inf.el (inferior-octave-mode):
16704 * progmodes/octave-mod.el (octave-mode):
16705 * progmodes/pascal.el (pascal-mode):
16706 * progmodes/sh-script.el (sh-mode):
16707 * progmodes/sql.el (sql-mode, sql-interactive-mode):
16708 * progmodes/vhdl-mode.el (vhdl-mode):
16709 * progmodes/xscheme.el (scheme-interaction-mode):
16710 * replace.el (occur-mode):
16711 * ses.el (ses-mode):
16712 * simple.el (completion-list-mode):
16713 * skeleton.el:
16714 * speedbar.el (speedbar-mode):
16715 * term.el (term-mode):
16716 * terminal.el (terminal-edit-mode):
16717 * textmodes/reftex-index.el (reftex-index-mode)
16718 (reftex-index-phrases-mode):
16719 * textmodes/reftex-sel.el (reftex-select-label-mode)
16720 (reftex-select-bib-mode):
16721 * textmodes/reftex-toc.el (reftex-toc-mode):
16722 * wdired.el (wdired-change-to-wdired-mode):
16723 * wid-browse.el (widget-browse-mode):
16724 Use run-mode-hooks.
16725
16726 * array.el (array-mode):
16727 * calendar/todo-mode.el (todo-mode):
16728 * man.el (Man-mode):
16729 * play/landmark.el (lm-mode):
16730 * play/mpuz.el (mpuz-mode):
16731 Use kill-all-local-variables and run-mode-hooks.
16732
16733 * subr.el (delay-mode-hooks): Specify indentation.
16734
16735 2005-05-26 Mark A. Hershberger <mah@everybody.org>
16736
16737 * xml.el (xml-substitute-special): Don't die for undefined xml
16738 entities.
16739
16740 2005-05-26 Jay Belanger <belanger@truman.edu>
16741
16742 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16743 of nil.
16744
16745 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
16746
16747 * progmodes/gdb-ui.el (gdb-frame-address):
16748 Rename from gdb-current-address.
16749 (gdb-previous-frame-address): Rename from gdb-previous-address.
16750 (gdb-selected-frame): Rename from gdb-current-frame.
16751 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16752 (gdb-frame-number): Rename from gdb-current-stack-level.
16753 (gdb-ann3): Match new mode-name for disassembly buffer.
16754 Extend initialization of variables.
16755 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16756 (gdb-memory-mode): Use mouse-face in header line.
16757 (gdb-assembler-buffer-name): Call it disassembly and give frame
16758 in mode line.
16759 (gdb-source-spec-regexp, gdb-assembler-custom)
16760 (gdb-invalidate-assembler, gdb-frame-handler):
16761 Make robust to leading zeroes in address format.
16762
16763 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
16764
16765 * textmodes/org.el (org-mode): Use `define-derived-mode' to
16766 define `org-mode'.
16767 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16768
16769 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
16770
16771 * log-edit.el (log-edit-changelog-entries): Distinguish between
16772 filenames like xfns.c and fns.c.
16773
16774 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
16775
16776 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16777 point after reverting.
16778 (Buffer-menu-make-sort-button): Handle the case where
16779 `Buffer-menu-use-header-line' is nil.
16780
16781 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
16782
16783 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16784 New funcs. In minibuffer-local-completion-map bind `]', `/'
16785 and `:' to them.
16786
16787 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
16788
16789 * startup.el (normal-top-level): Allow modification of load-path while
16790 we're iterating over it.
16791
16792 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
16793
16794 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16795 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16796 (thumbs-resize-interactive, thumbs-insert-image)
16797 (thumbs-insert-thumb, thumbs-dired-show-marked)
16798 (thumbs-find-image-at-point, thumbs-delete-images)
16799 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16800 (thumbs-increment-image-size, thumbs-decrement-image-size):
16801 Fix typos in docstrings.
16802
16803 2005-05-24 Andre Spiegel <spiegel@gnu.org>
16804
16805 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16806 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16807 (cperl-mode): Use them.
16808
16809 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
16810
16811 * window.el (quit-window, shrink-window-if-larger-than-buffer):
16812 Doc fixes.
16813
16814 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
16815
16816 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16817 Bind C-d to gdb-inferior-io-eof.
16818
16819 * dired.el (dired-dnd-popup-notice): Use message-box.
16820
16821 2005-05-23 Masatake YAMATO <jet@gyve.org>
16822
16823 * bindings.el (mode-line-major-mode-keymap):
16824 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16825
16826 * faces.el (mode-line-highlight): New face.
16827
16828 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16829 as mouse-face.
16830
16831 * bindings.el (top-level, help-echo, mode-line-modified)
16832 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16833 as mouse-face.
16834
16835 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
16836
16837 * progmodes/cc-engine.el (c-guess-basic-syntax):
16838 Remove spurious call to `zerop'.
16839
16840 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16841
16842 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
16843
16844 CC Mode update to 5.30.10:
16845
16846 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16847 could go past the limit in decoration level 2, thereby causing
16848 errors during interactive fontification.
16849
16850 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16851 the file is evaluated interactively.
16852
16853 * cc-engine.el (c-guess-basic-syntax): Handle operator
16854 declarations somewhat better in C++.
16855
16856 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16857 make use of `run-mode-hooks' which has been added in Emacs 21.1.
16858 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16859 (awk-mode): Use it.
16860 (make-local-hook): Suppress warning about obsoleteness.
16861
16862 * cc-engine.el, cc-align.el, cc-cmds.el
16863 (c-append-backslashes-forward, c-delete-backslashes-forward)
16864 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16865 Compensate for return value from `forward-line' when it has moved
16866 but not to a different line due to eob.
16867
16868 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16869 `objc-method-intro' and `objc-method-args-cont'.
16870
16871 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
16872
16873 CC Mode update to 5.30.10:
16874
16875 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
16876 in the copyright statement. Incidentally, change "along with GNU
16877 Emacs" to "along with this program" where it occurs.
16878
16879 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
16880 so that it is interactive, hence can be found by M-x awk-mode
16881 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
16882 <gmorris+emacs@ast.cam.ac.uk>.
16883
16884 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
16885 Mode's regexps.
16886
16887 2005-05-23 Kevin Ryde <user42@zip.com.au>
16888
16889 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
16890 c-parse-state, to avoid a lisp error (on bad code).
16891
16892 2005-05-23 Lute Kamstra <lute@gnu.org>
16893
16894 * subr.el (font-lock-defaults): Remove defvar as it's already
16895 defined in font-core.el.
16896
16897 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
16898
16899 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
16900
16901 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
16902 more general and work when GDB variable "print pretty" is on,
16903 as with Emacs, for example.
16904
16905 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
16906
16907 * font-core.el: Update comment.
16908
16909 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16910 Use `after-change-major-mode-hook' instead of `find-file-hook'.
16911
16912 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
16913
16914 2005-05-22 Eli Zaretskii <eliz@gnu.org>
16915
16916 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
16917 and `yank-handler' in the doc strings.
16918
16919 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16920
16921 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
16922
16923 2005-05-22 Richard M. Stallman <rms@gnu.org>
16924
16925 * help.el (describe-key): Move print-help-return-message call
16926 out of conditional.
16927
16928 * progmodes/etags.el (list-tags): Use with-no-warnings.
16929
16930 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
16931 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
16932 (starttls-extra-args, starttls-extra-arguments): Add defvars.
16933
16934 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
16935
16936 * language/viet-util.el (viet-viscii-nonascii-translation-table):
16937 Add defvar.
16938
16939 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
16940 Use defvar, not defconst.
16941
16942 * hexl.el (hexl-follow-line): Use with-no-warnings.
16943
16944 * emulation/tpu-extras.el: Use write-file-functions instead of
16945 write-file-hooks.
16946
16947 * dired.el (dired-font-lock-keywords): Fontify files with junk
16948 extensions even if marked by -F.
16949
16950 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
16951
16952 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
16953 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
16954 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
16955 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
16956 (concatenate, list-length, get*, getf, cl-remprop):
16957 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
16958 (etypecase, progv, lexical-let, lexical-let*)
16959 (multiple-value-bind, multiple-value-setq, shiftf):
16960 Improve argument/docstring consistency.
16961
16962 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
16963
16964 2005-05-22 Andre Spiegel <spiegel@gnu.org>
16965
16966 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
16967 doesn't exist.
16968
16969 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
16970 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
16971
16972 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
16973
16974 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
16975 already deleted variables: auto-fill-hook, blink-paren-hook,
16976 lisp-indent-hook, inhibit-local-variables, unread-command-event,
16977 suspend-hooks, comment-indent-hook, meta-flag,
16978 before-change-function, after-change-function,
16979 font-lock-doc-string-face.
16980
16981 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
16982
16983 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
16984
16985 2005-05-21 Eli Zaretskii <eliz@gnu.org>
16986
16987 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
16988 rmail-dont-reply-to.
16989
16990 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16991
16992 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
16993 literal blank when splitting new-header-values.
16994
16995 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
16996
16997 * calendar/cal-menu.el (cal-menu-update): Add separator as a
16998 string so that tmm doesn't create a completion entry for it.
16999
17000 * textmodes/table.el (table-disable-menu): Ditto.
17001
17002 2005-05-21 Richard M. Stallman <rms@gnu.org>
17003
17004 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17005
17006 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17007
17008 * net/rcompile.el (remote-compile): Use compilation-start.
17009
17010 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17011
17012 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
17013
17014 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17015 Default to makefile-bsdmake-mode on BSD systems.
17016
17017 * imenu.el (imenu-generic-expression, imenu--generic-function'):
17018 REGEXP may also be a search function now. The part of doc-string
17019 for describing the structure was 95% identical to that of
17020 `imenu--generic-function'. Unify it there.
17021
17022 * progmodes/make-mode.el (makefile-imenu-generic-expression):
17023 Use function to find dependencies, because regexp alone is so complex,
17024 it easily goes into an endless loop.
17025 (makefile-makepp-mode): Also add submenu for Perl functions
17026 defined in the makefile.
17027 (makefile-bsdmake-mode): Special imenu-generic-expression no
17028 longer needed, due to function call.
17029 (makefile-match-dependency): Take BOUND into account when checking
17030 if we're through.
17031
17032 2005-05-20 Jay Belanger <belanger@truman.edu>
17033
17034 * calc/calc-units.el (calc-invalidate-units-table):
17035 Use inhibit-read-only.
17036 (math-build-units-table-buffer): Use view-mode.
17037
17038 2005-05-20 David Kastrup <dak@gnu.org>
17039
17040 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17041 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17042
17043 2005-05-20 Lute Kamstra <lute@gnu.org>
17044
17045 * diff-mode.el (diff-header-face, diff-file-header-face)
17046 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17047 (diff-added-face, diff-changed-face, diff-function-face)
17048 (diff-context-face, diff-nonexistent-face): Put them in the
17049 diff-mode customization group.
17050
17051 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17052
17053 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17054
17055 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17056
17057 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17058 Minor regexp-optimization.
17059
17060 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17061
17062 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17063 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17064 (org-agenda-add-time-grid-maybe): New function.
17065 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17066 (org-table-create): `dotimes' instead of `mapcar'.
17067 (org-xor): Simplify implementation.
17068 (org-agenda): `inhibit-redisplay' turned on.
17069 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17070 a consistent line after a state change.
17071 (org-agenda-remove-times-when-in-prefix): New option.
17072 (org-prefix-has-time): New variable.
17073 (org-parse-time-string): Optional argument NODEFAULT.
17074 (org-format-agenda-item): Parse items for time-of-day
17075 specifications and move these into the prefix if possible.
17076 (org-agenda-priority): Get current heading, not previous heading
17077 during agenda remote editing.
17078
17079 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17080
17081 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17082 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17083 (remove-duplicates, delete-duplicates, substitute)
17084 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17085 (nsubstitute-if-not, find, find-if, find-if-not, position)
17086 (position-if, position-if-not, count, count-if, count-if-not)
17087 (mismatch, search, sort*, stable-sort, merge, member*)
17088 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17089 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17090 (intersection, nintersection, set-difference, nset-difference)
17091 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17092 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17093 (nsublis, tree-equal): Improve argument/docstring consistency.
17094
17095 * subr.el (send-string, send-region): Remove obsolescence declaration.
17096 (window-dot, set-window-dot, read-input, show-buffer)
17097 (eval-current-buffer, string-to-int):
17098 Add release number to obsolescence declarations.
17099
17100 2005-05-19 Kim F. Storm <storm@cua.dk>
17101
17102 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17103 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17104
17105 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17106
17107 * faces.el (list-faces-display): Make back button respect optional
17108 regexp arg.
17109
17110 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17111
17112 * calculator.el (calculator-radix-grouping-mode)
17113 (calculator-radix-grouping-digits, calculator-displayer)
17114 (calculator-radix-grouping-separator, calculator-copy-displayer):
17115 * dabbrev.el (dabbrev-search-these-buffers-only):
17116 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17117 (diff-advance-after-apply-hunk, diff-mode-hook)
17118 (diff-minor-mode-prefix):
17119 * imenu.el (imenu-use-popup-menu):
17120 * jit-lock.el (jit-lock-context-time):
17121 * newcomment.el (comment-fill-column, comment-column)
17122 (comment-style, comment-padding, comment-multi-line)
17123 (comment-empty-lines, comment-auto-fill-only-comments):
17124 * reveal.el (reveal-around-mark):
17125 * uniquify.el (uniquify-buffer-name-style)
17126 (uniquify-after-kill-buffer-p)
17127 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17128 (uniquify-min-dir-content, uniquify-separator)
17129 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17130 * w32-vars.el (w32-fixed-font-alist):
17131 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17132 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17133 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17134 * progmodes/perl-mode.el (perl-indent-level)
17135 (perl-continued-statement-offset, perl-continued-brace-offset)
17136 (perl-brace-offset, perl-brace-imaginary-offset)
17137 (perl-label-offset, perl-indent-continued-arguments)
17138 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17139 * progmodes/tcl.el (tcl-indent-level)
17140 (tcl-continued-indent-level, tcl-auto-newline)
17141 (tcl-tab-always-indent, tcl-electric-hash-style)
17142 (tcl-help-directory-list, tcl-use-smart-word-finder)
17143 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17144 (inferior-tcl-source-command):
17145 * textmodes/fill.el (enable-kinsoku):
17146 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17147 * textmodes/table.el (table-yank-handler):
17148 Specify missing group (and type, if simple) in defcustom.
17149
17150 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17151
17152 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17153
17154 2005-05-19 Richard M. Stallman <rms@gnu.org>
17155
17156 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17157
17158 * subr.el (event-basic-type): Don't get an error.
17159 (left-fringe-p): Function deleted.
17160
17161 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17162 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17163
17164 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17165 in recursive copy.
17166
17167 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17168
17169 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17170
17171 * emacs-lisp/bytecomp.el
17172 (byte-compile-file-form-custom-declare-variable):
17173 Call byte-compile-nogroup-warn if appropriate.
17174
17175 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17176 (compilation-set-window): Don't call left-fringe-p; do it directly.
17177
17178 2005-05-19 Jay Belanger <belanger@truman.edu>
17179
17180 * calc/calc-graph.el (calc-graph-format-data): Make sure
17181 var-PlotRejects is bound before trying to check its value.
17182
17183 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17184
17185 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17186 definition of this variable from reftex-global.el to reftex.el,
17187 because it is needed in the menu.
17188
17189 2005-05-19 Lute Kamstra <lute@gnu.org>
17190
17191 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17192 years are fixed. Don't insert a space after a dash.
17193
17194 2005-05-19 Kim F. Storm <storm@cua.dk>
17195
17196 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17197
17198 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17199
17200 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17201 strings, because (eq ... ?\\) is fairly frequent.
17202
17203 * progmodes/make-mode.el (makefile-add-this-line-targets):
17204 Simplify and integrate into `makefile-pickup-targets'.
17205 (makefile-add-this-line-macro): Simplify and integrate into
17206 `makefile-pickup-macros.
17207 (makefile-pickup-filenames-as-targets): Simplify.
17208 (makefile-previous-dependency, makefile-match-dependency):
17209 Don't stumble over `::'.
17210
17211 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17212
17213 * subr.el (post-command-idle-hook, post-command-idle-delay):
17214 Remove obsoletion of post-command-idle-hook and
17215 post-command-idle-delay.
17216
17217 * faces.el (list-faces-display): Provide button when describe-face
17218 is called to take user back to the list of faces.
17219
17220 * help-fns.el (describe-variable): Remove hyperlinks in a
17221 variable's value as these are quite frequently inappropriate.
17222
17223 * follow.el (follow-submit-feedback, follow-mode):
17224 Remove references to post-command-idle-hook.
17225
17226 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17227
17228 * progmodes/make-mode.el (makefile-previous-dependency)
17229 (makefile-match-dependency): Check for := (and in bsd mode also
17230 !=) to give a better result, even when font-lock is not on.
17231
17232 2005-05-18 Jay Belanger <belanger@truman.edu>
17233
17234 * calc/calc-help.el (calc-s-prefix-help):
17235 Add `calc-copy-special-constant' to help string.
17236
17237 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17238
17239 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17240
17241 2005-05-18 Jay Belanger <belanger@truman.edu>
17242
17243 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17244 in linear factors are in proper order.
17245
17246 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17247
17248 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17249 Support for jurabib.
17250
17251 * textmodes/reftex.el (featurep): Define aliases for overlay
17252 commands, for XEmacs compatibility, and use these aliases in
17253 overlay initializations.
17254 (reftex-highlight): Use `reftex-move-overlay'.
17255 (reftex-unhighlight): Use `reftex-delete-overlay'.
17256 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17257 (reftex-access-search-path): Use `reftex-uniquify' instead of
17258 `reftex-uniq'
17259
17260 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17261 `before-string' property modification enables for Emacs as well.
17262 (reftex-select-item): Use `reftex-delete-overlay'.
17263 (reftex-select-mark): Use `reftex-make-overlay' and
17264 `reftex-overlay-put'.
17265 (reftex-select-unmark): Use `reftex-delete-overlay' and
17266 `reftex-overlay-put'.
17267
17268 2005-05-18 Lute Kamstra <lute@gnu.org>
17269
17270 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17271
17272 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17273
17274 * add-log.el (add-change-log-entry):
17275 * array.el (array-make-template, array-reconfigure-rows)
17276 (array-init-max-row, array-init-max-column)
17277 (array-init-columns-per-line, array-init-field-width):
17278 * replace.el (replace-match-maybe-edit, perform-replace):
17279 * textmodes/spell.el (spell-region):
17280 Replace `read-input' by `read-string'.
17281
17282 * forms.el (forms-mode):
17283 * finder.el (finder-compile-keywords):
17284 * shadowfile.el (shadow-read-files):
17285 Replace `eval-current-buffer' by `eval-buffer'.
17286
17287 * terminal.el (te-pass-through):
17288 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17289 (ange-ftp-raw-send-cmd):
17290 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17291 (send-process-next-char, telnet-initial-filter, telnet):
17292 Replace `send-string' by `process-send-string'.
17293
17294 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17295 (prolog-consult-region): Replace `send-string' by
17296 `process-send-string'; replace `send-region' by `process-send-region'.
17297
17298 * progmodes/delphi.el (delphi-log-msg):
17299 Replace `set-window-dot' by `set-window-point'.
17300
17301 * subr.el (window-dot, set-window-dot, read-input, send-string)
17302 (send-region, show-buffer, eval-current-buffer):
17303 Make really obsolete, as the comment says.
17304
17305 2005-05-17 Kim F. Storm <storm@cua.dk>
17306
17307 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17308 (cua--init-keymaps): Bind C-return instead of S-return to set
17309 rectangle mark.
17310
17311 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17312 instead of S-return to toggle/clear rectangle mark.
17313
17314 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17315
17316 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17317 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17318 Also fontify plain strings assigned to variables, mostly so that a
17319 colon has a face and is thus not taken as a dependency separator.
17320 (makefile-previous-dependency): Inline the new matcher, because it
17321 is too complex to work in both directions.
17322 (makefile-match-dependency): Eliminate `backward' arg (see above).
17323 Completely reimplemented so as to not sometimes go into an endless
17324 loop. It should also be more efficient, because first it only
17325 searches for `:', instead of applying the very complex regexp.
17326 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17327 to be fontified in one piece can be too long for JIT.
17328 Makefiles are never *that* big.
17329
17330 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17331
17332 * dired.el (dired-mode): Simplify.
17333
17334 2005-05-17 Lute Kamstra <lute@gnu.org>
17335
17336 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17337 defcustom for the mode hook variable.
17338
17339 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17340 Emacs Lisp Reference Manual.
17341
17342 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17343
17344 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17345 (evenp, list*):
17346 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17347 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17348
17349 * net/tramp-smb.el (tramp-smb-open-connection):
17350 Pass `tramp-chunksize' as fifth (required) argument.
17351
17352 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17353
17354 * font-lock.el (lisp-font-lock-keywords-1):
17355 Set `font-lock-negation-char-face' for [^...] char group.
17356 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17357
17358 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17359 a var, and refine it to mask one more level of nested vars.
17360 (makefile-rule-action-regex): Turn it into a var, and refine it so
17361 it recognizes backslashed continuation lines as belonging to the
17362 same command.
17363 (makefile-macroassign-regex): Refine it so it recognizes
17364 backslashed continuation lines as belonging to the same command.
17365 (makefile-var-use-regex): Don't look at the next char, because it
17366 might be the same one to be skipped by the initial [^$], leading
17367 to an overlooked variable use.
17368 (makefile-make-font-lock-keywords): Remove two parameters, which
17369 are now variables that some of the modes set locally.
17370 Handle dependency and rule action matching through functions, because
17371 regexps alone match too often. Dependency matching now comes
17372 last, so it can check, whether a colon already matched something else.
17373 (makefile-mode): Inform that font-lock improves makefile parsing
17374 capabilities.
17375 (makefile-match-dependency, makefile-match-action): New functions.
17376
17377 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17378
17379 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17380
17381 * align.el (align-regexp):
17382 * ansi-color.el (ansi-color-get-face):
17383 * array.el (array-reconfigure-rows, array-init-max-row)
17384 (array-init-max-column, array-init-columns-per-line)
17385 (array-init-field-width):
17386 * dired-aux.el (dired-trample-file-versions):
17387 * dired-x.el (dired-mark-sexp):
17388 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17389 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17390 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17391 * faces.el (face-read-integer):
17392 * files.el (backup-extract-version, insert-directory):
17393 * hexl.el (hexl-insert-decimal-char):
17394 * server.el (server-process-filter):
17395 * shell.el (shell-extract-num):
17396 * startup.el (command-line-1):
17397 * term.el (term-command-hook):
17398 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17399 (time-stamp-do-number):
17400 * time.el (display-time-update):
17401 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17402 (timezone-fix-time):
17403 * vms-patch.el (vms-suspend-resume-hook):
17404 * calendar/appt.el (appt-convert-time):
17405 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17406 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17407 * calendar/cal-islam.el (mark-islamic-diary-entries):
17408 * calendar/calendar.el (calendar-cursor-to-date)
17409 (calendar-star-date):
17410 * calendar/diary-lib.el (diary-attrtype-convert)
17411 (mark-diary-entries, diary-entry-time):
17412 * calendar/solar.el (solar-get-number):
17413 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17414 * emacs-lisp/re-builder.el (reb-display-subexp):
17415 * emulation/edt.el (edt-set-scroll-margins):
17416 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17417 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17418 (vip-get-ex-count):
17419 * emulation/viper-ex.el (viper-get-ex-token)
17420 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17421 * international/fontset.el (fontset-plain-name):
17422 * mail/feedmail.el (feedmail-look-at-queue-directory):
17423 * mail/mailalias.el (mail-get-names):
17424 * mail/rmail.el (rmail-convert-to-babyl-format):
17425 * mail/rmailsum.el (rmail-make-basic-summary-line)
17426 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17427 (rmail-summary-goto-msg):
17428 * mail/smtpmail.el (smtpmail-read-response):
17429 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17430 (ange-ftp-vms-add-file-entry):
17431 * play/gametree.el (gametree-looking-at-ply)
17432 (gametree-current-branch-score):
17433 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17434 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17435 * progmodes/cperl-mode.el (condition-case):
17436 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17437 (ebrowse-set-member-buffer-column-width)
17438 (ebrowse-select-1st-to-9nth):
17439 * progmodes/etags.el (etags-snarf-tag):
17440 * progmodes/flymake.el (flymake-parse-line):
17441 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17442 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17443 (idlwave-shell-menu-def):
17444 * progmodes/ps-mode.el (ps-run-goto-error):
17445 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17446 (vhdl-speedbar-contract-level):
17447 * term/mac-win.el (x-handle-numeric-switch):
17448 * term/sun-mouse.el (sun-get-frame-data):
17449 * term/w32-win.el (x-handle-numeric-switch):
17450 * term/x-win.el (x-handle-numeric-switch):
17451 * textmodes/ispell.el (ispell-parse-output):
17452 * textmodes/nroff-mode.el (nroff-outline-level):
17453 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17454 (reftex-bib-sort-year-reverse, reftex-format-citation):
17455 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17456 (reftex-section-number):
17457 * textmodes/texinfmt.el (texinfo-paragraphindent):
17458 Replace `string-to-int' by `string-to-number'.
17459
17460 * international/latexenc.el: Add page marker to force the "Local
17461 Variables:" string out of the last page.
17462
17463 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17464
17465 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17466 tooltip-change-major-mode.
17467 (gud-tooltip-print-command): Remove case where gud-minor-mode
17468 is gdb ("--fullname").
17469 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17470 explain to user.
17471
17472 2005-05-16 Jay Belanger <belanger@truman.edu>
17473
17474 * calc/calc-store.el (calc-copy-special-constant): New function.
17475
17476 * calc/calc-ext.el (calc-init-extensions): Add binding for
17477 `calc-copy-special-constant'.
17478
17479 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17480 for the `calc-copy-special-constant' command.
17481
17482 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17483
17484 * subr.el (left-fringe-p): New function.
17485
17486 * progmodes/compile.el (compilation-setup): Set local value of
17487 overlay-arrow-string to "" always.
17488 (compilation-set-window): Left fringe then don't scroll.
17489 No left fringe then no arrow and scroll message to top.
17490 (compilation-context-lines): Adjust doc string accordingly.
17491
17492 2005-05-16 Kim F. Storm <storm@cua.dk>
17493
17494 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17495 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17496 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17497 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17498 (ido-read-file-name): Handle commands with ido property value
17499 equal to find-file as reading a file name, to allow C-d to enter dired.
17500 (ibuffer-find-file): Add ido property with value find-file.
17501
17502 2005-05-15 Kim F. Storm <storm@cua.dk>
17503
17504 * subr.el (open-network-stream-nowait): Remove.
17505 (open-network-stream-server): Remove.
17506
17507 2005-05-15 Richard M. Stallman <rms@gnu.org>
17508
17509 * faces.el (describe-face): Output a definition link button.
17510
17511 * help-mode.el (help-face-def): New button type.
17512
17513 * emacs-lisp/copyright.el (copyright-fix-years):
17514 Match properly if the first year is 2-digit.
17515 Don't mess up the whitespace after the years by filling.
17516
17517 * dired-aux.el (dired-mark-confirm):
17518 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17519
17520 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17521 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17522 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17523
17524 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17525 Set font-lock-comment-start-skip.
17526
17527 * font-lock.el (font-lock-comment-start-skip): New variable.
17528 (font-lock-comment-end-skip): New variable.
17529 (font-lock-fontify-syntactically-region): Use them if non-nil.
17530
17531 2005-05-15 Jay Belanger <belanger@truman.edu>
17532
17533 * calc/calc-store.el (calc-store-value): Return a string rather
17534 than display it as a message.
17535 Use calc-var-name for variable name.
17536 (calc-store-into): Add the result of calc-store-value to message.
17537 (calc-copy-variable): Add a message.
17538 (calc-store-exchange): Improve error messages.
17539 (calc-store-binary, calc-store-map): Don't reset the values of
17540 special constants.
17541
17542 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17543
17544 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17545 manual to docstring.
17546
17547 * files.el (hack-local-variables-confirm): Add STRING argument.
17548 Make the function handle non file visiting buffers correctly.
17549 (hack-local-variables-prop-line, hack-local-variables)
17550 (hack-one-local-variable): Use STRING arg of
17551 `hack-local-variables-confirm'.
17552
17553 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17554
17555 Sync with Tramp 2.0.49.
17556
17557 * net/tramp.el (tramp-handle-dired-call-process)
17558 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17559 because the contents of the Tramp buffer is changed before
17560 insertion (`expand-file' and alike).
17561 (tramp-handle-insert-directory): If `localname' has an empty
17562 nondirectory name, it must not be quoted.
17563 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17564 variable `tramp-chunksize'. Change callees.
17565 (tramp-open-connection-setup-interactive-shell): Check remote host
17566 for buggy `send-process-string' implementation.
17567 Set `tramp-chunksize' if found. Reported by Michael Kifer
17568 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17569 (tramp-handle-shell-command): `insert-buffer' cannot be used
17570 because the contents of the Tramp buffer is changed before
17571 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17572 <frederic.bothamy@free.fr>.
17573 (tramp-set-auto-save): Actions should be done for Tramp file name
17574 handler only. Ange-FTP has its own auto-save mechanism.
17575 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17576 (tramp-set-auto-save-file-modes): Set file modes of
17577 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17578 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17579 (tramp-bug): Remove obsolete variable.
17580 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17581 for presence of `mml-mode'. Make it running for older Emacsen as well.
17582
17583 2005-05-14 John Paul Wallington <jpw@pobox.com>
17584
17585 * ibuf-ext.el (define-ibuffer-filter filename):
17586 If `dired-directory' is a list, use its car.
17587
17588 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17589
17590 * ibuffer.el (define-ibuffer-column filename):
17591 If `dired-directory' is a list, use its car.
17592
17593 2005-05-14 Richard M. Stallman <rms@gnu.org>
17594
17595 * subr.el (symbol-file): Doc fix.
17596
17597 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17598 (byte-compile-form): Call byte-compile-nogroup-warn.
17599 (byte-compile-warning-types): Doc fix.
17600
17601 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17602
17603 * progmodes/cc-engine.el (c-literal-faces):
17604 Add font-lock-comment-delimiter-face.
17605
17606 * net/net-utils.el (dig): Use with-no-warnings.
17607
17608 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17609 (sc-recite-frame-alist, sc-default-cite-frame)
17610 (sc-default-uncite-frame, sc-default-recite-frame)
17611 (sc-attrib-selection-list, sc-rewrite-header-list):
17612 Mark as risky-local-variable.
17613
17614 * international/ogonek.el (ogonek-jak, ogonek-how):
17615 Don't use beginning-of-buffer.
17616
17617 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17618
17619 * calendar/solar.el (solar-data-list): Move definition up.
17620
17621 * dnd.el (dnd-protocol-alist): Add autoload.
17622
17623 * progmodes/sh-script.el: Many doc usage fixes.
17624 (sh-indent-after-do): Change default to match common styles.
17625
17626 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17627
17628 * files.el (interpreter-mode-alist)
17629 (auto-mode-interpreter-regexp): Doc fixes.
17630
17631 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17632
17633 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17634
17635 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17636
17637 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17638
17639 * dired.el (dired-mode): make-variable-buffer-local =>
17640 make-local-variable.
17641
17642 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17643
17644 * term/mac-win.el (mac-select-convert-to-string): Try coding
17645 systems in mac-script-code-coding-systems if specified one cannot
17646 encode string for `com.apple.traditional-mac-plain-text'.
17647
17648 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17649
17650 * progmodes/make-mode.el (makefile-targets-face)
17651 (makefile-shell-face, makefile-makepp-perl-face): New faces.
17652 (makefile-dependency-regex): Fix it to not make the colon in
17653 $(var:a=b) special.
17654 (makefile-rule-action-regex): New regexp for highlighting embedded
17655 Shell strings.
17656 (makefile-macroassign-regex): Handle != for highlighting as
17657 embedded Shell strings.
17658 (makefile-var-use-regex): New const.
17659 (makefile-statements, makefile-automake-statements)
17660 (makefile-gmake-statements, makefile-makepp-statements)
17661 (makefile-bsdmake-statements): New consts.
17662 (makefile-make-font-lock-keywords): New function.
17663 (makefile-automake-font-lock-keywords)
17664 (makefile-gmake-font-lock-keywords)
17665 (makefile-makepp-font-lock-keywords)
17666 (makefile-bsdmake-font-lock-keywords): New consts.
17667 (makefile-mode-map): Add switchers between the various submodes.
17668 (makefile-mode): Document the availability of the variants.
17669 (makefile-automake-mode, makefile-gmake-mode)
17670 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17671
17672 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17673 new variants of makefile-mode.
17674
17675 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17676
17677 * font-lock.el (font-lock-comment-delimiter-face): Fix up
17678 the inheritance.
17679
17680 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
17681
17682 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17683 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17684
17685 * files.el (normal-mode): Extend the scope of the
17686 `enable-local-variables' binding to include the `set-auto-mode' call.
17687 (magic-mode-alist): Doc fix.
17688
17689 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17690
17691 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17692 font-lock-comment-face rather than copying its setting.
17693
17694 2005-05-12 Andreas Schwab <schwab@suse.de>
17695
17696 * eshell/esh-mode.el (eshell-send-input): Doc fix.
17697
17698 2005-05-12 Lute Kamstra <lute@gnu.org>
17699
17700 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17701 defcustom for the mode hook variable. Delete the last argument.
17702 * generic-x.el: Fix callers of define-generic-mode.
17703 (generic-x-modes): Delete group.
17704 (show-tabs-tab-face, show-tabs-space-face): Put them in the
17705 generic-x customization group.
17706
17707 2005-05-12 Kim F. Storm <storm@cua.dk>
17708
17709 * font-lock.el (font-lock-negation-char-face): Default to "off".
17710
17711 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17712 font-lock-negation-char-face to ! in !=.
17713
17714 2005-05-12 Masatake YAMATO <jet@gyve.org>
17715
17716 * add-log.el (find-change-log): Fix typos in the docstring
17717 of function.
17718
17719 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17720
17721 * international/latexenc.el (latexenc-find-file-coding-system):
17722 Avoid `re-search-forward' when looking for input encoding because
17723 of speed and safety. Better regular expressions for recognizing
17724 input encoding. Limit a search for TeX-master/tex-main-file to
17725 the local variable section.
17726
17727 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
17728
17729 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17730 syntax of $ to "'" (quote).
17731
17732 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
17733
17734 * dnd.el (dnd-protocol-alist): Improve custom type.
17735
17736 * dired.el (dired-dnd-protocol-alist): New variable.
17737 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
17738 `dired-mode-hook' to the end.
17739
17740 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17741
17742 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17743 comment-end if comment-start-skip is not set.
17744 Obey the font-lock-comment-delimiter-face variables.
17745
17746 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17747
17748 * files.el (executable-find): Move from executable.el. Use
17749 locate-file.
17750 * progmodes/executable.el (executable-find): Move to files.el.
17751
17752 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17753 when trying to ensure forward progress.
17754
17755 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
17756
17757 * mouse-sel.el (mouse-sel-follow-link-p): New function.
17758 (mouse-select, mouse-select-internal, mouse-extend-internal):
17759 Use it to implement mouse-1-click-follows-link functionality.
17760
17761 2005-05-11 Richard M. Stallman <rms@gnu.org>
17762
17763 * font-lock.el (font-lock-fontify-syntactically-region):
17764 Use font-lock-comment-delimiter-face for comment delimiters.
17765
17766 2005-05-10 Jay Belanger <belanger@truman.edu>
17767
17768 * calc/calc-help.el (calc-m-prefix-help): Add mention of
17769 preserving embedded modes.
17770
17771 2005-05-10 Richard M. Stallman <rms@gnu.org>
17772
17773 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17774
17775 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17776 Move from ada-stmt.el.
17777 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17778
17779 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17780 Move to ada-mode.el.
17781 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17782
17783 * cus-edit.el (custom-file): Call file-chase-links.
17784
17785 * files.el (read-directory-name): Fix previous change.
17786 (hack-local-variables-confirm): New function.
17787 (hack-local-variables-prop-line, hack-local-variables)
17788 (hack-one-local-variable): Use it.
17789
17790 2005-05-10 Lute Kamstra <lute@gnu.org>
17791
17792 * font-lock.el (font-lock-keywords-alist)
17793 (font-lock-removed-keywords-alist): Clarify docstrings.
17794
17795 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
17796
17797 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17798 (gdb-source-info): Check for preprocessor info.
17799 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
17800 a macro for a function.
17801 (gdb-info-breakpoints-custom): Try to find file again if not already
17802 found (user might have used GDB dir command).
17803 (gdb-get-location): Update gdb-location-alist correctly for change
17804 to gdb-info-breakpoints-custom.
17805
17806 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17807 (gud-tooltip-print-command): Add gdbmi case.
17808 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17809 preprocessor info.
17810
17811 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
17812
17813 * startup.el (fancy-splash-insert): Fix typo in doc string.
17814
17815 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
17816
17817 * obsolete/float.el (string-to-float):
17818 * obsolete/hilit19.el (hilit-add-pattern):
17819 * obsolete/rnews.el (news-parse-range, news-select-message)
17820 (news-get-pruned-list-of-files): Replace `string-to-int' by
17821 `string-to-number'.
17822
17823 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17824 `find-file-not-found-hooks'; use `add-hook'.
17825 (uncompress-while-visiting): Set `write-file-functions', not
17826 `write-file-hooks'; use `add-hook'.
17827
17828 2005-05-09 Kim F. Storm <storm@cua.dk>
17829
17830 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17831 (cua-paste): Handle clipboard action.
17832 (cua--init-keymaps): Remap clipboard-kill-region and
17833 clipboard-kill-ring-save.
17834
17835 2005-05-08 Eli Zaretskii <eliz@gnu.org>
17836
17837 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17838 Improve commentary.
17839
17840 * simple.el (next-error-overlay-arrow-position): Revert the change
17841 made on 2005-04-30.
17842
17843 2005-05-07 Jay Belanger <belanger@truman.edu>
17844
17845 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17846 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17847 `calc-sel-reselect'.
17848
17849 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17850 Calc is in embedded mode.
17851
17852 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17853
17854 * progmodes/compile.el (compilation-setup):
17855 Set overlay-arrow-string to an empty string on text terminals.
17856
17857 * textmodes/ispell.el (ispell-program-name): Try looking for
17858 "aspell" along exec-path, and if found, use it as the default
17859 speller program.
17860
17861 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
17862
17863 * international/mule.el (sgml-xml-auto-coding-function):
17864 Recognize encoding='FOO' in single quotes as well as in double quotes.
17865
17866 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17867
17868 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17869 as well as `interactive', so that defmacro* would recognize
17870 `declare' forms.
17871
17872 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17873
17874 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17875 Explain more about the LIGHTER arg's usage in the doc string.
17876 Add commentary to clarify what the code does. Fix the regexp that
17877 strips whitespace from LIGHTER. Quote LIGHTER before using it,
17878 since it could have characters special to regular expressions.
17879
17880 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17881
17882 * replace.el (occur-1): Bind inhibit-read-only so that
17883 erase-buffer doesn't barf on read-only text properties (likewise
17884 for add-text-properties in occur-engine). Mark buffer as unmodified.
17885 (occur-engine): Don't set buffer-read-only here.
17886
17887 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17888
17889 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
17890 list-buffers-directory. This caused the *cvs-commit* buffer to be
17891 sometimes mistakenly reused as a *cvs* buffer.
17892
17893 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
17894
17895 * tooltip.el: Move code for GUD tooltips into gud.el.
17896 (require): CL no longer needed to compile case.
17897 (tooltip-mode): Do not toggle functions for GUD tooltips.
17898 (tooltip-gud-tips-p): Remove. Replace with minor mode
17899 gud-tooltip-mode in gud.el.
17900 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
17901 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
17902 tooltip-gud prefix with gud-tooltip and obsolete.
17903 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
17904 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
17905 (tooltip-mouse-motion): Mouse movement functions/variable.
17906 Rename in gud.el by adding gud prefix.
17907 (tooltip-gud-original-filter, tooltip-gud-dereference)
17908 (tooltip-gud-event, tooltip-toggle-gud-tips)
17909 (tooltip-gud-process-output, tooltip-gud-print-command)
17910 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
17911 gud.el by replacing tooltip-gud prefix with gud-tooltip.
17912 (gdb-tooltip-print): Move to gdb-ui.el.
17913
17914 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
17915 (require): CL needed to compile case.
17916 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
17917 tooltip-gud-tips-p. Make it a minor-mode.
17918 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
17919 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
17920 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
17921 (gud-tooltip-change-major-mode)
17922 (gud-tooltip-activate-mouse-motions-if-enabled)
17923 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
17924 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
17925 (gud-tooltip-original-filter, gud-tooltip-dereference)
17926 (gud-tooltip-event, tooltip-toggle-gud-tips)
17927 (gud-tooltip-process-output, gud-tooltip-print-command)
17928 (gud-tooltip-tips): Move from tooltip.el.
17929
17930 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
17931 (gdb-cpp-define-alist-flags): Doc fix.
17932 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
17933 gud-tooltip-mode is t.
17934
17935 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17936
17937 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
17938 evaporate if their text is deleted.
17939 (goto-address-at-point): Make it work as a mouse binding as well.
17940 (goto-address-at-mouse): Obsolete it. Update users.
17941
17942 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
17943
17944 * calendar/appt.el (top-level): No longer activate on load.
17945
17946 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
17947
17948 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17949 * net/webjump.el (webjump):
17950 * progmodes/idlw-help.el (idlwave-do-context-help1)
17951 (idlwave-highlight-linked-completions):
17952 * textmodes/po.el (po-find-file-coding-system-guts):
17953 Replace `assoc-ignore-case' by `assoc-string'.
17954
17955 2005-05-06 Eli Zaretskii <eliz@gnu.org>
17956
17957 * files.el (locate-file): Doc fix.
17958
17959 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
17960 Remove the redundant test for ms-dos.
17961
17962 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
17963 look for the preprocessor with exec-suffixes. If not found in
17964 standard places, look in exec-path. Remove most of the tests that
17965 used system-type.
17966
17967 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
17968
17969 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
17970
17971 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
17972 file-name clash with jka-compr.el on 8+3 filesystems.
17973
17974 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17975
17976 * term/mac-win.el: Don't define or bind scroll bar functions if
17977 x-toolkit-scroll-bars is t.
17978 (x-select-text, x-get-selection-value): Clear
17979 x-last-selected-text-clipboard if x-select-enable-clipboard is
17980 nil.
17981 (PRIMARY): Put mac-scrap-name property.
17982 (mac-select-convert-to-file-url): New function.
17983 (public.file-url): New selection target type. Add to
17984 selection-converter-alist.
17985 (x-get-selection, x-selection-value): Handle it.
17986 (x-cut-buffer-or-selection-value): New alias.
17987
17988 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17989
17990 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
17991 entry to avoid calling bibtex-find-entry with arg global
17992 being t. Remove arg key.
17993 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
17994 (bibtex-copy-summary-as-kill): Change accordingly.
17995
17996 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17997
17998 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
17999 (org-agenda-date-later): Use with-current-buffer.
18000
18001 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
18002
18003 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18004 (define-obsolete-variable-alias): Doc Fixes.
18005
18006 2005-05-06 Kim F. Storm <storm@cua.dk>
18007
18008 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
18009 vertical-motion when selective-display is active.
18010
18011 * ido.el (ido-setup-hook): New hook.
18012 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18013 (ido-input-stack): New var.
18014 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
18015 ido-next-work-file binding to M-O.
18016 Bind M-f to ido-wide-find-file-or-pop-dir.
18017 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18018 (ido-read-internal): Run ido-setup-hook.
18019 Catch quit in read-file-name and read-string to cancel edit.
18020 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18021 Automatically pop-all when completing a directory name (RET).
18022 (ido-file-internal): Add with-no-warnings around ffap and dired code.
18023 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18024 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18025 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18026 New functions for M-b/M-f to move among the directory components.
18027 (ido-make-merged-file-list): Catch quit to cancel merge.
18028 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18029 (ido-completion-help): No warnings for ido-completion-buffer-full.
18030
18031 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18032
18033 * font-lock.el (font-lock-negation-char-face): New face and variable.
18034 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18035 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18036 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18037 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18038
18039 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18040
18041 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18042 Fix typo in docstring.
18043
18044 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18045 (ebrowse-print-statistics-line)
18046 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18047
18048 * term/w32-win.el (image-library-alist): Add additional name for
18049 Xpm library.
18050
18051 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18052
18053 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18054 use gcc instead of cpp.
18055
18056 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18057 (gdb-create-define-alist): Use it.
18058 (gdb-cpp-define-alist-program): Update for MS-DOS.
18059
18060 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18061
18062 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18063
18064 2005-05-04 Richard M. Stallman <rms@gnu.org>
18065
18066 * help.el (describe-key): No error when UNTRANSLATED is nil.
18067
18068 * simple.el (line-move-1): Fix previous change to signal errors
18069 appropriately.
18070
18071 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18072
18073 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18074 (icalendar-duration-correction): Remove.
18075 (icalendar--get-event-properties): Split result at commas.
18076 (icalendar--decode-isoduration): New optional argument
18077 DURATION-CORRECTION.
18078 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18079 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18080 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18081 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18082 (icalendar--convert-anniversary-to-ical): New functions, extracted
18083 from icalendar-export-region, with bug fixes.
18084 (icalendar-export-region): Use the above functions.
18085 (icalendar-import-buffer): Check before saving diary file.
18086 (icalendar--convert-recurring-to-diary)
18087 (icalendar--convert-non-recurring-all-day-to-diary)
18088 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18089 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18090 (icalendar--convert-ical-to-diary): Use the above functions.
18091
18092 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18093
18094 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18095 Remove these recent additions.
18096 (c-mode): Restore to before 2005-04-28.
18097
18098 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18099 recent addition.
18100
18101 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18102 (gdb-define-alist): New variables.
18103 (gdb-create-define-alist): New function.
18104 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18105 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18106 with string-to-number.
18107 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18108
18109 * progmodes/gud.el: Replace string-to-int with string-to-number.
18110 (gud-find-file): Handle gdb-define-alist.
18111
18112 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18113
18114 2005-05-02 Jay Belanger <belanger@truman.edu>
18115
18116 * calc/calc-aent.el (math-read-token):
18117 * calc/calc-bin.el (calc-word-size):
18118 * calc/calc-ext.el (calc-read-number-fancy):
18119 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18120 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18121 * calc/calc-frac.el (calc-over-notation):
18122 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18123 (calc-graph-num-points, calc-graph-init):
18124 * calc/calc-prog.el (calc-read-parse-table-part)
18125 (calc-edit-macro-repeats):
18126 * calc/calc-yank.el (calc-do-grab-rectangle):
18127 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18128 Replace `string-to-int' by `string-to-number'.
18129
18130 2005-05-02 Kim F. Storm <storm@cua.dk>
18131
18132 * kmacro.el: Use executing-kbd-macro-index variable.
18133
18134 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18135
18136 * net/rlogin.el (rlogin-parse-words): Delete func.
18137 (rlogin): Use split-string, not rlogin-parse-words.
18138 Also, if there are option-like elements in the parsed args,
18139 take the host to be the first arg immediately following them.
18140 Suggested by Michael Mauger.
18141
18142 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18143
18144 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18145
18146 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18147
18148 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18149 (cc-mode-cpp-program): Rename to cc-define-list-program and
18150 move to cc-vars.el.
18151
18152 * progmodes/cc-vars.el (cc-define-list-program):
18153 Change to "gcc -E -dM -". Make customizable.
18154
18155 2005-05-02 Kim F. Storm <storm@cua.dk>
18156
18157 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18158
18159 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18160
18161 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18162
18163 * international/mule-util.el (truncate-string): Remove alias and
18164 obsolete declaration.
18165
18166 * international/mule-cmds.el (update-iso-coding-systems):
18167 Remove alias and obsolete declaration.
18168
18169 * international/mule.el (coding-system-parent): Remove alias and
18170 obsolete declaration.
18171
18172 * subr.el (define-function, sref): Remove aliases and obsolete
18173 declarations.
18174 (chars-in-region): Remove obsolete declaration.
18175
18176 2005-05-01 Richard M. Stallman <rms@gnu.org>
18177
18178 * info.el (Info-mode): Set widen-automatically to nil, locally.
18179
18180 * simple.el (widen-automatically): New variable.
18181 (pop-global-mark): Obey widen-automatically.
18182
18183 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18184
18185 * term/xterm.el (function-key-map): Call substitute-key-definition
18186 before the keymap size is increased by a lot of define-key calls.
18187
18188 2005-05-01 Richard M. Stallman <rms@gnu.org>
18189
18190 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18191 Rename ARG to ELEMENT. Doc fix.
18192
18193 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18194
18195 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18196 Remove references to allout-exposure/change to allout-new-exposure.
18197
18198 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18199 bytecode symbols.
18200
18201 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18202 (compiled-function-p, focus-frame, unfocus-frame):
18203 Remove aliases and obsolete declarations.
18204 Back out inadvertent changes from previous commit.
18205
18206 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18207
18208 * files.el (require-final-newline): Make Custom tags consistent
18209 with mode-require-final-newline.
18210 (mode-require-final-newline): Doc fix.
18211
18212 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18213
18214 * international/latexenc.el (latexenc-find-file-coding-system):
18215 Fix regular expressions.
18216
18217 2005-05-01 David Kastrup <dak@gnu.org>
18218
18219 * international/latexenc.el (latexenc-find-file-coding-system):
18220 Fix regular expressions.
18221
18222 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18223
18224 * subr.el (string-to-int): Make obsolete.
18225
18226 2005-04-30 Richard M. Stallman <rms@gnu.org>
18227
18228 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18229
18230 * loadup.el: load jka-comp-hook.
18231
18232 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18233 (jka-compr-handler): Add autoload. `put' calls moved
18234 to jka-comp-hook.el.
18235 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18236 (jka-compr-inhibit): Autoload.
18237
18238 * jka-comp-hook.el: New file.
18239 Enable the mode by default.
18240
18241 * files.el (backup-buffer-copy): Use copy-file instead
18242 of write-region, and put back the 'excl.
18243
18244 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18245
18246 * progmodes/flymake.el (flymake-split-string)
18247 (flymake-split-string, flymake-log, flymake-pid-to-names)
18248 (flymake-reg-names, flymake-get-source-buffer-name)
18249 (flymake-unreg-names, flymake-add-line-err-info)
18250 (flymake-add-err-info): Clarify docstrings.
18251 (flymake-popup-menu, flymake-make-emacs-menu)
18252 (flymake-make-xemacs-menu): Add docstrings.
18253 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18254 Set variables directly throughout.
18255
18256 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18257
18258 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18259 exists. Initialize cc-define-alist.
18260 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18261 If there is no file (Macroexpansion) don't create an alist.
18262
18263 2005-04-29 Sam Steingold <sds@gnu.org>
18264
18265 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18266 (cc-create-define-alist): Use it instead of the hard-coded string.
18267
18268 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18269
18270 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18271 for latexenc.
18272
18273 2005-04-29 Lute Kamstra <lute@gnu.org>
18274
18275 * emacs-lisp/generic.el: Improve commentary section.
18276 (define-generic-mode): Improve docstring.
18277
18278 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18279
18280 * textmodes/org.el (many places): Change to quiet the byte compiler.
18281 (org-prefix-format-compiled): New variable.
18282 (org-compile-prefix-format): New function.
18283 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18284 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18285 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18286 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18287 consistency with entries from `org-mode' files.
18288 (org-get-time-of-day): Fix bug with partial matches early in a line.
18289 (org-non-link-chars): New constant.
18290 (org-link-regexp): Respect `org-non-link-chars'.
18291 (org-agenda-day-view): Remove command.
18292 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18293 (org-follow-bbdb-link, org-store-link): Search also company field.
18294 (org-highlight-overlay): New variable.
18295 (org-highlight, org-unhighlight): New functions.
18296 (org-agenda-mode): Add pre-command-hook to remove highlight.
18297 (org-evaluate-time-range): Behavior depends upon whether time stamp
18298 contains a time or not.
18299 (org-show-subtree, org-show-entry): New functions.
18300 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18301
18302 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18303
18304 * comint.el (comint-output-filter-functions): Add autoload cookie.
18305
18306 2005-04-28 Kim F. Storm <storm@cua.dk>
18307
18308 * ido.el (ido-everywhere): Fix last change.
18309
18310 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18311
18312 * international/latexenc.el: New file.
18313 * international/mule-conf.el (file-coding-system-alist): For .tex,
18314 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18315
18316 2005-04-28 Lute Kamstra <lute@gnu.org>
18317
18318 * font-lock.el (font-lock-add-keywords)
18319 (font-lock-remove-keywords): Clarify docstring.
18320 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18321 Don't start docstrings with a `*'.
18322 (font-lock-update-removed-keyword-alist): Give it a docstring.
18323
18324 * generic-x.el: Update commentary section.
18325 Only require font-lock when compiling.
18326 Define all modes conditionally.
18327 Place all generic modes in the generic-x-modes customization group.
18328 (generic-x-modes): New customization group.
18329 (generic-default-modes, generic-mswindows-modes)
18330 (generic-unix-modes, generic-other-modes): New constants.
18331 (generic-define-mswindows-modes, generic-define-unix-modes):
18332 Update docstrings. Make them obsolete.
18333 (generic-extras-enable-list): New default value. Update docstring.
18334 Improve :type. Change :set function.
18335 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18336 Fix docstring.
18337
18338 * emacs-lisp/generic.el (generic-mode-internal):
18339 Simplify font-lock-defaults.
18340 (define-generic-mode): Fix docstring.
18341
18342 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18343
18344 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18345 font-lock-face property to highlight matches.
18346
18347 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18348
18349 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18350 (cc-define-alist): New variable.
18351 (c-mode): Make it local and initialize it.
18352
18353 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18354 (gdb-exited): New function.
18355 (gdb-annotation-rules): Use it.
18356 (gdb-starting): Set gdb-active-process to t.
18357 (gdb-stopping): Amend doc string.
18358 (gdb-reset): Set gdb-active-process to nil.
18359
18360 * tooltip.el (tooltip-gud-tips): Show the associated #define
18361 directives when a C program under GDB is not executing.
18362
18363 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18364
18365 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18366 font-lock-fontify-syntactic-keywords.
18367
18368 * font-lock.el (font-lock-default-fontify-region): Don't force
18369 parse-sexp-lookup-properties to nil.
18370
18371 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18372
18373 * man.el (man-mode-syntax-table): Set up `:' to have
18374 word-constituent syntax.
18375
18376 2005-04-27 Lute Kamstra <lute@gnu.org>
18377
18378 * novice.el (disable-command): Don't add spurious newlines to the
18379 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18380
18381 2005-04-26 Jay Belanger <belanger@truman.edu>
18382
18383 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18384 than one window before deleting window.
18385
18386 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18387
18388 * shell.el (shell-prompt-pattern): Doc fix.
18389 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18390
18391 * comint.el (comint-prompt-regexp, comint-get-old-input)
18392 (comint-use-prompt-regexp)
18393 (comint-use-prompt-regexp-instead-of-fields)
18394 (comint-replace-by-expanded-history, comint-send-input)
18395 (comint-output-filter, comint-get-old-input-default)
18396 (comint-line-beginning-position, comint-bol, comint-show-output)
18397 (comint-backward-matching-input, comint-forward-matching-input)
18398 (comint-next-prompt, comint-previous-prompt):
18399 Rename `comint-use-prompt-regexp-instead-of-fields' to
18400 `comint-use-prompt-regexp'. Keep old name as alias and declare
18401 obsolete.
18402 (comint-use-prompt-regexp): Shorten first line of doc string.
18403
18404 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18405 Set paragraph-separate buffer locally to "\\'".
18406
18407 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18408 Adapt to above name change.
18409
18410 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18411 (smbclient-prompt-regexp): Ditto.
18412
18413 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18414
18415 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18416
18417 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18418 gdb-location-list.
18419 Break lines that are over 80 characters wide.
18420
18421 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18422
18423 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18424 New fun and var, to preserve compatibility.
18425
18426 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18427
18428 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18429
18430 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18431 name to file-newer-than-file-p.
18432
18433 2005-04-26 Richard M. Stallman <rms@gnu.org>
18434
18435 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18436
18437 * progmodes/python.el (python-mode):
18438 Use new name eldoc-documentation-function.
18439
18440 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18441
18442 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18443 (eldoc-documentation-function):
18444 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18445
18446 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18447
18448 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18449
18450 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18451
18452 * term/xterm.el (function-key-map): Fix strings for
18453 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18454 {C,S,A,C-S}-{f1-f12}.
18455
18456 2005-04-26 Kenichi Handa <handa@m17n.org>
18457
18458 * international/mule-cmds.el (select-safe-coding-system):
18459 Fix previous change.
18460
18461 2005-04-26 Lute Kamstra <lute@gnu.org>
18462
18463 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18464
18465 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18466 (font-lock-comment-delimiter-face): Ditto.
18467
18468 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18469
18470 2005-04-25 Jay Belanger <belanger@truman.edu>
18471
18472 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18473 to t while inserting information; use help-mode.
18474
18475 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18476
18477 * term.el (ansi-term-color-vector): Use the xterm colors.
18478 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18479
18480 2005-04-25 Lute Kamstra <lute@gnu.org>
18481
18482 * font-core.el (font-lock-defaults): Fix docstring.
18483
18484 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18485
18486 2005-04-25 Kenichi Handa <handa@m17n.org>
18487
18488 * international/mule-cmds.el (select-safe-coding-system):
18489 Don't check consistency with coding: spec, etc if raw-text or
18490 no-conversion was found to be safe.
18491
18492 2005-04-24 Richard M. Stallman <rms@gnu.org>
18493
18494 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18495 citation markers at start of each line.
18496
18497 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18498 citation markers at start of each line.
18499
18500 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18501
18502 * files.el (mode-require-final-newline): Fix previous change.
18503 (require-final-newline): Fix type label.
18504
18505 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18506
18507 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18508 statement in buffer (broken by 2004-11-24 change).
18509
18510 2005-04-24 Kim F. Storm <storm@cua.dk>
18511
18512 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18513 and read-file-name-function values. Don't overwrite existing
18514 non-nil values if ido-mode is enabled without ido-everywhere.
18515
18516 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18517
18518 * files.el (mode-require-final-newline): Minor doc fix.
18519
18520 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18521
18522 * subr.el (syntax-after): Doc fix.
18523 (syntax-class): If argument is nil, return nil. Mask off upper 16
18524 bits, not 8 bits.
18525
18526 * files.el (mode-require-final-newline): Doc fix.
18527 (backup-buffer-copy): Fix last change.
18528
18529 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18530
18531 * term/mac-win.el: Require select. Set selection-coding-system to
18532 mac-system-coding-system. Call menu-bar-enable-clipboard.
18533 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18534 (x-select-enable-clipboard): New variables.
18535 (x-select-text, x-get-selection, x-selection-value)
18536 (x-get-selection-value, mac-select-convert-to-string)
18537 (mac-services-open-file, mac-services-open-selection)
18538 (mac-services-insert-text): New functions.
18539 (CLIPBOARD, FIND): Put mac-scrap-name property.
18540 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18541 (public.tiff): Put mac-ostype property.
18542 (selection-converter-alist): Add entries for them.
18543 (mac-application-menu-map): New keymap.
18544 (interprogram-cut-function, interprogram-paste-function): Set to
18545 x-select-text and x-get-selection-value, respectively.
18546 (split-window-keep-point): Set to t.
18547
18548 2005-04-23 Richard M. Stallman <rms@gnu.org>
18549
18550 * files.el (read-directory-name): Always pass non-nil
18551 DEFAULT-FILENAME arg to read-file-name.
18552 (backup-buffer-copy, basic-save-buffer-2): Take care against
18553 writing thru an unexpected existing symlink.
18554 (revert-buffer): In indirect buffer, revert the base buffer.
18555 (magic-mode-alist): Doc fix.
18556 (buffer-stale-function): Doc fix.
18557 (minibuffer-with-setup-hook): Avoid warning.
18558 (mode-require-final-newline): Doc and custom fix.
18559
18560 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18561
18562 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18563 use the default appearance.
18564 (font-lock-comment-delimiter-face): New face, new variable.
18565
18566 * imenu.el (imenu--generic-function): The official position of a
18567 definition is the start of the line that BEG is in.
18568
18569 * midnight.el (midnight-timer): Move defvar up.
18570
18571 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18572
18573 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18574
18575 * startup.el (command-line): Use with-no-warnings.
18576
18577 * window.el (window-size-fixed): New defvar.
18578
18579 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18580
18581 * mail/rmail.el (rmail-font-lock-keywords):
18582 Use font-lock-comment-delimiter-face.
18583
18584 * mail/sendmail.el (mail-font-lock-keywords):
18585 Use font-lock-comment-delimiter-face.
18586
18587 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18588
18589 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18590
18591 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18592 Specify t for LAXMATCH when matching directories.
18593 Save match data around compilation-compat-error-properties form.
18594
18595 2005-04-23 David Kastrup <dak@gnu.org>
18596
18597 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18598 Mention that the autoloaded aliases should be kept for AUCTeX.
18599
18600 2005-04-23 Andreas Schwab <schwab@suse.de>
18601
18602 * isearch.el (isearch-forward): Doc fix.
18603
18604 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18605
18606 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18607 (jit-lock-stealth-nice): Change default value to 0.5.
18608
18609 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18610
18611 * abbrev.el (write-abbrev-file): Write table entries in
18612 alphabetical order by table name.
18613
18614 2005-04-22 Kim F. Storm <storm@cua.dk>
18615
18616 * ido.el (ido-read-internal): Fix `list' completion.
18617
18618 2005-04-22 Kenichi Handa <handa@m17n.org>
18619
18620 * recentf.el (recentf-save-file-coding-system): New variable.
18621 (recentf-save-list): Encode the file by
18622 recentf-save-file-coding-system and add coding: tag.
18623
18624 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18625
18626 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18627
18628 2005-04-21 Lute Kamstra <lute@gnu.org>
18629
18630 * loadhist.el (unload-feature): Don't remove a function from hooks
18631 if it is about to be restored to an autoload . Remove functions
18632 that will become unbound from auto-mode-alist. Simplify the code.
18633
18634 * subr.el (assq-delete-all): New implementation that is linear,
18635 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18636 (rassq-delete-all): New function.
18637
18638 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18639 Add size-indication-mode.
18640
18641 2005-04-21 Kenichi Handa <handa@m17n.org>
18642
18643 * international/mule-cmds.el: Add autoload for widget-value in
18644 eval-when-compile.
18645
18646 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18647
18648 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18649 Add tooltip-mode.
18650
18651 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18652
18653 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
18654
18655 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18656 (inferior-lisp-filter-regexp, inferior-lisp-program)
18657 (inferior-lisp-load-command, inferior-lisp-prompt)
18658 (inferior-lisp-mode-hook, lisp-source-modes)
18659 (inferior-lisp-load-hook): defvar->defcustom.
18660 (inferior-lisp-program, inferior-lisp-prompt)
18661 (inferior-lisp-load-hook): Doc fixes.
18662 (inferior-lisp-install-letter-bindings): Small change in
18663 introductory comment.
18664
18665 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
18666
18667 * vc.el (vc-annotate-color-map): Change some colors so that text
18668 using them as foreground is readable on both white and black
18669 backgrounds.
18670
18671 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18672
18673 * international/mule-conf.el (translation-table-for-input):
18674 Remove redundant declaration.
18675
18676 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18677
18678 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18679
18680 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18681 (tooltip-toggle-gud-tips): New function.
18682
18683 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18684
18685 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18686 right angle brackets.
18687
18688 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18689
18690 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18691
18692 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18693
18694 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18695 Remove. Update callers to use expand-file-name instead.
18696
18697 * subr.el (syntax-class): New function.
18698
18699 * simple.el (blink-matching-open): Use it.
18700
18701 * paren.el (show-paren-function): Use it to recognize parens that are
18702 also used in 2-char comment markers.
18703
18704 2005-04-19 Lute Kamstra <lute@gnu.org>
18705
18706 * loadhist.el (unload-feature): Update for new format of
18707 load-history. Simplify the code.
18708
18709 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18710
18711 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18712 (mac-add-charset-info): New function. Initialize variable
18713 mac-charset-info-alist using it.
18714 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18715 for translation.
18716 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18717 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18718 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18719 New CCL programs.
18720
18721 2005-04-19 Kim F. Storm <storm@cua.dk>
18722
18723 * simple.el (next-buffer, prev-buffer, next-error)
18724 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18725 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18726
18727 * bindings.el (next-buffer, prev-buffer, next-error)
18728 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18729 (clone-indirect-buffer-other-window): Move bindings from simple.el.
18730 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18731 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18732
18733 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18734
18735 * isearch.el (isearch-edit-string): Make the search-ring available for
18736 minibuffer history commands.
18737 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18738 the default history commands now work just as well.
18739 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18740
18741 2005-04-18 Kim F. Storm <storm@cua.dk>
18742
18743 * emulation/cua-base.el (cua--pre-command-handler): Add more
18744 elaborate check for shift modifier on non-window systems.
18745
18746 2005-04-18 Lars Hansen <larsh@math.ku.dk>
18747
18748 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18749
18750 2005-04-18 Kim F. Storm <storm@cua.dk>
18751
18752 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18753 and make it optional. Don't test tooltip-gud-echo-area here.
18754 (tooltip-gud-process-output, gdb-tooltip-print):
18755 Pass tooltip-gud-echo-area to tooltip-show.
18756 (tooltip-help-tips): Remove second optional arg to tooltip-show.
18757
18758 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18759
18760 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18761 `display-graphic-p' may not be bound yet.
18762
18763 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
18764
18765 * startup.el (command-line): No longer enable Xterm Mouse mode by
18766 default in terminals compatible with xterm.
18767
18768 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18769
18770 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
18771
18772 * tooltip.el (tooltip-gud-echo-area): Rename from
18773 tooltip-use-echo-area.
18774 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18775 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18776 area independently of where help tooltips are displayed.
18777
18778 2005-04-17 David Kastrup <dak@gnu.org>
18779
18780 * cus-theme.el (custom-theme-write-variables): Quote variables
18781 where necessary.
18782
18783 2005-04-17 Richard M. Stallman <rms@gnu.org>
18784
18785 * simple.el (yank-excluded-properties): Add follow-link to value.
18786
18787 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18788
18789 * startup.el (fancy-splash-max-time): Just 30 seconds.
18790 (fancy-splash-delay): Just 7.
18791 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18792
18793 * loadhist.el (unload-feature): Update for new format of load-history.
18794 Simplify the code.
18795
18796 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18797 (rmail-font-lock-keywords): Don't fontify the text of a citation.
18798
18799 * mail/sendmail.el (mail-font-lock-keywords):
18800 Don't fontify subject text.
18801 Don't fontify the text of a citation.
18802
18803 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
18804
18805 * comint.el (comint-output-filter): Run comint-output-filter-functions
18806 with point where the user had it.
18807
18808 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18809
18810 * international/ucs-tables.el (ucs-set-table-for-input):
18811 Disable when using unify-on-decoding.
18812
18813 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
18814
18815 * emulation/cua-base.el (cua-global-mark-face): Add special case
18816 for displays supporting a high number of colors.
18817
18818 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18819
18820 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18821
18822 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
18823
18824 * filesets.el (filesets-add-buffer): If user supplies a name of a
18825 non-existing fileset, create a new fileset.
18826
18827 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
18828
18829 * textmodes/org.el (org-up-heading-all): Fix bug with
18830 `outline-up-heading-all'.
18831
18832 2005-04-16 Andreas Schwab <schwab@suse.de>
18833
18834 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18835 /etc/permissions.d/* and /etc/aliases.d/*.
18836
18837 2005-04-16 Kenichi Handa <handa@m17n.org>
18838
18839 * international/code-pages.el (cp-make-coding-system):
18840 Set `translation-table-for-input' property value to the symbol
18841 ucs-mule-to-mule-unicode, not to that value.
18842 (pt154): Escape guillemet by `\'.
18843
18844 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
18845
18846 * loadup.el: Load tooltip if x-show-tip is fboundp.
18847
18848 * startup.el (command-line): Add comment.
18849
18850 * tooltip.el (tooltip-mode): Specify correct standard value for
18851 Custom in init-value.
18852
18853 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
18854
18855 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18856 possible.
18857
18858 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
18859
18860 * textmodes/org.el (org-agenda-date-prompt): Rename from
18861 `org-agenda-date-today'.
18862 (org-evaluate-time-range): Insert at point instead of directly
18863 after time range.
18864 (org-first-headline-recenter, org-subtree-end-visible-p)
18865 (org-optimize-window-after-visibility-change): New functions
18866 (org-agenda-post-command-hook): Don't allow point at end of line,
18867 to make sure it always hits the text properties.
18868 (org-agenda-next-date-line, org-agenda-previous-date-line):
18869 New commands.
18870 (org-set-regexps-and-options): Category may contain white space.
18871 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18872 Improve marker positions.
18873 (org-agenda-new-marker): Argument POS made optional.
18874 (org-agenda-get-timestamps): Deadlines which are done are listed
18875 in org-done-face now.
18876 (org-agenda-get-todos, org-agenda-get-timestamps)
18877 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18878 Set `undone-face' and `done-face' properties.
18879 (org-last-todo-state-is-todo): New variable.
18880 (org-todo): Set `org-last-todo-state-is-todo'.
18881 (org-agenda-todo): Change face according to
18882 `org-last-todo-state-is-todo'. And change other lines referring to
18883 the same entry.
18884 (org-calendar-goto-agenda): New command.
18885 (org-calendar-to-agenda-key): New option.
18886 (org-startup-folded): New allowed value `content'.
18887 (org-set-regexps-and-options): Accept new value `content' for
18888 `org-startup-folded'.
18889 (org-get-current-options): Handle new value `content' for
18890 `org-startup-folded'.
18891 (org-insert-todo-heading): New command.
18892 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
18893 interactively in empty file and option
18894 `org-insert-mode-line-in-empty-file' has been set.
18895 (org-agenda-todo, org-agenda-priority): Modify to use
18896 `org-agenda-change-all-lines'.
18897 (org-warning-face): Change color on dark background
18898
18899 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18900
18901 * international/mule-cmds.el (set-locale-environment): On Mac OS,
18902 use preferences AppleLocale and AppleLanguages, and variable
18903 mac-system-locale for default locale. On Mac OS Classic, use
18904 mac-system-coding-system for default coding systems.
18905
18906 * term/mac-win.el: Don't set file-name-coding-system.
18907 Decode variables system-name, emacs-build-system, user-login-name, and
18908 user-full-name by mac-system-coding-system on Mac OS Classic.
18909 (mac-system-coding-system): New variable.
18910
18911 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
18912
18913 * startup.el (command-line): Handle `xterm-mouse-mode' before
18914 reading init file.
18915
18916 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
18917
18918 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
18919
18920 * progmodes/sh-script.el (sh-here-document-word): Make it a
18921 defcustom. Doc fix.
18922 (sh-add): Bash uses $(( )) for arithmetic.
18923 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
18924 (sh-maybe-here-document): Remove quotes and leading whitespace
18925 from heredoc word when closing. Indent heredoc with tabs if word
18926 starts with "-".
18927
18928 2005-04-13 Richard M. Stallman <rms@gnu.org>
18929
18930 * simple.el (undo): Fix previous change.
18931
18932 * custom.el (defface): Doc fix.
18933
18934 2005-04-13 Lute Kamstra <lute@gnu.org>
18935
18936 * Makefile.in (DONTCOMPILE): Remove list.
18937 (compile, compile-always): Don't use DONTCOMPILE.
18938 (update-authors): Load the library in which batch-update-authors
18939 is defined.
18940 * makefile.w32-in (DONTCOMPILE): Remove list.
18941 (compile, compile-always): Fix comments.
18942 (update-authors): Load the library in which batch-update-authors
18943 is defined.
18944
18945 * generic-x.el (generic-mode-ini-file-find-file-hook):
18946 Rename to ini-generic-mode-find-file-hook.
18947 Keep generic-mode-ini-file-find-file-hook as an alias.
18948 (ini-generic-mode-find-file-hook): Rename from
18949 generic-mode-ini-file-find-file-hook. Fix docstring.
18950 (ini-generic-mode): Docstring change.
18951 (bat-generic-mode-run-as-comint): Silence the byte compiler.
18952
18953 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
18954 called from lisp.
18955
18956 * generic.el: Move to the emacs-lisp subdir.
18957
18958 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
18959
18960 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
18961 and C-S- function and cursor motion keys.
18962
18963 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
18964
18965 * startup.el (command-line): Enable Xterm Mouse mode by default.
18966 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
18967 for Custom. No longer show "Mouse" in mode line when enabled.
18968 Doc fix.
18969
18970 2005-04-12 Kim F. Storm <storm@cua.dk>
18971
18972 * emulation/cua-base.el (cua-rectangle-face)
18973 (cua-rectangle-noselect-face): Define face attributes here.
18974
18975 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
18976
18977 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18978
18979 * startup.el (command-line): Turn off blinking cursor if
18980 cursorBlink in resources is off or false.
18981
18982 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18983
18984 * term/mac-win.el (dnd): Require dnd.
18985 (mac-drag-n-drop): Call dnd-handle-one-url.
18986 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
18987 (kTextEncodingISOLatin2): Remove constants.
18988 (mac-script-code-coding-systems): New constant.
18989 (mac-handle-language-change): New function.
18990 (special-event-map): Bind it to `language-change' event.
18991 (mac-centraleurroman, mac-cyrillic): New coding systems.
18992 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
18993 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
18994 and mac-cyrillic-encoder to encode-mac-centraleurroman and
18995 encode-mac-cyrillic, respectively.
18996
18997 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18998
18999 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19000 Don't set overlay-arrow-string to "=>" as this is done
19001 globally in C now.
19002
19003 2005-04-12 Lute Kamstra <lute@gnu.org>
19004
19005 * generic-x.el (rc-generic-mode, rul-generic-mode):
19006 Fix auto-mode-alist entries.
19007 (etc-fstab-generic-mode): Tweak fontification.
19008
19009 * generic.el (generic-make-keywords-list): Fix docstring.
19010 (generic-mode-internal): Simplify generic-font-lock-keywords.
19011
19012 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19013
19014 * whitespace.el (whitespace-buffer-leading)
19015 (whitespace-buffer-trailing): Revert the incorrect test inversion.
19016 However, fix the highlight area for the leading and
19017 trailing whitespaces to show space.
19018
19019 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19020
19021 * whitespace.el (whitespace-version): Bump to 3.5
19022
19023 (whitespace-buffer-leading, whitespace-buffer-trailing):
19024 Invert sense of the test to highlight the whitespace.
19025
19026 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19027
19028 * progmodes/gud.el (gud-display-line): GUD uses its own
19029 overlay arrow now so don't set overlay-arrow-string.
19030 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19031
19032 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19033
19034 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19035 (term-ansi-current-reverse, term-ansi-current-invisible)
19036 (term-ansi-face-already-done): Change to boolean.
19037 (term-reset-terminal, term-handle-colors-array): Handle the above
19038 vars accordingly.
19039 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19040 (term-emulate-terminal): Use the new name.
19041
19042 * faces.el (secondary-selection): Use yellow1, not yellow.
19043 (trailing-whitespace): Use red1, not red.
19044
19045 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19046
19047 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19048 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19049 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19050
19051 * cus-edit.el (dnd): New group.
19052
19053 * term/w32-win.el (dnd): Require dnd
19054 (w32-drag-n-drop): Call dnd-handle-one-url.
19055
19056 * x-dnd.el: Require dnd.
19057 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19058 Call dnd-handle-one-url.
19059 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19060 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19061 to dnd-insert-text.
19062 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19063 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19064 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19065 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19066
19067 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19068
19069 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19070
19071 * wdired.el: Doc fixes.
19072 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19073 (wdired-use-dired-vertical-movement): Rename from
19074 wdired-always-move-to-filename-beginning.
19075 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19076 (wdired-change-to-wdired-mode): Change mode name.
19077 (wdired-newline): Delete.
19078
19079 2005-04-11 Richard M. Stallman <rms@gnu.org>
19080
19081 * whitespace.el (whitespace-highlight-the-space):
19082 Don't call whitespace-unhighlight-the-space here.
19083
19084 * simple.el (undo): Record t in undo-equiv-table
19085 for the redo record made by an undo-in-region.
19086
19087 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19088
19089 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19090 (gdb-frame-inferior-io-buffer): New Functions to control
19091 display of separate IO buffer.
19092 (menu): Add them to menu-bar.
19093 (gdb-display-buffer): Check for buffer another frame.
19094 Protect GUD buffer.
19095 (gdb-setup-windows): Create IO buffer if not already there.
19096 (gdb-memory-mode): Remove purecopy noops.
19097
19098 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19099
19100 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19101 and pass to self-insert-command.
19102
19103 2005-04-11 Lute Kamstra <lute@gnu.org>
19104
19105 * generic.el: Commentary section cleanup.
19106 (generic): Delete.
19107 (generic-use-find-file-hook, generic-lines-to-scan)
19108 (generic-find-file-regexp, generic-ignore-files-regexp)
19109 (default-generic-mode, generic-mode-find-file-hook)
19110 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19111 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19112 (generic-use-find-file-hook, generic-lines-to-scan)
19113 (generic-find-file-regexp, generic-ignore-files-regexp)
19114 (default-generic-mode, generic-mode-find-file-hook)
19115 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19116
19117 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19118
19119 * bookmark.el (bookmark-write-file): Catch errors writing file.
19120 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19121
19122 2005-04-10 Richard M. Stallman <rms@gnu.org>
19123
19124 * startup.el (fancy-splash-tail): Update copyright year.
19125 (command-line): Split part of -Q into -D.
19126 (emacs-basic-display): New defvar.
19127 (fancy-splash-text): Correct name of menu item.
19128
19129 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19130
19131 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19132 lines in one node.
19133
19134 * comint.el (comint-send-input): New arg ARTIFICIAL.
19135 Callers in this file changed.
19136
19137 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19138
19139 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19140
19141 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19142
19143 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19144 `ldap-search-internal'.
19145
19146 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19147
19148 * files.el (set-auto-mode-1): Use line-end-position.
19149
19150 * international/latin-1.el:
19151 * international/latin-2.el:
19152 * international/latin-3.el:
19153 * international/latin-4.el:
19154 * international/latin-5.el:
19155 * international/latin-8.el:
19156 * international/latin-9.el: Give punctuation syntax to NBSP.
19157
19158 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19159 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19160 Use char-classes to accept non-ascii letters, accepted in some recent
19161 bibtex implementations.
19162
19163 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19164
19165 * custom.el (custom-set-minor-mode): Any non-nil value for the
19166 variable should enable the mode when set through Custom.
19167
19168 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19169
19170 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19171 TAB binding so tab-always-indent is obeyed.
19172 (vhdl-minibuffer-local-map): Move initialization into declaration.
19173 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19174 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19175 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19176 (vhdl-current-line): Use line-beginning-position.
19177 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19178 with-output-to-temp-buffer, so the current position can be recorded.
19179
19180 2005-04-10 Masatake YAMATO <jet@gyve.org>
19181
19182 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19183 Add regexp for gcov.
19184
19185 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19186
19187 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19188 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19189 syntax which Emacs 20 doesn't support.
19190
19191 2005-04-09 Richard M. Stallman <rms@gnu.org>
19192
19193 * help.el (describe-key-briefly, describe-key):
19194 Replace strings as event types with "(any string)".
19195
19196 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19197
19198 * arc-mode.el (archive-mode-map): Move initialization into
19199 the declaration. Override *all* bindings of `undo'.
19200 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19201
19202 2005-04-09 Jay Belanger <belanger@truman.edu>
19203
19204 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19205
19206 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19207
19208 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19209 (xterm-register-default-colors): Update color values computation
19210 to match xterm-200.
19211
19212 2005-04-09 Kenichi Handa <handa@m17n.org>
19213
19214 * international/code-pages.el (iso-latin-7): Fix the map.
19215
19216 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19217
19218 * emacs-lisp/lisp.el (defun-prompt-regexp)
19219 (parens-require-spaces, buffer-end, end-of-defun)
19220 (insert-parentheses): Doc fixes.
19221
19222 2005-04-08 Kim F. Storm <storm@cua.dk>
19223
19224 * comint.el (comint-highlight-prompt): Fix face spec.
19225 * hi-lock.el (hi-green): Likewise.
19226
19227 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19228
19229 * cus-edit.el (custom-modified-face):
19230 * comint.el (comint-highlight-input): Fix previous changes.
19231 * term.el (term-handle-ansi-escape): Add a comment.
19232
19233 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19234
19235 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19236 in the buffer and in whitespace-highlighted-space.
19237 (whitespace-unhighlight-the-space): Simplify.
19238 (whitespace-buffer): Simplify.
19239
19240 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19241
19242 * textmodes/table.el (table-cell-face): Add special case for
19243 displays supporting a high number of colors.
19244 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19245 (vhdl-font-lock-reserved-words-face)
19246 (vhdl-speedbar-architecture-face)
19247 (vhdl-speedbar-instantiation-face)
19248 (vhdl-speedbar-architecture-selected-face)
19249 (vhdl-speedbar-instantiation-selected-face): Likewise.
19250 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19251 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19252 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19253 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19254 (ebrowse-progress-face): Likewise.
19255 * progmodes/compile.el (compilation-info-face): Likewise.
19256 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19257 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19258 * calendar/calendar.el (diary-face): Likewise.
19259 * woman.el (woman-italic-face, woman-bold-face)
19260 (woman-unknown-face): Likewise.
19261 * wid-edit.el (widget-button-pressed-face): Likewise.
19262 * whitespace.el (whitespace-highlight-face): Likewise.
19263 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19264 * pcvs-info.el (cvs-marked-face): Likewise.
19265 * info.el (info-xref): Likewise.
19266 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19267 * hilit-chg.el (highlight-changes-face)
19268 (highlight-changes-delete-face): Likewise.
19269 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19270 (hi-red-b): Likewise.
19271 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19272 * font-lock.el (font-lock-keyword-face)
19273 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19274 * cus-edit.el (custom-invalid-face, custom-modified-face)
19275 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19276 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19277 * comint.el (comint-highlight-prompt): Likewise.
19278
19279 2005-04-08 Lute Kamstra <lute@gnu.org>
19280
19281 * font-lock.el (font-lock-keywords): Docstring fixes.
19282
19283 2005-04-08 Kenichi Handa <handa@m17n.org>
19284
19285 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19286 chars are more than a limit, print " and more..." at the tail.
19287
19288 2005-04-08 Kim F. Storm <storm@cua.dk>
19289
19290 * emacs-lisp/authors.el (authors-aliases): Update list.
19291 (authors-ignored-files): New list.
19292 (authors-fixed-entries): Fix typo.
19293 (authors-renamed-files-alist): Update list.
19294 (authors-add): Check authors-ignored-files.
19295
19296 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19297
19298 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19299 optional, to ensure backward compatibility.
19300
19301 2005-04-08 Stephen Eglen <stephen@gnu.org>
19302
19303 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19304
19305 2005-04-08 Kim F. Storm <storm@cua.dk>
19306
19307 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19308
19309 * mouse.el (mouse-on-link-p): Doc fix.
19310
19311 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19312
19313 * ielm.el (ielm-prompt-read-only): Doc fix.
19314
19315 * comint.el (comint-prompt-read-only): Doc fix.
19316
19317 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19318
19319 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19320 ensure dired always handles wildcards passed to ffap.
19321 (find-file-at-point): Use it.
19322 (ffap-dired-wildcards): Doc fix.
19323
19324 2005-04-07 Juri Linkov <juri@jurta.org>
19325
19326 * simple.el (next-error-overlay-arrow-position): New defvar.
19327 Put "=>" on its property `overlay-arrow-string'. Add it to
19328 `overlay-arrow-variable-list'.
19329
19330 * progmodes/compile.el (compilation-setup):
19331 Set `next-error-overlay-arrow-position' to nil. Also set it to
19332 nil in the local hook `kill-buffer-hook'. Make local variable
19333 `overlay-arrow-string' and set it to "=>".
19334 (compilation-goto-locus): Set BOL position to
19335 `next-error-overlay-arrow-position' instead of
19336 `overlay-arrow-position'.
19337
19338 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19339 locally instead of adding it to the global hook.
19340 (Info-kill-buffer): Move up.
19341
19342 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19343
19344 * term/xterm.el (xterm-standard-colors): Update color values from
19345 xterm-200.
19346
19347 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19348
19349 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19350
19351 * fast-lock.el:
19352 * lazy-lock.el: Move them to the obsolete subdir.
19353
19354 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19355
19356 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19357 (wdired-add-replace-advice): Remove.
19358 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19359
19360 2005-04-06 Kim F. Storm <storm@cua.dk>
19361
19362 * startup.el (command-line): Add --bare-bones alias for -Q.
19363
19364 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19365
19366 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19367 create the startup fontset if a font specification ends with
19368 `mac-roman'.
19369
19370 2005-04-06 Lute Kamstra <lute@gnu.org>
19371
19372 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19373 change.
19374
19375 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19376 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19377
19378 2005-04-05 Lute Kamstra <lute@gnu.org>
19379
19380 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19381 (define-generic-mode): Ditto. Fix debug declaration.
19382
19383 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19384 Put them in the generic-x group.
19385
19386 * calendar/timeclock.el (timeclock): Doc fix.
19387
19388 * generic.el (define-generic-mode): Don't use custom-current-group.
19389 Document default :group value.
19390 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19391 (define-global-minor-mode): Don't use custom-current-group.
19392
19393 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19394
19395 * startup.el (command-line-1): Display startup-echo-area-message
19396 when fancy splash screen is in use.
19397
19398 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19399 (sh-escaped-newline): New face.
19400 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19401 newline, and use sh-escaped-newline face.
19402
19403 * progmodes/tcl.el (tcl-escaped-newline): New face.
19404 (tcl-builtin-list): New variable.
19405 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19406 newlines. Fix keywords subexpression number.
19407
19408 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19409
19410 * textmodes/org.el (org-diary-default-entry): Fix call to
19411 `add-to-diary-entry'.
19412
19413 2005-04-05 Kim F. Storm <storm@cua.dk>
19414
19415 * ediff-init.el: Use (featurep 'xemacs).
19416
19417 2005-04-05 David Ponce <david@dponce.com>
19418
19419 * cus-edit.el (face): Derive from symbol widget. Display sample
19420 of the current face on the fly.
19421 (widget-face-sample-face-get, widget-face-notify): New functions.
19422 (widget-face-value-create): Remove.
19423
19424 * wid-edit.el (widget-field-end): Temporarily remove field
19425 narrowing before to call `get-char-property'.
19426
19427 2005-04-04 Jay Belanger <belanger@truman.edu>
19428
19429 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19430 (math-read-subscripts): New variable.
19431 (math-read-preprocess-string): Process subscripts.
19432
19433 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19434
19435 * comint.el (comint-prompt-read-only): Doc fix.
19436
19437 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19438 `-1'. Doc fix.
19439
19440 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19441
19442 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19443 Change default value to nil.
19444
19445 2005-04-04 Lute Kamstra <lute@gnu.org>
19446
19447 * autorevert.el (auto-revert-mode): Specify :group.
19448 * battery.el (display-battery-mode): Specify :group.
19449 * diff-mode.el (diff-minor-mode): Specify :group.
19450 * font-core.el (font-lock-mode): Specify :group.
19451 * hl-line.el (hl-line-mode): Specify :group.
19452 * iimage.el (iimage): New customization group.
19453 (iimage-mode): Specify :group.
19454 * longlines.el (longlines-mode): Specify :group.
19455 * master.el: Don't require easy-mmode.
19456 (master): New customization group.
19457 (master-mode): Specify :group.
19458 * msb.el (msb-mode): Specify :group.
19459 * reveal.el (reveal-mode): Specify :group.
19460 * simple.el (next-error-follow-minor-mode): Specify :group.
19461 * smerge-mode.el (smerge-mode): Specify :group.
19462 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19463 * emulation/cua-base.el (cua-mode): Specify :group.
19464 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19465 * language/thai-util.el (thai-auto-composition-mode)
19466 (thai-word-mode): Specify :group.
19467 * mail/supercite.el (sc-minor-mode): Specify :group.
19468 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19469 * progmodes/flymake.el (flymake-mode): Specify :group.
19470 * progmodes/glasses.el (glasses-mode): Specify :group.
19471 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19472 * textmodes/enriched.el (enriched-mode): Specify :group.
19473 * textmodes/refill.el (refill-mode): Specify :group.
19474
19475 * add-log.el (change-log-font-lock-keywords): Names in
19476 parenthesized lists can contain spaces.
19477
19478 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19479
19480 * startup.el (fancy-splash-text): Shorten default text of
19481 "Emacs Tutorial" line. Also, if the current language env
19482 indicates an available tutorial file other than TUTORIAL,
19483 extract its title and append it to the line in parentheses.
19484 (fancy-splash-insert): If arg is a thunk, funcall it.
19485
19486 2005-04-04 Jay Belanger <belanger@truman.edu>
19487
19488 * calc.el (calc-language-alist): Add tags to customization type.
19489
19490 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19491
19492 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19493 Doc fix.
19494
19495 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19496
19497 * add-log.el (change-log-font-lock-keywords): The manual
19498 describing a Change Log entry, says: (...) "Aside from these
19499 header lines, every line in the change log starts with a space or
19500 a tab.". The font-lock was not highlighting lines started with
19501 spaces, added support for it.
19502
19503 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19504
19505 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19506 (bibtex-generate-url-list): Update docstring accordingly. Put the
19507 complex example in the docstring.
19508 (bibtex-font-lock-url): Use pop.
19509
19510 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19511
19512 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19513
19514 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19515
19516 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19517
19518 * filesets.el (filesets-set-default): Doc fix.
19519
19520 2005-04-03 Lute Kamstra <lute@gnu.org>
19521
19522 * generic.el (define-generic-mode): Add argument to specify
19523 keywords for defcustom.
19524 (default-generic-mode): Specify :group.
19525
19526 * generic-x.el: Specify :group for all generic modes.
19527
19528 * desktop.el (desktop-no-desktop-file-hook)
19529 (desktop-after-read-hook): Doc fix.
19530
19531 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19532
19533 * simple.el (visible-mode): Use explicit :group keyword.
19534 This changes the group of `visible-mode-hook' from paren-blinking
19535 to editing-basics.
19536
19537 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19538
19539 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19540 mailbox specifications as well as URLs.
19541 (rmail-insert-inbox-text): Remove unused conditional branches.
19542
19543 2005-04-01 Jay Belanger <belanger@truman.edu>
19544
19545 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19546 (calc-gnuplot-print-command): Move definitions to calc.el.
19547
19548 * calc/calc-embed.el (calc-embedded-announce-formula)
19549 (calc-embedded-open-formula, calc-embedded-close-formula)
19550 (calc-embedded-open-word, calc-embedded-close-word)
19551 (calc-embedded-open-plain, calc-embedded-close-plain)
19552 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19553 (calc-embedded-open-mode, calc-embedded-close-mode):
19554 Move definitions to calc.el.
19555
19556 * calc/calc.el (calc-settings-file, calc-language-alist):
19557 Make customizable.
19558 (calc-embedded-announce-formula, calc-embedded-open-formula)
19559 (calc-embedded-close-formula, calc-embedded-open-word)
19560 (calc-embedded-close-word, calc-embedded-open-plain)
19561 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19562 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19563 (calc-embedded-close-mode, calc-gnuplot-name)
19564 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19565 from other files and make customizable.
19566
19567 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19568
19569 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19570 Use buffer-live-p.
19571 (cvs-mode-run): Don't call cvs-update-header here.
19572 (cvs-run-process): Call cvs-update-header.
19573 Use process properties for cvs-postprocess and cvs-buffer so that
19574 the sentinel can behave better if the temp buffer is killed.
19575 Use a pipe rather than a tty, to better handle unexpected prompts.
19576 (cvs-sentinel): Rewrite. Call cvs-update-header.
19577
19578 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19579
19580 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19581 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19582
19583 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19584
19585 * generic.el (define-generic-mode): Add indentation rule.
19586
19587 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19588
19589 * files.el (mode-require-final-newline): Make Custom correctly
19590 report a nil value and allow to set it to nil via Custom.
19591 Doc fix.
19592
19593 2005-04-01 Kenichi Handa <handa@m17n.org>
19594
19595 * international/characters.el: Enable the correct case setting for
19596 dotless-i and dotted-I.
19597
19598 2005-04-01 Kim F. Storm <storm@cua.dk>
19599
19600 * ido.el (ido-file-internal): Fall back to non-ido command if
19601 initial directory is on slow ftp (or tramp) host.
19602
19603 2005-03-31 Richard M. Stallman <rms@gnu.org>
19604
19605 * emacs-lisp/autoload.el (make-autoload):
19606 Handle define-global-minor-mode.
19607
19608 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19609 Rename from easy-mmode-define-global-mode.
19610 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19611
19612 * progmodes/scheme.el (scheme-mode-syntax-table):
19613 Update syntax of | and # for two-character comment syntax.
19614
19615 2005-03-31 Lute Kamstra <lute@gnu.org>
19616
19617 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19618 (define-minor-mode): Call custom-current-group at load-time.
19619
19620 * generic.el (define-generic-mode): Add debug declaration.
19621 Add defcustom for the mode hook.
19622 (generic-mode-internal): Use run-mode-hooks.
19623
19624 2005-03-31 Kim F. Storm <storm@cua.dk>
19625
19626 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19627 (mouse-fixup-help-message): New defun called by show_help_echo
19628 to fixup mouse-2 prefix in help messages when applicable.
19629
19630 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19631
19632 2005-03-31 Kenichi Handa <handa@m17n.org>
19633
19634 * language/thai-word.el (thai-find-word-ends): Pay attention to
19635 the case that we reach the end of buffer.
19636
19637 * textmodes/fill.el (fill-text-properties-at): New function.
19638 (fill-newline): Use fill-text-properties-at instead of
19639 text-properties-at.
19640
19641 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19642
19643 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19644 not comint-quote-filename.
19645
19646 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19647
19648 * help-fns.el (help-with-tutorial): Revert last change.
19649
19650 2005-03-31 Kim F. Storm <storm@cua.dk>
19651
19652 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19653
19654 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
19655
19656 * calendar/cal-china.el: Update reference to "Calendrical
19657 Calculations" book; there's a new edition.
19658 * calendar/cal-coptic.el: Likewise.
19659 * calendar/cal-french.el: Likewise.
19660 * calendar/cal-hebrew.el: Likewise.
19661 * calendar/cal-islam.el: Likewise.
19662 * calendar/cal-iso.el: Likewise.
19663 * calendar/cal-julian.el: Likewise.
19664 * calendar/cal-mayan.el: Likewise.
19665 * calendar/cal-persia.el: Likewise.
19666 * calendar/calendar.el: Likewise.
19667 * calendar/holidays.el: Likewise.
19668 * calendar/lunar.el: Likewise.
19669 * calendar/solar.el: Likewise.
19670
19671 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19672 white space from doc string.
19673
19674 2005-03-30 Jay Belanger <belanger@truman.edu>
19675
19676 * calc/calc-help.el (calc-full-help): Remove email address.
19677
19678 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
19679
19680 * help-fns.el (help-with-tutorial): Delete title line.
19681
19682 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19683
19684 * calendar/cal-x.el (calendar-one-frame-setup)
19685 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19686 rather than `symbol' for set-window-dedicated-p.
19687
19688 * calendar/appt.el (appt-buffer-name): Make it a constant.
19689 (appt-add): Doc fix.
19690
19691 * filesets.el (filesets-menu-path, filesets-menu-before)
19692 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
19693 (filesets-menu-cache-file): Use directory ~/.emacs.d.
19694 (filesets-add-submenu): Delete and use add-submenu instead.
19695
19696 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
19697
19698 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19699 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19700 (org-diary-default-entry): New function.
19701 (org-get-entries-from-diary): Better parsing of diary entries.
19702 (org-agenda-check-no-diary): New function.
19703 ("diary-lib"): Advice to function `add-to-diary-list', to allow
19704 linking to diary entries.
19705 (org-agenda-execute-calendar-command): New function.
19706 (org-agenda): Improve visible section in window.
19707 Use `org-fit-agenda-window'.
19708 (org-fit-agenda-window): New option.
19709 (org-move-subtree-down): Better handling of empty lines
19710 at end of subtree.
19711 (org-cycle): Numeric prefix is interpreted now as show-subtree N
19712 levels up.
19713 (org-fontify-done-headline): New option.
19714 (org-headline-done-face): New face.
19715 (org-set-font-lock-defaults): Use `org-headline-done-face'.
19716 (org-table-copy-down): Rename from `org-table-copy-from-above'.
19717 When current field is non-empty, it is copied to next row.
19718 (org-table-copy-from-above): Fix bug which made it
19719 impossible to copy fields containing only a single non-white character.
19720
19721 2005-03-30 Kim F. Storm <storm@cua.dk>
19722
19723 * kmacro.el (kmacro-end-macro): Isearch may store this command
19724 into the macro -- so ignore it when executing keyboard macro.
19725
19726 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19727
19728 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19729
19730 2005-03-29 Kenichi Handa <handa@m17n.org>
19731
19732 * language/thai.el ("Thai"): Set setup-function and exit-function
19733 for Thai language environment.
19734
19735 * language/thai-util.el: Require thai-word.
19736 (thai-word-mode-map): New variable.
19737 (thai-word-mode): New minor mode.
19738 (setup-thai-language-environment-internal): New function.
19739 (exit-thai-language-environment-internal): New function.
19740
19741 * language/thai-word.el (thai-word-table): Declare it by defvar,
19742 use dolist to initialize it.
19743 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19744 (thai-fill-find-break-point): New functions.
19745
19746 2005-03-29 Richard M. Stallman <rms@gnu.org>
19747
19748 * simple.el (idle-update-delay): Move definition up.
19749 (set-mark): Doc fix.
19750
19751 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
19752
19753 * longlines.el: New file.
19754
19755 * simple.el (buffer-substring-filters): New variable.
19756 (filter-buffer-substring): New function.
19757 (kill-region, copy-region-as-kill): Use it.
19758
19759 * register.el (copy-to-register, append-to-register)
19760 (prepend-to-register): Use filter-buffer-substring.
19761
19762 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19763
19764 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19765 (gud-filter-pending-text): Move in front of gdb.
19766 (gud-overlay-arrow-position): New variable.
19767 (gud-sentinel, gud-display-line): Use it in place of
19768 overlay-arrow-position.
19769
19770 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
19771
19772 * progmodes/fortran.el (fortran-if-indent): Doc fix.
19773 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19774 (fortran-font-lock-keywords-4): New variable.
19775 (fortran-blocks-re, fortran-end-block-re)
19776 (fortran-start-block-re): New constants, for hideshow.
19777 (hs-special-modes-alist): Add a Fortran entry.
19778 (fortran-mode-map): Bind fortran-end-of-block,
19779 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19780 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
19781 (fortran-looking-at-if-then, fortran-end-of-block)
19782 (fortran-beginning-of-block): New functions, for hideshow.
19783
19784 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19785 Doc fix. Tweak regexp.
19786 (f90-beginning-of-block): Push mark first.
19787
19788 2005-03-29 Jay Belanger <belanger@truman.edu>
19789
19790 * calc/calc.el: Update copyright date.
19791 (calc-version): Increase to 2.1.
19792 (calc-version-date): Remove.
19793
19794 * calc/calc-help.el: Update copyright date.
19795 (calc-full-help): Remove reference to calc-version-date.
19796 Update copyright date.
19797
19798 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19799
19800 * vc.el (vc-do-command): Use a pipe for async processes, so password
19801 prompts don't show up at places where the user can't reply.
19802
19803 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19804
19805 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19806 on the file name we pass to the inferior shell.
19807
19808 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19809
19810 * progmodes/which-func.el (which-function): Be robust in the face of an
19811 imenu--make-index-alist failure.
19812
19813 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19814
19815 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19816
19817 * progmodes/python.el (python-preoutput-filter): Fix last change.
19818
19819 2005-03-29 Lute Kamstra <lute@gnu.org>
19820
19821 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19822 functions and compiled macros.
19823 (debug-convert-byte-code): Handle macros too.
19824 (debug-on-entry-1): Don't signal an error when trying to clear a
19825 function that is not set to debug on entry.
19826
19827 2005-03-29 Jay Belanger <belanger@truman.edu>
19828
19829 * calc/calc-lang.el: Add functions to math-function-table
19830 properties of tex and math.
19831
19832 2005-03-29 Kenichi Handa <handa@m17n.org>
19833
19834 * ps-mule.el (ps-mule-plot-string): Translate characters by
19835 ps-print-translation-table.
19836 (ps-mule-begin-job): Call find-charset-region/string with
19837 ps-print-translation-table.
19838 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19839
19840 * ps-print.el (ps-print-translation-table): New variable.
19841 (ps-plot-region): Translate characters by ps-print-translation-table.
19842
19843 2005-03-29 Juri Linkov <juri@jurta.org>
19844
19845 * simple.el (next-error-highlight-timer): New variable.
19846
19847 * progmodes/compile.el (compilation-goto-locus):
19848 Use `next-error-highlight-timer' instead of `sit-for'.
19849
19850 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19851
19852 * mail/supercite.el (sc-mail-field): Use assoc-string.
19853 (sc-get-address): Simplify regexps.
19854
19855 * files.el (minibuffer-with-setup-hook): New macro.
19856 (find-file-read-args): Use it to avoid let-binding
19857 minibuffer-with-setup-hook (which breaks turning on/off
19858 file-name-shadow-mode while in the prompt).
19859
19860 * complete.el (PC-read-include-file-name-internal):
19861 Use test-completion.
19862
19863 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
19864
19865 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19866
19867 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19868
19869 * window.el (window-buffer-height): Use count-screen-lines.
19870
19871 * progmodes/python.el (python-preoutput-leftover): New var.
19872 (python-preoutput-filter): Use it.
19873 (python-send-receive): Loop until all the result has been received.
19874
19875 2005-03-28 Juri Linkov <juri@jurta.org>
19876
19877 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
19878
19879 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
19880 "Recover Crashed Session".
19881 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
19882 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
19883 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
19884 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
19885 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
19886 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
19887 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
19888 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
19889
19890 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
19891 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
19892 Ediff Sessions", "Toggle use of separate control buffer frame",
19893 "Use separate frame for Ediff control buffer".
19894
19895 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
19896 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
19897 "Rename Bookmark", "Delete Bookmark".
19898
19899 * info.el (Info-mode-menu): Remove ellipsis from "Index".
19900 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
19901 Add `:active Info-index-alternatives' to "Next Matching Item".
19902
19903 * wdired.el (wdired-change-to-wdired-mode):
19904 Mention `wdired-abort-changes' key in the initial message.
19905
19906 * international/mule.el (auto-coding-alist): Associate non-ascii
19907 image filename extensions with `no-conversion'.
19908
19909 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
19910
19911 * international/iso-acc.el:
19912 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
19913
19914 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
19915
19916 * textmodes/sgml-mode.el (html-mode): Doc update.
19917
19918 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
19919
19920 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
19921
19922 * term.el (term-move-columns): Fix face after extending a line.
19923 (term-insert-spaces): Likewise.
19924 (term-reset-terminal): Fix off by one error.
19925
19926 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19927
19928 * international/mule.el (auto-coding-alist): Add .xpi files.
19929
19930 * files.el (auto-mode-alist): Add .xpi files.
19931
19932 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
19933
19934 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
19935
19936 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19937
19938 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
19939
19940 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
19941
19942 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
19943 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
19944
19945 * calendar/cal-move.el (calendar-beginning-of-year): Move the
19946 cursor to Jan 1 when needed.
19947 (calendar-end-of-year): Fix -/+ typo.
19948 Reported by Chong Yidong <cyd@stupidchicken.com>.
19949
19950 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19951
19952 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
19953
19954 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
19955 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
19956
19957 2005-03-25 Richard M. Stallman <rms@gnu.org>
19958
19959 * filesets.el (filesets-init): Add autoload.
19960
19961 * mail/mailalias.el (mail-directory): Doc fix.
19962
19963 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19964
19965 * mail/mailalias.el (mail-directory-process): Do nothing if
19966 mail-directory-process is an atom.
19967 (mail-get-names): Ignore mail-directory-names if it is an atom.
19968 (mail-directory-process defvar): Doc fix.
19969 (mail-names): Doc fix.
19970
19971 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
19972
19973 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
19974
19975 2005-03-26 Kenichi Handa <handa@m17n.org>
19976
19977 * international/mule-util.el (detect-coding-with-priority):
19978 Call update-coding-systems-internal before detect-coding-region.
19979
19980 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
19981
19982 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
19983 (gdb-frames-mode-map): Add follow-link property.
19984
19985 2005-03-25 Jay Belanger <belanger@truman.edu>
19986
19987 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
19988 for variables.
19989
19990 2005-03-25 Juri Linkov <juri@jurta.org>
19991
19992 * image-mode.el: Optimize image filename extension regexps in
19993 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
19994 in `auto-mode-alist'.
19995 (image-mode): Add `image-toggle-display-text' to local hook
19996 `change-major-mode-hook'. Display the image as an image by
19997 default. Set `cursor-type' and `truncate-lines' if the image
19998 is already displayed. Take into account the current mode (image
19999 or text) in message.
20000 (image-minor-mode): New minor mode.
20001 (image-mode-maybe, image-toggle-display-text): New functions.
20002 (image-toggle-display): Use called-interactively-p.
20003 Let-bind `inhibit-read-only' to t.
20004
20005 * image-mode.el (image-minor-mode): Set `cursor-type' and
20006 `truncate-lines' if the image is already displayed. Add turning
20007 image-minor-mode off to `change-major-mode-hook'. Add message.
20008 Call `image-toggle-display-text' after turning image-minor-mode off.
20009
20010 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20011
20012 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20013 Terminal.app, use utf-8.
20014 (set-display-table-and-terminal-coding-system): Add coding-system arg.
20015 (set-locale-environment): Use it.
20016
20017 * term/xterm.el: Undo last change, better done in mule-cmds.el.
20018
20019 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20020
20021 * progmodes/python.el (python-close-block-statement-p)
20022 (python-outdent-p, python-current-defun): Use symbol-end.
20023
20024 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20025
20026 * files.el (save-some-buffers): Doc fix.
20027
20028 2005-03-25 Werner Lemberg <wl@gnu.org>
20029
20030 * complete.el, thumbs.el: Replace `legal' with `valid'.
20031 * calendar/calendar.el: Replace `legal' with `valid'.
20032 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20033 * mail/supercite.el: Replace `legal' with `valid'.
20034 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20035 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20036 Replace `legal' with `valid'.
20037 * textmodes/reftex-vars.el, textmodes/reftex.el:
20038 Replace `legal' with `valid'.
20039
20040 2005-03-25 Werner Lemberg <wl@gnu.org>
20041
20042 * calc/calc-forms.el, calc/calc-sel.el
20043 * midnight.el, vc-cvs.el
20044 * emacs-lisp/cl-macs.el
20045 * emulation/vip.el
20046 * eshell/esh-io.el, eshell/esh-var.el
20047 * mail/supercite.el
20048 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20049 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20050 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20051 * progmodes/sh-script.el, progmodes/xscheme.el
20052 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20053 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20054 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20055 * textmodes/reftex.el, textmodes/org.el:
20056 Replace `illegal' with `invalid'.
20057
20058 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20059
20060 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20061 (flymake-find-buildfile, flymake-find-possible-master-files)
20062 (flymake-check-include, flymake-parse-line): Replace loops over the
20063 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20064
20065 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20066 Substitute file-name-as-directory in the rest of the file.
20067 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20068 (flymake-replace-region): Remove unused arg `buffer'.
20069 (flymake-check-patch-master-file-buffer): Update calls to it.
20070 (flymake-add-err-info): Remove unused var `count'.
20071 (flymake-mode): Use define-minor-mode.
20072
20073 * progmodes/flymake.el: Use with-current-buffer.
20074 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20075 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20076 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20077 Avoid testing for `xemacs'.
20078 (flymake-nop): Move.
20079 (flymake-region-has-flymake-overlays): Return the computed value.
20080 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20081 Remove unused var `endline'.
20082 (flymake-get-line-count): Remove unused function.
20083 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20084
20085 * emulation/vi.el:
20086 * generic.el:
20087 * hilit-chg.el (global-highlight-changes):
20088 * hi-lock.el (hi-lock-mode):
20089 * follow.el: find-file-hooks -> find-file-hook.
20090
20091 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20092
20093 2005-03-24 Juri Linkov <juri@jurta.org>
20094
20095 * dired.el (dired-mode-map): Add menu item "Compare directories"
20096 for dired-compare-directories.
20097
20098 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20099 Doc fix. Replace `read-file-name' with `read-directory-name'.
20100
20101 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20102
20103 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20104
20105 2005-03-24 Jay Belanger <belanger@truman.edu>
20106
20107 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20108 relevant mode settings in calc-embedded-original-modes when modes
20109 are permanently changed.
20110
20111 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20112
20113 * autoinsert.el: find-file-hooks -> find-file-hook.
20114
20115 2005-03-24 Lute Kamstra <lute@gnu.org>
20116
20117 * generic.el (generic-font-lock-defaults): Make it obsolete.
20118 (generic-font-lock-keywords): New variable to replace
20119 generic-font-lock-defaults.
20120 (generic-mode-set-font-lock): Delete it.
20121 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20122 (generic-bracket-support): Add docstring.
20123
20124 * generic-x.el: Rename generic-font-lock-defaults to
20125 generic-font-lock-keywords throughout.
20126 (mailagent-rules-setup-function): Delete it.
20127 (mailagent-rules-generic-mode): Use anonymous function instead.
20128 (show-tabs-generic-mode-font-lock-defaults-1)
20129 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20130 Quote faces.
20131 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20132 not foreground.
20133
20134 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20135 Recognize define-generic-mode.
20136
20137 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20138
20139 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20140 if there's no completion table.
20141
20142 2005-03-23 Miles Bader <miles@gnu.org>
20143
20144 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20145 Remove tty-specific variants, as they're no longer needed.
20146
20147 2005-03-23 Lute Kamstra <lute@gnu.org>
20148
20149 * generic-x.el: Code cleanup: make args constant whenever possible.
20150 (installshield-statement-keyword-list)
20151 (installshield-system-functions-list)
20152 (installshield-system-variables-list, installshield-types-list)
20153 (installshield-funarg-constants-list): Make them constants.
20154
20155 * generic.el (generic-make-keywords-list): Add autoload cookie.
20156
20157 * calendar/time-date.el: Add comment on time value formats.
20158 Don't require parse-time.
20159 (with-decoded-time-value): New macro.
20160 (encode-time-value): New function.
20161 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20162 (days-to-time): Return a valid time value when arg is huge.
20163 (time-since): Use time-subtract.
20164 (time-to-number-of-days): Use time-to-seconds.
20165
20166 2005-03-23 David Ponce <david@dponce.com>
20167
20168 * recentf.el (recentf-keep): New option.
20169 (recentf-menu-action): Default to `find-file'.
20170 (recentf-keep-non-readable-files-flag)
20171 (recentf-keep-non-readable-files-p)
20172 (recentf-file-readable-p, recentf-find-file)
20173 (recentf-cleanup-remote): Remove.
20174 (recentf-include-p): More robust.
20175 (recentf-keep-p): New function.
20176 (recentf-remove-if-non-kept): Rename from
20177 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20178 All callers updated.
20179 (recentf-menu-items-for-commands): Fix help string.
20180 (recentf-track-closed-file): Update. Doc fix.
20181 (recentf-cleanup): Update. Count removed files. Doc fix.
20182
20183 2005-03-23 Kim F. Storm <storm@cua.dk>
20184
20185 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20186 Don't inherit from fringe face (now happens automatically).
20187
20188 2005-03-22 Kim F. Storm <storm@cua.dk>
20189
20190 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20191 position values.
20192
20193 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20194
20195 * menu-bar.el (showhide-date-time): Remove.
20196 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20197 (menu-bar-make-mm-toggle): Simplify.
20198
20199 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20200
20201 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20202 Accept qualified variable and function names.
20203
20204 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20205
20206 * bindings.el (completion-ignored-extensions):
20207 Remove ".lis" for `vax-vms'.
20208
20209 2005-03-22 Andreas Schwab <schwab@suse.de>
20210
20211 * generic-x.el: Revert last change.
20212 * ldefs-boot.el: Update.
20213
20214 2005-03-22 Jay Belanger <belanger@truman.edu>
20215
20216 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20217 (calc-embedded-save-original-modes)
20218 (calc-embedded-restore-original-modes): New functions.
20219 (calc-do-embedded): Save original modes when entering embedded mode
20220 and restore when leaving embedded mode.
20221 (calc-embedded-modes-change): Change the value of
20222 calc-embedded-original-modes to reflect permanent changes.
20223
20224 2005-03-22 Lute Kamstra <lute@gnu.org>
20225
20226 * generic-x.el: Require generic again.
20227
20228 2005-03-22 Miles Bader <miles@gnu.org>
20229
20230 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20231 Tweak details to look good on both ttys and bitmap displays, light
20232 or dark background, etc.
20233
20234 2005-03-21 Kim F. Storm <storm@cua.dk>
20235
20236 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20237 mouse position.
20238
20239 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20240
20241 * icomplete.el: Don't forcibly turn on the mode upon load.
20242 (icomplete-mode): Use define-minor-mode.
20243 (icomplete-eoinput): Default to nil.
20244 (icomplete-minibuffer-setup): Remove autoload.
20245 (icomplete-tidy): Simplify.
20246 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20247 in the initial state or if the user has modified the field.
20248 Fix handling of icomplete-max-delay-chars.
20249 Remove code that handles the oddball case where
20250 minibuffer-completion-table is an integer.
20251 Wrap icomplete-completions in while-no-input in case building
20252 completions takes more time than expected.
20253 (icomplete-completions): Simplify.
20254
20255 2005-03-21 Richard M. Stallman <rms@gnu.org>
20256
20257 * jka-compr.el (jka-compr-really-do-compress):
20258 Make variable buffer-local.
20259
20260 * image-mode.el: Handle .xpm files too.
20261 (image-toggle-display): Preserve modification flag.
20262
20263 * help.el (where-is): Don't mention aliases with no key bindings.
20264
20265 2005-03-21 Lute Kamstra <lute@gnu.org>
20266
20267 * generic.el: Fix commentary section. Don't require cl for
20268 compilation.
20269 (generic-mode-list): Add autoload cookie.
20270 (generic-use-find-file-hook, generic-lines-to-scan)
20271 (generic-find-file-regexp, generic-ignore-files-regexp)
20272 (generic-mode, generic-mode-find-file-hook)
20273 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20274 (define-generic-mode): Make it a defmacro. Fix docstring.
20275 (generic-mode-internal): Code cleanup. Add autoload cookie.
20276 (generic-mode-set-comments): Code cleanup.
20277 * generic-x.el: Don't prevent compilation. Don't require generic.
20278 Follow coding conventions. Minor code cleanup.
20279 (etc-fstab-generic-mode): Add some keywords.
20280 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20281 define-generic-mode like a function declaration.
20282
20283 2005-03-21 Jay Belanger <belanger@truman.edu>
20284
20285 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20286 changing modes.
20287
20288 2005-03-21 Sam Steingold <sds@gnu.org>
20289
20290 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20291
20292 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20293
20294 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20295 Add underscore to "f$ lexicals" regexp.
20296
20297 2005-03-20 Juri Linkov <juri@jurta.org>
20298
20299 * subr.el (progress-reporter-do-update): When `min-value' is equal
20300 to `max-value', set `percentage' to 0 and prevent division by zero.
20301
20302 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20303
20304 Sync with Tramp 2.0.48.
20305
20306 * net/tramp.el (all): Change all addresses to .gnu.org.
20307 (tramp-append-tramp-buffers): New defun.
20308 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20309 Catch `dont-send' signal.
20310 (tramp-set-auto-save-file-modes): Set always permissions, because
20311 there might be an old auto-saved file belonging to another
20312 original file. This could be a security threat. Reported by
20313 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20314 Check for Emacs 21.3.50 removed.
20315
20316 * net/tramp-smb.el (all): Remove debug construct for
20317 `with-parsed-tramp-file-name'.
20318 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20319 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20320 No error message if DIRECTORY or FILENAME doesn't exist.
20321 (tramp-smb-open-connection): Check existence of
20322 `tramp-smb-program'.
20323
20324 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20325
20326 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20327 Properly handle the case where the `m' or `s' command's argument is not
20328 yet terminated.
20329 (perl-indent-new-calculate): New function.
20330 (perl-indent-line): Use it.
20331
20332 2005-03-20 Miles Bader <miles@gnu.org>
20333
20334 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20335 in text-mode too. Change to new face names.
20336 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20337 Add `:weight bold' attribute.
20338 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20339
20340 2005-03-19 Juri Linkov <juri@jurta.org>
20341
20342 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20343
20344 * international/mule.el (auto-coding-alist): Sync with
20345 `auto-mode-alist' by adding upper case archive file extensions
20346 and adding ear/war to jar extension.
20347
20348 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20349
20350 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20351 running, restart it.
20352
20353 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20354
20355 * finder.el (finder-current-item): Throw an error on an empty line.
20356
20357 * man.el (Man-follow-manual-reference): If current-word returns
20358 nil, use "".
20359
20360 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20361
20362 * simple.el (goto-line): Doc fix.
20363
20364 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20365
20366 * files.el (save-buffer): Doc fix.
20367
20368 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20369
20370 * recentf.el (recentf-cleanup-remote): New variable.
20371 (recentf-cleanup): Use it to conditionally check availability of
20372 remote files.
20373
20374 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20375
20376 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20377 function names.
20378
20379 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20380
20381 * language/thai-word.el: New file.
20382
20383 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20384
20385 * files.el (backup-buffer): If the file's directory is not
20386 writable, use copy instead of move to backup the file.
20387
20388 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20389
20390 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20391
20392 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20393
20394 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20395 Use functionp instead of symbolp and fboundp. Reported by Drkm
20396 <darkman_spam@yahoo.fr>.
20397 (ps-print-version): New version 6.6.6.
20398
20399 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20400
20401 * textmodes/table.el (table--line-column-position): New idiom.
20402 (table--row-column-insertion-point-p): New function to test
20403 validity of row and column insertion operation at a location.
20404 (table-global-menu, table-cell-menu): Use above functions for
20405 deterministic test operation.
20406 (table--editable-cell-p): Behave in deterministic fashion.
20407
20408 2005-03-18 Juri Linkov <juri@jurta.org>
20409
20410 * isearch.el (isearch-lazy-highlight-new-loop):
20411 Make arguments beg and end optional.
20412 (isearch-update): Remove optional arguments nil from
20413 isearch-lazy-highlight-new-loop.
20414 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20415 isearch-lazy-highlight-case-fold-search instead of
20416 isearch-case-fold-search, and let-bind isearch-regexp to
20417 isearch-lazy-highlight-regexp.
20418 Use isearch-lazy-highlight-last-string instead of isearch-string.
20419
20420 * replace.el (perform-replace): Remove bindings of global
20421 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20422 Add three new arguments to `replace-highlight'.
20423 (replace-highlight): Add arguments string, regexp, case-fold.
20424 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20425 to allow isearch-lazy-highlight-new-loop to use these values
20426 to set corresponding isearch-lazy-highlight-* internal
20427 variables whose values lazy highlighting will use regardless of
20428 changes to global variables isearch-string, isearch-regexp,
20429 isearch-case-fold-search during lazy highlighting loop.
20430 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20431 to `lazy-highlight-cleanup'.
20432
20433 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20434 (ispell-highlight-face): Set default face to `isearch' when
20435 lazy highlighting is enabled.
20436 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20437 priority to 1. Add lazy highlighting.
20438 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20439 from `isearch-dehighlight'.
20440
20441 2005-03-18 David Ponce <david@dponce.com>
20442
20443 * files.el (hack-local-variables): Do a case-insensitive search
20444 for End.
20445
20446 2005-03-18 Juri Linkov <juri@jurta.org>
20447
20448 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20449 `isearch-lazy-highlight-cleanup', add alias to old name and
20450 declare obsolete. Add release numbers to other obsolete vars.
20451 (isearch-done, isearch-lazy-highlight-new-loop):
20452 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20453 (lazy-highlight-cleanup) <variable>: Doc fix.
20454 (isearch-lazy-highlight-update): Rename obsolete
20455 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20456
20457 2005-03-18 Kenichi Handa <handa@m17n.org>
20458
20459 * language/thai-util.el: Fix categorization of Thai characters in
20460 thai-category-table.
20461 (thai-composition-pattern): Adjust it for the above change.
20462 (thai-self-insert-command, thai-compose-syllable): New functions.
20463 (thai-compose-region): Use thai-compose-syllable.
20464 (thai-compose-string): Likewise.
20465 (thai-composition-function): Likewise.
20466 (thai-auto-composition): New function.
20467 (thai-auto-composition-mode): New minor mode.
20468
20469 * language/thai.el: Fix patterns to be registered in
20470 composition-function-table.
20471
20472 * international/quail.el (quail-input-method): Locally bind
20473 inhibit-modification-hooks to t.
20474
20475 2005-03-17 Richard M. Stallman <rms@gnu.org>
20476
20477 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20478 (perl-mode): Use run-mode-hooks.
20479
20480 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20481 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20482 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20483
20484 * mail/sendmail.el (sendmail-send-it): Reenable the code
20485 to compute resend-to-address and use it.
20486
20487 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20488
20489 * image-mode.el: New file.
20490
20491 * image.el (insert-sliced-image): Add autoload cookie.
20492
20493 * font-lock.el (font-lock-lines-before): New user option.
20494 (font-lock-after-change-function): Obey it.
20495
20496 * bindings.el (esc-map): Make M-g a prefix.
20497 Bind M-g g and M-g M-g to goto-line.
20498
20499 * faces.el (face-id): Doc fix.
20500
20501 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20502
20503 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20504 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20505 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20506
20507 * mail/sendmail.el (mail-yank-ignored-headers)
20508 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20509 Add Mail-Followup-To and Mail-Reply-To headers.
20510 (mail-citation-hook): Add autoload cookie.
20511 (mail-mode): Doc fix.
20512 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20513 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20514 (mail-mode-fill-paragraph): Handle those headers.
20515 (mail-mailing-lists): New variable.
20516 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20517
20518 2005-03-17 Juri Linkov <juri@jurta.org>
20519
20520 * isearch.el (isearch-fallback): Check for `(car previous)'
20521 before calling `isearch-other-end-state'.
20522
20523 2005-03-17 Kim F. Storm <storm@cua.dk>
20524
20525 * simple.el (move-beginning-of-line): Move to beginning of buffer
20526 line, as well as beginning of screen line.
20527
20528 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20529
20530 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20531 argument REDRAW rather than calendar-redrawing variable.
20532 * calendar/calendar.el (calendar-redrawing): Delete.
20533 (redraw-calendar): Do not bind calendar-redrawing.
20534
20535 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20536
20537 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20538 diary-file buffer.
20539
20540 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20541
20542 * help.el (describe-mode): Allow a :minor-mode-function property to
20543 specify a different minor mode toggle function than the variable.
20544 * simple.el (auto-fill-function):
20545 * subr.el (add-minor-mode): Use it.
20546
20547 2005-03-16 Kenichi Handa <handa@m17n.org>
20548
20549 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20550 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20551 (ethio-fidel-to-sera-buffer): Likewise.
20552
20553 2005-03-16 Juri Linkov <juri@jurta.org>
20554
20555 * emacs-lisp/find-func.el (find-function-regexp):
20556 Add defun-emitting macro `menu-bar-make-toggle'.
20557
20558 * isearch.el: Put `isearch-scroll' property to
20559 `split-window-horizontally'.
20560
20561 * info.el: Update error messages for `debug-ignored-errors'.
20562 (Info-isearch-search): Doc fix.
20563 (Info-find-node): Move up code to go into info buffer before
20564 recording the node to the history.
20565 (Info-fontify-node): Fontify titles only if the next line
20566 has two or more `*', `=', `-', `.'.
20567 Display "go to this node" for empty (match-string 3).
20568
20569 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20570
20571 * term/mac-win.el: Add mouse pointer shape constants.
20572
20573 2005-03-15 Kim F. Storm <storm@cua.dk>
20574
20575 * simple.el (move-beginning-of-line): Use vertical-motion.
20576
20577 2005-03-15 Juri Linkov <juri@jurta.org>
20578
20579 * isearch.el (isearch-error): New variable.
20580 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20581 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20582 (isearch-within-brackets-state): Remove.
20583 (isearch-case-fold-search-state, isearch-pop-fun-state):
20584 Decrease frame index.
20585 (isearch-mode, isearch-top-state, isearch-push-state)
20586 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20587 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20588 (isearch-search, isearch-lazy-highlight-new-loop):
20589 Replace `isearch-invalid-regexp' with `isearch-error'.
20590 Remove `isearch-within-brackets'.
20591 (isearch-search): Add `search-failed' handler to `condition-case'.
20592 (isearch-lazy-highlight-search): Add `condition-case' to catch
20593 errors and allow `isearch-lazy-highlight-update' to try
20594 highlighting from the beginning of the window.
20595 (isearch-repeat): Move up code to set isearch-wrapped to t
20596 before calling isearch-wrap-function.
20597
20598 * info.el (Info-isearch-initial-node): New internal variable.
20599 (Info-search): Signal an error in isearch mode when search leaves
20600 the initial node. Signal an error when `bound' is non-nil and
20601 nothing was found in the current subfile.
20602 (Info-isearch-search): Remove `condition-case'.
20603 (Info-isearch-wrap): Don't wrap when search failed during leaving
20604 the initial node. If `Info-isearch-search' is nil, wrap around
20605 the current node.
20606 (Info-isearch-start): New fun.
20607 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20608 `isearch-mode-hook'.
20609
20610 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20611
20612 * simple.el (normal-erase-is-backspace): Set default to t if
20613 running on Mac.
20614
20615 * term/mac-win.el (function-key-map): Sync with x-win.el.
20616
20617 2005-03-15 Kenichi Handa <handa@m17n.org>
20618
20619 * international/mule-cmds.el (locale-language-names): Modify the
20620 format of elements and add more entries.
20621 (locale-preferred-coding-systems): Add more entries.
20622 (set-locale-environment): Adjust for the change of
20623 locale-language-names.
20624
20625 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20626
20627 * pcvs.el (smerge-ediff): Remove bogus autoload.
20628
20629 2005-03-14 Lute Kamstra <lute@gnu.org>
20630
20631 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20632 Ignore a `*' at the beginning of a line.
20633
20634 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20635 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20636 subr.el.
20637 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20638 to specify indentation.
20639
20640 * generic.el (define-generic-mode): Let generic-mode-list be a
20641 list of strings; test membership with equal.
20642
20643 2005-03-14 Kim F. Storm <storm@cua.dk>
20644
20645 * simple.el (next-line, previous-line): Add optional try-vscroll
20646 arg to recognize interactive use. Pass it on to line-move.
20647 (line-move): Don't perform auto-window-vscroll when defining or
20648 executing keyboard macro to ensure consistent behavior.
20649
20650 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20651
20652 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20653
20654 2005-03-13 Lute Kamstra <lute@gnu.org>
20655
20656 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20657 debugger-setup-buffer so that backtrace marks the frames set to
20658 debug-on-exit and we don't have to do it manually. Set an extra
20659 debug-on-exit for macro's.
20660 (debugger-setup-buffer): Don't mark the top frame manually.
20661
20662 2005-03-12 Lute Kamstra <lute@gnu.org>
20663
20664 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20665 lisp-indent-function throughout.
20666 (with-no-warnings): Set lisp-indent-function property.
20667
20668 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
20669
20670 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20671 Add entry for backslash.
20672
20673 2005-03-12 Juri Linkov <juri@jurta.org>
20674
20675 * info.el (Info-search): Four fixes for backward search.
20676
20677 2005-03-11 Jay Belanger <belanger@truman.edu>
20678
20679 * calc/calc.el (calc-language-alist): New variable.
20680 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20681 (calc-embedded-find-modes): Use calc-language-alist instead of
20682 calc-embedded-language-alist.
20683
20684 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20685
20686 * calendar/calendar.el (calendar-redrawing): New internal
20687 variable.
20688 (redraw-calendar): Remove bogus save-excursion from previous
20689 change. Bind calendar-redrawing to t for mark-diary-entries.
20690 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20691 calendar if that is why we were called.
20692
20693 2005-03-11 Kenichi Handa <handa@m17n.org>
20694
20695 * international/mule.el (make-coding-system): Set property
20696 coding-system-define-form to nil.
20697 (define-coding-system-alias): Likewise.
20698
20699 2005-03-11 Kenichi Handa <handa@m17n.org>
20700
20701 These changes are suggested by Dave Love <fx@gnu.org>.
20702
20703 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20704 coding: tag.
20705 (adaptive-fill-regexp): Add more bullets.
20706 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20707 regexps.
20708
20709 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20710
20711 * help.el (describe-mode): Properly handle non-trivial lighters.
20712 Don't ignore minor modes that are not listed in minor-mode-list.
20713
20714 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20715 feature ON when the user requests to turn it OFF.
20716
20717 2005-03-10 Lute Kamstra <lute@gnu.org>
20718
20719 * emacs-lisp/debug.el (debug-entry-code): Delete it.
20720 (implement-debug-on-entry): New function to replace debug-entry-code.
20721 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
20722 second argument as the 2005-03-07 change makes it obsolete.
20723 (debug-on-entry, cancel-debug-on-entry): Update call to
20724 debug-on-entry-1.
20725 (debug, debugger-setup-buffer): Comment update.
20726 (debugger-frame-number): Update to work with implement-debug-on-entry.
20727
20728 2005-03-10 Jay Belanger <belanger@truman.edu>
20729
20730 * calc/calc-embed.el (math-ms-args): Declare it.
20731 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20732 math-ms-args.
20733 (calc-embedded-subst): Use math-multi-subst-rec to substitute
20734 variables.
20735
20736 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
20737
20738 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20739 Use message-box.
20740
20741 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20742 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20743 (tooltip-gud-tips): Simplify.
20744 (tooltip-gud-tips-p): Remove superfluous :set.
20745 (tooltip-gud-modes): Add fortran-mode.
20746 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20747
20748 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20749
20750 2005-03-09 Kim F. Storm <storm@cua.dk>
20751
20752 * play/animate.el (animate-place-char): Use forward-line instead
20753 of next-line to improve performance.
20754
20755 2005-03-09 Simon Josefsson <jas@extundo.com>
20756
20757 * net/browse-url.el (browse-url-default-browser): Doc fix.
20758
20759 2005-03-09 Miles Bader <miles@gnu.org>
20760
20761 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20762 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20763
20764 2005-03-09 Kenichi Handa <handa@m17n.org>
20765
20766 * international/latin-1.el: Set case and syntax for 255 only if
20767 set-case-syntax-set-multibyte is nil.
20768
20769 * textmodes/ispell.el (ispell-insert-word): New function.
20770 (ispell-word): Use ispell-insert-word to insert a new word.
20771 (ispell-process-line): Likewise.
20772 (ispell-complete-word): Likewise.
20773
20774 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
20775
20776 * calendar/calendar.el (redraw-calendar): Preserve point.
20777 Reported by Matt Hodges <MPHodges@member.fsf.org>.
20778 (calendar-week-start-day): Move after definition of
20779 redraw-calendar. Delete buffer test, since redraw-calendar has
20780 that now.
20781
20782 * calendar/diary-lib.el (mark-diary-entries): Only call
20783 redraw-calendar in the first of any recursive calls.
20784 Reported by Alan Shutko <ats@acm.org>.
20785
20786 2005-03-08 Juri Linkov <juri@jurta.org>
20787
20788 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20789 (html-horizontal-rule, html-line, html-image, html-checkboxes)
20790 (html-radio-buttons): Add a space before the trailing `/>' where
20791 sgml-xml-mode is non-nil.
20792 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20793 the subsequent tag of the empty XML tag.
20794 (html-href-anchor): Don't set initial input to "http:".
20795 (html-image): Ask for the image URL and set point inside alt="".
20796 (html-name-anchor): Duplicate the name in the `id' attribute when
20797 sgml-xml-mode is non-nil.
20798 (html-paragraph): Remove \n before <p>.
20799 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20800 instead of `checked' when sgml-xml-mode is non-nil.
20801
20802 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20803 Remove 1 space before #RRGGBB to not truncate it on terminal
20804 windows w/o fringes. Remove 1 space between bg and fg examples
20805 to get more space.
20806 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20807 avoid byte-compile warnings.
20808
20809 * image-file.el (image-file-handler): Put `safe-magic' property to
20810 `image-file-handler'.
20811
20812 * info.el (Info-isearch-search): Emulate word search in
20813 isearching through multiple Info nodes with Info-search.
20814 (Info-isearch-wrap): Allow isearch-word.
20815
20816 2005-03-08 Lute Kamstra <lute@gnu.org>
20817
20818 * emacs-lisp/debug.el (debugger-step-through): Make sure that
20819 stepping into the debugger's code is not possible.
20820 (debugger-jumping-flag): Docstring update.
20821
20822 2005-03-08 Jay Belanger <belanger@truman.edu>
20823
20824 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20825 embedded mode begins.
20826 (calc-embedded-language-alist): New variable.
20827 (calc-embedded-find-modes): Use calc-embedded-language-alist to
20828 set default language mode.
20829
20830 2005-03-08 Kenichi Handa <handa@m17n.org>
20831
20832 * international/ccl.el (define-ccl-program): Fix docstring about
20833 extra 256 bytes assured for the output buffer.
20834
20835 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20836 Fix BUFFER_MAGNIFICATION to 2.
20837 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20838
20839 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
20840
20841 * align.el (align-rules-list): Added an alignment rule for CSS
20842 declarations (applies to css-mode and html-mode buffers).
20843
20844 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20845
20846 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20847
20848 2005-03-07 Kim F. Storm <storm@cua.dk>
20849
20850 * simple.el (move-beginning-of-line): New command.
20851
20852 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20853
20854 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20855
20856 * emulation/cua-base.el: Put CUA move property on move-end-of-line
20857 and move-beginning-of-line.
20858
20859 * apropos.el (apropos-print): Omit command from M-x ... RET.
20860
20861 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
20862
20863 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20864 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20865
20866 2005-03-06 Richard M. Stallman <rms@gnu.org>
20867
20868 * bindings.el (esc-map): Bind M-g to goto-line.
20869
20870 * facemenu.el (global-map): Bind M-o, not M-g.
20871
20872 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20873
20874 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20875 "Open Directory" as for "Open File".
20876
20877 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
20878
20879 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
20880 (push-mark-command): Run activate-mark-hook.
20881
20882 2005-03-06 Richard M. Stallman <rms@gnu.org>
20883
20884 * help-mode.el (help-mode-finish): Don't alter the element
20885 in view-return-to-alist if there already is one.
20886
20887 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
20888 make sure the current buffer is the expected one.
20889
20890 * novice.el (disabled-command-function): Output in *Disabled Command*.
20891 Explicitly ignore non-keyboard events, and explicitly handle C-g.
20892
20893 * textmodes/flyspell.el (flyspell-large-region):
20894 Pass args differently for aspell.
20895
20896 * files.el (mode-require-final-newline): Doc fix.
20897
20898 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20899
20900 * progmodes/which-func.el (which-function):
20901 Specify NOERROR when calling imenu--make-index-alist.
20902
20903 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
20904
20905 * simple.el (normal-erase-is-backspace): Define default value.
20906
20907 * custom.el (custom-theme-set-variables): Remove unused var
20908 `immediate'.
20909 (custom-reevaluate-setting): Simple function to handle variables
20910 that are defined before their default value can really be
20911 computed.
20912
20913 * startup.el (command-line): Use it for temporary-file-directory,
20914 small-emporary-file-directory, auto-save-file-name-transforms,
20915 blink-cursor-mode, and normal-erase-is-backspace.
20916
20917 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
20918 progress, even with buggy anchored keywords.
20919
20920 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
20921
20922 * simple.el (goto-line): Remove unbalanced final parenthesis.
20923
20924 2005-03-05 Richard M. Stallman <rms@gnu.org>
20925
20926 * simple.el (goto-line): Use a number at point as the default.
20927 With C-u as arg, switch buffers.
20928
20929 2005-03-05 Juri Linkov <juri@jurta.org>
20930
20931 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
20932 with `no-blinking-cursor'.
20933
20934 * startup.el (no-blinking-cursor): New defvar.
20935 (command-line): Add `--no-blinking-cursor' to longopts.
20936 Set `no-blinking-cursor' to t for command line arguments
20937 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
20938 with `no-blinking-cursor' in the condition for calling
20939 `blink-cursor-mode'.
20940
20941 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
20942
20943 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
20944 (menu-bar-options-save): Add blink-cursor-mode.
20945 (menu-bar-options-menu): Add blink-cursor-mode.
20946
20947 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
20948
20949 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
20950 (icalendar-export-file, icalendar-export-region)
20951 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
20952 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
20953
20954 2005-03-04 Lute Kamstra <lute@gnu.org>
20955
20956 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
20957 (debug-function-list): Ditto.
20958
20959 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
20960
20961 * textmodes/texinfmt.el (texinfo-append-refill):
20962 Redefine the types of line to which @refill
20963 is not appended by replacing a search for `@refill\\|@bye' with
20964 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
20965 itemize@refill' bug and the unfilled long lines bug.
20966 (texinfmt-version): Update number and date.
20967
20968 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
20969
20970 * international/code-pages.el (windows-1250, windows-125[2-8])
20971 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
20972
20973 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
20974
20975 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
20976 bound yet.
20977
20978 2005-03-02 Romain Francoise <romain@orebokech.com>
20979
20980 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
20981 buffer after removing limits.
20982 (ibuffer-pop-filter): Ditto.
20983 Update copyright.
20984
20985 2005-03-02 Miles Bader <miles@gnu.org>
20986
20987 * button.el (make-text-button): If the user doesn't specify a
20988 type, use the default. Rewrite to use `add-text-properties' and
20989 plist functions.
20990
20991 2005-03-01 Lute Kamstra <lute@gnu.org>
20992
20993 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
20994 (debugger-jumping-flag): New var.
20995 (debug-entry-code): Use it.
20996 (debugger-jump): Use debugger-jumping-flag and add
20997 debugger-reenable to post-command-hook.
20998 (debugger-reenable): Use debugger-jumping-flag and remove itself
20999 from post-command-hook.
21000 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21001 debugger-reenable.
21002
21003 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
21004
21005 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21006 inclusion of "itemize\\|", which may be unnecessary, is certainly
21007 inelegant, and stops refilling in itemize lists when formatting
21008 Japanese Texinfo files to Info.
21009 Update copyright to 2005.
21010
21011 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
21012
21013 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21014 of an error if GDB can't find the source file.
21015
21016 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21017
21018 * calendar/calendar.el (redraw-calendar): Work from any buffer,
21019 not just the calendar.
21020
21021 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21022 first.
21023 (diary-redraw-calendar): New function.
21024 (make-diary-entry): Add diary-redraw-calendar to local
21025 write-contents-functions. Turn off selective display before
21026 inserting in diary.
21027
21028 2005-03-01 Kim F. Storm <storm@cua.dk>
21029
21030 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21031
21032 2005-03-01 Lute Kamstra <lute@gnu.org>
21033
21034 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21035 that debug-entry-code can be safely removed from a function while
21036 this code is being evaluated. Revert the 2005-02-27 change as the
21037 new implementation no longer requires it. Make sure that a
21038 function body containing just a string is not mistaken for a docstring.
21039 (debug): Skip one more frame in case of debug on entry.
21040 (debugger-setup-buffer): Delete one more frame line in case of
21041 debug on entry.
21042 (debugger-frame-number): Update to use the new text introduced by
21043 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21044
21045 2005-02-28 Kim F. Storm <storm@cua.dk>
21046
21047 * double.el (double-translate-key): Call force-window-update after
21048 read-event to avoid crash in redisplay.
21049
21050 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21051
21052 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21053 (debug): Use it. Move the inhibit-trace earlier.
21054 (debug-entry-code): New const.
21055 (debug-on-entry-1): Use it.
21056
21057 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21058
21059 * international/utf-16.el (ccl-encode-mule-utf-16le):
21060 Fix BUFFER_MAGNIFICATION to 2.
21061 (ccl-encode-mule-utf-16be): Likewise.
21062
21063 2005-02-28 Kenichi Handa <handa@m17n.org>
21064
21065 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21066 Fix BUFFER_MAGNIFICATION to 4.
21067 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21068
21069 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21070
21071 * speedbar.el (speedbar-update-flag): Doc fix.
21072 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21073 argument.
21074
21075 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21076
21077 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21078 have a non-nil `invisible' property but are actually visible.
21079
21080 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21081 for perldoc sections.
21082 (perl-outline-regexp, perl-outline-level): New var and function.
21083 (perl-mode): Use them.
21084
21085 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21086
21087 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21088 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21089
21090 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21091
21092 * cus-edit.el: Comment change.
21093 (custom-buffer-create-internal): Slightly reword text at top of
21094 Custom buffers. Mention there that saving an option edits the
21095 init file. Add link to Emacs manual node on `custom-file'.
21096 (custom-magic-alist): Rewrite individual State messages to use
21097 capitalized keywords. Doc fix.
21098
21099 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21100
21101 * calendar/calendar.el (calendar-buffer): Move above
21102 calendar-week-start-day.
21103 (calendar-week-start-day): Doc fix. Add :set function.
21104 (calendar-minimum-window-height): New variable.
21105 (generate-calendar-window): Only resize window if selected-window
21106 is displaying the calendar buffer. Use new variable
21107 calendar-minimum-window-height.
21108 (generate-calendar): Reword error message.
21109 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21110
21111 2005-02-27 Andreas Schwab <schwab@suse.de>
21112
21113 * vc.el (vc-do-command): Don't run command asynchronously when
21114 operating in a remote directory.
21115
21116 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21117 change from sync with Tramp 2.0.47.
21118
21119 2005-02-27 Richard M. Stallman <rms@gnu.org>
21120
21121 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21122
21123 * textmodes/flyspell.el (flyspell-mode-on):
21124 Call ispell-change-dictionary only if necessary.
21125
21126 * emacs-lisp/re-builder.el (regexp-builder): New function.
21127
21128 * register.el (describe-register-1): Explicitly handle
21129 yank-excluded-properties = t.
21130
21131 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21132 (custom-magic-alist): Change the status descriptions again.
21133 (face widget-type): Total rewrite based on `restricted-sexp'
21134 to eliminate the confusing double hiding levels.
21135
21136 * emacs-lisp/debug.el (debug-on-entry-1):
21137 If function body is empty, add nil as body form.
21138
21139 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21140
21141 * emacs-lisp/trace.el (inhibit-trace): New var.
21142 (trace-make-advice): Use it.
21143
21144 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21145
21146 2005-02-26 Kim F. Storm <storm@cua.dk>
21147
21148 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21149 (mouse-on-link-p, mouse-drag-region-1): Use it.
21150
21151 2005-02-25 Lute Kamstra <lute@gnu.org>
21152
21153 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21154
21155 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21156
21157 * frame.el (blink-cursor-mode): Add :group keyword.
21158
21159 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21160
21161 * calendar/icalendar.el (icalendar--decode-isodatetime):
21162 New optional argument DAY-SHIFT.
21163 (icalendar-export-region): Fix coding-system-for-write.
21164 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21165 events by one.
21166
21167 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21168
21169 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21170
21171 2005-02-24 Kim F. Storm <storm@cua.dk>
21172
21173 * international/iso-acc.el (iso-accents-compose): Fix crash
21174 during redisplay. Call force-window-update after read-event
21175 and delete-region to signal that window is not accurate.
21176
21177 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21178
21179 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21180 Remove unused and inexistent var `inhibit-trace'.
21181 (debugger-mode): Use run-mode-hooks.
21182 (debugger-list-functions): Add buttons; setup xref stack.
21183
21184 2005-02-23 Richard M. Stallman <rms@gnu.org>
21185
21186 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21187 appointment says it was explicitly made.
21188 (appt-add): Set the 3rd element.
21189 (appt-make-list): Preserve explicit appointments.
21190
21191 * subr.el (find-tag-default): Catch errors in forward-sexp.
21192
21193 2005-02-23 Juri Linkov <juri@jurta.org>
21194
21195 * info.el (Info-isearch-search): New defcustom.
21196 (Info-isearch-search): Call the default isearch function
21197 when Info-isearch-search is nil.
21198 (Info-isearch-wrap): Use variable Info-isearch-search.
21199
21200 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21201
21202 * cus-edit.el: Comment change.
21203
21204 2005-02-22 Kim F. Storm <storm@cua.dk>
21205
21206 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21207 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21208
21209 2005-02-22 Simon Josefsson <jas@extundo.com>
21210
21211 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21212 New variable.
21213 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21214 Oskarsson" <myrkraverk@users.sourceforget.net>.
21215
21216 2005-02-22 Kim F. Storm <storm@cua.dk>
21217
21218 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21219 check that window of that event is the selected window.
21220 (mouse-drag-region-1): Compare mouse event window to selected
21221 window before setting point.
21222
21223 * tooltip.el (tooltip-show-help-function): Pass event to
21224 mouse-on-link-p so it can check selected window.
21225
21226 2005-02-22 Kenichi Handa <handa@m17n.org>
21227
21228 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21229 (ps-mule-show-warning): New function.
21230 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21231 characters are found.
21232
21233 * ps-print.el (ps-header-footer-string): Return a list of header
21234 and footer strings.
21235
21236 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21237
21238 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21239
21240 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21241
21242 * frame.el (blink-cursor-mode): Use define-minor-mode.
21243
21244 * term/mac-win.el (function-key-map): Use char-names more consistently.
21245 (file-name-coding-system): Only set it for MacOS-9. The other case is
21246 already handled in mule-cmds.el (where it also works when mac-win.el
21247 is not used).
21248
21249 2005-02-21 Kenichi Handa <handa@m17n.org>
21250
21251 * international/mule.el (ctext-pre-write-conversion): Always use
21252 " *code-converting-work*" buffer for work.
21253
21254 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21255
21256 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21257
21258 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21259
21260 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21261
21262 * ses.el (undo-more): Restore defadvice, but only the part that
21263 allows changes outside the restricted area of the buffer.
21264
21265 2005-02-20 Kim F. Storm <storm@cua.dk>
21266
21267 * simple.el (line-move): Add fourth optional arg try-vscroll which
21268 must be set to perform auto-window-vscroll.
21269 When moving backwards and doing auto-window-vscroll, automatically
21270 vscroll to the last part of lines which are taller than the window.
21271 (next-line, previous-line): Set try-vscroll arg on line-move.
21272
21273 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21274
21275 * replace.el (query-replace, query-replace-regexp)
21276 (replace-string, replace-regexp): When operating on region, make
21277 the minibuffer prompt say so.
21278
21279 * isearch.el (isearch-forward): Document isearch-query-replace and
21280 isearch-query-replace-regexp keybindings.
21281
21282 2005-02-19 Jay Belanger <belanger@truman.edu>
21283
21284 * calc/calc-aent.el (math-read-token): Add local variable.
21285
21286 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21287 (calc-edit-top): Move declaration to earlier in file.
21288 (calc-edit-macro-repeats): Add local variables.
21289
21290 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21291 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21292 calcFunc-tanh.
21293 Adjust integration rule for calcFunc-tan.
21294
21295 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21296
21297 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21298 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21299 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21300 (viper-skip-separators): Bug fix.
21301 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21302 particular major mode.
21303 (viper-del-backward-char-in-replace): Don't put deleted char on the
21304 kill ring.
21305
21306 * viper-ex.el (viper-color-display-p): New function.
21307 (viper-has-face-support-p): Use viper-color-display-p.
21308
21309 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21310
21311 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21312
21313 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21314 (viper-file-remote-p): Make equivalent to file-remote-p.
21315
21316 * viper.el (viper-major-mode-modifier-list):
21317 Use viper-gnus-modifier-map.
21318
21319 2005-02-19 David Kastrup <dak@gnu.org>
21320
21321 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21322 quoting.
21323
21324 2005-02-19 Jay Belanger <belanger@truman.edu>
21325
21326 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21327 Remove extra definitions.
21328 (calc-coth): New function.
21329 (calcFunc-cot): Fix `let'.
21330
21331 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21332
21333 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21334 the reasons we use "type pc" in these faces.
21335
21336 * button.el (button): Ditto.
21337
21338 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21339
21340 * replace.el (query-replace-read-from): Set the value of
21341 query-replace-from-history-variable to handle the case of an empty
21342 string entered to accept the suggested default.
21343
21344 * net/tramp.el (tramp-file-name-for-operation):
21345 Use dired-call-process instead of dired-call-process-command.
21346
21347 2005-02-19 Jay Belanger <belanger@truman.edu>
21348
21349 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21350 (math-div-non-trig): New variables.
21351 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21352 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21353 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21354 trig expressions.
21355
21356 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21357
21358 * progmodes/gdb-ui.el (gdb-var-update-handler)
21359 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21360 for watch expressions,
21361 (gdb-var-create-handler): Don't set speedbar-update-flag.
21362 (gdb-post-prompt): Simplify test for speedbar.
21363
21364 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21365
21366 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21367 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21368 we use the syntax table of the correct buffer.
21369 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21370 Felix Gatzemeier.
21371
21372 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21373 (ediff-file-remote-p): Make synonymous with file-remote-p.
21374 In all deffaces ediff-*-face-*, use min-colors.
21375
21376 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21377 ediff-recurse-to-subdirectories.
21378 (ediff-mark-if-equal): Check that the arguments are strings, use
21379 ediff-same-contents (after to Felix Gatzemeier).
21380
21381 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21382 nil.
21383
21384 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21385
21386 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21387
21388 2005-02-18 David Kastrup <dak@gnu.org>
21389
21390 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21391 use `mark-active' when defined.
21392
21393 2005-02-18 Kenichi Handa <handa@m17n.org>
21394
21395 * ps-print.el (ps-font-info-database): New entry
21396 ZapfChancery-MediumItalic with correct font name. Fix font name
21397 of the entry Zapf-Chancery-MediumItalic.
21398
21399 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21400
21401 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21402
21403 2005-02-16 Kim F. Storm <storm@cua.dk>
21404
21405 * ido.el (ido-fallback-command): Pass user input to fallback command.
21406
21407 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21408
21409 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21410 (gdb-find-file-hook): Add server prefix.
21411
21412 2005-02-16 Richard M. Stallman <rms@gnu.org>
21413
21414 * replace.el (perform-replace): Pass new args to replace-highlight.
21415 (replace-highlight): Take region args,
21416 and pass them to isearch-lazy-highlight-new-loop.
21417
21418 * novice.el (disabled-command-hook): Autoload the defalias
21419 and the make-obsolete-variable call.
21420
21421 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21422
21423 * isearch.el (isearch-lazy-highlight-start-limit)
21424 (isearch-lazy-highlight-end-limit): New variables limit
21425 the region for highlighting.
21426 (isearch-lazy-highlight-new-loop): New args BEG and END.
21427 (isearch-lazy-highlight-search): Use the new vars.
21428 (isearch-lazy-highlight-update): Likewise.
21429
21430 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21431
21432 * cus-start.el (all): Use default-boundp.
21433
21434 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21435
21436 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21437
21438 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21439
21440 * autorevert.el (auto-revert-stop-on-user-input)
21441 (auto-revert-verbose): Doc fixes.
21442
21443 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21444
21445 * international/mule-cmds.el (set-locale-environment): Remove call
21446 to set-selection-coding-system on Windows.
21447
21448 2005-02-15 Jay Belanger <belanger@truman.edu>
21449
21450 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21451 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21452 calcFunc-coth.
21453 (math-simplify-sqrt): Add simplifications.
21454
21455 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21456 to list.
21457
21458 * calc/calc-ext.el: Add functions to autoloads.
21459
21460 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21461 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21462 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21463 (math-csc-raw, math-cot-raw): New functions.
21464
21465 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21466
21467 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21468 the variable name in a message.
21469
21470 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21471 calcFunc-csc, calcFunc-cot.
21472
21473 * calc/calcalg2.el: Add derivative and integration rules for
21474 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21475 calcFunc-csch, calcFunc-coth.
21476 (math-do-integral-methods): Add to checks for when to use
21477 substitutions.
21478
21479 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21480
21481 2005-02-15 Lute Kamstra <lute@gnu.org>
21482
21483 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21484 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21485 <monnier@iro.umontreal.ca>
21486 (lisp-outline-level): Improve efficiency. Suggested by David
21487 Kastrup <dak@gnu.org>.
21488
21489 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21490
21491 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21492 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21493 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21494 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21495 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21496
21497 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21498
21499 * cus-start.el (all): Comment change.
21500
21501 2005-02-14 Lute Kamstra <lute@gnu.org>
21502
21503 * cus-start.el (all): Check if symbol is void.
21504
21505 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21506
21507 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21508 optional argument to \cite.
21509
21510 2005-02-14 Richard M. Stallman <rms@gnu.org>
21511
21512 * cus-edit.el (custom-buffer-create-internal): Update help message.
21513 (custom-magic-alist): Update help messages.
21514
21515 * cus-start.el (all): Allow a var to specify a standard value.
21516
21517 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21518
21519 * custom.el (custom-theme-set-variables): Handle variable aliases.
21520
21521 * frame.el (blink-cursor-timer): Doc fix.
21522 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21523 declare obsolete.
21524 (blink-cursor-mode): Define with defcustom and use correct
21525 standard expression in that defcustom.
21526 * startup.el (command-line): Adapt to above changes in frame.el.
21527
21528 2005-02-11 Lute Kamstra <lute@gnu.org>
21529
21530 * apropos.el (apropos-score-doc): Prevent division by zero.
21531
21532 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21533
21534 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21535 (icalendar--get-event-property-attributes)
21536 (icalendar--get-event-properties)
21537 (icalendar--datetime-to-diary-date): New functions.
21538 (icalendar--split-value): Doc fix.
21539 (icalendar--datetime-to-noneuropean-date)
21540 (icalendar--datetime-to-european-date): New optional argument
21541 SEPARATOR. Return result as a string instead of a list.
21542 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21543 (icalendar--convert-string-for-export): Rename arg S to STRING.
21544 (icalendar-export-region): Doc fix. Change name of error buffer.
21545 Save output buffer.
21546 (icalendar-import-file): Add blank at end of prompt.
21547 (icalendar-import-buffer): Doc fix. Do not switch to error
21548 buffer. Indicate status in return value.
21549 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21550 buffer. Save output buffer. Handle exception from recurrence
21551 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21552 events. Fix problems with weekly all-day events.
21553
21554 2005-02-10 Richard M. Stallman <rms@gnu.org>
21555
21556 * simple.el (eval-expression-print-format):
21557 Avoid warning about edebug-active.
21558
21559 * help.el (help-for-help-internal): Rename from help-for-help.
21560 (help-for-help): Define with defalias.
21561
21562 * font-core.el (font-lock-default-function): Use with-no-warnings.
21563
21564 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21565
21566 * custom.el (defface): Doc fix.
21567
21568 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21569
21570 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21571 width 0" to prevent word wrapping problems.
21572
21573 2005-02-09 Kim F. Storm <storm@cua.dk>
21574
21575 * ido.el (ido-file-extensions-order): New defcustom.
21576 (ido-file-extension-lessp, ido-file-extension-aux)
21577 (ido-file-extension-order): New advanced file ordering.
21578 (ido-file-lessp): New simple file ordering.
21579 (ido-sort-list): Remove.
21580 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21581 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21582
21583 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21584
21585 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21586 that some versions of grep produce.
21587 (grep-mode-font-lock-keywords): Likewise.
21588
21589 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21590
21591 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21592 (gdb-cdir): Delete.
21593 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21594 (gdb-source-info): Treat case when source file is in another
21595 directory properly.
21596 (gdb-get-location): New function.
21597
21598 2005-02-07 Jay Belanger <belanger@truman.edu>
21599
21600 * calc/calc-prog.el (calc-write-parse-table-part)
21601 (calc-fix-token-name): Fix a check for language type.
21602
21603 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21604
21605 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21606
21607 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21608 as directory not writable.
21609
21610 2005-02-07 Kim F. Storm <storm@cua.dk>
21611
21612 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21613 (cua--standard-movement-commands): Remove list.
21614 Instead, set CUA property value to move for movement commands.
21615 (cua-movement-commands): Remove. Users must set CUA prop instead.
21616 (cua--pre-command-handler): Check CUA property.
21617 (cua--init-keymaps): Don't remap undo commands.
21618 (cua-mode): Don't call cua--rectangle-on-off.
21619
21620 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21621 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21622 (cua--rect-undo-set-point): New var.
21623 (cua--rectangle-undo-boundary): Setup undo apply entry.
21624 (cua--rect-undo-handler): New function for rectangle undo.
21625 (cua--rect-start-position, cua--rect-end-position): Add.
21626 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21627 for restored rectangle. Set point if cua--rect-undo-set-point.
21628
21629 2005-02-06 Jay Belanger <belanger@truman.edu>
21630
21631 * calc/calc-lang.el (calc-tex-language): Display more information
21632 in messages.
21633
21634 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21635 in TeX mode.
21636
21637 2005-02-06 Richard M. Stallman <rms@gnu.org>
21638
21639 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21640
21641 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21642
21643 * net/ldap.el (ldap-search-internal): Support attributes with
21644 optional descriptions separated by a semi-colon, as in
21645 "userCertificate;binary".
21646
21647 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21648
21649 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21650 isn't a cons (i.e. the version is 0).
21651
21652 2005-02-05 Eli Zaretskii <eliz@gnu.org>
21653
21654 * help.el (help-for-help): Doc fix.
21655
21656 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
21657
21658 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
21659 GDB-Windows on the menu-bar as this works better.
21660
21661 2005-02-04 Jay Belanger <belanger@truman.edu>
21662
21663 * calc/calc-embed.el (calc-embedded-update): Don't put in
21664 unnecessary newlines. Adjust the end of formula marker.
21665
21666 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21667 (math-latex-parse-two-args): New function.
21668
21669 2005-02-03 Lute Kamstra <lute@gnu.org>
21670
21671 * help-fns.el (help-with-tutorial): Make sure that users cannot
21672 remove the entire text of the tutorial by means of `undo'.
21673
21674 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
21675
21676 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21677 in recent changes, where the ispell process was repeatedly
21678 killed & restarted.
21679
21680 * international/mule-cmds.el (set-locale-environment): Set file-name
21681 coding system to utf-8 on Darwin systems.
21682 (set-default-coding-systems): Don't set default-file-name-coding-system
21683 on Darwin systems.
21684
21685 2005-02-03 Richard M. Stallman <rms@gnu.org>
21686
21687 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21688
21689 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
21690
21691 * faces.el (list-faces-display): Add optional argument.
21692
21693 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21694
21695 * font-core.el (font-lock-default-function): Handle the rare case where
21696 only font-lock-keywords is set.
21697
21698 2005-02-02 Kenichi Handa <handa@m17n.org>
21699
21700 * international/characters.el: Cancel previous change for
21701 I-WITH-DOT-ABOVE and DOTLESS-i.
21702
21703 * international/latin-5.el: Cancel previous change.
21704
21705 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21706
21707 * progmodes/gud.el: Correction to syntax in gud-menu-map.
21708
21709 2005-02-02 Kenichi Handa <handa@m17n.org>
21710
21711 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21712 DOTLESS-i.
21713
21714 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21715 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21716
21717 * case-table.el (get-upcase-table): New function.
21718 (copy-case-table): Copy upcaes table too if non-nil.
21719 (set-case-syntax-delims): Maintain upcase table too.
21720 (set-case-syntax-pair): Likewise.
21721 (set-upcase-syntax, set-downcase-syntax): New functions.
21722 (set-case-syntax): Maintain upcase table too.
21723
21724 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21725
21726 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21727
21728 * progmodes/gud.el (gud-goto-info): New function.
21729 (gud-tool-bar-map): Use correct icon.
21730
21731 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21732
21733 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21734 When delegating, order args in the funcall correctly.
21735
21736 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21737
21738 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21739
21740 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
21741
21742 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21743 buffer not visiting a file.
21744
21745 2005-01-31 Jay Belanger <belanger@truman.edu>
21746
21747 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21748 bound on the line with the formula.
21749
21750 2005-01-31 Kim F. Storm <storm@cua.dk>
21751
21752 * ses.el (ses-create-cell-variable-range)
21753 (ses-destroy-cell-variable-range, ses-reset-header-string)
21754 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21755 (ses-insert-row): Fix format of apply undo entries.
21756
21757 2005-01-31 Jay Belanger <belanger@truman.edu>
21758
21759 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21760 parts.
21761
21762 * calc/calc-embed.el (calc-embedded-open-formula)
21763 (calc-embedded-close-formula): Ignore matrix environments.
21764
21765 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21766 TeX mode.
21767
21768 * calc/calc-lang.el (math-function-table, math-oper-table)
21769 (math-variable-table): Adjust the LaTeX portions.
21770
21771 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21772 (math-latex-ignore-words): New constant.
21773
21774 2005-01-31 Richard M. Stallman <rms@gnu.org>
21775
21776 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21777 (ispell-local-dictionary): Doc fix.
21778 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21779 Don't reinitialize at run time. Don't defcustom.
21780 All uses changed to append ispell-local-dictionary-alist,
21781 or check it first.
21782 (ispell-current-dictionary): New variable for dictionary in use.
21783 (ispell-dictionary): Now used only for global default.
21784 (ispell-start-process): Set ispell-current-dictionary,
21785 not ispell-dictionary.
21786 (ispell-change-dictionary): Use this only for setting
21787 user preferences.
21788 (ispell-internal-change-dictionary): New function
21789 to change the current dictionary in use.
21790 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21791 Use ispell-current-dictionary.
21792 Handle ispell-local-dictionary-overridden.
21793 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21794
21795 2005-01-31 Jay Belanger <belanger@truman.edu>
21796
21797 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21798
21799 * calc/calc-ext.el: Add calc-latex-language to autoloads.
21800 (calc-mode-map): Add calc-latex-language.
21801
21802 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21803 (math-latex-print-frac): New functions.
21804 (math-oper-table, math-function-table, math-variable-table)
21805 (math-complex-format, math-input-filter): Add latex properties.
21806 (calc-set-language): Set math-expr-special-function-mapping.
21807
21808 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21809 (calc-write-parse-table-part): Add LaTeX support.
21810
21811 * calc/calc.el (calc-language): Adjust docstring.
21812 (calc-set-mode-line): Add LaTeX support.
21813 (math-expr-special-function-mapping): New variable.
21814 (math-tex-ignore-words): Add to list.
21815
21816 * calc/calccomp.el (math-compose-expr, math-compose-rows):
21817 Add LaTeX support.
21818 (math-compose-expr): Add support for special functions.
21819
21820 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21821
21822 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
21823
21824 * progmodes/gdb-ui.el (gdb-memory-address)
21825 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21826 (gdb-memory-mode-map, gdb-memory-format-keymap)
21827 (gdb-memory-format-menu, gdb-memory-unit-keymap)
21828 (gdb-memory-unit-menu): New variables for a buffer
21829 that lets the user examine program memory.
21830 (gdb-memory-set-address, gdb-memory-set-repeat-count)
21831 (gdb-memory-format-binary, gdb-memory-format-octal)
21832 (gdb-memory-format-unsigned, gdb-memory-format-signed)
21833 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21834 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21835 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21836 (gdb-memory-unit-byte, gdb-memory-unit-menu)
21837 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21838 (gdb-memory-mode, gdb-memory-buffer-name)
21839 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21840 New functions for above buffer.
21841
21842 2005-01-30 Richard M. Stallman <rms@gnu.org>
21843
21844 * cus-edit.el (custom-bury-buffer): Function deleted.
21845 (custom-buffer-done-function): Option deleted.
21846 (custom-buffer-done-kill): New replacement option.
21847 (Custom-buffer-done): Call quit-window.
21848 (custom-buffer-create-internal): Update for above changes.
21849
21850 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
21851
21852 * simple.el (undo-ask-before-discard): New var.
21853 (undo-outer-limit-truncate): Implement it.
21854 (undo-extra-outer-limit): Doc update.
21855
21856 2005-01-29 Richard M. Stallman <rms@gnu.org>
21857
21858 * ses.el (undo-more): Delete defadvice.
21859 (ses-begin-change): Doc fix.
21860
21861 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21862 instead of rebinding C-x u and C-_.
21863
21864 * files.el (normal-backup-enable-predicate): Return nil for files
21865 in /tmp, regardless of temporary-file-directory.
21866
21867 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21868
21869 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21870 (open-rectangle, delete-whitespace-rectangle-line)
21871 (clear-rectangle-line): If FILL, pass t instead of FILL
21872 for move-to-column's 2nd arg.
21873
21874 * simple.el (undo): Fix the test for continuing a series of undos.
21875 (undo-more): Set pending-undo-list to t when we reach end.
21876 (pending-undo-list): Move up defvar.
21877
21878 * wid-edit.el (widget-button-click):
21879 Shorten the range of the track-mouse binding.
21880
21881 * comint.el (comint-insert-input): Undo previous changes;
21882 use last-input-event in interactive spec.
21883
21884 2005-01-29 Eli Zaretskii <eliz@gnu.org>
21885
21886 * progmodes/compile.el (compilation-start): Bind buffer-read-only
21887 to nil before invoking call-process. Reset buffer's modified flag
21888 after fontifying it in the no-async branch.
21889
21890 * wid-edit.el (widget-specify-button): If mouse pointer shape
21891 cannot be changed, use mouse face instead.
21892
21893 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
21894
21895 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21896 (gdb-goto-breakpoint): Make breakpoint handling work on template
21897 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
21898 (gdb-assembler-custom): Update to recognize breakpoint information
21899 added on 2005-01-19.
21900
21901 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21902
21903 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
21904 (dsssl-mode): Use define-derived-mode.
21905 (scheme-mode-initialize): Remove.
21906 (scheme-mode): Use run-mode-hooks.
21907
21908 * cus-edit.el (customize-group-other-window)
21909 (custom-buffer-create-other-window): Don't override special-display-*.
21910 (custom-mode-map): Make it dense.
21911
21912 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
21913 sets the default value.
21914
21915 2005-01-28 Eli Zaretskii <eliz@gnu.org>
21916
21917 * descr-text.el: Add more keywords.
21918
21919 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
21920
21921 * speedbar.el: Avoid unnecessary use of locate-library.
21922
21923 * international/mule-cmds.el (standard-display-european-internal):
21924 Don't fiddle with latin-1 non-break space any more since it's now
21925 special cased in the C code.
21926 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
21927
21928 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
21929
21930 * cus-start.el (all): Add `undo-outer-limit'.
21931
21932 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21933
21934 * textmodes/bibtex.el (bibtex-format-entry):
21935 Use `bibtex-empty-field-re' only on the text of fields, not on entire
21936 field lines.
21937 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
21938 not on part of a buffer.
21939
21940 2005-01-25 Lute Kamstra <lute@gnu.org>
21941
21942 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
21943 nonempty field text strings like "{letters\\macro{}more letters}".
21944 Clarify docstring.
21945 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
21946 (bibtex-entry-offset, bibtex-parse-association)
21947 (bibtex-parse-field-name): Fix typos in docstrings.
21948 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
21949
21950 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
21951
21952 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
21953 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
21954 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
21955 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
21956
21957 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
21958 isearch minor mode.
21959
21960 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
21961
21962 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
21963
21964 2005-01-24 Lute Kamstra <lute@gnu.org>
21965
21966 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
21967 CASECHARS and NOT-CASECHARS regular expressions of the
21968 "nederlands" and "nederlands8" dictionaries to prevent a "Range
21969 striding over charsets" error.
21970
21971 2005-01-24 Jay Belanger <belanger@truman.edu>
21972
21973 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
21974 display variable name.
21975
21976 2005-01-24 Kenichi Handa <handa@m17n.org>
21977
21978 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
21979 Fix setting of the element of encoded-kbd-iso2022-invocations.
21980
21981 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
21982
21983 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21984 (gdb-threads-select): Change to also accept mouse events.
21985 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
21986 (gdb-threads-mouse-select): Delete.
21987
21988 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
21989
21990 * files.el (insert-directory): Take care of empty directory,
21991 listed without -a switch.
21992
21993 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
21994
21995 * textmodes/refill.el (refill-post-command-function):
21996 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
21997 to the list of functions that we should be careful not to undo.
21998 (refill-late-fill-paragraph-function): Remove.
21999 (refill-saved-state): New var.
22000 (refill-mode): Use it to save fill-paragraph-function.
22001 Save also the value of auto-fill-function.
22002
22003 * term/w32-win.el: Simplify code.
22004
22005 2005-01-23 Kim F. Storm <storm@cua.dk>
22006
22007 * simple.el (line-move): Adapt to new return value from
22008 pos-visible-in-window-p.
22009
22010 * simple.el (line-move): Fix last change. Check partial
22011 visibility at point rather than at window-start.
22012
22013 2005-01-22 Jason Rumney <jasonr@gnu.org>
22014
22015 * term/w32-win.el (xw-defined-colors): Remove debug-message.
22016
22017 2005-01-22 David Kastrup <dak@gnu.org>
22018
22019 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22020
22021 2005-01-22 Eli Zaretskii <eliz@gnu.org>
22022
22023 * type-break.el (type-break-mode): Add a test for
22024 type-break-file-name being non-nil.
22025
22026 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
22027
22028 * net/eudc.el (top level): Call (message "") via progn, so that
22029 eudc-options-file is loaded.
22030
22031 2005-01-22 Kim F. Storm <storm@cua.dk>
22032
22033 * simple.el (line-move-1): Rename from line-move.
22034 (line-move): New function that adjusts vscroll for partially
22035 visible rows, and calls line-move-1 otherwise.
22036
22037 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22038
22039 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22040 since it's not a complete read-event implementation
22041
22042 2005-01-20 Jay Belanger <belanger@truman.edu>
22043
22044 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22045 for called function.
22046
22047 2005-01-20 Steven Tamm <steventamm@mac.com>
22048
22049 * term/mac-win.el (process-connection-type): Remove.
22050 Controlled now by s/darwin.h:PTY_ITERATION.
22051
22052 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22053
22054 * window.el (handle-select-window): Don't switch window when we're
22055 in the minibuffer.
22056
22057 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22058
22059 * subr.el (dotimes-with-progress-reporter): New macro.
22060
22061 * ses.el (ses-dotimes-msg): Remove macro.
22062 Use `dotimes-with-progress-reporter' instead.
22063
22064 2005-01-19 Steven Tamm <steventamm@mac.com>
22065
22066 * term/mac-win.el (process-connection-type): Use new
22067 operating-system-release variable to use ptys on Darwin 7 (OS X
22068 10.3) when using carbon build.
22069
22070 2005-01-19 Jay Belanger <belanger@truman.edu>
22071
22072 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22073 flags if the last command was a tab or M-tab.
22074
22075 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22076 in formula editing buffer.
22077
22078 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22079
22080 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22081 breakpoint image symbol in margin.
22082
22083 2005-01-19 Jay Belanger <belanger@truman.edu>
22084
22085 * calc/calc-prog.el (calc-execute-kbd-macro):
22086 Ignore calc-keep-arg-flag.
22087
22088 2005-01-19 Kenichi Handa <handa@m17n.org>
22089
22090 * textmodes/ispell.el (ispell-looking-at): New function.
22091 (ispell-process-line): Use ispell-looking-at to compare the ispell
22092 output and the buffer contents.
22093
22094 2005-01-18 Jay Belanger <belanger@truman.edu>
22095
22096 * calc/calc.el (calc-display-raw): Fix docstring.
22097
22098 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22099
22100 * simple.el (blink-matching-open): Strip extra info from syntax.
22101
22102 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22103 funny chars in the end-of-here-doc marker.
22104
22105 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22106
22107 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22108 that enable/disabled state of breakpoints is shown correctly in
22109 fringe and on ttys.
22110 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22111 Add breakpoint information as text properties.
22112 (gdb-mouse-toggle-breakpoint):
22113 Rename to gdb-mouse-set-clear-breakpoint.
22114 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22115 breakpoints in the margin.
22116 (gdb-remove-strings): Simplify.
22117
22118 2005-01-17 Jay Belanger <belanger@truman.edu>
22119
22120 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22121 erasing buffer.
22122
22123 2005-01-17 Richard M. Stallman <rms@gnu.org>
22124
22125 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22126 for calling grep-compute-defaults.
22127
22128 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22129 if buffer is empty.
22130
22131 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22132
22133 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22134
22135 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22136
22137 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22138 non-preloaded variables.
22139
22140 2005-01-17 Steven Tamm <steventamm@mac.com>
22141
22142 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22143 tex-shell cause to force interactivity when using pipes.
22144
22145 2005-01-17 Kim F. Storm <storm@cua.dk>
22146
22147 * simple.el (just-one-space): Make arg optional.
22148
22149 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22150
22151 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22152 posn-at-x-y to t to access left-margin.
22153
22154 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22155
22156 Sync with Tramp 2.0.47.
22157
22158 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22159 catching keep-date problems in cp/scp operations.
22160 (tramp-handle-copy-file): Don't call `set-file-modes'
22161 unconditionally. Specialized functions should know better what is
22162 necessary. This improves performance a little bit, and the
22163 functions could catch errors with `cp -p' and `scp -p'.
22164 (tramp-do-copy-or-rename-file-via-buffer)
22165 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22166 when appropriate.
22167 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22168 Call `set-file-modes' when appropriate.
22169 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22170 Johnsson <isak@hypergene.com>
22171 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22172 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22173 <joakim@verona.se>
22174 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22175 Emacs only.
22176
22177 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22178 `find-file-hooks' and `dired-mode-hook'.
22179 (tramp-minor-mode-map): Respective map. Add remapping for
22180 `compile' and `recompile'.
22181 (tramp-remap-command, tramp-recompile): New defuns.
22182 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22183 in buffer "*Compilation*". Call the commands asynchronously.
22184
22185 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22186 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22187 `shell-command', because it isn't magic in XEmacs. Reported by
22188 Adrian Aichner <adrian@xemacs.org>.
22189
22190 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22191 `substitute-in-file-name.
22192 (tramp-smb-handle-substitute-in-file-name): New defun.
22193 (tramp-smb-advice-PC-do-completion): Delete advice.
22194
22195 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22196
22197 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22198 Fix error in deleting region.
22199
22200 2005-01-15 Richard M. Stallman <rms@gnu.org>
22201
22202 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22203 In non-temp buffer, switch syntax table temporarily.
22204
22205 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22206
22207 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22208
22209 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22210
22211 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22212 (imenu--generic-function): Use START, not BEG, as pos of definition.
22213
22214 * simple.el (just-one-space): Argument specifies number of spaces.
22215
22216 * simple.el (eval-expression-print-format): Avoid warning
22217 about edebug-active.
22218
22219 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22220
22221 * progmodes/sh-script.el: Code copied from make-mode.el
22222 with small changes,
22223 (sh-mode-map): Bind C-c C-\.
22224 (sh-backslash-column, sh-backslash-align): New variables.
22225 (sh-backslash-region, sh-append-backslash): New functions.
22226
22227 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22228
22229 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22230 (rmail-pop-password, rmail-pop-password-required): Move to
22231 rmail-obsolete group.
22232 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22233 All callers updated.
22234 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22235 Take an argument specifying whether it is POP or IMAP mailbox we
22236 are using. All callers updated.
22237 (rmail-pop-password-error): Rename to
22238 rmail-remote-password-error. Added mailutils-specific error message.
22239 (rmail-movemail-search-path)
22240 (rmail-movemail-variant-in-use): New variables.
22241 (rmail-remote-password, rmail-remote-password-required):
22242 New customization variables.
22243 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22244 (rmail-parse-url): New function.
22245 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22246 with GNU mailutils movemail.
22247
22248 2005-01-15 Kevin Ryde <user42@zip.com.au>
22249
22250 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22251 suffix to space, $ or '$, to correctly position point when going
22252 to @table style constants like DBL_MAX.
22253
22254 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22255
22256 * type-break.el (type-break-mode, type-break-file-time)
22257 (type-break-file-keystroke-count, type-break-choose-file):
22258 Don't store data in or load data from the file if type-break-file-name
22259 is nil.
22260 (type-break-file-name): Doc update as per the above.
22261
22262 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22263
22264 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22265 lookup-key might return nil; handle that.
22266
22267 2005-01-15 Alan Mackenzie <acm@muc.de>
22268
22269 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22270 rather than the element found, thus enabling the tree to be setcar'd.
22271
22272 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22273
22274 * textmodes/org.el (org-show-following-heading): New option.
22275 (org-show-hierarchy-above): Use `org-show-following-heading'.
22276 (org-cycle): Documentation fix.
22277
22278 * textmodes/org.el (orgtbl-optimized): New option
22279 (orgtbl-mode): New command, a minor mode.
22280 (orgtbl-mode-map): New variable.
22281 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22282 (orgtbl-error, orgtbl-self-insert-command)
22283 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22284
22285 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22286 a local variable in each org-mode buffer.
22287
22288 * textmodes/org.el (org-set-regexps-and-options): Rename from
22289 `org-set-regexps'. Added checking for STARTUP keyword.
22290 (org-get-current-options): Add STARTUP options.
22291 (org-table-insert-row): Make mode intelligent about when
22292 realignment is needed.
22293 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22294 New commands.
22295 (org-enable-table-editor): New default value `optimized'.
22296 (org-table-blank-field): Support blanking regions if active.
22297
22298 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22299
22300 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22301 if the year is not given.
22302
22303 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22304 Add new escapes %m and %M, fixed bug with %F by adding
22305 save-match-data.
22306 (reftex-reference): Remove ?. from list of spaces.
22307 (reftex-label-info): Add automatic label prefix recognition.
22308
22309 * textmodes/reftex-index.el (reftex-index-next-phrase):
22310 Add slave parameter to call of `reftex-index-this-phrase'.
22311 (reftex-index-this-phrase): New optional argument.
22312 (reftex-index-region-phrases): Add slave parameter to call of
22313 `reftex-index-this-phrase'.
22314 (reftex-display-index): New argument redo.
22315 (reftex-index-rescan): Add `redo' to arguments of
22316 `reftex-display-index'.
22317 (reftex-index-Rescan, reftex-index-revert)
22318 (reftex-index-switch-index-tag): Add `redo' to arguments of
22319 `reftex-display-index'.
22320 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22321 indexing. Fix bug with matching is there is a quote before or
22322 after the word.
22323
22324 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22325 Fix bug when collecting citation keys in lines with comments.
22326 (reftex-citation): Prefix argument no longer rescans the document,
22327 but forces prompting for optional arguments of cite macros.
22328 (reftex-do-citation): Prompting for optional arguments implemented.
22329
22330 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22331 Add optional arguments to most cite commands.
22332 (reftex-cite-cleanup-optional-args): New option
22333 (reftex-cite-prompt-optional-args): New option.
22334 (reftex-trust-label-prefix): New option.
22335
22336 * textmodes/reftex-toc.el (reftex-toc-find-section):
22337 Add push-mark before changing the position in the buffer.
22338
22339 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22340 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22341
22342 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22343
22344 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22345 more carefully.
22346
22347 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22348
22349 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22350 (sgml-mode): Use it.
22351 (sgml-get-context): Better keep track of implicitly closed tags.
22352
22353 2005-01-13 Kenichi Handa <handa@m17n.org>
22354
22355 * textmodes/ispell.el: These changes are to fix misalignment error
22356 caused by equivalent characters of different Emacs charsets.
22357 (ispell-unified-chars-table): New variable.
22358 (ispell-get-decoded-string): New function.
22359 (ispell-get-casechars, ispell-get-not-casechars)
22360 (ispell-get-otherchars): Call ispell-get-decoded-string.
22361
22362 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22363
22364 * custom.el (custom-declare-variable): Just put symbol instead
22365 of (defvar . symbol) in `current-load-list'.
22366
22367 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22368
22369 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22370
22371 2005-01-12 Jay Belanger <belanger@truman.edu>
22372
22373 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22374 to create a Calc summary.
22375
22376 2005-01-12 Kim F. Storm <storm@cua.dk>
22377
22378 * mouse.el (mouse-on-link-p): Change functionality and doc
22379 string to comply with latest description in lisp ref.
22380
22381 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22382
22383 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22384 Enable mouse clicks on mode-line, header-line and margin.
22385 (event-type): Give mouse event symbols an `event-kind' property
22386 with value `mouse-click'.
22387
22388 2005-01-12 Juri Linkov <juri@jurta.org>
22389
22390 * facemenu.el (list-colors-display): Add new arg buffer-name.
22391 Use it. Fix docstring. Replace code for identifying duplicate
22392 colors by the name with call to `list-colors-duplicates' which
22393 identifies duplicate colors by the value unless the color
22394 is one of special Windows colors. Set truncate-lines to t.
22395 Print sorted duplicate color names on each line. Indent to 22
22396 \(the longest color name in rgb.txt) instead of 20. Optimize.
22397 (list-colors-duplicates): New function.
22398 (facemenu-color-name-equal): Delete function.
22399
22400 * facemenu.el (list-colors-print): New function created from code
22401 in list-colors-display. Print #RRGGBB at the window right edge.
22402 (list-colors-display): When temp-buffer-show-function is not
22403 defined, call list-colors-print from temp-buffer-show-hook
22404 to get the right value of window-width in list-colors-print
22405 after the buffer is displayed.
22406
22407 * simple.el (pop-mark): Move deactivate-mark out of conditional
22408 part to deactivate the active mark regardless of the state of the
22409 mark ring.
22410
22411 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22412 variables line in desktop files.
22413
22414 2005-01-12 Juri Linkov <juri@jurta.org>
22415
22416 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22417 Bring together isearch highlight related options.
22418 (lazy-highlight): Replace group `replace' by `matching'.
22419 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22420 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22421 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22422 and declare them obsolete.
22423 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22424 (isearch-faces): Remove defgroup.
22425 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22426 Move isearch highlighting code closer to lazy highlighting code.
22427
22428 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22429 (query-replace-highlight, query-replace-lazy-highlight)
22430 (query-replace): Move definitions to the beginning of the file.
22431
22432 2005-01-11 Juri Linkov <juri@jurta.org>
22433
22434 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22435 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22436 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22437
22438 * info.el (Info-history-forward): New variable.
22439 (Info-select-node): Reset Info-history-forward to nil.
22440 (Info-last): Turn into defalias.
22441 (Info-history-back): Rename from Info-last.
22442 Add current node to Info-history-forward.
22443 (Info-history-forward): New fun.
22444 (Info-mode-map): Replace Info-last by Info-history-back.
22445 Bind Info-history-forward to "r".
22446 (Info-mode-menu): Replace Info-last by Info-history-back.
22447 Fix menu item text. Add menu item for Info-history-forward.
22448 (info-tool-bar-map): Replace Info-last by Info-history-back.
22449 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22450 for Info-history-forward.
22451 (Info-mode): Replace Info-last by Info-history-back in docstring.
22452 Add local variable Info-history-forward.
22453 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22454
22455 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22456
22457 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22458 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22459 Ignore select-window events rather than fiddle with
22460 mouse-autoselect-window.
22461
22462 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22463
22464 * type-break.el (type-break-mode): Fix previous change.
22465
22466 2005-01-10 Jay Belanger <belanger@truman.edu>
22467
22468 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22469 calculator; only reset when point is inside a calculator.
22470 Don't adjust the window height if the window takes up the whole height
22471 of the frame.
22472
22473 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22474
22475 * ebuff-menu.el (Electric-buffer-menu-mode):
22476 Preserve value of buffer-local var header-line-format.
22477
22478 2005-01-09 Jay Belanger <belanger@truman.edu>
22479
22480 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22481 Make sure settings file exists before accessing it.
22482
22483 * calc/calc-embed.el (calc-embedded-subst):
22484 Replace math-multi-subst-rec, which is only supposed to be called
22485 by math-multi-subst, by math-multi-subst.
22486
22487 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22488
22489 * vc.el (vc-allow-async-revert): New user option.
22490 (vc-disable-async-diff): New internal variable.
22491 (vc-revert-buffer): Use them to disable asynchronous diff.
22492
22493 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22494 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22495 asynchronously if vc-disable-async-diff is t.
22496
22497 2005-01-09 Jay Belanger <belanger@truman.edu>
22498
22499 * calc/calc.el (defcalcmodevar): New macro.
22500 (calc-mode-var-list-restore-default-values)
22501 (calc-mode-var-list-restore-saved-values): New functions.
22502 (calc-mode-var-list): Use defcalcmodevar to define it.
22503 (calc-always-load-extensions, calc-line-numbering)
22504 (calc-line-breaking, calc-display-just, calc-display-origin)
22505 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22506 (calc-group-char, calc-point-char, calc-frac-format)
22507 (calc-prefer-frac, calc-hms-format, calc-date-format)
22508 (calc-float-format, calc-full-float-format, calc-complex-format)
22509 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22510 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22511 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22512 (calc-matrix-brackets, calc-language, calc-language-option)
22513 (calc-left-label, calc-right-label, calc-word-size)
22514 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22515 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22516 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22517 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22518 (calc-window-height, calc-display-trail, calc-show-selections)
22519 (calc-use-selections, calc-assoc-selections)
22520 (calc-display-working-message, calc-auto-why, calc-timing)
22521 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22522 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22523 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22524 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22525 (calc-gnuplot-geometry, calc-graph-default-resolution)
22526 (calc-graph-default-resolution-3d, calc-invocation-macro)
22527 (calc-show-banner): Use defcalcmodevar to declare them and set
22528 their default values.
22529
22530 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22531 instead of default values (but restore default values if there is
22532 an argument of 0).
22533
22534 2005-01-09 David Kastrup <dak@gnu.org>
22535
22536 * desktop.el (desktop-restore-eager): Fix typo in type.
22537
22538 2005-01-08 Richard M. Stallman <rms@gnu.org>
22539
22540 * cus-edit.el (customize): Delete :link.
22541
22542 2005-01-08 Jay Belanger <belanger@truman.edu>
22543
22544 * calc/calc.el (calc-mode): Remove the extension from the
22545 `calc-settings-file' file name when loading it.
22546
22547 2005-01-08 Kim F. Storm <storm@cua.dk>
22548
22549 * info.el (Info-mode-map, Info-next-link-keymap)
22550 (Info-prev-link-keymap, Info-up-link-keymap):
22551 Map follow-link to mouse-face.
22552 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22553
22554 2005-01-08 Jay Belanger <belanger@truman.edu>
22555
22556 * calc/calc.el (calc-settings-file): Change default value.
22557 Suggested by cgw in a comment in calc-mode.el.
22558
22559 * calc/calc-mode.el (calc-settings-file-name):
22560 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22561 Replace ~/.emacs in a prompt by calc-settings-file.
22562
22563 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22564
22565 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22566 (desktop-lazy-idle-delay): New customizable variables.
22567 (desktop-buffer-args-list): New variable.
22568 (desktop-append-buffer-args): New function.
22569 (desktop-save): Call desktop-append-buffer-args for some buffers.
22570 (desktop-lazy-create-buffer): New function.
22571 (desktop-idle-create-buffers): New function.
22572 (desktop-read): Add message about buffers to restore lazily.
22573 (desktop-lazy-abort): New command.
22574 (desktop-clear): Call desktop-lazy-abort.
22575 (desktop-lazy-complete): New command.
22576
22577 2005-01-06 Richard M. Stallman <rms@gnu.org>
22578
22579 * emacs-lisp/find-func.el (find-face-definition):
22580 Rename from find-face.
22581
22582 2005-01-06 Kim F. Storm <storm@cua.dk>
22583
22584 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22585
22586 * man.el (Man-xref-man-page, Man-xref-header-file)
22587 (Man-xref-normal-file): Add follow-link property.
22588
22589 2005-01-06 Jay Belanger <belanger@truman.edu>
22590
22591 * calc/calc-units.el: Make sure the proper macro definitions are
22592 available when compiling.
22593
22594 2005-01-06 Juri Linkov <juri@jurta.org>
22595
22596 * isearch.el (isearch-lazy-highlight-update):
22597 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22598
22599 2005-01-06 Miles Bader <miles@gnu.org>
22600
22601 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22602 (isearch-lazy-highlight-face): Use new name.
22603
22604 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22605
22606 * uniquify.el (uniquify-rationalize-file-buffer-names):
22607 Re-add an interactive spec.
22608 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22609 to the same name.
22610
22611 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22612 (isearch-update, isearch-done): Adjust calls accordingly.
22613
22614 2005-01-05 Richard M. Stallman <rms@gnu.org>
22615
22616 * custom.el (custom-set-variables, custom-theme-set-variables):
22617 Clarify documentation.
22618
22619 * emacs-lisp/find-func.el (find-variable)
22620 (find-variable-other-window, find-variable-other-frame):
22621 Fix the TYPE args to find-function-read and find-function-do-it.
22622 (find-function): Doc fix.
22623 (find-function-at-point): Replace function-at-point alias.
22624
22625 2005-01-04 Richard M. Stallman <rms@gnu.org>
22626
22627 * cus-face.el (custom-declare-face):
22628 Record defface in current-load-list.
22629
22630 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22631
22632 * emacs-lisp/find-func.el: Doc fixes.
22633 (find-face-regexp): New variable.
22634 (find-function-regexp-alist): New variable.
22635 (find-function-C-source): Third arg is now TYPE.
22636 (find-function-search-for-symbol): Handle general TYPE.
22637 (find-function-read, find-function-do-it): Handle general TYPE.
22638 (find-definition-noselect, find-face): New functions.
22639 (function-at-point): Alias deleted.
22640
22641 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22642
22643 * battery.el (display-battery-mode): Rename from display-battery.
22644 Handle the case where it gets turned off.
22645
22646 2005-01-04 Richard M. Stallman <rms@gnu.org>
22647
22648 * cus-edit.el (customize): Make :link point to user doc.
22649
22650 * man.el (Man-fontify-manpage): Turn off undo generation.
22651
22652 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22653
22654 2005-01-04 Andreas Schwab <schwab@suse.de>
22655
22656 * files.el (insert-directory): Only look for error lines in
22657 inserted text. Don't move too far after processing --dired markers.
22658
22659 2005-01-04 Richard M. Stallman <rms@gnu.org>
22660
22661 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22662 Don't expand if the character is @, period, dash, etc.
22663 (define-mail-abbrev): Quote names that contain problem characters.
22664
22665 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
22666
22667 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22668
22669 2005-01-03 Richard M. Stallman <rms@gnu.org>
22670
22671 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22672 (query-replace-highlight, query-replace-lazy-highlight)
22673 (query-replace): Definitions moved up. Doc fix.
22674
22675 2005-01-03 Richard M. Stallman <rms@gnu.org>
22676
22677 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22678 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22679 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22680 (lazy-highlight-face): Rename from isearch-lazy-...
22681 Change all references to them.
22682
22683 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
22684
22685 * cus-edit.el (custom-file): Doc fix for defcustom.
22686 (custom-file): The function no longer sets the variable
22687 `custom-file' to its return value.
22688
22689 * startup.el (command-line): No longer load `custom-file'.
22690
22691 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22692
22693 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22694
22695 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22696 Don't confuse module-prefixed identifiers for labels.
22697 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22698
22699 2005-01-02 Richard M. Stallman <rms@gnu.org>
22700
22701 * files.el (basic-save-buffer-1): Fix previous change.
22702
22703 * loadhist.el (file-loadhist-lookup): New function.
22704 (file-provides, file-requires): Use it.
22705
22706 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22707 instead of calculating the right size.
22708
22709 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22710
22711 * vc-svn.el (vc-svn-diff): Stay local if possible.
22712
22713 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
22714
22715 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22716
22717 * files.el (hack-local-variables): Fix last change.
22718
22719 2005-01-02 Jay Belanger <belanger@truman.edu>
22720
22721 * calc/calc-yank.el (calc-edit-top): New variable.
22722 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22723 object. Change header properties.
22724 (calc-edit-finish, calc-edit-finish-stack-object)
22725 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22726 edited object.
22727 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22728 for the beginning of the edited object.
22729 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22730 for the beginning of the edited object.
22731 * calc/calc-prog.el (calc-edit-macro-finish-edit)
22732 (calc-finish-formula-edit, calc-macro-repeats)
22733 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22734 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22735 beginning of the edited object.
22736 (calc-user-define-edit): Change the header for editing macros.
22737 Remove unnecessary variable.
22738
22739 2005-01-01 Jay Belanger <belanger@truman.edu>
22740
22741 * calc/calc-yank.el (calc-edit-mode): Change default header.
22742 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22743 * calc/calc-store.el (calc-edit-variable): Change title to match new
22744 header.
22745 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22746 mode to match new header.
22747 (calc-user-define-edit): Change titles to include names of commands.
22748 (calc-finish-formula-edit): Adjust to handle new header.
22749 (calc-finish-macro-edit): Remove.
22750 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22751 (calc-edit-macro-command, calc-edit-macro-command-type)
22752 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22753 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22754 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22755 (calc-edit-macro-finish-edit): New functions.
22756 (calc-user-define-edit): Use new functions to edit named calc macros.
22757
22758 2005-01-01 Stefan <monnier@iro.umontreal.ca>
22759
22760 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22761
22762 * ses.el (copy-region-as-kill): Deactivate mark.
22763
22764 2005-01-01 Richard M. Stallman <rms@gnu.org>
22765
22766 * replace.el (occur-1): If the output buffer is also an input,
22767 don't kill it, rename it.
22768
22769 * faces.el (set-face-background, set-face-foreground): Doc fix.
22770
22771 * cus-face.el (custom-face-attributes): Fix :help-echo strings
22772 for :foreground and :background.
22773
22774 * dired.el (dired-view-command-alist): Variable deleted.
22775 (dired-view-file, dired-mouse-find-file-other-window):
22776 Delete the code to use it.
22777
22778 2005-01-01 Kim F. Storm <storm@cua.dk>
22779
22780 * image.el (insert-sliced-image): Use t for line-height property.
22781
22782 See ChangeLog.11 for earlier changes.
22783
22784 ;; Local Variables:
22785 ;; coding: iso-2022-7bit
22786 ;; End:
22787
22788 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22789 Copying and distribution of this file, with or without modification,
22790 are permitted provided the copyright notice and this notice are preserved.
22791
22792 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1