]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(comint-previous-input): Don't clobber input line when moving off either
[gnu-emacs] / lisp / ChangeLog
1 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
2
3 * comint.el (comint-previous-input): Don't clobber input line
4 when moving off either end of the input history ring.
5 (comint-delete-input): New function, used by
6 `comint-previous-input' and others.
7 (comint-previous-matching-input): Use
8 `coming-delete-input'. Save the partial input if leaving the
9 edit line. Goto point-max before deleting input to avoid
10 partial input fragments hanging around.
11 (comint-restore-input): New function, used by
12 `comint-previous-input', and bound to "C-c C-j".
13
14 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
15
16 * imenu.el (imenu--index-alist): Balance parentheses.
17
18 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
19
20 * progmodes/python.el (python-mode): Add support for
21 hs-minor-mode.
22
23 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
24
25 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
26 file is nil.
27
28 2006-04-18 Richard Stallman <rms@gnu.org>
29
30 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
31
32 * imenu.el (imenu-create-index-function, imenu--index-alist)
33 (imenu--last-menubar-index-alist, imenu--make-index-alist)
34 (imenu-default-create-index-function, imenu--generic-function):
35 Doc fixes.
36
37 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
38
39 * help-mode.el (help-mode): Set view-exit-action to delete window.
40
41 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
42 now works by passing nil as arg.
43
44 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
45
46 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
47 (read-abbrev-file): Provide default when reading filename.
48
49 * files.el (enable-local-variables): Allow :all as value.
50 (hack-local-variables): Implement that value.
51 (safe-local-variable-values, safe-local-eval-forms)
52 (enable-local-variables): Mark as risky.
53 (find-file-visit-truename, kept-old-versions): Mark safe.
54
55 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
56 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
57 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
58
59 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
60
61 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
62 Use forward-line so as to get to BOL even in the presence of fields.
63 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
64 in return.
65 (inferior-tcl): Tell tclsh to work in interactive mode.
66
67 * complete.el (partial-completion-mode):
68 Use 'choose-completion-string-functions to make sure that
69 choose-completion fills the minibuffer properly.
70
71 * complete.el (PC-old-read-file-name-internal): Remove.
72 (PC-read-include-file-name-internal): Remove. Turn it into an advice
73 of read-file-name-internal.
74 (partial-completion-mode): Enable/disable this advice.
75
76 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
77
78 * net/tramp.el (tramp-completion-file-name-handler): Revert change
79 of 2006-04-17.
80
81 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
82
83 * textmodes/org.el (org-insert-heading): Insert heading before
84 current if at beginning of line.
85 (org-todo, org-date): New faces.
86 (org-table-align): Make sure tooltip window contains full text.
87 (org-no-properties): New defsubst.
88 (org-set-font-lock-defaults): Use new faces.
89
90 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
91
92 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
93 for root variables.
94
95 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
96 (gdb-frame-address): Re-use to identify frame for watch expression.
97 (gdb-var-list, gdb-var-create-handler): Add frame address for root
98 variables.
99 (gdb-init-1, gdb-source, gdb-post-prompt, )
100 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
101 (gdb-frame-handler): Get gdb-frame-address.
102
103 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
104
105 Sync with Tramp 2.0.53.
106
107 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
108 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
109 (tramp-completion-file-name-handler): Add autoload cookie for
110 adding to `file-name-handler-alist'.
111
112 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
113 the prompt. If it returns earlier (when detecting an error
114 message), the rest of the output will merge accidently with the
115 output of the next command. Reported by M Jared Finder
116 <jared@hpalace.com>.
117
118 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
119 for `process-file', in order to let it work for older Emacsen too.
120
121 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
122
123 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
124 (tex-font-lock-keywords-3): Use it.
125
126 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
127
128 * newcomment.el (comment-add): New function.
129 (comment-region-default, comment-dwim): Use it.
130
131 2006-04-15 Michael Olson <mwolson@gnu.org>
132
133 * emacs-lisp/tq.el: Improve comments.
134 (tq-queue-head-question): New accessor function.
135 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
136 Update for modified queue structure.
137 (tq-queue-add): Accept `question' argument.
138 (tq-queue-pop): If a question is pending, send it.
139 (tq-enqueue): Accept new optional argument `delay-question'.
140 If this is non-nil, and at least one other question is pending a
141 response, queue the question rather than sending it immediately.
142
143 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
144
145 * calendar/appt.el (appt-add): Check whether an appointment is
146 already present in appt-time-msg-list. Simplify code.
147
148 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
149
150 * progmodes/cc-langs.el (c-mode-menu):
151 Don't presume c-subword-mode is bound.
152
153 2006-04-13 Bill Wohler <wohler@newt.com>
154
155 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
156 (customize-package-emacs-version): Use cdr instead of cadr now
157 that alists use dotted pairs.
158
159 * custom.el (defcustom): Fix docstring for :package-version.
160
161 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
162
163 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
164 (tramp-handle-shell-command): Display output buffer only when
165 `tramp-display-shell-command-buffer' is true.
166 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
167
168 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
169
170 * textmodes/org.el (org-set-autofill-regexps): Set only the local
171 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
172
173 2006-04-13 Romain Francoise <romain@orebokech.com>
174
175 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
176 leaving temporary .cvsignore buffers behind.
177
178 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
179
180 * textmodes/org.el: (org-set-regexps-and-options)
181 (org-get-current-options): Better names for the startup folding
182 options.
183
184 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
185
186 * vc.el (vc-annotate): Arrange for point to end up at the same
187 line number as in the original, but only when using a new buffer.
188
189 2006-04-12 Davis Herring <herring@lanl.gov> (tiny change)
190
191 * files.el (hack-one-local-variable-eval-safep):
192 Recognize `edebug-form-spec' for `put', but only if it passes
193 `edebug-basic-spec'. Generalize `put' handling.
194
195 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
196 vetting file-local form specs.
197
198 * allout.el (allout-layout): Autoload its `safe-local-variable'
199 property.
200
201 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
202
203 * textmodes/org.el: (org-ctrl-c-ctrl-c): Improve documentation string.
204 (org-agenda-mouse-1-follows-link)
205 (org-mouse-1-follows-link): New options.
206 (org-format-agenda-item): Fix bug if TAGS is nil.
207 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
208
209 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
210
211 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
212 GDB 6.1+ gives full filename for "info sources" so use
213 file-name-nondirectory.
214
215 2006-04-12 Romain Francoise <romain@orebokech.com>
216
217 * subr.el (read-passwd): Bind `message-log-max' to nil.
218
219 >>>>>>> 1.9411
220 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
221
222 * progmodes/perl-mode.el (perl-indent-new-calculate):
223 Recompute parse-start after jumping backward by a whole sexp.
224
225 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
226
227 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
228 window configuration.
229 (vc-annotate-display-select): Select the buffer so that current-buffer
230 (and selected-window) is the output buffer at the end of vc-annotate.
231
232 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
233
234 * vc.el (vc-annotate-color-map): Add custom TTY color map for
235 8-color terminals, to use all of the colors in a sensible order.
236 256-color terminals work well with the standard map.
237 (vc-annotate-lines): Only strip the first color character if it
238 is "#", to allow for terminal-style named colors.
239 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
240 the correct buffer is scrolled.
241
242 2006-04-11 Richard Stallman <rms@gnu.org>
243
244 * emacs-lisp/bytecomp.el (byte-compile-file):
245 Bind enable-local-variables to :safe, and make normal-mode obey it.
246
247 * files.el (enable-local-variables): Allow value :safe.
248 (normal-mode): Doc fix.
249 (hack-local-variables): Implement enable-local-variables = :safe.
250 (hack-local-variables-confirm): Don't prevent quitting.
251
252 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
253
254 * loadhist.el (unload-feature): A bit of sanity check of
255 load-history entries. Cancel timer-vars before unbinding them.
256
257 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
258 quote special chars, and make the trick work on the hex part of the
259 buffer as well.
260 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
261 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
262
263 * startup.el (normal-splash-screen): Fix last change so we don't wait
264 2 minutes if we don't show the splash screen.
265
266 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
267
268 * textmodes/org.el (org-export-plain-list-max-depth)
269 (org-table-spaces-around-separators)
270 (org-radio-targets, org-activate-camels)
271 (org-table-spaces-around-invisible-separators): Options removed.
272 (org-time-stamp-rounding-minutes, org-remember-templates)
273 (org-ellipsis, org-activate-links, org-descriptive-links):
274 New options.
275 (org-remember-apply-template, org-current-time)
276 (org-finish-edit-table-field)
277 (org-link-unescape, org-link-escape)
278 (org-string-width, org-table-clean-line, org-html-do-expand)
279 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
280 (org-read-agenda-file-list): New functions.
281 (org-table-edit-field)
282 (org-table-create-or-convert-from-region): New commands
283 (org-table-toggle-vline-visibility): Command removed.
284 (org-table-convert-region): Made a command.
285 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
286 Replace with the normal org- functions.
287 (org-self-insert-command): Don't trigger realign unnecessarily
288 when blanking a field that is not full.
289 (org-mode): `Set buffer-invisibility-spec' for links.
290 (org-activate-links2): Hide link part and only show descriptive
291 part of the link.
292 (org-insert-link): Modify for new linking system.
293 (org-store-link): Store description separately, for use by
294 `org-insert-link'.
295 (org-table-align): Use `org-string-width'.
296 (defgroup): Completely new group structure for custom variables.
297 (org-agenda-files): Option: Single file name allowed. Function:
298 Optional argument unrestrited means ignore any restricitons.
299 (org-install-agenda-files-menu): Find a buffer in Org-mode before
300 trying to modify the menu. Use generalized access to
301 `org-agenda-files.'
302 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
303 (org-agenda-file-to-front, org-remove-file, org-diary)
304 (org-tags-view, org-export-icalendar-all-agenda-files)
305 (org-export-icalendar-combine-agenda-files): Use generalized
306 access to `org-agenda-files'.
307 (org-remember-handler): Correctly preserve heading if present.
308 (org-table-insert-row, org-table-insert-hline): Deal with
309 invisible characters.
310
311 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
312
313 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
314 (vc-annotate-color-map): New 18 element constant
315 value/saturation, rotating hue colormap, from red->blue.
316 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
317 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
318 (vc-annotate): To avoid killing the required local variables,
319 set them before the end of `with-output-to-temp-buffer', and
320 after first switching to annotate-mode.
321 (vc-annotate-warp-version): Add buffer argument in goto-line to
322 ensure annotation, not source, is scrolled.
323
324 2006-04-10 Bill Wohler <wohler@newt.com>
325
326 * custom.el (defcustom, custom-handle-keyword):
327 Add :package-version keyword.
328 (custom-add-package-version): New function. Sets value of new
329 property 'custom-package-version from :package-version keyword.
330 (defcustom): Create Common Keywords section in docstring.
331 (defface, defgroup): Replace definitions of a select few keywords
332 with a reference to the Common Keywords in defcustom.
333 (defcustom, defface, defgroup): Replace reference to Customization
334 chapter in manual with hyperlink.
335
336 * cus-edit.el (customize-package-emacs-version-alist):
337 New variable.
338 (customize-changed-options): Add check for custom-package-version.
339 (customize-package-emacs-version): New function to look up Emacs
340 version corresponding to the given package version.
341
342 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
343 defun name, in similar fashion to find-variable-regexp.
344
345 2006-04-10 Eli Zaretskii <eliz@gnu.org>
346
347 * international/mule-cmds.el (set-locale-environment): Fix last
348 change for when the locale's preferences don't specify any encoding.
349
350 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
351
352 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
353 so the defined var/fun doesn't need to be quoted.
354
355 2006-04-10 Richard Stallman <rms@gnu.org>
356
357 * finder.el (finder-mode-map): Add n and p bindings.
358
359 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
360
361 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
362 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
363 (gdb-setup-windows): Put something in source window if we can't find
364 the source file.
365 (gdb-frame-handler): Make it work again with just assembly.
366 (gdb-data-list-register-values-handler): Make it work when there is
367 no stack.
368
369 2006-04-09 Richard Stallman <rms@gnu.org>
370
371 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
372 specs while looking for charset.
373
374 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
375
376 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
377 Make them faces.
378 (lm-font-lock-keywords): Update appropriately.
379
380 2006-04-10 Kim F. Storm <storm@cua.dk>
381
382 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
383 it can also replace buffer-substring-no-properties.
384
385 * emulation/cua-base.el (cua-delete-region, cua-paste)
386 (cua-repeat-replace-region): Use filter-buffer-substring.
387
388 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
389 (cua-cut-region-to-global-mark): Likewise.
390
391 * emulation/cua-rect.el (cua--extract-rectangle)
392 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
393
394 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
395
396 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
397 entry-type. Add field delimiters to numerical fields if they are
398 not present.
399
400 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
401
402 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
403 string-const to return value.
404 (bibtex-remove-delimiters): Use it.
405
406 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
407
408 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
409 cl-byte-compile-compiler-macro unless it exists.
410
411 2006-04-08 Eli Zaretskii <eliz@gnu.org>
412
413 * files.el (hack-local-variables-confirm) <offer-save>:
414 Clarify message text. Suggested by Ralf Angeli.
415
416 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
417
418 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
419 (delete-extract-rectangle-line): Use `filter-buffer-substring'
420 instead of `buffer-substring' and `delete-region'. (Most of the
421 code actually copied from `kill-region'.)
422
423 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
424
425 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
426 (rcirc-default-port): Rename from rcirc-port.
427 (rcirc-default-nick): Rename from rcirc-nick.
428 (rcirc-default-user-name): Rename from rcirc-user-name.
429 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
430 (rcirc-low-priority-flag): New variable.
431 (rcirc-decode-coding-system): New defcustom.
432 (rcirc-encode-coding-system): New defcustom.
433 (rcirc-coding-system-alist): New defcustom.
434 (rcirc-multiline-major-mode): New defcustom.
435 (rcirc-nick): New internal variable.
436 (rcirc-process): Remove variable.
437 (rcirc-server-buffer): New variable.
438 (rcirc): Update to use rcirc-default-* variables above.
439 (rcirc-connect): Do not add window-configuration-hook-here.
440 (rcirc-server): New internal variable.
441 (rcirc-connect): Do not send keepalive pings if
442 rcirc-keepalive-seconds is nil.
443 (with-rcirc-server-buffer): New macro.
444 (rcirc-send-string): Encode with rcirc-encode-coding-system.
445 (rcirc-server-name): Rename from rcirc-server.
446 (rcirc-buffer-process): New function.
447 (rcirc-buffer-nick): New function.
448 (rcirc-buffer-target): Remove function.
449 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
450 New commands.
451 (rcirc-mode-map): Change binding of C-c C-l to
452 rcirc-toggle-low-priority.
453 (rcirc-mode): Initialize coding system based on
454 rcirc-coding-system-alist. New change-major-mode-hook to part the
455 channel on a mode change. Make kill-buffer-hook buffer-local.
456 (rcirc-change-major-mode-hook): New function.
457 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
458 (rcirc-last-post-time): New variable.
459 (rcirc-process-message): Store the last time user posted a message
460 to this target.
461 (rcirc-multiline-minor-mode): New mode.
462 (rcirc-multiline-minor-mode-map): New mode map.
463 (rcirc-edit-multiline): Put multiline-edit buffer in
464 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
465 (rcirc-print): Ignore any line starting with an ignored nick.
466 (rcirc-print): Decode using rcirc-decode-coding-system.
467 (rcirc-track-minor-mode): Update global-mode-string when disabling
468 this mode.
469 (minor-mode-alist): Add LowPri indicator.
470 (rcirc-toggle-low-priority): New function.
471 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
472 next lowpriority buffer with activity.
473 (rcirc-record-activity): Sort buffers in rcirc-activity by the
474 last time the user posted a message in to the target.
475 (rcirc-update-activity-string): New formatting for low priority
476 buffers.
477 (rcirc-split-activity): New function.
478 (rcirc-handler-PART, rcirc-handler-KICK)
479 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
480 (rcirc-nick-away-alist): New variable.
481 (rcirc-handler-301): New handler. Away messages are printed once
482 per change.
483
484 2006-04-08 Eli Zaretskii <eliz@gnu.org>
485
486 * info.el (Info-follow-nearest-node): Doc fix.
487
488 * international/mule-cmds.el (set-locale-environment): Make sure
489 the coding-system preferred by the locale's language has the same
490 EOL conversion type as the original buffer-file-coding-system.
491 (locale-language-names): Add a few MS Windows language codes.
492
493 2006-04-07 Richard Stallman <rms@gnu.org>
494
495 * simple.el (eval-expression): Doc fix.
496
497 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
498 (eval-defun): Doc fixes.
499
500 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
501
502 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
503
504 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
505
506 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
507 GDB list command without argument for greater generality.
508
509 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
510
511 * subr.el (string-or-null-p): New function.
512
513 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
514
515 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
516
517 * files.el: Update comment about safe-local-variable declarations.
518
519 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
520
521 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
522 See idlwave.org.
523
524 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
525 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
526
527 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
528 See idlwave.org.
529
530 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
531 version 6.0 (minimal changes). See idlwave.org.
532
533 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
534 6.0 (minimal changes). See idlwave.org.
535
536 * progmodes/idlw-rinfo.el: File obsoleted and removed.
537
538 2006-04-06 Romain Francoise <romain@orebokech.com>
539
540 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
541 symmetric encryption features and a new asynchronous interface to
542 GnuPG. This new version is version 1.4, plus whitespace changes.
543
544 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
545
546 * files.el: Move some `safe-local-variable' declarations to the
547 respective files.
548
549 * textmodes/ispell.el (ispell-check-comments)
550 (ispell-local-dictionary): Mark as safe.
551
552 * abbrev.el (abbrev-mode): Mark as safe.
553
554 * add-log.el (change-log-default-name): Mark as safe.
555
556 * textmodes/reftex-vars.el (reftex-vref-is-default)
557 (reftex-fref-is-default, reftex-level-indent)
558 (reftex-guess-label-type): Mark as safe.
559
560 * textmodes/fill.el (colon-double-space): Mark as safe.
561
562 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
563 (sentence-end-double-space, sentence-end-without-period)
564 (sentence-end-without-space, sentence-end, sentence-end-base)
565 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
566
567 2006-04-06 Kim F. Storm <storm@cua.dk>
568
569 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
570 the :set-after list.
571 (ido-downcase-unc-hosts): New user option. Default on.
572 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
573 when it is set, as regexps are now applied on the fly.
574 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
575 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
576 on the fly, but only when ido-process-ignore-lists is set.
577 Do case insensitive filtering if ido-downcase-unc-hosts is set.
578 Only downcase names if ido-downcase-unc-hosts is set.
579
580 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
581
582 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
583
584 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
585
586 2006-04-05 Kim F. Storm <storm@cua.dk>
587
588 * ido.el (ido-mode): Set after ido-unc-hosts and
589 ido-ignore-unc-host-regexps.
590 (ido-save-history): Save ido-unc-hosts-cache.
591 (ido-load-history): Load ido-unc-hosts-cache.
592 (ido-reread-directory): Refresh unc hosts cache in // dir.
593
594 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
595 to nil while displaying slash screen.
596
597 2006-04-05 Daiki Ueno <ueno@unixuser.org>
598
599 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
600 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
601
602 2006-04-05 Kenichi Handa <handa@m17n.org>
603
604 * international/characters.el: Setup cases of Latin, Greek, and
605 Cyrillic characters in CJK charsets.
606
607 2006-03-29 Daiki Ueno <ueno@unixuser.org>
608
609 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
610 default-enable-multibyte-characters. This reverts the change from
611 revision 6.17 which is no longer necessary because the passphrase
612 is sent separately now. GnuPG messages are unreadable under
613 multibyte locales with default-enable-multibyte-characters set to nil.
614
615 2006-04-04 Andreas Schwab <schwab@suse.de>
616
617 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
618 and `byte-compile-warnings' as `safe-local-variable'.
619
620 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
621
622 * man.el (Man-mode-map): Restore the \r binding.
623 (Man-abstract-xref-man-page): If Man-target-string is a function,
624 call it.
625 (Man-highlight-references): Use Man-default-man-entry to get the
626 target. Deal with xrefs too.
627 (Man-highlight-references0): Don't call the target function.
628
629 * woman.el (WoMan-xref-man-page): Strip the section number, woman
630 cannot deal with it.
631
632 2006-04-04 Daiki Ueno <ueno@unixuser.org>
633
634 * pgg-gpg.el: Clean up process buffers every time gpg processes
635 complete.
636
637 2006-04-04 Kenichi Handa <handa@m17n.org>
638
639 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
640 here.
641 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
642 Temporarily bind inhibit-field-text-motion to t.
643
644 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
645
646 * startup.el (normal-splash-screen): Only set mode-line-format in the
647 splash buffer, so as not to interfere when debugging the code.
648 Ignore errors when switching buffer.
649
650 2006-04-03 Romain Francoise <romain@orebokech.com>
651
652 * dired.el (dired-dnd-protocol-alist): Fix typo.
653
654 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
655
656 * savehist.el (savehist): Add :version.
657 (savehist-ignored-variables): New variable.
658 (savehist-minibuffer-hook): Don't save variables listed in
659 `savehist-ignored-variables'.
660
661 * dired.el (dired-dnd-protocol-alist): Mention that change does
662 only apply to new buffers in doc string.
663
664 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
665
666 * recentf.el (recentf-open-files-item): Include newline in button
667 field, so opening a file will work, when the point is at the end
668 of the file name. Allow, for example, to [i]search a file by
669 extension and just push RET to open it.
670
671 2006-04-03 Daiki Ueno <ueno@unixuser.org>
672
673 * pgg-gpg.el (pgg-gpg-process-filter)
674 (pgg-gpg-wait-for-completion): Check if buffer is alive.
675
676 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
677 lines, temporary fix.
678
679 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
680
681 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
682
683 2006-04-02 Richard Stallman <rms@gnu.org>
684
685 * progmodes/compile.el (compilation-message-face): Make it defcustom.
686
687 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
688
689 * ibuf-macs.el (define-ibuffer-column): Add a new key:
690 header-mouse-map.
691
692 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
693 (ibuffer-mode-header-map): New keymaps.
694 (ibuffer-update-title-and-summary): Enable mouse face highlighting
695 and keybindings for column headers.
696 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
697 property.
698
699 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
700
701 * speedbar.el (speedbar-after-create-hook): Doc fix.
702
703 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
704
705 * shell.el (shell-directory-tracker)
706 (shell-dynamic-complete-command): Doc fixes.
707
708 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
709
710 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
711 terminals.
712
713 2006-04-01 Kim F. Storm <storm@cua.dk>
714
715 * ido.el (ido-unc-hosts-cache): New defvar.
716 (ido-unc-hosts): If value of defcustom is a function, call it to
717 get list of UNC hosts. Add function-item choices to specify
718 ido-unc-hosts-net-view or user function.
719 (ido-ignore-unc-host-regexps): New defcustom.
720 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
721 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
722 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
723
724 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
725
726 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
727 wwidth.
728
729 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
730
731 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
732 (ido-max-work-file-list, ido-switch-buffer)
733 (ido-read-file-name-as-directory-commands):
734 Fix typos in docstrings.
735
736 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
737
738 * term/mac-win.el (mac-system-coding-system): Define and use after
739 Mac-specific coding systems are ready.
740
741 2006-03-27 Romain Francoise <romain@orebokech.com>
742
743 * net/rcirc.el (rcirc-connect): Add autoload cookie.
744
745 * ldefs-boot.el: Update.
746
747 2006-03-27 Daiki Ueno <ueno@unixuser.org>
748
749 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
750 passphrases when it is not needed.
751 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
752 passphrase stuff from gpg, should only be necessary when you use
753 gpg with a smartcard.
754
755 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
756
757 * comint.el (comint-dynamic-list-completions): Allow user to
758 select *Completions* buffer.
759
760 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
761
762 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
763
764 2006-03-26 Andreas Schwab <schwab@suse.de>
765
766 * progmodes/gud.el (gdb): Only complain about multiple debugging
767 when the gdb process is still running.
768
769 2006-03-25 Eli Zaretskii <eliz@gnu.org>
770
771 * mail/rmail.el (tool-bar-map): Defvar it.
772 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
773 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
774
775 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
776
777 * help.el (print-help-return-message): Suggest to use
778 display-buffer instead of switch-to-buffer-other-window to restore
779 the previous window without selecting it.
780
781 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
782
783 * frame.el (select-frame-by-name): Call x-focus-frame also when
784 window-system is mac.
785
786 * term/mac-win.el: Adjust Courier font specifications in
787 x-fixed-font-alist.
788 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
789 when directly encoding to UTF-16 in native byte order, no BOM.
790
791 2006-03-25 Kim F. Storm <storm@cua.dk>
792
793 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
794 (cua--init-keymaps): Use it instead of fixed C-return.
795 (cua-mode): Set after it.
796
797 * emulation/cua-rect.el (cua--init-rectangles):
798 Use cua-rectangle-mark-key instead of fixed C-return.
799
800 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
801
802 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
803 "run" in .gdbinit.
804 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
805
806 2006-03-24 Romain Francoise <romain@orebokech.com>
807
808 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
809 `display-buffer-other-frame'.
810
811 2006-03-24 Kim F. Storm <storm@cua.dk>
812
813 * apropos.el (apropos-synonyms): Add selection => region.
814
815 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
816
817 * progmodes/gdb-ui.el (gdb-var-create-regexp)
818 (gdb-var-list-children-regexp, gdb-var-update-regexp)
819 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
820 (gdb-data-list-register-values-regexp)
821 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
822 Future proof against new fields being added to MI output.
823 (gdb-send): Don't treat backslashes for program input as
824 continuations.
825 (gdb-assembler-handler): Don't use window-start for this handler.
826 (gdb-frame-handler): Don't change to hollow arrow if overlay
827 arrow doesn't move to new frame.
828
829 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
830
831 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
832 prevent compiler warnings.
833 (gdb-stopped): Check for gud-last-last-frame (case: signal).
834 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
835 (gdb-assembler-custom): Use hollow-right-triangle for assembler
836 buffer too.
837
838 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
839
840 * pgg-gpg.el (pgg-gpg-update-agent): Check for
841 make-network-process, so we can use the same code in Gnus v5-10
842 too and have this file fully synchronized with that release.
843
844 2006-03-23 Romain Francoise <romain@orebokech.com>
845
846 * ibuf-ext.el (ibuffer-read-filter-group-name):
847 Use `ibuffer-generate-filter-groups' to make completion list match
848 the filter groups that are really displayed in the Ibuffer buffer.
849 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
850
851 2006-03-23 Kenichi Handa <handa@m17n.org>
852
853 * international/mule-cmds.el (sort-coding-systems): Describe that
854 the argument is modified in docstring.
855
856 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
857
858 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
859 (pgg-gpg-update-agent): New function.
860 (pgg-gpg-use-agent-p): New function.
861 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
862 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
863 (pgg-gpg-sign-region): Use it.
864
865 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
866
867 * cus-edit.el (custom-face-set): Call custom-push-theme before
868 face-spec set so that `changed' theme is correctly saved.
869 (custom-face-reset-standard): Reset to recalculated face rather
870 than defface spec.
871
872 * custom.el (custom-push-theme): Only save `changed' theme if the
873 current face does not match the defface specs.
874
875 2006-03-21 Simon Josefsson <jas@extundo.com>
876
877 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
878 <wilde@sha-bang.de>.
879 (pgg-gpg-use-agent): New variable.
880 (pgg-gpg-process-region): Use it.
881 (pgg-gpg-encrypt-region): Likewise.
882 (pgg-gpg-encrypt-symmetric-region): Likewise.
883 (pgg-gpg-decrypt-region): Likewise.
884 (pgg-gpg-sign-region): Likewise.
885 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
886
887 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
888
889 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
890 bracket links.
891
892 2006-03-21 Kim F. Storm <storm@cua.dk>
893
894 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
895 fringe-indicator-alist instead of modifying global value.
896 (gdb-frame-handler): Likewise.
897
898 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
899
900 * diff-mode.el (diff-function): Make it inherit from diff-header
901 instead of diff-context.
902
903 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
904 bitmap.
905 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
906 change names in macro above for consistency.
907 (gdb-frame-handler): Use hollow-right-triangle for all selected
908 frames which except the innermost (where execution has stopped).
909 (gdb-reset): Reset buffer-local values of overlay-arrow.
910
911 2006-03-20 Richard Stallman <rms@gnu.org>
912
913 * simple.el (set-mark-command): Doc fix.
914
915 * files.el (display-buffer-other-frame): New command.
916 (ctl-x-4-map): Bind C-x 5 C-o to it.
917
918 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
919
920 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
921 rather than just defer-time, in case defer-time has been changed but
922 the timer isn't running yet.
923 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
924
925 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
926
927 * help-mode.el (help-follow-symbol): New function.
928 Essentially identical to the old `help-follow', but do not let
929 `push-button' do the work when on an xref.
930 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
931
932 2006-03-19 Richard Stallman <rms@gnu.org>
933
934 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
935 preceded by the word `program'.
936 (help-follow-mouse, help-follow): Throw error if not on xref.
937 Delete no longer used args.
938
939 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
940
941 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
942 annotation ensure gud-overlay-arrow-position is redisplayed.
943
944 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
945
946 * textmodes/bibtex.el (bibtex-include-OPTkey)
947 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
948 (bibtex-autokey-name-case-convert)
949 (bibtex-autokey-titleword-case-convert): Make these the aliases
950 for the following two variables.
951 (bibtex-autokey-name-case-convert-function)
952 (bibtex-autokey-titleword-case-convert-function): Make these the
953 real names.
954 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
955 bibtex-font-lock-crossref sublists.
956 (bibtex-mode): Revert 2005-12-30 change (which made
957 completion-ignore-case buffer-local).
958 (bibtex-url): Simplify.
959
960 2006-03-19 Kim F. Storm <storm@cua.dk>
961
962 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
963 cursor property value to 2 (to align with C level change).
964
965 2006-03-19 Bill Wohler <wohler@newt.com>
966
967 * image.el (image-load-path-for-library): Shorten first line in
968 docstring.
969
970 2006-03-18 Richard Stallman <rms@gnu.org>
971
972 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
973
974 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
975
976 * isearch.el (isearch-other-meta-char): Handle user bindings for
977 shifted control characters.
978
979 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
980
981 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
982 part that matches email addresses, file names, etc.
983
984 2006-03-18 Eli Zaretskii <eliz@gnu.org>
985
986 * term/w32-win.el (mouse-set-font):
987 Mention w32-list-proportional-fonts in the doc string.
988
989 2006-03-18 Kim F. Storm <storm@cua.dk>
990
991 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
992 (ido-unc-hosts): New user option to explicitly define list of know
993 UNC-style hosts for completion.
994 (ido-cache-unc-host-shares-time): New user option.
995 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
996 New helper functions for UNC file-name support.
997 (ido-may-cache-directory): Check for UNC host. Simplify.
998 (ido-wash-history): Clean out old UNC hosts.
999 (ido-nonreadable-directory-p): UNC hosts are always readable.
1000 (ido-directory-too-big-p): UNC hosts are never too big.
1001 (ido-set-current-directory): Handle UNC root path.
1002 (ido-file-name-all-completions): Complete UNC host names from
1003 ido-unc-hosts list. Cache UNC host shares.
1004 (ido-make-file-list-1): Don't filter UNC root.
1005 (ido-exhibit): Check for // in root directory, and switch to UNC
1006 mode by setting ido-current-directory to //.
1007
1008 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
1009
1010 * cus-edit.el (customize-changed-options): Mention explicit
1011 version number as default in prompt.
1012
1013 2006-03-17 Bill Wohler <wohler@newt.com>
1014
1015 * image.el (image-load-path-for-library): Minor docstring fix.
1016
1017 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
1018
1019 * textmodes/org.el (org-read-date): Include subgroup 5 into
1020 replacement text.
1021 (org-popup-calendar-for-date-prompt): Fix customization type.
1022
1023 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1024
1025 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1026 (gdb-continuation): New variable.
1027 (gdb-send): Deal with continuation lines.
1028
1029 * progmodes/gud.el (gud-gdb-complete-command)
1030 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1031 expressions.
1032 (gud-tooltip-mode): Use buffer-local value.
1033
1034 2006-03-16 Kim F. Storm <storm@cua.dk>
1035
1036 * ido.el (ido-edit-input): Use selected match, if any.
1037
1038 2006-03-16 Bill Wohler <wohler@newt.com>
1039
1040 * image.el (image-load-path-for-library): Prefer user's images in
1041 image-load-path.
1042
1043 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1044
1045 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1046 when checking for attempt to drag leftmost or rightmost scrollbar.
1047
1048 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1049
1050 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1051 (gdb-force-mode-line-update): New function.
1052 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1053 (gdb-exited): Use them.
1054 (gdb-signal): New function.
1055 (gdb-annotation-rules): Provide a rule for it.
1056
1057 2006-03-16 Kenichi Handa <handa@m17n.org>
1058
1059 * international/mule.el (auto-coding-regexp-alist): Add entries
1060 for Unicode BOM.
1061
1062 * sort.el (sort-build-lists): Temporarily bind
1063 inhibit-field-text-motion to t.
1064
1065 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1066
1067 * locate.el (locate-command, locate-make-command-line)
1068 (locate-fcodes-file, locate-update-command)
1069 (locate-prompt-for-command, locate, locate-with-filter)
1070 (locate-get-file-positions): Doc fixes.
1071 (locate-buffer-name, locate-header-face): Remove leading `*' in
1072 defcustom.
1073 (locate-filter-output): Use `keep-lines' instead of its alias
1074 `delete-non-matching-lines'.
1075 (locate-get-filename, locate-get-dirname): Add introductory comment.
1076 (locate-find-directory-other-window): Give appropriate error
1077 message if used outside main listing.
1078
1079 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1080
1081 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1082 the new extend-region feature.
1083 (font-lock-after-change-function): Update correspondingly.
1084 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1085 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1086
1087 2006-03-15 Bill Wohler <wohler@newt.com>
1088
1089 * image.el (image-load-path-for-library): Fix example by not
1090 recommending that one binds image-load-path. Just defvar it to
1091 placate compiler and only use it if previously defined.
1092
1093 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1094
1095 * textmodes/org.el (org-insert-centered): Use `string-width' to
1096 make underlining work for wide characters.
1097 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1098 TAB to `org-cycle', to make sure that no binding in
1099 `outline-mode-map' can supercede it.
1100
1101 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1102
1103 * allout.el: Increment version to 2.2.1 in file commentary.
1104
1105 (allout-version): Increment to 2.2.1.
1106
1107 (allout-default-layout): New customization variable, used when the
1108 file lacks a specific allout-layout. Uses allout-layout-type for
1109 recursively nested definition.
1110
1111 (allout-layout-type): Widget defining allout layouts, necessary for
1112 self-recursive definition.
1113
1114 (allout-mode): Incorporate allout-default-layout as fallback for
1115 allout-layout.
1116
1117 (allout-layout): Mark as 'safe-local-variable', and refer mention
1118 fallback to `allout-default-layout' in absence of a specified value.
1119 (allout-passphrase-verifier-string)
1120 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1121
1122 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1123
1124 (allout-get-encryption-passphrase-verifier): Use correct name of
1125 passphrase verifier in docstring.
1126
1127 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1128
1129 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1130 elements.
1131 (gdb-find-watch-expression): Make it work for arrays too.
1132 Follow change to gdb-var-list.
1133 (gud-watch): Allow the user to enter variable name with a prexix
1134 arg. Create keybindings.
1135 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1136 (gdb-var-list-children-handler, gdb-var-update-handler)
1137 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1138 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1139 Follow change to gdb-var-list.
1140 (gdb-starting): Don't show the overlay arrows when program is running.
1141
1142 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1143 gdb-var-list.
1144
1145 2006-03-14 Bill Wohler <wohler@newt.com>
1146
1147 * image.el (image-load-path-for-library): Pass value of path
1148 rather than symbol. Always return list of directories.
1149 Guarantee that image directory comes first.
1150
1151 2006-03-14 Alan Mackenzie <acm@muc.de>
1152
1153 * font-core.el (font-lock-extend-region\(-function\)?.):
1154 New function/variable.
1155
1156 * font-lock.el (font-lock-after-change-function):
1157 Call font-lock-extend-region. Obey font-lock-lines-before.
1158 (font-lock-default-fontify-region): Remove reference to
1159 font-lock-lines-before.
1160
1161 * jit-lock.el (jit-lock-after-change):
1162 Call font-lock-extend-region. Obey font-lock-lines-before.
1163
1164 2006-03-14 David Ponce <david@dponce.com>
1165
1166 * tree-widget.el (tree-widget-themes-load-path)
1167 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1168
1169 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1170
1171 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1172 (rcirc-print): Mark the start of text at the end of the prompt.
1173 (rcirc-track-minor-mode): Add autoload cookie.
1174 (rcirc-update-activity-string): Add space to front of mode-line
1175 indicator.
1176
1177 2006-03-13 Miles Bader <miles@gnu.org>
1178
1179 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1180 (rcirc-abbrev-nick): Remove function.
1181 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1182
1183 2006-03-13 David Ponce <david@dponce.com>
1184
1185 * tree-widget.el: Handle themes across all occurrences of the main
1186 themes sub-directory found in tree-widget-themes-load-path.
1187 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1188 (tree-widget--locate-sub-directory): Return all occurrences.
1189 (tree-widget-themes-path): New function.
1190 Replace tree-widget-themes-directory, and return a list of directories.
1191 (tree-widget-set-parent-theme)
1192 (tree-widget-lookup-image): Use it.
1193
1194 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1195
1196 * textmodes/org.el (org-link-search): Avoid self-matching of
1197 links, allow target text to be distributed over several lines.
1198 (org-search-not-link): New function.
1199 (org-set-regexps-and-options, org-get-current-options):
1200 New startup options.
1201 (org-export-as-html): Take odd-level setting from local variable.
1202 (org-fontify-emphasized-text): New option.
1203 (org-set-font-lock-defaults): Include emphasized text.
1204 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1205 (org-font-lock): Customize group renamed from `org-faces'.
1206
1207 2006-03-13 John Paul Wallington <jpw@pobox.com>
1208
1209 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1210 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1211
1212 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1213
1214 * cus-start.el (all): Delete :version keyword for members of the
1215 fringe group, since the entire group is new in 22.1.
1216
1217 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1218
1219 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1220 map if value is hexadecimal (an address).
1221 (gud-watch): Only search roots for existing watch expressions.
1222 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1223 prevent caching problems with speedbar-update-directory-contents.
1224
1225 2006-03-12 Juri Linkov <juri@jurta.org>
1226
1227 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1228 before comparing with `low' and `warn'.
1229
1230 * info.el (Info-dir-remove-duplicates): Move point to the
1231 beginning of the current line after deleting the entries from
1232 redundant heading. Use marker for `limit' and compare it with
1233 point before calling `re-search-forward'.
1234
1235 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1236
1237 * simple.el (yank): Fix typo in docstring.
1238
1239 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1240
1241 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1242 messages, where "D" is the 6th character.
1243
1244 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1245
1246 * simple.el (yank): Fix last change.
1247
1248 2006-03-11 David Ponce <david@dponce.com>
1249
1250 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1251 merging elements from the standard ispell-dictionary-alist.
1252 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1253 alist, and return the new alist.
1254
1255 2006-03-11 Richard Stallman <rms@gnu.org>
1256
1257 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1258
1259 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1260 the way it is implemented is too unclean.
1261
1262 * simple.el (kill-region, yank): Doc fix.
1263
1264 * battery.el (battery-echo-area-format): Doc fix.
1265 (battery-mode-line-format): Likewise.
1266 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1267 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1268
1269 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1270
1271 * progmodes/octave-mod.el (octave-indent-for-comment):
1272 Behave according to do string.
1273
1274 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1275
1276 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1277 Be visible only if major mode is Mail Mode.
1278
1279 * textmodes/flyspell.el (flyspell-external-point-words)
1280 (flyspell-process-localwords): Fix last changes.
1281
1282 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1283
1284 * calendar/holidays.el (list-holidays): Doc fix.
1285
1286 * international/mule.el (auto-coding-alist): Add .odt
1287 (OpenOffice's open document) files.
1288
1289 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1290 document) files. Mention in the doc string the need to sync with
1291 auto-coding-alist.
1292
1293 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1294
1295 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1296 enable-local-variables is set to always query, or there is no
1297 savable variable.
1298
1299 2006-03-10 Bill Wohler <wohler@newt.com>
1300
1301 * image.el (image-load-path-for-library): Merge at least three
1302 functions from Gnus and MH-E into this one function that can now
1303 be shared.
1304
1305 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1306
1307 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1308 gdb-remove-mouse-face and remove help-echo too.
1309 (gdb-enqueue-input): Correct conditional clause.
1310
1311 2006-03-10 Glenn Morris <rgm@gnu.org>
1312
1313 * calendar/calendar.el (calendar-holidays): Doc fix.
1314 * calendar/holidays.el (list-holidays): Doc fix.
1315
1316 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1317
1318 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1319 it gets called in gdb-prompt anyway.
1320 (gdb-use-separate-io-buffer): Only restore window arrangement for
1321 gdb-many-windows.
1322 (gdb-enqueue-input): Make it harder to send GDB input when program
1323 is running.
1324 (gdb-buffer-list): New variable.
1325 (gdb-remove-mouse-face): New function.
1326 (gdb-starting): Use it when GDB input won't get sent.
1327
1328 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1329
1330 * help.el (view-lossage): Remove trailing whitespace before
1331 inserting "\n".
1332
1333 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1334
1335 * files.el (hack-local-variables-confirm):
1336 Set coding-system-for-read to nil before writing to .emacs.
1337
1338 * arc-mode.el (archive-extract): Check if an existing buffer name
1339 comes from a different archive.
1340
1341 * help.el (describe-key-briefly): If KEY is a down event, read and
1342 discard the up event.
1343
1344 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1345
1346 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1347 be edited and use font-lock-warning-face for any changes.
1348
1349 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1350 (gdb-edit-value): Use it to report any errors.
1351
1352 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1353
1354 * help.el (describe-key): Remove leftover test code.
1355
1356 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1357
1358 * textmodes/org.el: Move defvars out of eval-when-compile.
1359 Use buffer-file-name variable.
1360 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1361 arg `file'.
1362 (org-level-faces): Remove startup dependency.
1363 (org-cycle, org-map-tree, org-scan-tags)
1364 (org-remember-handler): Don't call `outline-level' directly.
1365 (org-mhe-search-all-folders): New option.
1366 (org-mhe-get-message-folder-from-index)
1367 (org-mhe-get-message-folder): Fix indexing search.
1368 (org-format-agenda-item): Handle nil TAGS argument.
1369 (org-cleaned-string-for-export, org-activate-target-links)
1370 (org-make-target-link-regexp): Deal with empty radio target list.
1371 (org-tag): New face.
1372 (org-get-level-face): New function.
1373 (org-set-font-lock-defaults): Simplify setup for headlines.
1374 (org-complete): Pass common substring to `display-completion-list'.
1375
1376 2006-03-06 David Ponce <david@dponce.com>
1377
1378 * tree-widget.el: Update Commentary header.
1379 (tree-widget-theme-name): Ignore parent themes.
1380 (tree-widget-set-parent-theme): New function.
1381 (tree-widget-set-theme): Use it.
1382 (tree-widget-set-image-properties): Move definition. Does nothing
1383 if image properties have already been set.
1384 (tree-widget-image-properties): Move definition. Receive an image
1385 name. Set the :pointer property.
1386 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1387 Don't set the :pointer image property.
1388 (tree-widget-convert-widget): New function. Handle :dynargs
1389 compatibility here.
1390 (tree-widget): Use it to :convert-widget. Add the :expander-p
1391 predicate to control when the :expander function is entered.
1392 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1393 (tree-widget-value-create): Handle :expander-p. widget-apply
1394 :expander.
1395 (tree-widget-expander-p): New function. Default value of the
1396 :expander-p property.
1397
1398 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1399
1400 * help.el (describe-key): Properly handle the return value of
1401 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1402 remaps. Handle string and vector `follow-link' values.
1403
1404 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1405
1406 * complete.el (PC-expand-many-files): Try be more careful when parsing
1407 the shell's output.
1408
1409 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1410
1411 * outline.el (hide-sublevels): Provide better interactive default.
1412
1413 2006-03-06 Kenichi Handa <handa@m17n.org>
1414
1415 * international/fontset.el (create-fontset-from-fontset-spec):
1416 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1417
1418 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1419
1420 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1421 backslashes instead of one in regexp.
1422 (gud-tooltip-dereference): Add missing optional argument.
1423
1424 2006-03-04 John Paul Wallington <jpw@pobox.com>
1425
1426 * wdired.el (toplevel): Require `cl' at compile-time.
1427
1428 2006-03-04 Andreas Schwab <schwab@suse.de>
1429
1430 * server.el (server-process-filter): Handle errors during
1431 evaluation of the argument.
1432
1433 2006-03-03 John Paul Wallington <jpw@pobox.com>
1434
1435 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1436 escape parentheses at beginning of line.
1437 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1438 (t-mouse-mode): Remove period from end of error message.
1439
1440 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1441
1442 * textmodes/flyspell.el (flyspell-process-localwords):
1443 Be case-sensitive.
1444
1445 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1446
1447 * cus-edit.el (custom-quote): Remove function, since it has been
1448 moved to custom.el.
1449
1450 * font-lock.el (lisp-font-lock-keywords-2)
1451 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1452 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1453 they have no special meaning.
1454
1455 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1456 indirect buffer gets killed before indirect buffer. Use dolist.
1457
1458 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1459
1460 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1461 value instead of a literal constant (1) on more pauses.
1462
1463 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1464
1465 * textmodes/flyspell.el (flyspell-external-point-words):
1466 Be case-sensitive.
1467
1468 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1469
1470 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1471 with "www".
1472
1473 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1474
1475 * allout.el: Restablish intermediate missing comment header to
1476 preserve outline structure.
1477 (allout-beginning-of-current-entry): Skip invisible text.
1478 (allout-open-topic): Fix opening a topic at end-of-buffer.
1479 (allout-minor-mode): Move nearer to allout-mode function.
1480
1481 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1482
1483 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1484
1485 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1486
1487 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1488 is nil.
1489
1490 * progmodes/gud.el (gud-speedbar-menu-items):
1491 Use buffer-local-value and add missing :visible keyword.
1492
1493 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1494
1495 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1496
1497 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1498 must be `follow-link'.
1499
1500 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1501
1502 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1503 formatting: No nested anchors.
1504 (org-all-targets): Fix bug with XEmacs compatibility.
1505 (org-read-date): Add (require 'parse-time).
1506 (org-set-tags): Fix bug with extra inserted space.
1507 (org-export-html-style): Define a style class for targets.
1508 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1509 (org-hide-leading-stars): New option.
1510 (org-hide): New face.
1511 (org-set-font-lock-defaults): Allow to hide leading stars.
1512 (org-get-legal-level, org-tr-level): New functions.
1513 (org-odd-levels-only): New option.
1514 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1515 (org-demote, org-promote): Deal with double-star levels.
1516 (org-convert-to-odd-levels): New command.
1517
1518 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1519
1520 * speedbar.el (speedbar-update-localized-contents): Try to
1521 preserve window-start.
1522 (speedbar-update-directory-contents): Try to preserve window-start
1523 and window-point.
1524 (speedbar-update-special-contents): Don't move back to start of window.
1525
1526 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1527 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1528 speedbar-timer-fn.
1529 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1530 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1531 instead of gdb-speedbar-timer-fn.
1532
1533 2006-02-28 Jay Belanger <belanger@truman.edu>
1534
1535 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1536 (math-compose-expr): Use latex option when calling
1537 `math-compose-tex-matrix' for latex mode.
1538
1539 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1540
1541 * speedbar.el: Re-instate comments about developing for speedbar
1542 [this is what info and gdb-ui use even if better methods exist now].
1543
1544 * t-mouse.el: New file.
1545 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1546 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1547 (t-mouse-make-event-element): Use posn-at-x-y instead.
1548 (t-mouse-make-event): Deal with Fedora Core 3.
1549 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1550 (t-mouse-mouse-position-function): New function. Use it instead
1551 of advising mouse-position.
1552 (t-mouse-mode): New minor mode.
1553 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1554
1555 2006-02-27 Glenn Morris <rgm@gnu.org>
1556
1557 * calendar/calendar.el (calendar-holidays): Doc fix.
1558
1559 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1560
1561 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1562 Re-introduce the concept of a source window.
1563 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1564 consistency with get-buffer-create.
1565 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1566 (gdb-data-list-register-values-handler)
1567 (gdb-stack-list-locals-handler): Try to preserve window-start as
1568 well as window-point.
1569 (gdb-display-source-buffer): New function (old concept).
1570 (gdb-goto-breakpoint): Use it.
1571
1572 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1573 for gdb-ui/gdb-mi (old concept).
1574
1575 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1576
1577 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1578 binding.
1579
1580 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1581
1582 * textmodes/reftex-sel.el (reftex-select-label-map)
1583 (reftex-select-bib-map): Add `follow-mouse' binding.
1584
1585 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1586
1587 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1588 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1589 Give :set functions to provide automatic updating.
1590 Update docstring. Give compiler defvars early in the file
1591 and move the defcustoms to a later spot where all called functions
1592 are defined.
1593 (jka-compr-file-name-handler-entry): Doc fix.
1594 (jka-compr-compression-info-list--internal)
1595 (jka-compr-mode-alist-additions--internal)
1596 (jka-compr-load-suffixes--internal): New variables.
1597 (jka-compr-install): Set the three above variables.
1598 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1599 (jka-compr-update, jka-compr-set): New functions.
1600 (auto-compression-mode): Doc fix.
1601
1602 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1603 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1604 Use jka-compr-compression-info-list--internal,
1605 jka-compr-mode-alist-additions--internal and
1606 jka-compr-load-suffixes--internal.
1607
1608 * files.el (load-library):
1609 * loadhist.el (file-loadhist-lookup):
1610 * startup.el (command-line):
1611 * subr.el (locate-library):
1612 * emacs-lisp/autoload.el (update-directory-autoloads):
1613 * emacs-lisp/find-func.el (find-library-suffixes):
1614 Use `get-load-suffixes' instead of `load-suffixes'.
1615
1616 * subr.el (locate-library):
1617 * emacs-lisp/find-func.el (find-library-name):
1618 Use `load-file-rep-suffixes' instead of '("").
1619
1620 2006-02-26 Kim F. Storm <storm@cua.dk>
1621
1622 * ido.el (ido-save-history, ido-load-history): Simplify.
1623 Don't use find-file-noselect to avoid interference from other modes.
1624
1625 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1626
1627 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1628 to use the default shell if filename is not available.
1629 Reported by Giorgos Keramidas.
1630
1631 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1632
1633 * progmodes/etags.el (tags-completion-table): Do completion from
1634 all the tables in the current list, as documented in the manual.
1635
1636 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1637
1638 * CC Mode Update to 5.31.3.
1639
1640 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1641
1642 * progmodes/cc-mode.el (c-postprocess-file-styles):
1643 Bind inhibit-read-only to t, around the call to
1644 c-remove-any-local-eval-or-mode-variables, so that it works on a
1645 RO file.
1646
1647 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1648
1649 * progmodes/cc-awk.el: Correct a typo.
1650
1651 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1652
1653 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1654 c-hungry-delete-backwards, at the request of RMS. Leave the old
1655 name as an alias.
1656
1657 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1658
1659 * progmodes/cc-mode.el: Correct a typo.
1660
1661 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1662
1663 * progmodes/cc-defs.el: Update the version number to 5.31.3.
1664
1665 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1666
1667 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1668 brace-else-brace (error due to mbeg, mend being undefined).
1669
1670 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1671
1672 * progmodes/cc-mode.el: File Local variables: Solve the problem
1673 where both `mode' and c-file-offsets are specified: `mode' will
1674 overwrite c-f-o's settings:
1675 (c-remove-any-local-eval-or-mode-variables): New function.
1676 (c-postprocess-file-styles): Call the above new function, within
1677 c-tentative-buffer-change, to splat `mode' and `eval' before the
1678 second hack-local-variables.
1679
1680 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1681
1682 * progmodes/cc-mode.el:
1683 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1684 (c-after-change): Protect the match data with save-match-data.
1685 It was getting corrupted by c-after-change-check-<>-operators.
1686
1687 * cc-defs.el: [Supersedes patch V1.38]:
1688 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1689 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
1690
1691 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1692 with save-match-data. It was being corrupted when Font Lock was
1693 not enabled.
1694
1695 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1696
1697 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1698 Mode and Subword Mode.
1699
1700 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1701 real labels ("case 1:" or "foo:") from non-labels ("public:").
1702 (c-forward-objc-directive): Replace c-forward-token-2 with crude
1703 coding; c-f-t-2 doesn't move over a token at EOB.
1704
1705 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1706
1707 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1708 (c-update-modeline): Concatenate the minor mode indicators
1709 directly onto mode-name, removing c-submode-indicators.
1710 Sometimes, c-s-i got separated from the mode name on the mode line.
1711
1712 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1713 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1714
1715 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1716
1717 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1718 error message when there's an evaluation error to show whether
1719 it's loaded from source or not.
1720 (c-filter-ops): Make it available at runtime too to work when
1721 `c-make-init-lang-vars-fun' needs to evaluate from source.
1722
1723 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
1724
1725 * help.el (help): Revert last part of 2006-02-23 change (deletion
1726 of the `provide' call).
1727
1728 2006-02-23 Juri Linkov <juri@jurta.org>
1729
1730 * compare-w.el (compare-windows-highlight): Add new value
1731 `persistent' and change :type from `boolean' to `choice'.
1732 (compare-windows-overlays1, compare-windows-overlays2):
1733 New internal variables.
1734 (compare-windows-highlight): If compare-windows-highlight is
1735 `persistent', add current overlays to compare-windows-overlays[12]
1736 instead of adding compare-windows-dehighlight to pre-command-hook.
1737 (compare-windows-dehighlight): Delete all overlays from
1738 compare-windows-overlays[12].
1739
1740 * info.el (Info-search): Don't bind search-spaces-regexp to
1741 Info-search-whitespace-regexp in non-regexp isearch mode.
1742
1743 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1744
1745 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1746
1747 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
1748
1749 * textmodes/org.el (org-xemacs-p)
1750 (org-export-html-show-new-buffer, org-table-may-need-update)
1751 (org-insert-item, org-mhe-get-message-real-folder)
1752 (org-mhe-get-message-folder-from-index)
1753 (org-mhe-get-message-folder, org-mhe-get-message-num)
1754 (org-mhe-get-header, org-make-org-heading-search-string)
1755 (org-make-org-heading-camel, org-table-sort-lines)
1756 (org-format-org-table-html, org-format-table-table-html):
1757 Fix typos in docstrings.
1758
1759 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
1760
1761 * textmodes/org.el (org-cleaned-string-for-export)
1762 (org-solidify-link-text): New function.
1763 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1764 XEmacs, just to silence the compiler.
1765 (org-export-as-ascii, org-export-as-html-and-open):
1766 Use `org-cleaned-string-for-export' and create internal links.
1767 (org-follow-mhe-link): Require mh-e, use folder.
1768
1769 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1770
1771 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1772
1773 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1774 gdb-debug-log-length.
1775 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
1776 it a real ring but...
1777 (gud-gdba-marker-filter): ...make it work like mark-ring.
1778 (gdb-enable-debug): Rename from gdb-enable-debug-log.
1779 (gdb-mouse-jump): New function. Add bindings.
1780
1781 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1782
1783 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1784 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1785 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1786 (gdb-debug-log-length): Customize it's length.
1787 (gud-watch, gdb-var-create-handler): Display function::var format
1788 but don't use to create variable object.
1789 (gdb-var-create-handler): Use message-box in place of message.
1790 (gdb-stopped): Call gdb-exited if signalled.
1791
1792 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
1793
1794 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1795
1796 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1797
1798 * textmodes/reftex.el (reftex-locate-file): Search all extensions
1799 if `reftex-try-all-extensions' is set.
1800
1801 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1802 fail silently when there is no valid argument at point.
1803 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1804 `fail-silently' argument. From a patch by David Reiter.
1805
1806 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1807 New commands.
1808 (org-mark-ring): New variable.
1809 (org-mark-ring-length): New option.
1810 (org-open-at-point, org-goto, org-open-file): Push old position
1811 onto the mark ring.
1812 (org-add-hook): New function.
1813 (org-export-table-remove-special-lines): New option.
1814 (org-skip-comments, org-format-org-table-html): Respect new
1815 option `org-export-table-remove-special-lines'.
1816 (org-open-file): Allow special command configuration for
1817 directory link.
1818 (org-file-apps): Fix bugs in customize type, added setting
1819 for directories.
1820 (org-activate-tags, org-format-agenda-item, org-complete)
1821 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1822 (org-get-tags, org-get-buffer-tags, org-open-at-point)
1823 (org-link-search, org-make-org-heading-search-string)
1824 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1825 (org-radio-targets, org-file-link-context-use-camel-case)
1826 (org-activate-camels): New options.
1827 (org-update-radio-target-regexp, org-all-targets)
1828 (org-make-target-link-regexp, org-activate-target-links):
1829 New functions.
1830 (org-make-org-heading-search-string): New function.
1831 (org-store-link, org-insert-link): Use new option
1832 `org-file-link-context-use-camel-case'.
1833 (org-activate-camels): Use new option `org-activate-camels'.
1834 (org-link-regexp): Add mhe prefix.
1835 (org-open-at-point, org-store-link): Support for mhe links.
1836 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1837 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1838 (org-mhe-get-header, org-follow-mhe-link): New functions.
1839 (org-remove-angle-brackets, org-add-angle-brackets):
1840 New functions.
1841 (org-bracket-link-regexp): New constant.
1842 (org-read-date): Fix bug that was rejecting all typed dates.
1843 (org-link-search): Make hierarchy above visible after a match.
1844 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1845 (org-store-link): Fix bug with link creation when cursor is in
1846 an empty line.
1847 (org-open-at-point): Fix bug with matching a link.
1848 Fixed buggy argument sequence in call to `org-view-tags'.
1849 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1850 (org-prefix-has-tag): New variable.
1851 (org-format-agenda-item): Remove tags from headline
1852 if appropriate.
1853 (org-agenda-remove-tags-when-in-prefix): New option.
1854
1855 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
1856
1857 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1858 Fix the regular expressions.
1859
1860 2006-02-21 Richard M. Stallman <rms@gnu.org>
1861
1862 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1863 if there's no other specific basis.
1864
1865 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1866 as variables at all.
1867 (unsafep-variable): Rename arg; doc fix.
1868
1869 * abbrevlist.el (list-one-abbrev-table): Add autoload.
1870
1871 * calendar/appt.el (diary-selective-display): Add defvar.
1872
1873 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
1874
1875 * isearch.el (search-whitespace-regexp): Fix custom type.
1876
1877 * help.el (describe-key-briefly): Compute interactive args
1878 in same was as before previous change.
1879
1880 * files.el (enable-local-variables): Doc fix.
1881
1882 2006-02-21 Kim F. Storm <storm@cua.dk>
1883
1884 * fringe.el: Cleanup as file is now pre-loaded.
1885 (fringe-bitmaps): Initialize unconditionally.
1886 (fringe-mode, set-fringe-style): Remove autoload cookies.
1887
1888 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1889
1890 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
1891 `horizontal-bar'.
1892 (fringe-cursor-alist): Use `horizontal-bar'.
1893
1894 2006-02-20 Kim F. Storm <storm@cua.dk>
1895
1896 * fringe.el (fringe-bitmaps): Update to new bitmap names.
1897 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
1898
1899 * loadup.el: Load "fringe" on window systems.
1900
1901 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1902
1903 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
1904 out of scope components.
1905
1906 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
1907 default.
1908
1909 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
1910
1911 * custom.el (customize-mark-to-save, customize-mark-as-set):
1912 Load the symbol first.
1913
1914 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
1915
1916 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
1917 strech spec so it doesn't display as "^J" on the header line
1918 when `Buffer-menu-use-header-line' is t.
1919
1920 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1921
1922 * speedbar.el (speedbar-make-button): Keep text properties
1923 of string arguments if desired.
1924
1925 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
1926 expessions.
1927
1928 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
1929 of speedbar.
1930
1931 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
1932
1933 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
1934 to value of `read-file-name-completion-ignore-case'.
1935
1936 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
1937
1938 * custom.el (customize-mark-as-set): Push to `user' theme.
1939
1940 * cus-edit.el (custom-save-variables): Allow unthemed values.
1941 (customize-set-variable): Push setting to `user' theme.
1942
1943 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
1944
1945 * progmodes/gud.el: Don't require font-lock as it's now
1946 automatically loaded.
1947 (gud-speedbar-buttons): Replace gdb-var-changed with
1948 gdb-force-update.
1949
1950 * progmodes/gdb-ui.el (gdb-force-update): Rename from
1951 gdb-var-changed.
1952 (gdb-post-prompt): Use it.
1953 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1954 (gdb-var-update-handler, gdb-var-delete)
1955 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
1956 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
1957 gdb-force-update in gdb-post-prompt.
1958 (gdb-reset): Clear watch expressions from speedbar when quitting.
1959
1960 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
1961
1962 * viper-cmd.el (viper-insert-state-post-command-sentinel)
1963 (viper-change-state-to-vi, viper-change-state-to-emacs):
1964 Make aware of cursor coloring in the Emacs state.
1965 (viper-special-read-and-insert-char): Use read-char-exclusive.
1966 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
1967
1968 * viper-init.el (viper-emacs-state-cursor-color): New variable.
1969
1970 * viper-util.el (viper-save-cursor-color)
1971 (viper-get-saved-cursor-color-in-replace-mode)
1972 (viper-get-saved-cursor-color-in-insert-mode)
1973 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
1974 state.
1975 (viper-get-saved-cursor-color-in-emacs-mode): New function.
1976
1977 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
1978 (ediff-ignore-case-option3, ediff-actual-diff-options)
1979 (ediff-actual-diff3-options): New variables to control case sensitivity.
1980 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
1981 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
1982 (ediff-toggle-ignore-case): New function.
1983 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
1984
1985 * ediff-help.el (ediff-long-help-message-narrow2)
1986 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
1987 (ediff-long-help-message-word-mode): Add ignore-case command.
1988 (ediff-help-for-quick-help): Add ignore-case command.
1989
1990 * ediff-merg.el: Move provide to the end.
1991
1992 * ediff-ptch.el: Move provide to the end.
1993
1994 * ediff-wind.el: Move provide to the end.
1995
1996 * ediff-mult.el: Move provide to the end.
1997 (ediff-set-meta-overlay): Enable follow-link.
1998
1999 * ediff.el: Move provide to the end.
2000 Break recursive load cycle in eval-when-compile.
2001 (ediff-patch-buffer): Better heuristics.
2002
2003 * ediff-util.el: Move provide to the end.
2004 Break recursive load cycle in eval-when-compile.
2005 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
2006 defuns.
2007 (ediff-submit-report): Pass the values of ediff-diff3-program,
2008 ediff-diff3-options.
2009
2010 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2011
2012 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2013 the opening bracket of the following bracketing pairs: {}, [], (), <>,
2014 `' (for example, in the docstring of `windmove-default-keybindings').
2015
2016 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2017
2018 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2019 shadow face. Don't provide binding to edit variable when it is
2020 out of scope.
2021
2022 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2023 (gdb-var-update-handler): Detect out of scope variables with pre
2024 GDB 6.4 too.
2025 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2026 Reset status of variable objects to nil in update handlers.
2027 (gdb-var-update-handler-1): Detect when a variable object comes
2028 in scope. setcar on var changes gdb-var-list directly.
2029
2030 2006-02-17 Juri Linkov <juri@jurta.org>
2031
2032 * ffap.el (ffap) <defface>: Add explicit face declaration.
2033 (ffap-highlight): Use face `ffap' directly instead of checking
2034 for its existence.
2035
2036 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2037 `visible-ok' of `other-buffer' to find the right original buffer.
2038
2039 * info.el (Info-search): Skip `Local Variables' node.
2040
2041 2006-02-17 Juri Linkov <juri@jurta.org>
2042
2043 * info.el (Info-find-file): Check for symbols `apropos', `history',
2044 `toc' in the input filename, and return these symbols as is.
2045 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2046 `history', `toc' instead of strings.
2047 (Info-set-mode-line): For non-string Info-current-file use the
2048 symbol's name inside **.
2049 (Info-isearch-push-state): Add quote before Info-current-file and
2050 Info-current-node.
2051 (Info-isearch-pop-state): Use `equal' instead of `string='.
2052 (Info-extract-pointer, Info-following-node-name): Use
2053 `match-string-no-properties' instead of `match-string'.
2054 (Info-up): Check `old-file' for `stringp'.
2055 (Info-history): Use `equal' instead of `string-equal'.
2056 Check `file' for `stringp'.
2057 (Info-history): Use symbol `history' instead of string as first arg
2058 of `Info-find-node'.
2059 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2060 `toc' instead of string.
2061 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2062 instead of `buffer-substring', and `match-string-no-properties'
2063 instead of `match-string'.
2064 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2065 instead of strings.
2066 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2067 Use symbol `apropos' instead of string.
2068 (Info-copy-current-node-name): Check `Info-current-file' for
2069 `stringp' and construct a command with `Info-find-node' from it.
2070 (Info-fontify-node): Use `match-string-no-properties' instead of
2071 `match-string' and check file names for `stringp'.
2072 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2073 `history', `toc' instead of strings.
2074
2075 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2076
2077 * files.el: Rearrange functions and variables in the file local
2078 variables section.
2079
2080 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2081
2082 * files.el: Add truncate-lines, ispell-check-comments and
2083 ispell-local-dictionary as safe local variables.
2084
2085 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2086
2087 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2088 out of scope variables.
2089 (gud-speedbar-buttons): Use unless.
2090
2091 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2092 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2093 (gdb-show-changed-values): Also use for out of scope variables.
2094 (gdb-var-update-handler-1): Note if variable goes out of scope.
2095
2096 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2097
2098 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2099 default to global variable values for unsupplied args.
2100 (rcirc-get-buffer-create): Fix bug with setting the target.
2101 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2102 test for rcirc-always-use-server-buffer-flag here.
2103 (rcirc-response-formats): Add %N, which is a facified nick. %n
2104 uses the default face. Change the ACTION format string. If the
2105 "nick" is the server, don't print anything for that field.
2106 Comment fixes.
2107 (rcirc-target-buffer): Don't test
2108 rcirc-always-use-server-buffer-flag here.
2109 (rcirc-print): Squeeze extra spaces out of the text before message.
2110 (rcirc-put-nick-channel): Strip potential "@" char from nick
2111 before adding them to nick table.
2112 (rcirc-url-regexp): Improve to match address like "foo.com".
2113
2114 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2115
2116 * allout.el (allout-hidden-p): Move this defsubst before
2117 allout-overlay-interior-modification-handler, where it is first
2118 used.
2119
2120 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2121
2122 * allout.el: Use allout invisible-text overlays instead of
2123 selective display for concealed text. Also, lots of general
2124 cleanup, and improved compatibility code.
2125
2126 (allout-version) Incremented, corrected, revised, and refined
2127 module commentary.
2128
2129 (provide 'allout): Moved to the bottom, added a require of overlay.
2130
2131 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2132 `except-current'.
2133 (allout-write-file-hook-handler): Minimize delay.
2134 (count-trailing-whitespace-region): New function so
2135 auto-encryption of current topic can resituate cursor exactly.
2136 PGP/GPG encryption trims trailing whitespace from lines, which
2137 must be accounted for across encryption then decryption.
2138
2139 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2140 just plain "\C-c", to avoid intruding on user's keybinding space.
2141
2142 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2143 parameter, so user request to provide a new password is done.
2144
2145 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2146 Refined mechanism for auto-filling behavior while in allout mode.
2147
2148 (allout-mode): Explicitly specify the mode map in the docstring.
2149 Clarify provision for various write-file hook var names.
2150 Adjusted for invisible-text overlays instead of selective-display.
2151
2152 (allout-depth): Really return 0 if not within any topic. This
2153 rectifies `allout-beginning-of-level' and sequence numbering
2154 errors that occur when cutting and pasting numbered topics.
2155 Changed from a in-line subst to a regular function, as well.
2156
2157 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2158
2159 (allout-end-of-subtree, allout-end-of-subtree)
2160 (allout-end-of-entry, allout-end-of-current-heading)
2161 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2162 (allout-show-children, allout-show-to-offshoot)
2163 (allout-hide-current-entry, allout-show-current-entry): Rectified
2164 handling of trailing blank lines between items.
2165
2166 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2167 (allout-current-depth, allout-unprotected, allout-hidden-p)
2168 (allout-on-current-heading-p, allout-listify-exposed)
2169 (allout-chart-subtree, allout-goto-prefix)
2170 (allout-back-to-current-heading, allout-get-body-text)
2171 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2172 (allout-hide-region-body, allout-toggle-subtree-encryption)
2173 (allout-encrypt-string, allout-encrypted-key-info)
2174 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2175 (allout-file-vars-section-data): Adjusted for use with
2176 invisible-text overlays instead of selective-display.
2177
2178 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2179 Reworked for use with invisible text overlays.
2180
2181 (allout-current-topic-collapsed-p): New function.
2182
2183 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2184 to know when to close the containing topic.
2185
2186 (allout-pre-command-business, allout-post-command-business):
2187 Simplify undo-batching and dynamic isearch exposure.
2188
2189 (allout-set-overlay-category): New for invisible-text overlays.
2190 Sets properties of allout-overlay-category, used by
2191 allout-flag-region to set invisible-text overlay properties.
2192 (allout-get-invisibility-overlay): Get the first qualifying
2193 invisibility overlay, so we can find the extent of it.
2194 (allout-back-to-visible-text): Get to just before the beginnining
2195 of the current invisibility overlay, if any.
2196
2197 (allout-overlay-insert-in-front-handler)
2198 (allout-overlay-interior-modification-handler)
2199 (allout-before-change-handler, allout-isearch-end-handler): New
2200 functions to handle extraordinary actions affecting concealed
2201 text.
2202
2203 (allout-flag-region): Use overlays instead of selective-display
2204 for invisible text - by inheritence from the properties of
2205 allout-overlay-category in mainline Emacs, and applied
2206 property-by-property in XEmacs, some recent versions of which
2207 don't inherit the properties from the category. Provisions to
2208 respond to concealed-text edits simplified drastically.
2209
2210 (allout-isearch-rectification, allout-isearch-was-font-lock)
2211 (allout-isearch-expose, allout-enwrap-isearch)
2212 (allout-isearch-abort, allout-pre-was-isearching)
2213 (allout-isearch-prior-pos, allout-isearch-did-quit)
2214 (allout-isearch-dynamic-expose)
2215 (allout-hide-current-entry-completely): Functions deleted.
2216
2217 (allout-undo-aggregation): Explicit undo aggregation no longer
2218 necessary due to transition away from selective-display.
2219
2220 (set-allout-regexp, allout-up-current-level)
2221 (allout-next-visible-heading, allout-forward-current-level)
2222 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2223 (allout-kill-line, allout-yank-processing, allout-show-children)
2224 (allout-expose-topic, allout-old-expose-topic)
2225 (allout-listify-exposed, allout-insert-latex-header)
2226 (allout-toggle-subtree-encryption, allout-encrypt-string)
2227 (remove-from-invisibility-spec, allout-hide-current-subtree):
2228 Ditched unused variables.
2229
2230 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2231
2232 * textmodes/ispell.el (ispell-change-dictionary): Call
2233 ispell-buffer-local-dict instead of
2234 ispell-accept-buffer-local-defs.
2235 (ispell-local-dictionary-alist): Accept as valid any coding-system
2236 supported by Emacs.
2237 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2238 changed to iso-8859-3.
2239
2240 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2241
2242 * speedbar.el (speedbar-frame-width): Make an inline function
2243 instead of a macro. Use frame-width.
2244 (speedbar-try-completion, speedbar-update-contents)
2245 (speedbar-timer-fn): Use consp.
2246 (speedbar-update-localized-contents): Try to preserve point.
2247
2248 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2249 (menu): Re-order menu items.
2250 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2251 field.
2252 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2253 (gdb-post-prompt): Speed things by not forcing update.
2254
2255 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2256
2257 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2258 press and perform default action if we get a mouse movement event.
2259
2260 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2261
2262 * calendar/icalendar.el (icalendar--get-event-property)
2263 (icalendar--get-event-property-attributes): Fix typos in
2264 docstrings.
2265
2266 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2267 docstring.
2268
2269 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2270
2271 * bs.el (bs-mode): Use `buffer-disable-undo'.
2272 (bs--get-file-name): Simplify.
2273 (bs-show-in-buffer): Mark the buffer as not modified.
2274
2275 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2276
2277 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2278 widget-button-click.
2279
2280 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2281 (custom-mode): Update docstring.
2282
2283 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2284 binding.
2285
2286 * files.el (hack-local-variables-confirm): Allow scrolling if the
2287 file variable list is too long. Kill temp buffer after use.
2288
2289 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2290
2291 * progmodes/gud.el (gdb): Improve doc string.
2292 (gdb-script-font-lock-keywords): Expand allowed character set.
2293
2294 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2295 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2296 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2297 (gdb-separate-io-stop, gdb-separate-io-eof):
2298 Rename from gdb-inferior-* to gdb-separate-*.
2299 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2300
2301 2006-02-14 Jay Belanger <belanger@truman.edu>
2302
2303 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2304 expression is a symbol before checking that it is bound.
2305
2306 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2307 test to see if equation can be solved.
2308
2309 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2310
2311 * wid-edit.el (widget-button-click): Use :pressed-face property
2312 for overlay face, if it exists.
2313
2314 * cus-edit.el (custom-manual, custom-add-see-also)
2315 (custom-add-parent-links, custom-group-link): Add :pressed-face
2316 property to links.
2317
2318 * files.el (hack-local-variables): Remove ignored variables before
2319 checking if any variables need setting.
2320
2321 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2322
2323 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2324
2325 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2326
2327 * help.el (where-is): Fix message for remapped commands.
2328
2329 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2330 Fix typos in docstrings.
2331
2332 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2333
2334 * files.el (safe-local-variable-values): New option.
2335 (hack-local-variables-prop-line): Return a list of variable-value
2336 pairs if MODE-ONLY is non-nil.
2337 (hack-local-variables): Construct list of variable-value pairs,
2338 and apply or reject them in one go. Ask for confirmation if
2339 variables are not known safe.
2340 (hack-local-variables-confirm): Complete rewrite. Support
2341 `safe-local-variable-values'.
2342 (enable-local-variables): Update docstring to reflect new
2343 behavior.
2344 (ignored-local-variables): Ignore ignored-local-variables and
2345 safe-local-variable-values.
2346 (safe-local-variable-p): New function.
2347 (risky-local-variable-p): `safe-local-variable' property check
2348 moved to safe-local-variable-p.
2349 (hack-one-local-variable): Checks moved to hack-local-variables.
2350
2351 (byte-compile-dynamic, c-basic-offset, c-file-style)
2352 (c-indent-level, comment-column, fill-column, fill-prefix)
2353 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2354 (no-update-autoloads, outline-regexp, page-delimiter)
2355 (paragraph-start, paragraph-separate, sentence-end)
2356 (sentence-end-double-space tab-width, version-control):
2357 Add `safe-local-variable' property.
2358
2359 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2360
2361 * icomplete.el, play/landmark.el: Change nonexistent
2362 `outline-layout' file variable to `allout-layout'.
2363
2364 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2365
2366 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2367 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2368 to gud-comint-buffer.
2369 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2370 gdb-ui.el for gdb-mi.el.
2371 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2372 registers buffer to gdb-get-changed-registers.
2373 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2374 deletion of catchpoints (throw and catch).
2375 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2376 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2377 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2378 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2379 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2380
2381 2006-02-13 Jay Belanger <belanger@truman.edu>
2382
2383 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2384 expression is a symbol before checking that it is bound.
2385
2386 2006-02-13 Richard M. Stallman <rms@gnu.org>
2387
2388 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2389 for the minibuffer too, but not if resize-mini-windows will interfere.
2390
2391 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2392 inside `interactive' spec.
2393 (describe-key-briefly-internal, describe-key-internal):
2394 Functions merged back into their callers.
2395
2396 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2397
2398 * info.el (info-xref-visited): Inherit from info-xref too.
2399 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2400 when propertizing Info-current-file and Info-current-node.
2401
2402 2006-02-13 Juri Linkov <juri@jurta.org>
2403
2404 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2405 (tumme-thumb-name): Fix per-directory format.
2406
2407 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2408
2409 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2410
2411 2006-02-12 Miles Bader <miles@gnu.org>
2412
2413 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2414
2415 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2416
2417 * tumme.el: Remove history section. If someone needs the it, it
2418 can always be found in CVS.
2419
2420 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2421
2422 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2423 about the Thumbnail Managing Standard option.
2424
2425 2006-02-12 Richard M. Stallman <rms@gnu.org>
2426
2427 * subr.el (substitute-key-definition): Doc fix.
2428
2429 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2430
2431 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2432
2433 * info.el (Info-mode): Doc fix.
2434
2435 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2436
2437 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2438
2439 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2440 because on Solaris a POSIX compatible "id" is needed. Reported by
2441 Magnus Henoch <mange@freemail.hu>.
2442
2443 2006-02-12 Juri Linkov <juri@jurta.org>
2444
2445 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2446 (tumme) <defgroup>: Change :group to `multimedia'.
2447 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2448 Managing Standard.
2449 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2450 Fix dostring.
2451 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2452 and %y. Fix docstring.
2453 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2454 (tumme-cmd-create-standard-thumbnail-command): New user options.
2455 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2456 is `standard'. Fix docstring.
2457 (tumme-thumb-width, tumme-thumb-height): New user options.
2458 (tumme-external-viewer): Try to find various viewers.
2459 (tumme-get-thumbnail-image): Use `create-image' instead of
2460 constructing the `image' structure.
2461 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2462 `standard'.
2463 (tumme-thumb-name): Add file name generation for standard storage.
2464 Simplify code for other storages.
2465 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2466 Add modification time %m and thumbnail-nq8 %q.
2467 Use `tumme-cmd-create-standard-thumbnail-command' if
2468 tumme-thumbnail-storage is `standard'.
2469 (tumme-dired-insert-marked-thumbs): New autoload command.
2470 (tumme-dired-after-readin-hook): New function.
2471 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2472 `tumme-thumb-size'.
2473 (tumme-display-image): Replace size-x %x and size-y %y with
2474 width %w and height %h.
2475
2476 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2477 `tumme-dired-insert-marked-thumbs'.
2478
2479 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2480
2481 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2482 include path).
2483 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2484 matching tag.
2485
2486 2006-02-12 Miles Bader <miles@gnu.org>
2487
2488 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2489 New variables.
2490 (rcirc-abbrev-nick): New function.
2491 (rcirc-format-response-string): Rewrite to use the formats in
2492 `rcirc-response-formats' and expand escape sequences therein.
2493 A text-property `rcirc-text' is added over the actual response
2494 text to make easy to find inside the returned string.
2495 (rcirc-print): When filling, just look for the `rcirc-text'
2496 text-property to find the appropriate fill prefix, instead of
2497 using hardwired patterns.
2498
2499 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2500
2501 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2502 Managing Standard.
2503
2504 2006-02-11 Kim F. Storm <storm@cua.dk>
2505
2506 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2507 Don't use insert-buffer; do insert-buffer-substring directly.
2508 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2509
2510 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2511
2512 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2513 with inhibit-read-only. Suggested by Stefan Monnier.
2514 (revert-buffer): Let insert-file-contents discard
2515 buffer-undo-list. Simplify code.
2516 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2517
2518 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2519
2520 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2521
2522 * help.el (describe-key-briefly): Now a wrapper for
2523 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2524 to t. Populate yank-menu if empty.
2525 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2526 (describe-key): Now a wrapper for describe-key-internal. Bind
2527 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2528 (describe-key-internal): Renamed from describe-key.
2529
2530 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2531
2532 * progmodes/glasses.el (glasses-separator): Doc fix.
2533 (glasses-original-separator): New defcustom.
2534 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2535
2536 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2537
2538 * mwheel.el (mouse-wheel-up-event): Doc fix.
2539
2540 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2541
2542 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2543 (tumme-dir): New function. Copied from thumbs.el.
2544
2545 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2546
2547 * desktop.el (desktop-outvar): Fix typo.
2548 (desktop-save-buffer-p): Doc fix.
2549
2550 * subr.el (substitute-key-definition): Fix typo.
2551
2552 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2553
2554 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2555 when window-system is mac.
2556
2557 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2558
2559 2006-02-10 Kim F. Storm <storm@cua.dk>
2560
2561 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2562 indirect-function instead of using condition-case.
2563
2564 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2565
2566 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2567 less `colloquial'...
2568
2569 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2570
2571 * tumme.el: Add a couple of todo items.
2572
2573 2006-02-09 Lars Hansen <larsh@soem.dk>
2574
2575 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2576 (highlight-changes-mode): Don't change desktop-locals-to-save.
2577
2578 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2579
2580 * image-mode.el (image-toggle-display): Clear image cache if using
2581 filename.
2582
2583 2006-02-09 Masatake YAMATO <jet@gyve.org>
2584
2585 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2586 a `dired-man' target.
2587
2588 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2589 boundary of symbols.
2590
2591 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2592
2593 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2594
2595 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2596
2597 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2598 `mapcar'; return nil.
2599
2600 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2601
2602 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2603 some other event.
2604
2605 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2606
2607 * net/rcirc.el (rcirc-startup-channels-alist):
2608 Add irc.freenode.net and #emacs as defaults.
2609 (rcirc-ignore-all-activity-flag): Remove variable.
2610 (rcirc-authinfo): New variable.
2611 (rcirc-authinfo-filename): Remove variable.
2612 (rcirc-always-use-server-buffer-flag): New flag.
2613 (rcirc): M-x rcirc will automatically connect without prompting.
2614 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2615 connection in lisp.
2616 (rcirc-process-server-response-1): Remove everything but the nick
2617 portion of the sender so it doesn't need to be done everywhere
2618 else. Update related code.
2619 (global-map): Remove global keybindings.
2620 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2621 (rcirc-send-input): Split into several functions.
2622 (rcirc-process-input-line, rcirc-process-message)
2623 (rcirc-process-command): New functions.
2624 (rcirc-target-buffer): New function to determine where to route
2625 messages.
2626 (rcirc-user-nick): Save match data.
2627 (rcirc-toggle-ignore-buffer-activity)
2628 (rcirc-update-activity-string): Remove global ignore functionality,
2629 which can be done now by toggling rcirc-track-minor-mode.
2630 (rcirc-track-minor-mode-map): New keymap.
2631 (rcirc-track-minor-mode): New minor-mode.
2632 (ignore): Make the ignore output nicer. Always print it when
2633 adding or removing nicks.
2634 (rcirc-url-regexp): Improve.
2635 (rcirc-mangle-text): Remove properties before using text in the
2636 modeline.
2637 (rcirc-authenticate): Authentication data comes from
2638 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2639 (rcirc-server-prefix): Inherit from rcirc-server.
2640
2641 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2642
2643 * Makefile.in (compile): Append "|| true" to the end of the `find'
2644 command, like compile-always does.
2645
2646 2006-02-08 Sam Steingold <sds@gnu.org>
2647
2648 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2649 output from a dead connection.
2650
2651 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2652
2653 * dired.el (dired-mode-map): Add more bindings for tumme.
2654
2655 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2656
2657 * wdired.el (wdired-mode-map): Use remap.
2658 (wdired-get-filename): Massage.
2659 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2660 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2661 `keymap' property rather than `local-map'.
2662
2663 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2664
2665 * tumme.el (tumme-get-thumbnail-image): New utility function.
2666 Suggested by from Chong Yidong.
2667 (tumme-dired-with-window-configuration): Rename from
2668 `tumme-dired'. Add code to save window configuration.
2669 (tumme-restore-window-configuration): New command to restore the
2670 window configuration that `tumme-dired-with-window-configuration'
2671 saves before it changes the window configuration.
2672 (tumme-show-all-from-dir): New command to display thumbnails for
2673 all files in a directory entered by the user, like M-x thumbs.
2674 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2675 have been created.
2676 (tumme-display-thumbnail-original-image): Call `display-buffer'.
2677 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2678 Remove obsolete test function.
2679
2680 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
2681
2682 * vc.el (small-temporary-file-directory): Remove defvar; there's
2683 a defcustom for it in files.el.
2684
2685 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2686 Fix typo in message.
2687 (tumme-gallery-generate): Fix typo in `error' message.
2688 (tumme-display-window-height-correction)
2689 (tumme-display-window-width-correction, tumme-line-up-dynamic)
2690 (tumme-line-up-interactive): Dox fixes.
2691 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2692 (tumme-restore-window-configuration, tumme-format-properties-string)
2693 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2694 Fix typos in docstrings.
2695
2696 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2697
2698 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2699
2700 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
2701
2702 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2703 User should use hook if desired.
2704
2705 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2706 buffer if necessary.
2707 (gdb-delete-frame-or-window): New function.
2708 (gdb-breakpoints-mode-map): Bind "q" to it.
2709
2710 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2711
2712 * textmodes/nroff-mode.el: Clean up name space.
2713 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2714 (nroff-mode): Obey the global setting of nroff-electric-mode.
2715 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2716
2717 * calendar/calendar.el (calendar-increment-month): Typo in last change.
2718
2719 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
2720
2721 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2722
2723 2006-02-06 Lars Hansen <larsh@soem.dk>
2724
2725 * generic-x.el (etc-fstab-generic-mode): Add file system types
2726 cifs and usbdevfs. Allow special chars in file names.
2727
2728 2006-02-05 Jay Belanger <belanger@truman.edu>
2729
2730 Update copyright notices of the files in lisp/calc.
2731
2732 2006-02-05 Romain Francoise <romain@orebokech.com>
2733
2734 Update copyright notices of all files in the lisp/play directory.
2735
2736 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
2737
2738 * ldefs-boot.el: Regenerate.
2739
2740 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2741
2742 2006-02-05 Kim F. Storm <storm@cua.dk>
2743
2744 * files.el (magic-mode-regexp-match-limit): New defvar.
2745 (set-auto-mode): Use it to limit magic-mode-alist matching.
2746
2747 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
2748
2749 * simple.el (display-message-or-buffer): Compare the number of
2750 characters to the frame width when determining whether a 1-line
2751 message string will fit in the echo area. Count screen lines
2752 instead of buffer lines when determining whether a multi-line
2753 message will fit in the echo area/minibuffer window.
2754
2755 2006-02-04 Eli Zaretskii <eliz@gnu.org>
2756
2757 * info.el (Info-index, Info-mode): Improve the description of the
2758 `i' command.
2759
2760 * ldefs-boot.el: Regenerate.
2761
2762 2006-02-03 Werner Lemberg <wl@gnu.org>
2763
2764 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2765 greedy to find the closing bracket in \*[...] and similar
2766 expressions. This is a first rough fix -- many additional
2767 refinements are necessary to make nroff mode really usable with groff.
2768
2769 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
2770
2771 * international/mule-cmds.el (set-locale-environment):
2772 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2773 libX11.
2774
2775 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2776
2777 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2778 archive are created in archive-tmpdir.
2779
2780 2006-02-02 John Paul Wallington <jpw@pobox.com>
2781
2782 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2783 (ibuffer-fontification-alist): Use it.
2784 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2785 to "* z" and the Ibuffer Mark menu.
2786
2787 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2788
2789 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2790
2791 * textmodes/table.el (*table--cell-describe-mode)
2792 (*table--cell-describe-bindings): Undo last change since
2793 print-help-return-message is not obsoleted by anything at all.
2794
2795 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
2796
2797 * emulation/cua-base.el (cua-mode): Doc fix.
2798
2799 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
2800
2801 * dframe.el (dframe-handle-make-frame-visible)
2802 (dframe-handle-iconify-frame, dframe-get-focus)
2803 (dframe-select-attached-frame, dframe-power-click)
2804 (dframe-frame-mode): Fix typos in docstrings.
2805
2806 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2807 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2808 Fix typos in docstrings.
2809
2810 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2811 (hi-lock-face-buffer, hi-lock-font-lock-hook)
2812 (hi-lock-archaic-interface-message-used)
2813 (hi-lock-file-patterns-range): Fix typos in docstrings.
2814
2815 * savehist.el (savehist-loaded, savehist-load, savehist-install)
2816 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2817
2818 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2819 Fix typo in docstring.
2820
2821 * net/newsticker.el (newsticker--decode-iso8601-date)
2822 (newsticker--set-customvar, newsticker--buffer-insert-item)
2823 (newsticker--do-run-auto-mark-filter)
2824 (newsticker--parse-generic-feed): Doc fixes.
2825 (newsticker--retrieval-timer-list, newsticker-url-list)
2826 (newsticker-hide-immortal-items-in-echo-area)
2827 (newsticker-hide-obsolete-items-in-echo-area)
2828 (newsticker-new-item-face, newsticker--enclosure)
2829 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2830 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2831 (newsticker--parse-generic-feed, newsticker--cache-contains)
2832 (newsticker--stat-num-items, newsticker-download-enclosures):
2833 Fix typos in docstrings.
2834
2835 * net/rcirc.el (rcirc-debug): Doc fix.
2836 (rcirc-fill-column, rcirc-receive-message-hooks)
2837 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2838 (rcirc-mode, rcirc-generate-new-buffer-name)
2839 (rcirc-startup-channels, rcirc-ignore-update-automatic)
2840 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2841 Fix typos in docstrings.
2842 (rcirc-print): "?\ " -> "?\s".
2843 (rcirc-cmd-join): Improve argument/docstring consistency.
2844
2845 2006-02-01 Mark A. Hershberger <mah@everybody.org>
2846
2847 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2848 before narrow-to-region.
2849
2850 2006-02-01 Richard M. Stallman <rms@gnu.org>
2851
2852 * simple.el (move-beginning-of-line): Scan properly for invis change.
2853
2854 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2855
2856 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
2857
2858 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2859 change bit only when id-format is 'integer. Reported by Matt
2860 Hodges <M.P.Hodges@rl.ac.uk>.
2861
2862 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
2863
2864 * hilit-chg.el (highlight-changes-initial-state)
2865 (highlight-changes-global-initial-state): Doc fixes.
2866 (highlight-changes-global-modes, global-highlight-changes):
2867 Fix typos in docstrings.
2868
2869 2006-02-01 Kim F. Storm <storm@cua.dk>
2870
2871 * emulation/cua-base.el (cua-mode): Mention that CUA enables
2872 transient-mark-mode in doc string.
2873
2874 2006-01-31 Richard M. Stallman <rms@gnu.org>
2875
2876 * replace.el (multi-occur): Doc fix.
2877 (multi-occur-in-matching-buffers): Rename from
2878 multi-occur-by-filename-regexp. Prefix arg says match
2879 buffer names instead of file names.
2880
2881 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
2882
2883 * bs.el: Allow non-default values of `bs-header-lines-length'.
2884 (bs--running-in-xemacs): Remove (not needed anymore).
2885 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
2886 instead of `shrink-window', thus avoiding having to compute the
2887 height of the window.
2888 (bs--up): Wrap around even when there's no header.
2889 (bs--down): Use `forward-line' instead of `next-line'.
2890
2891 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
2892
2893 * image-mode.el (image-toggle-display): Use file name if possible,
2894 instead of unnecessarily allocating a (possibly huge) lisp string.
2895
2896 2006-01-30 John Paul Wallington <jpw@pobox.com>
2897
2898 * subr.el (toplevel): Define `cl-assertion-failed' condition here
2899 because the `assert' macro signals it at runtime.
2900
2901 * emacs-lisp/cl.el (toplevel): Remove definition of
2902 `cl-assertion-failed' condition.
2903
2904 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
2905
2906 * thumbs.el (thumbs-marked-list): Make buffer-local and
2907 permanent-local.
2908 (thumbs-insert-thumb): Make help-echo non-sticky.
2909 (thumbs-file-alist): Use eolp as check for (non)-image.
2910
2911 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
2912
2913 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
2914 (ediff-before-session-group-setup-hooks)
2915 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
2916 Fix typos in docstrings.
2917
2918 * window.el (bw-dir, bw-eqdir, balance-windows)
2919 (split-window-keep-point): Fix typos in docstrings.
2920
2921 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
2922 (org-quote-string, org-calendar-to-agenda-key)
2923 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
2924 (org-show-following-heading, org-tags-column)
2925 (org-use-tag-inheritance, org, org-allow-space-in-links)
2926 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
2927 (org-enable-table-editor, org-calc-default-modes)
2928 (org-table-allow-automatic-line-recalculation)
2929 (org-export-html-style, org-export-with-fixed-width)
2930 (org-export-with-sub-superscripts, org-special-keyword)
2931 (org-formula, org-time-grid, org-table-may-need-update)
2932 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
2933 (org-goto-quit, org-get-indentation, org-end-of-item)
2934 (org-move-item-down, org-move-item-up)
2935 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
2936 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
2937 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
2938 (org-agenda-log-mode, org-agenda-toggle-diary)
2939 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
2940 (org-agenda-file-to-end, org-agenda-no-heading-message)
2941 (org-agenda-get-closed, org-format-agenda-item)
2942 (org-cmp-priority, org-cmp-category, org-cmp-time)
2943 (org-agenda-change-all-lines, org-agenda-diary-entry)
2944 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
2945 (org-link-search, org-camel-to-words, org-open-file)
2946 (org-remember-handler, org-table-convert-region)
2947 (org-table-move-row-down, org-table-move-row-up)
2948 (org-table-copy-region, org-table-wrap-region)
2949 (org-table-toggle-vline-visibility)
2950 (org-table-get-vertical-vector, org-table-modify-formulas)
2951 (org-table-get-specials, org-recalc-commands)
2952 (org-table-rotate-recalc-marks, org-table-eval-formula)
2953 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
2954 (org-level-color-stars-only, org-insert-heading):
2955 Fix typos in docstrings.
2956 (last-arg): Add defvar.
2957
2958 * makefile.w32-in (WINS): Add erc.
2959 (MH_E_SRC): Update (copied from lisp/Makefile.in).
2960
2961 2006-01-29 Bill Wohler <wohler@newt.com>
2962
2963 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
2964 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
2965 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
2966 (mh-autoloads): Don't use comments on otherwise empty lines.
2967
2968 2006-01-29 Edward O'Connor <ted@oconnor.cx>
2969
2970 * emulation/viper.el (viper-major-mode-modifier-list): Add
2971 insert-state and vi-state entries for erc-mode.
2972 (viper-go-away, viper-set-hooks): Add and remove
2973 viper-comint-mode-hook from erc-mode-hook as appropriate.
2974
2975 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
2976
2977 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
2978
2979 * bs.el (bs--format-aux): Implement `middle' alignment as
2980 described in the docstring for `bs-attributes-list'.
2981 (bs--get-name): Simplify. Don't pad the buffer name.
2982
2983 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
2984
2985 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
2986 English aspell dictionary is installed, use the first entry of
2987 ispell-dictionary-alist-1.
2988
2989 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
2990
2991 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2992 Doc fix.
2993
2994 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
2995
2996 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2997 for `process-file', in order to let it work for older Emacsen too.
2998
2999 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3000
3001 * international/latexenc.el: Add a suitable `coding:' tag.
3002 (latexenc-find-file-coding-system): Undo last change.
3003
3004 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3005
3006 * international/latexenc.el (latexenc-find-file-coding-system):
3007 Make sure latexenc-main-file is a regular file and is readable.
3008
3009 2006-01-27 Andre Spiegel <spiegel@gnu.org>
3010
3011 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3012 Pass FILE to vc-user-login-name.
3013
3014 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3015
3016 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
3017
3018 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3019 there are no more images to display.
3020 (thumbs-mark, thumbs-unmark): Revert change so that they move to
3021 the next image.
3022
3023 2006-01-26 Richard M. Stallman <rms@gnu.org>
3024
3025 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3026
3027 * wid-edit.el (advertised-widget-backward): New alias.
3028 (widget-keymap): Use advertised-widget-backward for S-TAB.
3029
3030 * tumme.el: Correct the keywords.
3031 (tumme-dir-max-size): Use defvar.
3032 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3033
3034 * simple.el (move-beginning-of-line): Take account of fields.
3035 (clone-indirect-buffer-other-window): Take args like
3036 clone-indirect-buffer, and work like it.
3037
3038 * help-fns.el (describe-function): Don't pass `nil' as default.
3039
3040 * files.el (risky-local-variable-p): Follow var aliases.
3041
3042 * subr.el (lazy-completion-table): Doc fix.
3043
3044 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3045 global binding of `line'.
3046
3047 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3048
3049 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3050 Tramp.
3051
3052 * vc.el (vc-default-dired-state-info): Pass FILE to
3053 vc-user-login-name.
3054 (vc-default-update-changelog): Don't use vc-user-login-name, we
3055 don't need it here.
3056
3057 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3058 no longer necessary.
3059
3060 2006-01-25 Kenichi Handa <handa@m17n.org>
3061
3062 * international/mule.el (decode-char): Avoid the overhead of
3063 calling utf-lookup-subst-table-for-decode if
3064 utf-translate-cjk-mode is nil.
3065 (encode-char): Avoid the overhead of calling
3066 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3067 nil.
3068
3069 2006-01-22 Kenichi Handa <handa@m17n.org>
3070
3071 * international/mule.el (make-subsidiary-coding-system): Reset
3072 `coding-system-define-form' property of subsidiaries to nil.
3073 Avoid duplicated entry in coding-system-alist.
3074 (make-coding-system): Avoid duplicated entry in
3075 coding-system-alist.
3076 (define-coding-system-alias): Likewise.
3077
3078 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3079
3080 * completion.el: Minor fixes in introductory comment.
3081 (completion-def-wrapper): Fix alist.
3082
3083 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3084
3085 * thumbs.el (thumbs-new-image-size): New function.
3086 (thumbs-increment-image-size-element)
3087 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3088 (thumbs-decrement-image-size): Delete.
3089 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3090 temp files and use to resize.
3091 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3092 Use increment argument to enlarge/shrink. Preserve point.
3093 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3094 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3095 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3096 (thumbs-mark, thumbs-unmark): Preserve point.
3097 (thumbs-modify-image): Keep old temp files and use to modify.
3098 Cleanup old temp files at load time. Preserve point.
3099 (thumbs-view-image-mode-map): Use new command names.
3100
3101 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3102
3103 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3104
3105 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3106 the nastiest part of the cyclic dependency.
3107 (cal-menu-update): Use dotimes and calendar-increment-month.
3108
3109 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3110 (calendar-week-start-day): Add an :initializer.
3111 (calendar-mode-map): Use suppress-keymap, and command remapping.
3112 (describe-calendar-mode): Setup xref-stack info for the back button.
3113 (calendar-star-date): Insert before delete.
3114 (calendar-set-mode-line): Add file-modified info if applicable.
3115 (calendar-increment-month): New function.
3116
3117 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3118
3119 * font-lock.el (lisp-font-lock-keywords-2):
3120 Recognize "& keywords" only at word boundaries.
3121
3122 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3123
3124 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3125 and permanent-local.
3126 (thumbs-max-image-number): New variable.
3127 (thumbs-do-thumbs-insertion): Use them.
3128 (thumbs-per-line): Change default to 4.
3129 (thumbs-marked-list): Rename from thumbs-markedL.
3130 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3131 (thumbs-rename-images): Use -list instead of L for internal variables.
3132 (thumbs-call-convert): Use call-process instead of shell-command.
3133 (thumbs-insert-thumb): Add filename as help-echo to each image.
3134 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3135 Give dir to thumbs-show-thumbs-list.
3136 (thumbs-show-thumbs-list): Set default-directory to that of images.
3137 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3138 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3139 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3140 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3141
3142 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3143
3144 * ses.el (ses-read-cell): Provide a default value.
3145
3146 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3147
3148 * term/w32-win.el (image-library-alist): Add additional names for
3149 GIF library.
3150
3151 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3152
3153 * international/latexenc.el (latexenc-find-file-coding-system):
3154 Add file-regular-p check.
3155
3156 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3157
3158 * simple.el (clone-buffer): Don't show the new buffer in the same
3159 window.
3160
3161 2006-01-23 Juri Linkov <juri@jurta.org>
3162
3163 * faces.el (link, link-visited): New faces based on default values
3164 of `info-xref' and `info-xref-visited'.
3165
3166 * info.el (info-xref): Inherit from `link'.
3167 (info-xref-visited): Inherit from `link-visited'.
3168
3169 * cus-edit.el (custom-buffer-create-internal): Use widget type
3170 `custom-manual' instead of `info-link' and don't set properties
3171 `button-face' and `mouse-face' explicitly.
3172 (custom-browse-group-tag, custom-browse-variable-tag)
3173 (custom-browse-face-tag): Inherit from widget class
3174 `custom-group-link' instead of `push-button'.
3175 (custom-button-unraised): Inherit from `underline' face.
3176 (custom-link): Inherit from `link' face. Fix doc and group.
3177 (custom-add-parent-links, custom-group-value-create): Don't set
3178 properties `button-face' and `mouse-face' explicitly for
3179 `custom-group-link' widget.
3180 (custom-group-link): Add properties `button-face' and `mouse-face'
3181 to widget definition.
3182 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3183 editable-field's :keymap property.
3184 (custom-mode): Fix docstring: substitute keybindings for
3185 `widget-forward' and `widget-backward' from `widget-keymap',
3186 `widget-complete' from `custom-field-keymap', replace old
3187 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3188
3189 * desktop.el (desktop-load-file): Check for `fboundp' before
3190 calling `symbol-function'.
3191
3192 * simple.el (clone-buffer, clone-indirect-buffer)
3193 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3194 `read-string'. Fix prompts.
3195
3196 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3197
3198 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3199
3200 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3201
3202 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3203
3204 * startup.el (inhibit-splash-screen, initial-scratch-message):
3205 Doc fixes.
3206
3207 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3208
3209 Sync with Tramp 2.0.52.
3210
3211 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3212 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3213 `tramp-unload-tramp' for checklist.
3214
3215 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3216 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3217 (tramp-unload-file-name-handler-alist)
3218 (tramp-unload-tramp): New defuns.
3219 (tramp-advice-PC-expand-many-files): New defadvice.
3220 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3221 removed.
3222 (tramp-handle-expand-file-name): Remove double slash.
3223 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3224 It doesn't matter, because it will be converted later on.
3225 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3226 implementation was just heuristic.
3227 (tramp-post-connection): Set uid and gid properties.
3228 (tramp-convert-file-attributes): Set file's gid change bit.
3229 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3230 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3231 in case of su(do)? methods. The home directory of the local user
3232 will be taken else.
3233 (tramp-open-connection-telnet)
3234 (tramp-open-connection-rsh, tramp-open-connection-su)
3235 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3236 local shell prompt could hurt. Reported by Romain Francoise
3237 <romain@orebokech.com>.
3238 (tramp-let-maybe): Add `edebug-form-spec' property.
3239 (tramp-handle-expand-file-name): Bind `default-directory' locally
3240 to "/" in order to avoid problems with UNC shares or Cygwin
3241 mounts.
3242 (tramp-md5-function): Fix typo in error message.
3243
3244 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3245
3246 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3247 for byte-compiler pacification.
3248
3249 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3250
3251 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3252 ID-FORMAT `string'. This allows us to get rid of
3253 `vc-user-login-name UID'.
3254
3255 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3256
3257 2006-01-22 John Paul Wallington <jpw@pobox.com>
3258
3259 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3260
3261 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3262
3263 * emacs-lisp/find-func.el (find-definition-noselect)
3264 (find-variable-noselect): Search variables in C source code too.
3265 (find-function-C-source, find-function-noselect, find-function)
3266 (find-function-other-frame, find-variable-noselect, find-variable)
3267 (find-variable-other-frame, find-variable-at-point):
3268 Fix docstrings.
3269
3270 2006-01-21 Francesco Potorti` <pot@gnu.org>
3271
3272 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3273
3274 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3275
3276 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3277 Default to disabling the "Save affix" question.
3278
3279 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3280
3281 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3282 the first arg to run-python.
3283
3284 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3285
3286 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3287 is not loaded.
3288
3289 2006-01-20 Jay Belanger <belanger@truman.edu>
3290
3291 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3292 limit is 0.
3293
3294 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3295 the correct variable.
3296
3297 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3298
3299 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3300 link. Fixed buggy argument sequence in call to `org-view-tags'.
3301 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3302 (org-prefix-has-tag): New variable.
3303 (org-format-agenda-item): Remove tags from headline if
3304 appropriate.
3305 (org-agenda-remove-tags-when-in-prefix): New option.
3306 (org-get-tags-at): New function.
3307
3308 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3309
3310 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3311 (thumbs-find-image): Move image name and number from buffer name
3312 to mode name. Set thumbs-buffer. Preserve point so that large
3313 images remain visible.
3314 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3315 order.
3316 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3317 mode name.
3318 (thumbs-next-image, thumbs-previous-image): Make them work.
3319
3320 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3321
3322 * cus-edit.el (custom-buffer-create-internal): State in the text above
3323 the whole buffer buttons that they do not operate on hidden items.
3324 (custom-face-menu): Use `custom-face-save' instead of
3325 `custom-face-save-command'.
3326 (custom-face-save-command): Make it an alias for `custom-face-save'
3327 and declare it obsolete.
3328 (custom-face-save): Doc fix.
3329
3330 * dired.el (dired-no-confirm): Add quote.
3331 (dired-subdir-alist-pre-R): Add quote in
3332 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3333
3334 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3335
3336 * textmodes/table.el (table-mode-indicator): Typo in last change.
3337
3338 2006-01-19 Richard M. Stallman <rms@gnu.org>
3339
3340 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3341 Fixes bug reported in Nov 2005.
3342
3343 * isearch.el (isearch-forward): Doc fix.
3344
3345 * dired.el (dired-move-to-filename-regexp): Define as alias.
3346 (dired-no-confirm): Use defcustom.
3347 (dired-subdir-alist-pre-R): Put defvar at top level.
3348
3349 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3350
3351 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3352 Mark as risky.
3353
3354 * simple.el (set-mark-command): Doc fix.
3355 (clone-indirect-buffer-other-window):
3356 Read arg like clone-indirect-buffer.
3357 (move-beginning-of-line): Skip invisible newlines.
3358
3359 2006-01-19 Masatake YAMATO <jet@gyve.org>
3360
3361 * progmodes/cpp.el (cpp-edit-load): Make the order of
3362 listed conditions in a base C code buffer and its associate
3363 CPP Edit buffer the same.
3364
3365 2006-01-19 Kenichi Handa <handa@m17n.org>
3366
3367 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3368 (rmail-mime-feature): Likewise.
3369 (rmail-require-mime-maybe): Use display-warning to show a warning
3370 message.
3371
3372 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3373 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3374
3375 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3376
3377 * array.el: Move defvars out of eval-when-compile.
3378 (array-make-template): Replace undeclared global var with a local one.
3379 (array-mode): Inline initialization functions.
3380 (array-init-local-variables, array-init-max-row)
3381 (array-init-max-column, array-init-columns-per-line)
3382 (array-init-field-width, array-init-rows-numbered)
3383 (array-init-line-length, array-init-lines-per-row): Remove.
3384
3385 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3386 (doc-mode-map): Define explicitly.
3387 (doctor-txtype): Use mapc.
3388
3389 * textmodes/table.el: Move defvars out of eval-when-compile.
3390 Remove harmful code meant to avoid byte-compiler warnings.
3391 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3392 specification that checks table-fixed-width-mode directly.
3393 (table-recognize-region, table-recognize-cell):
3394 Use restore-buffer-modified-p.
3395 (table-fixed-width-mode): Remove code that refreshes
3396 table-fixed-mode-indicator.
3397 (*table--cell-describe-bindings, *table--cell-describe-mode):
3398 Avoid obsolete name print-help-return-message.
3399 (table--test-cell-list): Don't use replace-regexp from elisp.
3400 (table--point-entered-cell-function, table--point-left-cell-function):
3401 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3402
3403 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3404 that was after the end of file. Use buffer-file-name variable.
3405 (org-timestamp-change): Use with-current-buffer.
3406 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3407 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3408 `file'.
3409
3410 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3411 (fortran-break-line): Remove unused var `opoint'.
3412 (fortran-abbrev-start): Obey help-event-list.
3413
3414 2006-01-18 Jesper Harder <harder@phys.au.dk>
3415
3416 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3417
3418 2006-01-18 Masatake YAMATO <jet@gyve.org>
3419
3420 * progmodes/make-mode.el (makefile-imake-mode): New mode
3421 derived from makefile-mode.
3422 (makefile-imake-mode-syntax-table): New syntax table
3423 derived from makefile-mode-syntax-table.
3424 (makefile-mode): Write about makefile-imake-mode in doc string.
3425 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3426 (makefile-imake-font-lock-keywords): New font lock keywords.
3427
3428 * files.el (auto-mode-alist): Add Imakefile.
3429
3430 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3431
3432 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3433 loading the file rather than when turning on flyspell-mode.
3434
3435 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3436
3437 * cus-edit.el (customize-rogue): Minor doc fix.
3438
3439 2006-01-17 Juri Linkov <juri@jurta.org>
3440
3441 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3442 instead of the file at the mark as default if the file at the mark
3443 is the same as the file at point or if dired-dwim-target-directory
3444 is not the same as the current directory and the mark is not active.
3445
3446 * log-view.el (log-view-minor-wrap): Use the same logic to get
3447 revisions as `log-view-diff'.
3448
3449 * info.el (Info-revert-find-node): Check for Info-current-file
3450 before preserving new-history.
3451
3452 * man.el (Man-heading-regexp): Add `/'.
3453
3454 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3455 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3456
3457 2006-01-16 Juri Linkov <juri@jurta.org>
3458
3459 * faces.el (mode-line-faces): New defgroup.
3460 (mode-line-highlight): Move definition after new defgroup.
3461 (mode-line, mode-line-inactive, mode-line-highlight):
3462 Replace :group `modeline' with `mode-line-faces'.
3463 (mode-line-buffer-id): New face.
3464 (modeline-buffer-id): New face alias.
3465 (vertical-border): Remove :group `modeline'.
3466
3467 * bindings.el (propertized-buffer-identification): Use face
3468 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3469 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3470 (mode-line-buffer-identification-keymap): For mouse-1 replace
3471 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3472 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3473 mouse-3.
3474
3475 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3476 Buffer-menu-buffer. Doc fix.
3477 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3478 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3479 `Buffer-menu-buffer'.
3480
3481 * info.el (Info-mode-line-node-keymap): New defvar.
3482 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3483 Propertize Info-current-node with `mode-line-buffer-id' and
3484 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3485
3486 * time.el (display-time-mail-face): Replace :group `faces' with
3487 `mode-line-faces'.
3488
3489 2006-01-16 Kenichi Handa <handa@m17n.org>
3490
3491 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3492
3493 * language/european.el (cp1252): New alias for windows-1252.
3494
3495 * international/mule.el (autoload-coding-system): Prepare for EOL
3496 variants.
3497
3498 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3499
3500 * term.el (term-raw-map): Add mapping for insert.
3501 (term-send-insert): New.
3502 (term-mode): Make variables local here instead of doing it in
3503 `term-emulate-terminal'.
3504 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3505 Scroll reverse needs to take into account the scroll region.
3506 Saving and restoring the cursor should save the color attributes too.
3507 (term-reset-terminal): Reset the scroll region.
3508 (term-handle-ansi-escape): Cursor up and down should take into
3509 account the scroll region.
3510 (term-set-scroll-region): Rename from `term-scroll-region'.
3511 Move to 0,0 after setting the region.
3512 (term-handle-scroll): Handle scroll up.
3513 (term-down): Fix off by one error.
3514 (term-delete-lines): Do not delete outside the scroll region.
3515 (term-insert-lines): Take into account the scroll region.
3516
3517 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3518
3519 * textmodes/ispell.el (ispell-internal-change-dictionary)
3520 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3521 (start, end): Move declaration outside of eval-when-compile.
3522
3523 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3524 (flyspell-mode-on): Use it.
3525
3526 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3527 ispell-kill-ispell-hook.
3528
3529 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3530
3531 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3532 (Custom-reset-saved): Do not ask for confirmation in single option
3533 buffers.
3534
3535 2006-01-13 Richard M. Stallman <rms@gnu.org>
3536
3537 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3538
3539 2006-01-13 Romain Francoise <romain@orebokech.com>
3540
3541 * add-log.el (add-change-log-entry, change-log-merge):
3542 Conditionally use `hard-newline'.
3543
3544 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
3545
3546 * wid-edit.el (widget-field-end): If the overlay is no longer
3547 associated with a buffer, behave as if the overlay didn't exist.
3548
3549 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3550 Make sure the links use the `custom-link' face.
3551
3552 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3553
3554 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3555 (ld-script-mode): Don't set indent-line-function since we don't
3556 have one.
3557
3558 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3559
3560 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3561 application.
3562 (org-file-apps-defaults-gnu): Use mailcap as the default for
3563 selecting an application on a UNIX system.
3564 (org-agenda-show-tags): New command.
3565 (org-table-insert-hline): Keep cursor in current table line.
3566 (org-table-convert): Offset effect of modifying
3567 `org-table-insert-hline'.
3568 (org-format-agenda-item): New optional argument TAG.
3569 (org-compile-prefix-format): Handle %T format for the tag.
3570 (org-expand-wide-chars): New function.
3571 (org-table-insert-row, org-table-insert-hline):
3572 Use `org-expand-wide-chars'.
3573 (org-open-file): Fix bug in program launch.
3574 (org-get-time-of-day): Fix bug with times before 1am.
3575 (org-agenda-menu): Add tags commands.
3576
3577 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3578
3579 * textmodes/ispell.el (ispell-init-process): Include the used
3580 dictionary in ispell process start message.
3581 (ispell-internal-change-dictionary): When flyspell-mode is active
3582 and dictionary is changed, make sure ispell process is restarted
3583 and flyspell word cache cleared out for the current buffer.
3584 (ispell-change-dictionary): Make sure flyspell word cache is
3585 cleared out in all buffers with active flyspell mode when
3586 dictionary is globally changed.
3587 Call ispell-internal-change-dictionary after dictionary change.
3588
3589 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3590
3591 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3592
3593 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3594 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3595 years. Fix small differences wrt Makefile.in.
3596 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3597 Makefile.in does.
3598
3599 2006-01-12 Bill Wohler <wohler@newt.com>
3600
3601 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3602 mh-search.el.
3603
3604 2006-01-12 Masatake YAMATO <jet@gyve.org>
3605
3606 * progmodes/ld-script.el: Update copyright year.
3607
3608 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3609
3610 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3611 Don't add widget if setting undefined.
3612
3613 2006-01-12 John Paul Wallington <jpw@pobox.com>
3614
3615 * help-fns.el (describe-variable): Remove newlines from void
3616 variable output.
3617
3618 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3619
3620 * wdired.el (wdired-mode-map): Add help echo for
3621 wdired-abort-changes.
3622
3623 * man.el (Man-file-name-regexp): Adjust for a list of files.
3624
3625 2006-01-12 Masatake YAMATO <jet@gyve.org>
3626
3627 * progmodes/ld-script.el (auto-mode-alist): Support
3628 suffix conventions used in netbsd and eCos.
3629
3630 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3631
3632 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3633 (custom-variable-menu, custom-face-menu, custom-group-menu)
3634 (Custom-mode-menu): Change names of menu items. (As discussed on
3635 emacs-devel.)
3636 (custom-face-menu): Add "Undo Edits" item.
3637
3638 * startup.el (init-file-user): defcustom -> defvar.
3639
3640 * tooltip.el (tooltip-mode): Doc fix.
3641
3642 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3643
3644 * reveal.el (reveal-post-command): window-buffer signals an error on
3645 dead windows rather than returning nil.
3646 (reveal-open-new-overlays): An overlay might die while we open others.
3647
3648 2006-01-11 Bill Wohler <wohler@newt.com>
3649
3650 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3651 phrasing in docstring.
3652
3653 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3654 can give some systems gas. Add new file mh-buffers.el.
3655
3656 2006-01-06 Masatake YAMATO <jet@gyve.org>
3657
3658 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3659 C preprocessor forward ported from GNU Emacs 21.2.
3660
3661 * progmodes/asm-mode.el (asm-font-lock-keywords):
3662 Use `cpp-font-lock-keywords'.
3663
3664 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3665
3666 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3667 of $ for "\\.ld[s]?".
3668
3669 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3670
3671 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3672 (tcl-indent-line): Return `noindent' if inside a string.
3673
3674 * progmodes/flymake.el (flymake-split-string): Remove more than one
3675 empty string at beg/end of the result.
3676 (flymake-find-buildfile, flymake-find-possible-master-files):
3677 Use expand-file-name.
3678 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3679 since expand-file-name does it for us. Use directory-file-name.
3680 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3681 (flymake-ler-get-type, flymake-ler-get-text)
3682 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
3683 (flymake-current-line-no): Remove spurious interactive spec.
3684 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3685 (flymake-check-include): Remove arg inc-path merged into inc-name.
3686 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3687 Arg regexp-list replaced by a simple regexp.
3688 (flymake-master-make-header-init, flymake-master-tex-init):
3689 Correspondingly replace regexp-list with a regexp. Fix regexp.
3690
3691 2006-01-10 Simon Josefsson <jas@extundo.com>
3692
3693 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3694 describing AUTH PLAIN fix.
3695
3696 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3697
3698 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3699 (report-emacs-bug): Don't record initial prompt text.
3700 Instead, add text properties to prompting text.
3701 (report-emacs-bug-hook): Delete prompting text.
3702
3703 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3704
3705 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3706 `dirs'. Adjust callers.
3707
3708 2006-01-09 John Paul Wallington <jpw@gnu.org>
3709
3710 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3711
3712 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3713
3714 * reveal.el (reveal-open-new-overlays): New extracted fun.
3715 (reveal-close-old-overlays): Idem. Check overlays's liveness before
3716 using them. Simplify the code.
3717 (reveal-post-command): Use them. Fix up obsolete windows in
3718 reveal-open-spots.
3719
3720 * progmodes/flymake.el: Use `require' rather than autoload for
3721 XEmacs's overlays.
3722 (flymake-get-common-file-prefix, flymake-build-relative-filename):
3723 Delete. Use file-relative-name instead.
3724 (flymake-get-syntax-check-program-args, flymake-perl-init):
3725 Simplify the resulting code.
3726
3727 * log-view.el (log-view-file-re, log-view-message-re): Add support
3728 for DaRCS output.
3729
3730 2006-01-09 Alex Schroeder <alex@gnu.org>
3731
3732 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3733 identifiers sometimes added in square brackets at the beginning of
3734 subject lines.
3735
3736 2006-01-07 Richard M. Stallman <rms@gnu.org>
3737
3738 * cus-edit.el (Custom-set, Custom-save): Doc fix.
3739 (Custom-reset-current, Custom-reset-saved): Change question text.
3740 (Custom-reset-standard): Likewise.
3741 (custom-variable-reset-saved): Doc fix.
3742
3743 2006-01-07 Eli Zaretskii <eliz@gnu.org>
3744
3745 * startup.el (init-file-user): Doc fix.
3746
3747 2006-01-07 Alex Schroeder <alex@gnu.org>
3748
3749 * mail/rmail.el (rmail-current-subject): New function.
3750 (rmail-current-subject-regexp): New function.
3751 (rmail-next-same-subject): Use it.
3752
3753 * mail/rmailsum.el (rmail-summary-by-topic):
3754 Use rmail-current-subject and rmail-current-subject-regexp.
3755 (rmail-summary-next-same-subject): Ditto.
3756
3757 * net/rcirc.el (rcirc-send-input): No longer check whether the
3758 process is open, since not all commands need an open process.
3759 (rcirc-send-string): Check whether the process is open before
3760 sending anything.
3761 (rcirc-ignore-list): New option.
3762 (rcirc-ignore-list-automatic): New variable.
3763 (rcirc-print): Take rcirc-ignore-list into account.
3764 (rcirc-cmd-ignore): New command.
3765 (rcirc-ignore-update-automatic): New function.
3766 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3767 list if ignored nicks.
3768 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3769
3770 2006-01-06 David Reitter <david.reitter@gmail.com>
3771
3772 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3773 reflect the address to which the report will be sent.
3774
3775 2006-01-06 Eli Zaretskii <eliz@gnu.org>
3776
3777 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3778 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3779
3780 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
3781
3782 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3783
3784 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3785 the doc string: "functoin" => "function".
3786 * ldefs-boot.el: Likewise.
3787
3788 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3789 message text: "Duplicat" => "Duplicate".
3790
3791 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
3792
3793 * files.el (basic-save-buffer-2): If backing-up failed, reset
3794 buffer-backed-up to nil.
3795
3796 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
3797
3798 * progmodes/gud.el (gdb-script-skip-to-head)
3799 (gdb-script-calculate-indentation): Indent for breakpoint command
3800 lists also.
3801
3802 2006-01-05 Bill Wohler <wohler@newt.com>
3803
3804 * Makefile.in (compile-always): Add mh-autoloads dependency.
3805 (bootstrap): Remove mh-autoloads dependency, as compile dependency
3806 provides it.
3807 (updates): Remove mh-autoloads dependency, since it probably has
3808 already run recently (via recompile).
3809
3810 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
3811
3812 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3813 argument `force' to disable the flyspell-last-buffer optimization.
3814 (flyspell-mode-on): Use it.
3815
3816 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3817 flymake-simple-cleanup.
3818 (flymake-allowed-file-name-masks): Use this new default.
3819 All the functions are now called in the right buffer rather than
3820 passing the buffer as argument.
3821 (flymake-process-sentinel): Switch to buffer before calling cleanup.
3822 (flymake-parse-err-lines): Remove redundant buffer arg.
3823 (flymake-get-program-dir): Comment out unused function.
3824 (flymake-start-syntax-check, flymake-start-syntax-check-process):
3825 Remove redundant buffer argument.
3826 (flymake-get-real-file-name, flymake-simple-java-cleanup)
3827 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3828
3829 2006-01-05 Richard M. Stallman <rms@gnu.org>
3830
3831 * info.el (Info-find-node): Don't record previous node if have none.
3832 (info): Go to directory only if history is empty.
3833
3834 * simple.el (mark): Doc fix.
3835
3836 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3837
3838 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3839 already of desired type.
3840 (mac-ae-list): Coerce parameter to "list" type.
3841 (mac-dispatch-apple-event): Replace cadr part of event with a
3842 dummy position so that event-start returns it.
3843
3844 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
3845
3846 * textmodes/org.el (org-end-of-subtree): New function.
3847 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3848 Use `org-end-of-subtree'.
3849 (org-agenda, org-agenda-convert-date): Protect calls to
3850 `fit-window-to-buffer'.
3851 (org-tags-view): Force matching of sublevels when doing a
3852 todo-only search. Define the correct redo command, including the
3853 arguments.
3854 (org-agenda-redo): Display message.
3855 (org-check-for-org-mode): New function.
3856 (org-agenda-type): New variable.
3857 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3858 Set `org-agenda-type'.
3859 (org-agenda-check-type): New function.
3860 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3861 (org-agenda-week-view, org-agenda-day-view)
3862 (org-agenda-next-date-line, org-agenda-previous-date-line)
3863 (org-agenda-log-mode, org-agenda-toggle-diary)
3864 (org-agenda-toggle-time-grid, org-agenda-date-later)
3865 (org-agenda-date-prompt, org-agenda-diary-entry)
3866 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3867 (org-agenda-convert-date, org-agenda-menu):
3868 Use `org-agenda-check-type'.
3869 (org-make-overlay, org-delete-overlay)
3870 (org-detatch-overlay, org-move-overlay, org-overlay-put):
3871 New compatibility functions.
3872 (org-calendar-select-mouse): New command.
3873
3874 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
3875
3876 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
3877 (Custom-reset-standard): Fix y-or-n-p messages.
3878 (custom-link): New face for links.
3879 (custom-buffer-create-internal, custom-manual): Use it.
3880 (custom-face-save): Push to theme-face before setting face spec.
3881
3882 * wid-edit.el (widget-default-mouse-face-get): New function.
3883 (widget-specify-button): Handle mouse-face like button-face.
3884
3885 * custom.el (load-theme): Clear old theme settings if reloading.
3886
3887 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
3888
3889 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
3890 "Erase Customization" button back to same position it occupies in
3891 the individual State menus.
3892
3893 2006-01-04 Kim F. Storm <storm@cua.dk>
3894
3895 * wid-edit.el (key-sequence): Rework widget to read key binding
3896 using `kbd' syntax. Use C-q to insert literal key, event, or code.
3897 (widget-key-sequence-default-value): Default value for empty sequence.
3898 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
3899 (widget-key-sequence-read-event): New command for C-q.
3900 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
3901 (widget-key-sequence-value-to-external): New functions.
3902
3903 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3904
3905 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
3906 Use expand-file-name.
3907 (flymake-delete-temp-directory): Use expand-file-name,
3908 file-name-directory, and directory-file-name.
3909 (flymake-strrchr): Delete.
3910 (flymake-start-syntax-check): Don't pass the redundant buffer argument
3911 to the init-f function.
3912 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
3913 (flymake-init-find-buildfile-dir)
3914 (flymake-init-create-temp-source-and-master-buffer-copy)
3915 (flymake-simple-make-init-impl, flymake-simple-make-init)
3916 (flymake-master-make-init, flymake-master-make-header-init)
3917 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
3918 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
3919 (flymake-xml-init): Remove corresponding redundant buffer argument.
3920 (flymake-allowed-file-name-masks): Remove last elems that are equal to
3921 the default anyway. Clean up regexps.
3922
3923 * progmodes/flymake.el (flymake-temp-source-file-name)
3924 (flymake-master-file-name, flymake-temp-master-file-name)
3925 (flymake-base-dir): New buffer-local vars.
3926 (flymake-buffer-data, flymake-get-buffer-value)
3927 (flymake-set-buffer-value): Replace those hash-tables by the new
3928 buffer-local vars. Update callers.
3929
3930 * progmodes/flymake.el (flymake-check-start-time)
3931 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
3932 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
3933 Move definition, so we can remove redundant earlier declaration.
3934 (flymake-replace-regexp-in-string, flymake-split-string)
3935 (flymake-get-temp-dir): Use defalias.
3936 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
3937 (flymake-xemacs-window-edges): Remove unused function.
3938 (flymake-get-point-pixel-pos): Move.
3939 (flymake-pid-to-names, flymake-reg-names)
3940 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
3941 Replace by a simple list flymake-processes and by process-buffer.
3942 Update callers. Other than simplify the code, it uses buffers rather
3943 than buffer-names so it doesn't get confused by uniquify.
3944 (flymake-buffer-data): The global value should just be nil.
3945
3946 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
3947 Optimize the body of a defalias like any other code.
3948
3949 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
3950 Make sure we've setup font-lock's vars. It may influence which
3951 function we then call.
3952 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
3953 here since it's too late anyway.
3954
3955 2006-01-03 Romain Francoise <romain@orebokech.com>
3956
3957 * startup.el (fancy-splash-tail, normal-splash-screen):
3958 Update copyright year.
3959
3960 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
3961
3962 * mouse.el (mouse-drag-track): Rename, from
3963 `mouse-drag-region-1'. Includes optional argument required to
3964 enable post-drag event processing (e.g. delete region keys).
3965 Can be used without this argument to track a mouse region and operate
3966 on it as soon as the drag completes.
3967 (mouse-drag-region): Use `mouse-drag-track'.
3968
3969 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
3970
3971 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
3972 Move to `custom-buffer' group.
3973
3974 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
3975 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
3976 (custom-theme-insert-face-marker, custom-theme-variable-menu)
3977 (custom-theme-face-menu): New variables.
3978 (custom-theme-add-variable, custom-theme-variable-action)
3979 (custom-variable-reset-theme, custom-theme-delete-variable)
3980 (custom-face-reset-theme, custom-theme-face-action)
3981 (custom-theme-delete-face, custom-theme-merge-theme)
3982 (custom-theme-add-face, custom-theme-visit-theme): New functions.
3983
3984 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
3985
3986 * custom.el: Move Custom Themes commentary to start of theme code.
3987 (custom-known-themes): Rename `standard' theme to `changed'.
3988 (custom-push-theme): Caller no longer specifies what theme to use
3989 when doing `reset'---the setting is simply removed from the theme.
3990 Delete MODE from `theme-value' and `theme-settings' properties.
3991 (custom-declare-theme): Ignore &rest args since we don't use them.
3992
3993 (custom-loaded-themes): Delete variable.
3994 (custom-theme-load-themes, custom-theme-loaded-p)
3995 (custom-theme-value): Delete functions.
3996
3997 (custom-declare-theme): Signal error on invalid theme names.
3998 (provide-theme): custom-loaded-themes was deleted.
3999 (load-theme): Load the file unconditionally.
4000 (enable-theme): Call `load-theme' if theme is undefined.
4001 (custom-enabled-themes): Only update value for successful loads.
4002 (disable-theme): Complete from enabled themes when interactive.
4003 (custom-variable-theme-value): Calculate theme value directly.
4004
4005 (custom-theme-reset-variables, custom-reset-variables): Mark as
4006 XEmacs compatibility functions. We don't actually use these.
4007
4008 * cus-edit.el (custom-variable-state-set):
4009 Use custom-variable-theme-value instead of custom-theme-value.
4010 (custom-face-state-set): Rename `standard' theme to `changed'.
4011 (custom-save-variables, custom-save-faces): Delete unneeded
4012 references to custom-reset-variables.
4013 (custom-save-resets): Delete function.
4014 (custom-save-variables, custom-save-faces): MODE argument deleted.
4015 (custom-save-variables, custom-save-faces): Ignore theme values.
4016
4017 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4018 compatibility function.
4019
4020 2006-01-01 Richard M. Stallman <rms@gnu.org>
4021
4022 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4023 (Custom-reset-current, Custom-reset-saved): Likewise.
4024 (Custom-reset-standard): Show message if aborted.
4025 (custom-mode): Doc fix, describing those commands.
4026
4027 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4028 put on event-kind property.
4029
4030 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4031
4032 * custom.el (provide-theme): Ban `user' theme name.
4033 (custom-enabling-themes): New variable.
4034 (enable-theme): Don't enable user if custom-enabling-themes is t.
4035 (custom-enabled-themes): Make it a defcustom.
4036 (custom-theme-recalc-face): No-op if face is undefined.
4037
4038 * cus-edit.el (custom-button-mouse): New variable.
4039 (custom-button-mouse): New face.
4040 (custom-raised-buttons, custom-mode): Use it.
4041
4042 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4043
4044 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4045
4046 * progmodes/gud.el (gud-display-line): Support hl-line in the
4047 source buffer.
4048
4049 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4050
4051 * mouse.el (mouse-drag-window-above): Verify that the found window
4052 overlaps with the given window in the horizontal dimension.
4053
4054 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4055
4056 * Makefile.in (cvs-update): New target.
4057
4058 * makefile.w32-in (cvs-update): Ditto.
4059
4060 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4061
4062 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4063 (custom-new-theme-mode-map): New variable.
4064
4065 2005-12-30 Richard M. Stallman <rms@gnu.org>
4066
4067 * custom.el (custom-load-themes): Function deleted.
4068
4069 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4070 (custom-save-variables): Don't delete or add custom-load-themes call.
4071
4072 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4073
4074 * cus-start.el: Add `visible-cursor'.
4075
4076 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4077 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4078 (flymake-process-filter): Switch to buffer before calling it instead.
4079 (flymake-post-syntax-check, flymake-highlight-err-lines)
4080 (flymake-delete-own-overlays, flymake-parse-err-lines)
4081 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4082 (flymake-count-lines, flymake-parse-residual):
4083 Remove constant buffer argument.
4084 (flymake-start-syntax-check-for-current-buffer): Remove.
4085 Update callers to use flymake-start-syntax-check instead.
4086 (flymake-display-err-menu-for-current-line):
4087 Remove unused var `mouse-pos'.
4088 (flymake-restore-formatting): Comment out unused function.
4089 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4090 argument, use current-buffer instead. Update callers.
4091
4092 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4093
4094 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4095 buffer-local because choose-completion-delete-max-match requires
4096 that we set completion-ignore-case (i.e., binding via let is not
4097 sufficient).
4098 (bibtex-complete): Always set completion-ignore-case and
4099 choose-completion-string-functions. The latter is needed because
4100 choose-completion-string-functions keeps its value if we quit the
4101 *Completions* buffer without requesting a completion.
4102
4103 2005-12-30 Andreas Schwab <schwab@suse.de>
4104
4105 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4106
4107 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4108
4109 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4110
4111 2005-12-30 Juri Linkov <juri@jurta.org>
4112
4113 * locate.el (locate-fcodes-file, locate-header-face)
4114 * progmodes/delphi.el (delphi-other-face)
4115 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4116
4117 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4118 group `paren-showing-faces'.
4119
4120 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4121 (goto-address): Fix docstring.
4122
4123 * net/webjump.el (webjump-sample-sites): Update URLs.
4124
4125 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4126
4127 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4128
4129 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4130
4131 * font-lock.el (font-lock-compile-keywords): Signal an error when
4132 font-lock-set-defaults hasn't been called.
4133
4134 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4135
4136 * subr.el (noreturn, 1value): Doc fixes.
4137
4138 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4139
4140 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4141 that assoc-string returns nil.
4142
4143 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4144
4145 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4146 (bibtex-entry-type-str, bibtex-empty-field-re)
4147 (bibtex-search-backward-string, bibtex-preamble-prefix)
4148 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4149 (bibtex-any-valid-entry-type): New variable.
4150 (bibtex-parse-field-name): Simplify.
4151 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4152 (bibtex-preamble-prefix): Include left delimiter.
4153 (bibtex-search-forward-field, bibtex-search-backward-field):
4154 Allow unbounded search past entry boundaries (required by bibtex-pop).
4155 (bibtex-text-in-field-bounds): Use push.
4156 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4157 (bibtex-parse-preamble, bibtex-valid-entry)
4158 (bibtex-beginning-first-field): New functions.
4159 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4160 (bibtex-map-entries): Fix docstring.
4161 (bibtex-flash-head): New arg prompt. Simplify.
4162 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4163 (bibtex-insert-kill): Simplify. Always insert text past the
4164 current field or entry.
4165 (bibtex-format-entry): Use bibtex-parse-field.
4166 (bibtex-pop): Use bibtex-beginning-of-entry and
4167 bibtex-end-of-entry to initiate the search. Insert empty field if
4168 we found ourselves.
4169 (bibtex-print-help-message): New args field and comma.
4170 Handle entry keys.
4171 (bibtex-make-field): Use bibtex-beginning-of-entry.
4172 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4173 invalid entry.
4174 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4175 Handle preambles. Simplify code for thorough test.
4176 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4177 New arg comma. Handle entry heads.
4178 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4179 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4180 New arg comma.
4181 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4182 (bibtex-fill-field): Simplify.
4183 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4184 bibtex-parse-field.
4185 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4186 (bibtex-complete): Use bibtex-parse-preamble.
4187
4188 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4189
4190 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4191 Display name of expression instead of convenience variable.
4192 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4193
4194 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4195 toggle-gud-tooltip-dereference.
4196 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4197 (gud-tooltip-tips): ...here when dereferencing.
4198
4199 2005-12-28 Bill Wohler <wohler@newt.com>
4200
4201 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4202
4203 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4204
4205 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4206 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4207 (vc-annotate-display-autoscale): Adjust call.
4208 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4209 Fix interactive spec.
4210 (vc-annotate-time-span): Remove.
4211 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4212 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4213 (vc-annotate-display-select): Use new name.
4214
4215 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4216 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4217 Correct the construction of span entries. Simplify.
4218 (vc-annotate-display-select): Fix the nil case.
4219 (vc-annotate): Remove obsolete (and now broken) code.
4220 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4221 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4222
4223 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4224
4225 * subr.el (lazy-completion-table): Correct typo in docstring.
4226
4227 * startup.el (command-line): Use `custom-reevaluate-setting' for
4228 `send-mail-function'.
4229
4230 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4231
4232 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4233
4234 * mail/smtpmail.el (smtpmail-try-auth-methods):
4235 Send credentials together with "AUTH PLAIN" command.
4236
4237 2005-12-27 Richard M. Stallman <rms@gnu.org>
4238
4239 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4240 mouse-2, go back to previously selected window, so it's selected
4241 when mouse-2 command runs.
4242
4243 2005-12-27 Juri Linkov <juri@jurta.org>
4244
4245 * descr-text.el (describe-text-sexp): Use square brackets for
4246 button [Show] to distinguish it from the property value `show'.
4247 (describe-property-list): Use `insert-text-button' with
4248 `help-face' type instead of putting face in quotes, because button
4249 is not created automatically for a list of faces.
4250 (describe-text-properties-1): Put button-type value in quotes to
4251 distinguish from plain text "button".
4252 (describe-char): Display code point values in hex. Don't use
4253 `symbol-name' for `current-input-method' because it is a string.
4254 Use `insert-text-button' with `help-face' type instead of putting
4255 hardcoded face in quotes, because button is not created automatically.
4256
4257 2005-12-27 Richard M. Stallman <rms@gnu.org>
4258
4259 * progmodes/glasses.el (glasses-face): More specific custom type.
4260
4261 * files.el (set-visited-file-name): Doc fix.
4262
4263 * textmodes/flyspell.el (flyspell-external-point-words):
4264 Use local var buffer-scan-pos to advance scan for next misspelling.
4265 Advance it only after we find the misspelling.
4266
4267 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4268
4269 * textmodes/flyspell.el (flyspell-external-point-words):
4270 New criteria for finding the misspelling in the buffer.
4271
4272 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4273
4274 * help-mode.el (help-insert-string): Set help-xref-stack-item
4275 rather than call help-setup-xref.
4276
4277 * descr-text.el (describe-char): Revert previous changes for
4278 optional buffer argument.
4279
4280 2005-12-27 Juri Linkov <juri@jurta.org>
4281
4282 * help-mode.el (help-insert-string): New function. Save buffer
4283 contents in cases where it is impossible to recompute the old contents.
4284
4285 * descr-text.el (describe-char): Set help-xref-stack-item
4286 explicitly after buffer has been generated.
4287
4288 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4289
4290 * cus-start.el (all): Add x-gtk-show-hidden-files.
4291
4292 2005-12-26 Richard M. Stallman <rms@gnu.org>
4293
4294 * replace.el (perform-replace): Calculate match-again
4295 before skipping read-only matches.
4296
4297 * paren.el (paren-showing-faces): New group.
4298 (show-paren-match, show-paren-mismatch): Move to that group.
4299
4300 * button.el (button): Put into group `basic-faces'.
4301
4302 * progmodes/make-mode.el: Remove faces from group `faces'.
4303
4304 * apropos.el (apropos, apropos-value): Doc fix.
4305 (apropos-documentation): Doc fix.
4306
4307 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4308
4309 * subr.el (lazy-completion-table): Remove argument `args'.
4310
4311 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4312 Don't use the `args' argument of lazy-completion-table.
4313
4314 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4315
4316 * descr-text.el (describe-char): Add optional argument for buffer.
4317 Set buffer appropriately. Call help-setup-xref.
4318 Suggested by Stefan Monnier.
4319
4320 2005-12-26 Juri Linkov <juri@jurta.org>
4321
4322 * descr-text.el: Require `help-fns' at runtime. Don't require
4323 `button' for byte compilation.
4324 (describe-text-widget): Add `help-echo' for first button.
4325 Use `help-info' for second.
4326 (describe-property-list): Use `help-argument-name' instead of `italic'.
4327 (describe-text-category): Add prompt to interactive spec.
4328 Call `help-setup-xref'.
4329 (describe-char): Use `help-character-set'. Add `help-echo' for
4330 code point. Use `help-input-method'. Remove superfluous insert.
4331
4332 2005-12-25 Richard M. Stallman <rms@gnu.org>
4333
4334 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4335 at point, in case of narrowing.
4336
4337 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4338
4339 * locate.el (locate-header-face): Allow nil in type.
4340
4341 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4342
4343 2005-12-25 Romain Francoise <romain@orebokech.com>
4344
4345 * battery.el (battery-linux-proc-acpi): Also try
4346 `/proc/acpi/thermal_zone/THM0/temperature'.
4347
4348 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4349
4350 * custom.el (custom-push-theme): Fix docstring.
4351
4352 * cus-edit.el (custom-variable-set, custom-variable-save)
4353 (custom-variable-save): Custom-quote widget values.
4354 (customize-save-variable): Fix custom-push-theme call.
4355
4356 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4357
4358 * w32-fns.el (w32-batch-update-autoloads): New function.
4359
4360 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4361 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4362 from the command line.
4363
4364 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4365
4366 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4367 reset means to remove setting from theme entirely. Don't keep
4368 expanding theme-settings list; delete old entries if necessary.
4369
4370 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4371 customization" button one line up.
4372 (custom-themed): New face.
4373 (custom-magic-alist): New value, THEMED, for theme settings.
4374 (custom-variable-state-set, custom-face-state-set):
4375 Check theme-value instead of saved-value.
4376 (custom-variable-reset-standard, custom-face-reset-standard):
4377 Remove theme setting entirely. Recalculate new values.
4378 (custom-variable-set, custom-variable-set)
4379 (custom-variable-reset-saved, custom-variable-reset-backup)
4380 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4381 (custom-variable-save): Fix typos.
4382
4383 2005-12-23 Juri Linkov <juri@jurta.org>
4384
4385 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4386 Add autoload cookies.
4387 (edebug-outside-d-c-i-n-s-w): New variable.
4388 (edebug-display, edebug-outside-excursion): Use it to save the
4389 original value of default-cursor-in-non-selected-windows.
4390 Set default-cursor-in-non-selected-windows to t while Edebug
4391 is active.
4392 (edebug-mode, edebug-eval-mode): Doc fix.
4393
4394 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4395 with `buffer-substring-no-properties' to remove common substring
4396 highlighting.
4397
4398 * info.el (info-other-window, info): Rename function argument
4399 `file' to `file-or-node'.
4400 (Info-complete-menu-item): Use local variable `complete-nodes' to
4401 keep the global value of `Info-complete-nodes' unchanged for
4402 subsequent completions.
4403 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4404
4405 * simple.el (get-next-valid-buffer, last-buffer)
4406 (next-error-buffer-p, next-error-find-buffer)
4407 (minibuffer-history-sexp-flag): Doc fix.
4408
4409 * savehist.el (savehist-mode-hook): Add `:group'.
4410
4411 * log-view.el: Call autoload for vc-find-version.
4412 (log-view-current-file): Adjust subgroup numbers.
4413 (log-view-current-tag): Add `length'.
4414
4415 2005-12-23 Richard M. Stallman <rms@gnu.org>
4416
4417 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4418
4419 2005-12-23 Juri Linkov <juri@jurta.org>
4420
4421 * hi-lock.el (hi-lock-archaic-interface-message-used)
4422 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4423 (hi-lock-mode): Display "Hi" in the mode line only when
4424 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4425 (hi-lock-write-interactive-patterns):
4426 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4427 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4428 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4429 font-lock-add-keywords to t.
4430
4431 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4432
4433 * hi-lock.el (hi-lock-highlight-range): New variable.
4434 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4435 only if font-lock-fontified is non-nil. Remove overlays.
4436 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4437 font-lock-fontified is non-nil, otherwise use overlays (instead of
4438 text properties).
4439 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4440 New variables.
4441 (hi-lock-string-serialize) New function.
4442
4443 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4444
4445 * menu-bar.el (menu-find-file-existing): New function.
4446 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4447
4448 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4449
4450 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4451
4452 * vc.el: Remove unnecessary leading * in docstrings.
4453 (vc-annotate-mode-map): Move initialization into declaration.
4454 (vc-static-header-alist): Nitpick on the regexp.
4455 (vc-default-init-version): New fun.
4456 (vc-register): Use it.
4457 (vc-insert-headers): Use dolist.
4458 (vc-annotate-get-backend): Remove unused function.
4459 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4460 (vc-annotate-mode): Remove corresponding call.
4461 (vc-annotate-car-last-cons): Simplify.
4462 (vc-annotate-buffers): Remove var.
4463 (vc-annotate-backend): Make it buffer-local.
4464 (vc-annotate): Move the interaction to the interactive spec.
4465 Add a `buf' argument.
4466 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4467 killing&creating a vc-annotate buffer, which is very disruptive when
4468 the buffers are shown in dedicated frames.
4469
4470 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4471
4472 * descr-text.el: Add FSF as maintainer.
4473 (describe-text-mode, describe-text-mode-map)
4474 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4475 help-mode.
4476 (describe-text-widget, describe-text-sexp)
4477 (describe-property-list, describe-text-category)
4478 (describe-text-properties, describe-text-properties-1)
4479 (describe-char): Use help buttons instead of widgets.
4480 (describe-char-unicodedata-file): Make URL link in doc string.
4481
4482 2005-12-22 Richard M. Stallman <rms@gnu.org>
4483
4484 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4485 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4486 Don't include buttons that write a file when there's no file.
4487 (custom-variable-menu, custom-face-menu, custom-group-menu):
4488 Don't include commands that write a file when there's no file.
4489 (customize-browse): Reword the top-of-buffer help intro.
4490 (custom-buffer-create-internal): Fix previous change.
4491 (customize-changed-options-previous-release): Prev release is 21.1.
4492 (customize-changed-options): Doc fix.
4493 (customize-changed): New alias.
4494 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4495 Say "standard values".
4496 (Custom-reset-standard): Doc fix.
4497 (custom-face-reset-standard): Doc fix.
4498
4499 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4500
4501 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4502 even if font-lock-mode is non-nil since it may be t without having
4503 turned on font-lock-mode-internal.
4504 (font-lock-choose-keywords): Minor optimization.
4505 (font-lock-add-keywords, font-lock-remove-keywords)
4506 (font-lock-set-defaults): Don't call make-local-variable on a variable
4507 that we know to already be local.
4508
4509 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4510
4511 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4512 messages if in the minibuffer.
4513
4514 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4515
4516 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4517 (tex-mode-flyspell-verify, flyspell-get-word)
4518 (flyspell-external-point-words): Don't use point-min/max uselessly.
4519
4520 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4521 by Kevin Rodgers. Instead, just hide the completions buffer if we
4522 don't need to show it.
4523
4524 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4525
4526 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4527
4528 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4529
4530 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4531 delete-windows-on with an inexistent buffer.
4532
4533 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4534
4535 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4536 Delete defcustom variable :tag names.
4537
4538 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4539
4540 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4541 (log-view-font-lock-keywords): Ajust subgroup numbers.
4542 (log-view-current-tag): Don't hard code the number of subgroups.
4543
4544 2005-12-20 Juri Linkov <juri@jurta.org>
4545
4546 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4547 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4548
4549 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4550 (menu-bar-non-minibuffer-window-p): Instead of checking
4551 display-multi-frame-p, use selected-frame when menu-updating-frame
4552 is nil.
4553
4554 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
4555
4556 * align.el (align-rules-list): Use [ \t] instead of \s-
4557 for column separators in text mode.
4558
4559 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4560
4561 * help-mode.el (help-customize-variable, help-customize-face):
4562 Don't pop help-xref-stack as help-follow no longer pushes
4563 anything on to it.
4564
4565 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4566
4567 * textmodes/org.el (org-agenda-custom-commands): New option.
4568 (org-agenda): Offer custom commands on splash screen.
4569 (org-make-tags-matcher): Parser for Boolean logic added.
4570 (org-agenda-set-tags): New command.
4571 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4572 (org-set-tags): Efficiency improvements.
4573 (org-auto-align-tags): New option.
4574 (org-todo, org-demote, org-promote): Realign tags.
4575 (org-tags-completion-function): Use also "&" and "|" as separators.
4576 (org-org-menu): Agenda commands simplified.
4577
4578 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4579
4580 * cus-edit.el (customize-apropos, customize-apropos-options):
4581 Docstring changes.
4582
4583 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4584
4585 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4586
4587 * longlines.el (longlines-mode): Wrap while widened.
4588 (longlines-decode-region, longlines-encode-region): Compute max
4589 just once.
4590
4591 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4592
4593 * cus-edit.el (mac): New group.
4594
4595 * cus-start.el (all): Add user options in macterm.c. Add test for
4596 Mac-related built-ins. Fix test for GTK-related built-ins.
4597
4598 * term/mac-win.el (mac-handle-language-change)
4599 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4600 (mac-services-open-selection, mac-services-mail-selection)
4601 (mac-services-mail-to, mac-services-insert-text)
4602 (mac-dispatch-apple-event): Add docstrings.
4603 (x-get-selection, mac-select-convert-to-string): Select coding
4604 system from `utf-16be' and `utf-16le' using `byteorder'.
4605
4606 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4607
4608 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4609 a "list" (lambda ...) rather than a real completion list.
4610
4611 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4612 lexical-let when encountering ((lambda (...) ...) ...).
4613
4614 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4615
4616 * progmodes/sh-script.el (sh-mode):
4617 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4618 * textmodes/picture.el (picture-mode): Update docstrings.
4619
4620 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4621
4622 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4623 commands enclosed in $(ARGQUOTE)s should not be split between two
4624 lines, as that will break with GNU Make >3.80, when sh.exe is used
4625 and arg quoting is with '..'.
4626 (autoloads): Don't break the quoted --eval expression between
4627 several lines.
4628
4629 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4630
4631 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4632 Capture error from printing circular structures.
4633
4634 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
4635
4636 * wid-edit.el (widget-checkbox-action): Clear undo info.
4637
4638 2005-12-16 Bill Wohler <wohler@newt.com>
4639
4640 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4641 bar, not menubar in comment.
4642
4643 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4644
4645 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4646 After-change-functions should not clobber the match data.
4647
4648 2005-12-16 Juri Linkov <juri@jurta.org>
4649
4650 * simple.el (choose-completion): Use `buffer-substring-no-properties'
4651 instead of `buffer-substring'.
4652 (completion-common-substring): Doc fix.
4653 (completion-setup-function): Use minibuffer-completion-contents
4654 instead of minibuffer-contents. Don't set common-string-length
4655 initially. Remove special handling of partial-completion-mode.
4656 Move computation of completion-base-size into one cond.
4657 Call completion-base-size-function in mainbuf. In computation of
4658 completion-base-size for file name completion don't move point to
4659 the end of the minibuffer. Move computation of common-string-length
4660 into one cond. Start putting faces only when common-string-length>=0.
4661 Add condition to put completions-common-part when
4662 common-string-length>0.
4663
4664 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4665 place point at the first different character in the minibuffer
4666 even if this position is at the beginning of the minibuffer.
4667
4668 * info.el (Info-read-node-name-1): In completion-base-size-function's
4669 lambda return 1 if common-substring or minibuffer-completion-contents
4670 starts with (, and 0 otherwise.
4671
4672 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4673 Use `crm-current-element' for second arg of `display-completion-list'.
4674
4675 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
4676
4677 * files.el (set-auto-mode): Look for an interpreter specified on
4678 the first line also if search for mode specification succeeded,
4679 but the mode is not known.
4680
4681 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
4682
4683 * textmodes/org.el (org-tags-match-list-sublevels): New option.
4684 (org-open-at-point): Implement tag searches as links.
4685 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4686 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4687 (org-tags-sparse-tree, org-tags-view, org-set-tags)
4688 (org-agenda-dispatch): New commands.
4689 (org-use-tag-inheritance, org-tags-column): New options.
4690 (org-tab-follows-link, org-return-follows-link): New options.
4691 (org-tags): New customize group.
4692 (org-start-icalendar-file): Get local time zone.
4693 (org-tags-completion-function): New function.
4694 (org-set-font-lock-defaults): Make sure links will also be
4695 highlighted inside headlines.
4696
4697 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
4698
4699 * term.el (term-emulate-terminal):
4700 Let term-handle-ansi-terminal-messages override what Bash says about
4701 its current directory.
4702
4703 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4704
4705 * bindings.el (last-buffer): Move to simple.el.
4706 * simple.el (last-buffer): Move here.
4707 (get-next-valid-buffer): New function.
4708 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4709 (prev-buffer): Ditto. Rename to `previous-buffer'.
4710
4711 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4712 * bindings.el (global-map): Ditto.
4713
4714 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
4715
4716 * cus-edit.el: Introductory comment change.
4717 (custom-magic-alist): Change message string for the `rogue' state.
4718
4719 2005-12-15 Richard M. Stallman <rms@gnu.org>
4720
4721 * tooltip.el: Delete defcustom variable :tag names.
4722
4723 * complete.el (partial-completion-mode): Doc fix.
4724
4725 * textmodes/flyspell.el (flyspell-external-point-words):
4726 Use save-excursion to ensure we don't move backward in the
4727 search loop, not even one character.
4728 (flyspell-delete-all-overlays): Use remove-overlays directly.
4729
4730 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4731 (ispell-start-process): Set that variable.
4732 Clear ispell-buffer-local-name.
4733 (ispell-internal-change-dictionary):
4734 Set ispell-current-dictionary after killing process.
4735 (ispell-buffer-local-dict):
4736 Don't set spell-personal-dictionary after killing process.
4737 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4738 (ispell-tex-skip-alists, ispell-html-skip-alists)
4739 (ispell-skip-region-alist): Mark as risky.
4740
4741 * net/newsticker.el (newsticker--retrieval-timer-list)
4742 (newsticker--display-timer, newsticker-running-p)
4743 (newsticker-ticker-running-p): Definitions moved up.
4744
4745 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
4746
4747 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4748
4749 2005-12-15 David Ponce <david@dponce.com>
4750
4751 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4752 (recentf-edit-list, recentf-open-files): Signal an error when
4753 there is no recent file.
4754
4755 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
4756
4757 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4758 read-only except for texinfo-format-region evaluation.
4759
4760 2005-12-14 Richard M. Stallman <rms@gnu.org>
4761
4762 * vc.el (vc-default-previous-version, vc-default-next-version)
4763 (vc-do-command): Doc fixes.
4764
4765 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4766
4767 * textmodes/bibtex.el (bibtex-expand-strings)
4768 (bibtex-autokey-expand-string, bibtex-name-part)
4769 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4770 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4771 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4772 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4773 (bibtex-entry-postfix, bibtex-known-entry-type-re)
4774 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4775 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4776 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4777 (bibtex-beginning-of-last-entry): Remove.
4778 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
4779 message if comma is missing but buffer is read-only.
4780 (bibtex-parse-field-text): Handle whitespaces at the end of field
4781 text. Return 3-element list with beginning and end of field text
4782 and end of field.
4783 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4784 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
4785 (bibtex-search-forward-field, bibtex-search-backward-field):
4786 Search always delimited by limits of entry. Use more efficient
4787 search algorithms.
4788 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4789 bibtex-end-of-name-in-field.
4790 (bibtex-text-in-field-bounds): Handle BibTeX strings when
4791 extracting the content of a field.
4792 (bibtex-text-in-field): Use search limits.
4793 (bibtex-parse-string-prefix): Handle empty string keys based on
4794 bibtex-string-empty-key.
4795 (bibtex-parse-string): Fix docstring.
4796 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4797 (bibtex-preamble-prefix, bibtex-strings): New functions.
4798 (bibtex-skip-to-valid-entry): Include preceding whitespace in
4799 BibTeX entries (consistent with other BibTeX functions).
4800 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4801 (bibtex-search-entry): Fix docstring. Simplify.
4802 (bibtex-flash-head, bibtex-complete-string-cleanup)
4803 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4804 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4805 (bibtex-parse-entry): New optional arg content.
4806 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4807 Use bibtex-text-in-field-bounds.
4808 (bibtex-print-help-message): Handle BibTeX strings and preambles.
4809 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4810 bibtex-parse-string-postfix.
4811 (bibtex-find-text-internal): New function.
4812 (bibtex-remove-delimiters): Use it.
4813 (bibtex-find-text): Use it. New optional arg help.
4814 (bibtex-complete): Handle BibTeX string and preamble entries.
4815 (bibtex-Preamble): Fix order of closing delimiters.
4816
4817 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4818
4819 * vc.el (vc-default-revert): New fun.
4820
4821 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4822
4823 2005-12-14 Romain Francoise <romain@orebokech.com>
4824
4825 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4826 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4827 (font-lock-remove-keywords): Likewise.
4828
4829 2005-12-14 Juri Linkov <juri@jurta.org>
4830
4831 * log-view.el (log-view-diff): Doc fix.
4832
4833 * isearch.el (isearch-query-replace): Use (mark) instead of
4834 isearch-opoint if mark is active in transient-mark-mode.
4835
4836 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4837
4838 * isearch.el (isearch-query-replace): Check for isearch-other-end.
4839
4840 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
4841
4842 * progmodes/cpp.el (cpp-face): New widget.
4843 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4844
4845 2005-12-14 Juri Linkov <juri@jurta.org>
4846
4847 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4848 around `erase-buffer' and `insert'.
4849
4850 * descr-text.el (describe-text-properties): Replace buffer name
4851 "*Help-2*" with "*Help*<2>".
4852 (describe-char): Add functions print-help-return-message,
4853 toggle-read-only. Use help-setup-xref with nil to not store
4854 describe-char in help-xref-stack. Use help-make-xrefs to
4855 make [back] button.
4856
4857 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4858
4859 * wdired.el (wdired-old-point): New internal variable.
4860 (wdired-change-to-wdired-mode): Set it buffer-locally.
4861 (wdired-abort-changes): Restore point after aborting changes.
4862
4863 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4864
4865 * vc.el (vc-do-command): Add a new value t for okstatus.
4866
4867 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
4868 frame in case of errors.
4869
4870 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4871
4872 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4873 so it comes after "On the Left" in the menu.
4874
4875 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
4876
4877 * cus-edit.el (customize-apropos, customize-apropos-options)
4878 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
4879
4880 2005-12-12 Bill Wohler <wohler@newt.com>
4881
4882 * vc-svn.el (vc-svn-registered): Fix problem of visiting
4883 non-writable Subversion-controlled files by saving window
4884 configuration before calling vc-do-command. vc-do-command calls
4885 pop-to-buffer on error which is unexpected during registration.
4886
4887 2005-12-12 Jay Belanger <belanger@truman.edu>
4888
4889 * calc/README: Update the summary of changes.
4890
4891 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4892
4893 * descr-text.el (describe-char): Rework last fix to solve the problem
4894 is the same way it's solved for everything else in that function
4895 (i.e. by extracting the info before setting up the *Help* buffer).
4896
4897 2005-12-12 Kim F. Storm <storm@cua.dk>
4898
4899 * subr.el (version-regexp-alist): Allow space as separator before
4900 non-numeric part, e.g. "1.0 alpha".
4901 (version-to-list): Interpret .X.Y version as 0.X.Y version.
4902
4903 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
4904
4905 * textmodes/org.el (org-agenda, org-timeline, org-todo):
4906 Implement Logging and the keep-modes setting.
4907 (org-get-category): Make sure a string is returned.
4908 (org-log-done): New function.
4909 (org-log-done, org-closed-string): New options.
4910
4911 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4912
4913 * tooltip.el (tooltip-y-offset): Change default to 20.
4914
4915 2005-12-12 Richard M. Stallman <rms@gnu.org>
4916
4917 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
4918
4919 * frame.el (display-hourglass): Doc fix.
4920
4921 * help.el (help-for-help-internal): Simplify entry for `a'.
4922
4923 * info.el (Info-on-current-buffer): Doc fix.
4924 (info-insert-file-contents): Don't test (featurep 'jka-compr).
4925
4926 * startup.el (inhibit-splash-screen): Make this the real name.
4927 (inhibit-startup-message): Make this the alias.
4928 (command-line): Find only simple.el, and use its directory
4929 to fill in other preloaded files' names.
4930 (command-line): Deactivate the mark if deactivate-mark is set.
4931
4932 * international/mule.el (load-with-code-conversion):
4933 Bind deactivate-mark.
4934
4935 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4936
4937 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
4938
4939 * cus-edit.el (customize-apropos): Avoid listing an option more
4940 than once under different aliases. No longer list user options
4941 that are not defined with defcustom (unless a prefix arg is given).
4942 Doc fix.
4943 (customize-apropos-options): Doc fix.
4944
4945 2005-12-11 Juri Linkov <juri@jurta.org>
4946
4947 * frame.el (set-background-color, set-foreground-color)
4948 (set-cursor-color, set-mouse-color, set-border-color):
4949 Add explicit prompts to read colors by `facemenu-read-color'.
4950 (show-trailing-whitespace, blink-cursor-delay)
4951 (blink-cursor-interval, display-hourglass, hourglass-delay):
4952 Remove tags.
4953 (display-hourglass, hourglass-delay): Doc fix.
4954 (cursor-in-non-selected-windows): Capitalize words in tag.
4955
4956 * faces.el (frame-background-mode): Replace `choice-item' keywords
4957 with `const' to not make [default] button. Change default value tag
4958 from `default' to `automatic'. Doc fix.
4959 (trailing-whitespace) <defface>: Change group `whitespace' to
4960 `whitespace-faces'.
4961
4962 2005-12-11 Richard M. Stallman <rms@gnu.org>
4963
4964 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
4965
4966 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4967
4968 * term/mac-win.el: Create keymap for mac-apple-event-map.
4969
4970 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
4971
4972 * tooltip.el (tooltip-mode): Move to start of file so that it
4973 appears at top of customize buffer.
4974
4975 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4976 Add the gud groupname.
4977 (gud-tooltip-mode): Add the tooltip groupname.
4978 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
4979 avoid conflict with tooltip-use-echo-area.
4980
4981 2005-12-10 Romain Francoise <romain@orebokech.com>
4982
4983 * help.el (help-for-help-internal): Add `r' in doc string.
4984
4985 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4986
4987 * align.el (align-regexp, align-highlight-rule):
4988 Use region-beginning and region-end instead of point and mark, so that
4989 repetition (with `repeat-complex-command') recomputes the region
4990 bounds.
4991
4992 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
4993
4994 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
4995 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
4996 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
4997 (balance-windows): Rewrite using the above new functions.
4998
4999 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5000
5001 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5002 react if global-hi-lock-mode seems intended.
5003 (global-hi-lock-mode) Renamed from hi-lock-mode.
5004 (hi-lock-archaic-interface-message-used)
5005 (hi-lock-archaic-interface-deduce): New variables.
5006 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5007 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5008 (hi-lock-find-patterns, hi-lock-font-lock-hook):
5009 Replace hi-lock-buffer-mode with hi-lock-mode.
5010
5011 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
5012
5013 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5014 completion list, even after a partial completion has been
5015 inserted in the current buffer. If there are more than 1
5016 completion, redisplay the *Completions* buffer; if the
5017 completion is unique, delete the *Completions* window.
5018
5019 2005-12-10 Eli Zaretskii <eliz@gnu.org>
5020
5021 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5022 strings and long subject lines that were broken into multiple
5023 lines at arbitrary places. Handle subjects that have "Re: " in
5024 the middle.
5025
5026 2005-12-10 John W. Eaton <jwe@octave.org>
5027
5028 * emacs/octave-mod.el (octave-electric-space): Don't indent
5029 comments or strings if octave-auto-indent is nil.
5030
5031 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5032
5033 * term/mac-win.el: Require url when compiling.
5034 Call mac-process-deferred-apple-events after loading init files.
5035 (mac-apple-event-map): New defvar. Define event handlers in it.
5036 (core-event, internet-event): New Apple event class symbols.
5037 (open-application, reopen-application, open-documents)
5038 (print-documents, open-contents, quit-application)
5039 (application-died, show-preferences, autosave-now, get-url):
5040 New Apple event ID symbols.
5041 (about): New HICommand ID symbol.
5042 (mac-event-spec, mac-event-ae): New macros.
5043 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5044 (mac-ae-selection-range, mac-ae-text-for-search)
5045 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5046 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5047 and Services menu events are now defined in mac-apple-event-map.
5048 (mac-drag-n-drop): Remove selection range handling.
5049
5050 2005-12-10 Kenichi Handa <handa@m17n.org>
5051
5052 * simple.el (zap-to-char):
5053 * isearch.el (isearch-process-search-char): Translate CHAR by
5054 translation-table-for-input.
5055
5056 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5057
5058 * foldout.el (foldout-exit-fold): Properly hide subtree.
5059
5060 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5061
5062 * files.el (save-buffer):
5063 * international/ucs-tables.el (ucs-set-table-for-input):
5064 * mail/mail-extr.el (mail-extract-address-components):
5065 * mail/sendmail.el (mail-mode): Reformat doc string.
5066
5067 2005-12-09 Juri Linkov <juri@jurta.org>
5068
5069 * isearch.el (isearch-highlight): Change main overlay priority
5070 from 1 to 1001. Simplify.
5071 (isearch-lazy-highlight-update): Change lazy overlay priority
5072 from 0 to 1000.
5073
5074 * replace.el (replace-highlight): Change overlay priority from
5075 1 to 1001.
5076
5077 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5078 Change overlay priority from 1 to 1001. Reuse existing overlay.
5079
5080 * compare-w.el (compare-windows-highlight): Change overlay
5081 priority from 1 to 1000.
5082
5083 * menu-bar.el (menu-bar-edit-menu): Add listp around
5084 pending-undo-list to disable menu item "undo" when pending
5085 undo list is empty.
5086
5087 * locate.el (locate): Disable undo in *Locate* buffer.
5088
5089 2005-12-09 Kim F. Storm <storm@cua.dk>
5090
5091 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5092
5093 2005-12-09 David Ponce <david@dponce.com>
5094
5095 * recentf.el: Improvement of the menu code.
5096 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5097 instead of menu hook.
5098 (recentf-show-menu, recentf-hide-menu): New functions.
5099 (recentf-menu-customization-changed, recentf-mode): Use them.
5100 (recentf-menu-action, recentf-max-menu-items)
5101 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5102 (recentf-arrange-by-rule-others)
5103 (recentf-arrange-by-rules-min-items)
5104 (recentf-arrange-by-rule-subfilter) : Don't use
5105 `recentf-menu-customization-changed'.
5106 (recentf-arrange-rules): Likewise. Accept functions to compute
5107 sub-menu titles.
5108 (recentf-menu-filter): Likewise. Doc fix.
5109 (recentf-menu-value-shortcut): Doc fix.
5110 (recentf-dump-variable): Quote atom value.
5111 (recentf-make-menu-items): Update to use it as a menu filter.
5112 (recentf-match-rule): New function.
5113 (recentf-arrange-by-rule): Use it.
5114 (recentf-indirect-mode-rule): New function.
5115 (recentf-build-mode-rules): Use it.
5116 (recentf-dir-rule): New function.
5117 (recentf-arrange-by-dir): Use it.
5118 (recentf-filter-changer-current): Rename from
5119 `recentf-filter-changer-state'. All references updated.
5120 (recentf-filter-changer-alist): Update filter names.
5121 (recentf-filter-changer-select): New function.
5122 (recentf-filter-changer): Use it. Make a sub-menu from filters
5123 available in `recentf-filter-changer-alist'.
5124 (recentf-data-cache, recentf-clear-data)
5125 (recentf-update-menu): Remove. All references updated.
5126 (recentf-match-rule-p, recentf-build-dir-rules)
5127 (recentf-filter-changer-goto-next)
5128 (recentf-filter-changer-get-current)
5129 (recentf-filter-changer-get-next): Remove.
5130
5131 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5132
5133 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5134 buffer "Reset" button to "Reset to Current" for consistency with
5135 the State buttons.
5136
5137 2005-12-08 John Paul Wallington <jpw@pobox.com>
5138
5139 * ibuf-ext.el (define-ibuffer-filter filename):
5140 If `dired-directory' is a list then really use its car.
5141
5142 2005-12-08 Kim F. Storm <storm@cua.dk>
5143
5144 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5145 Fix indention of text on right side of replaced rectangle.
5146
5147 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5148
5149 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5150 No need to check gud-comint-buffer is bound.
5151 (gdb): Prevent multiple debugging when first session uses gdba.
5152
5153 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5154
5155 CC Mode update to 5.31.
5156
5157 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5158 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5159 We might do this function properly in the future).
5160
5161 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5162 New macros c-sentence-end and c-default-value-sentence end, to cope
5163 with Emacs 22's new function `sentence-end'.
5164
5165 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5166
5167 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5168 compat issue using `c-put-overlay' and `c-delete-overlay'.
5169
5170 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5171 New compat macros to handle overlays/extents.
5172
5173 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5174
5175 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5176 (for GNU Emacs 20.4)
5177
5178 * progmodes/cc-defs.el:
5179 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5180
5181 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5182 highlighting mechanism so it will work in XEmacs too.
5183
5184 * progmodes/cc-defs.el: Insert c-int-to-char.
5185
5186 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5187 call to the new macro c-int-to-char. This solves XEmacs's
5188 regarding characters as different from integers.
5189
5190 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5191
5192 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5193 New internal helper.
5194
5195 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5196 construct to make the indirect face lookup work in XEmacs.
5197
5198 (c-cpp-matchers): Append the negation char face to the existing
5199 fontification, so that the cpp face doesn't disappear.
5200 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5201 and strings.
5202
5203 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5204 to map to `font-lock-negation-char-face' in emacsen where it exists.
5205
5206 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5207
5208 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5209
5210 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5211 Rename "c-subword-move-mode" as "c-subword-mode".
5212
5213 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5214 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5215
5216 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5217
5218 * progmodes/cc-mode.el: Added autoload directive for
5219 `c-subword-move-mode' for use in older emacsen.
5220
5221 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5222
5223 * progmodes/cc-mode.el:
5224 (i) Insert a binding for C-c C-backspace into
5225 c-bind-special-erase-keys which works in TTYs.
5226 (ii) Make sure that when file styles are used, any explicitly
5227 given style variables take priority over those in the style.
5228 Do this by calling `hack-local-variables' a second time.
5229
5230 * progmodes/cc-vars.el: Add language specific customization
5231 widgets for AWK to c-doc-comment-style, c-require-final-newline
5232 and c-default-style. Add a defcustom for awk-mode-hook.
5233 Give c-syntactic-element and c-syntactic-context doc-strings by
5234 directly setting their `variable-documentation' propery.
5235 This allows Emacs 22.1 to read these with C-h v.
5236
5237 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5238
5239 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5240
5241 * progmodes/cc-fonts.el, cc-vars.el
5242 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5243 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5244 Masatake YAMATO.
5245
5246 (c-doc-comment-style): Made GtkDoc default in C mode.
5247
5248 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5249 and C-c C-<delete>.
5250
5251 (c-bind-special-erase-keys): New function for use on
5252 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5253
5254 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5255 <delete> key behavior in XEmacs according to `delete-forward-p'.
5256 C.f. `c-electric-delete'.
5257
5258 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5259
5260 * progmodes/cc-mode.el: Give c-hungry-backspace and
5261 c-hungry-delete-forward permanent key bindings.
5262
5263 * progmodes/cc-cmds.el (c-electric-semi&comma):
5264 Bind c-syntactic-context for calls to "criteria functions", for
5265 consistency with other calls to user functions.
5266
5267 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5268 `current-prefix-arg', since this might be the prefix arg to a
5269 command which calls c-indent-command as a function. Change the
5270 interactive spec from "p" to "P".
5271
5272 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5273 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5274 was difficult to understand.
5275
5276 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5277
5278 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5279 first char of an identifier.
5280
5281 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5282 +" syntax in C++.
5283
5284 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5285
5286 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5287 auto-fill doesn't split a c-comment's last word from a hanging
5288 "*/" when a space is typed between them after fill-column.
5289
5290 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5291
5292 * progmodes/cc-styles.el (c-set-style)
5293 (c-setup-paragraph-variables): Abort the command if we're not in a
5294 CC Mode buffer.
5295
5296 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5297 with blank comment-prefix, and a blank line as the comment's
5298 second line.
5299
5300 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5301
5302 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5303 Incorporate the patterns added in the Emacs development branch
5304 for the new Emacs 22 face `font-lock-negation-char-face'.
5305
5306 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5307 of "red" since it stands out better in xterms and DOS terminals.
5308
5309 * progmodes/cc-engine.el (c-literal-faces):
5310 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5311
5312 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5313
5314 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5315 forcibly enable c-electric-flag.
5316
5317 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5318 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5319 after the comment-prefix of a C-style comment will close that comment.
5320
5321 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5322
5323 * progmodes/cc-fonts.el (c-basic-matchers-before)
5324 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5325 in Pike.
5326
5327 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5328 digraphs.
5329
5330 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5331 (c-cpp-message-directives, c-cpp-include-directives)
5332 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5333 (c-cpp-expr-directives): Introduce new language constants to
5334 control cpp syntax in a cleaner way.
5335
5336 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5337
5338 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5339
5340 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5341 (c-multiline-string-start-char): New language constants and
5342 variables to specify how newlines in string literals work.
5343
5344 (c-font-lock-invalid-string): Use them.
5345
5346 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5347 unbalanced close brace is entered. Optimization by avoiding going
5348 back over arbitrarily large blocks. Removed hints that this
5349 function only would be relevant/useful in AWK.
5350
5351 (c-electric-brace): Indent syntactically after the cleanups since
5352 lineup functions might do it differently then.
5353
5354 * progmodes/cc-engine.el, cc-langs.el
5355 (c-opt-op-identifier-prefix): New language constant and variable.
5356
5357 (c-just-after-func-arglist-p, c-after-special-operator-id)
5358 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5359
5360 * progmodes/cc-align.el, cc-engine.el
5361 (c-after-special-operator-id): New helper to handle C++ operator
5362 identifiers.
5363
5364 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5365 (c-guess-basic-syntax): Handle C++ operator identifiers in
5366 declarations.
5367
5368 * progmodes/cc-langs.el (c-assignment-operators): Add the
5369 trigraph version of ^= too.
5370
5371 * progmodes/cc-langs.el (c-assignment-operators): Add the
5372 trigraph version of |= in C++.
5373
5374 * progmodes/cc-fonts.el (c-font-lock-declarators):
5375 Handle `c-decl-hangon-kwds' after the identifier name.
5376
5377 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5378 whether an arglist is "nonempty", ignore a comment after the open
5379 paren if it isn't followed by a non-comment token on the same line.
5380
5381 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5382 Enable heuristics below the point to cope with classes inside special
5383 brace lists in Pike.
5384
5385 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5386
5387 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5388
5389 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5390
5391 * progmodes/cc-guess.el (cc-guess-install): New function to
5392 install an already guessed style in another buffer.
5393
5394 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5395 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5396 anyway if the change always is undone.
5397
5398 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5399
5400 Implement togglable electricity:
5401
5402 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5403 saying when it should be used.
5404
5405 * progmodes/cc-engine.el: Add the new buffer-local variable,
5406 c-electric-flag.
5407
5408 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5409 c-toggle-auto-newline.
5410
5411 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5412 c-toggle-auto-newline. Remove the binding for
5413 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5414 c-toggle-electric-state.
5415
5416 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5417
5418 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5419 c-\(forward\|backward\)-subword.
5420 (c-update-modeline): Add the new modeline flag `l' for
5421 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5422 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5423 Make the old name an alias of the new name.
5424 (c-toggle-electric-state): New function.
5425 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5426 Adapt these functions to do electric things only when
5427 c-electric-flag is non-nil.
5428 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5429 new functions from c-electric-brace.
5430 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5431 mode, so that the tentative extra newline doesn't change the
5432 syntax of the following brace.
5433 (c-electric-brace): Restructure by extracting the above functions.
5434 Tidy up the coding somewhat.
5435 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5436 restructure a bit.
5437
5438 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5439
5440 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5441 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5442
5443 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5444 (c-submode-indicators): Change name from `c-auto-hungry-string'
5445 since it's now used to track another submode.
5446
5447 (c-update-modeline): Convert to function and extended to check
5448 `c-subword-move-mode'.
5449
5450 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5451 Convert to compat aliases for `c-forward-subword' and
5452 `c-backward-subword'.
5453
5454 * progmodes/cc-subword.el: New functions and minor mode to handle
5455 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5456
5457 (c-forward-subword, c-backward-subword, c-mark-subword)
5458 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5459 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5460 Functions corresponding to the standard word handling functions.
5461
5462 (c-subword-move-mode): Minor mode that replaces all the standard
5463 word handling functions with their subword equivalences.
5464
5465 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5466
5467 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5468 entry for one-liner-defun.
5469
5470 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5471 name in its def-edebug-spec.
5472
5473 * progmodes/cc-cmds.el (c-electric-brace): Make the
5474 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5475 compacts space before a comment, if this will make things fit on
5476 one line.
5477
5478 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5479
5480 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5481
5482 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5483 clean-up one-liner-defun.
5484
5485 * progmodes/cc-styles.el: Add the new "awk" style.
5486
5487 * progmodes/cc-vars.el: Add description of one-liner-defun to
5488 c-cleanup-list's doc-string. New user options,
5489 c-max-one-liner-length. In c-default-style, set the default style
5490 for AWK to "awk".
5491
5492 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5493
5494 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5495 macros inside labels.
5496
5497 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5498 `c-at-statement-start-p' and `c-at-expression-start-p'.
5499
5500 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5501 error if the mark isn't set.
5502
5503 * progmodes/cc-engine.el (c-guess-continued-construct)
5504 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5505 accurately detect functions inside functions.
5506
5507 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5508 like `c-at-statement-start-p' that additionally recognizes commas
5509 and expression parentheses as delimiters.
5510
5511 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5512 to avoid heuristics that doesn't work for unclosed blocks.
5513 (c-at-statement-start-p): New function.
5514
5515 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5516 Objective-C directives, e.g. directives spanning lines should work
5517 reasonably well now.
5518
5519 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5520
5521 (c-forward-objc-directive): New function to move over any ObjC
5522 directive.
5523
5524 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5525 (c-basic-matchers-before): Use it.
5526
5527 (c-font-lock-objc-iip-decl): Remove.
5528
5529 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5530 in the template arglist recognition.
5531
5532 * progmodes/cc-styles.el (c-style-alist): Fix several
5533 inconsistencies in the Whitesmith style.
5534
5535 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5536 New lineup function to get lines after Whitesmith style blocks
5537 correctly indented.
5538
5539 (c-lineup-whitesmith-in-block): Back out the compensation for
5540 opening parens since it's done using `add' lists in the style
5541 definition instead. Don't use the anchor position since it varies
5542 too much between the syntactic symbols. :P
5543
5544 * progmodes/cc-vars.el (c-valid-offset): Update.
5545
5546 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5547 lists where the offsets are combined according to several
5548 different methods: `first', `min', `max', and `add'.
5549 Report offset evaluation errors with `c-benign-error' so that some kind
5550 of reindentation still is done.
5551
5552 * progmodes/cc-engine.el (c-guess-basic-syntax):
5553 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5554 `arglist-close'.
5555
5556 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5557 situations for `arglist-cont-nonempty' and `arglist-close'.
5558
5559 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5560
5561 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5562 cc-bytecomp-boundp' in a number of places.
5563
5564 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5565 macro related issue.
5566
5567 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5568
5569 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5570 list is now [asdf], a char class [:alpha:].
5571 Include code for char classes.
5572 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5573 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5574
5575 Remove (nearly all of) the cruft associated with AWK Mode's former
5576 concept of "virtual semicolons":
5577
5578 Adapt c-beginning-of-statement, c-end-of-statement (together with
5579 subfunctions) to use the new notion of "virtual semicolon" in
5580 place of the old awkward special handling for AWK. There remains
5581 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5582 * progmodes/cc-cmds.el:
5583 (c-ascertain-adjacent-literal): In the backwards direction, now
5584 recognises AWK regexp delimiters as string delimiters.
5585 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5586 check more rigorously for "end of macro".
5587 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5588 virtual semicolons;
5589 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5590 out the code for forward movement into ...
5591 (c-end-of-statement): Now contains the code for forward movement,
5592 adapted for virtual semicolons.
5593
5594 * progmodes/cc-engine.el:
5595 (c-ws*-string-limit-regexp): New regexp.
5596 (c-forward-single-comment, c-backward-single-comment): Comment out
5597 the (now redundant) "special" AWK stuff.
5598
5599 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5600 c-string-par-start, c-string-par-separate to be more like Text
5601 Mode than Fundamental Mode.
5602
5603 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5604
5605 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5606 to the fontified region so that fontification doesn't occur
5607 outside it (could happen e.g. when fontifying a line with an
5608 unfinished declaration).
5609
5610 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5611
5612 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5613 start of the file. ^L now separate sections of the file.
5614 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5615 (c-awk-one-line-possibly-open-string-re)
5616 (c-awk-regexp-one-line-possibly-open-char-class-re)
5617 (c-awk-one-line-possibly-open-regexp-re)
5618 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5619 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5620
5621 Amend the concept of "virtual semicolons" (in the indentation
5622 engine) for languages like AWK, such that they are now
5623 conceptually attached to end of the last token of a statement, not
5624 the end of the line. (In AWK Mode, however, the pertinent text
5625 property is still physically set on the EOL.) Remove the specific
5626 tests for awk-mode, thus facilitating the introduction of other
5627 language modes where EOLs can end statements.
5628 (Note: The funtionality in cc-cmds.el, specifically
5629 c-beginning/end-of-statement has yet to be amended.)
5630
5631 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5632 New macros.
5633
5634 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5635 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5636 c-vsemi-status-unknown-p-fn (in a new page).
5637
5638 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5639 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5640 numerous awkward forms like
5641 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5642 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5643 variable before-ws-ip, the place just after char-before-ip appears.
5644
5645 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5646 a comment.
5647
5648 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5649
5650 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5651 `c-tentative-buffer-changes'.
5652
5653 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5654 convert to macro to choose between Emacs and XEmacs at compile time.
5655
5656 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5657
5658 (c-tentative-buffer-changes): New macro to handle temporary buffer
5659 changes in a convenient way.
5660
5661 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5662 for `c-tentative-buffer-changes'.
5663
5664 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5665 the checks for paren sexps between the point and the keyword, to
5666 avoid some false alarms.
5667
5668 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5669 Fixed a situation where an error could be thrown for unbalanced
5670 parens. Changed to make use of c-keyword-member' to avoid some
5671 repeated regexp matches.
5672
5673 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5674 These language variable are no longer necessary.
5675
5676 (c-block-stmt-kwds): New language constant used by
5677 c-looking-at-inexpr-block'.
5678
5679 (c-guess-basic-syntax): Remove an optional check that looked at
5680 the existence of the now removed language variables.
5681
5682 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5683 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5684 object instantiation expressions as declarations in some contexts.
5685 This bug only affected languages where the declarator can't be
5686 enclosed in parentheses.
5687
5688 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5689 insert newlines before and after substatement braces.
5690
5691 * progmodes/cc-engine.el: Improved the heuristics for recognizing
5692 function declaration headers and the handling of C++ style member
5693 init lists.
5694
5695 (c-just-after-func-arglist-p): Rewritten to use
5696 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
5697
5698 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5699
5700 (c-guess-basic-syntax): Adapt case 5B for the new
5701 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
5702 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5703 covers all cases now).
5704
5705 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5706
5707 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5708
5709 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5710 c-string-par-start/separate c-sentence-end-with-esc-eol,
5711 initialised in c-setup-paragraph-variables, used in string
5712 scanning subroutines of c-beginning-of-statement.
5713
5714 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5715 which precedes the newly inserted `{'.
5716
5717 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5718
5719 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5720 function for declaration level blocks. It should now cope with
5721 templates better and also be a lot more comprehensible.
5722
5723 (c-looking-at-decl-block): The new function.
5724
5725 (c-search-uplist-for-classkey): The old one. It's now a wrapper
5726 for compatibility.
5727
5728 (c-add-class-syntax, c-guess-continued-construct)
5729 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5730
5731 (c-decl-block-key): Change to tell apart ambiguous and
5732 unambiguous keywords. Pike specials are now handled directly in
5733 the code instead.
5734
5735 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5736 New language constants and variables to make the backward skip in
5737 `c-looking-at-decl-block' as tight as possible.
5738
5739 (c-nonsymbol-token-char-list): New language constant.
5740
5741 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5742 find balanced template arglists backwards.
5743
5744 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5745 making char classes for `c-syntactic-skip-backward'.
5746
5747 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5748 16D - can't be a class-close at that point.
5749
5750 * progmodes/cc-engine.el (c-guess-basic-syntax)
5751 (c-add-class-syntax): Don't narrow out the enclosing declaration
5752 level. This makes everything a lot easier, and it was actually
5753 only four small places that needed it to work. Some places that
5754 previously did `widen' are removed now, which has the effect that
5755 `c-guess-basic-syntax' never will look at things outside the
5756 current narrowment now. The anchor position for `topmost-intro'
5757 is affected by this, but it was so bogus it was basically useless
5758 before, and now it's equally bogus but in a slightly different way.
5759
5760 (c-narrow-out-enclosing-class): Gone.
5761
5762 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5763 the narrowed region.
5764
5765 (c-least-enclosing-brace): Remove silly optional argument.
5766
5767 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5768 the point could be left directly after an open paren when finding
5769 the beginning of the first decl in the block.
5770
5771 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5772 Specify which submatch to use.
5773
5774 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5775
5776 (c-decl-start-re): No longer any need for special treatment of
5777 ObjC due to the above.
5778
5779 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5780 presumably follows C in that regard.
5781
5782 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5783 New language constants to specify operator tokens inside
5784 identifiers in a more high level way.
5785
5786 (c-opt-identifier-prefix-key): New internal language constant.
5787
5788 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5789 (c-identifier-start, c-identifier-key): Now completely calculated
5790 from other constants.
5791
5792 (c-identifier-last-sym-match): Decommission since it's no longer used.
5793
5794 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
5795
5796 * progmodes/cc-engine.el (c-forward-name): Remove the
5797 optimization when c-identifier-key is equal to c-symbol-key since
5798 it doesn't work in byte compiled files. Don't record empty
5799 regions as identifiers.
5800
5801 * progmodes/cc-langs.el (c-filter-ops): New helper function to
5802 simplify access to `c-operators' and its likes.
5803
5804 (c-operator-list, c-all-op-syntax-tokens)
5805 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5806 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5807 (c-primary-expr-regexp, c-cast-parens): Use it.
5808
5809 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5810 an explicit language in functions.
5811
5812 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5813 variant of adornment.
5814
5815 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5816 variable.
5817
5818 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5819 the Pike value.
5820
5821 * progmodes/cc-engine.el (c-on-identifier)
5822 (c-simple-skip-symbol-backward): Small fix for handling "-"
5823 correctly in `skip-chars-backward'. Affected the operator lfun
5824 syntax in Pike.
5825
5826 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5827 diagnostic message about precompiled language vars not being used.
5828
5829 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5830 "__attribute__" is followed by a parenthesis.
5831
5832 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5833 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5834 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5835
5836 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5837 Internal cleanups to properly detect the declared identifiers in
5838 various declarations.
5839
5840 (c-decl-start-kwds): New language constant to recognize
5841 declarations that can start anywhere. Used for class declarations
5842 in Pike.
5843
5844 (c-specifier-key, c-not-decl-init-keywords)
5845 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5846 (c-find-decl-spots): Implement `c-decl-start-kwds'.
5847
5848 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5849 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5850 handling of the compiler specific extension keywords into a new
5851 language constant `c-decl-hangon-kwds' that defines keyword
5852 clauses to be ignored in declarations.
5853
5854 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5855 past unrecognized tokens when handling `c-colon-type-list-kwds'.
5856 Necessary to stop at the declared identifier in e.g. IDL valuetype
5857 declarations.
5858
5859 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5860 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5861 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5862 (c-forward-decl-or-cast-1): Recognize the declared identifier in
5863 class and enum declarations as such and not as part of the type.
5864
5865 (c-forward-decl-or-cast-1, c-forward-label): Relax the
5866 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5867
5868 (c-forward-decl-or-cast-1): Don't disregard sure signs of
5869 declarations when there's some syntax error later on.
5870
5871 (c-complex-decl-matchers): Did away with a reference to
5872 `c-specifier-key'.
5873
5874 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
5875 value - this variable is always dynamically bound.
5876
5877 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
5878 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
5879 * cc-cmds.el, cc-defs.el: Change the policy for marking up
5880 functions that might do hidden buffer changes: All such internal
5881 functions are now marked instead of those that don't.
5882
5883 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
5884 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
5885 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
5886 (c-literal-type): Allow these functions to make hidden buffer changes,
5887 so that they are free to use text property caching later on.
5888
5889 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
5890 (c-electric-brace, c-electric-slash, c-electric-star)
5891 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
5892 (c-electric-paren, c-electric-continued-statement, c-indent-command)
5893 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
5894 (c-context-line-break): Add `c-save-buffer-state' calls to comply
5895 with the changed semantics of the functions above.
5896
5897 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
5898 when macros occur in obscure places. Optimized the sexp movement
5899 a bit.
5900
5901 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5902
5903 Enhancements for c-beginning-of-statement to work in AWK Mode:
5904
5905 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
5906 (completed statement) with `}' (statement completed by closing
5907 brace or semicolon) and `$' (statement completed by EOL).
5908
5909 (c-awk-virtual-semicolon-ends-prev-line-p)
5910 (c-awk-virtual-semicolon-ends-line-p)
5911 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
5912 (c-awk-at-statement-end-p): New functions.
5913
5914 * progmodes/cc-cmds.el: Simplify the structure of functions
5915 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
5916 two functions and c-beginning-of-statement to handle AWK Mode.
5917
5918 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
5919 c-backward-single-comment for AWK mode. Attempt to clarify their
5920 doc-strings.
5921
5922 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
5923
5924 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5925
5926 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
5927 label handling. Labels are now recognized in a uniform and more
5928 robust way, regardless of context. Text properties are put on all
5929 labels to recognize the following declarations better.
5930 Multiword labels are handled both in indentation and fontification for
5931 the benefit of language extensions like Qt. For consistency, keywords
5932 in labels are now fontified with the label face instead.
5933 That also applies to "case" and "default".
5934
5935 (c-beginning-of-statement-1): Fix some bugs in the label
5936 handling. Disregard `c-nonlabel-token-key' in labels that begin
5937 with `c-label-kwds'.
5938
5939 (c-find-decl-spots): Support that the callback adds more
5940 `c-decl-end' spots to find.
5941
5942 (c-forward-decl-or-cast-1): Don't treat a list of plain
5943 identifiers followed by a colon as a declaration.
5944
5945 (c-forward-label): New function to recognize labels.
5946
5947 (c-guess-basic-syntax): Replace uses of `c-label-key' with
5948 `c-forward-label'. Moved the label recognition cases (14 and 15)
5949 earlier since they aren't so context sensitive now. Handle labels
5950 on the top level gracefully. Moved access label recognition to
5951 the generic label case (CASE 15) - removed CASE 5E.
5952
5953 (c-font-lock-declarations): Add recognition of labels in the
5954 same round since we need to handle labels in parallell with other
5955 declarations to recognize both accurately. It should also improve
5956 speed.
5957
5958 (c-simple-decl-matchers, c-basic-matchers-after):
5959 Move `c-font-lock-labels' so that it only is used on decoration level 2
5960 since `c-font-lock-declarations' handles it otherwise.
5961
5962 (c-complex-decl-matchers): Remove the simplistic recognition of
5963 access labels.
5964
5965 (c-decl-prefix-re): Remove the kludges that was necessary to cope
5966 with labels earlier.
5967
5968 (c-decl-start-re): New language variable to make
5969 `c-font-lock-declarations' stop for the special protection labels
5970 in Objective-C that start with `@'.
5971
5972 (c-label-key): Remove since it's no longer used.
5973
5974 (c-recognize-colon-labels, c-label-prefix-re): New language
5975 constants to support recognition of generic colon-terminated labels.
5976
5977 (c-type-decl-end-used): `c-decl-end' is now used whenever there
5978 are colon terminated labels.
5979
5980 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5981 first argument starts with a special brace list.
5982
5983 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
5984 (c-font-lock-declarations): Break out the declaration and cast
5985 recognition from `c-font-lock-declarations' to a new function, so
5986 that it can be used in the indentation engine.
5987
5988 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
5989 up to the start of the literal. Fixed bug with the point on the
5990 wrong side of the search limit that could happen when the start
5991 position is inside a literal.
5992
5993 * progmodes/cc-engine.el (c-parse-state)
5994 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
5995 so that it's kept a little bit back to increase the hit rate.
5996
5997 (c-parse-state): Change the macro handling and fixed some
5998 glitches. Macro context is checked more often than necessary now,
5999 but otoh less garbage conses are generated.
6000
6001 * progmodes/cc-engine.el (c-parse-state)
6002 (c-invalidate-state-cache): Cache the last position where
6003 `c-state-cache' applies. This can speed up refontification quite
6004 a bit in blocks where there are many non-brace parens before the point.
6005
6006 (c-state-cache-end): New variable for this.
6007
6008 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6009 cache variable.
6010
6011 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6012 get close initial continue positions when the start position is
6013 inside a literal or macro. Do not call the callback for spots
6014 before the start position (which can happen e.g. for `c-decl-end'
6015 spots inside comments). Optimize better in special cases when the
6016 region is a single line inside a literal or macro (typically when
6017 the current line is refontified).
6018
6019 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6020 to `c-add-stmt-syntax' - there's no need to explicitly whack off
6021 entries from the paren state.
6022
6023 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6024 special case for "else if" clauses.
6025
6026 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6027 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6028
6029 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6030 New language variable to recognize the gcc extension with statement
6031 blocks inside expressions.
6032
6033 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6034 it somewhat more comprehensible. The argument AT-BLOCK-START is
6035 no longer used and hence removed.
6036
6037 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6038 to `c-add-stmt-syntax'.
6039
6040 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6041 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6042 This fixes bogus label recognition.
6043
6044 * progmodes/cc-engine.el (c-add-type, c-check-type)
6045 (c-forward-name, c-forward-type): Improve storage of template
6046 types in `c-found-types' so that they can be recognized better.
6047
6048 (c-syntactic-content): Add option to skip past nested parens.
6049
6050 * progmodes/cc-engine.el (c-forward-name):
6051 Set `c-last-identifier-range' all the time. It's less work that way.
6052 Handle that there might not be an identifier to store in
6053 `c-last-identifier-range'.
6054
6055 (c-forward-type): Handle that `c-last-identifier-range' might be
6056 nil from `c-forward-name'.
6057
6058 * progmodes/cc-defs.el (c-safe-scan-lists)
6059 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6060
6061 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6062 to work even if the form fails.
6063
6064 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6065 down in a large file in one go.
6066
6067 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6068
6069 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6070 function which is like `c-lineup-math' but returns nil instead of
6071 `c-basic-offset' when it doesn't match.
6072
6073 (c-lineup-math): Change to use `c-lineup-assignments'.
6074
6075 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6076
6077 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6078 c-beginning-of-statement. New subfunctions
6079 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6080
6081 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6082
6083 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6084 hardcoded char classes whereever possible. Changed a couple of
6085 places to use skip by syntax instead of skip by char class.
6086
6087 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6088 Fix a bug in the regexp that caused extreme backtracking.
6089
6090 * progmodes/cc-langs.el (c-block-comment-starter)
6091 (c-block-comment-ender): New language constants to specify in a
6092 single place how block comments look.
6093
6094 (c-comment-start-regexp, c-block-comment-start-regexp)
6095 (comment-start, comment-end, comment-start-skip)
6096 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6097 (c-syntactic-ws, c-nonempty-syntactic-ws)
6098 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6099 `c-line-comment-starter', `c-block-comment-starter' and
6100 `c-block-comment-ender'.
6101
6102 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6103 New language constants to break up things a bit.
6104
6105 (c-simple-ws): New language constant for simple whitespace.
6106
6107 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6108
6109 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6110 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6111 newlines. Allow and ignore nil elements in the list.
6112
6113 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6114
6115 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6116 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6117
6118 * progmodes/cc-cmds.el: Tidy up the comments in
6119 c-beginning-of-statement and subfunctions.
6120
6121 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6122 more flexible c-put-char-property and c-clear-char-properties.
6123 Add the author's email address.
6124
6125 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6126
6127 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6128 closing "*/" of a block comment.
6129
6130 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6131 subfunctions) so that it works at BOB and EOB.
6132
6133 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6134 c-beginning-of-statement, including new variable
6135 c-block-comment-start-regexp.
6136
6137 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6138
6139 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6140 symbols from `*-font-lock-extra-types' so that there's no need to
6141 use `regexp-opt' on those lists.
6142
6143 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6144 `c-type-modifier-kwds' is empty.
6145
6146 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6147 there are several strings on the same line.
6148
6149 * progmodes/cc-engine.el (c-literal-limits): Remove the
6150 compatibility function for older emacsen. `c-literal-limits-fast'
6151 has now taken the place of this function.
6152
6153 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6154 with older emacsen: We now require `pps-extended-state'.
6155
6156 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6157
6158 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6159 which obviates the need to hack sentence-end. This now handles
6160 escaped newlines in strings correctly. Correct minor bugs in
6161 c-move-over-sentence and in c-beginning-of-statement.
6162
6163 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6164 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6165 that movement over macros and code are rigorously separated from
6166 eachother. Correct a few incidental bugs.
6167
6168 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6169 Improve its doc-string. Improve the handling of certain specific cases.
6170
6171 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6172
6173 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6174 (c-guess-basic-syntax): Change the way class-level labels are
6175 recognized; they can now contain essentially any symbols.
6176
6177 (c-opt-extra-label-key): New language variable to cope with the
6178 special protection label syntax in Objective-C.
6179
6180 (c-opt-access-key): Remove; this is now handled better by
6181 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6182
6183 (c-complex-decl-matchers): Update to handle that
6184 `c-opt-access-key' no longer exists.
6185
6186 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6187 improved label recognition in `c-beginning-of-statement-1'.
6188
6189 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6190 Recognize bitfields better.
6191
6192 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6193 Remove some cruft and fixed a bug that could cause it to go to a
6194 position further down.
6195
6196 * progmodes/cc-langs.el, cc-engine.el
6197 (c-beginning-of-statement-1): Improve detection of labels in
6198 declaration contexts.
6199
6200 (c-beginning-of-decl-1): Use it.
6201
6202 (c-nonlabel-token-key): New language constant and variable needed
6203 by `c-beginning-of-statement-1'.
6204
6205 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6206 manifested itself due to the correction in `c-forward-sexp'.
6207
6208 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6209 Make these behave as documented when used at the buffer limits.
6210
6211 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6212 (c-type-decl-end-used): Made this a language variable.
6213
6214 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6215 correctly when `combine-after-change-calls' is used together with
6216 temporary narrowings.
6217
6218 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6219 Report labels correctly when the start point is immediately after the
6220 colon.
6221
6222 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6223 Remove since it isn't used anymore.
6224
6225 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6226 bracket arglists such as template parens in C++.
6227
6228 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6229 in the last check-in. Some optimization.
6230
6231 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6232 where it could stop at the same level in a preceding sexp when
6233 PAREN-LEVEL is set.
6234
6235 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6236 text property lookup only when it's needed.
6237
6238 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6239 Change the policy for paren marked angle brackets to be more
6240 persistent; once marked they remain marked even when they're found
6241 to be unbalanced in the searched region. This should keep the
6242 paren syntax around even when individual lines are refontified in
6243 multiline template arglists.
6244
6245 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6246 to control markup so that incorrect angle bracket arglists aren't
6247 marked in contexts where the correct value for
6248 `c-disallow-comma-in-<>-arglists' isn't known.
6249
6250 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6251 argument has become `c-parse-and-markup-<>-arglists'.
6252
6253 (c-remove-<>-arglist-properties): Remove - no longer used.
6254
6255 (c-after-change-check-<>-operators): New function used on
6256 `after-change-functions' to avoid that "<" and ">" characters that
6257 are part of longer operators have paren syntax.
6258
6259 (c-<>-multichar-token-regexp): New language variable used by
6260 `c-after-change-check-<>-operators'.
6261
6262 (c-after-change): Call `c-after-change-check-<>-operators'.
6263
6264 (c-font-lock-<>-arglists): Use the context properties set by
6265 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6266 correctly to avoid doing invalid markup.
6267
6268 (c-font-lock-declarations): Remove code that undoes the invalid
6269 markup done by `c-font-lock-<>-arglists'.
6270
6271 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6272 after `c-font-lock-declarations'.
6273
6274 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6275 Add paren-level feature.
6276
6277 (c-guess-basic-syntax): Improve the anchor position for
6278 `template-args-cont' in nested template arglists. There's still
6279 much to be desired in this area, though.
6280
6281 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6282
6283 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6284 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6285
6286 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6287
6288 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6289 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6290
6291 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6292 it doesn't work no longer are supported.
6293
6294 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6295 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6296 requires support for the syntax-table' text property, which rules
6297 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6298 cruft associated with those versions.
6299
6300 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6301 for the `syntax-table' text property, which rules out Emacs 19 and
6302 XEmacs < 21.4. Removed various compatibility cruft associated
6303 with those versions.
6304
6305 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6306 support for the `syntax-table' text property.
6307
6308 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6309 variable and use an extra quoted face name instead. All the
6310 emacsen flavors handle that correctly.
6311
6312 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6313 (c-font-lock-declarators, c-font-lock-declarations)
6314 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6315 property to mark the items in in declarator lists to handle
6316 refontification inside multiline declarations better.
6317
6318 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6319 construct like "a * b = c;" as a declaration.
6320
6321 2005-12-08 Kim F. Storm <storm@cua.dk>
6322
6323 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6324 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6325 select either meta, hyper, or super modifier for rectangle commands.
6326 (cua--rectangle-modifier-key): New defvar.
6327 (cua--M/H-key): Use it. Remove special case for `space'.
6328 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6329 on X, to meta otherwise. Always bind C-return to toggle
6330 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6331
6332 * emulation/cua-rect.el (cua-help-for-rectangle):
6333 Use cua--rectangle-modifier-key. Handle super modifier too.
6334 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6335 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6336
6337 * ido.el: Move Acknowledgements and History after Commentary.
6338 Minor changes to Commentary.
6339
6340 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6341 keymap if cua--prefix-override-timer is `shift'.
6342 (cua--shift-control-prefix): New function; emulate "type prefix
6343 key twice" functionality to handle shifted prefix key override.
6344 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6345 New commands.
6346 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6347
6348 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6349
6350 * textmodes/org.el (org-insert-heading): Try to do items before
6351 headings.
6352 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6353 (org-insert-item): New function.
6354 (org-renumber-ordered-list): Don't skip to higher level lists.
6355
6356 2005-12-08 Juri Linkov <juri@jurta.org>
6357
6358 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6359
6360 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6361
6362 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6363
6364 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6365 the constructed function name fun-1.
6366
6367 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6368 because such links don't lead to parent documentation.
6369
6370 2005-12-08 Kenichi Handa <handa@m17n.org>
6371
6372 * descr-text.el (describe-char): Use *Help-2* buffer if the
6373 current buffer is *Help*. Call describe-text-properties while
6374 setting the original buffer.
6375
6376 2005-12-07 Bill Wohler <wohler@newt.com>
6377
6378 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6379 and causes problems with non-MH users (such as Gnus users).
6380
6381 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6382
6383 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6384 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6385 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6386 command "info sources". Move calls to GDB command "list".
6387 (gdb-find-file-hook): Just use gdb-source-file-list.
6388 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6389 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6390 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6391 (gdb-data-list-register-values-handler): Use correct trigger name.
6392
6393 2005-12-07 Kim F. Storm <storm@cua.dk>
6394
6395 * ido.el (ido-completion-map): Rename from ido-mode-map.
6396 (ido-common-completion-map, ido-file-completion-map)
6397 (ido-file-dir-completion-map, ido-buffer-completion-map):
6398 Rename from ido-mode-....-map.
6399 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6400 (ido-setup-completion-map): Rename from ido-define-mode-map.
6401 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6402 to ido-completion-map.
6403
6404 2005-12-07 Kenichi Handa <handa@m17n.org>
6405
6406 * international/mule-cmds.el
6407 (set-display-table-and-terminal-coding-system): If the coding
6408 system specified in `unibyte-display' property is different from
6409 the arg coding-system, don't setup standard-display-table.
6410
6411 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6412
6413 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6414 that comments end at \n, regardless of selective-display.
6415
6416 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6417
6418 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6419 (gdb-version): New variables.
6420 (gdb-source-file-list, gdb-register-names)
6421 (gdb-changed-registers): New variables for use with GDB 6.4+.
6422 (gdb-ann3): Replace with...
6423 (gdb-init-1, gdb-init-2): ...two new functions.
6424 (gdba, gdb-prompt): Call gdb-init-1.
6425 (gdb-get-version): New function. Call gdb-init-2 from here.
6426 (gud-watch): Make it work with mouse events too.
6427 (gdb-post-prompt): Don't add to queue until GDB version is known.
6428 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6429 (gdb-locals-mode): Use gdb-version.
6430 (gdb-memory-format-map, gdb-memory-unit-map)
6431 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6432 (gdb-locals-font-lock-keywords-1)
6433 (gdb-locals-font-lock-keywords-2): New variables.
6434 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6435 (gdb-set-gud-minor-mode-existing-buffers-1)
6436 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6437 (gdb-var-update-1, gdb-var-update-handler-1)
6438 (gdb-data-list-register-values-handler)
6439 (gdb-data-list-register-values-custom)
6440 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6441 (gdb-stack-list-locals-handler, gdb-get-register-names):
6442 New functions for use with GDB 6.4+.
6443 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6444 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6445 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6446 (gdb-stack-list-locals-regexp)
6447 (gdb-data-list-register-names-regexp): New regexps for use with
6448 GDB 6.4+.
6449
6450 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6451
6452 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6453
6454 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6455
6456 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6457 prompts work for AUTH PLAIN. Also reported by Steve Allan
6458 <seallan@verizon.net>.
6459
6460 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6461
6462 * frame.el (set-frame-parameter): Add doc string.
6463
6464 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6465
6466 * textmodes/org.el (org-occur-highlights): New variable.
6467 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6468 (org-highlight-sparse-tree-matches): New option.
6469 (org-do-occur): New function.
6470 (org-get-heading): Make it work also at beginning of line.
6471 (org-category-table): New variable.
6472 (org-get-category-table, org-get-category)
6473 (org-camel-to-words, org-link-search): New functions.
6474 (org-select-this-todo-keyword): New variable.
6475 (org-todo-list): New command.
6476 (org-shiftright, org-shiftleft): New commands.
6477 (org-agenda-todo): Add prefix argument.
6478 (org-show-hierarchy-above): New option.
6479 (org-show-todo-tree): Numerical prefix creates tree for specific
6480 TODO keyword.
6481 (org-outline-level): New function, to assign a level to plain
6482 lists items.
6483 (org-cycle-include-plain-lists): New option.
6484 (org-mode): Use `org-outline-level' as value of `outline-level'.
6485 (org-cycle): Temporarily switch `outline-regexp' if
6486 `org-cycle-include-plain-lists' is non-nil.
6487 (org-start-icalendar-file): Fix format bug.
6488 (org-agenda-get-day-entries): Create category table.
6489 (org-agenda-get-todos, org-agenda-get-timestamps)
6490 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6491 (org-agenda-get-blocks): Use `org-get-category'.
6492 (org-context-in-file-links): Rename from
6493 `org-line-numbers-in-file-links'.
6494
6495 2005-12-06 Romain Francoise <romain@orebokech.com>
6496
6497 * window.el (balance-windows): Delete extraneous third arg in call
6498 to `enlarge-window'.
6499
6500 2005-12-06 Kenichi Handa <handa@m17n.org>
6501
6502 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6503
6504 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6505
6506 * progmodes/gdb-ui.el (gdb-var-create-handler)
6507 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6508 (gdb-var-list-children-handler, gdb-var-update-handler):
6509 Current buffer is already gdb-partial-output-buffer, don't
6510 make it current again.
6511
6512 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6513
6514 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6515 (list-buffers-noselect): Use it.
6516
6517 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6518
6519 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6520 (mail-yank-ignored-headers): Use regexp-opt.
6521 (mail-mode-map): Move initialization into declaration.
6522 (mail-sent-via): Remove unused shadowed var `to-line'.
6523 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6524 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6525 (mail-do-fcc): Use dolist and push.
6526 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6527 (mail-yank-ignored-headers): Don't autoload.
6528
6529 2005-12-05 Kenichi Handa <handa@m17n.org>
6530
6531 * international/mule-cmds.el (set-language-info-internal): New fun.
6532 (set-language-info): Call set-language-info-internal to update
6533 language-info-alist. If LANG-ENV is the current one, call
6534 set-language-environment to make INFO effective now.
6535 (set-language-info-alist): Likewise.
6536 (locale-language-names): With locale "en", use English
6537 lang. env. but set the default codings to iso-8859-1.
6538
6539 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6540
6541 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6542 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6543 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6544 for plain strings.
6545 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6546 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6547 Create registers buffer if necessary. Echo new state in minibuffer.
6548 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6549
6550 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6551
6552 * info.el (Info-fontify-node): Match external links using
6553 non-directory part of filename.
6554
6555 2005-12-04 Juri Linkov <juri@jurta.org>
6556
6557 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6558 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6559 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6560 because there is no customization option for it.
6561
6562 * font-lock.el (lisp-font-lock-keywords-1):
6563 Add define-global-minor-mode.
6564
6565 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6566
6567 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6568 properties on the constructed variable names.
6569
6570 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6571 Put `definition-name' properties on the constructed function names
6572 next-sym and prev-sym.
6573
6574 * emacs-lisp/find-func.el (find-function-regexp):
6575 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6576 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6577 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6578 and easy-menu-define.
6579
6580 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6581 easy-mmode-define-global-mode and define-global-minor-mode.
6582 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6583
6584 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6585 instead of easy-mmode-define-global-mode.
6586
6587 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6588 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6589
6590 * cus-edit.el (customize-group, customize-group-other-window):
6591 Filter out autoloaded options from the group completion list by
6592 using heuristics that autoloaded groups don't have `custom-autoload'
6593 property on their symbols (they have only `custom-loads').
6594
6595 * simple.el (completion-setup-function): Put completions-common-part
6596 face on complete completion string too (i.e. completion string
6597 without completions-first-difference face).
6598
6599 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6600
6601 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6602
6603 * view.el (view-mode): Doc fix.
6604
6605 * disp-table.el (standard-display-european): Add to the warning
6606 message a reference to the doc string.
6607
6608 * play/yow.el (apropos-zippy): Call print-help-return-message,
6609 similar to other Help and Apropos commands.
6610
6611 * help.el (print-help-return-message): If pop-up-frames is
6612 non-nil, set up help-return-method to delete the help window and,
6613 possibly, its frame as well, and don't display message about
6614 scrolling the help window. Doc fix.
6615 (help-return-method): Doc fix.
6616
6617 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
6618
6619 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6620 whereby names of length one or names starting with a
6621 symbol-constituent character would not be returned.
6622
6623 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6624
6625 * subr.el (atomic-change-group): Add edebug and indentation spec.
6626
6627 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6628
6629 * completion.el (save-completions-file-name): Fix typo in last change.
6630
6631 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6632
6633 * info.el: Move back/forward history to the beginning of the tool bar.
6634
6635 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6636
6637 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6638 Add fset of allout-real-isearch-abort during compile to fix
6639 byte-compilation warnings.
6640 (allout-mode-p): Move definition of this macro above all uses, or
6641 byte compilation in barren emacs (eg, during emacs build) will
6642 lack the definition.
6643 (allout-mode): Move this variable above any uses, or byte
6644 compilation will fail.
6645 (allout-resolve-xref): Remove use of personal file-reference function.
6646 (allout-toggle-current-subtree-encryption): Do the current (ie,
6647 visible containing) topic, rather than nearest around point. Doc fix.
6648 (allout-toggle-subtree-encryption): New function, workhorse that
6649 works on nearest topic containing point.
6650 (allout-encrypt-string): Signal requirement for newer version of pgg.
6651 (allout-resumptions): Doc fix.
6652
6653 2005-12-02 Eli Zaretskii <eliz@gnu.org>
6654
6655 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6656
6657 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
6658
6659 * textmodes/flyspell.el (flyspell-external-point-words):
6660 Consider a misspelling as found in the string search if: (a) misspelling
6661 and found string lengths match, or (b) misspelling is found as
6662 element in a boundary-chars separated longer string, or (c)
6663 ispell-program-name is really ispell and misspelling is found as
6664 part of a TeX string. After successful match move beginning of
6665 search region to end of match. Warn about not found misspellings
6666 once the process is done.
6667 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6668
6669 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
6670
6671 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6672 tool bar (removed inadvertently).
6673
6674 2005-12-02 Juri Linkov <juri@jurta.org>
6675
6676 * log-view.el (log-view-diff): Clarify doc string.
6677
6678 2005-12-01 Bill Wohler <wohler@newt.com>
6679
6680 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6681 triggers lm-verify errors.
6682
6683 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
6684
6685 * simple.el (transient-mark-mode, line-number-mode)
6686 (column-number-mode, size-indication-mode): Remove `:require nil'.
6687
6688 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6689
6690 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6691 in the margin also.
6692 (gdb-breakpoints-mode-map): Use D instead of d for
6693 gdb-delete-breakpoint.
6694 (gdb-get-frame-number): Require a number to match on.
6695 (gdb-threads-mode-map): Add follow-link binding.
6696
6697 2005-11-30 Jason Rumney <jasonr@gnu.org>
6698
6699 * isearch.el (isearch-mode-map): Avoid exiting search on
6700 language-change event.
6701
6702 2005-11-30 Romain Francoise <romain@orebokech.com>
6703
6704 * speedbar.el (speedbar-default-position): New defcustom.
6705 (speedbar-frame-reposition-smartly): Use it.
6706
6707 * dframe.el (dframe-reposition-frame-emacs): Fix position
6708 computation for `left' location.
6709 Update copyright year.
6710
6711 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6712
6713 * help.el (help-map): Move initialization into declaration.
6714
6715 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6716
6717 * help-fns.el (help-argument-name): Don't autoload.
6718 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6719 to be re-loaded when customizing the `help' group.
6720
6721 2005-11-30 John Paul Wallington <jpw@gnu.org>
6722
6723 * help-fns.el (describe-function-1): Fill arglist output.
6724
6725 2005-11-30 Kim F. Storm <storm@cua.dk>
6726
6727 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6728 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6729 after revert-buffer (or anything else which kills all local variables).
6730
6731 * apropos.el (apropos-parse-pattern): Doc fix.
6732 Set apropos-regexp directly, rather than expecting callers to do so.
6733 (apropos-command, apropos, apropos-value, apropos-documentation):
6734 Simplify calls to apropos-parse-pattern.
6735
6736 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6737
6738 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6739 (hi-lock-face-phrase-buffer): Use hi-yellow face.
6740 (hi-lock-write-interactive-patterns): Use comment-region.
6741
6742 * longlines.el (longlines-mode): Add mail-setup-hook.
6743
6744 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6745
6746 * simple.el (sendmail-user-agent-compose, next-line):
6747 Conditionally use hard-newline.
6748
6749 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6750
6751 * international/latexenc.el (latex-inputenc-coding-alist):
6752 Reword doc string.
6753
6754 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6755
6756 * help.el (describe-key-briefly, describe-key): Recognize default
6757 bindings.
6758
6759 2005-11-29 Romain Francoise <romain@orebokech.com>
6760
6761 * view.el (view-inhibit-help-message): New defcustom.
6762 (view-mode-enter): Use it.
6763
6764 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
6765
6766 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6767 Preserve user position.
6768
6769 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
6770
6771 * font-lock.el: Throw error if facemenu is not loaded to prevent
6772 accidental change of loading order in loadup.el. (Suggested by RMS.)
6773
6774 * loadup.el: Add comment explaining why facemenu must be loaded
6775 before font-lock.
6776
6777 2005-11-28 Jay Belanger <belanger@truman.edu>
6778
6779 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6780 (calc-dispatch-map): Add more keys for `calc-same-interface'.
6781
6782 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6783
6784 * calc/calc-embed.el (calc-do-embedded): Update help message.
6785
6786 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6787
6788 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6789
6790 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6791
6792 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6793 called-interactively-p.
6794 (elp-profilable-p): Rename from elp-not-profilable-p.
6795 Invert result and take into account macros and autoloaded functions.
6796 (elp-instrument-function): Update call.
6797 (elp-instrument-package): Update call. Add completion.
6798 (elp-pack-number): Use match-string.
6799 (elp-results-jump-to-definition-by-mouse): Merge into
6800 elp-results-jump-to-definition and then remove.
6801 (elp-output-insert-symname): Make help echo text single-line.
6802
6803 * replace.el (query-replace-map): Move initialization into declaration.
6804 (occur-engine): Use with-current-buffer.
6805 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6806 (occur-mode-mouse-goto): Replace with an alias.
6807
6808 2005-11-28 Juri Linkov <juri@jurta.org>
6809
6810 * simple.el (quoted-insert): Let-bind input-method-function to nil.
6811
6812 * term/w32-win.el: Bind [S-tab] to [backtab].
6813
6814 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6815 `Info-find-file' to t.
6816
6817 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6818 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6819 and same-window-regexps.
6820 (occur-next-error): Don't move point for arg 0.
6821
6822 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
6823
6824 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6825
6826 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6827
6828 * log-edit.el (log-edit-changelog-use-first): New var.
6829 (log-edit-changelog-ours-p): Use it.
6830 (log-edit-insert-changelog): Set it with new arg `use-first'.
6831 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6832 (log-edit-hook): Add them to the list of suggested options.
6833
6834 * textmodes/flyspell.el (flyspell-last-buffer): New var.
6835 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6836 redundant work.
6837 (flyspell-mode-on): Use add-hook for after-change-functions.
6838 (flyspell-mode-off): Use remove-hook for after-change-functions.
6839 (flyspell-changes): Make it buffer-local.
6840 (flyspell-after-change-function): Make it non-interactive. Use push.
6841 (flyspell-post-command-hook): Check input-pending-p while processing
6842 the potentially long list of buffer changes.
6843
6844 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6845
6846 * buff-menu.el (list-buffers-noselect): Display the selected
6847 frame's buffer list, not the global one.
6848
6849 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6850
6851 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6852 that (list last-input-event) works as in interactive spec.
6853
6854 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6855
6856 * loadup.el ("facemenu"): Load facemenu before font-lock, because
6857 `facemenu-keymap' needs to be defined when font-lock is loaded.
6858 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6859
6860 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6861
6862 * completion.el: Remove useless leading * in defcustom docstrings.
6863 (save-completions-file-name): Use ~/.emacs.d if available.
6864 (completion-standard-syntax-table): Rename from
6865 cmpl-standard-syntax-table and fold initialization into declaration,
6866 thus removing cmpl-make-standard-completion-syntax-table.
6867 (completion-lisp-syntax-table, completion-c-syntax-table)
6868 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
6869 (cmpl-saved-syntax, cmpl-saved-point): Remove.
6870 (symbol-under-point, symbol-before-point)
6871 (symbol-under-or-before-point, symbol-before-point-for-complete)
6872 (add-completions-from-c-buffer): Use with-syntax-table.
6873 (make-completion): Don't return a list of completion entries.
6874 Update callers.
6875 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
6876 (completion-initialize): Rename from initialize-completions.
6877 (completion-find-file-hook): Rename from cmpl-find-file-hook.
6878 (kill-emacs-save-completions): Collect stats here.
6879 (save-completions-to-file, load-completions-from-file):
6880 Use with-current-buffer.
6881 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
6882 into a function. Move all calls to toplevel.
6883 (completion-lisp-mode-hook): New fun.
6884 (completion-c-mode-hook, completion-setup-fortran-mode):
6885 Set the syntax-table here. Use local-set-key.
6886 (completion-saved-bindings): New var.
6887 (dynamic-completion-mode): Make it into a proper minor mode.
6888 (load-completions-from-file): Remove unused var `num-uses'.
6889
6890 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
6891 constructor if it is explicitly overridden.
6892
6893 * complete.el (PC-completion-as-file-name-predicate):
6894 Use minibuffer-completing-file-name.
6895 (partial-completion-mode): Use find-file-not-found-functions.
6896 (PC-lisp-complete-symbol): Use with-syntax-table.
6897 (PC-look-for-include-file): Remove dead setq.
6898 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
6899 (PC-complete): Use with-current-buffer.
6900
6901 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
6902 escape single quotes.
6903
6904 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6905
6906 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
6907 of `if' whose condition always returned nil. Doc fix.
6908
6909 * buff-menu.el (Buffer-menu-revert-function): Make the selected
6910 window's buffer the current buffer around the call to
6911 `list-buffers-noselect'. This is necessary to mark that buffer
6912 with a `.' in the Buffer Menu when called from Lisp, for instance
6913 by Auto Revert Mode.
6914
6915 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6916
6917 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
6918 attaching to it.
6919 (gdb-pre-prompt): Make sure gdb-error is reset.
6920
6921 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
6922 with a child process, detect it.
6923 (gud-speedbar-buttons): Match regexp more carefully.
6924
6925 2005-11-27 Richard M. Stallman <rms@gnu.org>
6926
6927 * mouse.el (mouse-drag-move-window-bottom):
6928 Use adjust-window-trailing-edge.
6929
6930 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6931
6932 * simple.el (blink-matching-open): Ignore
6933 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
6934 (blink-matching-paren-on-screen): Update docstring.
6935
6936 * paren.el (show-paren-mode): No longer change
6937 `blink-matching-paren-on-screen'.
6938
6939 2005-11-27 John Paul Wallington <jpw@pobox.com>
6940
6941 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6942 (gdb-threads-select, gdb-edit-register-value):
6943 Use `posn-set-point' instead of `mouse-set-point' because the
6944 latter is not fbound when configured without X.
6945
6946 2005-11-27 Kim F. Storm <storm@cua.dk>
6947
6948 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
6949 existing face when partially highlighting a TAB in a rectangle.
6950
6951 2005-11-26 Kim F. Storm <storm@cua.dk>
6952
6953 * ido.el (ido-mode-map): Doc fix.
6954 (ido-mode-common-map, ido-mode-file-map)
6955 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
6956 (ido-define-mode-map): Rewrite. Select one of the new maps as
6957 parent for ido-mode-map instead of building from scratch.
6958 (ido-init-mode-maps): New defun to initialize new maps.
6959 (ido-mode): Call it.
6960 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
6961 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
6962
6963 2005-11-26 John Paul Wallington <jpw@pobox.com>
6964
6965 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
6966 `mouse-set-point' because the latter is not fbound when configured
6967 without X.
6968
6969 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
6970
6971 * files.el (file-relative-name): Doc fix.
6972
6973 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
6974
6975 * progmodes/octave-inf.el (inferior-octave-startup): Force a
6976 non-empty string for secondary prompt PS2.
6977
6978 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
6979
6980 * progmodes/compile.el (compilation-setup): Fix last change.
6981
6982 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
6983
6984 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6985 (gdb-mouse-toggle-breakpoint-margin)
6986 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
6987 Add gdb-server-prefix to keep out of command history.
6988 (gdb-edit-register-value): New function.
6989 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
6990 (gdb-info-registers-custom): Use above map.
6991
6992 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
6993
6994 * custom.el (enable-theme): Signal error if argument is not a
6995 theme. Don't recalculate a face if it's not loaded yet.
6996
6997 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
6998 the `user' theme is in effect.
6999
7000 * info.el (Info-on-current-buffer): Record actual filename in
7001 Info-current-file, instead of t, or a fake filename if a non-file
7002 buffer. Make autoload.
7003 (Info-find-node, Info-revert-find-node): No need to check for
7004 Info-current-file nil.
7005 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7006 Info-current-file is now never `t'.
7007 (Info-fontify-node): Many simplifications due to Info-current-file
7008 always being valid. Use Info-find-file to find node filename.
7009
7010 2005-11-25 David Kastrup <dak@gnu.org>
7011
7012 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7013 new character, then delete" in order to preserve markers.
7014
7015 2005-11-25 David Ponce <david@dponce.com>
7016
7017 * recentf.el (recentf-arrange-by-rule): Handle a special
7018 `auto-mode-alist'-like "strip suffix" rule.
7019 (recentf-build-mode-rules): Handle second level auto-mode entries.
7020
7021 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7022
7023 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7024 window modes.
7025
7026 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7027 jde-javadoc-checker-report-mode.
7028
7029 * ediff-wind (ediff-make-wide-display): Slight simplification.
7030
7031 * ediff.el (ediff-date): Change the date of last update.
7032
7033 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7034
7035 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7036 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7037 (hi-lock-mode): New global minor mode.
7038 (turn-on-hi-lock-if-enabled): New function.
7039 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7040 Change arguments to regexp and face instead of a font-lock pattern.
7041 Directly set face property, instead of refontifying.
7042 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7043 (hi-lock-find-patterns): Use line-number-at-pos.
7044
7045 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7046 arguments for hi-lock-set-pattern.
7047 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7048 Call font-lock-fontify-buffer.
7049 (hi-lock-find-file-hook, hi-lock-current-line)
7050 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7051
7052 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7053 turned off.
7054
7055 * progmodes/compile.el (compilation-setup): Don't fiddle with
7056 font-lock-defaults.
7057
7058 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7059
7060 * progmodes/gdb-ui.el (gdb-var-create-handler)
7061 (gdb-var-list-children-handler): Find values for all variable
7062 objects. gud-speedbar-buttons decides whether to display them.
7063
7064 2005-11-24 Romain Francoise <romain@orebokech.com>
7065
7066 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7067 buffer name with a space.
7068
7069 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7070
7071 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7072 `org-export-local-list-max-depth'. Change default value to 3.
7073 (org-auto-renumber-ordered-lists)
7074 (org-plain-list-ordered-item-terminator): New options.
7075 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7076 (org-get-indentation, org-get-string-indentation)
7077 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7078 New functions.
7079 (org-move-item-down, org-move-item-up): New commands.
7080 (org-export-as-html): New classes for CSS support. Bug fix in
7081 regular expression detecting fixed-width regions. Respect
7082 `org-local-list-ordered-item-terminator'.
7083 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7084 also a list item.
7085 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7086 New item moving functions.
7087
7088 2005-11-24 Juri Linkov <juri@jurta.org>
7089
7090 * isearch.el (isearch-repeat): With empty search ring set
7091 `isearch-error' to the error string instead of signaling error
7092 with the function `error'.
7093
7094 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7095
7096 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7097
7098 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7099
7100 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7101 and variable.
7102 (gdb-var-create-handler, gdb-var-list-children-handler):
7103 Don't match on "char **...".
7104 (gdb-var-update-handler): Find values for all variable objects.
7105 (gdb-info-frames-custom): Identify frames by leading "#".
7106
7107 * progmodes/gud.el (gud-speedbar-menu-items): Add
7108 gdb-speedbar-auto-raise as radio button.
7109 (gud-speedbar-buttons): Raise speedbar if requested.
7110 Don't match on "char **...".
7111 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7112 Make it editable.
7113
7114 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7115
7116 * info.el (Info-fontify-node): Handle the case where
7117 Info-current-file is t.
7118
7119 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7120
7121 * simple.el (blink-matching-open): Fix off-by-one in last change.
7122
7123 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7124
7125 * term/mac-win.el: Don't change default directory.
7126
7127 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7128
7129 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7130 buffers correctly. (It used to throw an error in such buffers.)
7131 Make it ask for confirmation in group buffers and other Custom
7132 buffers containing more than one customization item.
7133
7134 2005-11-22 John Paul Wallington <jpw@gnu.org>
7135
7136 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7137 property on mail and url overlays.
7138 (goto-address-at-point): Use `posn-set-point' instead of
7139 `mouse-set-point' because the latter is not fbound when configured
7140 without X.
7141
7142 2005-11-22 Lars Hansen <larsh@soem.dk>
7143
7144 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7145 (ls-lisp-classify, ls-lisp-format): Delete call to
7146 ls-lisp-parse-symlink.
7147 (ls-lisp-handle-switches): Handle symlinks to directories as
7148 directories when ls-lisp-dirs-first in non-nil.
7149
7150 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7151
7152 * startup.el (command-line): Make sure that loaddefs.el is handled
7153 correctly in load-history.
7154
7155 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7156
7157 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7158 (gdb-struct-string, gdb-array-string): New constants.
7159 (gdb-info-locals-handler): Use them.
7160 (gdb-reset): Reset gdb-var-list to nil.
7161
7162 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7163
7164 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7165 in patterns.
7166
7167 2005-11-21 Juri Linkov <juri@jurta.org>
7168
7169 * custom.el (defcustom): Update link types in docstring.
7170
7171 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
7172
7173 * custom.el (defgroup): Add doc-string-elt info.
7174
7175 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7176
7177 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7178
7179 * newcomment.el (comment-enter-backward): Fix last fix.
7180
7181 * simple.el (blink-matching-open):
7182 * paren.el (show-paren-function): Allow new paren-class info.
7183
7184 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7185
7186 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7187 handled automagically.
7188
7189 2005-11-20 Andreas Schwab <schwab@suse.de>
7190
7191 * descr-text.el (describe-char): When copying overlays put them
7192 over the full char description instead of just the first character
7193 of it.
7194
7195 2005-11-20 Juri Linkov <juri@jurta.org>
7196
7197 * simple.el (what-cursor-position):
7198 * descr-text.el (describe-char): Use Lisp-readable syntax
7199 for octal and hex. Reorder decimal, octal and hex values.
7200 Remove excess whitespace in the output. Use `=' in `column='
7201 like in `point=' and `Hscroll='.
7202
7203 * international/mule-cmds.el (encoded-string-description):
7204 Use Lisp-readable syntax for hex.
7205
7206 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7207
7208 * newcomment.el (comment-enter-backward): Handle the case where the
7209 comment is closed by EOB.
7210
7211 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7212
7213 * longlines.el (longlines-before-revert-hook)
7214 (longlines-after-revert-hook): New functions.
7215 (longlines-mode): Turn off longlines temporarily when reverting.
7216 Add a message-setup-hook.
7217 (longlines-decode-buffer): New function.
7218 (longlines-wrap-line): Preserve marker positions.
7219
7220 2005-11-19 Andreas Schwab <schwab@suse.de>
7221
7222 * emacs-lisp/shadow.el: Handle compressed files.
7223
7224 2005-11-19 Romain Francoise <romain@orebokech.com>
7225
7226 * net/browse-url.el (browse-url-default-browser): Signal an error
7227 if no usable browser can be found, rather than try to load w3.
7228
7229 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7230
7231 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7232 replacing existing properties.
7233 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7234 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7235 tty specs.
7236 (rcirc-server-prefix, rcirc-server): New faces.
7237 (rcirc-url-regexp): Generate with rx macro.
7238 (rcirc-last-server-message-time): New variable.
7239 (rcirc-filter): Record time of last message.
7240 (rcirc-keepalive): Kill processes that did not send a message
7241 since the last ping.
7242 (rcirc-mode): Give rcirc-topic a local binding here.
7243
7244 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7245
7246 * subr.el (read-passwd): Fontify the prompt as we do with other
7247 prompts.
7248
7249 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7250
7251 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7252 binding buffer-read-only to nil.
7253
7254 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7255
7256 * complete.el (partial-completion-mode):
7257 Mention completion-auto-help in the doc string.
7258
7259 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7260 more Lisp-ish way.
7261
7262 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7263
7264 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7265 digits, not 8, to avoid misalignment for files larger than 100MB.
7266
7267 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7268
7269 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7270 Mention "keyboard shortcuts" in the help text.
7271
7272 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7273
7274 * startup.el (fancy-splash-default-action): Discard only
7275 mouse-down and succeeding mouse-up events in the splash screen
7276 window so that drag-n-drop event can be processed.
7277
7278 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7279
7280 * longlines.el (longlines-mode): Add hacks for mail-mode and
7281 message-mode.
7282
7283 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7284
7285 * textmodes/org.el (org-table-sort-lines): New command.
7286 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7287 (org-add-file): Command removed, use `org-agenda-file-to-front'
7288 instead.
7289 (org-export-icalendar): Use `org-icalendar-combined-name'.
7290 (org-cycle-agenda-files, org-agenda-file-to-end)
7291 (org-agenda-file-to-front): New commands.
7292 (org-table-tab-jumps-over-hlines, org-export-html-style):
7293 New options.
7294 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7295 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7296 New functions.
7297 (org-fill-paragraph): Call `org-table-align' in tables.
7298 (org-mode): Call `org-set-autofill-regexps'.
7299 (org-export-as-html): Support for local handformatted lists.
7300 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7301 (org-export-local-list-max-depth): New option.
7302 (org-html-expand): Use `org-html-protect'.
7303
7304 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7305
7306 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7307 to "p".
7308 (gdb): Move definition of gud-pp to...
7309
7310 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7311 speedbar.
7312 (gdb-find-watch-expression): New function.
7313
7314 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7315
7316 * faces.el (face-attribute, set-face-attribute): Mention existence
7317 of `:ignore-defface' setting in docstring.
7318
7319 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7320
7321 * simple.el (completion-setup-function): Fix last change.
7322
7323 2005-11-17 John Paul Wallington <jpw@pobox.com>
7324
7325 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7326 Use `posn-set-point' instead of `mouse-set-point' because the
7327 latter is not fbound when configured without X.
7328
7329 * comint.el (comint-insert-input): Likewise.
7330
7331 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7332
7333 * simple.el (hard-newline): New variable.
7334 (sendmail-user-agent-compose, next-line): Use it.
7335
7336 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7337 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7338 (mail-mail-reply-to, mail-mail-followup-to)
7339 (mail-position-on-field, mail-signature, mail-yank-original)
7340 (mail-attach-file): Likewise.
7341
7342 * mail/mailheader.el (mail-header-format)
7343 (mail-header-format-function): Likewise.
7344
7345 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7346
7347 2005-11-17 Juri Linkov <juri@jurta.org>
7348
7349 * font-lock.el (font-lock-faces): Rename this defgroup from
7350 `font-lock-highlighting-faces'.
7351 (font-lock-comment-face, font-lock-comment-delimiter-face)
7352 (font-lock-string-face, font-lock-doc-face)
7353 (font-lock-keyword-face, font-lock-builtin-face)
7354 (font-lock-function-name-face, font-lock-variable-name-face)
7355 (font-lock-type-face, font-lock-constant-face)
7356 (font-lock-warning-face, font-lock-negation-char-face)
7357 (font-lock-preprocessor-face)
7358 (font-lock-regexp-grouping-backslash)
7359 (font-lock-regexp-grouping-construct): Rename :group from
7360 `font-lock-highlighting-faces' to `font-lock-faces'.
7361
7362 * cus-edit.el (lisp, c, tex):
7363 * progmodes/ada-mode.el (ada):
7364 * progmodes/asm-mode.el (asm):
7365 * progmodes/cperl-mode.el (cperl-faces):
7366 * progmodes/cpp.el (cpp):
7367 * progmodes/dcl-mode.el (dcl):
7368 * progmodes/f90.el (f90):
7369 * progmodes/fortran.el (fortran):
7370 * progmodes/icon.el (icon):
7371 * progmodes/idlwave.el (idlwave-misc):
7372 * progmodes/m4-mode.el (m4):
7373 * progmodes/make-mode.el (makefile):
7374 * progmodes/meta-mode.el (meta-font):
7375 * progmodes/modula2.el (modula2):
7376 * progmodes/octave-mod.el (octave):
7377 * progmodes/pascal.el (pascal):
7378 * progmodes/perl-mode.el (perl):
7379 * progmodes/prolog.el (prolog):
7380 * progmodes/ps-mode.el (PostScript-edit):
7381 * progmodes/scheme.el (scheme):
7382 * progmodes/sh-script.el (sh-script):
7383 * progmodes/simula.el (simula):
7384 * progmodes/tcl.el (tcl):
7385 * textmodes/nroff-mode.el (nroff):
7386 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7387 * textmodes/sgml-mode.el (sgml):
7388 * textmodes/texinfo.el (texinfo):
7389 Add :link (custom-group-link font-lock-faces) to defgroup.
7390
7391 * hi-lock.el (hi-lock): Rename this defgroup from
7392 `hi-lock-interactive-text-highlighting'. Change parent group from
7393 `faces' to `font-lock'. Add link to the manual.
7394 (hi-lock-mode, hi-lock-file-patterns-range)
7395 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7396 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7397 (hi-lock-faces): Add :group `faces'.
7398
7399 * cus-edit.el (custom-variable-prompt): Clarify the code.
7400
7401 * faces.el (face-read-string): Set the default value arg of
7402 completing-read.
7403
7404 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7405
7406 * rfn-eshadow.el (file-name-shadow-properties)
7407 (file-name-shadow-tty-properties, file-name-shadow-mode):
7408 Remove autoloads, because the file is now preloaded.
7409
7410 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7411
7412 * printing.el (easy-menu-intern): Don't define.
7413 (pr-get-symbol): Use easy-menu-intern only if defined.
7414
7415 * simple.el (blink-matching-open): Simplify a bit.
7416 (completion-setup-function): Fix the case of partial-completion-mode
7417 when the minibuffer's contents start with "-".
7418 Obey completion-base-size-function even when
7419 minibuffer-completing-file-name is non-nil.
7420
7421 2005-11-16 Richard M. Stallman <rms@gnu.org>
7422
7423 * net/eudcb-ph.el (eudc-ph-open-session):
7424 Use set-process-query-on-exit-flag.
7425
7426 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7427
7428 * international/ucs-tables.el (ucs-set-table-for-input):
7429 Use make-local-variable, not make-variable-buffer-local.
7430
7431 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7432 Improve warning message text.
7433
7434 * savehist.el (savehist-save-hook): Add :group.
7435
7436 * menu-bar.el (menu-bar-help-menu):
7437 Rename Find Extra Packages to External Packages.
7438
7439 * cus-edit.el (Custom-reset-standard): Verify that
7440 :custom-standard-value prop exists before calling it.
7441
7442 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7443
7444 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
7445
7446 * wid-edit.el (color): Enclose %t in %{...%}.
7447
7448 * cus-edit.el (face): Enclose %t in %{...%}.
7449
7450 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7451
7452 * savehist.el (savehist-mode-hook): Re-add the var.
7453 (savehist-mode): Use it.
7454
7455 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7456
7457 * textmodes/flyspell.el: Fix commenting convention.
7458 Remove unnecessary leading * in custom docstrings.
7459 (flyspell-emacs): Remove unused var.
7460 (flyspell-delete-region-overlays): Use remove-overlays.
7461 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7462 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7463 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7464 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7465 (make-flyspell-overlay): Don't locally reuse a global name.
7466 (flyspell-highlight-incorrect-region)
7467 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7468 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7469 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7470 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7471 Wrap calls to accept-process-output inside with-local-quit since it's
7472 often called from a post-command-hook.
7473 (flyspell-correct-word, flyspell-auto-correct-word):
7474 Use ispell-send-string.
7475 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7476
7477 * calendar/diary-lib.el (diary-list-entries): Also hide the
7478 terminating newline.
7479
7480 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7481
7482 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7483 window-system, to allow fonts on tty.
7484
7485 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7486
7487 * progmodes/gud.el (gud-speedbar-item-info): New function.
7488 (gud-install-speedbar-variables): Use it to display data type
7489 of watch expression as a tooltip in speedbar.
7490
7491 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7492
7493 * font-core.el (global-font-lock-mode): Add :version keyword,
7494 because default was changed.
7495
7496 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7497
7498 * startup.el (command-line): Use `custom-reevaluate-setting' for
7499 `file-name-shadow-mode'.
7500
7501 * loadup.el: Preload rfn-eshadow.
7502
7503 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7504 Add :version keyword.
7505 (file-name-shadow-properties, file-name-shadow-tty-properties)
7506 (file-name-shadow): Add :version keyword.
7507
7508 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7509 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7510 in the custom-group property of the symbol frames and the fringe
7511 group got no link to its parent group frames.
7512 Doc fix.
7513
7514 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7515
7516 * progmodes/gud.el (gud-stop-subjob): New function.
7517 (gud-menu-map, gud-tool-bar-map): Use it.
7518
7519 2005-11-16 Kim F. Storm <storm@cua.dk>
7520
7521 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7522 than kill it.
7523 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7524 to a more useful/logical place.
7525
7526 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7527
7528 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7529 go buttons complementary.
7530
7531 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7532
7533 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7534 (rfn-eshadow-sifn-equal): New function.
7535 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7536
7537 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7538
7539 * viper-utils.el (viper-non-word-characters-reformed-vi):
7540 Quote `-' in string.
7541
7542 * viper.el (viper-emacs-state-mode-list): Ensure that
7543 rcirc-mode buffers come up in Emacs state.
7544
7545 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7546 operation.
7547
7548 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7549
7550 * term.el (term-termcap-format): Fix typos.
7551 (term-down): Fix the negative argument case.
7552
7553 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7554
7555 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7556 2005-08-15.
7557 (gdb-ann3): New command gud-go.
7558 (menu): Accomodate gdb-mi.el.
7559 (gdb-assembler-custom): Make buffer of selected window current
7560 so that set-window-point works.
7561
7562 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7563 buttons and include new ones.
7564
7565 2005-11-16 Kim F. Storm <storm@cua.dk>
7566
7567 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7568 (gud-menu-map): Use it.
7569
7570 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7571
7572 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7573 that works correctly for Custom and that does not override a user
7574 who disables it.
7575
7576 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7577 (help-xref-interned, help-follow): Make hyperlinks for variables
7578 that are unbound, but have a non-nil variable-documentation property.
7579
7580 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7581 mode hook. (It conflicted with defcustoms for some mode hooks.)
7582 Use the `variable-documentation' property to give the mode hook a
7583 docstring and expand that docstring.
7584
7585 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7586
7587 * savehist.el (savehist-mode): Don't bother with
7588 `custom-set-minor-mode'.
7589 (savehist-coding-system): Check XEmacs version.
7590 (history-length): Declare also at run time.
7591 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7592 Don't set the customize state.
7593 (savehist-minibuffer-hook): Special case for when
7594 minibuffer-history-variable is equal to t.
7595
7596 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7597
7598 * files.el (write-file): Refresh VC status.
7599
7600 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7601 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7602 than fundamental-mode to see if the mode was set.
7603
7604 2005-11-14 Romain Francoise <romain@orebokech.com>
7605
7606 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7607 dummy function in `eval-when-compile' to avoid compiler warning.
7608 Require `man' at compile time.
7609
7610 2005-11-14 Jay Belanger <belanger@truman.edu>
7611
7612 * calc-alg.el (calcFunc-write-out-power): Rename it to
7613 calcFunc-powerexpand.
7614 (math-write-out-power): Rename it to math-powerexpand; have it
7615 handle negative exponents.
7616 (calc-writeoutpower): Rename it to calc-powerexpand.
7617
7618 * calc-ext.el: Change calcFunc-writeoutpower and
7619 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7620 autoloads.
7621 Add calcFunc-ldiv to autoloads.
7622
7623 * calc-arith.el (calcFunc-ldiv): New function.
7624
7625 * calc.el (calc-left-divide): New function.
7626
7627 2005-11-14 Juri Linkov <juri@jurta.org>
7628
7629 * cus-edit.el (custom-variable-prompt): Set the default value arg
7630 of completing-read.
7631
7632 * cus-dep.el (custom-make-dependencies): Reverse the list of
7633 found dependencies.
7634
7635 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7636
7637 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7638 Highlighting" entry, it is on by default now.
7639 (menu-bar-options-save): Do not save global-font-lock-mode.
7640
7641 2005-11-13 Richard M. Stallman <rms@gnu.org>
7642
7643 * textmodes/flyspell.el (flyspell-large-region):
7644 Call flyspell-accept-buffer-local-defs.
7645
7646 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
7647
7648 * textmodes/flyspell.el (flyspell-notify-misspell):
7649 Fix misspelling of "Misspelling".
7650 (flyspell-process-localwords): New function.
7651 (flyspell-large-region): Call flyspell-process-localwords and
7652 flyspell-delete-region-overlays.
7653 (flyspell-delete-region-overlays): New function.
7654 (flyspell-delete-all-overlays): Call that.
7655
7656 2005-11-13 Richard M. Stallman <rms@gnu.org>
7657
7658 * help.el (help-for-help-internal): Improve doc of C-h a.
7659 (describe-key): Improve prompt; doc fix.
7660
7661 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7662
7663 * vc-svn.el (vc-svn-registered): Catch all errors.
7664
7665 * cus-dep.el (custom-make-dependencies): Typo.
7666
7667 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
7668
7669 * net/tramp-util.el (top): Fix compilation warning.
7670
7671 2005-11-13 Kim F. Storm <storm@cua.dk>
7672
7673 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
7674
7675 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7676
7677 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7678 (gud-speedbar-buttons): Match on "const char *" too.
7679
7680 * progmodes/gdb-ui.el (gdb-var-create-handler)
7681 (gdb-var-list-children-handler): Match on "const char *" too.
7682 (gdb-var-evaluate-expression-handler): Match on empty string.
7683 (gdb-var-update-handler): Only call
7684 gdb-var-evaluate-expression-handler when required.
7685
7686 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7687
7688 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7689 selected window. This still doesn't work for speedbar.
7690 (gud-speedbar-buttons): Handle string expressions properly.
7691
7692 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7693 (gdb-var-create-handler): Handle string expressions properly.
7694 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7695 Handle string expressions properly. Move "type" field into regexp.
7696
7697 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7698
7699 * bookmark.el (bookmark-maybe-message): New function to reduce
7700 code duplication: invokes `message' iff baud-rate is high enough.
7701 (bookmark-write-file): Use above instead of an inline conditional.
7702 (bookmark-load): Same.
7703
7704 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7705
7706 * bookmark.el (bookmark-write-file): Don't visit the destination
7707 file, just write the data to it using write-region. This is
7708 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7709 change to avoid visiting the file in the first place.
7710
7711 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
7712
7713 * hi-lock.el (hi-lock-mode): Set the default value of
7714 font-lock-defaults.
7715
7716 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
7717
7718 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7719 arg to `file-attributes'.
7720 (find-lisp-format): The UID and GID can now be strings.
7721
7722 2005-11-12 Kim F. Storm <storm@cua.dk>
7723
7724 * help.el (help-map): Bind C-h d to apropos-documentation.
7725
7726 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7727 when point is at end-of-buffer.
7728
7729 * apropos.el (apropos-match-face): Doc fix.
7730 (apropos-sort-by-scores): Add new choice `verbose'.
7731 (apropos-documentation-sort-by-scores): New defcustom.
7732 (apropos-pattern): Now contains the pattern entered by the user.
7733 (apropos-pattern-quoted): New defvar.
7734 (apropos-regexp): New defvar, containing the regexp corresponding
7735 to apropos-pattern.
7736 (apropos-all-words-regexp): Rename from apropos-all-regexp.
7737 (apropos-read-pattern): New defun. Use it to read pattern arg in
7738 interactive calls; returns list of words for a word list, and
7739 string for a regexp.
7740 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
7741 parses a list of words or regexp as returned by apropos-read-pattern.
7742 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7743 (apropos-score-doc): Return a very high score if the string
7744 entered by the user matches literally.
7745 (apropos-variable): Doc fix. Use apropos-read-pattern.
7746 (apropos-command): Doc fix. Use apropos-read-pattern and
7747 apropos-parse-pattern. Call apropos-print with nosubst=t.
7748 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
7749 apropos-parse-pattern.
7750 (apropos-documentation): Doc fix. Use apropos-read-pattern and
7751 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
7752 apropos-documentation-sort-by-scores. Call apropos-print with
7753 nosubst=t.
7754 (apropos-documentation-internal): Pass doc string through
7755 substitute-key-definition before adding text properties.
7756 Highlight substring matching literal user input if possible.
7757 (apropos-documentation-check-doc-file): Remove locals beg and end.
7758 Fix calculation of score (as added twice). Pass doc string through
7759 substitute-key-definition before adding text properties.
7760 (apropos-documentation-check-elc-file): Pass doc string through
7761 substitute-key-definition before adding text properties.
7762 Highlight substring matching literal user input if possible.
7763 (apropos-print): Add new arg NOSUBST; if set, command and variable
7764 doc strings have already been passed through substitute-key-definition.
7765 Add code to handle apropos-accumulator items without score element
7766 for backwards compatibility (e.g. with woman package).
7767 Only show scores if apropos-sort-by-scores is `verbose'.
7768
7769 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7770
7771 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7772 Add jka-compr-load-suffixes to load-suffixes.
7773
7774 * jka-compr.el: Require jka-cmpr-hook.
7775 (jka-compr-info-compress-message, jka-compr-info-compress-program)
7776 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7777 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7778 (jka-compr-info-can-append, jka-compr-info-strip-extension)
7779 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7780 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
7781 (jka-compr-uninstall): Remove entries from
7782 jka-compr-added-to-file-coding-system-alist after they are used.
7783 (jka-compr-error): Remove unused var `curbuf'.
7784 (jka-compr-file-local-copy): Remove unused var `notfound'.
7785
7786 2005-11-10 Romain Francoise <romain@orebokech.com>
7787
7788 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7789
7790 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
7791
7792 * progmodes/gud.el (gud-menu-map): Move parentheses.
7793 (gdb): New command gud-pv.
7794
7795 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7796
7797 * tar-mode.el: Remove spurious or unnecessary leading stars
7798 in docstrings.
7799 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7800 (tar-parse-octal-integer-safe): Use mapc.
7801 (tar-header-block-summarize): Remove unused var `ck'.
7802 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7803 cleared before. Obey default-enable-multibyte-characters.
7804 Use mapconcat. Simplify setting of tar-header-offset.
7805 (tar-mode-map): Move initialization inside delcaration.
7806 (tar-flag-deleted): Use `abs'.
7807 (tar-expunge-internal): Remove unused var `line'.
7808 (tar-expunge-internal): Don't hardcode point-min==1.
7809 (tar-expunge): Widen while doing set-buffer-multibyte.
7810 (tar-rename-entry): Use file-name-coding-system.
7811 (tar-alter-one-field): Don't hardcode point-min==1.
7812 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7813 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
7814
7815 2005-11-10 Masatake YAMATO <jet@gyve.org>
7816
7817 * add-log.el (add-log-current-defun): Handle class::method
7818 notation of c++. Fix incorrect comment.
7819
7820 2005-11-10 Alan Mackenzie <acm@muc.de>
7821
7822 * help-fns.el (describe-variable): Make C-h v work when a variable
7823 has variable documentation yet is unbound.
7824
7825 2005-11-10 Masatake YAMATO <jet@gyve.org>
7826
7827 * man.el (Man-highlight-references): Set an empty
7828 string to `Man-arguments' if it is nil.
7829 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7830
7831 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7832
7833 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7834 commenting conventions.
7835
7836 * cus-dep.el (custom-make-dependencies): Simplify.
7837 Better follow the commenting conventions.
7838
7839 2005-11-09 Richard M. Stallman <rms@gnu.org>
7840
7841 * apropos.el (apropos-pattern): Rename from apropos-regexp.
7842 (apropos-orig-pattern): Rename from apropos-orig-regexp.
7843 All uses changed.
7844 (apropos-rewrite-regexp): Doc fix.
7845 (apropos-variable, apropos-command, apropos, apropos-value):
7846 Change prompt; carry through the argument renaming.
7847
7848 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7849
7850 * find-lisp.el: Require dired.
7851 (find-lisp-find-dired-internal): Do not call
7852 `abbreviate-file-name' on DIR.
7853
7854 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
7855
7856 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7857
7858 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
7859
7860 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7861 when using the speedbar.
7862 (gdb): New command gud-pp.
7863 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7864
7865 2005-11-09 Juri Linkov <juri@jurta.org>
7866
7867 * replace.el (occur-excluded-properties): New defcustom.
7868 (occur-1, occur-engine, occur-accumulate-lines): Use it.
7869
7870 2005-11-08 Jay Belanger <belanger@truman.edu>
7871
7872 * calc/calc-units.el (math-convert-units): Replace any composite
7873 unit by its definition.
7874
7875 2005-11-08 Lars Hansen <larsh@soem.dk>
7876
7877 * emacs-lisp/autoload.el (update-directory-autoloads):
7878 Add obsolete function alias.
7879
7880 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7881
7882 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7883 comment-indent-function.
7884 (lisp-comment-indent): Replace by an alias for comment-indent-default.
7885
7886 * reveal.el (reveal-post-command): Rework the handling of
7887 reveal-open-spots, so as to be more reliable. There were several
7888 tricky corner cases where an open spot might be lost, or where
7889 a closed spot might end up on the list of open spots.
7890 Only reveal text that's ellipsised.
7891
7892 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
7893
7894 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
7895
7896 2005-11-07 John Paul Wallington <jpw@gnu.org>
7897
7898 * ibuffer.el (ibuffer): Search iconified frames too when
7899 getting Ibuffer buffer's window.
7900
7901 2005-11-06 Richard M. Stallman <rms@gnu.org>
7902
7903 * progmodes/compile.el (compilation-internal-error-properties):
7904 save-excursion around the computation of MARKER.
7905
7906 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
7907
7908 * textmodes/flyspell.el (flyspell-external-point-words):
7909 flyspell-get-word returns a list, not just a string.
7910
7911 2005-11-06 John Paul Wallington <jpw@pobox.com>
7912
7913 * ibuffer.el (ibuffer): Search all visible frames when getting
7914 Ibuffer buffer's window.
7915
7916 2005-11-07 Masatake YAMATO <jet@gyve.org>
7917
7918 * man.el (Man-reference-regexp): Accept spaces between
7919 `Man-name-regexp' and `Man-section-regexp'.
7920 (Man-apropos-regexp): New variable.
7921 (Man-abstract-xref-man-page): Use value for `Man-target-string'
7922 if available.
7923 (Man-highlight-references, Man-highlight-references0):
7924 Handle the case when `Man-arguments' includes "-k".
7925 (Man-highlight-references0): Rename the argument `TARGET-POS' to
7926 `TARGET'. `TARGET' can be a number, function or nil.
7927
7928 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
7929
7930 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
7931 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
7932 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
7933 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
7934 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
7935 (gdb-send-item): Use buffer-local-value and simplify.
7936
7937 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
7938
7939 * startup.el (command-line): Use `custom-reevaluate-setting' for
7940 `global-font-lock-mode'.
7941
7942 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
7943 by default, except in batch mode or when the -D option is given.
7944
7945 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
7946 specified keyword args on to `define-minor-mode'. Update docstring.
7947
7948 2005-11-05 Romain Francoise <romain@orebokech.com>
7949
7950 * replace.el (occur-engine): Add marker at end of line, too.
7951
7952 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7953
7954 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7955 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7956 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7957 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7958 argument to all these routines, so the passphrase can be managed
7959 externally and passed in to the system.
7960 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7961 pgg-add-passphrase-to-cache function.
7962
7963 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7964 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7965 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7966 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7967 argument to all these routines, so the passphrase can be managed
7968 externally and passed in to the system.
7969 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7970 function.
7971
7972 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
7973
7974 * font-lock.el: Don't deal with font-lock-face-attributes here,
7975 move the code ...
7976
7977 * startup.el (command-line): ... here. Use face-spec-set instead
7978 of custom-declare-face.
7979
7980 * faces.el (face-spec-set): Reset the face if spec is not nil.
7981
7982 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7983
7984 * newcomment.el (comment-region-internal): Box more tightly in the
7985 common case where there's no TAB in the boxed text.
7986
7987 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7988
7989 * info.el (info-tool-bar-map): Use images prev-node, next-node and
7990 up-node.
7991
7992 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
7993
7994 * newsticker.el: Commentary updated. Code formatting changed.
7995 (newsticker-version): Change to "1.9".
7996 (newsticker, newsticker-feed): Doc fix.
7997 (newsticker-url-list): Doc fix. Add option "Weekly".
7998 (newsticker-retrieval-interval): Add option "Weekly".
7999 (newsticker-headline-processing): Doc fix.
8000 (newsticker-auto-mark-filter): Remove.
8001 (newsticker-auto-mark-filter-list): New.
8002 (newsticker-layout, newsticker-sort-method): Doc fix.
8003 (newsticker-hide-old-items-in-newsticker-buffer)
8004 (newsticker-heading-format, newsticker-item-format)
8005 (newsticker-desc-format): Doc fix.
8006 (newsticker-show-all-rss-elements): Remove.
8007 (newsticker-show-all-news-elements): New.
8008 (newsticker-faces, newsticker-ticker): Doc fix.
8009 (remove-from-invisibility-spec): Code formatting.
8010 (newsticker--process-ids): New.
8011 (newsticker-mode): Doc fix.
8012 (newsticker-mode): Change mode-line-format.
8013 (newsticker-start): Remove debug output.
8014 (newsticker-start-ticker): Doc fix. Add autoload cookie.
8015 (newsticker-w3m-show-inline-images): Code formatting.
8016 (newsticker-next-item): Call `force-mode-line-update'.
8017 (newsticker-previous-item): Call `force-mode-line-update'.
8018 (newsticker-next-feed): Call `force-mode-line-update'.
8019 (newsticker-previous-feed): Call `force-mode-line-update'.
8020 (newsticker-mark-all-items-at-point-as-read): Code formatting.
8021 (newsticker-show-old-items): Do not show descs.
8022 (newsticker-hide-entry): Hide too much.
8023 (newsticker-hide-entry, newsticker-show-entry)
8024 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8025 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8026 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8027 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8028 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8029 (newsticker-get-news): Call `force-mode-line-update'.
8030 Collect process ids.
8031 (newsticker--sentinel): Change coding system handling.
8032 Move image retrieval to new functions newsticker--get-logo-url-*.
8033 Move feed parsing to new functions newsticker--parse-*.
8034 Update list of process ids.
8035 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8036 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8037 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8038 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8039 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8040 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8041 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8042 (newsticker--decode-coding-string): Remove.
8043 (newsticker--decode-numeric-entities): Check input. Format code.
8044 (newsticker--remove-whitespace): Check input.
8045 (newsticker--do-forget-preformatted): Doc fix.
8046 (newsticker--decode-rfc822-date): Allow for missing time.
8047 (newsticker--update-process-ids): New.
8048 (newsticker--image-sentinel): Change comment.
8049 (newsticker--image-read): Change error message.
8050 (newsticker--imenu-goto): Doc fix. Show headline title.
8051 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8052 (newsticker--buffer-do-insert-text): Clean whitespace in
8053 html-rendered headline title. Code formatting.
8054 Call `newsticker--buffer-print-extra-elements'.
8055 (newsticker--buffer-print-extra-element): Remove.
8056 (newsticker--buffer-print-extra-elements): New.
8057 (newsticker--buffer-do-print-extra-element): New.
8058 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8059 large sizes.
8060 (newsticker--run-auto-mark-filter)
8061 (newsticker--do-run-auto-mark-filter):
8062 Use `newsticker-auto-mark-filter-list'.
8063
8064 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8065
8066 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8067 (rcirc-print): Force redisplay before running hooks. Do long
8068 buffer truncation after making new text read-only. Deal with nil
8069 text when decoding strings. If TARGET is nil, use either the
8070 currently selected buffer, if it is an rcirc buffer and of the
8071 same process or the process buffer.
8072 (rcirc-mode): Remove header-line. Recompute short buffer names.
8073 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8074 (rcirc-short-buffer-name): Add variable.
8075 (rcirc-kill-buffer-hook): Recompute short buffer names.
8076 Remove nick from private channel.
8077 (rcirc-send-input): Send command text to current-buffer.
8078 Don't clear overlay arrow here.
8079 (rcirc-short-buffer-name): Return a short buffer name.
8080 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8081 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8082 buffer-name abbreviations.
8083 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8084 Do not touch nick-table when killing a parted channel.
8085 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8086 Clear arrow from current buffer if it is now hidden.
8087 (rcirc-current-buffer): Add variable.
8088 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8089 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8090 Remove -face from names.
8091 (rcirc-update-activity-string): Print "DND" when globally ignoring
8092 activity.
8093 (rcirc-ignore-buffer-activity-flag): Rename from
8094 rcirc-ignore-channel-activity.
8095 (rcirc-ignore-all-activity-flag): Doc fix.
8096 (rcirc-channels): Remove variable.
8097 (rcirc-kill-buffer-hook):
8098 (rcirc-get-buffer-create): Add nick to private channel.
8099 (rcirc-multiline-edit-submit): Remove tabs.
8100 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8101 folded.
8102 (rcirc-remove-nick-channel): Bug fix.
8103 (rcirc-toggle-ignore-buffer-activity): Rename from
8104 rcirc-toggle-ignore-channel-activity.
8105 (rcirc-record-activity): Add buffers to the front of the list.
8106 (rcirc-update-activity): Remove killed buffers from list.
8107 (rcirc-process-server-response-1): Remove last argument if it is
8108 null before calling handler.
8109 (rcirc): Add "rcirc" defcustom prefix.
8110 (rcirc-prompt): Simplify default prompt.
8111 Use custom-initialize-default.
8112 (rcirc-private-chats): Remove variable.
8113 (rcirc-prompt): Change initialization.
8114 (rcirc-version): Remove function.
8115 (rcirc-id-string): Add constant.
8116 (rcirc-last-buffer): Remove variable.
8117 (rcirc-buffer-alist): Add variable.
8118 (rcirc-connect): Update variable setup.
8119 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8120 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8121 default.
8122 (rcirc-handler-generic): Trigger activity.
8123 (rcirc-send-message): Create the buffor of the target.
8124 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8125 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8126 (rcirc-multiline-edit-cancel): Remove function.
8127 (rcirc-set-last-buffer): Remove function.
8128 (rcirc-get-any-buffer): Add function.
8129 (rcirc-join-channels): Don't print /join text.
8130 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8131 messages.
8132 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8133 (rcirc-handler-NOTICE): Recognize CTCP responses.
8134 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8135 constructing TOPIC string for buffers we are not JOINed.
8136 (rcirc-handler-CTCP-response): Add handler.
8137 (rcirc-multiline-edit-submit): Restore the window-configuration
8138 before adjusting point.
8139 (rcirc): Add customization group.
8140 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8141 (rcirc-user-full-name, rcirc-startup-channels-alist)
8142 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8143 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8144 (rcirc-input-ring-size, rcirc-read-only-flag)
8145 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8146 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8147 Change defvar to defcustom.
8148 (rcirc-update-prompt): Add optional ALL arg, which will update
8149 prompts in all rcirc buffers. Regexp quote replacement text.
8150 (rcirc-fill-column): Accept frame-width as a value.
8151 (rcirc-set-changed): Add function.
8152 (rcirc-next-active-buffer): Write more meaningful messages.
8153 (rcirc-faces): Add customization group.
8154 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8155 (rcirc-nick-in-message-face, rcirc-prompt-face)
8156 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8157 (with-rcirc-process-buffer): Move before first usage.
8158 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8159 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8160 (rcirc-debug): Rename from `rcirc-log'.
8161 (rcirc-format-response-string): Do not print `-' chars for a
8162 NOTICE with no sender. Simplify output of server responses.
8163
8164 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8165
8166 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8167 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8168 Make urls mouse and RET clickable.
8169
8170 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8171
8172 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8173
8174 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8175
8176 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8177 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8178 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8179 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8180 argument to all these routines, so the passphrase can be managed
8181 externally and passed in to the system.
8182 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8183 pgg-add-passphrase-to-cache function.
8184
8185 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8186 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8187 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8188 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8189 argument to all these routines, so the passphrase can be managed
8190 externally and passed in to the system.
8191 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8192 function.
8193
8194 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8195
8196 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8197 from goto-address-url-regexp.
8198
8199 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8200
8201 * textmodes/org.el (org-read-date, org-goto-calendar)
8202 (org-recenter-calendar, org-agenda-goto-calendar):
8203 Temporarily clear `calendar-move-hook'.
8204
8205 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8206
8207 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8208 merging.
8209
8210 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8211 have merge clashes.
8212
8213 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8214
8215 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8216 Undo previous change.
8217
8218 * startup.el (command-line): Use `custom-reevaluate-setting' for
8219 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8220 tty-register-default-colors on Mac.
8221
8222 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8223
8224 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8225 (gdb-buffer-type): Make it automatically buffer local...
8226 (gdb-get-create-buffer): ...and set it accordingly.
8227 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8228 actually work.
8229
8230 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8231
8232 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8233 not red.
8234
8235 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8236
8237 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8238 case GUD buffer is not visible.
8239 (gdb-goto-breakpoint): Try to force display in source buffer.
8240 (gdb-frame-gdb-buffer): Copy other similar functions.
8241 (gdb-restore-windows): Don't display source if not asked for.
8242 (gdb-assembler-buffer-name): Don't capitalise.
8243
8244 2005-11-03 Richard M. Stallman <rms@gnu.org>
8245
8246 * wid-edit.el (key-sequence): New widget type.
8247
8248 * simple.el (set-mark-command-repeat-pop): New variable.
8249 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8250 if set-mark-command-repeat-pop is true.
8251
8252 * info.el (Info-fontify-node): Don't display extra "see" if there
8253 already is one here.
8254
8255 * mouse.el: Fix special handling of DEL after dragging a region:
8256 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8257 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8258
8259 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8260
8261 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8262 not to assume it pertains to an affix.
8263
8264 * textmodes/flyspell.el (flyspell-post-command-hook):
8265 Bind deactivate-mark to prevent deactivation.
8266
8267 2005-11-03 Lars Hansen <larsh@soem.dk>
8268
8269 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8270 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8271 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8272
8273 2005-11-03 Romain Francoise <romain@orebokech.com>
8274
8275 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8276 Update copyright years.
8277
8278 2005-11-03 Sam Steingold <sds@gnu.org>
8279
8280 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8281 Use system-type instead of window-system because window-system is not
8282 correctly defined during loadup.
8283
8284 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8285
8286 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8287 (xml-parse-tag): Join strings separated by a comment properly.
8288
8289 2005-11-02 Andreas Schwab <schwab@suse.de>
8290
8291 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8292
8293 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8294
8295 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8296 (byte-optimize-pure-func): Quote the eval'd value.
8297
8298 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8299 Rename from perl-font-lock-syntactic-face-function.
8300 Change the calling convention so it can be used as a font-lock MATCHER.
8301 Do the parse-partial-sexp loop outselves.
8302 (perl-font-lock-syntactic-keywords): Use it.
8303 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8304
8305 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8306
8307 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8308 disassembly buffer too.
8309 (gdb-exited): Remove overlay arrows when execution has finished.
8310 (gdb-info-frames-custom, gdb-info-threads-custom)
8311 (gdb-info-registers-custom): Don't add inappropriate text
8312 properties if inferior is not active.
8313
8314 2005-11-02 Glenn Morris <rgm@gnu.org>
8315
8316 * progmodes/fortran.el (fortran-blink-match):
8317 Use `blink-matching-delay'.
8318
8319 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8320
8321 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8322
8323 2005-11-02 Lars Hansen <larsh@soem.dk>
8324
8325 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8326 "Permission denied".
8327
8328 2005-11-01 Richard M. Stallman <rms@gnu.org>
8329
8330 * textmodes/flyspell.el (flyspell-external-point-words):
8331 Pass nil to flyspell-get-word.
8332
8333 2005-11-02 Kim F. Storm <storm@cua.dk>
8334
8335 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8336 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8337
8338 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8339
8340 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8341 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8342 (calendar-mouse-print-dates): Add optional `event' argument.
8343 Update interactive-spec.
8344 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8345 Use `calendar-event-to-date' instead of `event'.
8346
8347 2005-11-02 Masatake YAMATO <jet@gyve.org>
8348
8349 * progmodes/ld-script.el (ld-script-builtins):
8350 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8351 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8352 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8353
8354 2005-11-01 Romain Francoise <romain@orebokech.com>
8355
8356 * vc-sccs.el: Update copyright year.
8357 * ezimage.el: Likewise.
8358
8359 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8360
8361 * info.el (Info-fontify-node): Use `string-width' for fontifying
8362 underlined titles.
8363
8364 2005-11-01 Juri Linkov <juri@jurta.org>
8365
8366 * info.el (Info-fontify-node): Downcase node header keywords Node,
8367 Prev, Next, Up before comparison.
8368 (Info-history): Insert absolute directory name, and put invisible
8369 property on it.
8370
8371 2005-11-01 Juri Linkov <juri@jurta.org>
8372
8373 * info.el (Info-file-supports-index-cookies): New variable.
8374 (Info-find-node-2): Check makeinfo version for index cookie support.
8375 (Info-index-nodes): Search for nodes with index cookies only when
8376 Info-file-supports-index-cookies is t. Otherwise, search nodes
8377 with "Index" in the node name.
8378 (Info-index-node): Search index cookie in the current node only when
8379 Info-file-supports-index-cookies is t. Otherwise, check the word
8380 "Index" in the node name.
8381 (Info-find-emacs-command-nodes): Remove code that searches nodes
8382 with "Index" node name in the top menu.
8383
8384 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8385
8386 * progmodes/scheme.el (scheme-mode-variables): Use the default
8387 comment-indent-function.
8388
8389 * faces.el (face-attribute): Handle the case where a face inherits from
8390 a non-existent face.
8391
8392 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8393 for octal and hexa output, and merge the char into the paren.
8394 (kill-new): Use push.
8395 (copy-to-buffer): Use with-current-buffer.
8396 (completion-setup-function): Move code in loop to remove redundancy.
8397 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8398 those inherited from minibuffer-local-completion-map.
8399
8400 * savehist.el (savehist-mode) <defcustom>:
8401 Use custom-set-minor-mode if available.
8402 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8403 and emit a message if applicable.
8404
8405 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8406
8407 * savehist.el: Sync up to version 19.
8408 (savehist-mode): New minor mode.
8409 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8410 (savehist-length): Remove (use history-length instead).
8411 (savehist-file-modes): Rename from savehist-modes.
8412 (savehist-save-hook, savehist-loaded): New vars.
8413 (savehist-load): Use savehist-mode. Try to smooth up transition from
8414 old format to new format.
8415 (savehist-install): Allow savehist-autosave-interval to be nil.
8416 (savehist-save): Run the new hook. Be more careful to only trim the
8417 history variables.
8418 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8419 (savehist-printable): Print into a buffer rather than char-by-char.
8420
8421 2005-11-01 John Wiegley <johnw@newartisans.com>
8422
8423 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8424 toggle-ignore keybinding (C-a). The author said it had been
8425 disabled much earlier due to a possible incompatibility, but after
8426 many months of usage I have encountered no problems (and it is a
8427 rather useful option, especially for switching to " *temp*").
8428
8429 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8430 support for OS/X's AddressBook, by calling out to the open source
8431 program "contacts" (installable through Fink).
8432
8433 * net/eudc.el (eudc-expand-inline): If the
8434 `eudc-multiple-match-handling-method' is set to `all', delete the
8435 query string before inserting the query result.
8436
8437 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8438 flag, to prevent Eshell from using the system ls when
8439 `eshell-ls-insert-directory' is in used.
8440 (eshell-ls-insert-directory): Disable font-lock in directory
8441 buffer so that Eshell's own fontification is seen. This broke
8442 recently due to changes in font-lock, so this goes back to version
8443 21 behavior.
8444
8445 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8446
8447 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8448 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8449 (gdb-many-windows): Doc fix.
8450
8451 2005-10-31 Romain Francoise <romain@orebokech.com>
8452
8453 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8454
8455 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8456
8457 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8458 that global-font-lock-mode can be enabled by default.
8459
8460 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8461 (font-lock-add-keywords, font-lock-remove-keywords)
8462 (font-lock-fontify-buffer): Remove autoload cookies.
8463
8464 * jit-lock.el (jit-lock-register): Likewise.
8465
8466 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8467
8468 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8469
8470 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8471 intact if there is no gud-comint-buffer.
8472
8473 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8474
8475 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8476 old prompt comint-prompt-read-only is t and GDB commands are
8477 issued from tool bar etc.
8478
8479 2005-10-31 Masatake YAMATO <jet@gyve.org>
8480
8481 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8482
8483 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8484
8485 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8486 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8487
8488 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8489
8490 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8491 starting at beginning of line. Fontification is messed up when
8492 `open-paren-in-column-0-is-defun-start' set to t.
8493 Reported by John Paul Wallington <jpw@pobox.com>.
8494
8495 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8496
8497 * comint.el (comint-send-input): Call `comint-update-fence' when
8498 `comint-process-echoes' and `comint-prompt-read-only' are both
8499 non-nil, to avoid leftover read-only newline.
8500
8501 2005-10-30 Richard M. Stallman <rms@gnu.org>
8502
8503 * textmodes/flyspell.el (flyspell-external-point-words):
8504 Detect when WORD can't be checked properly because
8505 flyspell-get-word finds just part of it, and move on.
8506
8507 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8508 boundarychar for Polish.
8509 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8510 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8511
8512 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8513
8514 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8515 (gdb-registers-font-lock-keywords): Delete.
8516 (gdb-registers-mode): Don't fontify.
8517 (gdb-info-registers-custom): Use text properties instead as, in
8518 future, changed register values will use font-lock-warning-face.
8519 (gdb-local-font-lock-keywords): Rename to...
8520 (gdb-locals-font-lock-keywords): ...for consistency.
8521
8522 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8523
8524 * vc.el (vc-switch-backend): Better error message if the buffer is
8525 not visiting a file under version control.
8526
8527 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8528
8529 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8530
8531 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8532 ~/.emacs.d/.emacs.
8533
8534 2005-10-29 Richard M. Stallman <rms@gnu.org>
8535
8536 * replace.el (occur-mode-mouse-goto): Always go to other window.
8537 (occur-mode-goto-occurrence): Always switch in same window.
8538
8539 * simple.el (undo): Display message at end, not at start.
8540
8541 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8542 New arg REUSE-CELL.
8543 (cancel-timer-internal): New function.
8544 (timer-event-handler): Use cancel-timer-internal,
8545 and pass the cell it returns to timer-activate...
8546
8547 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8548 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8549 (jit-lock-after-change): Test memory-full.
8550
8551 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8552
8553 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8554 part of the decoded armor to find the key-identifier.
8555 (pgg-gpg-lookup-key-owner): New function to return the
8556 human-readable identifier of a key owner.
8557 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8558 key itself.
8559 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8560 the key value) if we have a key and can match it against a secret
8561 key. Also, added a note pointing out fact that the prompt only
8562 indicates the first matching key.
8563
8564 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8565 pgg-decrypt-region.
8566 (pgg-pending-timers): A new hash for tracking the passphrase cache
8567 timers, so that new ones supercede old ones.
8568 (pgg-add-passphrase-to-cache): Rename from
8569 `pgg-add-passphrase-cache' to reduce confusion (all callers
8570 changed). Modified to cancel old timers when new ones are added.
8571 (pgg-remove-passphrase-from-cache): Rename from
8572 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8573 changed). Modified to cancel old timers when their keys are
8574 removed from the cache.
8575 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8576 XEmacs, an indirection to delete-itimer.
8577 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8578 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8579 users can only check cache without risk of prompting. Correct bug in
8580 notruncate behavior.
8581 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8582 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8583 Add informative docstrings.
8584 (pgg-decrypt): Convey provided passphrase in subordinate call to
8585 pgg-decrypt-region.
8586
8587 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8588 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8589 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8590 `passphrase' argument, so the passphrase can be managed externally
8591 and then passed in to the system.
8592
8593 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8594 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8595 so the passphrase cache can be used reliably with identifiers
8596 besides a pgp packet's key id.
8597
8598 * pgg-gpg.el (pgg-pgp-encrypt-region)
8599 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8600 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8601 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8602 argument to all these routines, so the passphrase can be managed
8603 externally and passed in to the system.
8604
8605 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8606 `notruncate' argument, so the passphrase cache can be used
8607 reliably with identifiers besides a pgp packet's key id.
8608
8609 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8610
8611 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8612 symmetric encryption.
8613 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8614 encrypted session key.
8615 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8616 message ask for the passphrase in a proper way.
8617
8618 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8619 New user commands for symmetric encryption.
8620
8621 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8622
8623 * textmodes/conf-mode.el (conf-assignment-sign)
8624 (conf-assignment-regexp): Fix docstrings.
8625 (conf-mode-initialize): New function.
8626 (conf-mode): Remove optional args. Use delay-mode-hooks to
8627 recognize recursive calls.
8628 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8629 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8630 (conf-xdefaults-mode): Use define-derived-mode and
8631 conf-mode-initialize.
8632
8633 2005-10-29 Romain Francoise <romain@orebokech.com>
8634
8635 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8636
8637 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8638
8639 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8640 part of the decoded armor to find the key-identifier.
8641 (pgg-gpg-lookup-key-owner): New function to return the
8642 human-readable identifier of a key owner.
8643 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8644 key itself.
8645 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8646 the key value) if we have a key and can match it against a secret
8647 key. Also, added a note pointing out fact that the prompt only
8648 indicates the first matching key.
8649
8650 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8651 pgg-decrypt-region.
8652 (pgg-pending-timers): A new hash for tracking the passphrase cache
8653 timers, so that new ones supercede old ones.
8654 (pgg-add-passphrase-to-cache): Rename from
8655 `pgg-add-passphrase-cache' to reduce confusion (all callers
8656 changed). Modified to cancel old timers when new ones are added.
8657 (pgg-remove-passphrase-from-cache): Rename from
8658 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8659 changed). Modified to cancel old timers when their keys are
8660 removed from the cache.
8661 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8662 XEmacs, an indirection to delete-itimer.
8663 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8664 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8665 users can only check cache without risk of prompting. Correct bug in
8666 notruncate behavior.
8667 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8668 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8669 Add informative docstrings.
8670 (pgg-decrypt): Convey provided passphrase in subordinate call to
8671 pgg-decrypt-region.
8672
8673 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
8674
8675 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8676 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8677 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8678 `passphrase' argument, so the passphrase can be managed externally
8679 and then passed in to the system.
8680
8681 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8682 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8683 so the passphrase cache can be used reliably with identifiers
8684 besides a pgp packet's key id.
8685
8686 * pgg-gpg.el (pgg-pgp-encrypt-region)
8687 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8688 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8689 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8690 argument to all these routines, so the passphrase can be managed
8691 externally and passed in to the system.
8692
8693 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8694 `notruncate' argument, so the passphrase cache can be used
8695 reliably with identifiers besides a pgp packet's key id.
8696
8697 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8698
8699 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8700 symmetric encryption.
8701 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8702 encrypted session key.
8703 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8704 message ask for the passphrase in a proper way.
8705
8706 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8707 New user commands for symmetric encryption.
8708
8709 2005-10-28 Bill Wohler <wohler@newt.com>
8710
8711 * help-mode.el (help-url): New button type. Calls browse-url.
8712 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8713 Similar to Info nodes: URL `url'.
8714 (help-make-xrefs): Create help-url buttons for
8715 help-xref-url-regexp matches.
8716
8717 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
8718
8719 * tool-bar.el (tool-bar-add-item-from-menu)
8720 (tool-bar-local-item-from-menu): Fix doc strings.
8721
8722 2005-10-28 Romain Francoise <romain@orebokech.com>
8723
8724 * ldefs-boot.el: Update.
8725
8726 * subr.el (locate-library): Move from help-fns.el.
8727 * help-fns.el (locate-library): Move to subr.el.
8728
8729 2005-10-28 Richard M. Stallman <rms@gnu.org>
8730
8731 * net/tramp.el (tramp-completion-mode): defvar moved up.
8732
8733 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8734
8735 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8736
8737 * files.el (find-file-noselect): Use %d to format large file size.
8738
8739 * bindings.el (mode-line-format): Add %e.
8740
8741 * loadup.el ("facemenu"): Load unconditionally.
8742 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8743 ("x-dnd"): Load, when appropriate.
8744
8745 * startup.el (command-line): Call before-init-hook earlier.
8746 Warn about some bad characters in -u user name.
8747
8748 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8749 (flyspell-external-point-words): Error if misspelled word is not found.
8750 Set flyspell-large-region-beg at end of word.
8751
8752 2005-10-28 Andreas Schwab <schwab@suse.de>
8753
8754 * view.el (View-revert-buffer-scroll-page-forward):
8755 Use view-page-size-default.
8756
8757 2005-10-28 Juri Linkov <juri@jurta.org>
8758
8759 * international/quail.el (quail-get-current-str): Translate last
8760 raw character for deterministic input methods.
8761
8762 2005-10-27 Jay Belanger <belanger@truman.edu>
8763
8764 * calc/calc-ext.el: Add functions to autoloads.
8765 (math-identity-matrix-p, math-ident-row-p): New functions.
8766
8767 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8768 multiplication by an identity matrix; don't turn multiplication by
8769 an inverse matrix into division.
8770 (math-div-symbol-fancy): Replace division by matrices with
8771 multiplication by inverse.
8772
8773 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8774
8775 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8776 (calc-writeoutpower): New functions.
8777
8778 2005-10-27 Romain Francoise <romain@orebokech.com>
8779
8780 * replace.el (occur-engine): Include colon in mouse-face highlight.
8781
8782 * dired-x.el: Change Maintainer field.
8783
8784 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
8785
8786 * longlines.el (longlines-mode): Bind after-change-functions to
8787 nil during initial decoding and final encoding.
8788
8789 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8790
8791 * term.el (term-emulate-terminal, term-handle-colors-array)
8792 (term-handle-ansi-escape): Specify the terminfo capabilities
8793 implemented.
8794
8795 2005-10-26 Richard M. Stallman <rms@gnu.org>
8796
8797 * info.el (Info-fontify-node): Fix detection of sentence-break
8798 before *Note.
8799
8800 2005-10-26 Romain Francoise <romain@orebokech.com>
8801
8802 * smerge-mode.el: Add `tools' to file keywords.
8803
8804 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
8805
8806 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8807 when the fringe is not available.
8808
8809 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8810 (def-gdb-auto-update-trigger): Simplify construction.
8811 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8812 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8813 defined explicitly.
8814 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8815 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8816 defined explicitly.
8817 (gdb-info-locals-custom): Remove as it's a no-op.
8818
8819 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
8820
8821 * longlines.el (longlines-mode): Remove narrowing before
8822 performing the initial decoding or final encoding.
8823
8824 2005-10-25 Romain Francoise <romain@orebokech.com>
8825
8826 * emacs-lisp/find-func.el (find-library-name): Also strip
8827 extension if library name ends in .el, to take advantage of
8828 `find-library-suffixes'.
8829
8830 2005-10-25 Richard M. Stallman <rms@gnu.org>
8831
8832 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8833
8834 2005-10-25 Juri Linkov <juri@jurta.org>
8835
8836 * textmodes/texinfo.el (texinfo-mode): Change charset of one
8837 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8838
8839 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8840
8841 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8842 (blackbox-redefine-key): Add argument `map'.
8843
8844 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8845 regions when moving the jit-lock-context-unfontify-pos boundary.
8846
8847 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8848
8849 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8850
8851 2005-10-25 Masatake YAMATO <jet@gyve.org>
8852
8853 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8854
8855 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8856
8857 * play/blackbox.el (blackbox-redefine-key): New function.
8858 (blackbox-mode-map): Use it to remap existing bindings for cursor
8859 motion instead of binding literal keys.
8860
8861 2005-10-25 Glenn Morris <rgm@gnu.org>
8862
8863 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8864 diary does not end in a newline. Do not assume a blank line at
8865 the start of the diary file.
8866
8867 2005-10-25 Kenichi Handa <handa@m17n.org>
8868
8869 * international/quail.el (quail-translate-key): If the input
8870 method is deterministic and failed to handle the last key, restart
8871 the key handling loop from an appropriate key.
8872
8873 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
8874
8875 * vc.el (vc-dired-mode): Extend comment for binding of
8876 `directory-listing-before-filename-regexp'.
8877
8878 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8879
8880 * textmodes/texinfo.el (texinfo-mode):
8881 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
8882 not to unnecessarily expose emacs-mule's internal char codes.
8883
8884 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
8885
8886 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
8887 Display hand pointer and help-echo on disabled icon too.
8888 (gdb-mouse-until): New function.
8889 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
8890
8891 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
8892
8893 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
8894 with 2005-10-23 change to doctor.el.
8895
8896 * finder.el (finder-mode-map): Add follow-link binding.
8897
8898 2005-10-25 Kim F. Storm <storm@cua.dk>
8899
8900 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
8901 to gdb-mouse-toggle-breakpoint-fringe.
8902 (gdb-mouse-toggle-breakpoint-margin): Rename from
8903 gdb-mouse-toggle-breakpoint. Fix doc.
8904 (gdb-mouse-toggle-breakpoint-fringe): New defun.
8905 (gdb-put-string): Add optional SPROPS arg. Add props to string.
8906 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
8907 string properties also for fringe breakpoint bitmaps.
8908
8909 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
8910
8911 * textmodes/org.el (org-start-icalendar-file): Fix format form.
8912
8913 2005-10-25 Masatake YAMATO <jet@gyve.org>
8914
8915 * simple.el (completion-common-substring):
8916 Use `completion-common-substring' prior to `completion-base-size'.
8917
8918 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
8919
8920 * savehist.el: Require CL while compiling.
8921 (savehist-history-variables): Remove.
8922 (savehist-save-minibuffer-history, savehist-additional-variables)
8923 (savehist-minibuffer-history-variables): New vars.
8924 (savehist-save): Use them.
8925 (savehist-uninstall, savehist-minibuffer-hook): New funs.
8926 (savehist-install): New fun, extracted from savehist-load.
8927 (savehist-load): Use them.
8928
8929 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8930
8931 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
8932 a dummy doc-string-elt property.
8933 (defalias, defvaralias, define-category): Add a docstring property.
8934
8935 * image.el (defimage):
8936 * widget.el (define-widget):
8937 * custom.el (defface, defcustom): Add `doc-string' declaration.
8938
8939 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
8940 (defadvice): Add `doc-string' declaration.
8941
8942 * emacs-lisp/byte-run.el (macro-declaration-function):
8943 Handle `doc-string' declarations.
8944 (define-obsolete-function-alias, define-obsolete-variable-alias):
8945 Add `doc-string' declaration.
8946
8947 2005-10-24 Kenichi Handa <handa@m17n.org>
8948
8949 * international/utf-7.el (utf-7): Add autoload cookie.
8950
8951 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
8952
8953 2005-10-24 Eli Zaretskii <eliz@gnu.org>
8954
8955 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
8956 list of directories passed to batch-update-autoloads. Add "." to
8957 the list of the echoed directories.
8958
8959 * pgg-def.el:
8960 * pgg-gpg.el:
8961 * pgg-parse.el:
8962 * pgg-pgp.el:
8963 * pgg-pgp5.el:
8964 * pgg.el: Moved here from the gnus subdirectory.
8965
8966 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
8967
8968 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
8969 in case comint-prompt-read-only is set to t.
8970
8971 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
8972 in case comint-prompt-read-only is set to t.
8973
8974 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
8975
8976 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
8977 Now a string.
8978 (icalendar-import-format): Handle CLASS, STATUS, URL.
8979 Rename `subject' to `summary'.
8980 (icalendar-import-format-summary): Rename from
8981 `icalendar-import-format-subject'.
8982 (icalendar-import-format-url, icalendar-import-format-status)
8983 (icalendar-import-format-class): New variables.
8984 (icalendar--rris): Take variable argument list.
8985 (icalendar--datestring-to-isodate): Remove unnecessary
8986 calendar-style check when converting dates with explicit month names.
8987 (icalendar-export-region): Change return type of conversion
8988 subroutines. Bury current buffer unless error occurred.
8989 (icalendar--convert-to-ical)
8990 (icalendar--parse-summary-and-rest): New functions.
8991 (icalendar--convert-ordinary-to-ical)
8992 (icalendar--convert-weekly-to-ical)
8993 (icalendar--convert-yearly-to-ical)
8994 (icalendar--convert-block-to-ical)
8995 (icalendar--convert-cyclic-to-ical)
8996 (icalendar--convert-anniversary-to-ical): Change return type.
8997 Strip trailing blanks from subject.
8998 (icalendar--convert-sexp-to-ical): Change return type.
8999 Strip trailing blanks from subject. Handle simple sexp
9000 entries as generated by icalendar.el.
9001 (icalendar--convert-float-to-ical)
9002 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9003 (icalendar-import-file): Doc fix.
9004 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9005 Correct call to icalendar--rris.
9006 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
9007 `summary'.
9008 (icalendar--add-diary-entry): Rename `subject' to `summary'.
9009
9010 2005-10-24 Romain Francoise <romain@orebokech.com>
9011
9012 * server.el (server-sentinel): Set query-on-exit flag to nil on
9013 new client processes (it isn't inherited from the server process).
9014
9015 * replace.el (occur-engine): Rearrange text properties.
9016
9017 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9018
9019 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9020 case-fold-search is nil.
9021 (debug-help-follow): Use help-xref-interned directly.
9022
9023 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9024
9025 * thumbs.el (thumbs-image-type): Add .pbm.
9026
9027 2005-10-23 Richard M. Stallman <rms@gnu.org>
9028
9029 * faces.el (inhibit-face-set-after-frame-default): New variable.
9030 (set-face-attribute): Bind it.
9031 (face-set-after-frame-default): Test it.
9032
9033 * help-fns.el (describe-simplify-lib-file-name): New function.
9034 (describe-function-1, describe-variable): Use it.
9035
9036 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9037
9038 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9039 Eliminate nil as possible value.
9040 (tooltip-hide-delay): Reduce internal-border-width.
9041
9042 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9043 (menu-bar-file-menu) <new-file>: Likewise.
9044
9045 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9046
9047 * international/mule.el (load-with-code-conversion):
9048 Pass full file name to `eval-buffer' unless preloading.
9049
9050 * textmodes/flyspell.el (flyspell-large-region):
9051 Call ispell-check-version.
9052
9053 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9054 Fix the make-variable-buffer-local call that was supposed
9055 to be for this variable.
9056 (ispell-aspell-supports-utf8): Doc fix.
9057 (ispell-find-aspell-dictionaries): Preserve elements of
9058 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9059 (ispell-aspell-find-dictionary): Return nil on error.
9060
9061 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9062 (doctor-symptoms): Likewise.
9063
9064 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9065
9066 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9067
9068 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9069 (custom-raised-buttons): Add :set spec.
9070 (custom-button-unraised, custom-button-pressed-unraised):
9071 New faces, so that custom-raised-buttons actually does something.
9072 (custom-mode): Use custom-button and custom-button-pressed.
9073
9074 * wid-edit.el (widget-specify-button): Don't ignore
9075 widget-mouse-face on graphic terminals.
9076 (widget-move-and-invoke): Cleanup.
9077
9078 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9079
9080 * whitespace.el (whitespace-cleanup): Doc fix.
9081
9082 2005-10-23 Romain Francoise <romain@orebokech.com>
9083
9084 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9085 `eval-after-load' to avoid evaluating their result.
9086
9087 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9088
9089 * files.el (directory-listing-before-filename-regexp):
9090 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9091
9092 * dired.el (dired-move-to-filename-regexp): Remove.
9093 All occurences replaced by `directory-listing-before-filename-regexp'.
9094
9095 * dired-x.el, locate.el, vc.el:
9096 Replace `dired-move-to-filename-regexp' by
9097 `directory-listing-before-filename-regexp'. In vc.el it is
9098 overwritten locally; maybe this can be handled in files.el too.
9099
9100 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9101 replaced by `directory-listing-before-filename-regexp'.
9102
9103 2005-10-23 Andreas Schwab <schwab@suse.de>
9104
9105 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9106 and eval-next-after-load.
9107
9108 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9109
9110 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9111 exist, create it.
9112
9113 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9114
9115 * allout.el: Remove autoloads for mailcrypt and crypt++.
9116 Require pgg, pgg-gpg during compilation.
9117 (allout-version): Increment version number to 2.1, and use a literal
9118 rather than RCS Id.
9119 (allout-default-encryption-scheme): Remove.
9120 (allout-passphrase-verifier-handling)
9121 (allout-passphrase-verifier-string)
9122 (allout-file-passphrase-verifier-string)
9123 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9124 (allout-passphrase-hint-handling): Rename and simplify.
9125 (allout-init): Use `find-file-hook' if available, otherwise
9126 `find-file-hooks'.
9127 (allout-mode): Use `write-file-functions' if available, otherwise
9128 `local-write-file-hooks' and, instead of making auto-save-hook
9129 buffer local, make the write-file-hook activity contingent to
9130 allout-mode.
9131 (allout-mode): Use key-binding substitution in the docstring.
9132 (allout-kill-line): Spell-out kill ring data structure mutation
9133 instead of using byte-compiler-complaint-provoking `pop'.
9134 (allout-insert-listified): Use `insert' rather than `insert-string'
9135 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9136 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9137 (allout-encrypt-string): Totally revamped vis new underlying
9138 encryption facilities.
9139 (allout-mc-activate-passwd): Remove.
9140 (allout-obtain-passphrase): New, more or less replaces
9141 allout-mc-activate-passwd.
9142 (allout-encrypted-key-info): More or less replaces
9143 allout-encrypted-text-type.
9144 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9145 (my-mark-marker): Use `(featurep 'xemacs)'.
9146
9147 2005-10-23 Lars Hansen <larsh@soem.dk>
9148
9149 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9150 (byte-compile-file-form-defmumble, byte-compile-defun)
9151 (byte-compile-defmacro): Use it.
9152 (byte-compile-form): Don't call byte-compile-set-symbol-position
9153 when a byte-compile handler is called.
9154
9155 2005-10-22 Romain Francoise <romain@orebokech.com>
9156
9157 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9158
9159 * subr.el (eval-after-load): Convert library name to an absolute
9160 file name using locate-library, since load-history no longer has
9161 library names in it.
9162
9163 2005-10-22 Richard M. Stallman <rms@gnu.org>
9164
9165 * files.el (make-temp-file): Move from subr.el.
9166 * subr.el (make-temp-file): Move to files.el.
9167
9168 * window.el (get-buffer-window-list): Move from subr.el.
9169 * subr.el (get-buffer-window-list): Move to window.el.
9170
9171 * image.el (image-load-path): Use eval-at-startup to initialize.
9172
9173 * subr.el (eval-at-startup): New macro.
9174
9175 * subr.el: Much rearrangement of functions and division
9176 into pages. No code changes.
9177
9178 2005-10-22 Kenichi Handa <handa@m17n.org>
9179
9180 * tar-mode.el (tar-extract): Be sure to call
9181 find-operation-coding-system if set-auto-coding doesn't find a
9182 coding system.
9183
9184 2005-10-22 Kim F. Storm <storm@cua.dk>
9185
9186 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9187 Change users.
9188 (image-type-file-name-regexps): New defconst.
9189 (image-type-from-data): Simplify loop.
9190 (image-type-from-buffer): New defun.
9191 (image-type-from-file-header): Use it instead of image-type-from-data.
9192 Use image-search-load-path instead of only looking in data-directory.
9193 (image-type-from-file-name): New defun.
9194 (image-search-load-path): Change `pathname' to `filename'.
9195 Make PATH arg optional, default to image-load-path.
9196
9197 2005-10-21 Richard M. Stallman <rms@gnu.org>
9198
9199 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9200
9201 * textmodes/paragraphs.el (sentence-end-base): New variable.
9202 (sentence-end): Use sentence-end-base.
9203
9204 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9205
9206 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9207 property independently from the font-lock-multiline variable.
9208
9209 2005-10-21 Richard M. Stallman <rms@gnu.org>
9210
9211 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9212
9213 * startup.el (command-line): Convert library names
9214 in `load-history' to absolute file names.
9215
9216 * subr.el (symbol-file): Doc fix.
9217
9218 * loadhist.el (file-loadhist-lookup): Call locate-library
9219 instead of find-library-name. Don't try converting
9220 abs file names to library names, since load-history no longer
9221 has library names in it.
9222 (file-dependents, file-provides, file-requires): Doc fixes.
9223
9224 2005-10-21 Juri Linkov <juri@jurta.org>
9225
9226 * progmodes/etags.el (tags-table-mode): New function.
9227 (tags-verify-table): Replace initialize-new-tags-table with
9228 tags-table-mode.
9229
9230 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9231 default value.
9232 (desktop-modes-not-to-save): Add tags-table-mode to the
9233 default value.
9234
9235 * info.el (Info-index-next): Add total number of index
9236 alternatives to the message.
9237
9238 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9239 backward only space (instead of space and period) before looking
9240 at sentence end.
9241
9242 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9243 Add the old variable value as 4th default-value arg of read-string.
9244
9245 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9246
9247 * cus-face.el (custom-declare-face): Make face from X resources
9248 also on Mac.
9249
9250 * disp-table.el (standard-display-g1, standard-display-graphic):
9251 Refuse to use string glyphs also on Mac.
9252 (standard-display-european): Don't set terminal coding system also
9253 on Mac.
9254
9255 * frame.el (display-screens): Use x-display-screens also on Mac.
9256
9257 2005-10-21 Romain Francoise <romain@orebokech.com>
9258
9259 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9260
9261 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9262
9263 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9264 and $? into sexps.
9265
9266 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9267 warning face on open-paren-in-column-0.
9268
9269 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9270 boundary case. Fix typo.
9271 Suggested by Martin Rudalics <rudalics@gmx.at>.
9272
9273 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9274
9275 * textmodes/org.el (org-combined-agenda-icalendar-file)
9276 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9277 (org-export-icalendar-this-file)
9278 (org-export-icalendar-all-agenda-files)
9279 (org-export-icalendar-combine-agenda-files): New commands.
9280 (org-export-icalendar, org-print-icalendar-entries)
9281 (org-start-icalendar-file, org-finish-icalendar-file)
9282 (org-ical-ts-to-string): New functions.
9283 (org-read-date, org-goto-calendar)
9284 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9285 call to `calendar'.
9286 (orgtbl-setup): Remove the :keys arguments from the menu description.
9287 (org-after-save-iCalendar-file-hook): New variable.
9288
9289 2005-10-21 Kenichi Handa <handa@m17n.org>
9290
9291 * language/vietnamese.el (tcvn-5712): Make it an alias of
9292 vietnamese-tcvn coding-system.
9293
9294 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9295
9296 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9297 group id is given.
9298
9299 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9300
9301 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9302 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9303 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9304 whose line is either continued or ends with a comment.
9305
9306 2005-10-20 Romain Francoise <romain@orebokech.com>
9307
9308 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9309
9310 * replace.el (occur-engine): Add follow-link property.
9311
9312 * font-core.el (font-lock-mode): Doc fix.
9313
9314 2005-10-20 Richard M. Stallman <rms@gnu.org>
9315
9316 * net/rcirc.el: New file.
9317
9318 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9319
9320 * term.el (term-term-name): Initialize to "eterm-color".
9321
9322 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9323
9324 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9325 for encryption functionality.
9326 Move allout customization subgroup from `editing' to `outlines' group.
9327 Fix commentary keywords to legitimate ones.
9328 Update author info (using my current email address, obscurified).
9329 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9330 (allout-encrypted-topic-p, allout-encrypted-text-type)
9331 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9332 (allout-situate-encryption-key-verifier)
9333 (allout-get-encryption-key-verifier, allout-verify-key)
9334 (allout-next-topic-pending-encryption)
9335 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9336 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9337 (outline-key-verifier-handling, outline-key-hint-handling)
9338 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9339 (allout-file-key-verifier-string, allout-encryption-scheme)
9340 (allout-key-verifier-string, allout-key-hint-string)
9341 (allout-after-save-decrypt): New variables.
9342 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9343 (allout-after-saves-handler): New hook functions.
9344 (allout-post-command-business): Do allout-after-save-decrypt.
9345 (allout-enable-file-variable-adjustment): Custom var to enable
9346 mechanism for adding and adjusting settings of Emacs file variables.
9347 (allout-adjust-file-variable, allout-file-vars-section-data):
9348 New functions, implement the mechanism.
9349 (outlineify-sticky): Use the file vars mechanism.
9350 (allout-inhibit-protection, allout-during-write-cue)
9351 (allout-override-protect, allout-before-change-protect): Remove.
9352 (allout-flag-region, allout-open-topic): Adjust read-only text.
9353 (allout-open-line-not-read-only): Add to facilitate read-only
9354 text based protection.
9355 (allout-kill-line): Revise to adjust read-only text, clue the
9356 user about the inhibition.
9357 (allout-unprotected): Use unwind-protect.
9358 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9359 topic deeper than the offspring depth of the previous topic -
9360 avoiding confusing "containment discontinuities".
9361 (allout-reindent-bodies): Fix retention of body relative hanging
9362 indent during promotion of collapsed bodies.
9363 (allout-open-topic): Make it easy to open new topic with same
9364 bullet as current topic - topic creation functions provided with
9365 any universal argument provokes now prompt for bullet, defaulting
9366 to the bullet of the previous topic.
9367 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9368 Plain bullet alternates `.' period and `,' comma only. All other
9369 bullets are relegated to special status (but customizable).
9370 (allout-end-of-entry): Rename from allout-end-of-current-entry
9371 since it actually operates w.r.t. most immediately containing
9372 entry, visible or not.
9373 (allout-hide-current-entry, allout-show-current-entry): Use the
9374 revised version.
9375 (allout-old-expose-topic): Solidify deprecation.
9376 (allout-end-of-subtree): Add so we can span concealed as well
9377 as visible topics.
9378 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9379 (allout-end-of-current-heading): Tweak to just respect the first line.
9380 (allout-get-body-text): Add.
9381 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9382 when invoked interactively.
9383 (allout-up-current-level): Use `interactive-p'.
9384 (allout-mode, allout-init): Miscellaneous docstring and
9385 operational refinements, as well as hookups of new encryption stuff.
9386 (allout-beginning-of-current-entry): Now works as advertised.
9387 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9388 (allout-isearch-rectification): Refine condition for isearching.
9389 (allout-isearch-abort, allout-enwrap-isearch)
9390 (allout-flag-region, my-region-active-p): Relocate some macros.
9391 (allout-title): Fallback title is (buffer-name), not
9392 non-existing (current-buffer-name).
9393 (subst-char-in-string): Define if absent (for some XEmacs versions).
9394
9395 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9396
9397 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9398 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9399 (mail-citation-prefix-regexp, mail-signature-file)
9400 (mail-default-headers, mail-bury-selects-summary)
9401 (mail-send-nonascii): Add autoload cookies.
9402
9403 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9404
9405 * frame.el (blink-cursor-mode): Add `mac' to the list of
9406 window-system's that support blinking cursor.
9407
9408 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9409
9410 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9411
9412 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9413
9414 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9415 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9416 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9417
9418 2005-10-20 Kim F. Storm <storm@cua.dk>
9419
9420 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9421 (ido-set-current-directory): Don't add / after final @.
9422 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9423 Explicitly handle ange-ftp completion oddities.
9424 (ido-make-file-list): Don't rotate list at tramp root to avoid
9425 triggering tramp file handler for expand-file-name via get-file-buffer.
9426
9427 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9428
9429 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9430
9431 2005-10-19 Jay Belanger <belanger@truman.edu>
9432
9433 * calc/calc-units.el (math-standard-units): Add units, adjust
9434 symbols and update values.
9435 (math-unit-prefixes): Add more prefixes.
9436
9437 2005-10-19 Romain Francoise <romain@orebokech.com>
9438
9439 * bookmark.el (bookmark-menu-heading): New face.
9440 (bookmark-bmenu-list): Use it.
9441 Don't fiddle with `baud-rate' at top-level.
9442
9443 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9444
9445 * image.el (create-image, find-image): Mention max-image-size in
9446 docstring.
9447
9448 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9449
9450 * savehist.el (savehist-load): Revert to checking XEmacs.
9451
9452 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9453 Various docstring and line-width fixups.
9454 (conf-mode): Use cond.
9455 Set font-lock-defaults. Don't set comment-use-syntax.
9456
9457 2005-10-18 David Ponce <david@dponce.com>
9458
9459 * tree-widget.el (tree-widget-button-click): New function.
9460 (tree-widget-button-keymap): Use it.
9461
9462 2005-10-18 Romain Francoise <romain@orebokech.com>
9463
9464 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9465 (bookmark-bmenu-hide-filenames): Add follow-link property.
9466 Improve help-echo text.
9467
9468 * ffap.el (find-file-at-point): Doc fix.
9469
9470 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9471
9472 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9473
9474 2005-10-18 Masatake YAMATO <jet@gyve.org>
9475
9476 Install to the CVS repository what I forgot to install in my
9477 2005-10-16 changes.
9478
9479 * progmodes/python.el (python-complete-symbol): Pass the common
9480 prefix substring of completion to `display-completion-list'.
9481
9482 * textmodes/org.el (org-complete): Ditto.
9483
9484 2005-10-18 Masatake YAMATO <jet@gyve.org>
9485
9486 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9487
9488 * woman.el (WoMan-xref-man-page): New button type derived
9489 from `Man-abstract-xref-man-page'.
9490 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9491
9492 * man.el (Man-abstract-xref-man-page): New button type.
9493 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9494 (Man-highlight-references): Add new optional argument `xref-man-type'.
9495
9496 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9497
9498 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9499
9500 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9501
9502 * cus-edit.el (Custom-move-and-invoke): Delete.
9503 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9504
9505 * wid-edit.el (widget-move-and-invoke): New function, from
9506 Custom-move-and-invoke.
9507
9508 2005-10-17 Bill Wohler <wohler@newt.com>
9509
9510 Move all remaining images from lisp/toolbar to etc/images, move
9511 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9512 the low resolution images in their own directory (low-color).
9513
9514 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9515 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9516 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9517 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9518 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9519 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9520 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9521
9522 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9523 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9524 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9525 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9526 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9527 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9528 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9529 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9530 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9531 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9532 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9533 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9534 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9535 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9536 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9537
9538 To conform with convention, replace the underscore (_) in the
9539 following image names with dash (-) or (/) as appropriate.
9540
9541 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9542 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9543 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9544 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9545 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9546 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9547 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9548 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9549 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9550 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9551 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9552 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9553 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9554 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9555 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9556
9557 * info.el (info-tool-bar-map): Replace underscores in image names
9558 with dashes.
9559
9560 * makefile.w32-in (WINS): Remove toolbar.
9561
9562 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9563
9564 * tool-bar.el: Move to lisp from toolbar. Now that
9565 toolbar is empty, it should be deleted when folks run "cvs up -P".
9566
9567 2005-10-18 Jay Belanger <belanger@truman.edu>
9568
9569 * calc/calc-store.el (calc-store-into): Get the proper variable name
9570 to display in message.
9571
9572 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9573
9574 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9575 expressions display in speedbar for all buffers when debugging.
9576 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9577
9578 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9579 (speedbar-insert-button, speedbar-make-button):
9580 Use add-text-properties.
9581 (speedbar-update-localized-contents)
9582 (speedbar-update-directory-contents)
9583 (speedbar-update-special-contents): Use dolist.
9584 (speedbar-buffer-easymenu-definition): Add a menu separator.
9585
9586 2005-10-17 Jason Rumney <jasonr@gnu.org>
9587
9588 * makefile.w32-in: Use $(lisp) consistently.
9589 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9590 for shell specific generation of mh-autoloads.
9591
9592 2005-10-17 Richard M. Stallman <rms@gnu.org>
9593
9594 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9595
9596 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9597
9598 * jit-lock.el (jit-lock-fontify-now):
9599 Move jit-lock-context-unfontify-pos to avoid wasted work.
9600
9601 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9602
9603 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9604 `tramp-completion-mode' for checking if we are in completion mode.
9605 (tramp-completion-handle-file-name-all-completions): Reorder code
9606 in order to complete for file names only in case there are no
9607 method/user/host completions. This is necessary for cooperation
9608 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9609
9610 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9611
9612 * longlines.el (longlines-search-forward)
9613 (longlines-search-backward): Match any number of spaces.
9614
9615 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9616
9617 * diff-mode.el (diff-mode): Doc fix.
9618
9619 2005-10-16 David Reitter <david.reitter@gmail.com>
9620
9621 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9622 as default on darwin and windows systems.
9623
9624 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9625
9626 * arc-mode.el (archive-zip-extract): Doc fix.
9627
9628 2005-10-16 Romain Francoise <romain@orebokech.com>
9629
9630 * mouse.el (mouse-1-click-follows-link): Doc fix.
9631
9632 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9633
9634 * savehist.el: Don't require CL at runtime.
9635 (savehist-xemacs): Remove.
9636 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9637 (savehist-no-conversion): Use (featurep 'xemacs).
9638 (savehist-load): Check existence of start-itimer rather than XEmacs.
9639 Use an idle timer.
9640 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9641 `delete-if-not'.
9642
9643 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
9644
9645 * savehist.el: Newer version.
9646 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9647 (savehist-last-checksum, savehist-no-conversion): New vars.
9648 (savehist-autosave, savehist-process-for-saving, savehist-printable):
9649 New functions.
9650 (savehist-load, savehist-save): Use them.
9651 (savehist-delimit): Remove.
9652
9653 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9654
9655 * progmodes/compile.el (compilation-goto-locus): Display the
9656 compilation buffer first and the source buffer second, in case they're
9657 in overlapping frames. Don't raise the compilation frame if it was the
9658 selected window upon entry. Pass the `other-window' arg to
9659 pop-to-buffer.
9660
9661 * info.el (Info-fontify-node): Use dolist.
9662 Change add-text-properties to put-text-property.
9663
9664 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9665
9666 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9667 bound of search.
9668
9669 2005-10-16 Masatake YAMATO <jet@gyve.org>
9670
9671 * dabbrev.el (dabbrev-completion): Pass the common
9672 prefix substring of completion to `display-completion-list'.
9673
9674 * filecache.el (file-cache-minibuffer-complete)
9675 (file-cache-complete): Ditto.
9676
9677 * tempo.el (tempo-display-completions): Ditto.
9678
9679 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9680
9681 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9682
9683 * eshell/em-hist.el (eshell-list-history): Ditto.
9684
9685 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9686
9687 * mail/mailalias.el (mail-complete): Ditto.
9688
9689 * progmodes/etags.el (complete-tag): Ditto.
9690
9691 * progmodes/make-mode.el (makefile-complete): Ditto.
9692
9693 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9694
9695 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9696
9697 * progmodes/pascal.el (pascal-complete-word)
9698 (pascal-show-completions): Ditto.
9699
9700 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9701
9702 * simple.el (completion-common-substring): New variable.
9703 (completion-setup-function): Use `completion-common-substring'
9704 to put faces.
9705
9706 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9707
9708 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9709 (x-get-selection, mac-select-convert-to-string): Convert from/to
9710 UTF-16 clipboard data as in native byte order, no BOM.
9711
9712 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
9713
9714 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9715 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9716 (gud-sentinel): Use speedbar-frame to check for speedbar.
9717
9718 2005-10-15 Richard M. Stallman <rms@gnu.org>
9719
9720 * savehist.el: New file.
9721
9722 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
9723
9724 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9725 Fix bug in \bf fontification.
9726
9727 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9728
9729 * pcvs.el (cvs-edit-log-files): New var.
9730 (cvs-mode-edit-log): New arg `file'.
9731 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9732 Instead force the use of the original file and nothing else.
9733 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9734 the cvs-minor-wrap-function is set.
9735 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9736
9737 2005-10-14 Bill Wohler <wohler@newt.com>
9738
9739 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9740 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9741 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9742 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9743 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9744 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9745 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9746 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9747 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9748 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9749 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9750 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9751 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9752 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9753 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9754
9755 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9756 appropriately (for example, gud-break to gud/break).
9757
9758 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
9759
9760 * longlines.el (longlinges-search-function)
9761 (longlines-search-forward, longlines-search-backward): New functions.
9762 (longlines-mode): Set isearch-search-fun-function to
9763 longlinges-search-function.
9764
9765 * mouse.el (mouse-drag-region-1): Handle the case where a
9766 double-click event is bound to an arbitrary function.
9767
9768 2005-10-14 David Ponce <david@dponce.com>
9769
9770 * recentf.el (recentf-track-opened-file)
9771 (recentf-track-closed-file, recentf-update-menu)
9772 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9773 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9774 mouse-1-click-follows-link.
9775
9776 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9777
9778 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9779 Gnome file-manager.png. Suggested by
9780 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9781
9782 * toolbar/README: Add diropen.xpm.
9783
9784 2005-10-13 Bill Wohler <wohler@newt.com>
9785
9786 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9787 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
9788
9789 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9790
9791 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9792 Don't waste the byte-compiler's time on constant data.
9793
9794 2005-10-13 Kenichi Handa <handa@m17n.org>
9795
9796 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9797 byte with `escape-glyph' face.
9798
9799 * international/fontset.el (ccl-encode-unicode-font):
9800 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9801 Handle the case that ucs-mule-to-mule-unicode translates a character to
9802 ASCII (usually for IPA characters).
9803
9804 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9805
9806 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9807 Don't hide the underline of titles if font-lock-mode is disabled.
9808
9809 2005-10-12 Bill Wohler <wohler@newt.com>
9810
9811 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
9812 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9813 files in MH-E-SRC have been updated.
9814 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9815
9816 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9817
9818 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9819 (mixal-mode-syntax-table): Add \n as end-comment.
9820 (mixal-operation-codes-alist): Immediately initialize to full value.
9821 (mixal-add-operation-code): Remove.
9822 (mixal-describe-operation-code): Make the arg non-optional.
9823 Use the interactive spec instead.
9824 Use mixal-operation-codes-alist rather than mixal-operation-codes.
9825 (mixal-font-lock-keywords): Don't highlight comments here any more.
9826 (mixal-font-lock-syntactic-keywords): New var.
9827 (mixal-mode): Use it. Fix comment-start-skip.
9828
9829 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9830
9831 * startup.el (command-line-x-option-alist): -nb => -nbi
9832
9833 2005-10-12 Kim F. Storm <storm@cua.dk>
9834
9835 * startup.el (fancy-splash-default-action): Discard mouse click in
9836 the splash screen window, as it has no sensible meaning in the
9837 next window to be selected. Fixes error reported by Jan D.
9838
9839 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9840
9841 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9842
9843 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9844
9845 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9846 Try to fix up minor layout issues like indentation, line break, etc...
9847 (mixal-mode-syntax-table): Don't try to specify comment syntax,
9848 because it doesn't work.
9849 (mixal-operation-codes): Add some more codes.
9850 (mixal-font-lock-keywords): Process comments here.
9851 (mixal-mode): mixasm no longer needs -g option.
9852
9853 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
9854
9855 * progmodes/sh-script.el (sh-tmp-file):
9856 Use mktemp -t. Finish support for es and rc shells.
9857
9858 2005-10-11 Jay Belanger <belanger@truman.edu>
9859
9860 * calc/calcalg2.el (calc-integral): With an argument, compute the
9861 definite integral.
9862
9863 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
9864
9865 * mouse.el (mouse-drag-region-1): Don't try to catch a
9866 double-click when doing follow-link (it's overridden anyway).
9867
9868 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
9869
9870 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9871 (autoload-print-form-outbuf): Add docstring.
9872
9873 2005-10-11 Juri Linkov <juri@jurta.org>
9874
9875 * info.el (Info-mode-menu): Delete menu item "Edit".
9876 (Info-mode): Delete description of Info-edit from docstring,
9877 and rearrange descriptions of Info commands in the order
9878 they are documented in the Info manual.
9879
9880 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9881
9882 * calendar/appt.el (appt-check): Use diary-selective-display var.
9883
9884 2005-10-10 Richard M. Stallman <rms@gnu.org>
9885
9886 * net/newsticker.el (newsticker-start, newsticker-show-news):
9887 Add autoload cookies.
9888
9889 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
9890
9891 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
9892
9893 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
9894
9895 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
9896
9897 2005-10-10 Jay Belanger <belanger@truman.edu>
9898
9899 * calc/calc-arith.el (math-check-known-scalarp)
9900 (math-check-known-matrixp): Check the values of arguments that are
9901 variables.
9902 (math-check-known-square-matrixp): New function.
9903 (math-known-square-matrixp): Use math-check-known-square-matrixp.
9904 (math-super-types): Add sqmatrix type.
9905
9906 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
9907 mode name `square' to `sqmatrix'.
9908
9909 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
9910 mode name `square' to `sqmatrix'.
9911
9912 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9913
9914 * progmodes/etags.el (select-tags-table-mode): Don't use
9915 selective-display.
9916 (tags-select-tags-table): Pass `button' to the action function.
9917 (select-tags-table): Place the side-info on button properties rather
9918 than in hidden text. Abbreviate file names.
9919 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
9920 (select-tags-table-select): Add `button' argument.
9921 Get side-info from the button property rather than from hidden text.
9922
9923 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
9924
9925 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
9926 (gud-speedbar-buttons): Preserve point if possible.
9927 (gud-sentinel): Restore previous speedbar display type.
9928
9929 * progmodes/gdb-ui.el (gdba): Improve diagram.
9930 (def-gdb-auto-update-handler, gdb-info-locals-handler)
9931 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
9932 Call get-buffer-window once.
9933
9934 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9935
9936 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
9937 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
9938 (pascal-indent-command): Remove unused var `ind'.
9939 (pascal-indent-case): Remove unused var `oldpos'.
9940 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
9941 since it's now used as a proper minor mode map.
9942 (pascal-outline): Rename to pascal-outline-mode.
9943 (pascal-outline-mode): Use define-minor-mode.
9944 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
9945 selective-display.
9946
9947 2005-10-10 Andreas Schwab <schwab@suse.de>
9948
9949 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
9950 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
9951
9952 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
9953 outside source directory.
9954
9955 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
9956
9957 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
9958 C-x' as a prefix.
9959 (orgtbl-mode-map): Full keymap instead of sparse, because all
9960 `self-insert-command' keys are redefined in this map.
9961 (org-export-as-html): Specify charset for HTML file, by taking it
9962 from the coding system.
9963
9964 2005-10-10 Kenichi Handa <handa@m17n.org>
9965
9966 * textmodes/flyspell.el (flyspell-check-word-p):
9967 If unread-command-events is non-empty, don't call sit-for.
9968
9969 2005-10-09 Richard M. Stallman <rms@gnu.org>
9970
9971 * font-lock.el (font-lock-syntactic-keywords)
9972 (font-lock-keywords): Doc fixes.
9973
9974 * textmodes/flyspell.el (flyspell-external-point-words):
9975 Simplify logic, and don't try to check for consecutive appearances
9976 of one incorrect word.
9977
9978 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
9979
9980 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
9981 separator.
9982
9983 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
9984 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
9985 (gud-expansion-speedbar-buttons): New function.
9986 (gud-speedbar-buttons): Check for gud-comint-buffer.
9987
9988 2005-10-09 Bill Wohler <wohler@newt.com>
9989
9990 * Makefile.in (updates): Add mh-loaddefs dependency.
9991
9992 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
9993
9994 * speedbar.el (speedbar-file-key-map): Fix typo.
9995
9996 2005-10-09 Daniel Brockman <daniel@brockman.se>
9997
9998 * cus-start.el (line-spacing): Add custom spec.
9999
10000 2005-10-09 Romain Francoise <romain@orebokech.com>
10001
10002 * textmodes/ispell.el (ispell-check-version): Fix last change.
10003
10004 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10005
10006 * term/x-win.el: Remove -i, --icon-type from comment.
10007
10008 * startup.el (command-line-x-option-alist): Remove options -i,
10009 -itype, --icon-type, added -nb, --no-bitmap-icon
10010
10011 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
10012
10013 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10014 instead of :active.
10015
10016 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
10017
10018 * textmodes/ispell.el (ispell-check-version):
10019 Ignore hyphen, and all that follows, in aspell's version text.
10020
10021 2005-10-08 Jay Belanger <belanger@truman.edu>
10022
10023 * calc/calc-arith.el (math-known-square-matrixp): New function.
10024 (math-pow-fancy): Check for matrices before distributing exponent
10025 across products.
10026
10027 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10028 fullscreen keypad. Suggested by Luc Teirlinck.
10029 (calc-keypad-show-input): Add space for formatting.
10030
10031 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10032 Add square matrix option.
10033
10034 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10035 of checking calc-matrix-mode when deciding how to expand.
10036
10037 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10038
10039 2005-10-08 Lars Hansen <larsh@soem.dk>
10040
10041 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10042 Add error handling.
10043 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10044
10045 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10046
10047 Sync with Tramp 2.0.51.
10048
10049 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10050 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10051 Insert special handling for `last-coding-system-used', again
10052 it still seems to be necessary (unlike stated before).
10053 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10054 (tramp-password-prompt-regexp): There might be other words before
10055 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10056 (tramp-chunksize): Improve docstring.
10057 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10058 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10059 Christian Joergensen <bugs@razor.dk>.
10060
10061 2005-10-07 Glenn Morris <rgm@gnu.org>
10062
10063 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10064 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10065 precision'.
10066
10067 2005-10-07 Romain Francoise <romain@orebokech.com>
10068
10069 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10070 (ibuffer-do-shell-command-pipe-replace)
10071 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10072 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10073 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10074 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10075 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10076 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10077 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10078 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10079 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10080 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10081 Autoload file sans suffix.
10082
10083 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10084
10085 2005-10-07 David Ponce <david@dponce.com>
10086
10087 * recentf.el (recentf-menu-open-all-flag): New option.
10088 (recentf-digit-shortcut-command-name): New function.
10089 (recentf--shortcuts-keymap): New variable.
10090 (recentf-menu-shortcuts): New variable.
10091 (recentf-make-menu-items): Initialize it. Replace the "More..."
10092 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10093 (recentf-menu-value-shortcut): New function.
10094 (recentf-make-menu-item): Use it. No more in-lined.
10095 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10096 (recentf-open-most-recent-file): Rename from
10097 `recentf-open-file-with-key'. Don't depend on key binding.
10098 (recentf-mode-map): New variable.
10099 (recentf-mode): Use it.
10100
10101 2005-10-06 Bill Wohler <wohler@newt.com>
10102
10103 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10104
10105 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10106 (MH-E-SRC): New. Used by mh-autoloads.
10107 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10108 files in MH-E-SRC have been updated.
10109 (compile, recompile, bootstrap): Depend on mh-autoloads.
10110
10111 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10112
10113 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10114 gud-break and gud-remove icons when the fringe is not available.
10115
10116 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10117 Typo.
10118
10119 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10120
10121 * play/zone.el (zone): Wrap body with save-window-excursion.
10122
10123 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10124
10125 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10126 Use the new `list-only' arg to diary-list-entries.
10127
10128 * calendar/diary-lib.el: Use overlays rather than selective-display.
10129 (diary-selective-display): New var.
10130 (diary-header-line-format): Use it.
10131 (diary-list-entries): Add argument `list-only'.
10132 Put the buffer in diary-mode. Don't add \^M at beg and end.
10133 Replace \^M by invisible overlays.
10134 (diary-unhide-everything): Replace \^M by invisible overlays.
10135 (print-diary-entries): Look for overlays rather than \^M.
10136 Add a space to the temp buffer name.
10137 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10138 Put the buffer in diary-mode.
10139 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10140 (diary-anniversary): Make the year arg optional.
10141 (diary-time-regexp): New const.
10142 (diary-font-lock-keywords): Use it to accept a few more time formats.
10143
10144 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10145
10146 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10147
10148 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10149 Fix bug introduced 2005-07-03: Use (car (last ...))
10150 to faithfully reproduce replaced artist-last.
10151 (artist-set-arrow-points-for-poly): Likewise.
10152 Suggested by Johan Bockg\e,Ae\e(Brd.
10153
10154 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10155
10156 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10157 * wid-edit.el (widget):
10158 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10159 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10160
10161 2005-10-06 Kenichi Handa <handa@m17n.org>
10162
10163 * international/mule-cmds.el (set-language-environment):
10164 Fix setting up of case-table for unibyte mode.
10165
10166 * simple.el (what-cursor-position): If the character is displayed
10167 by some `display' text property, show that. Don't use
10168 single-key-description for eight-bit characters in multibyte mode.
10169
10170 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10171
10172 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10173 (gdb-ann3): Set it.
10174 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10175 (gdb-info-frames-custom): Use inverse-video for first five
10176 characters of selected frame only.
10177 (gdb-get-frame-number): Select frame even when point is on frame
10178 number.
10179
10180 2005-10-06 Masatake YAMATO <jet@gyve.org>
10181
10182 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10183 Put `font-lock-function-name-face'.
10184 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10185 and `font-lock-variable-name-face'
10186 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10187 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10188 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10189 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10190 (gdb-local-font-lock-keywords): New font lock keywords definition.
10191 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10192 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10193 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10194
10195 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10196
10197 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10198 (ediff-merge-region-is-non-clash-to-skip): Previously called
10199 ediff-merge-region-is-non-clash.
10200
10201 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10202 Use insert-buffer-substring.
10203
10204 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10205 selecting files to patch. Also bug fixes.
10206
10207 * ediff-util.el (ediff-setup): Bug fix.
10208 (ediff-next-difference): Never skip clashes that differ in white
10209 space only.
10210
10211 * ediff-wind.el (ediff-setup-control-frame)
10212 (ediff-destroy-control-frame): Check the menubar feature.
10213
10214 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10215 (viper-refresh-mode-line): Use make-local-variable to localize
10216 some vars instead of make-variable-buffer-local. Suggested by
10217 Stefan Monnier.
10218
10219 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10220 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10221 Use make-local-variable instead of make-variable-buffer-local.
10222 Suggested by Stefan Monnier.
10223
10224 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10225 (viper-comint-mode-hook): Use make-local-variable on
10226 require-final-newline.
10227 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10228
10229 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10230
10231 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10232 also the second char of a comment-start sequence.
10233 (scheme-sexp-comment-syntax-table): New var.
10234 (lambda, define): Set their scheme-doc-string-elt property.
10235 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10236 Use lisp-font-lock-syntactic-face-function now that it properly
10237 handles |...| symbols.
10238 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10239 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10240
10241 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10242 bit from # to |.
10243 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10244
10245 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10246 (lisp-doc-string-elt-property): New var.
10247 (lisp-font-lock-syntactic-face-function): Use it.
10248 Rewrite to recognize docstrings even for forms not at toplevel.
10249
10250 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10251 annotation on the | part of #| rather than on the # part.
10252 (scheme-font-lock-syntactic-face-function): New function, to
10253 distinguish strings from |...| symbols.
10254 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10255 syntax-table so that #|...|# is properly highlighted.
10256
10257 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10258 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10259
10260 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10261
10262 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10263 and C-e.
10264
10265 * emacs-lisp/eldoc.el: Move comments into docstrings.
10266 (eldoc-message-commands): Initialize in its declaration.
10267 Add move-beginning-of-line and move-end-of-line.
10268 (eldoc-add-command, eldoc-add-command-completions)
10269 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10270
10271 * outline.el (outline-mark-subtree): Activate the mark.
10272
10273 * calendar/appt.el (appt-time-regexp): New var.
10274 (appt-add, appt-make-list): Use it.
10275 (appt-convert-time): Clean up.
10276
10277 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10278 Don't set any syntax-table property here.
10279 (tex-font-lock-verb): New function. Do it here.
10280 (tex-font-lock-syntactic-keywords): Use it.
10281
10282 2005-10-04 Richard M. Stallman <rms@gnu.org>
10283
10284 * wid-edit.el (widget-file-complete): Get the widget start point
10285 the right way. Default directory to `/' if file has none.
10286
10287 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10288
10289 * textmodes/flyspell.el (flyspell-mode-on):
10290 Call ispell-maybe-find-aspell-dictionaries.
10291
10292 * textmodes/ispell.el (ispell-word, ispell-region):
10293 Call ispell-maybe-find-aspell-dictionaries.
10294 (ispell-accept-buffer-local-defs):
10295 Don't call ispell-maybe-find-aspell-dictionaries
10296
10297 2005-10-04 Richard M. Stallman <rms@gnu.org>
10298
10299 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10300
10301 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10302
10303 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10304 instead of `fboundp' in order to allow for anonymous functions.
10305
10306 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10307
10308 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10309 case the user clicks on the link while another window is selected.
10310 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10311
10312 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10313 functionality.
10314 (dframe-help-echo): Save point in case mouse tracking is off.
10315
10316 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10317
10318 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10319
10320 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10321
10322 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10323 not change the global value of those vars.
10324
10325 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10326 make-local-variable which we do not need any more.
10327
10328 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10329
10330 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10331 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10332 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10333 (speedbar-path-line): Define obsolete aliases.
10334 (speedbar-line-directory): Doc fix.
10335
10336 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10337 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10338 instead of speedbar-line-path.
10339
10340 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10341
10342 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10343 to nil if dropping on a window. Handle dropping on a minibuffer window
10344 like dropping on a non-window part of Emacs.
10345
10346 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10347
10348 * net/ange-ftp.el: Use with-current-buffer.
10349 (ange-ftp-insert-directory): Do not follow symlinks any more.
10350
10351 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10352 Remove interactive spec.
10353
10354 2005-10-03 Kim F. Storm <storm@cua.dk>
10355
10356 * ido.el (ido-mode): Use custom-initialize-set.
10357
10358 2005-10-02 Richard M. Stallman <rms@gnu.org>
10359
10360 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10361 Use insert-buffer-substring.
10362
10363 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10364 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10365
10366 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10367
10368 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10369 in last change.
10370 (ange-ftp-insert-directory): Fix up the search for the case where
10371 `file' is absolute.
10372
10373 2005-10-02 Romain Francoise <romain@orebokech.com>
10374
10375 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10376
10377 2005-10-02 Andreas Schwab <schwab@suse.de>
10378
10379 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10380 directory component in the session info.
10381
10382 2005-10-01 Richard M. Stallman <rms@gnu.org>
10383
10384 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10385
10386 * simple.el (next-error-internal): New function.
10387
10388 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10389 (compilation-start): Pass new arg to compilation-buffer-name.
10390 (compile-goto-error): Use next-error-internal.
10391
10392 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10393
10394 * speedbar.el: Remove RCS tag.
10395 (speedbar-check-read-only): Handle non-existent files.
10396
10397 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10398
10399 * info.el (Info-speedbar-hierarchy-buttons)
10400 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10401
10402 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10403
10404 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10405 Do not match newline.
10406 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10407 (bibtex-summary): Remove unnecessary save-excursion.
10408 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10409
10410 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10411
10412 * term/mac-win.el: Add charset info for "iso10646-1".
10413 Modify default fontset to use ATSUI-compatible fonts for some charsets
10414 if available.
10415
10416 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10417
10418 * speedbar.el: Re-apply arch tag.
10419 (speedbar-version): Rename to version 1.0. Suggested by Eric
10420 M. Ludlam.
10421 Reapply two changes from Emacs CVS' version of speedbar lost
10422 during the merge:
10423 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10424 (speedbar-frame-parameters): Improve customize type.
10425
10426 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10427
10428 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10429 (ange-ftp-file-directory-p): Fix the symlink case.
10430 (ange-ftp-insert-directory): When listing a single file, get a list of
10431 the parent buffer and extract the relevant line. Inspired from a patch
10432 by Katsumi Yamaoka <yamaoka@jpl.org>.
10433 (ange-ftp-file-name-sans-versions): Simplify.
10434
10435 2005-09-30 Bill Wohler <wohler@newt.com>
10436
10437 Move MH-E image files from toolbar and mail directories into
10438 etc/images.
10439
10440 * mail/reply2.*: Move to etc/images/mail/reply*.
10441
10442 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10443 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10444 etc/images.
10445
10446 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10447 * toolbar/reply*: Move to etc/images/mail.
10448
10449 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10450
10451 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10452
10453 * speedbar.el: New version 1.0pre3.
10454
10455 Frame management code (including timer, and mouse click specifics)
10456 moved to dframe.el:
10457 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10458 (speedbar-timer): Removed. Use dframe-timer.
10459 (speedbar-close-frame): Removed. Use dframe-close-frame.
10460 (speedbar-activity-change-focus-flag): Removed. Use
10461 dframe-activity-change-focus-flag.
10462 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10463 dframe-update-speed.
10464
10465 (speedbar-current-frame): New macro. Use this instead of the
10466 variable speedbar-frame.
10467
10468 (speedbar-use-images, speedbar-expand-image-button-alist)
10469 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10470
10471 (speedbar-find-image-on-load-path): Removed. Replaced by
10472 defezimage in ezimage.el.
10473 (speedbar-expand-image-button-alist): Removed. Replaced by
10474 ezimage-expand-image-button-alist in ezimage.el.
10475
10476 (speedbar-ignored-directory-regexp)
10477 (speedbar-add-ignored-directory-regexp)
10478 (speedbar-ignored-directory-expressions)
10479 (speedbar-line-directory, speedbar-buffers-line-directory)
10480 (speedbar-directory-line, speedbar-buffers-line-directory):
10481 Renamed, replacing `path' with `directory'.
10482
10483 (speedbar-create-directory, speedbar-expand-line-descendants)
10484 (speedbar-toggle-line-expansion)
10485 (speedbar-contract-line-descendants): New commands.
10486
10487 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10488 (speedbar-use-tool-tips-flag): New options.
10489
10490 (speedbar-check-read-only, speedbar-require-version)
10491 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10492 (speedbar-handle-delete-frame, speedbar-try-completion)
10493 (speedbar-update-localized-contents): New functions.
10494
10495 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10496 (speedbar-object-read-only-indicator): New variables.
10497
10498 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10499 New hooks.
10500
10501 (speedbar-separator-face): New face.
10502
10503 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10504 (speedbar-ignored-modes): Add fundamental-mode.
10505 (speedbar-directory-unshown-regexp): Add . directories.
10506
10507 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10508 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10509 `]' for full expand/close.
10510 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10511
10512 (speedbar-check-vc): Support hidden files.
10513 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10514 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10515 state is nil, it is not checked out.
10516
10517 (speedbar-line-text, speedbar-line-token): Support expand buttons
10518 with no text.
10519 (speedbar-refresh): Universal argument acts as power-click.
10520 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10521 that buffer to get variable values.
10522
10523 And many other bugfixes.
10524
10525 * dframe.el, ezimage.el, sb-image.el: New files.
10526
10527 * sb-*.xpm: Remove files. New image files installed into
10528 etc/images/ezimage.
10529
10530 2005-09-30 Kenichi Handa <handa@m17n.org>
10531
10532 * ps-mule.el (ps-mule-show-warning): If a character is in
10533 ps-print-translation-table, don't treat it as non-printable.
10534
10535 2005-09-30 David Ponce <david@dponce.com>
10536
10537 * tree-widget.el (tree-widget-themes-load-path): New variable.
10538 (tree-widget-themes-directory): Doc fix.
10539 (tree-widget-image-formats) [Emacs]: Doc fix.
10540 (tree-widget--locate-sub-directory): New function.
10541 (tree-widget-themes-directory): Use it.
10542
10543 * recentf.el (recentf-filename-handlers): Rename from
10544 `recentf-filename-handler'. Allow a list of functions.
10545 (recentf-menu-items-for-commands): Fix :help strings.
10546 (recentf-apply-filename-handlers): New function.
10547 (recentf-expand-file-name): Use it.
10548 (recentf-cleanup): Remove duplicates too.
10549
10550 2005-09-29 Juri Linkov <juri@jurta.org>
10551
10552 * faces.el: Rearrange face definitions to be in the same order as
10553 their face descriptions in "(emacs)Standard Faces".
10554
10555 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10556
10557 * tooltip.el (tooltip): Add group `basic-faces'.
10558
10559 * buff-menu.el (Buffer-menu-buffer): Remove group
10560 `font-lock-highlighting-faces'.
10561
10562 * progmodes/compile.el (compilation-error, compilation-warning)
10563 (compilation-info, compilation-line-number, compilation-column-number):
10564 Change group from `font-lock-highlighting-faces' to `compilation'.
10565
10566 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10567 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10568 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10569 (vhdl-font-lock-reserved-words-face)
10570 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10571 `font-lock-highlighting-faces'.
10572
10573 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10574
10575 2005-09-28 Kim F. Storm <storm@cua.dk>
10576
10577 * emulation/cua-base.el: Set CUA move property on additional commands:
10578 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10579 forward-sexp, backward-sexp, forward-list, backward-list.
10580
10581 2005-09-28 Romain Francoise <romain@orebokech.com>
10582
10583 * comint.el (comint-show-output): Really set point at the
10584 beginning of the output when not using `comint-use-prompt-regexp'.
10585
10586 2005-09-27 Jay Belanger <belanger@truman.edu>
10587
10588 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10589 in TeX mode.
10590
10591 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10592
10593 * textmodes/org.el (org-table-sum): Fix format string.
10594
10595 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10596 Quote face names.
10597
10598 2005-09-26 Romain Francoise <romain@orebokech.com>
10599
10600 * isearch.el (isearch-forward-regexp): Close doc string.
10601
10602 2005-09-25 Richard M. Stallman <rms@gnu.org>
10603
10604 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10605
10606 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10607
10608 * progmodes/compile.el (compilation-error-properties):
10609 When getting the file from the previous error message,
10610 correctly decode the new data format.
10611
10612 * progmodes/cc-cmds.el (c-electric-paren):
10613 Call old-blink-paren only for close-paren.
10614
10615 2005-09-24 Andreas Schwab <schwab@suse.de>
10616
10617 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10618 condition.
10619
10620 2005-09-25 Romain Francoise <romain@orebokech.com>
10621
10622 * dired-aux.el (dired-copy-file-recursive):
10623 * dired.el (dired-delete-file):
10624 * ediff-mult.el (ediff-dir-diff-copy-file):
10625 * ediff-util.el (ediff-test-save-region):
10626 * forms.el (forms-mode):
10627 * ido.el (ido-file-internal, ido-delete-file-at-head):
10628 * log-edit.el (log-edit-done):
10629 * ses.el (ses-yank-resize):
10630 * play/gomoku.el (gomoku-human-plays, gomoku)
10631 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10632 (gomoku-offer-a-draw):
10633 * play/landmark.el (lm-human-resigns, lm):
10634 * net/eudcb-ldap.el (eudc-ldap-check-base):
10635 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10636 * progmodes/ebrowse.el (ebrowse-find-pattern):
10637 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10638 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10639 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10640
10641 * vc.el (vc-delete-file):
10642 * play/gomoku.el (gomoku-terminate-game, gomoku)
10643 (gomoku-prompt-for-move, gomoku-human-takes-back):
10644 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10645 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10646
10647 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10648
10649 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10650 color rxvt terminals by using the code xterm.el used to use before
10651 2005-04-09 in order to match the colors used by rxvt.
10652
10653 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10654
10655 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10656 colors rxvt-unicode terminals by using the same code as xterm.el.
10657
10658 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10659
10660 * textmodes/tex-mode.el (tex-font-lock-append-prop)
10661 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10662 new symbol used for the tex-verbatim face.
10663
10664 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10665
10666 * woman.el (woman-file-name):
10667 * wid-edit.el (widget-file-prompt-value)
10668 (widget-coding-system-prompt-value):
10669 * w32-fns.el (set-w32-system-coding-system):
10670 * vc.el (vc-version-diff, vc-annotate):
10671 * textmodes/reftex-auc.el (reftex-arg-cite)
10672 (reftex-arg-index-tag):
10673 * textmodes/refer.el (refer-get-bib-files):
10674 * textmodes/artist.el (artist-figlet-choose-font):
10675 * terminal.el (terminal-emulator):
10676 * replace.el (occur-read-primary-args):
10677 * rect.el (string-rectangle, string-insert-rectangle):
10678 * ps-print.el (ps-print-preprint):
10679 * progmodes/pascal.el (pascal-goto-defun):
10680 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10681 * progmodes/compile.el (compilation-find-file):
10682 * printing.el (pr-interactive-n-up):
10683 * play/animate.el (animate-birthday-present):
10684 * net/rcompile.el (remote-compile):
10685 * man.el (man, Man-goto-section, Man-follow-manual-reference):
10686 * mail/rmailsum.el (rmail-summary-search-backward)
10687 (rmail-summary-search):
10688 * mail/rmailout.el (rmail-output-read-rmail-file-name)
10689 (rmail-output-read-file-name):
10690 * mail/rmail.el (rmail-search, rmail-search-backwards):
10691 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10692 * locate.el (locate):
10693 * international/quail.el (quail-show-keyboard-layout):
10694 * international/mule.el (set-buffer-file-coding-system)
10695 (revert-buffer-with-coding-system, set-file-name-coding-system)
10696 (set-terminal-coding-system, set-keyboard-coding-system)
10697 (set-next-selection-coding-system):
10698 * international/mule-diag.el (describe-coding-system)
10699 (describe-font, describe-fontset):
10700 * international/mule-cmds.el (universal-coding-system-argument)
10701 (search-unencodable-char, describe-input-method)
10702 (set-language-environment, describe-language-environment):
10703 * international/codepage.el (codepage-setup):
10704 * international/code-pages.el (codepage-setup):
10705 * info.el (Info-search, Info-follow-reference)
10706 (Info-search-backward):
10707 * emacs-lisp/advice.el (ad-read-advised-function)
10708 (ad-read-advice-class, ad-clear-cache, ad-activate)
10709 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10710 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10711 (ad-read-regexp):
10712 * ediff-util.el (ediff-toggle-regexp-match):
10713 * ediff-ptch.el (ediff-prompt-for-patch-file):
10714 * dired-aux.el (dired-diff):
10715 * diff.el (diff):
10716 * cus-edit.el (custom-variable-prompt):
10717 * calendar/timeclock.el (timeclock-ask-for-project):
10718 * calc/calcalg3.el (calc-get-fit-variables):
10719 * calc/calc-store.el (calc-edit-variable)
10720 (calc-permanent-variable):
10721 * vc-mcvs.el (vc-mcvs-register):
10722 * shadowfile.el (shadow-define-literal-group):
10723 * woman.el (woman-file-name):
10724 * vc.el (vc-version-diff, vc-merge):
10725 * textmodes/reftex-index.el (reftex-index-complete-tag):
10726 * format.el (format-decode-buffer, format-decode-region):
10727 * emulation/viper-cmd.el (viper-read-string-with-history):
10728 * emacs-lisp/debug.el (cancel-debug-on-entry):
10729 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10730 * ediff.el (ediff-merge-revisions)
10731 (ediff-merge-revisions-with-ancestor, ediff-revision):
10732 * completion.el (interactive-completion-string-reader):
10733 * calc/calc-prog.el (calc-user-define-formula):
10734 Follow convention for reading with the minibuffer.
10735
10736 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
10737
10738 * progmodes/python.el (python-describe-symbol): Add globals() and
10739 locals() to the arguments of emacs.ehelp.
10740
10741 2005-09-24 Magnus Henoch <mange@freemail.hu>
10742
10743 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10744 New function, code extracted from ispell-valid-dictionary-list.
10745 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10746 Call it.
10747
10748 2005-09-24 Eli Zaretskii <eliz@gnu.org>
10749
10750 * subr.el (version-regexp-alist): Extend valid syntax for version
10751 strings: allow any of the characters -,_,+ to separate the
10752 alpha/beta/rc part from the version part. Doc fix.
10753 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
10754
10755 2005-09-23 David Reitter <david.reitter@gmail.com>
10756
10757 * mail/mailclient.el: New file.
10758
10759 2005-09-23 Richard M. Stallman <rms@gnu.org>
10760
10761 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10762 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10763 Doc fixes.
10764
10765 * progmodes/cc-mode.el (c-font-lock-init):
10766 Specify font-lock-lines-before.
10767
10768 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10769
10770 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10771 whole conflict.
10772
10773 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
10774
10775 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10776 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
10777 of `remap' feature when available. Additional key bindings for
10778 better tty support.
10779 (org-mode-restart, org-force-self-insert): New commands.
10780 (org-time-stamp-inactive): New command.
10781 (org-remap): New function.
10782 (org-table-auto-blank-field, org-level-color-stars-only): New options.
10783 (org-enable-fixed-width-editor): Move to `org-structure'
10784 customization group.
10785 (org-self-insert-command, orgtbl-self-insert-command): Modify to
10786 blank field after field motion commands.
10787
10788 2005-09-23 Kenichi Handa <handa@m17n.org>
10789
10790 * international/mule-cmds.el (set-language-environment):
10791 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10792 have to call utf-translate-cjk-load-tables.
10793
10794 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10795
10796 * mouse.el (mouse-move-drag-overlay): Fix last change.
10797
10798 2005-09-22 David Ponce <david@dponce.com>
10799
10800 * tree-widget.el (tree-widget-value-create): Fix previous change.
10801
10802 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10803
10804 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10805
10806 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10807
10808 * mouse.el (mouse-move-drag-overlay): New function.
10809 (mouse-drag-region-1): Use it.
10810 Try to simplify a bit the state handling. Handle clicks on links
10811 inside intangible areas.
10812 (mouse-save-then-kill): Minor simplification.
10813 (mouse-secondary-overlay): Make it always non-nil instead of
10814 recreating it each time.
10815 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10816 (mouse-kill-secondary, mouse-secondary-save-then-kill):
10817 Simplify accordingly.
10818
10819 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10820
10821 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10822
10823 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
10824
10825 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10826 (ediff-file-name-sans-prefix): Treat nil as an empty string.
10827 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10828 to patch.
10829
10830 * ediff-util.el: Use insert-buffer-substring.
10831
10832 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10833
10834 * emulation/viper-cmd.el (viper-change-state): Don't move over the
10835 field boundaries in the minibuffer.
10836 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10837 (viper-minibuffer-post-command-hook): New hook.
10838 (viper-line): Don't move cursor at bolp.
10839
10840 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10841
10842 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10843 avoid compiler warnings.
10844
10845 * emulation/viper-macs.el (ex-map): Better messages.
10846
10847 * emulation/viper-utils.el (viper-beginning-of-field): New function.
10848
10849 * emulation/viper.el: Replace make-variable-buffer-local with
10850 viper-make-variable-buffer-local everywhere, to avoid warnings.
10851
10852 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10853
10854 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10855 Delete unused var `old-selected-window'.
10856 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10857 (mouse-drag-secondary): Delete unused var `start-frame'.
10858
10859 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10860
10861 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10862
10863 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10864
10865 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10866 Re-indent within 80 columns. Use inhibit-read-only.
10867
10868 2005-09-19 Romain Francoise <romain@orebokech.com>
10869
10870 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
10871
10872 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10873
10874 * font-lock.el (font-lock-default-fontify-region): Don't add a line
10875 unconditionally, since the after-change-function already did it.
10876
10877 2005-09-19 Miles Bader <miles@gnu.org>
10878
10879 * net/newsticker.el: Get rid of CVS keyword.
10880
10881 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
10882
10883 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
10884 The prompt is formatted later.
10885
10886 2005-09-19 David Ponce <david@dponce.com>
10887
10888 * tree-widget.el (tree-widget-value-create): Save the converted
10889 tree :node widget.
10890
10891 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
10892
10893 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
10894 variable `message'.
10895
10896 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
10897
10898 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
10899 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
10900 <slawomir.nowaczyk.847@student.lu.se>.
10901
10902 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
10903
10904 * image.el (image-load-path): Use symbol `data-directory' instead
10905 of its value, for backward compatibility with packages that bind
10906 it during `find-image'. Suggested by Katsumi Yamaoka.
10907 (image-search-load-path): Handle symbols whose values are strings.
10908
10909 2005-09-18 Romain Francoise <romain@orebokech.com>
10910
10911 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
10912 with-current-buffer form in save-excursion.
10913
10914 2005-09-18 D Goel <deego@gnufans.org>
10915
10916 * apropos.el (apropos-command): Fix `message' call: first arg
10917 should be a format spec. In this and all other cases that appear
10918 below and elsewhere in the source code, I made a change only when
10919 two conditions were satisfied: [1] I can think of a possibility
10920 that the arguments would cause an error, for example, the code in
10921 question relies on external variables such as filenames. [2] I
10922 was sure that the arg to `message' could not have been nil in the code.
10923
10924 * textmodes/tildify.el (tildify-region): Ditto.
10925
10926 * textmodes/reftex-index.el (reftex-index-change-entry)
10927 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
10928 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
10929 * textmodes/org.el (org-complete, org-deadline, org-schedule)
10930 (org-priority, org-table-sum):
10931 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
10932 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
10933 (flyspell-word, flyspell-display-next-corrections):
10934 * textmodes/bibtex.el (bibtex-print-help-message):
10935 * textmodes/artist.el (artist-key-set-point-poly):
10936 * term/mac-win.el (mac-services-insert-text):
10937 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
10938 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
10939 (vhdl-port-paste-testbench, vhdl-compose-new-component)
10940 (vhdl-compose-configuration):
10941 * progmodes/sh-script.el (sh-blink, sh-show-indent)
10942 (sh-set-indent, sh-learn-line-indent):
10943 * progmodes/ps-mode.el (ps-mode-target-column):
10944 * progmodes/idlwave.el (idlwave-make-tags)
10945 (idlwave-scan-library-catalogs):
10946 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
10947 * progmodes/gud.el (gud-jdb-analyze-source):
10948 * progmodes/flymake.el (flymake-log):
10949 * progmodes/ebnf2ps.el (ebnf-generate-region):
10950 * progmodes/cmacexp.el (c-macro-expansion):
10951 * progmodes/ada-xref.el (ada-treat-cmd-string):
10952 * progmodes/ada-mode.el (ada-create-case-exception-substring)
10953 (ada-justified-indent-current, ada-batch-reformat):
10954 * play/zone.el (zone):
10955 * play/landmark.el (lm-move):
10956 * play/decipher.el (decipher-show-alphabet):
10957 * net/newsticker.el (newsticker--display-jump)
10958 (newsticker--display-scroll):
10959 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
10960 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
10961 * mail/feedmail.el (feedmail-dump-message-to-queue):
10962 * eshell/esh-proc.el (eshell-remove-process-entry):
10963 * emulation/ws-mode.el (ws-last-error):
10964 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
10965 (viper-record-kbd-macro):
10966 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
10967 * emacs-lisp/lisp-mnt.el (lm-report-bug):
10968 * emacs-lisp/find-func.el (find-function-noselect):
10969 * calendar/timeclock.el (timeclock-status-string)
10970 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
10971 (timeclock-when-to-leave-string):
10972 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
10973 * calc/calc-units.el (calc-enter-units-table):
10974 * calc/calc-mode.el (calc-mode-record-mode):
10975 * woman.el (woman-mini-help):
10976 * wdired.el (wdired-change-to-wdired-mode):
10977 * vc.el (vc-retrieve-snapshot):
10978 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
10979 * startup.el (display-startup-echo-area-message):
10980 * simple.el (set-goal-column):
10981 * ses.el (ses-command-hook, ses-recalculate-cell):
10982 * server.el (server-process-filter):
10983 * printing.el (pr-interface-txt-print, pr-interface-printify)
10984 (pr-interface-ps):
10985 * pcvs.el (cvs-help):
10986 * log-edit.el (log-edit, log-edit-mode-help):
10987 * iswitchb.el (iswitchb-possible-new-buffer):
10988 * isearch.el (isearch-edit-string):
10989 * image-mode.el (image-mode, image-minor-mode):
10990 * ibuf-macs.el (define-ibuffer-filter):
10991 * hi-lock.el (hi-lock-find-patterns):
10992 * files.el (toggle-read-only):
10993 * ediff-util.el (ediff-copy-diff)
10994 (ediff-write-merge-buffer-and-maybe-kill):
10995 * echistory.el (Electric-history-undefined):
10996 * dnd.el (dnd-insert-text):
10997 * dired-aux.el (dired-query):
10998 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
10999 * bookmark.el (bookmark-bmenu-locate):
11000 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11001 Fix `message' calls to ensure first arg is a format string.
11002 The change was made only when these two conditions were satisfied:
11003 [1] when there is a possibility that the arguments would cause an error
11004 for example, if the code in question relies on external variables
11005 such as filenames, and
11006 [2] if the arg to `message' could not have been nil in the code.
11007
11008 * pcomplete.el (pcomplete--help): Fix `message' format spec.
11009 Not having a %s would be weird, though not technically wrong.
11010
11011 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11012
11013 * term/mac-win.el (mac-add-charset-info): Doc fix.
11014
11015 2005-09-17 Romain Francoise <romain@orebokech.com>
11016
11017 * shell.el (shell-resync-dirs): Handle echoing processes more
11018 reliably. Don't insert resync command if `comint-process-echoes'
11019 is non-nil.
11020
11021 2005-09-17 Magnus Henoch <mange@freemail.hu>
11022
11023 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11024 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11025 aspell versions >= 0.60.
11026 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11027 only if ispell-aspell-supports-utf8 is non-nil.
11028
11029 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11030
11031 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11032 buffer-local value to lisp-indent-function.
11033
11034 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11035
11036 * progmodes/glasses.el (glasses-make-readable): If
11037 glasses-separator differs from underscore, put appropriate
11038 overlays over underscore characters.
11039 (glasses-convert-to-unreadable): If glasses-separator differs from
11040 underscore, try to convert glasses-separator characters to
11041 underscores.
11042
11043 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11044
11045 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11046 Use with-syntax-table and dolist.
11047
11048 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11049
11050 * textmodes/reftex-auc.el:
11051 * textmodes/reftex-cite.el:
11052 * textmodes/reftex-dcr.el:
11053 * textmodes/reftex-global.el:
11054 * textmodes/reftex-parse.el:
11055 * textmodes/reftex-ref.el:
11056 * textmodes/reftex-sel.el:
11057 * textmodes/reftex-toc.el:
11058 * textmodes/reftex-vars.el:
11059 * textmodes/reftex.el: Small changes to remove compiler warnings.
11060
11061 * textmodes/reftex-index.el: Likewise.
11062 (reftex-query-index-phrase): More efficient use of markers.
11063
11064 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11065
11066 * image.el (image-load-path): New variable.
11067 (image-search-load-path): New function.
11068 (find-image): Search for images in `image-load-path'.
11069
11070 2005-09-15 Richard M. Stallman <rms@gnu.org>
11071
11072 * follow.el: Change Maintainer field.
11073
11074 2005-09-15 David Ponce <david@dponce.com>
11075
11076 * recentf.el (recentf-save-file-modes): New option.
11077 (recentf-save-list): Use it.
11078
11079 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11080
11081 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11082 (mode-line-mule-info, mode-line-modified): Move bindings from
11083 mouse-3 to mouse-1.
11084
11085 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11086
11087 * simple.el (sendmail-user-agent-compose): Revert last change.
11088
11089 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11090
11091 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11092 Use with-current-buffer.
11093 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11094 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11095 (ange-ftp-insert-directory): Remove unused var `short'.
11096 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11097
11098 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11099 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11100
11101 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11102 (check-calendar-holidays, diary-list-entries): Autoload.
11103 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11104 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11105
11106 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11107 which mistakenly removed a call to display-buffer.
11108
11109 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11110
11111 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11112
11113 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11114
11115 * progmodes/hideshow.el
11116 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11117 (hs-allow-nesting): New user var.
11118 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11119 (hs-hide-block-at-point): When nesting allowed,
11120 if there is already an overlay in place, delete it.
11121 (hs-safety-is-job-n): Delete func; remove call sites.
11122 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11123 (hs-overlay-at): New func.
11124 (hs-already-hidden-p, hs-show-block): Use it.
11125 (hs-hide-all): Don't pre-clean if nesting allowed.
11126 (hs-show-all): Temporarily disallow
11127 nesting around call to `hs-discard-overlays'.
11128
11129 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11130
11131 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11132 Delete unused local var.
11133
11134 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11135
11136 * help-fns.el (describe-categories): "?\ " -> "?\s".
11137 (help-do-arg-highlight): Recognize also ARG-n, as in
11138 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11139
11140 * international/codepage.el (dos-unsupported-char-glyph):
11141 * net/newsticker.el (tool-bar-map, w3-mode-map)
11142 (w3m-minor-mode-map):
11143 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11144 (ent-alist):
11145 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11146
11147 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11148
11149 * custom.el (custom-push-theme): Handle the case where a symbol is
11150 bound but face properties have not yet been assigned.
11151
11152 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11153 Fix behavior if noerase is `t' and there is no mail buffer.
11154
11155 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11156 if `continue' is nil, rather than signal an error.
11157
11158 2005-09-12 Richard M. Stallman <rms@gnu.org>
11159
11160 * font-lock.el (font-lock-keywords): Add autoload.
11161
11162 * help-fns.el (describe-variable): Rearrange to put source link
11163 in a predictable place.
11164
11165 * net/newsticker.el: New file.
11166
11167 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11168
11169 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11170 (calendar-basic-setup): Use the new nil arg.
11171 (number-of-diary-entries): Move to diary-lib.el.
11172
11173 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11174 (diary-list-entries): Use with-syntax-table and dolist.
11175 Rename from list-diary-entries.
11176 Use number-of-diary-entries if `number' is nil.
11177 (diary, diary-view-entries): Use this new name and new nil arg value.
11178 (number-of-diary-entries): Move from calendar.el.
11179 (diary-unhide-everything): New function.
11180 (include-other-diary-files, fancy-diary-display)
11181 (diary-show-all-entries, make-diary-entry): Use it.
11182 (diary-mail-entries): Use buffer-string.
11183 (mark-diary-entries): Fix long standing paren typo.
11184 (diary-sexp-entry): Use count-lines.
11185 (make-diary-entry): Avoid `previous-line'.
11186 (diary-mode-map): New var.
11187 (diary-mode): Redraw cal after saving. Setup header-line.
11188 (fancy-diary-display-mode): Use local-set-key.
11189
11190 * startup.el (command-line): Try calling various terminal-init-foo-bar
11191 functions by stripping hyphenated suffixes from $TERM.
11192
11193 * files.el (normal-mode): Check boundness of font-lock-keywords.
11194
11195 2005-09-12 Richard M. Stallman <rms@gnu.org>
11196
11197 * progmodes/compile.el: Don't decide a file's directory
11198 until the user actually tries to go there.
11199 (compilation-next-error-function):
11200 Pass compilation-find-file the directory from the file-struct.
11201 (compilation-internal-error-properties): Separate local FILE-STRUCT
11202 from FILE. Doc the args better. Rename arg FMT to FMTS.
11203 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11204 Expand it, and if nil, use default-directory.
11205 (compilation-get-file-structure): Don't mix specified directory
11206 with default directory. Put specified directory into
11207 file-struct. Don't make the file name absolute.
11208
11209 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11210 (compile-command): Add autoload.
11211 (compilation-disable-input): Add autoload.
11212
11213 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11214
11215 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11216 strings of the variables it can override.
11217 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11218 %Q and %q, for fully-qualified domain name and unqualified host name.
11219
11220 2005-09-11 Kim F. Storm <storm@cua.dk>
11221
11222 * emacs-lisp/authors.el (authors-aliases): Update list.
11223 (authors-fixed-entries): Update mldrag.el entry.
11224
11225 2005-09-10 Alan Mackenzie <acm@muc.de>
11226
11227 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11228 from the region narrowed to.
11229
11230 2005-09-10 Magnus Henoch <mange@freemail.hu>
11231
11232 * textmodes/ispell.el (ispell-check-version): Signal an error if
11233 aspell version is less than 0.60.
11234
11235 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11236
11237 * progmodes/octave-inf.el (inferior-octave-startup):
11238 Resync current dir at the end.
11239
11240 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11241
11242 * woman.el (woman-topic-at-point-default):
11243 Rename to woman-use-topic-at-point-default.
11244 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11245 (woman-file-name): Reflect renames above. Automatically use the
11246 word at point as topic if woman-use-topic-at-point is non-nil.
11247 Otherwise offer it as default but don't insert it in the
11248 minibuffer. Also use `test-completion' instead of `assoc' as
11249 suggested by Stefan Monnier.
11250
11251 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11252
11253 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11254 the attempt to do it over Tramp. This is not yet supported.
11255
11256 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11257
11258 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11259 (menu-bar-non-minibuffer-window-p): New functions.
11260 ("Split Window", "Save As..."): Use them.
11261 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11262 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11263 Use menu-bar-menu-frame-live-and-visible-p.
11264 ("Save Buffer", "Insert File", "Open Directory...")
11265 ("Open File...", "Visit New File..."):
11266 Use menu-bar-non-minibuffer-window-p.
11267 (kill-this-buffer-enabled-p, dired <menu-enable>):
11268 Use menu-bar-non-minibuffer-window-p.
11269
11270 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11271
11272 * cus-start.el (all): Don't complain about fringe-related
11273 built-ins if fringes are not supported. Ditto about
11274 selection-related built-ins. Fix the test for GTK-related built-ins.
11275
11276 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11277 ("Postscript Print Buffer", "Print Region", "Save As...")
11278 ("Save", "Insert File...", "Open Directory...")
11279 ("Open File...", "Visit New File..."")
11280 ("Truncate Long Lines in this Buffer"): Don't look at
11281 menu-updating-frame if this display does not support multiple frames.
11282
11283 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11284
11285 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11286
11287 2005-09-09 Emilio Lopes <eclig@gmx.net>
11288
11289 * woman.el: Format- and whitespace-related changes.
11290
11291 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11292
11293 * woman.el: Fix my email address.
11294
11295 2005-09-08 Richard M. Stallman <rms@gnu.org>
11296
11297 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11298 (sh-mode): Locally set skeleton-pair-default-alist.
11299
11300 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11301
11302 * progmodes/flymake.el: Require `compile' unconditionally.
11303
11304 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11305
11306 * woman.el (woman-file-name): Provide a default, not initial input.
11307
11308 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11309
11310 * font-lock.el (font-lock-support-mode): Doc fix.
11311
11312 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11313
11314 2005-09-08 Richard M. Stallman <rms@gnu.org>
11315
11316 * simple.el (blink-matching-open): Get rid of text props from
11317 the string shown in echo area. Don't permanently set point.
11318 Some rearrangements.
11319
11320 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11321
11322 * recentf.el (recentf-filename-handler): Add custom choice
11323 `abbreviate-file-name'.
11324
11325 * msb.el (msb--very-many-menus): Fix typo.
11326
11327 * disp-table.el (standard-display-european): Don't set
11328 enable-multibyte-characters to nil.
11329
11330 2005-09-08 David Ponce <david@dponce.com>
11331
11332 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11333 (recentf-expand-file-name): Doc fix.
11334 (recentf-dialog-mode-map): Define digit shortcuts.
11335 (recentf--files-with-key): New variable.
11336 (recentf-show-digit-shortcut-filter): New function.
11337 (recentf-open-files-items): New function.
11338 (recentf-open-files): Use it.
11339 (recentf-open-file-with-key): New command.
11340
11341 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11342
11343 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11344 Suggested by Kim F. Storm.
11345 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11346 (Buffer-menu-make-sort-button): Use global keymap.
11347
11348 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11349
11350 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11351 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11352 necessary any longer with the remapped command.
11353 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11354 formatting time only.
11355
11356 * net/tramp.el (tramp-action-password)
11357 (tramp-multi-action-password): Compile the password prompt from
11358 `method', `user' and `host'. Sometimes it isn't obvious which
11359 password to enter, for example with remote files offered by
11360 recentf.el, or with multiple steps. Suggested by Robert Marshall
11361 <robert@chezmarshall.freeserve.co.uk>.
11362
11363 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11364
11365 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11366 Fix regexp for when "s///" is at the beginning of line.
11367
11368 2005-09-07 Jay Belanger <belanger@truman.edu>
11369
11370 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11371 when in matrix mode.
11372
11373 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11374
11375 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11376 non-anonymous functions.
11377
11378 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11379
11380 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11381 when using a header line. Otherwise, use mouse-1-click-follows-link.
11382
11383 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11384 can't be moved; don't signal an error.
11385
11386 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11387
11388 * cus-theme.el (custom-theme-write-faces): Save the current face
11389 spec, not the defface spec.
11390
11391 * custom.el (custom-known-themes): Clarify meaning of "standard".
11392 (custom-push-theme): Save old values in the standard theme.
11393 (disable-theme): Correct typo.
11394 (custom-face-theme-value) Deleted unused function.
11395 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11396
11397 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11398
11399 * progmodes/compile.el (compilation-goto-locus): Take into account
11400 iconified frames when determining whether the buffer is
11401 already visible.
11402 Don't reset window height if the window already existed.
11403
11404 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11405
11406 * custom.el (load-theme): Rename from require-theme.
11407 Add interactive spec.
11408 (enable-theme): Rename from custom-enable-theme.
11409 Add interactive spec.
11410 (disable-theme): Rename from custom-disable-theme.
11411 Add interactive spec.
11412 (custom-make-theme-feature): Doc fix.
11413 (custom-theme-directory): Doc fix.
11414 (provide-theme): Call enable-theme.
11415
11416 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11417
11418 * obsolete/lazy-lock.el (lazy-lock-mode):
11419 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11420 font-lock-mode if it's off. Print a warning instead.
11421
11422 * progmodes/compile.el (compilation-start): Ignore errors if the
11423 process died before we get to send-eof.
11424
11425 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11426 Undo last change. Enclosing the result in quotes broke things on Unix
11427 since tex-send-command passes it through shell-quote-argument.
11428 (tex-send-command): Pass `file' through convert-standard-filename
11429 when possible.
11430 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11431 info in a transcript.
11432
11433 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11434
11435 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11436 fix compilation warning. Reorder the key definitions to group
11437 together keys emitted by the current version of xterm.
11438
11439 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11440 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11441 Reorder predicates to correct min-color usage.
11442
11443 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11444
11445 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11446 Kill local variables when longlines-mode is turned off.
11447
11448 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11449
11450 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11451
11452 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11453
11454 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11455
11456 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11457 (font-lock-lines-before): Change default to being inactive.
11458 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11459 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11460
11461 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11462
11463 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11464 Deactivate temporarily advice if active (not needed for Emacs 22,
11465 but for backwards compatibility).
11466 (tramp-exists-file-name-handler): Rewrite. First implementation
11467 was too simple.
11468 (tramp-advice-make-auto-save-file-name):
11469 Call `tramp-handle-make-auto-save-file-name' (again, just for
11470 backwards compatibility).
11471
11472 2005-08-31 Reto Zimmermann <reto@gnu.org>
11473
11474 * progmodes/vhdl-mode.el
11475 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11476 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11477 (vhdl-set-default-project): New function (easier setting of default).
11478 (vhdl-port-copy): Handle extended identifiers for generics.
11479 (vhdl-compiler-alist): Better description for error message regexp.
11480 (vhdl-make): Query for target, use previous as default.
11481 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11482 (vhdl-font-lock-keywords-2): Fix fontification for record
11483 el. assign.
11484 (vhdl-speedbar-make-subpack-line): Add package body link.
11485 (vhdl-generate-makefile-1): Not include itself as dependency.
11486 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11487 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11488 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11489 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11490 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11491 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11492 (vhdl-import-project): Add string argument for `error'.
11493 (vhdl-compose-configuration)
11494 (vhdl-compose-configuration-architecture): Add configuration
11495 declaration generation.
11496 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11497 (vhdl-trailer-re): Add "record" keyword (better indentation).
11498 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11499 "[^ \t-\"]+".
11500 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11501 (vhdl-testbench-entity-file-name)
11502 (vhdl-testbench-architecture-file-name): Allow separate
11503 customization of testbench file names.
11504 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11505 (vhdl-get-visible-signals): Allow newline within alias declaration.
11506 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11507 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11508 (member-ignore-case): Alias for missing function in XEmacs.
11509 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11510 (vhdl-update-sensitivity-list): Ignore case on read signals.
11511 (vhdl-replace-string): Adjust case only for file names.
11512 (vhdl-update-sensitivity-list): Fix search for read signals.
11513 (vhdl-update-sensitivity-list): Exclude formal parameters.
11514 (vhdl-get-visible-signals): Include aliases of signals.
11515 (vhdl-get-visible-signals): Fix signal name searching.
11516 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11517 (vhdl-fixup-whitespace-region): Fix for character
11518 literals (e.g. `:').
11519
11520 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11521
11522 * ansi-color.el (comint-last-output-start):
11523 * bs.el (font-lock-verbose):
11524 * diff-mode.el (add-log-buffer-file-name-function):
11525 * dired-x.el (vm-folder-directory):
11526 * faces.el (help-xref-stack-item):
11527 * files.el (font-lock-keywords):
11528 * find-lisp.el (dired-buffers, dired-subdir-alist):
11529 * ido.el (cua-inhibit-cua-keys):
11530 * log-view.el (cvs-minor-wrap-function):
11531 * outline.el (font-lock-warning-face):
11532 * simple.el (compilation-current-error):
11533 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11534 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11535 * tooltip.el (comint-prompt-regexp):
11536 * w32-fns.el (explicit-shell-file-name):
11537 * term/mac-win.el (mac-charset-info-alist)
11538 (mac-services-selection, mac-system-script-code):
11539 * term/tty-colors.el (msdos-color-values):
11540 * term/w32-win.el (xlfd-regexp-registry-subnum):
11541 * term/x-win.el (x-keysym-table, x-selection-timeout)
11542 (x-session-id, x-session-previous-id):
11543 * textmodes/ispell.el (mail-yank-prefix):
11544 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11545 * textmodes/org.el (calc-embedded-close-formula)
11546 (calc-embedded-open-formula)
11547 (font-lock-unfontify-region-function):
11548 * textmodes/reftex-global.el (isearch-next-buffer-function)
11549 (TeX-master):
11550 * textmodes/reftex.el (font-lock-keywords):
11551 * textmodes/tex-mode.el (font-lock-comment-face)
11552 (font-lock-doc-face):
11553 * textmodes/texinfo.el (outline-heading-alist):
11554 Add defvars.
11555
11556 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11557 (artist-spray-chars, artist-mode-init, artist-replace-string)
11558 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11559 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11560 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11561
11562 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11563 (conf-align-assignments): "?\ " -> "?\s".
11564
11565 * textmodes/reftex-index.el (TeX-master): Add defvar.
11566 (reftex-index-phrases-marker): Move up defvar.
11567
11568 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11569 (reftex-toc-include-labels-indicator)
11570 (reftex-toc-include-index-indicator)
11571 (reftex-toc-max-level-indicator): Move up declarations.
11572
11573 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11574 of args to `tramp-run-real-handler', even if it's empty in this case.
11575
11576 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11577
11578 * dired.el (dired-move-to-filename-regexp): Add date format for
11579 Mac OS X 10.3 in East Asian locales.
11580
11581 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11582
11583 * files.el (make-auto-save-file-name): Add file name handler call
11584 if applicable.
11585
11586 * net/tramp.el (tramp-file-name-handler-alist)
11587 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11588 (tramp-handle-make-auto-save-file-name): Rename from
11589 `tramp-make-auto-save-file-name'.
11590 (tramp-exists-file-name-handler): New defun.
11591 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11592 `make-auto-save-file-name' is not a magic file name operation.
11593
11594 2005-08-30 Richard M. Stallman <rms@gnu.org>
11595
11596 * files.el (risky-local-variable-p):
11597 Match `-predicates' and `-commands.
11598
11599 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11600 (custom-save-all): Visit the file if necessary;
11601 kill the buffer if we created it.
11602 (custom-save-delete): Don't visit file or kill buffer here.
11603
11604 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11605
11606 * textmodes/org.el (org-special-keyword): New face.
11607 (org-table-copy-down, org-table-eval-formula)
11608 (org-table-recalculate, org-init-section-numbers):
11609 Use `string-to-number' instead of `string-to-int'.
11610 (org-get-location): Use `insert-buffer-substring' instead of
11611 `insert-buffer'.
11612 (org-modify-diary-entry-string): New function.
11613 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11614 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11615 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11616 active region.
11617 (org-export-as-html): Handle QUOTE keyword.
11618 (org-quote-string): New option.
11619 (org-bookmark-jump-unhide): New function, used for
11620 `bookmark-after-jump-hook'.
11621 (org-diary-default-entry): Apply only when not called through
11622 `org-agenda'.
11623
11624 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11625
11626 * net/eudc.el (mode-popup-menu):
11627 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11628 * progmodes/ada-mode.el (compile-auto-highlight)
11629 (skeleton-further-elements):
11630 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11631 * progmodes/cmacexp.el (msdos-shells):
11632 * progmodes/compile.el (font-lock-extra-managed-props)
11633 (font-lock-keywords, font-lock-maximum-size)
11634 (font-lock-support-mode):
11635 * progmodes/grep.el (font-lock-lines-before):
11636 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11637 * progmodes/mixal-mode.el (compile-command):
11638 * progmodes/perl-mode.el (font-lock-comment-face)
11639 (font-lock-doc-face, font-lock-string-face):
11640 * progmodes/prolog.el (comint-prompt-regexp):
11641 * progmodes/sh-script.el (font-lock-comment-face)
11642 (font-lock-set-defaults, font-lock-string-face):
11643 * progmodes/sql.el (font-lock-keyword-face)
11644 (font-lock-set-defaults, font-lock-string-face):
11645 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11646 (itimer-version, lazy-lock-defer-contextually)
11647 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11648 Add defvars.
11649
11650 * progmodes/cperl-mode.el (cperl-electric-lbrace)
11651 (cperl-electric-keyword, cperl-electric-pod)
11652 (cperl-electric-backspace, cperl-forward-re)
11653 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11654 (vc-rcs-header, vc-sccs-header): Add defvars.
11655
11656 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11657 (font-lock-syntactic-keywords, gud-find-expr-function):
11658 Add defvars.
11659
11660 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11661 (gdb-frame-parameters): Declare before use.
11662
11663 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11664 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11665 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11666 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11667
11668 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11669 (idlwave-help-with-source): Use `insert-buffer-substring', not
11670 `insert-buffer'.
11671
11672 2005-08-29 Juri Linkov <juri@jurta.org>
11673
11674 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11675 Put outline-back-to-heading function call inside save-excursion.
11676
11677 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
11678
11679 * man.el (Man-init-defvars, Man-translate-references)
11680 (Man-support-local-filenames, Man-highlight-references):
11681 * progmodes/sql.el (sql-interactive-mode):
11682 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11683
11684 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11685 (compilation-mode-font-lock-keywords): Add defvars.
11686 (checkdoc-interactive-loop): "?\ " -> "?\s".
11687
11688 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11689 (font-lock-doc-face, font-lock-string-face)
11690 (font-lock-keywords-case-fold-search): Add defvars.
11691 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11692
11693 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11694 Don't pass X and Y (they are ignored anyway).
11695 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11696 (mouse-delete-window): Make arguments optional.
11697
11698 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11699 (caesar-translate-table, minor-modes, news-buffer-save)
11700 (news-group-name, news-minor-modes): Add defvars.
11701
11702 * emacs-lisp/lselect.el (mouse-highlight-priority)
11703 (x-lost-selection-functions, zmacs-regions):
11704 * emacs-lisp/pp.el (font-lock-verbose):
11705 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11706 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11707 (ses-mode-map):
11708 * emacs-lisp/tcover-unsafep.el (safe-functions):
11709 * international/mule-cmds.el (mac-system-coding-system)
11710 (mac-system-locale):
11711 * language/ethio-util.el (rmail-current-message)
11712 (rmail-message-vector):
11713 * language/thai-util.el (thai-auto-composition-mode):
11714 * mail/metamail.el (rmail-current-message, rmail-message-vector):
11715 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11716 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11717 (vm-primary-inbox, vm-spool-files):
11718 * mail/rmail.el (deleted-head, font-lock-fontified)
11719 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11720 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11721 (total-messages):
11722 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11723 (rmail-summary-mode-map):
11724 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11725 (rmail-last-label, rmail-last-multi-labels)
11726 (rmail-summary-vector, rmail-total-messages):
11727 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11728 * mail/rmailsum.el (msgnum):
11729 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11730 (rmail-current-message):
11731 * obsolete/fast-lock.el (font-lock-face-list):
11732 * obsolete/rnewspost.el (mail-reply-buffer):
11733 * obsolete/scribe.el (compile-command):
11734 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11735
11736 2005-08-28 John Paul Wallington <jpw@gnu.org>
11737
11738 * ibuf-ext.el (ibuffer-auto-update-changed):
11739 Use `frame-or-buffer-changed-p' to check whether we need to update.
11740 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11741 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
11742 as a `frame-or-buffer-changed-p' state vector instead.
11743
11744 2005-08-27 Romain Francoise <romain@orebokech.com>
11745
11746 * textmodes/makeinfo.el (makeinfo-compile):
11747 Use `compilation-start'. Set `next-error-function' according to
11748 `disable-errors'.
11749 (makeinfo-next-error): New function.
11750 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11751 (makeinfo-buffer): Likewise.
11752
11753 * progmodes/compile.el (compilation-start): Add autoload cookie.
11754
11755 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11756 * textmodes/sgml-mode.el: Likewise.
11757 * progmodes/python.el: Likewise.
11758
11759 2005-08-27 Eli Zaretskii <eliz@gnu.org>
11760
11761 * simple.el (blink-matching-paren-distance): Document the meaning
11762 of nil value, and allow to customize to nil.
11763
11764 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11765 command.com, not command.exe.
11766
11767 2005-08-26 John Wiegley <johnw@newartisans.com>
11768
11769 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11770 code around a bit so that an extraneous nil argument is not added
11771 to a command when no args are given.
11772
11773 * eshell/esh-arg.el (eshell-parse-double-quote): If a
11774 double-quoted argument resolves to nil, return it as an empty
11775 string rather than as nil. This made it impossible to pass "" to
11776 a shell script as a null string argument.
11777
11778 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11779
11780 * outline.el (outline-invent-heading): New fun.
11781 (outline-promote, outline-demote): Use it.
11782 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11783 (outline-end-of-subtree): Remove unused var `opoint'.
11784
11785 2005-08-26 David Reitter <david.reitter@gmail.com>
11786
11787 * menu-bar.el (truncate-lines, write-file, print-buffer)
11788 (ps-print-buffer-faces, ps-print-buffer, split-window):
11789 Disable menu items when the frame they refer to is invisible, or when
11790 they refer to a buffer and the minibuffer is selected.
11791
11792 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11793
11794 * progmodes/flymake.el (flymake-highlight-err-lines):
11795 Use save-excursion around flymake-highlight-line to preserve point.
11796
11797 2005-08-26 Eli Zaretskii <eliz@gnu.org>
11798
11799 * progmodes/octave-mod.el: Change Author and Maintainer address.
11800 (octave-maintainer-address): Change Kurt's email address.
11801 * progmodes/octave-inf.el: Change Author and Maintainer address.
11802 * progmodes/octave-hlp.el: Change Author and Maintainer address.
11803
11804 2005-08-26 Kim F. Storm <storm@cua.dk>
11805
11806 * subr.el (version-list-<, version-list-<=, version-list-=):
11807 Rename from integer-list-*.
11808 (version-list-not-zero): Likewise. Fix while loop.
11809 (version=): Use version-list-= instead of string-equal.
11810
11811 2005-08-26 Richard M. Stallman <rms@gnu.org>
11812
11813 * outline.el (outline-promote): Try shortening the heading.
11814 As last resort, read the heading to use.
11815 (outline-demote): As last resort, read the heading to use.
11816
11817 2005-08-26 Romain Francoise <romain@orebokech.com>
11818
11819 * progmodes/compile.el (compilation-start): Doc fix.
11820
11821 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11822 (antlr-font-lock-additional-keywords): Fix reference to
11823 `antlr-font-lock-literal-regexp' erroneously changed during the
11824 mass face rename.
11825 (antlr-run-tool): Use `compilation-start'.
11826
11827 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11828 instead of the obsolete `compile-internal'.
11829
11830 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
11831
11832 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11833 (number, original-date):
11834 * calendar/cal-china.el (date):
11835 * calendar/cal-coptic.el (date):
11836 * calendar/cal-french.el (date):
11837 * calendar/cal-hebrew.el (date, entry, number, original-date):
11838 * calendar/cal-islam.el (date, number, original-date):
11839 * calendar/cal-iso.el (date):
11840 * calendar/cal-julian.el (date):
11841 * calendar/cal-mayan.el (date):
11842 * calendar/cal-menu.el (date, event):
11843 * calendar/cal-persia.el (date):
11844 * calendar/lunar.el (date):
11845 * calendar/solar.el (date): Add defvars.
11846
11847 * emerge.el:
11848 * ibuffer.el:
11849 * info-xref.el:
11850 * obsolete/bg-mouse.el:
11851 * obsolete/sun-curs.el:
11852 * obsolete/swedish.el: Move the `defvar's to the top level.
11853
11854 * smerge-mode.el (smerge-refined-change): Add :group.
11855
11856 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
11857
11858 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11859 (smerge-keep-n): Remove props.
11860 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11861 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11862 now that it's done in smerge-keep-n.
11863 (smerge-refined-change): New face.
11864 (smerge-refine-chopup-region, smerge-refine-highlight-change)
11865 (smerge-refine): New funs.
11866 (smerge-basic-map): Bind smerge-refine.
11867
11868 2005-08-25 Juri Linkov <juri@jurta.org>
11869
11870 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
11871 compilation-process-setup-function and compilation-disable-input
11872 in grep-mode instead of let-bindings in grep.
11873
11874 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
11875 Delete "Automatic File De/compression" (auto-compression-mode).
11876
11877 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
11878
11879 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
11880 Silence warning about non-existent variable.
11881
11882 2005-08-25 Richard M. Stallman <rms@gnu.org>
11883
11884 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
11885 Rename "Describe Key" to "Describe Key or Mouse Operation".
11886
11887 * mail/mailalias.el (build-mail-aliases): Delete comments
11888 from the contents before processing them.
11889
11890 * isearch.el (isearch-edit-string): Erase the Search prompt
11891 if user enters an empty string and there is no default.
11892
11893 * comint.el (comint-file-name-prefix): Add autoload.
11894
11895 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
11896
11897 * subr.el (play-sound): Rearrange to avoid warning.
11898
11899 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
11900
11901 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
11902 New hook.
11903 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
11904
11905 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11906
11907 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
11908
11909 * custom.el (custom-theme-set-variables): Sort minor modes last.
11910
11911 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11912
11913 * subr.el (version-separator, version-regexp-alist): New vars used by
11914 version comparison funs.
11915 (integer-list-<, integer-list-=, integer-list-<=)
11916 (integer-list-not-zero): New funs for integer list comparison.
11917 (version-to-list, version=, version<, version<=): New funs for version
11918 comparison.
11919
11920 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
11921
11922 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
11923 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
11924 time to silence the byte-compiler.
11925
11926 * ibuffer.el (ibuffer-compile-make-eliding-form)
11927 (ibuffer-check-formats): Use `with-no-warnings' to hide references
11928 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
11929 so it's silly to get warnings for it).
11930 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
11931 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
11932 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
11933 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
11934 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
11935 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
11936 Defvar at compile time.
11937 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
11938 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
11939 Declare them before use.
11940
11941 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
11942 (info-xref-good, info-xref-bad): Defvar at compile time.
11943
11944 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
11945 Use `let*' instead of `let'.
11946
11947 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
11948 (*mouse-y*, menu, char): Defvar at compile time.
11949 (sc::menu): Declare it before use.
11950 (sc::pack-one-line): Use `let', not `let*'.
11951
11952 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
11953 (mail-send-hook): Defvar at compile time.
11954
11955 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
11956 Defvar at compile time.
11957
11958 * term/sun-mouse.el (current-global-mousemap)
11959 (current-local-mousemap): Declare them before use.
11960
11961 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
11962
11963 * bookmark.el (bookmark-after-jump-hook): New hook.
11964 (bookmark-jump): Run `bookmark-after-jump-hook'.
11965
11966 2005-08-23 Juri Linkov <juri@jurta.org>
11967
11968 * faces.el (minibuffer-prompt): Doc fix.
11969
11970 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
11971
11972 * progmodes/xscheme.el: Trivial changes to silence warnings.
11973 (xscheme-previous-mode, xscheme-previous-process-state):
11974 Add defvars.
11975 (xscheme-last-input-end, xscheme-process-command-line)
11976 (xscheme-process-name, xscheme-buffer-name)
11977 (xscheme-expressions-ring-max, xscheme-expressions-ring)
11978 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
11979 (xscheme-control-g-synchronization-p)
11980 (xscheme-control-g-disabled-p, xscheme-string-receiver)
11981 (default-xscheme-runlight, xscheme-runlight)
11982 (xscheme-runlight-string, xscheme-process-filter-state)
11983 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
11984 Move to beginning of file.
11985 (scheme-interaction-mode-commands-alist)
11986 (scheme-interaction-mode-map, scheme-debugger-mode-map):
11987 Declare them before use. Note: the initialization code for the variables
11988 has not been moved because it uses functions that reference the variables.
11989 (xscheme-control-g-message-string, xscheme-process-filter-alist)
11990 (xscheme-prompt-for-expression-map): Declare them before use.
11991 (scheme-debugger-mode-commands): "?\ " -> "?\s".
11992
11993 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
11994
11995 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
11996
11997 2005-08-22 Juri Linkov <juri@jurta.org>
11998
11999 * faces.el (set-face-underline): Delete this duplicate function
12000 and make an obsolete alias to set-face-underline-p.
12001 (set-face-underline-p): Use docstring of set-face-underline.
12002 (describe-face): Create hyperlink to parent face.
12003
12004 * info.el (Info-insert-dir): Use save-excursion around
12005 insert-buffer-substring.
12006 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12007 (Info-escape-percent): Delete function.
12008 (Info-fontify-node): Replace Info-escape-percent by
12009 replace-regexp-in-string with REP arg set to lambda that
12010 duplicates `%' and preserves text properties.
12011
12012 * progmodes/compile.el (compilation-disable-input): Doc fix.
12013 (define-compilation-mode): Doc fix and refill.
12014 (kill-compilation): Use `mode-name' in the error message.
12015 (compilation-find-file): Use `compilation-error' in the
12016 read-file-name's prompt.
12017
12018 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12019
12020 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12021 (smerge-auto-leave): Make undo re-enable the mode.
12022 (debug-ignored-errors): Add the user-error of impossible resolution.
12023 (smerge-resolve): Move things around a bit, in preparation for later.
12024 (smerge-diff): Don't fail if the buffer has no associated file.
12025 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12026 (smerge-conflict-overlay): New function.
12027 (smerge-match-conflict): Don't add text properties here.
12028 (smerge-find-conflict): Instead, add an overlay here.
12029 Also check for the case where we're inside a conflict already, so as to
12030 obviate the need for font-lock-multiline, which is unbearably slow with
12031 large conflicts and ciomplex font-lock patterns.
12032 (smerge-remove-props): Remove overlay rather than text-properties.
12033 (smerge-mode): Don't set font-lock-multiline.
12034 Remove overlays when turned off.
12035
12036 2005-08-21 Kim F. Storm <storm@cua.dk>
12037
12038 * ido.el (ido-ignore-item-p): Use save-match-data.
12039 Bind case-fold-search to ido-case-fold locally.
12040
12041 2005-08-20 Richard M. Stallman <rms@gnu.org>
12042
12043 * files.el (normal-mode): If font lock is on, turn it off and on.
12044
12045 * subr.el (replace-regexp-in-string): Doc fix.
12046
12047 * startup.el (command-line-1): Don't suppress startup screen
12048 due to existing processes.
12049
12050 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12051
12052 * progmodes/compile.el (compilation-disable-input): Default to nil.
12053
12054 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12055
12056 * progmodes/compile.el (compilation-disable-input): New defcustom.
12057 (compilation-start): If compilation-disable-input is non-nil, send
12058 EOF to the compilation process.
12059
12060 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12061
12062 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12063 Run the argument of tex-shell-cd-command through
12064 convert-standard-filename, to get the correct style of slashes on
12065 Windows, and enclose the result in quotes, in case the file name
12066 includes whitespace or other special characters.
12067
12068 2005-08-19 Andreas Schwab <schwab@suse.de>
12069
12070 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12071 process.
12072
12073 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12074
12075 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12076
12077 2005-08-18 Kim F. Storm <storm@cua.dk>
12078
12079 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12080
12081 2005-08-18 Richard M. Stallman <rms@gnu.org>
12082
12083 * scroll-lock.el: New file.
12084
12085 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12086
12087 * dired.el (dired-move-to-end-of-filename):
12088 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12089
12090 2005-08-18 Kim F. Storm <storm@cua.dk>
12091
12092 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12093 rather than toggle mode when custom value is nil.
12094 (ido-everywhere): Fix defun doc string.
12095
12096 2005-08-17 Richard M. Stallman <rms@gnu.org>
12097
12098 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12099 as tag instead of "Inviolable".
12100
12101 2005-08-17 Kim F. Storm <storm@cua.dk>
12102
12103 * windmove.el (windmove-coordinates-of-position): Remove.
12104 (windmove-coordinates-of-window-position): Remove.
12105 (windmove-reference-loc): Use posn-at-point instead.
12106
12107 * subr.el (insert-for-yank-1): Doc fix.
12108
12109 * ido.el (ido-enter-matching-directory): Rename from
12110 ido-enter-single-matching-directory. Change `slash' choice to
12111 `only'. Add `first' choice.
12112 (ido-exhibit): Adapt to above changes.
12113
12114 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12115
12116 * Makefile.in: Expand comment about building loaddefs.el.
12117
12118 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12119
12120 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12121 Comment use of defadvice.
12122
12123 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12124
12125 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12126
12127 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12128 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12129 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12130 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12131 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12132 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12133 for backward compatibility for faces that did not appear in the
12134 previous Emacs release.
12135
12136 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12137
12138 2005-08-15 Kim F. Storm <storm@cua.dk>
12139
12140 * emulation/cua-base.el (cua-delete-region): Return t if
12141 deleted region was non-empty.
12142 (cua-replace-region): Inhibit overwrite-mode for
12143 self-insert-command if replaced region was non-empty.
12144 (cua--explicit-region-start, cua--status-string): Make them
12145 buffer-local at top-level...
12146 (cua-mode): ...rather than when mode is enabled.
12147
12148 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12149
12150 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12151 Set t for Emacs 21, 22, and so on.
12152
12153 2005-08-15 David Ponce <david@dponce.com>
12154
12155 * tree-widget.el: Update Commentary header.
12156 (tree-widget-theme): Doc fix.
12157 (tree-widget-space-width): New option.
12158 (tree-widget-image-properties): Look up in the default theme too.
12159 (tree-widget--cursors): Only for images with arrow pointer shape.
12160 (tree-widget-lookup-image): Pointer shape is hand by default.
12161 (tree-widget-icon): Rename generic icon widget from
12162 `tree-widget-control'.
12163 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12164 derive from `tree-widget-icon'.
12165 (tree-widget-handle): Improve default look and feel of the text
12166 representation.
12167 (tree-widget): Rename :*-control properties to :*-icon properties.
12168 Add :action and :help-echo properties.
12169 (tree-widget-after-toggle-functions): Move.
12170 (tree-widget-close-node, tree-widget-open-node): Remove.
12171 (tree-widget-before-create-icon-functions): New hook.
12172 (tree-widget-value-create): Update to allow customization of icons
12173 and nodes at run-time via that new hook.
12174 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12175 (tree-widget-icon-action, tree-widget-icon-help-echo)
12176 (tree-widget-action, tree-widget-help-echo): New functions.
12177
12178 2005-08-15 Kim F. Storm <storm@cua.dk>
12179
12180 * ido.el (ido-buffer-internal): Use with-no-warnings.
12181 (ido-make-merged-file-list): Use while-no-input.
12182
12183 2005-08-15 Richard M. Stallman <rms@gnu.org>
12184
12185 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12186 (flyspell-large-region): Fix doc and custom type.
12187
12188 2005-08-14 Richard M. Stallman <rms@gnu.org>
12189
12190 * files.el (interpreter-mode-alist): Doc fix.
12191
12192 * mail/rmail.el (rmail-nonignored-headers): New variable.
12193 (rmail-clear-headers): Use it.
12194 (rmail-reply): Better handling of mail-followup-to header.
12195
12196 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12197 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12198 don't try to refer to executable-font-lock-keywords.
12199 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12200 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12201 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12202 (sh-mode): Set comment-start-skip, local-abbrev-table,
12203 imenu-case-fold-search.
12204 (sh-set-shell): Don't set them here.
12205 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12206 Don't cache the results in the original alist; don't ever modify
12207 that alist.
12208
12209 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12210
12211 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12212 empty.
12213
12214 2005-08-15 Andreas Schwab <schwab@suse.de>
12215
12216 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12217
12218 * dired.el, info.el, mail/rmail.el: Revert last change.
12219
12220 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12221
12222 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12223 modification in `eval-after-load' form.
12224 * info.el: Likewise.
12225 * mail/rmail.el: Likewise.
12226
12227 2005-08-14 Juri Linkov <juri@jurta.org>
12228
12229 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12230 Remove highlighting of "Compilation started". Highlight only
12231 the word "finished" in "Compilation finished". Add highlighting
12232 of "interrupt", "killed", "terminated" and the exit code.
12233 (compilation-start): Add newline after header. Use exactly the
12234 same time stamp format as the finishing message.
12235 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12236
12237 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12238 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12239 Add highlighting of "interrupt", "killed", "terminated".
12240
12241 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12242 enabled and the current command is self-insert-command, call it
12243 explicitly with overwrite-mode bound to nil, to not allow it
12244 to delete the character after the selected region.
12245
12246 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12247
12248 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12249 move-end-of-line, end-of-line, and beginning-of-line to the list
12250 of commands after which the echo area is updated.
12251
12252 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12253
12254 * cus-edit.el (custom-save-all, custom-save-delete):
12255 Bind recentf-exclude to exclude custom-file.
12256
12257 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12258
12259 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12260 to go to the bottom of the mail message. Added to
12261 `rmail-summary-mode-map' with key "/".
12262 (rmail-summary-show-message): New (internal) function for use by
12263 both `rmail-summary-beginning/end-of-message'.
12264 (rmail-summary-beginning-of-message): Change to use
12265 rmail-summary-show-message.
12266
12267 * mail/rmail.el (rmail-end-of-message): New command to go to the
12268 end of the current message. Added to `rmail-mode-map' with key "/".
12269 (rmail-beginning-of-message): Fix to work as documented.
12270 (rmail-mode): Change documentation.
12271
12272 * progmodes/compile.el (compilation-start): Add the line
12273 "Compilation started" with compilation start time.
12274 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12275
12276 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12277
12278 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12279 of menu items.
12280
12281 2005-08-11 Richard M. Stallman <rms@gnu.org>
12282
12283 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12284
12285 * battery.el (battery-status-function): Don't use ignore-errors.
12286
12287 2005-08-11 Lute Kamstra <lute@gnu.org>
12288
12289 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12290 define-obsolete-variable-alias.
12291
12292 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12293
12294 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12295 (ange-ftp-send-cmd): Revert last change, and expand
12296 the comment explaining the problem.
12297
12298 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12299
12300 * ldefs-boot.el: Update.
12301
12302 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12303 item to "Time, Load and Mail". Change help echo text.
12304
12305 * time.el (display-time-use-mail-icon, display-time-format)
12306 (display-time-string-forms): Shorten first line of docstrings.
12307
12308 2005-08-10 Lars Hansen <larsh@soem.dk>
12309
12310 * desktop.el (desktop-buffer-mode-handlers):
12311 Make non-customizable. Add autoload cookie. Change initial value to
12312 nil; add elements in respective modules instead. Fix doc string.
12313 (desktop-load-file): New function.
12314 (desktop-minor-mode-handlers): New autoloaded variable.
12315 (desktop-create-buffer): Call minor mode handlers.
12316 Use desktop-load-file to load major and minor mode modules prior to
12317 checking for a handler.
12318 (desktop-save): Don't add nil to desktop-minor-modes for minor
12319 modes with nil function in desktop-minor-mode-table. Don't delete
12320 desktop file before rewriting it.
12321 (desktop-locals-to-save): Add autoload cookie. Don't make
12322 automatically buffer-local. Add variables column-number-mode,
12323 size-indication-mode, indent-tabs-mode,
12324 indicate-buffer-boundaries, indicate-empty-lines and
12325 show-trailing-whitespace.
12326 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12327 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12328 (desktop-clear-preserve-buffers-regexp): Delete.
12329 (desktop-clear-preserve-buffers): Update initial value and docstring.
12330 (desktop-save-buffer): Fix doc string.
12331
12332 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12333 (hilit-chg-desktop-restore): New function.
12334 (highlight-changes-mode): Add highlight-changes-mode to
12335 desktop-locals-to-save.
12336
12337 * dired.el: Add handler to desktop-buffer-mode-handlers.
12338 (dired-restore-desktop-buffer): Remove autoload cookie.
12339 (dired-mode): Add autoload cookie.
12340
12341 * info.el: Add handler to desktop-buffer-mode-handlers.
12342 (Info-restore-desktop-buffer): Remove autoload cookie.
12343 (Info-mode): Add autoload cookie.
12344
12345 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12346 (mh-restore-desktop-buffer): Remove autoload cookie.
12347 (mh-folder-mode): Add autoload cookie.
12348
12349 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12350 (rmail-restore-desktop-buffer): Remove autoload cookie.
12351
12352 2005-08-11 Masatake YAMATO <jet@gyve.org>
12353
12354 * hexl.el (hexl-address-region):
12355 (hexl-ascii-region, hexl-font-lock-keywords):
12356 (hexl-highlight-line-range): Use the term "region"
12357 instead of "area" for consistency with the other symbols
12358 defined in hexl.el.
12359
12360 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12361
12362 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12363 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12364 out by Juri Linkov). Add `display-battery-mode'.
12365
12366 2005-08-09 Juri Linkov <juri@jurta.org>
12367
12368 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12369 Remove `-text' from face variable names.
12370 (compilation-error-file-name, compilation-warning-file-name)
12371 (compilation-info-file-name): Delete faces.
12372 (compilation-line-number, compilation-column-number):
12373 Remove face underlining.
12374 (compilation-message-face): Set to `underline' value by default.
12375 (compilation-error-face, compilation-warning-face)
12376 (compilation-info-face): Remove `-file-name' from face names.
12377 (compilation-error-text-face, compilation-warning-text-face)
12378 (compilation-info-text-face): Delete face variables.
12379 (compilation-text-face): Delete function.
12380
12381 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12382 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12383 (grep-error-face): Set to `compilation-error' instead of
12384 `compilation-error-face' (which is redefined to `grep-hit-face' in
12385 grep buffers).
12386 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12387 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12388
12389 * dired-aux.el (dired-do-query-replace-regexp):
12390 Use `query-replace-read-args'.
12391
12392 * replace.el (query-replace-read-from, query-replace-read-to)
12393 (query-replace-read-args): Rename arg `string' to `prompt'.
12394
12395 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12396
12397 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12398
12399 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12400 uploading files.
12401 (ange-ftp-canonize-filename): Handle file names beginning with ~
12402 correctly.
12403
12404 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12405
12406 * textmodes/fill.el (canonically-space-region)
12407 (fill-context-prefix, fill-french-nobreak-p)
12408 (fill-delete-newlines, fill-comment-paragraph)
12409 (justify-current-line): "?\ " -> "?\s".
12410
12411 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12412
12413 * textmodes/fill.el (fill-nonuniform-paragraphs):
12414 Improve argument/docstring consistency.
12415
12416 2005-08-09 Richard M. Stallman <rms@gnu.org>
12417
12418 * textmodes/ispell.el (ispell-word): More fboundp checks.
12419
12420 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12421 (find-file-noselect-1): Call it here, only if RAWFILE.
12422 (normal-mode): Always set some major mode.
12423 (save-some-buffers-action-alist): Change some explanation strings.
12424 (file-name-non-special): In the `quote' method, use unwind-protect.
12425
12426 2005-08-09 Magnus Henoch <mange@freemail.hu>
12427
12428 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12429 (ispell-have-aspell-dictionaries): New variable.
12430 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12431 (ispell-get-aspell-config-value): New function.
12432 (ispell-aspell-find-dictionary): New function.
12433 (ispell-aspell-add-aliases): New function.
12434 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12435 appropriate. Don't look for ispell dictionaries if we use aspell.
12436 (ispell-menu-map): Don't build a submenu of dictionaries.
12437
12438 2005-08-09 Richard M. Stallman <rms@gnu.org>
12439
12440 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12441 (sql-read-passwd): Use read-passwd.
12442
12443 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12444 (idlwave-toolbar-is-possible): Add defvars.
12445
12446 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12447 Avoid warnings.
12448
12449 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12450 (idlwave-system-class-info, idlwave-executive-commands-alist):
12451 Use defvar.
12452
12453 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12454
12455 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12456 Avoid warnings.
12457
12458 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12459 and content-type: headers.
12460
12461 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12462
12463 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12464 and rename some of them to be more self-explanatory.
12465
12466 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12467
12468 * startup.el (command-line-1): Implement -scriptload.
12469
12470 * replace.el (occur-engine): Initial *Occur* output not undoable.
12471
12472 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12473 and improve help strings.
12474
12475 * isearch.el (isearch-repeat): When changing direction,
12476 mark search successful.
12477
12478 * ediff-init.el: Use (featurep 'xemacs).
12479
12480 * comint.el (send-invisible): Identify buffer, if not selected.
12481
12482 * align.el: Delete autoload for c-guess-basic-syntax.
12483
12484 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12485
12486 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12487 Improve argument/docstring consistency. Doc fixes.
12488 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12489 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12490 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12491 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12492 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12493 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12494 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12495 Defvar at compile time.
12496
12497 2005-08-09 Juri Linkov <juri@jurta.org>
12498
12499 * info.el: Replace `info' with upper-case `Info' where appropriate.
12500 (info-title-1, info-title-2, info-title-3, info-title-4)
12501 (info-menu-header): Move up face definitions.
12502 (info-menu-star): Rename from `info-menu-5'.
12503 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12504 (Info-fontify-visited-nodes): Fix docstring.
12505 (Info-hide-note-references): Fix docstring.
12506 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12507 menu items in the same way as on cross-references.
12508 (info-apropos): Fix sorting order and formatting to be like in the
12509 stand-alone Info browser. Display error messages for 1 sec.
12510 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12511 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12512 from the menu bar.
12513 (Info-insert-dir): Restore point after calling
12514 `insert-buffer-substring'.
12515
12516 2005-08-08 Richard M. Stallman <rms@gnu.org>
12517
12518 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12519 (recompute-lucid-menubar): Add defvars.
12520
12521 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12522
12523 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12524
12525 * net/net-utils.el (run-dig): Rename from `dig'.
12526
12527 * play/gametree.el (gametree-mode): Use make-local-variable,
12528 not make-variable-buffer-local.
12529
12530 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12531
12532 * ansi-color.el (ansi-color-make-extent)
12533 (ansi-color-set-extent-face): Use fboundp, not functionp.
12534
12535 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12536 not make-variable-buffer-local.
12537
12538 * bookmark.el (Info-current-file): Add defvar.
12539 (bookmark-jump-noselect): Use with-no-warnings.
12540
12541 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12542
12543 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12544
12545 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12546
12547 * find-file.el (ada-procedure-start-regexp)
12548 (ada-package-start-regexp): Add defvars.
12549
12550 * info.el (Info-insert-dir): Use insert-buffer-substring.
12551
12552 * xml.el (xml-att-def-re): Add defvar.
12553
12554 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12555 calling convention.
12556
12557 * subr.el (while-no-input): Return t if there is input.
12558
12559 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12560
12561 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12562
12563 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12564
12565 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12566 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12567
12568 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12569
12570 * cmuscheme.el (scheme-start-file): Replace reference to
12571 `user-emacs-directory' by "~/.emacs.d/".
12572
12573 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12574
12575 * info.el (Info-dir-remove-duplicates): Avoid case folding
12576 in loop; instead, keep downcased strings for comparison.
12577 Suggested by Helmut Eller.
12578
12579 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12580
12581 Sync with Tramp 2.0.50.
12582
12583 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12584 XEmacs case; not necessary anymore.
12585 (tramp-user-regexp): Allow "@" as part of user name.
12586 (tramp-handle-set-visited-file-modtime)
12587 (tramp-handle-insert-file-contents)
12588 (tramp-handle-write-region): No special handling for
12589 `last-coding-system-used, because this is done in
12590 `tramp-accept-process-output' now.
12591 (tramp-accept-process-output): New defun.
12592 (tramp-process-one-action, tramp-process-one-multi-action)
12593 (tramp-wait-for-regexp, tramp-wait-for-output)
12594 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12595 Howells <dhowells@redhat.com>.
12596 (clear-visited-file-modtime): Defadvice removed. The check for
12597 unset buffer's modtime does not need to be based on
12598 `tramp-buffer-file-attributes'. Suggested by RMS.
12599 (tramp-message): Insert "\n" if not being at beginning of line.
12600 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12601 sequence with same logic.
12602 (tramp-completion-handle-expand-file-name): Discard call of
12603 `tramp-drop-volume-letter'. It is not necessary, and there have
12604 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12605 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12606 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12607 should always be visible.
12608 (tramp-handle-insert-directory, tramp-setup-complete)
12609 (tramp-set-process-query-on-exit-flag)
12610 (tramp-append-tramp-buffers): Pacify byte-compiler.
12611 (tramp-bug): Delete non-existing variables from list.
12612 Apply `tramp-load-report-modules' as pre-hook.
12613 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12614 `shell-prompt-pattern' because of non-7bit characters.
12615 Reported by Sebastian Luque <sluque@mun.ca>.
12616 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12617 (tramp-match-string-list): Remove function.
12618 (tramp-wait-for-regexp): Remove call of that function.
12619 Suggested by Kim F. Storm <storm@cua.dk>.
12620 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12621 instead of octal character code ?\600. The latter resulted in a
12622 syntax error with XEmacs.
12623
12624 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12625 XEmacs case; not necessary anymore.
12626 (tramp-smb-handle-write-region): No special handling for
12627 `last-coding-system-used, because this is done in
12628 `tramp-accept-process-output' now.
12629 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12630
12631 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12632
12633 * wid-edit.el (widget-choice-value-create):
12634 Unconditionally respect user choice. Set :explicit-choice back to nil
12635 when no longer needed.
12636 (widget-choice-action): Unconditionally respect user choice.
12637 Eliminate :explicit-choice-value.
12638
12639 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12640
12641 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12642 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12643 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12644 running new function `toggle-indicate-empty-lines'.
12645 Rename "Customize" item to "Customize fringe".
12646 Rename "Indicators" item to "Buffer boundaries" and change help echo.
12647 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12648 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12649 Delete "Empty lines only" item.
12650 (menu-bar-showhide-fringe-ind-customize): New function.
12651 (menu-bar-showhide-fringe-ind-mixed)
12652 (menu-bar-showhide-fringe-ind-box)
12653 (menu-bar-showhide-fringe-ind-right)
12654 (menu-bar-showhide-fringe-ind-left)
12655 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12656 instead of `fringe-indicators'.
12657
12658 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12659
12660 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12661 Change the date of last update.
12662
12663 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12664
12665 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12666 (viper-exec-yank, viper-put-back): Don't display modification msg
12667 if in the minibuffer.
12668
12669 * viper-init.el (viper-replace-overlay-cursor-color)
12670 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12671 Make variables frame local.
12672
12673 * viper-util.el (viper-append-filter-alist): Use append instead of
12674 nconc.
12675
12676 * viper.el (viper-vi-state-mode-list)
12677 (viper-emacs-state-mode-list): Move help-mode and
12678 completion-list-mode from the first list to the second.
12679 (viper-mode): Docstring.
12680 (viper-go-away, viper-non-hook-settings): Don't localize
12681 minor-mode-alist in newer Emacsen. Add advice to
12682 set-cursor-color. Don't bind "\C-c\\".
12683
12684 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
12685
12686 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12687 (scheme-macro-expand-command): New user options.
12688 (scheme-trace-procedure, scheme-expand-current-form): New commands.
12689 (scheme-form-at-point, scheme-start-file)
12690 (scheme-interactively-start-process): New functions.
12691 (scheme-get-process): New function, extracted from `scheme-proc'.
12692 (run-scheme): Call `scheme-start-file' to get start file, and pass
12693 it to `make-comint'.
12694 (switch-to-scheme, scheme-proc):
12695 Call `scheme-interactively-start-process' if no Scheme buffer/process
12696 is available.
12697
12698 2005-08-06 Juri Linkov <juri@jurta.org>
12699
12700 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12701 Use `compilation-text-face', `compilation-info-text-face' and
12702 `compilation-error-text-face' instead of `font-lock-keyword-face'.
12703 (compilation-error): New face.
12704 (compilation-error-file-name): Inherit from
12705 `compilation-error' instead of `font-lock-warning-face'.
12706 (compilation-warning-file-name): Inherit from
12707 `compilation-warning' instead of `font-lock-warning-face'.
12708 (compilation-info, compilation-error-file-name)
12709 (compilation-warning-file-name, compilation-info-file-name)
12710 (compilation-line-number, compilation-column-number): Doc fix.
12711 (compilation-error-text-face, compilation-warning-text-face)
12712 (compilation-info-text-face): New face variables.
12713 (compilation-line-face, compilation-column-face)
12714 (compilation-enter-directory-face)
12715 (compilation-leave-directory-face): Doc fix.
12716 (compilation-text-face): New function.
12717
12718 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12719 instead of 1 to display binary file names as info file links.
12720 (grep-error-face): Use `compilation-error-face' instead of
12721 `font-lock-keyword-face'.
12722 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12723 and `compilation-warning-text-face' instead of
12724 `font-lock-keyword-face'. Use `compilation-error-text-face'
12725 instead of `grep-error-face'.
12726
12727 2005-08-05 Kenichi Handa <handa@m17n.org>
12728
12729 * international/code-pages.el: Add autoload cookies for all coding
12730 systems.
12731
12732 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
12733
12734 * cus-start.el (all): Put undo.c where it alphabetically belongs.
12735
12736 2005-08-04 Juri Linkov <juri@jurta.org>
12737
12738 * progmodes/compile.el (compilation-mode-map):
12739 * progmodes/grep.el (grep-mode-map):
12740 Bind TAB to `compilation-next-error' and [backtab] to
12741 `compilation-previous-error'.
12742
12743 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12744 matching line numbers, column numbers and their ranges with regexp
12745 matching only line numbers.
12746 (grep-context-face): New face variable.
12747 (grep-mode-font-lock-keywords): Use it.
12748
12749 * faces.el (read-face-name): Delete duplicate faces.
12750
12751 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
12752
12753 * thumbs.el (thumbs-find-image): Don't make variables
12754 automatically buffer local.
12755 (thumbs-current-tmp-filename, thumbs-current-image-filename)
12756 (thumbs-image-num): Make automatically buffer local.
12757 (thumbs-show-thumbs-list): Use `make-local-variable', not
12758 `make-variable-buffer-local'.
12759 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12760
12761 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12762 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12763 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12764 (bother, bye, canyou, chatlst, continue, deathlst, describe)
12765 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12766 (feelings-about, foullst, found, hello, history, howareyoulst)
12767 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12768 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12769 (neglst, obj, object, owner, please, problems, qlist)
12770 (random-adjective, relation, remlst, repetitive-shortness)
12771 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12772 (shortlst, something, sportslst, stallmanlst, states, subj)
12773 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12774 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12775 Defvar at compile time.
12776
12777 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12778 not `make-variable-buffer-local'.
12779
12780 2005-08-02 Kim F. Storm <storm@cua.dk>
12781
12782 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12783 rectangle overlay in selected window.
12784
12785 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
12786
12787 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12788 instead of display group. Make `indicate-buffer-boundaries'
12789 customizable through Custom.
12790
12791 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
12792
12793 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12794 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12795 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12796 (gdb-put-string): Fix typos in docstrings.
12797
12798 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
12799
12800 Update copyright notices of files in progmodes directory for
12801 release of Emacs 22.1.
12802
12803 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12804
12805 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12806 Don't barf if the GUD buffer has been killed.
12807
12808 2005-08-01 Kim F. Storm <storm@cua.dk>
12809
12810 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12811
12812 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
12813
12814 * simple.el (next-error-follow-minor-mode):
12815 make-variable-buffer-local -> make-local-variable.
12816
12817 * emacs-lisp/cl-extra.el: Require CL also when compiling.
12818
12819 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12820 (byte-compile-form-make-variable-buffer-local): New functions to warn
12821 about misuses of make-variable-buffer-local where make-local-variable
12822 was meant.
12823
12824 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
12825
12826 * bs.el (bs-attributes-list): Doc fix.
12827 (bs): Update url-link.
12828
12829 * desktop.el (desktop-save-buffer): Fix typos in docstring.
12830 (desktop-load-default): Simplify.
12831
12832 * ibuffer.el (ibuffer-columnize-and-insert-list)
12833 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12834 (ibuffer-unmark-all, ibuffer-toggle-marks)
12835 (ibuffer-unmark-forward, ibuffer-unmark-backward)
12836 (ibuffer-compile-make-format-form, ibuffer-format-column)
12837 (ibuffer-current-buffers-with-marks)
12838 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12839 (ibuffer): Doc fix.
12840 (ibuffer-mode): Fix typo in docstring.
12841 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12842 with `define-obsolete-variable-alias'.
12843 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
12844
12845 2005-07-29 Kenichi Handa <handa@m17n.org>
12846
12847 * international/mule-cmds.el (select-message-coding-system):
12848 Be sure to use LF for end-of-line. If no coding system is decided,
12849 return iso-8859-1-unix.
12850
12851 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
12852
12853 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12854 (ange-ftp-pending-error-line): New vars.
12855 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12856 to handle the non-fatal no-route-to-host messages.
12857 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12858
12859 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
12860
12861 * isearch.el (isearch-mode-map, isearch-other-meta-char)
12862 (isearch-quote-char, isearch-printing-char)
12863 (isearch-text-char-description): "?\ " -> "?\s".
12864 (isearch-lazy-highlight-cleanup)
12865 (isearch-lazy-highlight-initial-delay)
12866 (isearch-lazy-highlight-interval)
12867 (isearch-lazy-highlight-max-at-a-time)
12868 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
12869 Declare with define-obsolete-*-alias macros.
12870 (isearch-forward): Fix typo in docstring.
12871 (search-invisible, search-ring-yank-pointer)
12872 (regexp-search-ring-yank-pointer): Doc fixes.
12873
12874 * recentf.el (recentf-menu-append-commands-p): Declare with
12875 `define-obsolete-variable-alias'.
12876 (recentf-max-saved-items, recentf-menu-filter)
12877 (recentf-arrange-by-rule-subfilter): Doc fixes.
12878 (recentf-menu-append-commands-flag)
12879 (recentf-initialize-file-name-history, recentf-expand-file-name)
12880 (recentf-clear-data): Fix typos in docstrings.
12881
12882 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
12883
12884 * progmodes/gdb-ui.el: Smarten comments.
12885 (gdb-info-breakpoints-custom): Use nowarn when finding file.
12886
12887 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12888
12889 * term/apollo.el (terminal-init-apollo): New function containing
12890 all former top level forms in the file.
12891 * term/bobcat.el (terminal-init-bobcat):
12892 * term/cygwin.el (terminal-init-cygwin):
12893 * term/iris-ansi.el (terminal-init-iris-ansi):
12894 * term/linux.el (terminal-init-linux):
12895 * term/news.el (terminal-init-news):
12896 * term/rxvt.el (terminal-init-rxvt):
12897 * term/sun.el (terminal-init-sun):
12898 * term/tvi970.el (terminal-init-tvi970):
12899 * term/vt100.el (terminal-init-vt100):
12900 * term/vt102.el (terminal-init-vt102):
12901 * term/vt125.el (terminal-init-vt125):
12902 * term/vt200.el (terminal-init-vt200):
12903 * term/vt201.el (terminal-init-vt201):
12904 * term/vt220.el (terminal-init-vt220):
12905 * term/vt240.el (terminal-init-vt240):
12906 * term/vt300.el (terminal-init-vt300):
12907 * term/vt320.el (terminal-init-vt320):
12908 * term/vt400.el (terminal-init-vt400):
12909 * term/vt420.el (terminal-init-vt420):
12910 * term/wyse50.el (terminal-init-wyse50):
12911 * term/xterm.el (terminal-init-xterm): Likewise.
12912
12913 * term/README: Describe the terminal-init-* functionality.
12914
12915 * startup.el (command-line): After loading the terminal initialization
12916 file call the corresponding terminal initialization function.
12917
12918 2005-07-27 Kenichi Handa <handa@m17n.org>
12919
12920 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
12921 negative.
12922
12923 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
12924 (ps-mule-composition-prologue): Fix for the case that
12925 RelativeCompose is false.
12926
12927 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12928
12929 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
12930
12931 * descr-text.el (describe-char): Handle the case where the list of
12932 chars is displayed in a separate frame.
12933 Be a bit more discriminating when looking for the char.
12934
12935 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
12936
12937 * bookmark.el (bookmark-automatically-show-annotations)
12938 (bookmark-read-annotation-text-func): Doc fixes.
12939 (bookmark-save): Improve argument/docstring consistency.
12940 (bookmark-get-bookmark, bookmark-get-bookmark-record)
12941 (bookmark-alist-from-buffer)
12942 (bookmark-upgrade-file-format-from-0)
12943 (bookmark-grok-file-format-version)
12944 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
12945 (bookmark-read-annotation-mode)
12946 (bookmark-insert-current-bookmark, bookmark-jump)
12947 (bookmark-exit-hook): Fix typos in docstrings.
12948 (bookmark-exit-hooks): Define as obsolete alias.
12949 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
12950 not `bookmark-exit-hooks'. Fix docstring.
12951 (bookmark-bmenu-select): "?\ " -> "?\s".
12952
12953 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
12954
12955 * startup.el (command-line): Fix typo.
12956
12957 2005-07-24 Richard M. Stallman <rms@gnu.org>
12958
12959 * tooltip.el (tooltip-mode): Test emacs-basic-display,
12960 not emacs-quick-startup.
12961
12962 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
12963
12964 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
12965 (reb-next-match, reb-show-subexp): Use `with-selected-window'
12966 instead of `reb-with-current-window'.
12967 (reb-prev-match): Likewise. Also, don't move left if the search
12968 was unsuccessful.
12969 (reb-initialize-buffer): New function.
12970 (re-builder, reb-change-syntax): Use it.
12971
12972 * man.el (Man-goto-page): Make second argument NOERROR optional.
12973
12974 2005-07-23 Richard M. Stallman <rms@gnu.org>
12975
12976 * man.el (Man-bgproc-sentinel): Check here for failure to find
12977 any man page in the output, and report the error here.
12978 (Man-arguments): Make it permanent local.
12979 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
12980 (Man-mode): Pass t for NOERROR.
12981
12982 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
12983 (grep-mode-font-lock-keywords):
12984 Don't use compilation-...-face for messages that are not file names.
12985
12986 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12987 Don't use compilation-...-face for messages that are not file names.
12988
12989 2005-07-22 Juri Linkov <juri@jurta.org>
12990
12991 * startup.el (normal-splash-screen): Update menu name.
12992
12993 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
12994
12995 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12996
12997 * term/xterm.el: Load term/rxvt if the terminal is actually an
12998 rxvt terminal.
12999 (xterm-rxvt-set-background-mode): Remove, not used anymore.
13000
13001 * term/rxvt.el (function-key-map): Use substitute-key-definition
13002 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
13003
13004 * term/cygwin.el: New file.
13005
13006 2005-07-22 Kim F. Storm <storm@cua.dk>
13007
13008 * image-file.el (insert-image-file, image-file-yank-handler):
13009 Fix last change to maintain a (unique) yank-handler on yanked images.
13010
13011 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
13012
13013 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13014 of the file size (as in "177B" for 177 bytes). This happens with
13015 "ls -lh" on FreeBSD.
13016
13017 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
13018
13019 * hilit-chg.el (highlight-changes-global-initial-state)
13020 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13021 (hilit-chg-fixup, highlight-changes-mode):
13022 Fix typos in docstrings.
13023 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13024 Doc fixes.
13025
13026 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13027
13028 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13029 mode function using `eval-after-load'.
13030
13031 2005-07-21 Kim F. Storm <storm@cua.dk>
13032
13033 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13034 included when reporting an emacs crash, and tell about the DEBUG file.
13035
13036 * image-file.el (insert-image-file): Add yank-handler.
13037 (image-file-yank-handler): Yank handler to make unique copies of
13038 images when they are yanked into a buffer next to each other.
13039
13040 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13041
13042 * comint.el (comint-use-prompt-regexp, comint-send-input)
13043 (comint-source-default, comint-extract-string)
13044 (comint-get-source, comint-word, comint-completion)
13045 (comint-source, comint-prompt-read-only, comint-update-fence):
13046 Fix typos in docstrings.
13047 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13048 Declare with define-obsolete-*-alias macros.
13049 (comint-previous-matching-input-from-input)
13050 (comint-next-matching-input-from-input)
13051 (comint-previous-matching-input, comint-next-matching-input)
13052 (comint-forward-matching-input):
13053 Improve argument/docstring consistency.
13054
13055 * desktop.el (desktop-clear-preserve-buffers-regexp):
13056 Also preserve the *server* buffer.
13057
13058 * simple.el (clone-indirect-buffer): Doc fix.
13059 (fixup-whitespace, just-one-space)
13060 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13061 (next-error, next-error-highlight)
13062 (next-error-highlight-no-select, next-error-last-buffer)
13063 (next-error-buffer-p, next-error-find-buffer, next-error)
13064 (previous-error, next-error-no-select, previous-error-no-select)
13065 (open-line, split-line, minibuffer-prompt-width, kill-new)
13066 (binary-overwrite-mode): Fix typos in docstrings.
13067 (set-fill-column): Fix typo in message.
13068
13069 * skeleton.el (skeleton-proxy-new): Doc fix.
13070
13071 * strokes.el (strokes-load-hook): Doc fix.
13072 (strokes-grid-resolution, strokes-get-grid-position)
13073 (strokes-renormalize-to-grid, strokes-read-stroke)
13074 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13075 (strokes-global-map): Fix typos in docstrings.
13076 (strokes-help): Doc fix. Fix help message and pass it through
13077 `substitute-command-keys'.
13078
13079 * tempo.el (tempo-insert-prompt, tempo-interactive)
13080 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13081 (tempo-insert-string-functions, tempo-local-tags)
13082 (tempo-define-template, tempo-insert-template)
13083 (tempo-insert-prompt-compat, tempo-is-user-element)
13084 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13085 Fix typos in docstrings.
13086
13087 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13088 (vcursor-key-bindings, vcursor-use-vcursor-map)
13089 (vcursor-find-window, vcursor-scroll-down)
13090 (vcursor-disable, vcursor-beginning-of-buffer)
13091 (vcursor-end-of-buffer): Fix typos in docstrings.
13092 (vcursor-relative-move, vcursor-get-char-count):
13093 Improve argument/docstring consistency.
13094
13095 * version.el: "?\ " -> "?\s".
13096
13097 * wid-edit.el (widget-default-create, widget-after-change)
13098 (widget-default-format-handler, widget-checklist-add-item)
13099 (widget-radio-add-item, widget-choose, widget-specify-secret)
13100 (widget-field-value-create, widget-field-value-get)
13101 (widget-editable-list-format-handler)
13102 (widget-editable-list-entry-create, widget-group-value-create)
13103 (widget-documentation-link-add)
13104 (widget-documentation-string-value-create): "?\ " -> "?\s".
13105 (widget-convert-text): Doc fix.
13106 (widget-narrow-to-field, widget-field-find)
13107 (widget-url-link-action, widget-emacs-library-link-action)
13108 (widget-color-notify): Fix typos in docstrings.
13109
13110 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13111 (x-select-text, set-w32-system-coding-system)
13112 (w32-add-charset-info): Fix typos in docstrings.
13113
13114 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13115 (cua-enable-cua-keys, cua-use-hyper-key)
13116 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13117 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13118
13119 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13120
13121 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13122 `defalias' instead of faking it.
13123
13124 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13125 (eshell-ls-missing, eshell-ls-dired-initial-args)
13126 (eshell-ls-use-in-dired): Fix typos in docstrings.
13127
13128 2005-07-20 Kim F. Storm <storm@cua.dk>
13129
13130 * emulation/cua-base.el (cua-mode): Improve doc string.
13131
13132 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13133
13134 * abbrev.el (expand-region-abbrevs): Doc fix.
13135 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13136 Improve argument/docstring consistency.
13137
13138 * arc-mode.el (archive-get-descr, archive-alternate-display):
13139 Doc fixes.
13140 (archive-l-e): Improve argument/docstring consistency.
13141 (archive-tmpdir, archive-unixdate, archive-unixtime)
13142 (archive-chmod-entry): Fix typos in docstrings.
13143 (archive-unflag, archive-unflag-backwards)
13144 (archive-unmark-all-files): "?\ " -> "?\s".
13145
13146 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13147 (Buffer-menu-not-modified, Buffer-menu-execute)
13148 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13149 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13150
13151 * composite.el (compose-string, encode-composition-rule)
13152 (compose-last-chars): Fix typos in docstrings.
13153
13154 * desktop.el (desktop-enable, desktop-basefilename):
13155 Declare with `define-obsolete-variable-alias'.
13156 (desktop-internal-v2s): Don't quote keywords.
13157 (desktop-clear): "?\ " -> "?\s".
13158
13159 * dired.el (dired-align-file, dired-flag-backup-files)
13160 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13161 (dired-listing-switches, dired-ls-F-marks-symlinks)
13162 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13163 (dired-directory, dired-faces, dired, dired-revert)
13164 (dired-mode, dired-summary, dired-view-file)
13165 (dired-copy-filename-as-kill, dired-delete-file)
13166 (dired-no-confirm, dired-unmark-all-marks)
13167 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13168 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13169 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13170 Fix typos in message strings.
13171
13172 * dired-x.el (virtual-dired): Declare with `defalias'.
13173 (dired-mark-unmarked-files, dired-local-variables-file)
13174 (dired-omit-here-always): Doc fix.
13175 (dired-omit-mode, dired-find-subdir)
13176 (dired-enable-local-variables, dired-clean-up-buffers-too)
13177 (dired-extra-startup, dired-mark-extension, dired-jump)
13178 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13179 (dired-smart-shell-command, dired-guess-shell-alist-user)
13180 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13181 (dired-x-bind-find-file, dired-x-submit-report):
13182 Fix typos in docstrings.
13183 (dired-mark-unmarked-files): "?\ " -> "?\s".
13184
13185 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13186
13187 * faces.el (describe-face): "?\ " -> "?\s".
13188 (read-all-face-attributes, read-face-font, modify-face)
13189 (face-attr-construct, italic): Fix typos in docstrings.
13190 (frame-update-face-colors): Declare with
13191 `define-obsolete-function-alias'.
13192
13193 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13194 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13195 (magic-mode-alist, buffer-file-numbers-unique)
13196 (write-file-functions, get-free-disk-space):
13197 Fix typos in docstrings.
13198 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13199 (write-contents-hooks, write-file-hooks):
13200 Declare with `define-obsolete-variable-alias'.
13201
13202 * forms-d2.el (arch-rj): Fix typo in docstrings.
13203 (arch-tocol): Likewise. "?\ " -> "?\s".
13204
13205 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13206 Fix typo in docstring.
13207 (set-screen-width, set-screen-height): Delete redundant info in
13208 doctrings.
13209 (new-frame, screen-height, screen-width): Declare with
13210 `define-obsolete-function-alias'.
13211 (delete-frame-hook, blink-cursor): Declare with
13212 `define-obsolete-variable-alias'.
13213
13214 * paths.el (prune-directory-list): Fix typos in docstring.
13215
13216 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13217 (cvs-prefix-get): Fix typos in docstrings.
13218
13219 * ps-print.el (ps-extend-face-list, ps-extend-face)
13220 (ps-print-background-image): Fix typos in docstrings.
13221 (ps-default-fg, ps-default-bg): Doc fixes.
13222
13223 * s-region.el (s-region-bind): Doc fix.
13224 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13225
13226 * textmodes/org.el (org-table-formula-substitute-names)
13227 (org-table-get-vertical-vector): Doc fixes.
13228 (org-table-recalculate): Remove unused argument to `message'.
13229
13230 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13231
13232 * textmodes/org.el (org-table-column-names)
13233 (org-table-column-name-regexp)
13234 (org-table-named-field-locations): New variables.
13235 (org-archive-subtree): Protect `this-command' when calling
13236 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13237 the kill buffer.
13238 (org-complete): Remove fixed-formula completion.
13239 (org-edit-formulas-map): New variable.
13240 (org-table-edit-formulas): New command.
13241 (org-finish-edit-formulas, org-abort-edit-formulas)
13242 (org-show-variable, org-table-get-vertical-vector): New functions.
13243 (org-table-maybe-eval-formula): Handle `:=' fields.
13244 (org-table-get-stored-formulas, org-table-store-formulas)
13245 (org-table-get-formula, org-table-modify-formulas)
13246 (org-table-replace-in-formulas): Handle named field formulas.
13247 (org-table-get-specials): Store locations of named fields.
13248
13249 2005-07-19 Juri Linkov <juri@jurta.org>
13250
13251 * progmodes/grep.el (grep-regexp-alist)
13252 (grep-mode-font-lock-keywords, grep-process-setup):
13253 Use default GNU grep match color "01;31m" instead of "01;41m".
13254 (grep-regexp-alist, grep-mode-font-lock-keywords):
13255 Use `\\[[0-9]*m' instead of `\\[00m'.
13256 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13257 sgr_start where its handling is more important. Use the real
13258 length of sgr_start instead of constant 8.
13259 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13260 specially. Delete all remaining escape sequences.
13261 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13262 (grep-regexp-alist): Make hyperlink only for binary file name
13263 instead of the whole line.
13264 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13265 (grep-mode): Add autoload.
13266
13267 * emacs-lisp/find-func.el (find-function-regexp):
13268 Add `define-compilation-mode'.
13269
13270 2005-07-19 Juri Linkov <juri@jurta.org>
13271
13272 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13273 (compare-windows-sync-string-size, compare-windows-recenter)
13274 (compare-windows-highlight, compare-windows): Add version 22.1.
13275 (compare-windows) <defface>: Inherit from lazy-highlight instead
13276 of duplicating its default value.
13277
13278 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13279 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13280
13281 * descr-text.el (describe-char): Create link buttons for `charset'
13282 and `code point'. Add the current input method name with a link
13283 button to `to input' field. Print face names of display table
13284 characters in `The display table entry is displayed by' section
13285 instead of printing face-id in the `display' field.
13286 Guess hardcoded faces and create a link button for them.
13287 Skip empty fields when calculating max-width.
13288 Treat `widget-create' specially while inserting strings from the
13289 collected field list.
13290 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13291
13292 * diff-mode.el (diff-file-header): Change foreground color from
13293 yellow to green on light backgrounds.
13294 (diff-context): Inherit from `shadow' only for color/grayscale
13295 with more than 88 colors.
13296 (diff-indicator-removed, diff-indicator-added)
13297 (diff-indicator-changed): New faces.
13298 (diff-font-lock-keywords): Use new faces. Regroup rules.
13299 Add "^---$" for `normal' diff format. Fontify `#' lines with
13300 font-lock-comment-delimiter-face and font-lock-comment-face.
13301 Add `#' to ^[^...] in the rule for `diff-context-face'.
13302
13303 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13304 a button-like box. Inherit from `highlight' on low colors.
13305 (shadow): Use shades of gray only for color/grayscale with
13306 more than 88 colors. Use green for light backgrounds with
13307 8 colors, and yellow for dark backgrounds with 8 colors.
13308
13309 * font-lock.el (font-lock-regexp-grouping-backslash):
13310 Don't inherit from escape-glyph (use bold for all cases).
13311
13312 * info.el (info-xref-visited): Use light foreground color `violet'
13313 for dark backgrounds instead of dark color `magenta3'.
13314 (info-title-1): Use `yellow' color for dark backgrounds.
13315
13316 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13317 too-light magenta2.
13318
13319 * replace.el (match): Use slightly more light RoyalBlue3 instead
13320 of dark RoyalBlue4.
13321
13322 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13323
13324 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13325
13326 * novice.el (disabled-command-hook): Declare it with
13327 `define-obsolete-variable-alias'.
13328
13329 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13330 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13331 (desktop-load-default): Add release to obsolescence info.
13332 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13333 (desktop-append-buffer-args, desktop-read):
13334 Fix typos in docstrings.
13335 (desktop-kill): Fix typo in message.
13336 (desktop-save): Doc fix.
13337
13338 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13339
13340 * viper-cmd.el (viper-escape-to-state): Bug fix.
13341 (viper-envelop-ESC-key): Change the definition of fast
13342 keysequence so it'll work with keyboard macros.
13343
13344 * ediff.el (ediff-patch-buffer): Change the docstring.
13345
13346 2005-07-19 Kenichi Handa <handa@m17n.org>
13347
13348 * international/mule-cmds.el (select-safe-coding-system): Try to
13349 use an auto-coding (if any) before anything else. If the found
13350 auto-coding is invalid, show a warning message.
13351
13352 * international/mule.el (find-auto-coding): New function created
13353 by modifying the body of set-auto-coding.
13354 (set-auto-coding): Use find-auto-coding to find a coding.
13355
13356 2005-07-18 Richard M. Stallman <rms@gnu.org>
13357
13358 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13359 not isearch-mode-end-hook-error.
13360 (allout-before-change-protect): Fix error message.
13361
13362 2005-07-18 Juri Linkov <juri@jurta.org>
13363
13364 * allout.el (allout-mode):
13365 * calculator.el (calculator-copy):
13366 * custom.el (custom-known-themes):
13367 * dired.el (dired-desktop-buffer-misc-data)
13368 (dired-restore-desktop-buffer):
13369 * dired-x.el (dired-omit-marker-char):
13370 * files.el (basic-save-buffer):
13371 * font-core.el (font-lock-mode):
13372 * calendar/calendar.el (calendar-goto-hebrew-date)
13373 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13374 (calendar-goto-persian-date):
13375 * language/ethio-util.el (ethio-sera-to-fidel-region):
13376 * textmodes/picture.el (picture-mode):
13377 Delete duplicate duplicate words.
13378
13379 2005-07-18 Juri Linkov <juri@jurta.org>
13380
13381 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13382 chars * ? } |.
13383 (isearch-fallback): Don't call `isearch-process-search-char'.
13384 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13385 (isearch-process-search-char): Call `isearch-fallback' for regexp
13386 chars * ? } |.
13387 (isearch-return-char): Make obsolete with `make-obsolete' instead
13388 of simply documenting it as obsolete in the docstring.
13389 (isearch-fallback): Refill docstring.
13390
13391 * international/isearch-x.el
13392 (isearch-process-search-multibyte-characters): Remove unneeded
13393 `concat'. Add intermediate values to `junk-hist' instead of
13394 `minibuffer-history'. Test the length of `str'.
13395
13396 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13397
13398 * allout.el (allout-resolve-xref): Fix typos in error strings.
13399 (allout-before-change-protect): Remove unneeded `concat'.
13400
13401 * array.el (array-mode, array-reconfigure-rows)
13402 (untabify-backward): Fix typos in docstrings.
13403 (array-reconfigure-rows): Use `insert-buffer-substring', not
13404 `insert-buffer'.
13405
13406 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13407 * progmodes/ada-mode.el (ada-make-body):
13408 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13409
13410 * dired.el (dired-log):
13411 * tar-mode.el (tar-subfile-save-buffer):
13412 * play/zone.el (zone-pgm-stress-destress):
13413 Use `insert-buffer-substring', not `insert-buffer'.
13414
13415 2005-07-17 Simon Josefsson <jas@extundo.com>
13416
13417 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13418
13419 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13420
13421 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13422 Add plain auth method.
13423 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13424
13425 2005-07-17 Kim F. Storm <storm@cua.dk>
13426
13427 * ido.el (dired-other-window): Add ido property.
13428
13429 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13430
13431 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13432 Fix typo in docstring.
13433 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13434 `insert-file-literally'.
13435
13436 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13437 info and delete redundant message. Doc fix.
13438 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13439 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13440
13441 2005-07-16 Richard M. Stallman <rms@gnu.org>
13442
13443 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13444 (byte-compile-and): Use byte-compile-and-recursion.
13445 (byte-compile-or-recursion): New function.
13446 (byte-compile-or): Use that.
13447 (byte-compile-if): Guard the else-clause too.
13448 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13449
13450 * isearch.el (isearch-mode-end-hook-quit): New variable.
13451 (isearch-done): Bind it.
13452 (isearch-mode-end-hook): Doc fix.
13453
13454 * allout.el (allout-isearch-did-quit): Variable deleted.
13455 (allout-real-isearch-abort): Function name no longer used.
13456 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13457 (allout-isearch-rectification): isearch-mode always exists.
13458 Don't set allout-isearch-did-quit.
13459 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13460 allout-isearch-did-quit.
13461 (allout-enwrap-isearch): Just add the hook.
13462 (allout-isearch-abort): Function deleted.
13463 (allout-pre-command-business): Avoid warning.
13464
13465 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13466 Correctly avoid warnings.
13467 (pascal-outline): Likewise.
13468
13469 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13470
13471 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13472
13473 * play/tetris.el (tetris-mode): Avoid warning.
13474
13475 * play/snake.el (snake-mode): Avoid warning.
13476
13477 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13478 (gamegrid-set-display-table): Avoid warning.
13479 (gamegrid-set-timer): Likewise.
13480 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13481 (gamegrid-add-score-with-update-game-score-1): Take FILE
13482 as argument.
13483 (gamegrid-add-score-with-update-game-score): Pass that argument.
13484 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13485
13486 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13487
13488 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13489 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13490
13491 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13492 and insert-file.
13493
13494 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13495 (sc-ask): Avoid warnings.
13496
13497 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13498 (eshell-hist-initialize): Use that var the natural way.
13499
13500 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13501
13502 * emacs-lisp/re-builder.el (reb-cook-regexp):
13503 Avoid warning calling lre-compile-string.
13504 (reb-color-display-p): Avoid warning.
13505
13506 * calculator.el (calculator-last-input): Guard uses
13507 of event-key and key-press-event-p.
13508 (event-key, key-press-event-p): Delete definitions.
13509
13510 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13511 (find-gc-source-directory, find-gc-subrs-callers)
13512 (find-gc-noreturn-list, find-gc-source-files)
13513 (find-gc-subrs-called): Vars renamed and defvar'd.
13514
13515 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13516 (checkdoc-overlay-put, checkdoc-delete-overlay)
13517 (checkdoc-overlay-start, checkdoc-overlay-end)
13518 (checkdoc-mode-line-update, checkdoc-char=):
13519 Define such that compiler knows they are defined.
13520 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13521 (checkdoc-read-event): Delete. Use read-event directly.
13522
13523 * whitespace.el (whitespace-make-overlay)
13524 (whitespace-overlay-put, whitespace-delete-overlay)
13525 (whitespace-overlay-start, whitespace-overlay-end):
13526 Define such that compiler knows they are defined.
13527 (whitespace): Move conditional inside.
13528
13529 * tempo.el (tempo-insert-template): Suppress warning.
13530
13531 * ediff-diff.el (longlines-mode): Add defvar.
13532
13533 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13534
13535 * server.el: Bind "C-x #" in a way that works even if C-x is
13536 redefined to a command key, not a prefix key.
13537
13538 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13539
13540 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13541 cl-make-type-test till execution time.
13542
13543 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13544
13545 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13546 arg ARG and use it.
13547
13548 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13549
13550 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13551
13552 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13553
13554 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13555 a defcustom with two :set or :type keywords.
13556
13557 2005-07-15 Richard M. Stallman <rms@gnu.org>
13558
13559 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13560 Don't give ^M comment-end syntax.
13561
13562 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13563
13564 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13565 Don't consider gdbmi (gdb-mi.el has its own update functions).
13566 (gdb-var-delete): Make it work for gdbmi as well.
13567 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13568
13569 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13570 (gud-speedbar-menu-items): Correct logic for enabling items.
13571
13572 2005-07-15 Kim F. Storm <storm@cua.dk>
13573
13574 * ido.el: Fix commentary.
13575 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13576 Use with-no-warnings around ffap-guesser.
13577 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13578 Let bind minibuffer-completing-file-name to t.
13579
13580 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13581
13582 * startup.el (site-run-file, keyboard-type): Doc fixes.
13583 (command-line): Check for "--basic-display" argument; also for
13584 "--quick", not "--bare-bones" (which was renamed).
13585 (fancy-splash-text): Add missing item "Getting New Versions".
13586 (normal-splash-screen): Fix typos and improve consistency with
13587 `fancy-splash-text'. Update copyright year.
13588
13589 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13590 valid binding for `help-char'.
13591
13592 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13593
13594 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13595
13596 * term.el (term-mode): Disable cua-mode for term buffers.
13597
13598 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13599
13600 * add-log.el (add-log-mailing-address, change-log-merge):
13601 Doc fixes.
13602 (change-log-get-method-definition): Fix typo in docstring.
13603
13604 2005-07-14 Kim F. Storm <storm@cua.dk>
13605
13606 * emulation/cua-base.el:
13607 (cua--pre-command-handler-1, cua--pre-command-handler)
13608 (cua--post-command-handler-1, cua--post-command-handler):
13609 Split in two. Check (buffer local) value of cua-mode.
13610 (cua-selection-mode): New command.
13611
13612 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13613
13614 * custom.el (custom-initialize-safe-set)
13615 (custom-initialize-safe-default): Doc fixes.
13616
13617 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13618 and simplify :init-value again.
13619
13620 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13621 and simplify :init-value again. Delete autoload.
13622
13623 * startup.el (command-line): Use `custom-reevaluate-setting' again
13624 for tooltip-mode.
13625
13626 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13627 a defcustom with two :initialize keywords.
13628
13629 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13630
13631 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13632 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13633 (allout-post-command-business, allout-flag-region)
13634 (isearch-reenable-font-lock, allout-yank)
13635 (allout-insert-latex-header, allout-insert-latex-trailer)
13636 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13637 (allout-latex-verb-quote): Fix typos in docstrings.
13638 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13639 (allout-unprotected, allout-prefix-data):
13640 Improve argument/docstring consistency.
13641 (allout-chart-subtree): Fix argument spec.
13642 (allout-open-topic): Rename `use_sib_bullet' argument to
13643 `use-sib-bullet'. Doc fix.
13644
13645 * whitespace.el (whitespace-check-buffer-leading)
13646 (whitespace-check-buffer-trailing)
13647 (whitespace-check-buffer-indent)
13648 (whitespace-check-buffer-spacetab)
13649 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13650 (whitespace-check-leading-whitespace)
13651 (whitespace-check-trailing-whitespace)
13652 (whitespace-check-spacetab-whitespace)
13653 (whitespace-check-indent-whitespace)
13654 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13655 (whitespace-modes): Fix typos in docstrings.
13656 (defgroup, defcustom): Doc fixes.
13657
13658 * winner.el (winner-mode, winner-boring-buffers)
13659 (winner-pending-undo-ring): Doc fixes.
13660 (winner-ring): Remove unneeded `progn'.
13661 (winner-equal): `defsubst' it.
13662 (winner-redo): Fix message.
13663
13664 2005-07-13 Kim F. Storm <storm@cua.dk>
13665
13666 * simple.el (line-move-1): Always use vertical-motion to
13667 do the last (or only) line move to ensure some movement.
13668 Undo 2005-06-23 change--don't check for overlays.
13669
13670 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13671
13672 * term/mac-win.el (ccl-encode-mac-roman-font)
13673 (ccl-encode-mac-centraleurroman-font)
13674 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13675 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13676 Change charset-id boundary of dimension to ?\xef.
13677 (mac-char-fontspec-list): New constant.
13678 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
13679 argument. Nil uses itself as family in font-spec. Previous
13680 behavior for nil is now provided by non-nil non-string argument.
13681 All callers changed. Add font-specs for Mac fonts to
13682 "fontset-default" unless iso8859-1 fonts are installed.
13683
13684 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13685
13686 * progmodes/sh-script.el (sh-get-indent-info): Only indent
13687 a continuation line if the \ is preceded by SPC or TAB.
13688 (sh-get-indent-info): Simplify.
13689 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13690 Use with-current-buffer.
13691
13692 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13693 when the matched text is empty.
13694
13695 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
13696
13697 * startup.el (command-line): Revert to previous handling of
13698 tooltip-mode. Explain in comment why the complexity is needed.
13699
13700 * tooltip.el (tooltip-mode): Revert to previous implementation of
13701 its defcustom.
13702
13703 * frame.el (blink-cursor-mode): Revert to previous implementation
13704 of its defcustom. Update comment.
13705
13706 2005-07-12 Lars Hansen <larsh@soem.dk>
13707
13708 * desktop.el: Update e-mail address.
13709
13710 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13711
13712 * term/mac-win.el (mac-services-mail-selection)
13713 (mac-services-mail-to): New functions.
13714 (mac-application-menu-map): Bind them.
13715
13716 2005-07-12 wulei <milton@wulei.net> (tiny change)
13717
13718 * progmodes/gdb-ui.el: Add note about buffering with Windows.
13719
13720 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
13721
13722 * custom.el (custom-reevaluate-setting): Doc fix.
13723
13724 2005-07-11 Jay Belanger <belanger@truman.edu>
13725
13726 * calc/calc.el (calc-embedded-announce-formula-alist)
13727 (calc-embedded-open-close-plain-alist)
13728 (calc-embedded-open-close-mode-alist): Add checks for additional
13729 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13730
13731 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
13732
13733 * custom.el (custom-enable-theme): Don't add theme to
13734 `custom-enabled-themes' with `push' because there is no
13735 setf-method for `delq'.
13736
13737 2005-07-11 Richard M. Stallman <rms@gnu.org>
13738
13739 * custom.el (custom-declare-variable): Doc fix.
13740
13741 * dired-aux.el (dired-compare-directories): Remove "." and ".."
13742 from the alists.
13743
13744 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13745 Do nothing if edebug-active.
13746
13747 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13748 (edebug-display): Do it here instead.
13749
13750 2005-07-10 Richard M. Stallman <rms@gnu.org>
13751
13752 * cus-face.el (custom-theme-set-faces): Make it work.
13753 (custom-reset-faces): Doc fix.
13754 (custom-theme-reset-internal-face, custom-theme-face-value):
13755 Functions deleted.
13756
13757 * custom.el (custom-push-theme): Maintain list of the settings
13758 of a given theme in its theme-settings property.
13759 Maintain position of old settings in the theme-value
13760 or theme-face property.
13761 (custom-enabled-themes): New variable.
13762 (custom-theme-enabled-p): New function.
13763 (provide-theme): Update custom-enabled-themes.
13764 Disable and reenable the `user' theme.
13765 (require-theme): Doc fix.
13766 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13767 (custom-theme-value, custom-theme-variable-value): Likewise.
13768 (custom-theme-reset-internal): Likewise.
13769 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13770 (custom-enable-theme, custom-disable-theme): New functions.
13771 (custom-variable-theme-value, custom-face-theme-value): Likewise.
13772 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13773 (custom-theme-reset-variables): Simplify.
13774 (deftheme, custom-declare-theme, custom-make-theme-feature):
13775 Definitions moved.
13776
13777 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
13778
13779 * longlines.el (longlines-show-region)
13780 (longlines-unshow-hard-newlines): Recognize hard newlines by
13781 non-nil hard property, instead of t.
13782
13783 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
13784
13785 * viper-cmd.el (viper--key-maps): New variable.
13786 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13787 emulation-mode-map-alists.
13788 (viper-envelop-ESC-key): Use viper-subseq.
13789 (viper-search-forward/backward/next): Disable debug-on-error.
13790
13791 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13792 (viper-ESC-key): New defcustoms.
13793
13794 * viper-macs.el (ex-map-read-args): Use viper-subseq.
13795
13796 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13797 (viper-subseq): Copy of subseq from cl.el.
13798
13799 * viper.el (viper-go-away, viper-set-hooks): Use
13800 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13801
13802 * viper-mous.el (viper-current-frame-saved): Use defvar.
13803
13804 * viper-init.el: Get rid of -face in face names.
13805
13806 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13807 Make it work with longlines mode
13808
13809 * ediff-mult.el (ediff-meta-mode-hook): New variable.
13810
13811 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13812
13813 * ediff-init.el: Get rid of -face in face names.
13814
13815 2005-07-10 Richard M. Stallman <rms@gnu.org>
13816
13817 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13818 and with-timeout-unsuspend.
13819
13820 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13821 and with-timeout-unsuspend.
13822
13823 * emacs-lisp/timer.el (with-timeout-timers): New variable.
13824 (with-timeout): Bind that variable to record timers.
13825 (with-timeout-suspend, with-timeout-unsuspend): New functions.
13826
13827 * emacs-lisp/debug.el (debug-help-follow): New function.
13828 (debugger-mode-map): Use that instead of help-follow.
13829 (debugger-setup-buffer): Use eval-buffer-list
13830 to handle eval-buffer frames.
13831
13832 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
13833
13834 * timezone.el (timezone-parse-date): Change first regexp
13835 so it will not mistakenly match dates with no time zone.
13836
13837 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
13838
13839 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13840
13841 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
13842
13843 * custom.el (custom-initialize-safe-set)
13844 (custom-initialize-safe-default): New functions.
13845
13846 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13847 and simplify :init-value.
13848
13849 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13850 and simplify :init-value. Delete obsolete comment.
13851
13852 * startup.el (command-line): Use `custom-reevaluate-setting' to
13853 handle `tooltip-mode'. Delete obsolete comment.
13854
13855 * files.el (set-visited-file-name): Avoid calling
13856 `file-name-nondirectory' with a nil argument.
13857
13858 2005-07-09 Richard M. Stallman <rms@gnu.org>
13859
13860 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13861 was called with nil for the buffer, handle the read position right.
13862 Handle read position for eval-region, too.
13863
13864 2005-07-09 Juri Linkov <juri@jurta.org>
13865
13866 * fringe.el (fringe-mode): Add period in docstring.
13867 (fringe-query-style): Build prompt depending on `all-frames' arg.
13868
13869 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
13870 to not create links to unrelated functions in the Help buffer.
13871
13872 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
13873 Doc fix.
13874
13875 * simple.el (next-error-hook): New variable.
13876 (next-error): Use it. Doc fix.
13877
13878 * textmodes/ispell.el (ispell-command-loop): Add current
13879 dictionary name and program name to mode-line-format.
13880 (ispell-region, ispell-process-line): Add current dictionary name
13881 and program name to messages.
13882
13883 2005-07-08 Jay Belanger <belanger@truman.edu>
13884
13885 * calc/calc.el (calc-embedded-announce-formula-alist)
13886 (calc-embedded-open-close-formula-alist)
13887 (calc-embedded-open-close-word-alist)
13888 (calc-embedded-open-close-plain-alist)
13889 (calc-embedded-open-close-new-formula-alist)
13890 (calc-embedded-open-close-mode-alist)
13891 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
13892 (calc-embedded-mode-hook): New variables.
13893
13894 * calc/calc-embed.el (calc-embedded-firsttime)
13895 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
13896 New variables.
13897 (calc-do-embedded): Use calc-embedded-firsttime,
13898 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
13899 determine whether or not to run hooks.
13900 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
13901 calc-embedded-firsttime-formula appropriately.
13902 Set calc-embedded delimiter variables according to mode.
13903
13904 2005-07-08 Richard M. Stallman <rms@gnu.org>
13905
13906 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
13907 Check for "emacs", etc., as entire symbol, not just as word.
13908 (checkdoc-file-comments-engine): Use regexp-quote on FN.
13909
13910 * files.el (set-visited-file-name): Report the error
13911 for "empty filename" earlier.
13912 (kill-some-buffers): Ignore buffers already dead.
13913
13914 * fringe.el (fringe-mode): Doc fix.
13915
13916 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13917 Check for (featurep 'xemacs) and turn off warnings in what it guards.
13918 Use unwind-protect to ensure byte-compile-unresolved-functions
13919 is updated.
13920
13921 * whitespace.el (whitespace-buffer-leading-cleanup):
13922 Simplify w/ skip-chars-forward.
13923 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
13924
13925 * mail/rmail.el (rmail-only-expunge): Fix paren error.
13926 Unconditionally try to leave point at the same old place.
13927
13928 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
13929
13930 * comint.el (comint-postoutput-scroll-to-bottom)
13931 (comint-show-maximum-output): Take scroll-margin into consideration.
13932
13933 2005-07-08 Kim F. Storm <storm@cua.dk>
13934
13935 * ido.el (ido-use-filename-at-point): New choice `guess'.
13936 (ido-file-internal): Try ffap-guesser if selected.
13937
13938 * ido.el (ido-before-fallback-functions): New hook.
13939 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
13940 (ido-read-file-name): Run it.
13941
13942 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
13943
13944 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
13945 strings rather than a list of symbols to the completion function.
13946
13947 2005-07-07 Jay Belanger <belanger@truman.edu>
13948
13949 * calc/calc-units.el (math-apply-units): Change the places in
13950 which units are simplified.
13951
13952 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
13953
13954 * cus-edit.el (customize-option, customize-option-other-window):
13955 Make them handle aliases.
13956
13957 * custom.el (custom-variable-p): Make it recursively follow
13958 aliases. Mention that in the docstring.
13959
13960 2005-07-07 Richard M. Stallman <rms@gnu.org>
13961
13962 * cus-start.el (exec-path): Use `directory' instead of `file'.
13963 Fix tag for nil.
13964
13965 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
13966
13967 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
13968 when called non-interactively. Doc fix.
13969
13970 2005-07-07 Lute Kamstra <lute@gnu.org>
13971
13972 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
13973 new address as well.
13974
13975 2005-07-07 Kenichi Handa <handa@m17n.org>
13976
13977 * international/mule.el (make-coding-system):
13978 Describe `ascii-incompatible' property in the docstring.
13979 (set-file-name-coding-system): Signal an error if coding-system is
13980 ascii-incompatible.
13981 (set-keyboard-coding-system): Likewise.
13982
13983 * international/mule-cmds.el (set-default-coding-systems):
13984 Don't set default-file-name-coding-system and
13985 default-keyboard-coding-system if coding-system is ASCII-incompatible.
13986
13987 * international/utf-16.el: Declare that all UTF-16-based coding
13988 systems are ASCII-incompatible.
13989
13990 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
13991
13992 * progmodes/gud.el: Require font-lock for displaying errors.
13993 Used by gdb-ui.el.
13994
13995 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
13996
13997 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
13998 values for the pattern lists which are `read'able but not
13999 `append'able (like symbols).
14000
14001 2005-07-06 Richard M. Stallman <rms@gnu.org>
14002
14003 * progmodes/flymake.el (flymake-float-time): Instead of
14004 with-no-warnings, test for xemacs.
14005 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14006 to avoid warning.
14007
14008 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
14009
14010 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14011
14012 2005-07-05 Lute Kamstra <lute@gnu.org>
14013
14014 * battery.el: Add support for Darwin (with much debugging help
14015 from Samuel Lauber <sam124@operamail.com>).
14016 (battery-status-function, battery-echo-area-format)
14017 (battery-mode-line-format): Add support for pmset on Darwin.
14018 (battery-load-low, battery-load-critical): New user options.
14019 (battery-pmset): New function.
14020
14021 2005-07-05 Lute Kamstra <lute@gnu.org>
14022
14023 Update FSF's address in GPL notices.
14024
14025 * textmodes/page-ext.el: Update FSF's address.
14026
14027 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14028
14029 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14030 filling from using prefix when filling a single-line docstring.
14031
14032 * progmodes/flymake.el: Remove useless eval-when-compile.
14033
14034 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14035
14036 2005-07-04 Richard M. Stallman <rms@gnu.org>
14037
14038 * textmodes/org.el (org-file-apps-defaults-gnu):
14039 Rename from org-file-apps-defaults-linux.
14040 (org-default-apps): Don't test system-type for `linux'.
14041 (org-file-apps): Doc fix.
14042
14043 2005-07-04 David Ponce <david@dponce.com>
14044
14045 * tree-widget.el: Improve header Commentary section.
14046 (tree-widget) [defgroup]
14047 (tree-widget-image-enable, tree-widget-themes-directory)
14048 (tree-widget-theme, tree-widget-image-properties-emacs)
14049 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14050 (tree-widget-image-formats, tree-widget-control)
14051 (tree-widget-empty-control, tree-widget-leaf-control
14052 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14053 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14054 (tree-widget-keep, tree-widget-after-toggle-functions)
14055 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14056 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14057 :help-echo message.
14058 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14059 (tree-widget-image-properties): Doc fix. Clearer implementation.
14060 (tree-widget--cursors): New constant.
14061 (tree-widget-lookup-image): New function split from
14062 `tree-widget-find-image'. Clearer implementation.
14063 (tree-widget-find-image): Use it.
14064 (tree-widget-button-keymap): Use `set-keymap-parent'.
14065 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14066 Define the sub-widgets here.
14067 (tree-widget-node): Check that :node is not a tree-widget.
14068 (tree-widget-get-super, tree-widget-open-control)
14069 (tree-widget-close-control, tree-widget-empty-control)
14070 (tree-widget-leaf-control, tree-widget-guide)
14071 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14072 (tree-widget-no-handle, tree-widget-value-delete)
14073 (tree-widget-map): Remove.
14074 (tree-widget-children-value-save): Doc fix. Simplified.
14075 (tree-widget-value-create): Update according to previous changes.
14076
14077 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14078
14079 * textmodes/org.el: Leading space replaced by TABS.
14080 (org-recalc-marks, org-table-rotate-recalc-marks)
14081 (org-table-get-specials): Treat "^" and "_" marks.
14082 (org-table-justify-field-maybe): Optional argument NEW.
14083 (org-table-eval-formula): Parsing of the format simplified.
14084 New modes C,I. Honor the %= parameter in the current table.
14085 Avoid unnecessary re-align by using the NEW argument to
14086 `org-table-justify-field-maybe'.
14087 (org-calc-default-modes): Default for date-format mimicks org-mode.
14088 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14089
14090 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14091
14092 * cus-face.el (custom-theme-set-faces): Make it handle face
14093 aliases whose alias declarations are pre- or autoloaded.
14094
14095 2005-07-04 Juri Linkov <juri@jurta.org>
14096
14097 * faces.el (read-face-name): Put the code for getting a face name
14098 from the buffer before adding the faces from the `face' property.
14099 Use `completing-read-multiple' instead of `completing-read'.
14100 Require `crm'. Add default value and post-process the returned
14101 list of faces.
14102
14103 * emacs-lisp/crm.el (crm-find-current-element)
14104 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14105
14106 * emacs-lisp/lisp-mode.el (eval-defun-1):
14107 * emacs-lisp/edebug.el (edebug-eval-defun):
14108 Remove unnecessary quotes.
14109
14110 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14111
14112 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14113 (prolog-indent-level): Fix typo in docstring.
14114
14115 * info.el (Info-history, Info-history-forward)
14116 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14117
14118 * add-log.el (add-change-log-entry):
14119 * comint.el (comint-dynamic-list-input-ring)
14120 (comint-dynamic-list-completions):
14121 * dabbrev.el (dabbrev-expand):
14122 * delim-col.el (delimit-columns-rectangle-line):
14123 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14124 (diff-unified->context):
14125 * ediff-init.el (ediff-abbrev-jobname):
14126 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14127 (ediff-replace-session-activity-marker-in-meta-buffer):
14128 * info.el (Info-summary):
14129 * lpr.el (printify-region):
14130 * printing.el (pr-create-interface):
14131 * ps-print.el (ps-print-quote):
14132 * ses.el (ses-column-widths, ses-print-cell)
14133 (ses-adjust-print-width, ses-center):
14134 * shell.el (shell-file-name-quote-list):
14135 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14136 (strokes-fill-current-buffer-with-whitespace)
14137 (strokes-xpm-for-stroke, strokes-list-strokes)
14138 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14139 * term.el (term-dynamic-list-input-ring)
14140 (term-dynamic-list-completions):
14141 * calc/calc.el (math-format-stack-value):
14142 * emacs-lisp/edebug.el (edebug-display-freq-count):
14143 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14144 (delphi-new-comment-line):
14145 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14146 * progmodes/executable.el (executable-set-magic):
14147 * progmodes/python.el (inferior-python-mode):
14148 * progmodes/scheme.el (scheme-mode-syntax-table):
14149 * progmodes/sh-script.el (sh-maybe-here-document):
14150 * progmodes/sql.el (sql-copy-column):
14151 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14152 * textmodes/bibtex.el (bibtex-mode):
14153 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14154 (sgml-auto-attributes):
14155 * textmodes/table.el (table-insert, table-shorten-cell)
14156 (table--generate-source-scan-lines, table-delete-row)
14157 (*table--cell-delete-char, table--spacify-frame)
14158 (table--horizontally-shift-above-and-below)
14159 (table--cell-insert-char, table--cell-blank-str)
14160 (table--fill-region-strictly):
14161 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14162 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14163
14164 * add-log.el (change-log):
14165 * apropos.el (apropos):
14166 * comint.el (comint-completion, comint-source):
14167 * dabbrev.el (dabbrev):
14168 * delim-col.el (columns):
14169 * diff-mode.el (diff-mode):
14170 * ediff.el (ediff):
14171 * ediff-diff.el (ediff-diff):
14172 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14173 * ediff-mult.el (ediff-mult):
14174 * ediff-ptch.el (ediff-ptch):
14175 * ediff-wind.el (ediff-window):
14176 * facemenu.el (facemenu):
14177 * indent.el (indent):
14178 * info.el (info):
14179 * jka-cmpr-hook.el (compression, jka-compr):
14180 * lpr.el (lpr):
14181 * outline.el (outlines):
14182 * pcmpl-cvs.el (pcmpl-cvs):
14183 * pcmpl-rpm.el (pcmpl-rpm):
14184 * printing.el (printing):
14185 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14186 (ps-print-vertical, ps-print-headers, ps-print-font)
14187 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14188 (ps-print-background, ps-print-printer, ps-print-page)
14189 (ps-print-miscellany):
14190 * ses.el (ses):
14191 * shell.el (shell, shell-directories, shell-faces):
14192 * startup.el (initialization):
14193 * strokes.el (strokes):
14194 * term.el (term):
14195 * uniquify.el (uniquify):
14196 * w32-vars.el (w32):
14197 * calc/calc.el (calc):
14198 * emacs-lisp/bytecomp.el (bytecomp):
14199 * emacs-lisp/cl-indent.el (lisp-indent):
14200 * emacs-lisp/edebug.el (edebug):
14201 * emacs-lisp/elp.el (elp):
14202 * emacs-lisp/testcover.el (testcover):
14203 * emacs-lisp/trace.el (trace):
14204 * emulation/viper-ex.el (viper-ex):
14205 * emulation/viper-mous.el (viper-mouse):
14206 * mail/mailalias.el (mailalias):
14207 * mail/supercite.el (supercite, supercite-frames)
14208 (supercite-attr, supercite-cite, supercite-hooks):
14209 * net/rcompile.el (remote-compile):
14210 * net/rlogin.el (rlogin):
14211 * obsolete/ooutline.el (outlines):
14212 * progmodes/delphi.el (delphi):
14213 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14214 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14215 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14216 (ebnf-optimization):
14217 * progmodes/etags.el (etags):
14218 * progmodes/executable.el (executable):
14219 * progmodes/idlwave.el (idlwave):
14220 * progmodes/pascal.el (pascal):
14221 * progmodes/prolog.el (prolog):
14222 * progmodes/python.el (python):
14223 * progmodes/scheme.el (scheme):
14224 * progmodes/sh-script.el (sh, sh-script):
14225 * progmodes/sql.el (SQL):
14226 * progmodes/tcl.el (tcl):
14227 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14228 * textmodes/enriched.el (enriched):
14229 * textmodes/makeinfo.el (makeinfo):
14230 * textmodes/sgml-mode.el (sgml):
14231 * textmodes/table.el (table-hooks):
14232 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14233 * textmodes/texinfo.el (texinfo):
14234 * textmodes/two-column.el (two-column):
14235 Finish `defgroup' description with period.
14236
14237 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14238 * eshell/esh-var.el (eshell-var):
14239 * progmodes/vhdl-mode.el (vhdl-testbench):
14240 * textmodes/org.el (org): Fix typos in docstrings.
14241
14242 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14243 consistency.
14244
14245 * progmodes/flymake.el (flymake-find-file): Remove.
14246 (flymake-float-time): Use `with-no-warnings'.
14247 (flymake-check-start-time, flymake-check-was-interrupted)
14248 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14249 (flymake-new-err-info): `defvar' at compile time.
14250
14251 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14252
14253 * replace.el (occur-hook): Doc fix.
14254 (occur-1): Don't call `occur-hook' if there are no matches.
14255
14256 2005-07-03 Richard M. Stallman <rms@gnu.org>
14257
14258 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14259 global-map, save the same map.
14260 (global-map): Don't alter it at top level.
14261 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14262 Then alter it here instead.
14263 (tpu-edt-off): Set global-map to the saved one.
14264
14265 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14266 All references simplified.
14267 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14268 (zmacs-regions): Add defvar.
14269 (repeat-complex-command-map): Everything about that deleted.
14270
14271 * textmodes/artist.el (artist-key-is-drawing)
14272 (artist-key-endpoint1, artist-key-poly-point-list)
14273 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14274 (artist-key-compl-table, artist-rb-save-data)
14275 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14276 Don't put them in eval-when-compile.
14277 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14278
14279 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14280 Use with-no-warnings.
14281
14282 * net/browse-url.el (dos-windows-version): Add defvar.
14283
14284 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14285
14286 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14287 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14288 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14289 Add defvar.
14290 (rmail-summary-beginning-of-message): Use with-no-warnings.
14291 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14292
14293 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14294 Use with-no-warnings.
14295
14296 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14297 (c-mark-function): Add point-moving-unit property.
14298 (vi-goto-line): Use with-no-warnings.
14299
14300 * emulation/edt.el (edt-last-copied-word): Add defvar.
14301 (zmacs-region-stays): Likewise.
14302 (edt-mark-section-wisely): Use c-mark-function for C.
14303 Use makr-defun for Fortran.
14304 (time-string): defvar deleted.
14305 (edt-display-the-time): Don't set time-string.
14306
14307 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14308
14309 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14310 Don't warn when name is not constant
14311 or for defining the group `emacs'.
14312
14313 * tooltip.el (gud-tooltip-mode): Add defvar.
14314
14315 * startup.el (default-frame-background-mode): Add defvar.
14316
14317 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14318
14319 * info.el (tool-bar-map): Add defvar.
14320
14321 * dired.el (dnd-protocol-alist): Add defvar.
14322
14323 * dired-aux.el (dired-query): Display question with answer, when
14324 the user answers.
14325
14326 * custom.el (custom-add-option): Doc fix.
14327
14328 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14329
14330 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14331
14332 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14333 bogus name from the last change.
14334
14335 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14336
14337 * custom.el (custom-declare-variable): Fix typos in comment.
14338 (custom-known-themes): Doc fix.
14339 (custom-theme-directory): New defcustom.
14340 (require-theme): Make it check `custom-theme-directory'.
14341
14342 * cus-theme.el (custom-new-theme-mode): New function.
14343 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14344 (custom-theme-description): Add compiler defvars.
14345 (customize-create-theme): Add doc to the "*New Custom Theme*"
14346 buffer. Use `custom-new-theme-mode'.
14347 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14348 and save it to the `custom-theme-directory'. Make this the
14349 default directory of the buffer.
14350
14351 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14352
14353 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14354 Fix unbalanced parentheses.
14355
14356 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14357
14358 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14359 into flymake-mode and delegate to flymake-mode.
14360
14361 * find-file.el (ff-which-function-are-we-in): Clean up.
14362
14363 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14364
14365 * replace.el (occur-rename-buffer): Fix docstring.
14366
14367 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14368 (edt-last-copied-word, edt-learn-macro-count)
14369 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14370 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14371 (time-string, zmacs-region-stays):
14372 * emulation/edt-mapper.el (edt-save-function-key-map)
14373 (EDT-key-name): `defvar' to silence the byte-compiler.
14374
14375 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
14376
14377 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14378 font-lock-regexp-backslash. Doc fix.
14379 (font-lock-regexp-backslash-grouping-construct): Rename from
14380 font-lock-regexp-backslash-construct. Doc fix.
14381 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14382 grouping constructs.
14383
14384 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14385
14386 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14387 updating all the prerequisites.
14388
14389 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14390
14391 * textmodes/org.el (org-agenda-start-on-weekday)
14392 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14393 (org-agenda-use-time-grid, org-archive-location)
14394 (org-allow-space-in-links, org-usenet-links-prefer-google)
14395 (org-enable-table-editor, org-export-default-language)
14396 (org-export-html-show-new-buffer, org-fill-paragraph)
14397 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14398 (org-goto-quit, org-occur, org-eval-in-calendar)
14399 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14400 (org-agenda-diary-entry, org-remember-help)
14401 (org-table-convert-region, org-at-table-p)
14402 (org-table-move-row-down, org-table-move-row-up)
14403 (org-table-copy-region, org-table-toggle-vline-visibility)
14404 (org-table-get-stored-formulas, org-table-get-specials)
14405 (org-recalc-commands, org-table-eval-formula)
14406 (org-table-formula-substitute-names, orgtbl-make-binding)
14407 (org-format-org-table-html, org-format-table-table-html)
14408 (org-format-table-table-html-using-table-generate-source)
14409 (org-customize): Fix typos in docstrings.
14410 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14411 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14412 (org-back-to-heading): Doc fixes.
14413 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14414 (org-agenda-change-all-lines, org-get-header):
14415 Improve argument/docstring consistency.
14416 (orgtbl-error): Fix error message.
14417
14418 * progmodes/flymake.el (flymake-find-possible-master-files)
14419 (flymake-master-file-compare, flymake-get-line-err-count)
14420 (flymake-highlight-line, flymake-gui-warnings-enabled):
14421 Fix typos in docstrings.
14422 (flymake-parse-line, flymake-get-project-include-dirs-function)
14423 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14424 Doc fixes.
14425 (flymake-get-project-include-dirs-function)
14426 (flymake-make-err-menu-data):
14427 Improve argument/docstring consistency.
14428
14429 2005-07-01 Lute Kamstra <lute@gnu.org>
14430
14431 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14432 Catch errors with ignore-errors. Use temporary buffer.
14433 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14434
14435 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14436 background color faces.
14437 (facemenu-set-foreground, facemenu-set-background):
14438 Use facemenu-set-face-from-menu.
14439 (facemenu-set-face-from-menu): Treat face names that start with
14440 "fg:" or "bg:" as special.
14441 (facemenu-add-new-color): Don't create faces. Simplify.
14442
14443 2005-06-30 Richard M. Stallman <rms@gnu.org>
14444
14445 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14446 (crm-find-current-element): Likewise.
14447
14448 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14449
14450 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14451
14452 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14453
14454 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14455 (archive-mouse-extract): Make it an obsolete alias.
14456 (archive-mode-map): Don't use archive-mouse-extract any more.
14457 (archive-mode, archive-extract): write-contents-hooks ->
14458 write-contents-functions.
14459 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14460 first arg.
14461 (archive-rename-entry): Update the call.
14462 (archive-zip-summarize): Remove unused var `method'.
14463 (archive-lzh-summarize): Remove unused var `creator'.
14464
14465 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14466 dedicated frame upon exit.
14467
14468 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14469 (archive-zip-extract, archive-zip-expunge)
14470 (archive-zip-update, archive-zip-update-case): Use executable-find.
14471 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14472 Use restore-buffer-modified-p.
14473 (archive-extract, archive-add-new-member, archive-write-file-member):
14474 Use with-current-buffer.
14475 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14476
14477 2005-06-30 Andreas Schwab <schwab@suse.de>
14478
14479 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14480
14481 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14482
14483 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14484
14485 2005-06-30 Juri Linkov <juri@jurta.org>
14486
14487 * faces.el (vertical-border): Inherit from mode-line-inactive
14488 only on tty.
14489
14490 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14491
14492 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14493 example, -NLINES in the `occur' docstring).
14494
14495 * replace.el (occur-1): When no matches are found, do not set the
14496 `buffer-read-only' and modified flags for the occur buffer,
14497 because it is deleted.
14498
14499 * emulation/cua-base.el (cua-check-pending-input)
14500 (cua-repeat-replace-region, cua-mode, cua-debug)
14501 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14502 Fix typos in docstrings.
14503
14504 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14505 (cua-cut-region-to-global-mark)
14506 (cua--cut-rectangle-to-global-mark):
14507 Remove period from end of messages.
14508
14509 * emulation/cua-rect.el (cua-do-rectangle-padding):
14510 Remove period from end of messages.
14511 (cua--rectangle-seq-format): Fix typo in docstring.
14512 (cua-sequence-rectangle, cua-fill-char-rectangle):
14513 Improve argument/docstring consistency.
14514
14515 2005-06-29 Juri Linkov <juri@jurta.org>
14516
14517 * faces.el (default-frame-background-mode): New internal variable.
14518 (frame-set-background-mode): Use it.
14519
14520 * startup.el (normal-top-level): Set default-frame-background-mode
14521 instead of frame-background-mode. Before setting it, test for its
14522 nil value. Remove tests for frame-background-mode and frame
14523 parameter `reverse'. Add test for "unspecified-fg".
14524
14525 * term/xterm.el (xterm-rxvt-set-background-mode):
14526 * term/rxvt.el (rxvt-set-background-mode):
14527 Set default-frame-background-mode instead of frame-background-mode.
14528
14529 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14530
14531 * simple.el (set-variable): Warn about obsolete user variables.
14532
14533 * imenu.el (imenu--completion-buffer):
14534 * mouse.el (mouse-buffer-menu-alist):
14535 * msb.el (msb-invisible-buffer-p):
14536 * calendar/diary-lib.el (diary-header-line-format):
14537 * emacs-lisp/pp.el (pp-buffer):
14538 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14539 * textmodes/picture.el (picture-replace-match):
14540 Change space constants followed by a sexp to "?\s ".
14541
14542 * play/decipher.el (decipher-loop-with-breaks):
14543 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14544 constants "protected" from end of line by a comment to "?\s".
14545
14546 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14547
14548 * font-lock.el (save-buffer-state): Use `declare'.
14549
14550 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14551 reset the syntax-table to cperl-mode-syntax-table.
14552 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14553 "foo_print_bar" is not matched as a reserved keyword.
14554
14555 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14556
14557 * textmodes/org.el (orgtbl-setup): New function, for delayed
14558 setup for the orgtbl commands.
14559 (org-calc-default-modes): New option.
14560 (orgtbl-make-binding): Use `defun' to get better help display.
14561 (org-diary): Call `org-compile-prefix-format'.
14562 (org-table-formula-substitute-names): New function.
14563 (org-agenda-day-view, org-agenda-week-view): New commands.
14564 (org-agenda-toggle-week-view): Command removed.
14565 (org-tbl-menu): Split off from org-org-menu.
14566 (org-mode): Move removal of outline-mode menus to here.
14567 (org-table-formula-debug): New option.
14568 (org-table-insert-row): Keep first field if just "#" or "*".
14569 (org-mode): Paragraph regexps fixed.
14570 (org-table-recalculate-regexp): New constant.
14571 (org-table-justify-field-maybe): Avoid replace if not necessary.
14572 (org-copy-special, org-cut-special): Use `call-interactively'.
14573 (org-table-copy-region): Take region from `interactive' call.
14574 (org-trim): Return string even if no match.
14575 (org-formula): New face.
14576 (org-set-font-lock-defaults): No longer highlight "FIXME".
14577 But highlight formula-related fields in table.
14578 (org-table-p): Use regexp, not fontification.
14579 (org-table-align): Handle white space at end of line.
14580 (org-table-formula-evaluate-inline): New option.
14581 (org-mode): Auto-wrapping in comment lines turned off.
14582 (org-table-copy-down): Evaluate only in copied field, not in
14583 destination.
14584 (org-table-current-formula): Variable removed.
14585 (org-table-store-formulas, org-table-get-stored-formulas)
14586 (org-table-modify-formulas, org-table-replace-in-formulas)
14587 (org-table-maybe-eval-formula): New functions.
14588 (org-table-get-formula): Modify to use stored formulas.
14589 (org-table-insert-column, org-table-delete-column)
14590 (org-table-move-column): Call `org-table-modify-formulas'.
14591 (org-complete): Add completion for keyword formulas.
14592 (orgtbl-mode): Pull orgtbl-mode-map to start of
14593 minor-mode-map-alist.
14594
14595 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14596
14597 * progmodes/python.el (python-check): Require `compile' before
14598 modifying its variables.
14599
14600 * newcomment.el (comment-indent-default): Don't get fooled by an early
14601 end of buffer.
14602
14603 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14604
14605 * ps-print.el (ps-print-version): Fix version number.
14606
14607 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14608
14609 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14610
14611 2005-06-28 Richard M. Stallman <rms@gnu.org>
14612
14613 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14614 (flyspell-local-mouse-map): Declaration deleted.
14615 (flyspell-mouse-map): Bind only mouse-2.
14616 (flyspell-mode-map): Don't test flyspell-use-local-map.
14617 (flyspell-overlay-keymap-property-name): Var deleted.
14618 (flyspell-mode-on): Don't make local bindings for
14619 flyspell-mouse-map and flyspell-mode-map.
14620 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14621
14622 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14623
14624 * progmodes/compile.el (compilation-next-error-function):
14625 Don't switch buffers; operate on the current buffer.
14626
14627 * progmodes/compile.el (compilation-error-file-name)
14628 (compilation-warning-file-name, compilation-info-file-name)
14629 (compilation-line-number, compilation-column-number): New faces.
14630 (compilation-error-face, compilation-warning-face)
14631 (compilation-info-face, compilation-line-face)
14632 (compilation-column-face): Use them.
14633
14634 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14635
14636 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14637
14638 * bindings.el (global-map): Bind insertchar and its variants.
14639
14640 2005-06-27 Richard M. Stallman <rms@gnu.org>
14641
14642 * textmodes/artist.el (artist-text-overwrite)
14643 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14644
14645 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14646
14647 * ps-print.el: It was not working the page selection for printing.
14648 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14649 (ps-print-version): New version 6.6.7.
14650 (ps-end-sheet): New fun.
14651 (ps-header-sheet, ps-end-job): Call it.
14652
14653 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
14654
14655 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14656
14657 2005-06-27 Lute Kamstra <lute@gnu.org>
14658
14659 * facemenu.el (facemenu-unlisted-faces): Add foreground and
14660 background color faces.
14661 (facemenu-get-face): Delete function.
14662 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14663 (facemenu-add-new-color): Make second argument mandatory.
14664 Create the appropriate face and return it. Simplify.
14665 (facemenu-set-foreground, facemenu-set-background): Don't check if
14666 color is defined. Use return value of facemenu-add-new-color.
14667
14668 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
14669
14670 * progmodes/gud.el (gud-filter): Add missing argument to
14671 with-selected-window.
14672
14673 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14674
14675 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14676 a :require to the defcustom.
14677
14678 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14679 defcustoms corresponding to minor modes.
14680
14681 2005-06-26 David Ponce <david@dponce.com>
14682
14683 * recentf.el: Require tree-widget instead of wid-edit.
14684 (recentf-filename-handler): Fix widget :type.
14685 (recentf-cancel-dialog, recentf-open-more-files)
14686 (recentf-open-files-action): Doc fix.
14687 (recentf-dialog-goto-first): New function.
14688 (recentf-dialog-mode-map): Set parent keymap first.
14689 (recentf-dialog-mode): Define with define-derived-mode.
14690 Don't display continuation lines in dialogs.
14691 (recentf-edit-list): Rename from recentf-edit-selected-items.
14692 (recentf-edit-list-select): Rename from recentf-edit-list-action.
14693 Simplify.
14694 (recentf-edit-list-validate): New function.
14695 (recentf-edit-list): Update accordingly.
14696 (recentf-open-files-item-shift): Remove.
14697 (recentf-open-files-item): Convert menu elements into tree and
14698 link widgets. Don't create the widgets.
14699 (recentf-open-files): Update accordingly.
14700 (recentf-save-list): Untabify.
14701
14702 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
14703
14704 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14705 (keep-lines): Add INTERACTIVE arg. Never delete lines only
14706 partially contained in the active region. Do not take active
14707 region into account when called from Lisp, unless INTERACTIVE arg
14708 is non-nil. Use `forward-line' instead of `beginning-of-line' to
14709 avoid trouble with fields. Make marker point nowhere when no
14710 longer used. Always return nil. Doc fix.
14711 (flush-lines): Add INTERACTIVE arg. Do not take active region
14712 into account when called from Lisp, unless INTERACTIVE arg is
14713 non-nil. Use `forward-line' instead of `beginning-of-line' to
14714 avoid trouble with fields. Make marker point nowhere when no
14715 longer used. Always return nil. Doc fix.
14716 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
14717 interchangeable. Do not take active region into account when
14718 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
14719 message in echo area when called from Lisp, unless INTERACTIVE arg
14720 is non-nil. Avoid saying "1 occurrences". Do not use markers.
14721 Return the number of matches. Doc fix.
14722 (occur): Doc fix.
14723 (perform-replace): Make comment follow double space convention for
14724 the sake of `outline-minor-mode'.
14725
14726 * faces.el (facep): Doc fix.
14727
14728 2005-06-25 Richard M. Stallman <rms@gnu.org>
14729
14730 * facemenu.el (facemenu-enable-faces-p): New function.
14731 (facemenu-background-menu, facemenu-foreground-menu)
14732 (facemenu-face-menu): Add menu-enable property.
14733
14734 * jka-compr.el (jka-compr-insert-file-contents):
14735 Special handling if cannot find the uncompression program.
14736
14737 * cus-face.el (custom-face-attributes): Add autoload.
14738
14739 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14740 Bind comment-indent-function locally.
14741
14742 * window.el (save-selected-window): Use save-current-buffer.
14743
14744 * subr.el (with-selected-window): Use save-current-buffer.
14745
14746 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14747 and with-current-buffer.
14748
14749 2005-06-24 Richard M. Stallman <rms@gnu.org>
14750
14751 * simple.el (line-move-1): Fix previous change.
14752
14753 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
14754
14755 * replace.el (occur-1): Set `buffer-read-only' and the
14756 buffer-modified flag before running `occur-hook' to protect
14757 against unintentional buffer switches that can lead to data loss.
14758
14759 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
14760
14761 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14762 (gud-gdb-marker-filter): Use font-lock-warning-face for any
14763 initial error.
14764
14765 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14766 after fresh input.
14767 (gdb-var-create-handler): Put name of expression in quotes.
14768
14769 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
14770
14771 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14772 elements of RING in order, and without bogus nil elements.
14773
14774 2005-06-23 Richard M. Stallman <rms@gnu.org>
14775
14776 * simple.el (set-variable): Args renamed; doc fix.
14777 (line-move-1): When there are overlays around, use vertical-motion.
14778
14779 * faces.el (escape-glyph): Use brown against light background.
14780 (nobreak-space): Rename from no-break-space.
14781 Fix previous change.
14782
14783 * dired-aux.el (dired-do-copy): Fix arg prompt.
14784
14785 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14786
14787 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14788
14789 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14790 rather than "Distributor".
14791
14792 2005-06-23 Lute Kamstra <lute@gnu.org>
14793
14794 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14795 (debug-on-entry): Use it. New interactive declaration that uses
14796 function-called-at-point.
14797
14798 2005-06-23 Kim F. Storm <storm@cua.dk>
14799
14800 * subr.el (save-match-data): Add comment about using evaporate arg
14801 to set-match-data.
14802
14803 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
14804
14805 * cus-edit.el (customize-face)
14806 (customize-face-other-window): Handle face aliases.
14807
14808 * faces.el (face-documentation, set-face-attribute)
14809 (face-spec-set): Handle face aliases.
14810
14811 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
14812
14813 * help-mode.el (help-make-xrefs): If a symbol representing a face
14814 name is not followed by the word "face", it could still be a
14815 function or variable name, so don't bypass other checks.
14816
14817 2005-06-22 Juri Linkov <juri@jurta.org>
14818
14819 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14820 Replace aliased functions with calls where second arg `inherit' is t.
14821
14822 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
14823
14824 * progmodes/gdb-ui.el (gdb-error): New variable.
14825 (gdb-error): New function.
14826 (gdb-annotation-rules): Act on error-begin and error annotations.
14827 (gdb-concat-output): Use font-lock-warning-face for errors.
14828
14829 2005-06-22 Miles Bader <miles@gnu.org>
14830
14831 * bindings.el (propertized-buffer-identification): Use renamed
14832 `Buffer-menu-buffer' face.
14833
14834 * faces.el (vertical-border): Rename from `vertical-divider'.
14835 (escape-glyph): Change dark-background color back to `cyan'.
14836
14837 2005-06-21 Juri Linkov <juri@jurta.org>
14838
14839 * faces.el (face-user-default-spec): Try getting `customized-face'
14840 prior to `saved-face'.
14841 (frame-background-mode): Refill docstring.
14842
14843 * emacs-lisp/lisp-mode.el (eval-defun-1):
14844 * emacs-lisp/edebug.el (edebug-eval-defun):
14845 Set `saved-face' temporarily to nil before calling form.
14846 Set `customized-face' to the new spec after that.
14847
14848 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
14849
14850 * subr.el (1value, lambda, key-substitution-in-progress):
14851 Doc fixes.
14852
14853 * autoinsert.el (auto-insert-alist):
14854 * ses.el (ses-call-printer):
14855 * subr.el (noreturn):
14856 * emacs-lisp/lisp.el (check-parens):
14857 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14858 * net/browse-url.el (browse-url-mosaic):
14859 * progmodes/cc-defs.el (c-safe-scan-lists):
14860 * progmodes/ebnf-abn.el (ebnf-abn-lex):
14861 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14862 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14863 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14864 * progmodes/ebnf-iso.el (ebnf-iso-lex):
14865 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14866
14867 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
14868
14869 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
14870
14871 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
14872
14873 * calendar/appt.el (appt-make-list): Activate the package, if
14874 not already active (for backwards compatibility).
14875
14876 2005-06-20 Kim F. Storm <storm@cua.dk>
14877
14878 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
14879
14880 2005-06-20 Miles Bader <miles@gnu.org>
14881
14882 * faces.el (vertical-divider): New face.
14883
14884 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
14885
14886 * simple.el (kill-whole-line): Doc fix.
14887 (next-error-buffer-p, next-error-find-buffer)
14888 (clone-indirect-buffer): Fix typos in docstrings.
14889 (comment-line-break-function): Doc fix: don't say variable
14890 is automatically buffer-local (it isn't).
14891
14892 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
14893
14894 * net/tramp-ftp.el (top):
14895 * net/tramp-smb.el (top):
14896 * net/tramp-util.el (top):
14897 * net/tramp-uu.el (top):
14898 * net/tramp-vc.el (top):
14899 * net/tramp.el (top): Revert copyright years back to original
14900 ones. Tramp has a life outside GNU Emacs.
14901
14902 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
14903
14904 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
14905
14906 2005-06-18 Juri Linkov <juri@jurta.org>
14907
14908 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
14909 end of first regexp to limit the match to the position between
14910 line number and source line with same separator character as used
14911 between file name and line number. In the second regexp limit
14912 mouse-face area to file name and line number by adding new group
14913 for them and referring it in HYPERLINK arg.
14914 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
14915 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
14916 previous line where grep markers may be already removed.
14917
14918 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
14919
14920 * progmodes/ps-mode.el: Update version and maintainer's email address.
14921
14922 2005-06-18 Steve Youngs <steve@xemacs.org>
14923
14924 * net/browse-url.el (browse-url-browser-function)
14925 (browse-url-default-browser): Add firefox.
14926 (browse-url-firefox-program, browse-url-firefox-arguments)
14927 (browse-url-firefox-startup-arguments)
14928 (browse-url-firefox-new-window-is-tab): New defcustoms.
14929 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
14930
14931 2005-06-17 Richard M. Stallman <rms@gnu.org>
14932
14933 * startup.el (command-line): Warn if specified user name has
14934 no home directory.
14935
14936 * term.el (term-get-old-input, term-input-filter, term-input-sender)
14937 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
14938
14939 * longlines.el (longlines-mode, longlines-show-hard-newlines):
14940 Doc fixes.
14941
14942 * faces.el (underline): Try bold if terminal doesn't support underline.
14943
14944 * mail/sendmail.el (mail-setup-with-from): New variable.
14945 (mail-insert-from-field): New function.
14946 (sendmail-send-it): Call it.
14947 (mail-setup): Optionally call it here.
14948
14949 * term/linux.el: Call tty-no-underline.
14950
14951 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
14952
14953 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
14954
14955 2005-06-17 Miles Bader <miles@gnu.org>
14956
14957 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
14958 (ediff-current-diff-C, ediff-current-diff-Ancestor)
14959 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
14960 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
14961 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
14962 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
14963 Remove "-face" suffix from face names.
14964 (ediff-current-diff-face-A, ediff-current-diff-face-B)
14965 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14966 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14967 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14968 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14969 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14970 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14971 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14972 New backward-compatibility aliases for renamed faces.
14973 (ediff-current-diff-face-A, ediff-current-diff-face-B)
14974 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14975 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14976 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14977 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14978 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14979 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14980 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14981 Use renamed ediff faces.
14982
14983 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
14984 Remove "-face" suffix from face names.
14985 (eshell-test-ok-face, eshell-test-failed-face):
14986 New backward-compatibility aliases for renamed faces.
14987 (eshell-run-test): Use renamed eshell-test faces.
14988
14989 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
14990 face name.
14991 (eshell-prompt-face): New backward-compatibility alias for renamed
14992 face.
14993 (eshell-emit-prompt): Use renamed eshell-prompt face.
14994
14995 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
14996 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
14997 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
14998 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
14999 Remove "-face" suffix from face names.
15000 (eshell-ls-directory-face, eshell-ls-symlink-face)
15001 (eshell-ls-executable-face, eshell-ls-readonly-face)
15002 (eshell-ls-unreadable-face, eshell-ls-special-face)
15003 (eshell-ls-missing-face, eshell-ls-archive-face)
15004 (eshell-ls-backup-face, eshell-ls-product-face)
15005 (eshell-ls-clutter-face):
15006 New backward-compatibility aliases for renamed faces.
15007 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15008
15009 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15010 Remove "-face" suffix from face name.
15011 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15012 instead of literal face.
15013
15014 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
15015
15016 * emacs-lisp/warnings.el (display-warning, lwarn)
15017 (warning-minimum-log-level): Doc fixes.
15018 (warning-minimum-level, warning-minimum-log-level):
15019 Add :debug to :type choices.
15020
15021 * progmodes/ada-mode.el (ada-format-paramlist)
15022 (ada-get-indent-case, ada-check-matching-start)
15023 (ada-check-defun-name, ada-goto-matching-decl-start)
15024 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15025 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15026 (ada-make-subprogram-body): Follow error conventions.
15027 (ada-case-exception-file, ada-indent-comment-as-code)
15028 (ada-indent-handle-comment-special, ada-indent-renames)
15029 (ada-indent-return, ada-search-directories-internal)
15030 (ada-tab-policy, ada-case-exception-substring)
15031 (ada-other-file-alist, ada-matching-start-re)
15032 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15033 (ada-imenu-generic-expression, ada-compile-goto-error)
15034 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15035 (ada-popup-menu, ada-add-extensions, ada-mode)
15036 (ada-region-selected, ada-create-case-exception)
15037 (ada-create-case-exception-substring, ada-after-keyword-p)
15038 (ada-activate-keys-for-case, ada-adjust-case-region)
15039 (ada-adjust-case-buffer, ada-format-paramlist)
15040 (ada-scan-paramlist, ada-insert-paramlist)
15041 (ada-indent-newline-indent)
15042 (ada-indent-newline-indent-conditional)
15043 (ada-justified-indent-current, ada-goto-previous-word)
15044 (ada-indent-current, ada-get-indent-open-paren)
15045 (ada-get-indent-paramlist, ada-get-indent-end)
15046 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15047 (ada-get-indent-block-start, ada-get-indent-subprog)
15048 (ada-get-indent-noindent, ada-get-indent-label)
15049 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15050 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15051 (ada-goto-stmt-end, ada-goto-next-word)
15052 (ada-check-matching-start, ada-check-defun-name)
15053 (ada-goto-matching-decl-start, ada-goto-matching-start)
15054 (ada-goto-matching-end, ada-search-ignore-string-comment)
15055 (ada-in-decl-p, ada-looking-at-semi-or)
15056 (ada-looking-at-semi-private, ada-in-paramlist-p)
15057 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15058 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15059 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15060 (ada-previous-package, ada-create-menu)
15061 (ada-fill-comment-paragraph-justify)
15062 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15063 (ada-other-file-name, ada-last-which-function-line)
15064 (ada-last-which-function-subprog, ada-which-function)
15065 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15066 (ada-gen-treat-proc, ada-check-emacs-version)
15067 (ada-continuation-indent, ada-align-region-separate):
15068 Fix typos in docstrings.
15069 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15070
15071 2005-06-16 Lute Kamstra <lute@gnu.org>
15072
15073 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15074 conditionally.
15075
15076 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15077
15078 * comint.el (comint-replace-by-expanded-filename)
15079 (comint-prompt-regexp, comint-delimiter-argument-list)
15080 (comint-preinput-scroll-to-bottom):
15081 * info.el (Info-hide-cookies-node):
15082 * ls-lisp.el (ls-lisp-classify):
15083 * find-file.el (ff-search-directories, ff-special-constructs)
15084 (ff-find-other-file):
15085 * font-lock.el (font-lock-keywords):
15086 * shell.el (shell-prompt-pattern)
15087 (shell-dynamic-complete-functions, shell-mode)
15088 (shell-delimiter-argument-list):
15089 * term.el (term-replace-by-expanded-filename)
15090 (term-prompt-regexp, term-delimiter-argument-list):
15091 * woman.el (woman-ignore, woman0-if):
15092 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15093 * emacs-lisp/elint.el (elint-init-env):
15094 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15095 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15096 * language/ethio-util.el (ethio-tilde-escape)
15097 (ethio-use-three-dot-question):
15098 * net/zone-mode.el (zone-mode-load-time-setup):
15099 * progmodes/cc-align.el (c-lineup-argcont):
15100 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15101 * progmodes/cperl-mode.el (cperl-set-style-back):
15102 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15103 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15104 Fix spellings in docstrings.
15105
15106 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15107 * progmodes/modula2.el (m2-for): Fix spellings.
15108
15109 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15110
15111 * simple.el (undo-more): Don't use `format' on `error' arguments.
15112 Improve argument/docstring consistency.
15113 (pending-undo-list): Doc fix.
15114
15115 * smerge-mode.el (smerge-ensure-match):
15116 * emulation/vip.el (vip-ex):
15117 * net/zone-mode.el (zone-mode-update-serial):
15118 * progmodes/idlwave.el (idlwave-complete):
15119 * progmodes/vhdl-mode.el (vhdl-visit-file)
15120 (vhdl-compose-wire-components):
15121 Don't use `format' on `error' arguments.
15122
15123 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15124 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15125 (tooltip-help-tips): Fix typos in docstrings.
15126
15127 2005-06-16 David Ponce <david@dponce.com>
15128
15129 * tree-widget.el (tree-widget-value-create): Simplify last change.
15130
15131 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15132
15133 * ido.el (ido-incomplete-regexp): New variable.
15134 (ido-set-matches-1): Handle invalid-regexp error and set
15135 ido-incomplete-regexp.
15136 (ido-incomplete-regexp): New face.
15137 (ido-completions): Use it.
15138 (ido-complete, ido-exit-minibuffer, ido-completions):
15139 Handle incomplete regexps.
15140 (ido-completions): Add check for complete match when entering a regexp.
15141
15142 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15143
15144 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15145
15146 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15147
15148 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15149 by field delimiters.
15150
15151 2005-06-15 David Ponce <david@dponce.com>
15152
15153 * tree-widget.el: eval-and-compile inlined functions so they will
15154 be available at run-time too.
15155 (tree-widget-super-format-handler)
15156 (tree-widget-format-handler): Remove.
15157 (tree-widget-value-create): Handle the :indent property.
15158
15159 2005-06-15 Miles Bader <miles@gnu.org>
15160
15161 * progmodes/which-func.el (which-func): Only inherit
15162 `font-lock-function-name-face' when that makes sense against the
15163 default mode-line face, otherwise set the face color explicitly.
15164
15165 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15166 faces instead of (non-existent) variables.
15167
15168 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15169
15170 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15171 (iswitchb-get-matched-buffers): Likewise. Simplify.
15172
15173 2005-06-14 Miles Bader <miles@gnu.org>
15174
15175 * progmodes/ld-script.el (ld-script-location-counter):
15176 Remove "-face" suffix from face name.
15177 (ld-script-location-counter-face):
15178 New backward-compatibility alias for renamed face.
15179 (ld-script-location-counter-face): Use renamed face.
15180
15181 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15182 (cperl-hash): Remove "-face" suffix from face names.
15183 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15184 New backward-compatibility aliases for renamed faces.
15185 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15186 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15187
15188 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15189 name.
15190 (which-func-face): New backward-compatibility alias for renamed face.
15191 (which-func-format): Use renamed which-func face.
15192
15193 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15194 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15195 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15196 names.
15197 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15198 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15199 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15200 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15201 (vhdl-speedbar-architecture-selected)
15202 (vhdl-speedbar-configuration-selected)
15203 (vhdl-speedbar-package-selected)
15204 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15205 names.
15206 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15207 Use renamed faces.
15208 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15209 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15210 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15211 Use renamed faces.
15212 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15213 names.
15214 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15215 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15216 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15217 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15218 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15219 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15220
15221 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15222 face name.
15223 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15224 (sh-heredoc-face): Use renamed sh-heredoc face.
15225
15226 * progmodes/idlw-help.el (idlwave-help-link):
15227 Remove "-face" suffix from face name.
15228 (idlwave-help-link-face):
15229 New backward-compatibility alias for renamed face.
15230 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15231
15232 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15233 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15234 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15235 New backward-compatibility aliases for renamed faces.
15236 (idlwave-shell-disabled-breakpoint-face)
15237 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15238
15239 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15240 Remove "-face" suffix from face names.
15241 (flymake-errline-face, flymake-warnline-face):
15242 New backward-compatibility aliases for renamed faces.
15243 (flymake-highlight-line): Use renamed flymake faces.
15244
15245 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15246 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15247 (ebrowse-member-class, ebrowse-progress):
15248 Remove "-face" suffix from face names.
15249 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15250 (ebrowse-file-name-face, ebrowse-default-face)
15251 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15252 (ebrowse-progress-face):
15253 New backward-compatibility aliases for renamed faces.
15254 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15255 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15256 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15257 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15258
15259 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15260 antlr-syntax)
15261 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15262 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15263 names.
15264 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15265 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15266 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15267 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15268 backward-compatibility aliases for renamed faces.
15269 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15270 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15271 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15272 remove "font-lock-". Use renamed antlr-mode faces.
15273 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15274 literal face-names with face variable references.
15275
15276 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15277 face name.
15278 (Buffer-menu-buffer-face): New backward-compatibility alias for
15279 renamed face.
15280 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15281
15282 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15283
15284 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15285 Eliminate "-face" suffix.
15286 (makefile-targets): Inherit from font-lock-function-name-face and
15287 eliminate "-face" suffix.
15288 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15289 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15290 actions, instead of prepending, to make it less visible.
15291 (makefile-previous-dependency, makefile-match-dependency):
15292 Don't match a target on a continuation line.
15293
15294 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15295
15296 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15297
15298 * progmodes/gdb-ui.el (menu): Re-order menu items.
15299 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15300
15301 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15302 Define in tooltip.el.
15303 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15304 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15305 gud-tooltip-echo-area.
15306
15307 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15308 backward compatibility and make obsolete.
15309 (tooltip-help-tips): Use tooltip-use-echo-area.
15310 (tooltip-show-help-function): Rename to...
15311 (tooltip-show-help): ...this, because it is a function.
15312 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15313
15314 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15315
15316 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15317 (edebug-print-length, edebug-print-level, edebug-print-circle)
15318 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15319 (edebug-eval-print-last-sexp): Doc fixes.
15320
15321 2005-06-14 Kim F. Storm <storm@cua.dk>
15322
15323 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15324 as the coverage buffer/file/both may change.
15325
15326 2005-06-14 Lute Kamstra <lute@gnu.org>
15327
15328 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15329 and run-mode-hooks. Simplify.
15330
15331 * mail/rmailedit.el (rmail-edit-mode):
15332 * progmodes/octave-inf.el (inferior-octave-mode):
15333 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15334
15335 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15336 and run-mode-hooks.
15337 (recentf-edit-list, recentf-open-files): Don't call
15338 kill-all-local-variables directly.
15339
15340 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15341
15342 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15343
15344 * emacs-lisp/byte-run.el (make-obsolete)
15345 (define-obsolete-function-alias): Rename arguments FUNCTION and
15346 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15347 (make-obsolete-variable, define-obsolete-variable-alias):
15348 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15349 respectively.
15350
15351 * isearchb.el (isearchb-activate):
15352 * pcvs.el (cvs-mode):
15353 * ses.el (ses-load):
15354 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15355 * net/tramp.el (tramp-find-file-exists-command)
15356 (tramp-find-shell):
15357 * progmodes/ada-mode.el (ada-create-case-exception)
15358 (ada-create-case-exception-substring, ada-make-subprogram-body):
15359 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15360 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15361 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15362 * textmodes/org.el (org-promote, org-evaluate-time-range)
15363 (org-agenda-next-date-line, org-agenda-previous-date-line)
15364 (org-agenda-error, org-open-at-point, org-table-move-row)
15365 (org-format-table-table-html-using-table-generate-source)
15366 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15367 * textmodes/reftex.el (reftex-access-scan-info):
15368 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15369 (reftex-toc-promote-prepare): Follow error conventions.
15370
15371 * diff-mode.el (diff-mode): Fix typo in docstring.
15372
15373 * forms.el (forms--intuit-from-file): Fix reference to
15374 `forms-number-of-fields' in error message.
15375 (forms-print): Fix quoting in error message.
15376
15377 * forms.el (forms-mode):
15378 * emulation/vi.el (vi-goto-insert-state):
15379 * progmodes/flymake.el (flymake-new-err-info)
15380 (flymake-start-syntax-check-for-current-buffer)
15381 (flymake-simple-cleanup):
15382 * eshell/esh-var.el (eshell/export):
15383 * progmodes/gud.el (xdb):
15384 * textmodes/flyspell.el (flyspell-incorrect-hook)
15385 (flyspell-maybe-correct-transposition)
15386 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15387
15388 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15389
15390 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15391 minibuffer prompt.
15392
15393 2005-06-13 Kim F. Storm <storm@cua.dk>
15394
15395 * subr.el (add-to-ordered-list): New defun.
15396
15397 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15398 add cua--keymap-alist to emulation-mode-map-alists.
15399
15400 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15401
15402 * subr.el (complete-in-turn): New macro.
15403 (dynamic-completion-table, lazy-completion-table): Add debug info.
15404
15405 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15406 in preference to face aliases.
15407
15408 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15409 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15410 Remove unused vars `start' and `firstline'.
15411 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15412 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15413
15414 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15415
15416 * cus-start.el (all): Don't complain about missing GTK-related
15417 variables, unless either `gtk' is boundp or this isn't a
15418 `windows-nt' build.
15419
15420 2005-06-13 Lute Kamstra <lute@gnu.org>
15421
15422 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15423 run-mode-hooks.
15424
15425 * ediff-mult.el (ediff-meta-mode):
15426 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15427
15428 * ledit.el (ledit-mode): Use delay-mode-hooks.
15429
15430 * woman.el (woman-mode-line-format): Delete constant.
15431 (woman-mode-map): Initialize it properly.
15432 (woman-mode): Set mode-class property to special.
15433 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15434 Set major-mode and mode-name. Don't set mode-line-format directly.
15435 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15436
15437 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15438 string argument obsolete.
15439
15440 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15441
15442 * textmodes/org.el (org-CUA-compatible): New option.
15443 (org-disputed-keys): New variable.
15444 (org-key): New function.
15445 (orgtbl-make-binding): Add docstring to the created function.
15446 (org-mode): Set paragraph start/separate regexps.
15447 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15448 (org-archive-location, org-archive-mark-done)
15449 (org-archive-stamp-time): New options.
15450 (org-archive-subtree): New command.
15451 (org-fill-paragraph): New function.
15452 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15453 (org-fake-empty-table-line): Function removed.
15454 (org-format-org-table-html): Do not create empty table lines at
15455 separator lines. Improved table header treatment.
15456 (org-link-format): New option.
15457 (org-make-link): New function.
15458 (org-insert-link, org-store-link): Use org-make-link.
15459 (org-open-file): Quote file name for shell command, to allow
15460 spaces in file names.
15461 (org-link-regexp): Fix bug with mailto link.
15462 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15463 New constants.
15464 (org-export-as-html): Deal with the optional angles around a link.
15465 Better treatment of file: links.
15466 (org-open-at-point): Replace @{ and @} with < and >.
15467 (org-run-mode-hooks): Function removed.
15468 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15469
15470 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15471
15472 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15473 MI command -data-list-register-values.
15474 (gdb-post-prompt): Indent properly.
15475
15476 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15477
15478 * hilit-chg.el (highlight-changes-colors): Rename from
15479 `highlight-changes-colours'.
15480 (highlight-changes-colours): Keep as obsolete alias.
15481 (highlight-changes-face-list): Doc fix.
15482 (hilit-chg-make-list): Use `highlight-changes-colors'.
15483
15484 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15485
15486 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15487 defun-prompt-regexp.
15488
15489 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15490
15491 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15492 and cygwin.
15493
15494 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15495 Don't use an old loaddefs.el, as in Makefile.in.
15496
15497 2005-06-12 Lute Kamstra <lute@gnu.org>
15498
15499 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15500
15501 * man.el (Man-mode-map): Initialize it properly.
15502 (Man-mode): Set mode-class property to special.
15503
15504 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15505
15506 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15507
15508 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15509 A newline is needed in the docstring there.
15510
15511 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15512 Doc fixes.
15513
15514 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15515
15516 * printing.el: Doc fix. The menubar is no more changed when printing
15517 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15518 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15519 (pr-version): New version number (6.8.4).
15520 (pr-menu-bind): New command.
15521 (pr-update-menus): Docstring and code fix.
15522 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15523 Docstring fix.
15524 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15525 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15526
15527 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15528
15529 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15530 "Returns" to "return", document useful return values, etc.
15531
15532 2005-06-11 Alan Mackenzie <acm@muc.de>
15533
15534 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15535 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15536 (adaptive-file-function): Minor amendment to doc-string.
15537
15538 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15539
15540 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15541 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15542 Fix :type--it is `integer', not `string'.
15543
15544 * faces.el (modeline-highlight): Rename from (the erroneous)
15545 `modeline-higilight'.
15546
15547 2005-06-11 Lute Kamstra <lute@gnu.org>
15548
15549 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15550 lisp-interaction-mode-map but make it the parent.
15551 (edebug-eval-mode): Use define-derived-mode.
15552
15553 2005-06-11 Andreas Schwab <schwab@suse.de>
15554
15555 * bindings.el: Add binding of `ESC functionkey' for every
15556 `M-functionkey'.
15557 * hexl.el (hexl-mode-map): Likewise.
15558
15559 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15560
15561 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15562 [msft]: update regexp for newer msft compilers.
15563
15564 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15565
15566 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15567 ATTLIST portions of included DTDs.
15568 (xml-parse-dtd): Eliminate use of inefficient match-data.
15569
15570 2005-06-10 Miles Bader <miles@gnu.org>
15571
15572 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15573 (mpuz-text): Remove "-face" suffix from face names.
15574 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15575 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15576 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15577
15578 * play/gomoku.el (gomoku-O, gomoku-X):
15579 Remove "-face" suffix from face names.
15580 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15581 New backward-compatibility aliases for renamed faces.
15582 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15583
15584 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15585
15586 * thumbs.el: Fixes for changes of 2005-06-09.
15587 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15588 as a directory.
15589 (thumbs-thumbname): Remove directory separator from format string;
15590 `thumbs-thumbsdir' now returns a valid directory name.
15591 (thumbs-temp-dir): New defsubst.
15592 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15593 Use it.
15594
15595 * cus-edit.el (minibuffer):
15596 * files.el (make-backup-file-name-function):
15597 * filesets.el (filesets-external-viewers):
15598 * hilit-chg.el (highlight-changes-colours)
15599 (highlight-changes-face-list, highlight-changes-rotate-faces):
15600 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15601 * kmacro.el (kmacro-call-macro):
15602 * log-edit.el (log-edit-changelog-full-paragraphs):
15603 * mouse.el (mouse-1-click-follows-link):
15604 * skeleton.el (skeleton-autowrap):
15605 * subr.el (insert-for-yank-1):
15606 * tempo.el (tempo-insert-region):
15607 * terminal.el (terminal-emulator):
15608 * time.el (display-time-mail-face):
15609 * vc.el (vc-annotate):
15610 * vcursor.el (vcursor-copy-line):
15611 * woman.el (woman-bold-headings, woman-ignore)
15612 (woman-default-faces, woman-monochrome-faces):
15613 * calendar/todo-mode.el (todo-insert-threshold):
15614 * emulation/pc-select.el (pc-select-selection-keys-only)
15615 (pc-selection-mode):
15616 * emulation/vip.el (vip-find-char-forward):
15617 * emulation/viper-cmd.el (viper-find-char-forward):
15618 * international/mule-cmds.el
15619 (select-safe-coding-system-accept-default-p)
15620 (input-method-exit-on-invalid-key):
15621 * international/mule-diag.el (describe-coding-system):
15622 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15623 * net/browse-url.el (browse-url-xterm-program):
15624 * obsolete/lazy-lock.el (lazy-lock-mode):
15625 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15626 (cperl-mode):
15627 * progmodes/cpp.el (cpp-face-light-name-list)
15628 (cpp-face-dark-name-list):
15629 * progmodes/delphi.el (delphi-newline-always-indents):
15630 Fix spellings in docstrings.
15631
15632 * ido.el (ido-mode, ido-file-extensions-order)
15633 (ido-default-file-method, ido-default-buffer-method)
15634 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15635 (ido-decorations, ido-read-file-name-as-directory-commands)
15636 (ido-read-file-name-non-ido, ido-work-directory-list)
15637 (ido-ignore-item-temp-list, ido-current-directory)
15638 (ido-magic-forward-char, ido-enter-find-file)
15639 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15640 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15641
15642 2005-06-10 Lute Kamstra <lute@gnu.org>
15643
15644 * play/dunnet.el (dun-mode): Use define-derived-mode.
15645 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
15646 obsolete alias.
15647
15648 * play/doctor.el (doctor-mode-map): Remove defvar.
15649 (doctor-mode): Use define-derived-mode.
15650
15651 * mail/mspools.el (mspools-mode):
15652 * net/eudc-hotlist.el (eudc-hotlist-mode):
15653 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15654
15655 2005-06-10 Miles Bader <miles@gnu.org>
15656
15657 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15658 Remove "-face" suffix from face names.
15659 (flyspell-incorrect-face, flyspell-duplicate-face):
15660 New backward-compatibility aliases for renamed faces.
15661 (flyspell-mode-on, make-flyspell-overlay)
15662 (flyspell-highlight-incorrect-region)
15663 (flyspell-highlight-duplicate-region)
15664 (flyspell-display-next-corrections)
15665 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15666
15667 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15668 from face name.
15669 (texinfo-heading-face): New backward-compatibility alias for
15670 renamed face.
15671 (texinfo-heading-face): Use renamed texinfo-heading face.
15672
15673 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15674 suffix from face names.
15675 (tex-math-face, tex-verbatim-face):
15676 New backward-compatibility aliases for renamed faces.
15677 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15678 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15679 literal face name.
15680
15681 * textmodes/table.el (table-cell): Remove "-face" suffix from face
15682 name.
15683 (table-cell-face): New backward-compatibility alias for renamed face.
15684 (table--put-cell-face-property, table--update-cell-face):
15685 Use renamed table-cell face.
15686
15687 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15688 from face name.
15689 (sgml-namespace-face): New backward-compatibility alias for
15690 renamed face.
15691 (sgml-namespace-face): Use renamed sgml-namespace face.
15692
15693 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15694 (org-level-4, org-level-5, org-level-6, org-level-7)
15695 (org-level-8, org-warning, org-headline-done)
15696 (org-deadline-announce, org-scheduled-today)
15697 (org-scheduled-previously, org-link, org-done, org-table)
15698 (org-time-grid): Remove "-face" suffix from face names.
15699 (org-level-1-face, org-level-2-face, org-level-3-face)
15700 (org-level-4-face, org-level-5-face, org-level-6-face)
15701 (org-level-7-face, org-level-8-face, org-warning-face)
15702 (org-headline-done-face, org-deadline-announce-face)
15703 (org-scheduled-today-face, org-scheduled-previously-face)
15704 (org-link-face, org-done-face, org-table-face)
15705 (org-time-grid-face):
15706 New backward-compatibility aliases for renamed faces.
15707 (org-level-faces, org-set-font-lock-defaults, org-timeline)
15708 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15709 (org-agenda-get-timestamps, org-agenda-get-scheduled)
15710 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15711
15712 * emulation/viper-init.el (viper-search, viper-replace-overlay)
15713 (viper-minibuffer-emacs, viper-minibuffer-insert)
15714 (viper-minibuffer-vi): Remove "-face" suffix from face names.
15715 (viper-search-face, viper-replace-overlay-face)
15716 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15717 (viper-minibuffer-vi-face):
15718 New backward-compatibility aliases for renamed faces.
15719 (viper-search-face, viper-replace-overlay-face)
15720 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15721 (viper-minibuffer-vi-face): Use renamed viper faces.
15722
15723 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15724 Remove "-face" suffix from face names.
15725 (testcover-nohits-face, testcover-1value-face):
15726 New backward-compatibility aliases for renamed faces.
15727 (testcover-mark): Use renamed testcover faces.
15728
15729 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15730 face name.
15731 (diary-button-face): New backward-compatibility alias for renamed face.
15732 (diary-entry): Use renamed diary-button face.
15733
15734 * calendar/calendar.el (diary, calendar-today, holiday)
15735 (mark-visible-calendar-date): Remove "-face" suffix from face names.
15736 (diary-face, calendar-today-face, holiday-face):
15737 New backward-compatibility aliases for renamed faces.
15738 (eval-after-load "facemenu", diary-entry-marker)
15739 (calendar-today-marker, calendar-holiday-marker, diary-face):
15740 Use renamed calendar faces.
15741
15742 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15743 (compare-windows-face): New backward-compatibility alias for
15744 renamed face.
15745 (compare-windows-highlight): Use renamed compare-windows face.
15746
15747 * strokes.el (strokes-char): Remove "-face" suffix from face name.
15748 (strokes-char-face): New backward-compatibility alias for renamed face.
15749 (strokes-encode-buffer): Use renamed strokes-char face.
15750
15751 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15752 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15753 Remove "-face" suffix from face names.
15754 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15755 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15756 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15757 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15758 Use renamed pcvs faces.
15759 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15760 * pcvs-defs.el (cvs-mode-map): Likewise.
15761 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15762
15763 * info.el (info-title-1, info-title-2, info-title-3)
15764 (info-title-4): Remove "-face" suffix from and downcase face names.
15765 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15766 (Info-title-4-face):
15767 New backward-compatibility aliases for renamed faces.
15768 (Info-fontify-node): Use renamed info faces.
15769
15770 * hilit-chg.el (highlight-changes, highlight-changes-delete):
15771 Remove "-face" suffix from face names.
15772 (highlight-changes-face, highlight-changes-delete-face):
15773 New backward-compatibility aliases for renamed faces.
15774 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15775 (hilit-chg-make-list): Use renamed highlight-changes faces.
15776
15777 * generic-x.el (show-tabs-tab, show-tabs-space):
15778 Remove "-face" suffix from face names.
15779 (show-tabs-tab-face, show-tabs-space-face):
15780 New backward-compatibility aliases for renamed faces.
15781 (show-tabs-generic-mode-font-lock-defaults-1)
15782 (show-tabs-generic-mode-font-lock-defaults-2):
15783 Use renamed show-tabs faces.
15784
15785 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15786 (smerge-markers): Remove "-face" suffix from face names.
15787 (smerge-mine-face, smerge-other-face, smerge-base-face)
15788 (smerge-markers-face):
15789 New backward-compatibility aliases for renamed faces.
15790 (smerge-mine-face, smerge-other-face, smerge-base-face)
15791 (smerge-markers-face): Use renamed smerge faces.
15792
15793 * log-view.el (log-view-file, log-view-message): Remove "-face"
15794 suffix from face names.
15795 (log-view-file-face, log-view-message-face):
15796 New backward-compatibility aliases for renamed faces.
15797 (log-view-file-face, log-view-message-face): Use renamed log-view
15798 faces.
15799
15800 * paren.el (show-paren-match, show-paren-mismatch):
15801 Remove "-face" suffix from face names.
15802 (show-paren-match-face, show-paren-mismatch-face):
15803 New backward-compatibility aliases for renamed faces.
15804 (show-paren-function): Use renamed show-paren faces.
15805
15806 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15807 (ruler-mode-margins, ruler-mode-fringes)
15808 (ruler-mode-column-number, ruler-mode-fill-column)
15809 (ruler-mode-comment-column, ruler-mode-goal-column)
15810 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15811 suffix from face names.
15812 (ruler-mode-default-face, ruler-mode-pad-face)
15813 (ruler-mode-margins-face, ruler-mode-fringes-face)
15814 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15815 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15816 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15817 New backward-compatibility aliases for renamed faces.
15818 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15819 (ruler-mode-column-number, ruler-mode-fill-column)
15820 (ruler-mode-comment-column, ruler-mode-goal-column)
15821 (ruler-mode-tab-stop, ruler-mode-current-column)
15822 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15823 faces.
15824
15825 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15826 face name.
15827 (whitespace-highlight-the-space): Use renamed face.
15828 (whitespace-highlight-face): New backward-compatibility alias for
15829 renamed face.
15830
15831 * woman.el (woman-italic, woman-bold, woman-unknown)
15832 (woman-addition, woman-symbol-face):
15833 Remove "-face" suffix from face names.
15834 (woman-italic-face, woman-bold-face, woman-unknown-face)
15835 (woman-addition-face):
15836 New backward-compatibility aliases for renamed faces.
15837 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15838 (woman-decode-region, woman-replace-match)
15839 (woman-display-extended-fonts, woman-special-characters)
15840 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15841 Use renamed woman faces.
15842
15843 * longlines.el (longlines-visible-face): Face removed.
15844
15845 * diff-mode.el (diff-header, diff-file-header, diff-index)
15846 (diff-hunk-header, diff-removed, diff-added, diff-changed)
15847 (diff-function, diff-context, diff-nonexistent): Remove "-face"
15848 suffix from face names.
15849 (diff-header-face, diff-file-header-face, diff-index-face)
15850 (diff-hunk-header-face, diff-removed-face, diff-added-face)
15851 (diff-changed-face, diff-function-face, diff-context-face)
15852 (diff-nonexistent-face): New backward-compatibility aliases for
15853 renamed faces.
15854 (diff-header-face, diff-file-header-face)
15855 (diff-index, diff-index-face, diff-hunk-header)
15856 (diff-hunk-header-face, diff-removed, diff-removed-face)
15857 (diff-added, diff-added-face, diff-changed-face, diff-function)
15858 (diff-function-face, diff-context-face, diff-nonexistent)
15859 (diff-nonexistent-face): Use renamed diff-mode faces.
15860
15861 * progmodes/compile.el (compilation-warning-face)
15862 (compilation-info-face): Remove "-face" suffix from face names.
15863 (compilation-warning-face, compilation-info-face):
15864 New backward-compatibility aliases for renamed faces.
15865 (compilation-warning-face, compilation-info-face):
15866 Use renamed compilation faces.
15867
15868 * add-log.el (change-log-date, change-log-name)
15869 (change-log-email, change-log-file, change-log-list)
15870 (change-log-conditionals, change-log-function)
15871 (change-log-acknowledgement): Remove "-face" suffix from face names.
15872 (change-log-date-face, change-log-name-face)
15873 (change-log-email-face, change-log-file-face)
15874 (change-log-list-face, change-log-conditionals-face)
15875 (change-log-function-face, change-log-acknowledgement-face):
15876 New backward-compatibility aliases for renamed faces.
15877 (change-log-font-lock-keywords): Use renamed change-log faces.
15878
15879 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
15880 (custom-set, custom-changed, custom-saved, custom-button)
15881 (custom-button-pressed, custom-documentation, custom-state)
15882 (custom-comment, custom-comment-tag, custom-variable-tag)
15883 (custom-variable-button, custom-face-tag, custom-group-tag-1)
15884 (custom-group-tag): Remove "-face" suffix from face names.
15885 (custom-magic-alist, custom-magic-value-create)
15886 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
15887 (custom-invalid-face, custom-rogue-face, custom-modified-face)
15888 (custom-set-face, custom-changed-face, custom-saved-face)
15889 (custom-button-face, custom-button-pressed-face)
15890 (custom-documentation-face, custom-state-face)
15891 (custom-comment-face, custom-comment-tag-face)
15892 (custom-variable-tag-face, custom-variable-button-face)
15893 (custom-face-tag-face, custom-group-tag-face-1)
15894 (custom-group-tag-face):
15895 New backward-compatibility aliases for renamed faces.
15896
15897 * wid-edit.el (widget-documentation, widget-button)
15898 (widget-field, widget-single-line-field, widget-inactive)
15899 (widget-button-pressed): "-face" suffix removed from face names.
15900 (widget-documentation-face, widget-button-face)
15901 (widget-field-face, widget-single-line-field-face)
15902 (widget-inactive-face, widget-button-pressed-face):
15903 New backward-compatibility aliases for renamed faces.
15904 (widget-documentation-face, widget-button-face)
15905 (widget-button-pressed-face, widget-specify-field)
15906 (widget-specify-inactive): Use renamed widget faces.
15907
15908 2005-06-10 Kenichi Handa <handa@m17n.org>
15909
15910 * term/x-win.el (x-clipboard-yank): Remove condition-case
15911 wrapping.
15912
15913 2005-06-11 Kenichi Handa <handa@m17n.org>
15914
15915 * add-log.el (change-log-font-lock-keywords): Make the regexp for
15916 date lines stricter.
15917
15918 2005-06-10 Zhang Wei <id.brep@gmail.com>
15919
15920 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
15921 of x-get-selection.
15922
15923 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15924
15925 * comint.el (comint-mode, comint-snapshot-last-prompt):
15926 * frame.el (frame-current-scroll-bars):
15927 * term.el (term-mode, term-check-proc, term-input-sender)
15928 (term-simple-send, term-extract-string, term-word)
15929 (term-match-partial-filename):
15930 * window.el (window-current-scroll-bars):
15931 * emulation/cua-base.el (cua-normal-cursor-color)
15932 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
15933 (cua-global-mark-cursor-color):
15934 * mail/undigest.el (rmail-forward-separator-regex):
15935 Fix typos in docstrings.
15936
15937 * comint.el (comint-check-proc, make-comint-in-buffer)
15938 (comint-source-default): Doc fixes.
15939
15940 * term.el (term-send-string): Improve argument/docstring consistency.
15941
15942 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
15943
15944 * comint.el (comint-send-input): Bind `inhibit-read-only' around
15945 call to `delete-region'.
15946 (comint-mode-hook): Do not enable Font Lock by default.
15947
15948 2005-06-09 Lute Kamstra <lute@gnu.org>
15949
15950 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
15951 could be void.
15952
15953 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
15954
15955 * emacs-lisp/debug.el (debugger-will-be-back): New var.
15956 (debug): Use it.
15957 (debugger-step-through, debugger-continue, debugger-jump)
15958 (debugger-return-value): Set it when needed.
15959 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
15960 Use inhibit-read-only.
15961
15962 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
15963
15964 * window.el (shrink-window-if-larger-than-buffer)
15965 (window-size-fixed): Fix typo in docstring.
15966
15967 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
15968 thumbnails directory on loading.
15969 (thumbs-conversion-program): Use `eq' to check the system type,
15970 not `equal'.
15971 (thumbs-temp-dir): Initialize to `temporary-file-directory',
15972 not "/tmp". Fix docstring.
15973 (thumbs-thumbsdir): New function to return the thumbnails
15974 directory, creating it if needed.
15975 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
15976 (thumbs-temp-file): Delete variable and make it into a function.
15977 (thumbs-resize-image, thumbs-modify-image): Use it.
15978 (thumbs-kill-buffer): Simplify.
15979 (thumbs-gensym): Defalias or duplicate CL `gensym'.
15980 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
15981 docstrings.
15982
15983 2005-06-09 Kim F. Storm <storm@cua.dk>
15984
15985 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
15986 set-match-data to free markers in match-data.
15987
15988 * replace.el (replace-match-data): Pass RESEAT arg `t' to
15989 match-data to unchain markers in match-data.
15990
15991 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
15992
15993 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
15994 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
15995 unnecessary now.
15996
15997 2005-06-08 Richard M. Stallman <rms@gnu.org>
15998
15999 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16000 give the variable a doc string that doesn't say don't set it directly.
16001
16002 * textmodes/ispell.el (ispell-check-version):
16003 Use match-string-no-properties.
16004 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16005 (ispell-buffer-local-words): Likewise.
16006
16007 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16008 except on terminals with enough colors to really display it.
16009 (makefile-dependency-regex): Delete spurious `bb'.
16010
16011 * faces.el (escape-glyph): Use blue once again in last case.
16012 (no-break-space): Redefine so that it isn't invisible on a tty.
16013
16014 2005-06-08 Kim F. Storm <storm@cua.dk>
16015
16016 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16017 also when reading directory name.
16018
16019 2005-06-08 Lute Kamstra <lute@gnu.org>
16020
16021 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16022 (flyspell-mode-line-string): Remove autoload cookie.
16023 (flyspell-mode): Remove defvar.
16024
16025 2005-06-07 Lute Kamstra <lute@gnu.org>
16026
16027 * textmodes/org.el (org-run-mode-hooks): New function.
16028 (org-agenda-mode): Use it.
16029
16030 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16031
16032 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16033
16034 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16035
16036 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16037
16038 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16039
16040 * font-lock.el (font-lock-add-keywords): Doc fix.
16041
16042 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16043
16044 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16045 (tex-compile-default): In the absence of any history, use the order in
16046 tex-compile-alist to choose the preferred command.
16047 (tex-compile-commands): Reorder a bit.
16048
16049 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16050 (flyspell-incorrect-face, flyspell-duplicate-face):
16051 Use (X)Emacs-agnostic code.
16052 (flyspell-mode-map): Don't overwrite at each load. Remove code
16053 redundant with the subsequent add-minor-mode. Merge Emacs and
16054 XEmacs code.
16055 (flyspell-word): Minor simplification.
16056 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16057 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16058 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16059 Merge the corresponding Emacs code.
16060 (flyspell-correct-word, flyspell-xemacs-popup):
16061 Use flyspell-do-correct.
16062
16063 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16064 a dedicated window.
16065
16066 * international/latexenc.el (latexenc-find-file-coding-system):
16067 Undo part of last patch, to turn off a compiler warning.
16068
16069 2005-06-06 Juri Linkov <juri@jurta.org>
16070
16071 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16072 Rename `tmm-inactive-face' to `tmm-inactive'.
16073
16074 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16075
16076 * iswitchb.el: Rename faces.
16077
16078 2005-06-06 Kim F. Storm <storm@cua.dk>
16079
16080 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16081 (cua-global-mark): Remove -face suffix from face names.
16082
16083 * emulation/cua-gmrk.el (cua--init-global-mark):
16084 Remove cua-global-mark face setup.
16085
16086 2005-06-06 Richard M. Stallman <rms@gnu.org>
16087
16088 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16089 just like other allowed characters.
16090 (makefile-match-dependency): Exclude leading and training whitespace
16091 from the range of regexp subexp 1.
16092 (makefile-macroassign-regex): Don't try to match the body,
16093 just the name of the macro being defined.
16094
16095 * info.el (Info-read-node-name-2): New function.
16096 (Info-read-node-name-1): Use that.
16097 Add a completion-base-size-function property.
16098
16099 * simple.el (completion-setup-function): Look for
16100 completion-base-size-function property of minibuffer-completion-table.
16101
16102 * files.el (locate-file-completion): Doc fix.
16103
16104 * printing.el: Don't call pr-update-menus; user must do that.
16105
16106 * emacs-lisp/debug.el (debugger-window): New variable.
16107 (debug): Use debugger-window if it is set and still alive.
16108 Record debugger-window for next entry.
16109
16110 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16111
16112 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16113
16114 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16115 (hack-one-local-variable, hack-local-variables)
16116 (hack-local-variables-prop-line): Pass that arg.
16117
16118 2005-06-06 Kim F. Storm <storm@cua.dk>
16119
16120 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16121 (ido-indicator): Remove -face suffix from face names.
16122
16123 2005-06-06 Juri Linkov <juri@jurta.org>
16124
16125 * font-lock.el (font-lock-regexp-backslash)
16126 (font-lock-regexp-backslash-construct): New faces.
16127 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16128 after `('. Add `while-no-input' to control structures.
16129
16130 * faces.el (no-break-space, shadow): New faces.
16131 (escape-glyph): Use less loud colors pink2 and red4.
16132
16133 * diff-mode.el (diff-context-face)
16134 * dired.el (dired-ignored)
16135 * rfn-eshadow.el (file-name-shadow)
16136 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16137
16138 * info.el (Info-title-1-face): Use green instead of yellow because
16139 bold yellow is not readable on light backgrounds.
16140
16141 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16142 before selecting the desired mode to not spend time fontifying
16143 old contents.
16144
16145 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16146
16147 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16148 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16149
16150 * ps-print.el (ps-default-fg, ps-default-bg):
16151 Fix typos in docstrings.
16152
16153 * isearchb.el (isearchb): Don't pass a spurious second argument to
16154 `iswitchb-completions'.
16155
16156 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16157
16158 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16159 to preserve point.
16160 (gdb-find-file-hook): Add doc string.
16161
16162 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16163 C dereferenced pointer expression.
16164 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16165
16166 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16167
16168 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16169 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16170 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16171 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16172 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16173 Make background transparent.
16174
16175 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16176
16177 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16178 (font-lock-remove-keywords): Doc fix.
16179 (font-lock-mode-major-mode): Compiler defvar.
16180 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16181
16182 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16183 (font-lock-mode): Update `font-lock-mode-major-mode'.
16184 (font-lock-set-defaults): Compiler defvar.
16185 (font-lock-default-function): Take `font-lock-mode-major-mode'
16186 into account.
16187
16188 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16189 keep track of which major mode it enabled the minor mode for.
16190 Use find-file-hook again. Update docstring.
16191
16192 * simple.el (eval-expression-print-level)
16193 (eval-expression-print-length, eval-expression-debug-on-error):
16194 Doc fixes.
16195
16196 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16197
16198 * iswitchb.el (iswitchb-single-match-face)
16199 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16200 (iswitchb-invalid-regexp-face): New faces.
16201 (iswitchb-completions): Use them.
16202 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16203 now marked as an obsolete alias.
16204 (iswitchb-read-buffer): Remove check for bound font variables.
16205 (iswitchb-invalid-regexp): New free variable.
16206 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16207 set iswitchb-invalid-regexp.
16208 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16209 invalid regexps.
16210 (iswitchb-completions): Add check for complete match when entering
16211 a regexp.
16212 (iswitchb-completions): Remove require-match argument.
16213 (iswitchb-exhibit): Fix caller.
16214 (iswitchb-common-match-inserted): New variable.
16215 (iswitchb-complete, iswitchb-completion-help): Use it.
16216
16217 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16218
16219 * url-http.el (url-http-chunked-encoding-after-change-function):
16220 Use `url-http-debug' instead of `message'.
16221
16222 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16223
16224 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16225 callback argument.
16226
16227 2005-06-04 Kim F. Storm <storm@cua.dk>
16228
16229 * simple.el (line-move): Only call sit-for when moving backwards.
16230
16231 * ido.el (ido-make-merged-file-list-1): New defun split from
16232 ido-make-merged-file-list.
16233 (ido-make-merged-file-list): Bind throw-on-input around call to
16234 ido-make-merged-file-list-1. Return input-pending-p if
16235 interrupted by more input available.
16236 (ido-read-internal): Handle input-pending-p return value from
16237 ido-make-merged-file-list.
16238
16239 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16240
16241 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16242 compatibility code.
16243
16244 * international/latexenc.el (latexenc-find-file-coding-system):
16245 Don't inherit the EOL part of the coding-system from the
16246 tex-main buffer. Fit within 80 columns.
16247
16248 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16249
16250 * tmm.el (tmm-inactive-face): New face.
16251 (tmm-remove-inactive-mouse-face): New function.
16252 (tmm-prompt, tmm-add-one-shortcut)
16253 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16254 but not selectable.
16255
16256 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16257
16258 * faces.el (face-equal): Improve argument/docstring consistency.
16259
16260 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16261
16262 * progmodes/make-mode.el (makefile-targets-face)
16263 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16264 (makefile-bsdmake-dependency-regex)
16265 (makefile-makepp-rule-action-regex)
16266 (makefile-bsdmake-rule-action-regex): New constants.
16267 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16268
16269 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16270 Allow (...) within `...' for makepp messages.
16271
16272 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16273
16274 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16275
16276 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16277 "." files are deleted from all file lists before comparison.
16278
16279 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16280 (viper-ESC-key): Made them customizable.
16281
16282 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16283
16284 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16285
16286 * autorevert.el (auto-revert-buffers): Use save-match-data.
16287
16288 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16289
16290 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16291 menu items with a nil command binding.
16292
16293 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16294
16295 * emacs-lisp/cl-macs.el (defsetf):
16296 Improve argument/docstring consistency.
16297
16298 * faces.el (list-faces-display): Improve the formatting by
16299 computing the maximum length required for any face-name (reworked
16300 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16301 (internal-find-face): Remove redundant info in docstring.
16302
16303 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16304
16305 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16306 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16307 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16308 (gdb-assembler-custom): Improve regexps.
16309 (def-gdb-auto-update-handler): Use window point to preserve point.
16310
16311 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16312
16313 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16314
16315 2005-05-31 Jay Belanger <belanger@truman.edu>
16316
16317 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16318 to calc-embedded.
16319 (calc-embedded-make-info): Have plain prefix argument select
16320 entire line.
16321
16322 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16323
16324 * faces.el (list-faces-display): Signal error if passed a regexp
16325 that matches no face name.
16326
16327 * simple.el (filter-buffer-substring): Fix typo in docstring.
16328
16329 2005-05-31 Richard M. Stallman <rms@gnu.org>
16330
16331 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16332 (vhdl-emacs-21): Doc fix.
16333 (vhdl-mode): Unconditionally set comment-padding.
16334 (vhdl-fixup-whitespace-region): Insert spaces only where
16335 there are none.
16336 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16337
16338 2005-05-30 John Wiegley <johnw@newartisans.com>
16339
16340 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16341 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16342 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16343 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16344 `string-to-number'.
16345
16346 2005-05-30 Jay Belanger <belanger@truman.edu>
16347
16348 * calc/calc.el (calc-bug-address): Fix docstring.
16349 (calc-window-hook, calc-trail-window-hook): New variables.
16350 (calc-trail-display): Restore use of calc-trail-window-hook.
16351 (calc): Restore use of calc-window-hook.
16352
16353 2005-05-31 Masatake YAMATO <jet@gyve.org>
16354
16355 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16356
16357 * help-fns.el (help-C-file-name): Add autoload mark for
16358 `find-function-noselect'.
16359
16360 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16361
16362 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16363 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16364
16365 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16366
16367 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16368 included diary buffer if it was not already being visited.
16369 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16370
16371 * calendar/icalendar.el (top-level): Do not require appt.
16372
16373 * mail/supercite.el (sc-select-attribution): Only use a list
16374 element from sc-attrib-selection-list if it returns a string.
16375 Reported by Davide G. M. Salvetti <salve@debian.org>.
16376
16377 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16378
16379 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16380 includes a hash value to improve its uniqueness, and has a ".jpg"
16381 extension. Also, it is now a valid filename on all systems.
16382 (thumbs-make-thumb): Use `let', not `let*'.
16383 (thumbs-show-thumbs-list): Check for JPEG availability.
16384
16385 2005-05-30 Richard M. Stallman <rms@gnu.org>
16386
16387 * filesets.el (filesets-menu-ensure-use-cached):
16388 Prevent warning when emacs-version>= is undefined.
16389
16390 * printing.el (pr-interactive-n-up): Use string-to-number.
16391
16392 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16393
16394 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16395 Warn only when name to be defined is quoted.
16396
16397 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16398
16399 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16400 Make regexp more robust.
16401 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16402 Force regeneration of disassembly.
16403
16404 2005-05-29 Jay Belanger <belanger@truman.edu>
16405
16406 * calc/calc.el (calc-user-invocation): Check if
16407 calc-invocation-macro is non-nil.
16408
16409 2005-05-29 Juri Linkov <juri@jurta.org>
16410
16411 * add-log.el (change-log-font-lock-keywords):
16412 Add `+' to e-mail regexp to accept mail address with keywords.
16413
16414 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16415
16416 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16417
16418 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16419
16420 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16421
16422 2005-05-29 Richard M. Stallman <rms@gnu.org>
16423
16424 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16425 Undo the change that moves to end of the current word.
16426
16427 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16428
16429 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16430 Throw error when count <= 0 to ensure input is a number.
16431 (gdb-read-memory-custom): Pick up address from buffer.
16432 (gdb-memory-mode): Allow user to increment and decrement
16433 memory address from header line.
16434
16435 2005-05-29 Richard M. Stallman <rms@gnu.org>
16436
16437 * flyspell.el (flyspell-version): Function deleted.
16438 (flyspell-auto-correct-previous-hook): Doc fix.
16439
16440 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16441 Do nothing if memory is full.
16442
16443 * font-lock.el (font-lock-fontify-syntactically-region):
16444 Pass t for GREEDY to looking-back.
16445
16446 * saveplace.el (save-place-alist-to-file): Write the file
16447 using write-region.
16448
16449 * subr.el (looking-back): New argument GREEDY.
16450
16451 * progmodes/compile.el (compilation-start): Set the mode
16452 before inserting the initial text.
16453
16454 * progmodes/which-func.el (which-func-update-1): Turn the mode
16455 off in case of error by setting which-func-mode.
16456
16457 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16458
16459 * flyspell.el (flyspell-auto-correct-previous-word):
16460 Narrow down to what's on the screen, and recenter overlays
16461 at the end of the next word.
16462
16463 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16464
16465 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16466 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16467 (flyspell-abbrev-p): Default to nil.
16468 (flyspell-use-global-abbrev-table-p): Doc fix.
16469 (flyspell-large-region): Allow nil as value.
16470 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16471
16472 (mail-mode-flyspell-verify): More robust handling
16473 of `mail-header-separator'. More efficient signature detection.
16474 Allow for regexp metacharacters in message-header-separator.
16475 Adding `To' not to be checked in mail-mode-flyspell-verify.
16476
16477 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16478 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16479 Bind flyspell-auto-correct-binding.
16480 Bind C-. and C-, .
16481 (flyspell-mode-map): Likewise.
16482 (flyspell-mode): Doc fix.
16483 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16484 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16485 (flyspell-word-cache-result): New var, always local.
16486 (flyspell-check-pre-word-p): Doc fix.
16487 (flyspell-check-changed-word-p): Handle spc like newline.
16488 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16489 (flyspell-word-search-backward, flyspell-word-search-forward):
16490 New functions.
16491 (flyspell-word): Return t if nothing to check.
16492 When parsing TeX code, check for after } or \.
16493 Use flyspell-word-search-backward to find previous word.
16494 Return nil if duplicated word.
16495 For word already checked, return same value as last time.
16496 Set flyspell-word-cache-result after checking.
16497 Don't clobber the return value.
16498 (flyspell-get-word): Major rewrite.
16499 (flyspell-external-point-words): New locals pword, pcount.
16500 Fix size used in progress message.
16501 Find the proper corresponding word in flyspell-large-region-buffer.
16502 (flyspell-region): Check for flyspell-large-region = nil.
16503 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16504 (flyspell-auto-correct-word): Check that WORD is a cons.
16505 (flyspell-correct-word): Likewise.
16506
16507 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16508
16509 * progmodes/make-mode.el (makefile-rule-action-regex)
16510 (makefile-macroassign-regex, makefile-makepp-mode)
16511 (makefile-bsdmake-mode): Continuation lines may be empty.
16512 Reported by Joshua Varner.
16513 (makefile-makepp-font-lock-keywords): Add $(stem).
16514
16515 2005-05-28 Karl Berry <karl@gnu.org>
16516
16517 * textmodes/tex-mode.el: Now that tex-send-command calls
16518 shell-quote-argument (2005-03-31 change), remove all calls to
16519 shell-quote-argument; they all end up invoking tex-send-command.
16520 The double quoting loses on filenames with non-safe characters,
16521 such as "@". Reported by Frederik Fouvry.
16522
16523 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16524
16525 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16526 about preserving point.
16527
16528 2005-05-27 Jay Belanger <belanger@truman.edu>
16529
16530 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16531 Info-goto-node.
16532
16533 * calc/calc-embed.el (calc-embed-arg): New variable.
16534 (calc-do-embedded-activate, calc-embedded-activate-formula)
16535 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16536 variable by new variable.
16537 (calc-embedded-make-info): Replace undeclared variable by new
16538 variable. When selecting region with positive prefix
16539 argument, use end of previous line instead of beginning of line.
16540
16541 * calc/calc-aent.el (calc-arg-values): Declare it.
16542
16543 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16544 Declare them.
16545
16546 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16547
16548 * calc/calc.el (calc-alg-map): Declare it.
16549
16550 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16551
16552 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16553
16554 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16555 (gdb-registers-buffer, toggle-gdb-all-registers):
16556 Toggle display of floating point registers.
16557 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16558
16559 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16560 (toggle-gud-tooltip-dereference):
16561 Rename from gud-toggle-tooltip-dereference.
16562
16563 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16564
16565 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16566
16567 2005-05-27 Jay Belanger <belanger@truman.edu>
16568
16569 * calc/calc-prog.el (calc-kbd-report): Remove.
16570 (calc-kbd-query): Rewrite.
16571
16572 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16573
16574 * image.el (image-library-alist): Move to image.c.
16575 (image-type-available-p): Doc fix.
16576
16577 2005-05-27 Lute Kamstra <lute@gnu.org>
16578
16579 * calc/calc.el (calc):
16580 * outline.el (outline-1, outline-2, outline-3, outline-4)
16581 (outline-5, outline-6, outline-7, outline-8):
16582 * textmodes/dns-mode.el (dns-mode):
16583 * textmodes/sgml-mode.el (sgml-namespace-face):
16584 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16585 (tex-verbatim-face, tex-use-reftex):
16586 * textmodes/texinfo.el (texinfo-heading-face):
16587 Specify customization group.
16588
16589 * longlines.el: Don't require easy-mmode.
16590 (longlines-visible-face): Specify customization group.
16591
16592 2005-05-27 Kenichi Handa <handa@m17n.org>
16593
16594 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16595 encoding table of windows-1251.
16596
16597 * international/ucs-tables.el (ucs-set-table-for-input):
16598 If translation-table-for-input of a coding system is a symbol, get
16599 its translation-table property.
16600
16601 * international/code-pages.el: Don't register a coding system into
16602 non-iso-charset-alist more than once.
16603 (cp-make-coding-system): Likewise.
16604
16605 2005-05-26 John Wiegley <johnw@newartisans.com>
16606
16607 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16608 `eshell-resume-eval' is wrapped in a list, it indicates that the
16609 command was run asynchronously. In that case, unwrap the value
16610 before checking the delimiter value.
16611
16612 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16613 character before a space at the end of a line is \, assume the space
16614 is part of the last argument rather than a final argument separator.
16615
16616 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16617 is in use, and the target is `t' or `nil' (which are the most common
16618 values), don't assume that the symbol target is a buffer.
16619
16620 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16621
16622 * calendar/calendar.el (calendar-mode-line-format):
16623 Use mode-line-highlight as mouse-face.
16624
16625 * time.el (display-time-string-forms, display-time-update):
16626 Use mode-line-highlight as mouse-face.
16627
16628 2005-05-26 Jay Belanger <belanger@truman.edu>
16629
16630 * calc/calc.el (calc-language-alist): Remove extra defvar.
16631
16632 2005-05-26 Lute Kamstra <lute@gnu.org>
16633
16634 * arc-mode.el (archive-mode):
16635 * bookmark.el (bookmark-read-annotation-mode)
16636 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16637 * bs.el (bs-mode):
16638 * calc/calc-yank.el (calc-edit-mode):
16639 * calc/calc.el (calc-mode, calc-trail-mode):
16640 * calculator.el (calculator-mode):
16641 * chistory.el (command-history-mode):
16642 * comint.el:
16643 * cus-edit.el (custom-mode):
16644 * descr-text.el (describe-text-mode):
16645 * ebuff-menu.el (Electric-buffer-menu-mode):
16646 * ediff-util.el (ediff-mode):
16647 * emacs-lisp/re-builder.el (reb-mode):
16648 * emulation/vi.el (vi-mode-setup):
16649 * emulation/ws-mode.el (wordstar-mode):
16650 * eshell/esh-mode.el (eshell-mode):
16651 * forms.el (forms-mode):
16652 * help-mode.el (help-mode):
16653 * hexl.el (hexl-mode):
16654 * ibuffer.el (ibuffer-mode):
16655 * ielm.el (inferior-emacs-lisp-mode):
16656 * info.el (Info-mode, Info-edit-mode):
16657 * international/swedish.el:
16658 * ledit.el (ledit-from-lisp-mode):
16659 * locate.el (locate-mode):
16660 * mail/rmail.el (rmail-mode):
16661 * mail/rmailedit.el (rmail-edit-mode):
16662 * mail/rmailsum.el (rmail-summary-mode):
16663 * mail/supercite.el (sc-electric-mode):
16664 * net/eudc.el (eudc-mode):
16665 * net/quickurl.el (quickurl-list-mode):
16666 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16667 * obsolete/ooutline.el (outline-mode):
16668 * obsolete/options.el (Edit-options-mode):
16669 * obsolete/rnews.el (news-mode):
16670 * obsolete/rnewspost.el (news-reply-mode):
16671 * play/5x5.el (5x5-mode):
16672 * play/decipher.el (decipher-mode, decipher-stats-mode):
16673 * play/gomoku.el (gomoku-mode):
16674 * play/snake.el (snake-mode):
16675 * play/solitaire.el (solitaire-mode):
16676 * play/tetris.el (tetris-mode):
16677 * progmodes/ada-mode.el (ada-mode):
16678 * progmodes/antlr-mode.el (antlr-mode):
16679 * progmodes/autoconf.el (autoconf-mode):
16680 * progmodes/dcl-mode.el (dcl-mode):
16681 * progmodes/delphi.el (delphi-mode):
16682 * progmodes/ebrowse.el (ebrowse-tree-mode)
16683 (ebrowse-electric-list-mode, ebrowse-member-mode)
16684 (ebrowse-electric-position-mode):
16685 * progmodes/f90.el (f90-mode):
16686 * progmodes/fortran.el (fortran-mode):
16687 * progmodes/icon.el (icon-mode):
16688 * progmodes/idlw-help.el (idlwave-help-mode):
16689 * progmodes/idlw-shell.el (idlwave-shell-mode):
16690 * progmodes/idlwave.el (idlwave-mode):
16691 * progmodes/inf-lisp.el (inferior-lisp-mode):
16692 * progmodes/m4-mode.el (m4-mode):
16693 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16694 * progmodes/modula2.el (modula-2-mode):
16695 * progmodes/octave-inf.el (inferior-octave-mode):
16696 * progmodes/octave-mod.el (octave-mode):
16697 * progmodes/pascal.el (pascal-mode):
16698 * progmodes/sh-script.el (sh-mode):
16699 * progmodes/sql.el (sql-mode, sql-interactive-mode):
16700 * progmodes/vhdl-mode.el (vhdl-mode):
16701 * progmodes/xscheme.el (scheme-interaction-mode):
16702 * replace.el (occur-mode):
16703 * ses.el (ses-mode):
16704 * simple.el (completion-list-mode):
16705 * skeleton.el:
16706 * speedbar.el (speedbar-mode):
16707 * term.el (term-mode):
16708 * terminal.el (terminal-edit-mode):
16709 * textmodes/reftex-index.el (reftex-index-mode)
16710 (reftex-index-phrases-mode):
16711 * textmodes/reftex-sel.el (reftex-select-label-mode)
16712 (reftex-select-bib-mode):
16713 * textmodes/reftex-toc.el (reftex-toc-mode):
16714 * wdired.el (wdired-change-to-wdired-mode):
16715 * wid-browse.el (widget-browse-mode):
16716 Use run-mode-hooks.
16717
16718 * array.el (array-mode):
16719 * calendar/todo-mode.el (todo-mode):
16720 * man.el (Man-mode):
16721 * play/landmark.el (lm-mode):
16722 * play/mpuz.el (mpuz-mode):
16723 Use kill-all-local-variables and run-mode-hooks.
16724
16725 * subr.el (delay-mode-hooks): Specify indentation.
16726
16727 2005-05-26 Mark A. Hershberger <mah@everybody.org>
16728
16729 * xml.el (xml-substitute-special): Don't die for undefined xml
16730 entities.
16731
16732 2005-05-26 Jay Belanger <belanger@truman.edu>
16733
16734 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16735 of nil.
16736
16737 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
16738
16739 * progmodes/gdb-ui.el (gdb-frame-address):
16740 Rename from gdb-current-address.
16741 (gdb-previous-frame-address): Rename from gdb-previous-address.
16742 (gdb-selected-frame): Rename from gdb-current-frame.
16743 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16744 (gdb-frame-number): Rename from gdb-current-stack-level.
16745 (gdb-ann3): Match new mode-name for disassembly buffer.
16746 Extend initialization of variables.
16747 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16748 (gdb-memory-mode): Use mouse-face in header line.
16749 (gdb-assembler-buffer-name): Call it disassembly and give frame
16750 in mode line.
16751 (gdb-source-spec-regexp, gdb-assembler-custom)
16752 (gdb-invalidate-assembler, gdb-frame-handler):
16753 Make robust to leading zeroes in address format.
16754
16755 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
16756
16757 * textmodes/org.el (org-mode): Use `define-derived-mode' to
16758 define `org-mode'.
16759 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16760
16761 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
16762
16763 * log-edit.el (log-edit-changelog-entries): Distinguish between
16764 filenames like xfns.c and fns.c.
16765
16766 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
16767
16768 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16769 point after reverting.
16770 (Buffer-menu-make-sort-button): Handle the case where
16771 `Buffer-menu-use-header-line' is nil.
16772
16773 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
16774
16775 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16776 New funcs. In minibuffer-local-completion-map bind `]', `/'
16777 and `:' to them.
16778
16779 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
16780
16781 * startup.el (normal-top-level): Allow modification of load-path while
16782 we're iterating over it.
16783
16784 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
16785
16786 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16787 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16788 (thumbs-resize-interactive, thumbs-insert-image)
16789 (thumbs-insert-thumb, thumbs-dired-show-marked)
16790 (thumbs-find-image-at-point, thumbs-delete-images)
16791 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16792 (thumbs-increment-image-size, thumbs-decrement-image-size):
16793 Fix typos in docstrings.
16794
16795 2005-05-24 Andre Spiegel <spiegel@gnu.org>
16796
16797 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16798 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16799 (cperl-mode): Use them.
16800
16801 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
16802
16803 * window.el (quit-window, shrink-window-if-larger-than-buffer):
16804 Doc fixes.
16805
16806 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
16807
16808 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16809 Bind C-d to gdb-inferior-io-eof.
16810
16811 * dired.el (dired-dnd-popup-notice): Use message-box.
16812
16813 2005-05-23 Masatake YAMATO <jet@gyve.org>
16814
16815 * bindings.el (mode-line-major-mode-keymap):
16816 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16817
16818 * faces.el (mode-line-highlight): New face.
16819
16820 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16821 as mouse-face.
16822
16823 * bindings.el (top-level, help-echo, mode-line-modified)
16824 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16825 as mouse-face.
16826
16827 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
16828
16829 * progmodes/cc-engine.el (c-guess-basic-syntax):
16830 Remove spurious call to `zerop'.
16831
16832 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16833
16834 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
16835
16836 CC Mode update to 5.30.10:
16837
16838 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16839 could go past the limit in decoration level 2, thereby causing
16840 errors during interactive fontification.
16841
16842 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16843 the file is evaluated interactively.
16844
16845 * cc-engine.el (c-guess-basic-syntax): Handle operator
16846 declarations somewhat better in C++.
16847
16848 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16849 make use of `run-mode-hooks' which has been added in Emacs 21.1.
16850 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16851 (awk-mode): Use it.
16852 (make-local-hook): Suppress warning about obsoleteness.
16853
16854 * cc-engine.el, cc-align.el, cc-cmds.el
16855 (c-append-backslashes-forward, c-delete-backslashes-forward)
16856 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16857 Compensate for return value from `forward-line' when it has moved
16858 but not to a different line due to eob.
16859
16860 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16861 `objc-method-intro' and `objc-method-args-cont'.
16862
16863 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
16864
16865 CC Mode update to 5.30.10:
16866
16867 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
16868 in the copyright statement. Incidentally, change "along with GNU
16869 Emacs" to "along with this program" where it occurs.
16870
16871 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
16872 so that it is interactive, hence can be found by M-x awk-mode
16873 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
16874 <gmorris+emacs@ast.cam.ac.uk>.
16875
16876 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
16877 Mode's regexps.
16878
16879 2005-05-23 Kevin Ryde <user42@zip.com.au>
16880
16881 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
16882 c-parse-state, to avoid a lisp error (on bad code).
16883
16884 2005-05-23 Lute Kamstra <lute@gnu.org>
16885
16886 * subr.el (font-lock-defaults): Remove defvar as it's already
16887 defined in font-core.el.
16888
16889 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
16890
16891 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
16892
16893 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
16894 more general and work when GDB variable "print pretty" is on,
16895 as with Emacs, for example.
16896
16897 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
16898
16899 * font-core.el: Update comment.
16900
16901 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16902 Use `after-change-major-mode-hook' instead of `find-file-hook'.
16903
16904 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
16905
16906 2005-05-22 Eli Zaretskii <eliz@gnu.org>
16907
16908 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
16909 and `yank-handler' in the doc strings.
16910
16911 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16912
16913 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
16914
16915 2005-05-22 Richard M. Stallman <rms@gnu.org>
16916
16917 * help.el (describe-key): Move print-help-return-message call
16918 out of conditional.
16919
16920 * progmodes/etags.el (list-tags): Use with-no-warnings.
16921
16922 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
16923 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
16924 (starttls-extra-args, starttls-extra-arguments): Add defvars.
16925
16926 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
16927
16928 * language/viet-util.el (viet-viscii-nonascii-translation-table):
16929 Add defvar.
16930
16931 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
16932 Use defvar, not defconst.
16933
16934 * hexl.el (hexl-follow-line): Use with-no-warnings.
16935
16936 * emulation/tpu-extras.el: Use write-file-functions instead of
16937 write-file-hooks.
16938
16939 * dired.el (dired-font-lock-keywords): Fontify files with junk
16940 extensions even if marked by -F.
16941
16942 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
16943
16944 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
16945 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
16946 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
16947 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
16948 (concatenate, list-length, get*, getf, cl-remprop):
16949 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
16950 (etypecase, progv, lexical-let, lexical-let*)
16951 (multiple-value-bind, multiple-value-setq, shiftf):
16952 Improve argument/docstring consistency.
16953
16954 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
16955
16956 2005-05-22 Andre Spiegel <spiegel@gnu.org>
16957
16958 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
16959 doesn't exist.
16960
16961 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
16962 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
16963
16964 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
16965
16966 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
16967 already deleted variables: auto-fill-hook, blink-paren-hook,
16968 lisp-indent-hook, inhibit-local-variables, unread-command-event,
16969 suspend-hooks, comment-indent-hook, meta-flag,
16970 before-change-function, after-change-function,
16971 font-lock-doc-string-face.
16972
16973 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
16974
16975 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
16976
16977 2005-05-21 Eli Zaretskii <eliz@gnu.org>
16978
16979 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
16980 rmail-dont-reply-to.
16981
16982 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16983
16984 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
16985 literal blank when splitting new-header-values.
16986
16987 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
16988
16989 * calendar/cal-menu.el (cal-menu-update): Add separator as a
16990 string so that tmm doesn't create a completion entry for it.
16991
16992 * textmodes/table.el (table-disable-menu): Ditto.
16993
16994 2005-05-21 Richard M. Stallman <rms@gnu.org>
16995
16996 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
16997
16998 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
16999
17000 * net/rcompile.el (remote-compile): Use compilation-start.
17001
17002 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17003
17004 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
17005
17006 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17007 Default to makefile-bsdmake-mode on BSD systems.
17008
17009 * imenu.el (imenu-generic-expression, imenu--generic-function'):
17010 REGEXP may also be a search function now. The part of doc-string
17011 for describing the structure was 95% identical to that of
17012 `imenu--generic-function'. Unify it there.
17013
17014 * progmodes/make-mode.el (makefile-imenu-generic-expression):
17015 Use function to find dependencies, because regexp alone is so complex,
17016 it easily goes into an endless loop.
17017 (makefile-makepp-mode): Also add submenu for Perl functions
17018 defined in the makefile.
17019 (makefile-bsdmake-mode): Special imenu-generic-expression no
17020 longer needed, due to function call.
17021 (makefile-match-dependency): Take BOUND into account when checking
17022 if we're through.
17023
17024 2005-05-20 Jay Belanger <belanger@truman.edu>
17025
17026 * calc/calc-units.el (calc-invalidate-units-table):
17027 Use inhibit-read-only.
17028 (math-build-units-table-buffer): Use view-mode.
17029
17030 2005-05-20 David Kastrup <dak@gnu.org>
17031
17032 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17033 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17034
17035 2005-05-20 Lute Kamstra <lute@gnu.org>
17036
17037 * diff-mode.el (diff-header-face, diff-file-header-face)
17038 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17039 (diff-added-face, diff-changed-face, diff-function-face)
17040 (diff-context-face, diff-nonexistent-face): Put them in the
17041 diff-mode customization group.
17042
17043 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17044
17045 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17046
17047 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17048
17049 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17050 Minor regexp-optimization.
17051
17052 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17053
17054 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17055 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17056 (org-agenda-add-time-grid-maybe): New function.
17057 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17058 (org-table-create): `dotimes' instead of `mapcar'.
17059 (org-xor): Simplify implementation.
17060 (org-agenda): `inhibit-redisplay' turned on.
17061 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17062 a consistent line after a state change.
17063 (org-agenda-remove-times-when-in-prefix): New option.
17064 (org-prefix-has-time): New variable.
17065 (org-parse-time-string): Optional argument NODEFAULT.
17066 (org-format-agenda-item): Parse items for time-of-day
17067 specifications and move these into the prefix if possible.
17068 (org-agenda-priority): Get current heading, not previous heading
17069 during agenda remote editing.
17070
17071 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17072
17073 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17074 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17075 (remove-duplicates, delete-duplicates, substitute)
17076 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17077 (nsubstitute-if-not, find, find-if, find-if-not, position)
17078 (position-if, position-if-not, count, count-if, count-if-not)
17079 (mismatch, search, sort*, stable-sort, merge, member*)
17080 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17081 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17082 (intersection, nintersection, set-difference, nset-difference)
17083 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17084 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17085 (nsublis, tree-equal): Improve argument/docstring consistency.
17086
17087 * subr.el (send-string, send-region): Remove obsolescence declaration.
17088 (window-dot, set-window-dot, read-input, show-buffer)
17089 (eval-current-buffer, string-to-int):
17090 Add release number to obsolescence declarations.
17091
17092 2005-05-19 Kim F. Storm <storm@cua.dk>
17093
17094 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17095 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17096
17097 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17098
17099 * faces.el (list-faces-display): Make back button respect optional
17100 regexp arg.
17101
17102 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17103
17104 * calculator.el (calculator-radix-grouping-mode)
17105 (calculator-radix-grouping-digits, calculator-displayer)
17106 (calculator-radix-grouping-separator, calculator-copy-displayer):
17107 * dabbrev.el (dabbrev-search-these-buffers-only):
17108 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17109 (diff-advance-after-apply-hunk, diff-mode-hook)
17110 (diff-minor-mode-prefix):
17111 * imenu.el (imenu-use-popup-menu):
17112 * jit-lock.el (jit-lock-context-time):
17113 * newcomment.el (comment-fill-column, comment-column)
17114 (comment-style, comment-padding, comment-multi-line)
17115 (comment-empty-lines, comment-auto-fill-only-comments):
17116 * reveal.el (reveal-around-mark):
17117 * uniquify.el (uniquify-buffer-name-style)
17118 (uniquify-after-kill-buffer-p)
17119 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17120 (uniquify-min-dir-content, uniquify-separator)
17121 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17122 * w32-vars.el (w32-fixed-font-alist):
17123 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17124 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17125 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17126 * progmodes/perl-mode.el (perl-indent-level)
17127 (perl-continued-statement-offset, perl-continued-brace-offset)
17128 (perl-brace-offset, perl-brace-imaginary-offset)
17129 (perl-label-offset, perl-indent-continued-arguments)
17130 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17131 * progmodes/tcl.el (tcl-indent-level)
17132 (tcl-continued-indent-level, tcl-auto-newline)
17133 (tcl-tab-always-indent, tcl-electric-hash-style)
17134 (tcl-help-directory-list, tcl-use-smart-word-finder)
17135 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17136 (inferior-tcl-source-command):
17137 * textmodes/fill.el (enable-kinsoku):
17138 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17139 * textmodes/table.el (table-yank-handler):
17140 Specify missing group (and type, if simple) in defcustom.
17141
17142 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17143
17144 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17145
17146 2005-05-19 Richard M. Stallman <rms@gnu.org>
17147
17148 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17149
17150 * subr.el (event-basic-type): Don't get an error.
17151 (left-fringe-p): Function deleted.
17152
17153 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17154 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17155
17156 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17157 in recursive copy.
17158
17159 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17160
17161 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17162
17163 * emacs-lisp/bytecomp.el
17164 (byte-compile-file-form-custom-declare-variable):
17165 Call byte-compile-nogroup-warn if appropriate.
17166
17167 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17168 (compilation-set-window): Don't call left-fringe-p; do it directly.
17169
17170 2005-05-19 Jay Belanger <belanger@truman.edu>
17171
17172 * calc/calc-graph.el (calc-graph-format-data): Make sure
17173 var-PlotRejects is bound before trying to check its value.
17174
17175 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17176
17177 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17178 definition of this variable from reftex-global.el to reftex.el,
17179 because it is needed in the menu.
17180
17181 2005-05-19 Lute Kamstra <lute@gnu.org>
17182
17183 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17184 years are fixed. Don't insert a space after a dash.
17185
17186 2005-05-19 Kim F. Storm <storm@cua.dk>
17187
17188 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17189
17190 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17191
17192 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17193 strings, because (eq ... ?\\) is fairly frequent.
17194
17195 * progmodes/make-mode.el (makefile-add-this-line-targets):
17196 Simplify and integrate into `makefile-pickup-targets'.
17197 (makefile-add-this-line-macro): Simplify and integrate into
17198 `makefile-pickup-macros.
17199 (makefile-pickup-filenames-as-targets): Simplify.
17200 (makefile-previous-dependency, makefile-match-dependency):
17201 Don't stumble over `::'.
17202
17203 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17204
17205 * subr.el (post-command-idle-hook, post-command-idle-delay):
17206 Remove obsoletion of post-command-idle-hook and
17207 post-command-idle-delay.
17208
17209 * faces.el (list-faces-display): Provide button when describe-face
17210 is called to take user back to the list of faces.
17211
17212 * help-fns.el (describe-variable): Remove hyperlinks in a
17213 variable's value as these are quite frequently inappropriate.
17214
17215 * follow.el (follow-submit-feedback, follow-mode):
17216 Remove references to post-command-idle-hook.
17217
17218 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17219
17220 * progmodes/make-mode.el (makefile-previous-dependency)
17221 (makefile-match-dependency): Check for := (and in bsd mode also
17222 !=) to give a better result, even when font-lock is not on.
17223
17224 2005-05-18 Jay Belanger <belanger@truman.edu>
17225
17226 * calc/calc-help.el (calc-s-prefix-help):
17227 Add `calc-copy-special-constant' to help string.
17228
17229 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17230
17231 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17232
17233 2005-05-18 Jay Belanger <belanger@truman.edu>
17234
17235 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17236 in linear factors are in proper order.
17237
17238 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17239
17240 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17241 Support for jurabib.
17242
17243 * textmodes/reftex.el (featurep): Define aliases for overlay
17244 commands, for XEmacs compatibility, and use these aliases in
17245 overlay initializations.
17246 (reftex-highlight): Use `reftex-move-overlay'.
17247 (reftex-unhighlight): Use `reftex-delete-overlay'.
17248 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17249 (reftex-access-search-path): Use `reftex-uniquify' instead of
17250 `reftex-uniq'
17251
17252 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17253 `before-string' property modification enables for Emacs as well.
17254 (reftex-select-item): Use `reftex-delete-overlay'.
17255 (reftex-select-mark): Use `reftex-make-overlay' and
17256 `reftex-overlay-put'.
17257 (reftex-select-unmark): Use `reftex-delete-overlay' and
17258 `reftex-overlay-put'.
17259
17260 2005-05-18 Lute Kamstra <lute@gnu.org>
17261
17262 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17263
17264 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17265
17266 * add-log.el (add-change-log-entry):
17267 * array.el (array-make-template, array-reconfigure-rows)
17268 (array-init-max-row, array-init-max-column)
17269 (array-init-columns-per-line, array-init-field-width):
17270 * replace.el (replace-match-maybe-edit, perform-replace):
17271 * textmodes/spell.el (spell-region):
17272 Replace `read-input' by `read-string'.
17273
17274 * forms.el (forms-mode):
17275 * finder.el (finder-compile-keywords):
17276 * shadowfile.el (shadow-read-files):
17277 Replace `eval-current-buffer' by `eval-buffer'.
17278
17279 * terminal.el (te-pass-through):
17280 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17281 (ange-ftp-raw-send-cmd):
17282 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17283 (send-process-next-char, telnet-initial-filter, telnet):
17284 Replace `send-string' by `process-send-string'.
17285
17286 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17287 (prolog-consult-region): Replace `send-string' by
17288 `process-send-string'; replace `send-region' by `process-send-region'.
17289
17290 * progmodes/delphi.el (delphi-log-msg):
17291 Replace `set-window-dot' by `set-window-point'.
17292
17293 * subr.el (window-dot, set-window-dot, read-input, send-string)
17294 (send-region, show-buffer, eval-current-buffer):
17295 Make really obsolete, as the comment says.
17296
17297 2005-05-17 Kim F. Storm <storm@cua.dk>
17298
17299 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17300 (cua--init-keymaps): Bind C-return instead of S-return to set
17301 rectangle mark.
17302
17303 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17304 instead of S-return to toggle/clear rectangle mark.
17305
17306 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17307
17308 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17309 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17310 Also fontify plain strings assigned to variables, mostly so that a
17311 colon has a face and is thus not taken as a dependency separator.
17312 (makefile-previous-dependency): Inline the new matcher, because it
17313 is too complex to work in both directions.
17314 (makefile-match-dependency): Eliminate `backward' arg (see above).
17315 Completely reimplemented so as to not sometimes go into an endless
17316 loop. It should also be more efficient, because first it only
17317 searches for `:', instead of applying the very complex regexp.
17318 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17319 to be fontified in one piece can be too long for JIT.
17320 Makefiles are never *that* big.
17321
17322 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17323
17324 * dired.el (dired-mode): Simplify.
17325
17326 2005-05-17 Lute Kamstra <lute@gnu.org>
17327
17328 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17329 defcustom for the mode hook variable.
17330
17331 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17332 Emacs Lisp Reference Manual.
17333
17334 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17335
17336 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17337 (evenp, list*):
17338 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17339 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17340
17341 * net/tramp-smb.el (tramp-smb-open-connection):
17342 Pass `tramp-chunksize' as fifth (required) argument.
17343
17344 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17345
17346 * font-lock.el (lisp-font-lock-keywords-1):
17347 Set `font-lock-negation-char-face' for [^...] char group.
17348 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17349
17350 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17351 a var, and refine it to mask one more level of nested vars.
17352 (makefile-rule-action-regex): Turn it into a var, and refine it so
17353 it recognizes backslashed continuation lines as belonging to the
17354 same command.
17355 (makefile-macroassign-regex): Refine it so it recognizes
17356 backslashed continuation lines as belonging to the same command.
17357 (makefile-var-use-regex): Don't look at the next char, because it
17358 might be the same one to be skipped by the initial [^$], leading
17359 to an overlooked variable use.
17360 (makefile-make-font-lock-keywords): Remove two parameters, which
17361 are now variables that some of the modes set locally.
17362 Handle dependency and rule action matching through functions, because
17363 regexps alone match too often. Dependency matching now comes
17364 last, so it can check, whether a colon already matched something else.
17365 (makefile-mode): Inform that font-lock improves makefile parsing
17366 capabilities.
17367 (makefile-match-dependency, makefile-match-action): New functions.
17368
17369 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17370
17371 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17372
17373 * align.el (align-regexp):
17374 * ansi-color.el (ansi-color-get-face):
17375 * array.el (array-reconfigure-rows, array-init-max-row)
17376 (array-init-max-column, array-init-columns-per-line)
17377 (array-init-field-width):
17378 * dired-aux.el (dired-trample-file-versions):
17379 * dired-x.el (dired-mark-sexp):
17380 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17381 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17382 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17383 * faces.el (face-read-integer):
17384 * files.el (backup-extract-version, insert-directory):
17385 * hexl.el (hexl-insert-decimal-char):
17386 * server.el (server-process-filter):
17387 * shell.el (shell-extract-num):
17388 * startup.el (command-line-1):
17389 * term.el (term-command-hook):
17390 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17391 (time-stamp-do-number):
17392 * time.el (display-time-update):
17393 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17394 (timezone-fix-time):
17395 * vms-patch.el (vms-suspend-resume-hook):
17396 * calendar/appt.el (appt-convert-time):
17397 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17398 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17399 * calendar/cal-islam.el (mark-islamic-diary-entries):
17400 * calendar/calendar.el (calendar-cursor-to-date)
17401 (calendar-star-date):
17402 * calendar/diary-lib.el (diary-attrtype-convert)
17403 (mark-diary-entries, diary-entry-time):
17404 * calendar/solar.el (solar-get-number):
17405 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17406 * emacs-lisp/re-builder.el (reb-display-subexp):
17407 * emulation/edt.el (edt-set-scroll-margins):
17408 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17409 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17410 (vip-get-ex-count):
17411 * emulation/viper-ex.el (viper-get-ex-token)
17412 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17413 * international/fontset.el (fontset-plain-name):
17414 * mail/feedmail.el (feedmail-look-at-queue-directory):
17415 * mail/mailalias.el (mail-get-names):
17416 * mail/rmail.el (rmail-convert-to-babyl-format):
17417 * mail/rmailsum.el (rmail-make-basic-summary-line)
17418 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17419 (rmail-summary-goto-msg):
17420 * mail/smtpmail.el (smtpmail-read-response):
17421 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17422 (ange-ftp-vms-add-file-entry):
17423 * play/gametree.el (gametree-looking-at-ply)
17424 (gametree-current-branch-score):
17425 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17426 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17427 * progmodes/cperl-mode.el (condition-case):
17428 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17429 (ebrowse-set-member-buffer-column-width)
17430 (ebrowse-select-1st-to-9nth):
17431 * progmodes/etags.el (etags-snarf-tag):
17432 * progmodes/flymake.el (flymake-parse-line):
17433 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17434 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17435 (idlwave-shell-menu-def):
17436 * progmodes/ps-mode.el (ps-run-goto-error):
17437 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17438 (vhdl-speedbar-contract-level):
17439 * term/mac-win.el (x-handle-numeric-switch):
17440 * term/sun-mouse.el (sun-get-frame-data):
17441 * term/w32-win.el (x-handle-numeric-switch):
17442 * term/x-win.el (x-handle-numeric-switch):
17443 * textmodes/ispell.el (ispell-parse-output):
17444 * textmodes/nroff-mode.el (nroff-outline-level):
17445 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17446 (reftex-bib-sort-year-reverse, reftex-format-citation):
17447 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17448 (reftex-section-number):
17449 * textmodes/texinfmt.el (texinfo-paragraphindent):
17450 Replace `string-to-int' by `string-to-number'.
17451
17452 * international/latexenc.el: Add page marker to force the "Local
17453 Variables:" string out of the last page.
17454
17455 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17456
17457 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17458 tooltip-change-major-mode.
17459 (gud-tooltip-print-command): Remove case where gud-minor-mode
17460 is gdb ("--fullname").
17461 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17462 explain to user.
17463
17464 2005-05-16 Jay Belanger <belanger@truman.edu>
17465
17466 * calc/calc-store.el (calc-copy-special-constant): New function.
17467
17468 * calc/calc-ext.el (calc-init-extensions): Add binding for
17469 `calc-copy-special-constant'.
17470
17471 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17472 for the `calc-copy-special-constant' command.
17473
17474 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17475
17476 * subr.el (left-fringe-p): New function.
17477
17478 * progmodes/compile.el (compilation-setup): Set local value of
17479 overlay-arrow-string to "" always.
17480 (compilation-set-window): Left fringe then don't scroll.
17481 No left fringe then no arrow and scroll message to top.
17482 (compilation-context-lines): Adjust doc string accordingly.
17483
17484 2005-05-16 Kim F. Storm <storm@cua.dk>
17485
17486 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17487 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17488 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17489 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17490 (ido-read-file-name): Handle commands with ido property value
17491 equal to find-file as reading a file name, to allow C-d to enter dired.
17492 (ibuffer-find-file): Add ido property with value find-file.
17493
17494 2005-05-15 Kim F. Storm <storm@cua.dk>
17495
17496 * subr.el (open-network-stream-nowait): Remove.
17497 (open-network-stream-server): Remove.
17498
17499 2005-05-15 Richard M. Stallman <rms@gnu.org>
17500
17501 * faces.el (describe-face): Output a definition link button.
17502
17503 * help-mode.el (help-face-def): New button type.
17504
17505 * emacs-lisp/copyright.el (copyright-fix-years):
17506 Match properly if the first year is 2-digit.
17507 Don't mess up the whitespace after the years by filling.
17508
17509 * dired-aux.el (dired-mark-confirm):
17510 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17511
17512 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17513 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17514 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17515
17516 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17517 Set font-lock-comment-start-skip.
17518
17519 * font-lock.el (font-lock-comment-start-skip): New variable.
17520 (font-lock-comment-end-skip): New variable.
17521 (font-lock-fontify-syntactically-region): Use them if non-nil.
17522
17523 2005-05-15 Jay Belanger <belanger@truman.edu>
17524
17525 * calc/calc-store.el (calc-store-value): Return a string rather
17526 than display it as a message.
17527 Use calc-var-name for variable name.
17528 (calc-store-into): Add the result of calc-store-value to message.
17529 (calc-copy-variable): Add a message.
17530 (calc-store-exchange): Improve error messages.
17531 (calc-store-binary, calc-store-map): Don't reset the values of
17532 special constants.
17533
17534 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17535
17536 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17537 manual to docstring.
17538
17539 * files.el (hack-local-variables-confirm): Add STRING argument.
17540 Make the function handle non file visiting buffers correctly.
17541 (hack-local-variables-prop-line, hack-local-variables)
17542 (hack-one-local-variable): Use STRING arg of
17543 `hack-local-variables-confirm'.
17544
17545 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17546
17547 Sync with Tramp 2.0.49.
17548
17549 * net/tramp.el (tramp-handle-dired-call-process)
17550 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17551 because the contents of the Tramp buffer is changed before
17552 insertion (`expand-file' and alike).
17553 (tramp-handle-insert-directory): If `localname' has an empty
17554 nondirectory name, it must not be quoted.
17555 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17556 variable `tramp-chunksize'. Change callees.
17557 (tramp-open-connection-setup-interactive-shell): Check remote host
17558 for buggy `send-process-string' implementation.
17559 Set `tramp-chunksize' if found. Reported by Michael Kifer
17560 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17561 (tramp-handle-shell-command): `insert-buffer' cannot be used
17562 because the contents of the Tramp buffer is changed before
17563 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17564 <frederic.bothamy@free.fr>.
17565 (tramp-set-auto-save): Actions should be done for Tramp file name
17566 handler only. Ange-FTP has its own auto-save mechanism.
17567 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17568 (tramp-set-auto-save-file-modes): Set file modes of
17569 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17570 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17571 (tramp-bug): Remove obsolete variable.
17572 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17573 for presence of `mml-mode'. Make it running for older Emacsen as well.
17574
17575 2005-05-14 John Paul Wallington <jpw@pobox.com>
17576
17577 * ibuf-ext.el (define-ibuffer-filter filename):
17578 If `dired-directory' is a list, use its car.
17579
17580 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17581
17582 * ibuffer.el (define-ibuffer-column filename):
17583 If `dired-directory' is a list, use its car.
17584
17585 2005-05-14 Richard M. Stallman <rms@gnu.org>
17586
17587 * subr.el (symbol-file): Doc fix.
17588
17589 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17590 (byte-compile-form): Call byte-compile-nogroup-warn.
17591 (byte-compile-warning-types): Doc fix.
17592
17593 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17594
17595 * progmodes/cc-engine.el (c-literal-faces):
17596 Add font-lock-comment-delimiter-face.
17597
17598 * net/net-utils.el (dig): Use with-no-warnings.
17599
17600 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17601 (sc-recite-frame-alist, sc-default-cite-frame)
17602 (sc-default-uncite-frame, sc-default-recite-frame)
17603 (sc-attrib-selection-list, sc-rewrite-header-list):
17604 Mark as risky-local-variable.
17605
17606 * international/ogonek.el (ogonek-jak, ogonek-how):
17607 Don't use beginning-of-buffer.
17608
17609 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17610
17611 * calendar/solar.el (solar-data-list): Move definition up.
17612
17613 * dnd.el (dnd-protocol-alist): Add autoload.
17614
17615 * progmodes/sh-script.el: Many doc usage fixes.
17616 (sh-indent-after-do): Change default to match common styles.
17617
17618 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17619
17620 * files.el (interpreter-mode-alist)
17621 (auto-mode-interpreter-regexp): Doc fixes.
17622
17623 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17624
17625 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17626
17627 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17628
17629 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17630
17631 * dired.el (dired-mode): make-variable-buffer-local =>
17632 make-local-variable.
17633
17634 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17635
17636 * term/mac-win.el (mac-select-convert-to-string): Try coding
17637 systems in mac-script-code-coding-systems if specified one cannot
17638 encode string for `com.apple.traditional-mac-plain-text'.
17639
17640 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17641
17642 * progmodes/make-mode.el (makefile-targets-face)
17643 (makefile-shell-face, makefile-makepp-perl-face): New faces.
17644 (makefile-dependency-regex): Fix it to not make the colon in
17645 $(var:a=b) special.
17646 (makefile-rule-action-regex): New regexp for highlighting embedded
17647 Shell strings.
17648 (makefile-macroassign-regex): Handle != for highlighting as
17649 embedded Shell strings.
17650 (makefile-var-use-regex): New const.
17651 (makefile-statements, makefile-automake-statements)
17652 (makefile-gmake-statements, makefile-makepp-statements)
17653 (makefile-bsdmake-statements): New consts.
17654 (makefile-make-font-lock-keywords): New function.
17655 (makefile-automake-font-lock-keywords)
17656 (makefile-gmake-font-lock-keywords)
17657 (makefile-makepp-font-lock-keywords)
17658 (makefile-bsdmake-font-lock-keywords): New consts.
17659 (makefile-mode-map): Add switchers between the various submodes.
17660 (makefile-mode): Document the availability of the variants.
17661 (makefile-automake-mode, makefile-gmake-mode)
17662 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17663
17664 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17665 new variants of makefile-mode.
17666
17667 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17668
17669 * font-lock.el (font-lock-comment-delimiter-face): Fix up
17670 the inheritance.
17671
17672 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
17673
17674 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17675 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17676
17677 * files.el (normal-mode): Extend the scope of the
17678 `enable-local-variables' binding to include the `set-auto-mode' call.
17679 (magic-mode-alist): Doc fix.
17680
17681 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17682
17683 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17684 font-lock-comment-face rather than copying its setting.
17685
17686 2005-05-12 Andreas Schwab <schwab@suse.de>
17687
17688 * eshell/esh-mode.el (eshell-send-input): Doc fix.
17689
17690 2005-05-12 Lute Kamstra <lute@gnu.org>
17691
17692 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17693 defcustom for the mode hook variable. Delete the last argument.
17694 * generic-x.el: Fix callers of define-generic-mode.
17695 (generic-x-modes): Delete group.
17696 (show-tabs-tab-face, show-tabs-space-face): Put them in the
17697 generic-x customization group.
17698
17699 2005-05-12 Kim F. Storm <storm@cua.dk>
17700
17701 * font-lock.el (font-lock-negation-char-face): Default to "off".
17702
17703 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17704 font-lock-negation-char-face to ! in !=.
17705
17706 2005-05-12 Masatake YAMATO <jet@gyve.org>
17707
17708 * add-log.el (find-change-log): Fix typos in the docstring
17709 of function.
17710
17711 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17712
17713 * international/latexenc.el (latexenc-find-file-coding-system):
17714 Avoid `re-search-forward' when looking for input encoding because
17715 of speed and safety. Better regular expressions for recognizing
17716 input encoding. Limit a search for TeX-master/tex-main-file to
17717 the local variable section.
17718
17719 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
17720
17721 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17722 syntax of $ to "'" (quote).
17723
17724 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
17725
17726 * dnd.el (dnd-protocol-alist): Improve custom type.
17727
17728 * dired.el (dired-dnd-protocol-alist): New variable.
17729 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
17730 `dired-mode-hook' to the end.
17731
17732 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17733
17734 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17735 comment-end if comment-start-skip is not set.
17736 Obey the font-lock-comment-delimiter-face variables.
17737
17738 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17739
17740 * files.el (executable-find): Move from executable.el. Use
17741 locate-file.
17742 * progmodes/executable.el (executable-find): Move to files.el.
17743
17744 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17745 when trying to ensure forward progress.
17746
17747 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
17748
17749 * mouse-sel.el (mouse-sel-follow-link-p): New function.
17750 (mouse-select, mouse-select-internal, mouse-extend-internal):
17751 Use it to implement mouse-1-click-follows-link functionality.
17752
17753 2005-05-11 Richard M. Stallman <rms@gnu.org>
17754
17755 * font-lock.el (font-lock-fontify-syntactically-region):
17756 Use font-lock-comment-delimiter-face for comment delimiters.
17757
17758 2005-05-10 Jay Belanger <belanger@truman.edu>
17759
17760 * calc/calc-help.el (calc-m-prefix-help): Add mention of
17761 preserving embedded modes.
17762
17763 2005-05-10 Richard M. Stallman <rms@gnu.org>
17764
17765 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17766
17767 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17768 Move from ada-stmt.el.
17769 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17770
17771 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17772 Move to ada-mode.el.
17773 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17774
17775 * cus-edit.el (custom-file): Call file-chase-links.
17776
17777 * files.el (read-directory-name): Fix previous change.
17778 (hack-local-variables-confirm): New function.
17779 (hack-local-variables-prop-line, hack-local-variables)
17780 (hack-one-local-variable): Use it.
17781
17782 2005-05-10 Lute Kamstra <lute@gnu.org>
17783
17784 * font-lock.el (font-lock-keywords-alist)
17785 (font-lock-removed-keywords-alist): Clarify docstrings.
17786
17787 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
17788
17789 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17790 (gdb-source-info): Check for preprocessor info.
17791 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
17792 a macro for a function.
17793 (gdb-info-breakpoints-custom): Try to find file again if not already
17794 found (user might have used GDB dir command).
17795 (gdb-get-location): Update gdb-location-alist correctly for change
17796 to gdb-info-breakpoints-custom.
17797
17798 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17799 (gud-tooltip-print-command): Add gdbmi case.
17800 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17801 preprocessor info.
17802
17803 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
17804
17805 * startup.el (fancy-splash-insert): Fix typo in doc string.
17806
17807 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
17808
17809 * obsolete/float.el (string-to-float):
17810 * obsolete/hilit19.el (hilit-add-pattern):
17811 * obsolete/rnews.el (news-parse-range, news-select-message)
17812 (news-get-pruned-list-of-files): Replace `string-to-int' by
17813 `string-to-number'.
17814
17815 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17816 `find-file-not-found-hooks'; use `add-hook'.
17817 (uncompress-while-visiting): Set `write-file-functions', not
17818 `write-file-hooks'; use `add-hook'.
17819
17820 2005-05-09 Kim F. Storm <storm@cua.dk>
17821
17822 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17823 (cua-paste): Handle clipboard action.
17824 (cua--init-keymaps): Remap clipboard-kill-region and
17825 clipboard-kill-ring-save.
17826
17827 2005-05-08 Eli Zaretskii <eliz@gnu.org>
17828
17829 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17830 Improve commentary.
17831
17832 * simple.el (next-error-overlay-arrow-position): Revert the change
17833 made on 2005-04-30.
17834
17835 2005-05-07 Jay Belanger <belanger@truman.edu>
17836
17837 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17838 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17839 `calc-sel-reselect'.
17840
17841 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17842 Calc is in embedded mode.
17843
17844 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17845
17846 * progmodes/compile.el (compilation-setup):
17847 Set overlay-arrow-string to an empty string on text terminals.
17848
17849 * textmodes/ispell.el (ispell-program-name): Try looking for
17850 "aspell" along exec-path, and if found, use it as the default
17851 speller program.
17852
17853 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
17854
17855 * international/mule.el (sgml-xml-auto-coding-function):
17856 Recognize encoding='FOO' in single quotes as well as in double quotes.
17857
17858 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17859
17860 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17861 as well as `interactive', so that defmacro* would recognize
17862 `declare' forms.
17863
17864 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17865
17866 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17867 Explain more about the LIGHTER arg's usage in the doc string.
17868 Add commentary to clarify what the code does. Fix the regexp that
17869 strips whitespace from LIGHTER. Quote LIGHTER before using it,
17870 since it could have characters special to regular expressions.
17871
17872 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17873
17874 * replace.el (occur-1): Bind inhibit-read-only so that
17875 erase-buffer doesn't barf on read-only text properties (likewise
17876 for add-text-properties in occur-engine). Mark buffer as unmodified.
17877 (occur-engine): Don't set buffer-read-only here.
17878
17879 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17880
17881 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
17882 list-buffers-directory. This caused the *cvs-commit* buffer to be
17883 sometimes mistakenly reused as a *cvs* buffer.
17884
17885 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
17886
17887 * tooltip.el: Move code for GUD tooltips into gud.el.
17888 (require): CL no longer needed to compile case.
17889 (tooltip-mode): Do not toggle functions for GUD tooltips.
17890 (tooltip-gud-tips-p): Remove. Replace with minor mode
17891 gud-tooltip-mode in gud.el.
17892 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
17893 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
17894 tooltip-gud prefix with gud-tooltip and obsolete.
17895 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
17896 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
17897 (tooltip-mouse-motion): Mouse movement functions/variable.
17898 Rename in gud.el by adding gud prefix.
17899 (tooltip-gud-original-filter, tooltip-gud-dereference)
17900 (tooltip-gud-event, tooltip-toggle-gud-tips)
17901 (tooltip-gud-process-output, tooltip-gud-print-command)
17902 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
17903 gud.el by replacing tooltip-gud prefix with gud-tooltip.
17904 (gdb-tooltip-print): Move to gdb-ui.el.
17905
17906 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
17907 (require): CL needed to compile case.
17908 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
17909 tooltip-gud-tips-p. Make it a minor-mode.
17910 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
17911 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
17912 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
17913 (gud-tooltip-change-major-mode)
17914 (gud-tooltip-activate-mouse-motions-if-enabled)
17915 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
17916 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
17917 (gud-tooltip-original-filter, gud-tooltip-dereference)
17918 (gud-tooltip-event, tooltip-toggle-gud-tips)
17919 (gud-tooltip-process-output, gud-tooltip-print-command)
17920 (gud-tooltip-tips): Move from tooltip.el.
17921
17922 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
17923 (gdb-cpp-define-alist-flags): Doc fix.
17924 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
17925 gud-tooltip-mode is t.
17926
17927 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17928
17929 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
17930 evaporate if their text is deleted.
17931 (goto-address-at-point): Make it work as a mouse binding as well.
17932 (goto-address-at-mouse): Obsolete it. Update users.
17933
17934 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
17935
17936 * calendar/appt.el (top-level): No longer activate on load.
17937
17938 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
17939
17940 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17941 * net/webjump.el (webjump):
17942 * progmodes/idlw-help.el (idlwave-do-context-help1)
17943 (idlwave-highlight-linked-completions):
17944 * textmodes/po.el (po-find-file-coding-system-guts):
17945 Replace `assoc-ignore-case' by `assoc-string'.
17946
17947 2005-05-06 Eli Zaretskii <eliz@gnu.org>
17948
17949 * files.el (locate-file): Doc fix.
17950
17951 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
17952 Remove the redundant test for ms-dos.
17953
17954 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
17955 look for the preprocessor with exec-suffixes. If not found in
17956 standard places, look in exec-path. Remove most of the tests that
17957 used system-type.
17958
17959 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
17960
17961 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
17962
17963 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
17964 file-name clash with jka-compr.el on 8+3 filesystems.
17965
17966 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17967
17968 * term/mac-win.el: Don't define or bind scroll bar functions if
17969 x-toolkit-scroll-bars is t.
17970 (x-select-text, x-get-selection-value): Clear
17971 x-last-selected-text-clipboard if x-select-enable-clipboard is
17972 nil.
17973 (PRIMARY): Put mac-scrap-name property.
17974 (mac-select-convert-to-file-url): New function.
17975 (public.file-url): New selection target type. Add to
17976 selection-converter-alist.
17977 (x-get-selection, x-selection-value): Handle it.
17978 (x-cut-buffer-or-selection-value): New alias.
17979
17980 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17981
17982 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
17983 entry to avoid calling bibtex-find-entry with arg global
17984 being t. Remove arg key.
17985 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
17986 (bibtex-copy-summary-as-kill): Change accordingly.
17987
17988 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17989
17990 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
17991 (org-agenda-date-later): Use with-current-buffer.
17992
17993 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
17994
17995 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
17996 (define-obsolete-variable-alias): Doc Fixes.
17997
17998 2005-05-06 Kim F. Storm <storm@cua.dk>
17999
18000 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
18001 vertical-motion when selective-display is active.
18002
18003 * ido.el (ido-setup-hook): New hook.
18004 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18005 (ido-input-stack): New var.
18006 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
18007 ido-next-work-file binding to M-O.
18008 Bind M-f to ido-wide-find-file-or-pop-dir.
18009 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18010 (ido-read-internal): Run ido-setup-hook.
18011 Catch quit in read-file-name and read-string to cancel edit.
18012 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18013 Automatically pop-all when completing a directory name (RET).
18014 (ido-file-internal): Add with-no-warnings around ffap and dired code.
18015 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18016 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18017 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18018 New functions for M-b/M-f to move among the directory components.
18019 (ido-make-merged-file-list): Catch quit to cancel merge.
18020 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18021 (ido-completion-help): No warnings for ido-completion-buffer-full.
18022
18023 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18024
18025 * font-lock.el (font-lock-negation-char-face): New face and variable.
18026 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18027 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18028 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18029 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18030
18031 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18032
18033 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18034 Fix typo in docstring.
18035
18036 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18037 (ebrowse-print-statistics-line)
18038 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18039
18040 * term/w32-win.el (image-library-alist): Add additional name for
18041 Xpm library.
18042
18043 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18044
18045 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18046 use gcc instead of cpp.
18047
18048 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18049 (gdb-create-define-alist): Use it.
18050 (gdb-cpp-define-alist-program): Update for MS-DOS.
18051
18052 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18053
18054 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18055
18056 2005-05-04 Richard M. Stallman <rms@gnu.org>
18057
18058 * help.el (describe-key): No error when UNTRANSLATED is nil.
18059
18060 * simple.el (line-move-1): Fix previous change to signal errors
18061 appropriately.
18062
18063 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18064
18065 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18066 (icalendar-duration-correction): Remove.
18067 (icalendar--get-event-properties): Split result at commas.
18068 (icalendar--decode-isoduration): New optional argument
18069 DURATION-CORRECTION.
18070 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18071 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18072 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18073 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18074 (icalendar--convert-anniversary-to-ical): New functions, extracted
18075 from icalendar-export-region, with bug fixes.
18076 (icalendar-export-region): Use the above functions.
18077 (icalendar-import-buffer): Check before saving diary file.
18078 (icalendar--convert-recurring-to-diary)
18079 (icalendar--convert-non-recurring-all-day-to-diary)
18080 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18081 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18082 (icalendar--convert-ical-to-diary): Use the above functions.
18083
18084 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18085
18086 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18087 Remove these recent additions.
18088 (c-mode): Restore to before 2005-04-28.
18089
18090 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18091 recent addition.
18092
18093 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18094 (gdb-define-alist): New variables.
18095 (gdb-create-define-alist): New function.
18096 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18097 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18098 with string-to-number.
18099 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18100
18101 * progmodes/gud.el: Replace string-to-int with string-to-number.
18102 (gud-find-file): Handle gdb-define-alist.
18103
18104 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18105
18106 2005-05-02 Jay Belanger <belanger@truman.edu>
18107
18108 * calc/calc-aent.el (math-read-token):
18109 * calc/calc-bin.el (calc-word-size):
18110 * calc/calc-ext.el (calc-read-number-fancy):
18111 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18112 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18113 * calc/calc-frac.el (calc-over-notation):
18114 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18115 (calc-graph-num-points, calc-graph-init):
18116 * calc/calc-prog.el (calc-read-parse-table-part)
18117 (calc-edit-macro-repeats):
18118 * calc/calc-yank.el (calc-do-grab-rectangle):
18119 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18120 Replace `string-to-int' by `string-to-number'.
18121
18122 2005-05-02 Kim F. Storm <storm@cua.dk>
18123
18124 * kmacro.el: Use executing-kbd-macro-index variable.
18125
18126 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18127
18128 * net/rlogin.el (rlogin-parse-words): Delete func.
18129 (rlogin): Use split-string, not rlogin-parse-words.
18130 Also, if there are option-like elements in the parsed args,
18131 take the host to be the first arg immediately following them.
18132 Suggested by Michael Mauger.
18133
18134 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18135
18136 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18137
18138 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18139
18140 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18141 (cc-mode-cpp-program): Rename to cc-define-list-program and
18142 move to cc-vars.el.
18143
18144 * progmodes/cc-vars.el (cc-define-list-program):
18145 Change to "gcc -E -dM -". Make customizable.
18146
18147 2005-05-02 Kim F. Storm <storm@cua.dk>
18148
18149 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18150
18151 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18152
18153 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18154
18155 * international/mule-util.el (truncate-string): Remove alias and
18156 obsolete declaration.
18157
18158 * international/mule-cmds.el (update-iso-coding-systems):
18159 Remove alias and obsolete declaration.
18160
18161 * international/mule.el (coding-system-parent): Remove alias and
18162 obsolete declaration.
18163
18164 * subr.el (define-function, sref): Remove aliases and obsolete
18165 declarations.
18166 (chars-in-region): Remove obsolete declaration.
18167
18168 2005-05-01 Richard M. Stallman <rms@gnu.org>
18169
18170 * info.el (Info-mode): Set widen-automatically to nil, locally.
18171
18172 * simple.el (widen-automatically): New variable.
18173 (pop-global-mark): Obey widen-automatically.
18174
18175 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18176
18177 * term/xterm.el (function-key-map): Call substitute-key-definition
18178 before the keymap size is increased by a lot of define-key calls.
18179
18180 2005-05-01 Richard M. Stallman <rms@gnu.org>
18181
18182 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18183 Rename ARG to ELEMENT. Doc fix.
18184
18185 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18186
18187 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18188 Remove references to allout-exposure/change to allout-new-exposure.
18189
18190 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18191 bytecode symbols.
18192
18193 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18194 (compiled-function-p, focus-frame, unfocus-frame):
18195 Remove aliases and obsolete declarations.
18196 Back out inadvertent changes from previous commit.
18197
18198 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18199
18200 * files.el (require-final-newline): Make Custom tags consistent
18201 with mode-require-final-newline.
18202 (mode-require-final-newline): Doc fix.
18203
18204 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18205
18206 * international/latexenc.el (latexenc-find-file-coding-system):
18207 Fix regular expressions.
18208
18209 2005-05-01 David Kastrup <dak@gnu.org>
18210
18211 * international/latexenc.el (latexenc-find-file-coding-system):
18212 Fix regular expressions.
18213
18214 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18215
18216 * subr.el (string-to-int): Make obsolete.
18217
18218 2005-04-30 Richard M. Stallman <rms@gnu.org>
18219
18220 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18221
18222 * loadup.el: load jka-comp-hook.
18223
18224 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18225 (jka-compr-handler): Add autoload. `put' calls moved
18226 to jka-comp-hook.el.
18227 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18228 (jka-compr-inhibit): Autoload.
18229
18230 * jka-comp-hook.el: New file.
18231 Enable the mode by default.
18232
18233 * files.el (backup-buffer-copy): Use copy-file instead
18234 of write-region, and put back the 'excl.
18235
18236 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18237
18238 * progmodes/flymake.el (flymake-split-string)
18239 (flymake-split-string, flymake-log, flymake-pid-to-names)
18240 (flymake-reg-names, flymake-get-source-buffer-name)
18241 (flymake-unreg-names, flymake-add-line-err-info)
18242 (flymake-add-err-info): Clarify docstrings.
18243 (flymake-popup-menu, flymake-make-emacs-menu)
18244 (flymake-make-xemacs-menu): Add docstrings.
18245 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18246 Set variables directly throughout.
18247
18248 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18249
18250 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18251 exists. Initialize cc-define-alist.
18252 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18253 If there is no file (Macroexpansion) don't create an alist.
18254
18255 2005-04-29 Sam Steingold <sds@gnu.org>
18256
18257 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18258 (cc-create-define-alist): Use it instead of the hard-coded string.
18259
18260 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18261
18262 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18263 for latexenc.
18264
18265 2005-04-29 Lute Kamstra <lute@gnu.org>
18266
18267 * emacs-lisp/generic.el: Improve commentary section.
18268 (define-generic-mode): Improve docstring.
18269
18270 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18271
18272 * textmodes/org.el (many places): Change to quiet the byte compiler.
18273 (org-prefix-format-compiled): New variable.
18274 (org-compile-prefix-format): New function.
18275 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18276 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18277 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18278 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18279 consistency with entries from `org-mode' files.
18280 (org-get-time-of-day): Fix bug with partial matches early in a line.
18281 (org-non-link-chars): New constant.
18282 (org-link-regexp): Respect `org-non-link-chars'.
18283 (org-agenda-day-view): Remove command.
18284 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18285 (org-follow-bbdb-link, org-store-link): Search also company field.
18286 (org-highlight-overlay): New variable.
18287 (org-highlight, org-unhighlight): New functions.
18288 (org-agenda-mode): Add pre-command-hook to remove highlight.
18289 (org-evaluate-time-range): Behavior depends upon whether time stamp
18290 contains a time or not.
18291 (org-show-subtree, org-show-entry): New functions.
18292 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18293
18294 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18295
18296 * comint.el (comint-output-filter-functions): Add autoload cookie.
18297
18298 2005-04-28 Kim F. Storm <storm@cua.dk>
18299
18300 * ido.el (ido-everywhere): Fix last change.
18301
18302 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18303
18304 * international/latexenc.el: New file.
18305 * international/mule-conf.el (file-coding-system-alist): For .tex,
18306 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18307
18308 2005-04-28 Lute Kamstra <lute@gnu.org>
18309
18310 * font-lock.el (font-lock-add-keywords)
18311 (font-lock-remove-keywords): Clarify docstring.
18312 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18313 Don't start docstrings with a `*'.
18314 (font-lock-update-removed-keyword-alist): Give it a docstring.
18315
18316 * generic-x.el: Update commentary section.
18317 Only require font-lock when compiling.
18318 Define all modes conditionally.
18319 Place all generic modes in the generic-x-modes customization group.
18320 (generic-x-modes): New customization group.
18321 (generic-default-modes, generic-mswindows-modes)
18322 (generic-unix-modes, generic-other-modes): New constants.
18323 (generic-define-mswindows-modes, generic-define-unix-modes):
18324 Update docstrings. Make them obsolete.
18325 (generic-extras-enable-list): New default value. Update docstring.
18326 Improve :type. Change :set function.
18327 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18328 Fix docstring.
18329
18330 * emacs-lisp/generic.el (generic-mode-internal):
18331 Simplify font-lock-defaults.
18332 (define-generic-mode): Fix docstring.
18333
18334 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18335
18336 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18337 font-lock-face property to highlight matches.
18338
18339 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18340
18341 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18342 (cc-define-alist): New variable.
18343 (c-mode): Make it local and initialize it.
18344
18345 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18346 (gdb-exited): New function.
18347 (gdb-annotation-rules): Use it.
18348 (gdb-starting): Set gdb-active-process to t.
18349 (gdb-stopping): Amend doc string.
18350 (gdb-reset): Set gdb-active-process to nil.
18351
18352 * tooltip.el (tooltip-gud-tips): Show the associated #define
18353 directives when a C program under GDB is not executing.
18354
18355 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18356
18357 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18358 font-lock-fontify-syntactic-keywords.
18359
18360 * font-lock.el (font-lock-default-fontify-region): Don't force
18361 parse-sexp-lookup-properties to nil.
18362
18363 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18364
18365 * man.el (man-mode-syntax-table): Set up `:' to have
18366 word-constituent syntax.
18367
18368 2005-04-27 Lute Kamstra <lute@gnu.org>
18369
18370 * novice.el (disable-command): Don't add spurious newlines to the
18371 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18372
18373 2005-04-26 Jay Belanger <belanger@truman.edu>
18374
18375 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18376 than one window before deleting window.
18377
18378 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18379
18380 * shell.el (shell-prompt-pattern): Doc fix.
18381 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18382
18383 * comint.el (comint-prompt-regexp, comint-get-old-input)
18384 (comint-use-prompt-regexp)
18385 (comint-use-prompt-regexp-instead-of-fields)
18386 (comint-replace-by-expanded-history, comint-send-input)
18387 (comint-output-filter, comint-get-old-input-default)
18388 (comint-line-beginning-position, comint-bol, comint-show-output)
18389 (comint-backward-matching-input, comint-forward-matching-input)
18390 (comint-next-prompt, comint-previous-prompt):
18391 Rename `comint-use-prompt-regexp-instead-of-fields' to
18392 `comint-use-prompt-regexp'. Keep old name as alias and declare
18393 obsolete.
18394 (comint-use-prompt-regexp): Shorten first line of doc string.
18395
18396 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18397 Set paragraph-separate buffer locally to "\\'".
18398
18399 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18400 Adapt to above name change.
18401
18402 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18403 (smbclient-prompt-regexp): Ditto.
18404
18405 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18406
18407 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18408
18409 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18410 gdb-location-list.
18411 Break lines that are over 80 characters wide.
18412
18413 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18414
18415 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18416 New fun and var, to preserve compatibility.
18417
18418 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18419
18420 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18421
18422 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18423 name to file-newer-than-file-p.
18424
18425 2005-04-26 Richard M. Stallman <rms@gnu.org>
18426
18427 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18428
18429 * progmodes/python.el (python-mode):
18430 Use new name eldoc-documentation-function.
18431
18432 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18433
18434 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18435 (eldoc-documentation-function):
18436 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18437
18438 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18439
18440 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18441
18442 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18443
18444 * term/xterm.el (function-key-map): Fix strings for
18445 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18446 {C,S,A,C-S}-{f1-f12}.
18447
18448 2005-04-26 Kenichi Handa <handa@m17n.org>
18449
18450 * international/mule-cmds.el (select-safe-coding-system):
18451 Fix previous change.
18452
18453 2005-04-26 Lute Kamstra <lute@gnu.org>
18454
18455 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18456
18457 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18458 (font-lock-comment-delimiter-face): Ditto.
18459
18460 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18461
18462 2005-04-25 Jay Belanger <belanger@truman.edu>
18463
18464 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18465 to t while inserting information; use help-mode.
18466
18467 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18468
18469 * term.el (ansi-term-color-vector): Use the xterm colors.
18470 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18471
18472 2005-04-25 Lute Kamstra <lute@gnu.org>
18473
18474 * font-core.el (font-lock-defaults): Fix docstring.
18475
18476 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18477
18478 2005-04-25 Kenichi Handa <handa@m17n.org>
18479
18480 * international/mule-cmds.el (select-safe-coding-system):
18481 Don't check consistency with coding: spec, etc if raw-text or
18482 no-conversion was found to be safe.
18483
18484 2005-04-24 Richard M. Stallman <rms@gnu.org>
18485
18486 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18487 citation markers at start of each line.
18488
18489 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18490 citation markers at start of each line.
18491
18492 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18493
18494 * files.el (mode-require-final-newline): Fix previous change.
18495 (require-final-newline): Fix type label.
18496
18497 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18498
18499 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18500 statement in buffer (broken by 2004-11-24 change).
18501
18502 2005-04-24 Kim F. Storm <storm@cua.dk>
18503
18504 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18505 and read-file-name-function values. Don't overwrite existing
18506 non-nil values if ido-mode is enabled without ido-everywhere.
18507
18508 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18509
18510 * files.el (mode-require-final-newline): Minor doc fix.
18511
18512 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18513
18514 * subr.el (syntax-after): Doc fix.
18515 (syntax-class): If argument is nil, return nil. Mask off upper 16
18516 bits, not 8 bits.
18517
18518 * files.el (mode-require-final-newline): Doc fix.
18519 (backup-buffer-copy): Fix last change.
18520
18521 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18522
18523 * term/mac-win.el: Require select. Set selection-coding-system to
18524 mac-system-coding-system. Call menu-bar-enable-clipboard.
18525 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18526 (x-select-enable-clipboard): New variables.
18527 (x-select-text, x-get-selection, x-selection-value)
18528 (x-get-selection-value, mac-select-convert-to-string)
18529 (mac-services-open-file, mac-services-open-selection)
18530 (mac-services-insert-text): New functions.
18531 (CLIPBOARD, FIND): Put mac-scrap-name property.
18532 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18533 (public.tiff): Put mac-ostype property.
18534 (selection-converter-alist): Add entries for them.
18535 (mac-application-menu-map): New keymap.
18536 (interprogram-cut-function, interprogram-paste-function): Set to
18537 x-select-text and x-get-selection-value, respectively.
18538 (split-window-keep-point): Set to t.
18539
18540 2005-04-23 Richard M. Stallman <rms@gnu.org>
18541
18542 * files.el (read-directory-name): Always pass non-nil
18543 DEFAULT-FILENAME arg to read-file-name.
18544 (backup-buffer-copy, basic-save-buffer-2): Take care against
18545 writing thru an unexpected existing symlink.
18546 (revert-buffer): In indirect buffer, revert the base buffer.
18547 (magic-mode-alist): Doc fix.
18548 (buffer-stale-function): Doc fix.
18549 (minibuffer-with-setup-hook): Avoid warning.
18550 (mode-require-final-newline): Doc and custom fix.
18551
18552 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18553
18554 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18555 use the default appearance.
18556 (font-lock-comment-delimiter-face): New face, new variable.
18557
18558 * imenu.el (imenu--generic-function): The official position of a
18559 definition is the start of the line that BEG is in.
18560
18561 * midnight.el (midnight-timer): Move defvar up.
18562
18563 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18564
18565 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18566
18567 * startup.el (command-line): Use with-no-warnings.
18568
18569 * window.el (window-size-fixed): New defvar.
18570
18571 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18572
18573 * mail/rmail.el (rmail-font-lock-keywords):
18574 Use font-lock-comment-delimiter-face.
18575
18576 * mail/sendmail.el (mail-font-lock-keywords):
18577 Use font-lock-comment-delimiter-face.
18578
18579 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18580
18581 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18582
18583 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18584 Specify t for LAXMATCH when matching directories.
18585 Save match data around compilation-compat-error-properties form.
18586
18587 2005-04-23 David Kastrup <dak@gnu.org>
18588
18589 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18590 Mention that the autoloaded aliases should be kept for AUCTeX.
18591
18592 2005-04-23 Andreas Schwab <schwab@suse.de>
18593
18594 * isearch.el (isearch-forward): Doc fix.
18595
18596 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18597
18598 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18599 (jit-lock-stealth-nice): Change default value to 0.5.
18600
18601 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18602
18603 * abbrev.el (write-abbrev-file): Write table entries in
18604 alphabetical order by table name.
18605
18606 2005-04-22 Kim F. Storm <storm@cua.dk>
18607
18608 * ido.el (ido-read-internal): Fix `list' completion.
18609
18610 2005-04-22 Kenichi Handa <handa@m17n.org>
18611
18612 * recentf.el (recentf-save-file-coding-system): New variable.
18613 (recentf-save-list): Encode the file by
18614 recentf-save-file-coding-system and add coding: tag.
18615
18616 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18617
18618 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18619
18620 2005-04-21 Lute Kamstra <lute@gnu.org>
18621
18622 * loadhist.el (unload-feature): Don't remove a function from hooks
18623 if it is about to be restored to an autoload . Remove functions
18624 that will become unbound from auto-mode-alist. Simplify the code.
18625
18626 * subr.el (assq-delete-all): New implementation that is linear,
18627 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18628 (rassq-delete-all): New function.
18629
18630 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18631 Add size-indication-mode.
18632
18633 2005-04-21 Kenichi Handa <handa@m17n.org>
18634
18635 * international/mule-cmds.el: Add autoload for widget-value in
18636 eval-when-compile.
18637
18638 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18639
18640 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18641 Add tooltip-mode.
18642
18643 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18644
18645 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
18646
18647 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18648 (inferior-lisp-filter-regexp, inferior-lisp-program)
18649 (inferior-lisp-load-command, inferior-lisp-prompt)
18650 (inferior-lisp-mode-hook, lisp-source-modes)
18651 (inferior-lisp-load-hook): defvar->defcustom.
18652 (inferior-lisp-program, inferior-lisp-prompt)
18653 (inferior-lisp-load-hook): Doc fixes.
18654 (inferior-lisp-install-letter-bindings): Small change in
18655 introductory comment.
18656
18657 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
18658
18659 * vc.el (vc-annotate-color-map): Change some colors so that text
18660 using them as foreground is readable on both white and black
18661 backgrounds.
18662
18663 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18664
18665 * international/mule-conf.el (translation-table-for-input):
18666 Remove redundant declaration.
18667
18668 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18669
18670 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18671
18672 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18673 (tooltip-toggle-gud-tips): New function.
18674
18675 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18676
18677 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18678 right angle brackets.
18679
18680 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18681
18682 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18683
18684 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18685
18686 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18687 Remove. Update callers to use expand-file-name instead.
18688
18689 * subr.el (syntax-class): New function.
18690
18691 * simple.el (blink-matching-open): Use it.
18692
18693 * paren.el (show-paren-function): Use it to recognize parens that are
18694 also used in 2-char comment markers.
18695
18696 2005-04-19 Lute Kamstra <lute@gnu.org>
18697
18698 * loadhist.el (unload-feature): Update for new format of
18699 load-history. Simplify the code.
18700
18701 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18702
18703 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18704 (mac-add-charset-info): New function. Initialize variable
18705 mac-charset-info-alist using it.
18706 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18707 for translation.
18708 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18709 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18710 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18711 New CCL programs.
18712
18713 2005-04-19 Kim F. Storm <storm@cua.dk>
18714
18715 * simple.el (next-buffer, prev-buffer, next-error)
18716 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18717 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18718
18719 * bindings.el (next-buffer, prev-buffer, next-error)
18720 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18721 (clone-indirect-buffer-other-window): Move bindings from simple.el.
18722 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18723 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18724
18725 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18726
18727 * isearch.el (isearch-edit-string): Make the search-ring available for
18728 minibuffer history commands.
18729 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18730 the default history commands now work just as well.
18731 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18732
18733 2005-04-18 Kim F. Storm <storm@cua.dk>
18734
18735 * emulation/cua-base.el (cua--pre-command-handler): Add more
18736 elaborate check for shift modifier on non-window systems.
18737
18738 2005-04-18 Lars Hansen <larsh@math.ku.dk>
18739
18740 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18741
18742 2005-04-18 Kim F. Storm <storm@cua.dk>
18743
18744 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18745 and make it optional. Don't test tooltip-gud-echo-area here.
18746 (tooltip-gud-process-output, gdb-tooltip-print):
18747 Pass tooltip-gud-echo-area to tooltip-show.
18748 (tooltip-help-tips): Remove second optional arg to tooltip-show.
18749
18750 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18751
18752 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18753 `display-graphic-p' may not be bound yet.
18754
18755 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
18756
18757 * startup.el (command-line): No longer enable Xterm Mouse mode by
18758 default in terminals compatible with xterm.
18759
18760 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18761
18762 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
18763
18764 * tooltip.el (tooltip-gud-echo-area): Rename from
18765 tooltip-use-echo-area.
18766 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18767 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18768 area independently of where help tooltips are displayed.
18769
18770 2005-04-17 David Kastrup <dak@gnu.org>
18771
18772 * cus-theme.el (custom-theme-write-variables): Quote variables
18773 where necessary.
18774
18775 2005-04-17 Richard M. Stallman <rms@gnu.org>
18776
18777 * simple.el (yank-excluded-properties): Add follow-link to value.
18778
18779 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18780
18781 * startup.el (fancy-splash-max-time): Just 30 seconds.
18782 (fancy-splash-delay): Just 7.
18783 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18784
18785 * loadhist.el (unload-feature): Update for new format of load-history.
18786 Simplify the code.
18787
18788 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18789 (rmail-font-lock-keywords): Don't fontify the text of a citation.
18790
18791 * mail/sendmail.el (mail-font-lock-keywords):
18792 Don't fontify subject text.
18793 Don't fontify the text of a citation.
18794
18795 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
18796
18797 * comint.el (comint-output-filter): Run comint-output-filter-functions
18798 with point where the user had it.
18799
18800 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18801
18802 * international/ucs-tables.el (ucs-set-table-for-input):
18803 Disable when using unify-on-decoding.
18804
18805 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
18806
18807 * emulation/cua-base.el (cua-global-mark-face): Add special case
18808 for displays supporting a high number of colors.
18809
18810 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18811
18812 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18813
18814 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
18815
18816 * filesets.el (filesets-add-buffer): If user supplies a name of a
18817 non-existing fileset, create a new fileset.
18818
18819 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
18820
18821 * textmodes/org.el (org-up-heading-all): Fix bug with
18822 `outline-up-heading-all'.
18823
18824 2005-04-16 Andreas Schwab <schwab@suse.de>
18825
18826 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18827 /etc/permissions.d/* and /etc/aliases.d/*.
18828
18829 2005-04-16 Kenichi Handa <handa@m17n.org>
18830
18831 * international/code-pages.el (cp-make-coding-system):
18832 Set `translation-table-for-input' property value to the symbol
18833 ucs-mule-to-mule-unicode, not to that value.
18834 (pt154): Escape guillemet by `\'.
18835
18836 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
18837
18838 * loadup.el: Load tooltip if x-show-tip is fboundp.
18839
18840 * startup.el (command-line): Add comment.
18841
18842 * tooltip.el (tooltip-mode): Specify correct standard value for
18843 Custom in init-value.
18844
18845 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
18846
18847 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18848 possible.
18849
18850 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
18851
18852 * textmodes/org.el (org-agenda-date-prompt): Rename from
18853 `org-agenda-date-today'.
18854 (org-evaluate-time-range): Insert at point instead of directly
18855 after time range.
18856 (org-first-headline-recenter, org-subtree-end-visible-p)
18857 (org-optimize-window-after-visibility-change): New functions
18858 (org-agenda-post-command-hook): Don't allow point at end of line,
18859 to make sure it always hits the text properties.
18860 (org-agenda-next-date-line, org-agenda-previous-date-line):
18861 New commands.
18862 (org-set-regexps-and-options): Category may contain white space.
18863 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18864 Improve marker positions.
18865 (org-agenda-new-marker): Argument POS made optional.
18866 (org-agenda-get-timestamps): Deadlines which are done are listed
18867 in org-done-face now.
18868 (org-agenda-get-todos, org-agenda-get-timestamps)
18869 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18870 Set `undone-face' and `done-face' properties.
18871 (org-last-todo-state-is-todo): New variable.
18872 (org-todo): Set `org-last-todo-state-is-todo'.
18873 (org-agenda-todo): Change face according to
18874 `org-last-todo-state-is-todo'. And change other lines referring to
18875 the same entry.
18876 (org-calendar-goto-agenda): New command.
18877 (org-calendar-to-agenda-key): New option.
18878 (org-startup-folded): New allowed value `content'.
18879 (org-set-regexps-and-options): Accept new value `content' for
18880 `org-startup-folded'.
18881 (org-get-current-options): Handle new value `content' for
18882 `org-startup-folded'.
18883 (org-insert-todo-heading): New command.
18884 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
18885 interactively in empty file and option
18886 `org-insert-mode-line-in-empty-file' has been set.
18887 (org-agenda-todo, org-agenda-priority): Modify to use
18888 `org-agenda-change-all-lines'.
18889 (org-warning-face): Change color on dark background
18890
18891 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18892
18893 * international/mule-cmds.el (set-locale-environment): On Mac OS,
18894 use preferences AppleLocale and AppleLanguages, and variable
18895 mac-system-locale for default locale. On Mac OS Classic, use
18896 mac-system-coding-system for default coding systems.
18897
18898 * term/mac-win.el: Don't set file-name-coding-system.
18899 Decode variables system-name, emacs-build-system, user-login-name, and
18900 user-full-name by mac-system-coding-system on Mac OS Classic.
18901 (mac-system-coding-system): New variable.
18902
18903 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
18904
18905 * startup.el (command-line): Handle `xterm-mouse-mode' before
18906 reading init file.
18907
18908 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
18909
18910 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
18911
18912 * progmodes/sh-script.el (sh-here-document-word): Make it a
18913 defcustom. Doc fix.
18914 (sh-add): Bash uses $(( )) for arithmetic.
18915 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
18916 (sh-maybe-here-document): Remove quotes and leading whitespace
18917 from heredoc word when closing. Indent heredoc with tabs if word
18918 starts with "-".
18919
18920 2005-04-13 Richard M. Stallman <rms@gnu.org>
18921
18922 * simple.el (undo): Fix previous change.
18923
18924 * custom.el (defface): Doc fix.
18925
18926 2005-04-13 Lute Kamstra <lute@gnu.org>
18927
18928 * Makefile.in (DONTCOMPILE): Remove list.
18929 (compile, compile-always): Don't use DONTCOMPILE.
18930 (update-authors): Load the library in which batch-update-authors
18931 is defined.
18932 * makefile.w32-in (DONTCOMPILE): Remove list.
18933 (compile, compile-always): Fix comments.
18934 (update-authors): Load the library in which batch-update-authors
18935 is defined.
18936
18937 * generic-x.el (generic-mode-ini-file-find-file-hook):
18938 Rename to ini-generic-mode-find-file-hook.
18939 Keep generic-mode-ini-file-find-file-hook as an alias.
18940 (ini-generic-mode-find-file-hook): Rename from
18941 generic-mode-ini-file-find-file-hook. Fix docstring.
18942 (ini-generic-mode): Docstring change.
18943 (bat-generic-mode-run-as-comint): Silence the byte compiler.
18944
18945 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
18946 called from lisp.
18947
18948 * generic.el: Move to the emacs-lisp subdir.
18949
18950 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
18951
18952 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
18953 and C-S- function and cursor motion keys.
18954
18955 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
18956
18957 * startup.el (command-line): Enable Xterm Mouse mode by default.
18958 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
18959 for Custom. No longer show "Mouse" in mode line when enabled.
18960 Doc fix.
18961
18962 2005-04-12 Kim F. Storm <storm@cua.dk>
18963
18964 * emulation/cua-base.el (cua-rectangle-face)
18965 (cua-rectangle-noselect-face): Define face attributes here.
18966
18967 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
18968
18969 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18970
18971 * startup.el (command-line): Turn off blinking cursor if
18972 cursorBlink in resources is off or false.
18973
18974 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18975
18976 * term/mac-win.el (dnd): Require dnd.
18977 (mac-drag-n-drop): Call dnd-handle-one-url.
18978 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
18979 (kTextEncodingISOLatin2): Remove constants.
18980 (mac-script-code-coding-systems): New constant.
18981 (mac-handle-language-change): New function.
18982 (special-event-map): Bind it to `language-change' event.
18983 (mac-centraleurroman, mac-cyrillic): New coding systems.
18984 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
18985 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
18986 and mac-cyrillic-encoder to encode-mac-centraleurroman and
18987 encode-mac-cyrillic, respectively.
18988
18989 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18990
18991 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
18992 Don't set overlay-arrow-string to "=>" as this is done
18993 globally in C now.
18994
18995 2005-04-12 Lute Kamstra <lute@gnu.org>
18996
18997 * generic-x.el (rc-generic-mode, rul-generic-mode):
18998 Fix auto-mode-alist entries.
18999 (etc-fstab-generic-mode): Tweak fontification.
19000
19001 * generic.el (generic-make-keywords-list): Fix docstring.
19002 (generic-mode-internal): Simplify generic-font-lock-keywords.
19003
19004 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19005
19006 * whitespace.el (whitespace-buffer-leading)
19007 (whitespace-buffer-trailing): Revert the incorrect test inversion.
19008 However, fix the highlight area for the leading and
19009 trailing whitespaces to show space.
19010
19011 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19012
19013 * whitespace.el (whitespace-version): Bump to 3.5
19014
19015 (whitespace-buffer-leading, whitespace-buffer-trailing):
19016 Invert sense of the test to highlight the whitespace.
19017
19018 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19019
19020 * progmodes/gud.el (gud-display-line): GUD uses its own
19021 overlay arrow now so don't set overlay-arrow-string.
19022 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19023
19024 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19025
19026 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19027 (term-ansi-current-reverse, term-ansi-current-invisible)
19028 (term-ansi-face-already-done): Change to boolean.
19029 (term-reset-terminal, term-handle-colors-array): Handle the above
19030 vars accordingly.
19031 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19032 (term-emulate-terminal): Use the new name.
19033
19034 * faces.el (secondary-selection): Use yellow1, not yellow.
19035 (trailing-whitespace): Use red1, not red.
19036
19037 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19038
19039 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19040 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19041 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19042
19043 * cus-edit.el (dnd): New group.
19044
19045 * term/w32-win.el (dnd): Require dnd
19046 (w32-drag-n-drop): Call dnd-handle-one-url.
19047
19048 * x-dnd.el: Require dnd.
19049 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19050 Call dnd-handle-one-url.
19051 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19052 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19053 to dnd-insert-text.
19054 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19055 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19056 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19057 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19058
19059 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19060
19061 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19062
19063 * wdired.el: Doc fixes.
19064 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19065 (wdired-use-dired-vertical-movement): Rename from
19066 wdired-always-move-to-filename-beginning.
19067 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19068 (wdired-change-to-wdired-mode): Change mode name.
19069 (wdired-newline): Delete.
19070
19071 2005-04-11 Richard M. Stallman <rms@gnu.org>
19072
19073 * whitespace.el (whitespace-highlight-the-space):
19074 Don't call whitespace-unhighlight-the-space here.
19075
19076 * simple.el (undo): Record t in undo-equiv-table
19077 for the redo record made by an undo-in-region.
19078
19079 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19080
19081 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19082 (gdb-frame-inferior-io-buffer): New Functions to control
19083 display of separate IO buffer.
19084 (menu): Add them to menu-bar.
19085 (gdb-display-buffer): Check for buffer another frame.
19086 Protect GUD buffer.
19087 (gdb-setup-windows): Create IO buffer if not already there.
19088 (gdb-memory-mode): Remove purecopy noops.
19089
19090 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19091
19092 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19093 and pass to self-insert-command.
19094
19095 2005-04-11 Lute Kamstra <lute@gnu.org>
19096
19097 * generic.el: Commentary section cleanup.
19098 (generic): Delete.
19099 (generic-use-find-file-hook, generic-lines-to-scan)
19100 (generic-find-file-regexp, generic-ignore-files-regexp)
19101 (default-generic-mode, generic-mode-find-file-hook)
19102 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19103 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19104 (generic-use-find-file-hook, generic-lines-to-scan)
19105 (generic-find-file-regexp, generic-ignore-files-regexp)
19106 (default-generic-mode, generic-mode-find-file-hook)
19107 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19108
19109 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19110
19111 * bookmark.el (bookmark-write-file): Catch errors writing file.
19112 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19113
19114 2005-04-10 Richard M. Stallman <rms@gnu.org>
19115
19116 * startup.el (fancy-splash-tail): Update copyright year.
19117 (command-line): Split part of -Q into -D.
19118 (emacs-basic-display): New defvar.
19119 (fancy-splash-text): Correct name of menu item.
19120
19121 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19122
19123 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19124 lines in one node.
19125
19126 * comint.el (comint-send-input): New arg ARTIFICIAL.
19127 Callers in this file changed.
19128
19129 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19130
19131 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19132
19133 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19134
19135 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19136 `ldap-search-internal'.
19137
19138 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19139
19140 * files.el (set-auto-mode-1): Use line-end-position.
19141
19142 * international/latin-1.el:
19143 * international/latin-2.el:
19144 * international/latin-3.el:
19145 * international/latin-4.el:
19146 * international/latin-5.el:
19147 * international/latin-8.el:
19148 * international/latin-9.el: Give punctuation syntax to NBSP.
19149
19150 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19151 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19152 Use char-classes to accept non-ascii letters, accepted in some recent
19153 bibtex implementations.
19154
19155 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19156
19157 * custom.el (custom-set-minor-mode): Any non-nil value for the
19158 variable should enable the mode when set through Custom.
19159
19160 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19161
19162 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19163 TAB binding so tab-always-indent is obeyed.
19164 (vhdl-minibuffer-local-map): Move initialization into declaration.
19165 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19166 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19167 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19168 (vhdl-current-line): Use line-beginning-position.
19169 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19170 with-output-to-temp-buffer, so the current position can be recorded.
19171
19172 2005-04-10 Masatake YAMATO <jet@gyve.org>
19173
19174 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19175 Add regexp for gcov.
19176
19177 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19178
19179 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19180 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19181 syntax which Emacs 20 doesn't support.
19182
19183 2005-04-09 Richard M. Stallman <rms@gnu.org>
19184
19185 * help.el (describe-key-briefly, describe-key):
19186 Replace strings as event types with "(any string)".
19187
19188 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19189
19190 * arc-mode.el (archive-mode-map): Move initialization into
19191 the declaration. Override *all* bindings of `undo'.
19192 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19193
19194 2005-04-09 Jay Belanger <belanger@truman.edu>
19195
19196 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19197
19198 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19199
19200 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19201 (xterm-register-default-colors): Update color values computation
19202 to match xterm-200.
19203
19204 2005-04-09 Kenichi Handa <handa@m17n.org>
19205
19206 * international/code-pages.el (iso-latin-7): Fix the map.
19207
19208 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19209
19210 * emacs-lisp/lisp.el (defun-prompt-regexp)
19211 (parens-require-spaces, buffer-end, end-of-defun)
19212 (insert-parentheses): Doc fixes.
19213
19214 2005-04-08 Kim F. Storm <storm@cua.dk>
19215
19216 * comint.el (comint-highlight-prompt): Fix face spec.
19217 * hi-lock.el (hi-green): Likewise.
19218
19219 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19220
19221 * cus-edit.el (custom-modified-face):
19222 * comint.el (comint-highlight-input): Fix previous changes.
19223 * term.el (term-handle-ansi-escape): Add a comment.
19224
19225 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19226
19227 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19228 in the buffer and in whitespace-highlighted-space.
19229 (whitespace-unhighlight-the-space): Simplify.
19230 (whitespace-buffer): Simplify.
19231
19232 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19233
19234 * textmodes/table.el (table-cell-face): Add special case for
19235 displays supporting a high number of colors.
19236 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19237 (vhdl-font-lock-reserved-words-face)
19238 (vhdl-speedbar-architecture-face)
19239 (vhdl-speedbar-instantiation-face)
19240 (vhdl-speedbar-architecture-selected-face)
19241 (vhdl-speedbar-instantiation-selected-face): Likewise.
19242 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19243 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19244 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19245 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19246 (ebrowse-progress-face): Likewise.
19247 * progmodes/compile.el (compilation-info-face): Likewise.
19248 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19249 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19250 * calendar/calendar.el (diary-face): Likewise.
19251 * woman.el (woman-italic-face, woman-bold-face)
19252 (woman-unknown-face): Likewise.
19253 * wid-edit.el (widget-button-pressed-face): Likewise.
19254 * whitespace.el (whitespace-highlight-face): Likewise.
19255 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19256 * pcvs-info.el (cvs-marked-face): Likewise.
19257 * info.el (info-xref): Likewise.
19258 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19259 * hilit-chg.el (highlight-changes-face)
19260 (highlight-changes-delete-face): Likewise.
19261 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19262 (hi-red-b): Likewise.
19263 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19264 * font-lock.el (font-lock-keyword-face)
19265 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19266 * cus-edit.el (custom-invalid-face, custom-modified-face)
19267 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19268 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19269 * comint.el (comint-highlight-prompt): Likewise.
19270
19271 2005-04-08 Lute Kamstra <lute@gnu.org>
19272
19273 * font-lock.el (font-lock-keywords): Docstring fixes.
19274
19275 2005-04-08 Kenichi Handa <handa@m17n.org>
19276
19277 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19278 chars are more than a limit, print " and more..." at the tail.
19279
19280 2005-04-08 Kim F. Storm <storm@cua.dk>
19281
19282 * emacs-lisp/authors.el (authors-aliases): Update list.
19283 (authors-ignored-files): New list.
19284 (authors-fixed-entries): Fix typo.
19285 (authors-renamed-files-alist): Update list.
19286 (authors-add): Check authors-ignored-files.
19287
19288 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19289
19290 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19291 optional, to ensure backward compatibility.
19292
19293 2005-04-08 Stephen Eglen <stephen@gnu.org>
19294
19295 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19296
19297 2005-04-08 Kim F. Storm <storm@cua.dk>
19298
19299 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19300
19301 * mouse.el (mouse-on-link-p): Doc fix.
19302
19303 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19304
19305 * ielm.el (ielm-prompt-read-only): Doc fix.
19306
19307 * comint.el (comint-prompt-read-only): Doc fix.
19308
19309 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19310
19311 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19312 ensure dired always handles wildcards passed to ffap.
19313 (find-file-at-point): Use it.
19314 (ffap-dired-wildcards): Doc fix.
19315
19316 2005-04-07 Juri Linkov <juri@jurta.org>
19317
19318 * simple.el (next-error-overlay-arrow-position): New defvar.
19319 Put "=>" on its property `overlay-arrow-string'. Add it to
19320 `overlay-arrow-variable-list'.
19321
19322 * progmodes/compile.el (compilation-setup):
19323 Set `next-error-overlay-arrow-position' to nil. Also set it to
19324 nil in the local hook `kill-buffer-hook'. Make local variable
19325 `overlay-arrow-string' and set it to "=>".
19326 (compilation-goto-locus): Set BOL position to
19327 `next-error-overlay-arrow-position' instead of
19328 `overlay-arrow-position'.
19329
19330 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19331 locally instead of adding it to the global hook.
19332 (Info-kill-buffer): Move up.
19333
19334 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19335
19336 * term/xterm.el (xterm-standard-colors): Update color values from
19337 xterm-200.
19338
19339 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19340
19341 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19342
19343 * fast-lock.el:
19344 * lazy-lock.el: Move them to the obsolete subdir.
19345
19346 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19347
19348 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19349 (wdired-add-replace-advice): Remove.
19350 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19351
19352 2005-04-06 Kim F. Storm <storm@cua.dk>
19353
19354 * startup.el (command-line): Add --bare-bones alias for -Q.
19355
19356 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19357
19358 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19359 create the startup fontset if a font specification ends with
19360 `mac-roman'.
19361
19362 2005-04-06 Lute Kamstra <lute@gnu.org>
19363
19364 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19365 change.
19366
19367 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19368 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19369
19370 2005-04-05 Lute Kamstra <lute@gnu.org>
19371
19372 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19373 (define-generic-mode): Ditto. Fix debug declaration.
19374
19375 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19376 Put them in the generic-x group.
19377
19378 * calendar/timeclock.el (timeclock): Doc fix.
19379
19380 * generic.el (define-generic-mode): Don't use custom-current-group.
19381 Document default :group value.
19382 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19383 (define-global-minor-mode): Don't use custom-current-group.
19384
19385 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19386
19387 * startup.el (command-line-1): Display startup-echo-area-message
19388 when fancy splash screen is in use.
19389
19390 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19391 (sh-escaped-newline): New face.
19392 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19393 newline, and use sh-escaped-newline face.
19394
19395 * progmodes/tcl.el (tcl-escaped-newline): New face.
19396 (tcl-builtin-list): New variable.
19397 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19398 newlines. Fix keywords subexpression number.
19399
19400 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19401
19402 * textmodes/org.el (org-diary-default-entry): Fix call to
19403 `add-to-diary-entry'.
19404
19405 2005-04-05 Kim F. Storm <storm@cua.dk>
19406
19407 * ediff-init.el: Use (featurep 'xemacs).
19408
19409 2005-04-05 David Ponce <david@dponce.com>
19410
19411 * cus-edit.el (face): Derive from symbol widget. Display sample
19412 of the current face on the fly.
19413 (widget-face-sample-face-get, widget-face-notify): New functions.
19414 (widget-face-value-create): Remove.
19415
19416 * wid-edit.el (widget-field-end): Temporarily remove field
19417 narrowing before to call `get-char-property'.
19418
19419 2005-04-04 Jay Belanger <belanger@truman.edu>
19420
19421 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19422 (math-read-subscripts): New variable.
19423 (math-read-preprocess-string): Process subscripts.
19424
19425 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19426
19427 * comint.el (comint-prompt-read-only): Doc fix.
19428
19429 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19430 `-1'. Doc fix.
19431
19432 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19433
19434 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19435 Change default value to nil.
19436
19437 2005-04-04 Lute Kamstra <lute@gnu.org>
19438
19439 * autorevert.el (auto-revert-mode): Specify :group.
19440 * battery.el (display-battery-mode): Specify :group.
19441 * diff-mode.el (diff-minor-mode): Specify :group.
19442 * font-core.el (font-lock-mode): Specify :group.
19443 * hl-line.el (hl-line-mode): Specify :group.
19444 * iimage.el (iimage): New customization group.
19445 (iimage-mode): Specify :group.
19446 * longlines.el (longlines-mode): Specify :group.
19447 * master.el: Don't require easy-mmode.
19448 (master): New customization group.
19449 (master-mode): Specify :group.
19450 * msb.el (msb-mode): Specify :group.
19451 * reveal.el (reveal-mode): Specify :group.
19452 * simple.el (next-error-follow-minor-mode): Specify :group.
19453 * smerge-mode.el (smerge-mode): Specify :group.
19454 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19455 * emulation/cua-base.el (cua-mode): Specify :group.
19456 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19457 * language/thai-util.el (thai-auto-composition-mode)
19458 (thai-word-mode): Specify :group.
19459 * mail/supercite.el (sc-minor-mode): Specify :group.
19460 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19461 * progmodes/flymake.el (flymake-mode): Specify :group.
19462 * progmodes/glasses.el (glasses-mode): Specify :group.
19463 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19464 * textmodes/enriched.el (enriched-mode): Specify :group.
19465 * textmodes/refill.el (refill-mode): Specify :group.
19466
19467 * add-log.el (change-log-font-lock-keywords): Names in
19468 parenthesized lists can contain spaces.
19469
19470 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19471
19472 * startup.el (fancy-splash-text): Shorten default text of
19473 "Emacs Tutorial" line. Also, if the current language env
19474 indicates an available tutorial file other than TUTORIAL,
19475 extract its title and append it to the line in parentheses.
19476 (fancy-splash-insert): If arg is a thunk, funcall it.
19477
19478 2005-04-04 Jay Belanger <belanger@truman.edu>
19479
19480 * calc.el (calc-language-alist): Add tags to customization type.
19481
19482 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19483
19484 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19485 Doc fix.
19486
19487 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19488
19489 * add-log.el (change-log-font-lock-keywords): The manual
19490 describing a Change Log entry, says: (...) "Aside from these
19491 header lines, every line in the change log starts with a space or
19492 a tab.". The font-lock was not highlighting lines started with
19493 spaces, added support for it.
19494
19495 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19496
19497 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19498 (bibtex-generate-url-list): Update docstring accordingly. Put the
19499 complex example in the docstring.
19500 (bibtex-font-lock-url): Use pop.
19501
19502 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19503
19504 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19505
19506 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19507
19508 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19509
19510 * filesets.el (filesets-set-default): Doc fix.
19511
19512 2005-04-03 Lute Kamstra <lute@gnu.org>
19513
19514 * generic.el (define-generic-mode): Add argument to specify
19515 keywords for defcustom.
19516 (default-generic-mode): Specify :group.
19517
19518 * generic-x.el: Specify :group for all generic modes.
19519
19520 * desktop.el (desktop-no-desktop-file-hook)
19521 (desktop-after-read-hook): Doc fix.
19522
19523 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19524
19525 * simple.el (visible-mode): Use explicit :group keyword.
19526 This changes the group of `visible-mode-hook' from paren-blinking
19527 to editing-basics.
19528
19529 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19530
19531 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19532 mailbox specifications as well as URLs.
19533 (rmail-insert-inbox-text): Remove unused conditional branches.
19534
19535 2005-04-01 Jay Belanger <belanger@truman.edu>
19536
19537 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19538 (calc-gnuplot-print-command): Move definitions to calc.el.
19539
19540 * calc/calc-embed.el (calc-embedded-announce-formula)
19541 (calc-embedded-open-formula, calc-embedded-close-formula)
19542 (calc-embedded-open-word, calc-embedded-close-word)
19543 (calc-embedded-open-plain, calc-embedded-close-plain)
19544 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19545 (calc-embedded-open-mode, calc-embedded-close-mode):
19546 Move definitions to calc.el.
19547
19548 * calc/calc.el (calc-settings-file, calc-language-alist):
19549 Make customizable.
19550 (calc-embedded-announce-formula, calc-embedded-open-formula)
19551 (calc-embedded-close-formula, calc-embedded-open-word)
19552 (calc-embedded-close-word, calc-embedded-open-plain)
19553 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19554 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19555 (calc-embedded-close-mode, calc-gnuplot-name)
19556 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19557 from other files and make customizable.
19558
19559 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19560
19561 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19562 Use buffer-live-p.
19563 (cvs-mode-run): Don't call cvs-update-header here.
19564 (cvs-run-process): Call cvs-update-header.
19565 Use process properties for cvs-postprocess and cvs-buffer so that
19566 the sentinel can behave better if the temp buffer is killed.
19567 Use a pipe rather than a tty, to better handle unexpected prompts.
19568 (cvs-sentinel): Rewrite. Call cvs-update-header.
19569
19570 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19571
19572 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19573 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19574
19575 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19576
19577 * generic.el (define-generic-mode): Add indentation rule.
19578
19579 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19580
19581 * files.el (mode-require-final-newline): Make Custom correctly
19582 report a nil value and allow to set it to nil via Custom.
19583 Doc fix.
19584
19585 2005-04-01 Kenichi Handa <handa@m17n.org>
19586
19587 * international/characters.el: Enable the correct case setting for
19588 dotless-i and dotted-I.
19589
19590 2005-04-01 Kim F. Storm <storm@cua.dk>
19591
19592 * ido.el (ido-file-internal): Fall back to non-ido command if
19593 initial directory is on slow ftp (or tramp) host.
19594
19595 2005-03-31 Richard M. Stallman <rms@gnu.org>
19596
19597 * emacs-lisp/autoload.el (make-autoload):
19598 Handle define-global-minor-mode.
19599
19600 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19601 Rename from easy-mmode-define-global-mode.
19602 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19603
19604 * progmodes/scheme.el (scheme-mode-syntax-table):
19605 Update syntax of | and # for two-character comment syntax.
19606
19607 2005-03-31 Lute Kamstra <lute@gnu.org>
19608
19609 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19610 (define-minor-mode): Call custom-current-group at load-time.
19611
19612 * generic.el (define-generic-mode): Add debug declaration.
19613 Add defcustom for the mode hook.
19614 (generic-mode-internal): Use run-mode-hooks.
19615
19616 2005-03-31 Kim F. Storm <storm@cua.dk>
19617
19618 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19619 (mouse-fixup-help-message): New defun called by show_help_echo
19620 to fixup mouse-2 prefix in help messages when applicable.
19621
19622 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19623
19624 2005-03-31 Kenichi Handa <handa@m17n.org>
19625
19626 * language/thai-word.el (thai-find-word-ends): Pay attention to
19627 the case that we reach the end of buffer.
19628
19629 * textmodes/fill.el (fill-text-properties-at): New function.
19630 (fill-newline): Use fill-text-properties-at instead of
19631 text-properties-at.
19632
19633 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19634
19635 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19636 not comint-quote-filename.
19637
19638 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19639
19640 * help-fns.el (help-with-tutorial): Revert last change.
19641
19642 2005-03-31 Kim F. Storm <storm@cua.dk>
19643
19644 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19645
19646 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
19647
19648 * calendar/cal-china.el: Update reference to "Calendrical
19649 Calculations" book; there's a new edition.
19650 * calendar/cal-coptic.el: Likewise.
19651 * calendar/cal-french.el: Likewise.
19652 * calendar/cal-hebrew.el: Likewise.
19653 * calendar/cal-islam.el: Likewise.
19654 * calendar/cal-iso.el: Likewise.
19655 * calendar/cal-julian.el: Likewise.
19656 * calendar/cal-mayan.el: Likewise.
19657 * calendar/cal-persia.el: Likewise.
19658 * calendar/calendar.el: Likewise.
19659 * calendar/holidays.el: Likewise.
19660 * calendar/lunar.el: Likewise.
19661 * calendar/solar.el: Likewise.
19662
19663 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19664 white space from doc string.
19665
19666 2005-03-30 Jay Belanger <belanger@truman.edu>
19667
19668 * calc/calc-help.el (calc-full-help): Remove email address.
19669
19670 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
19671
19672 * help-fns.el (help-with-tutorial): Delete title line.
19673
19674 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19675
19676 * calendar/cal-x.el (calendar-one-frame-setup)
19677 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19678 rather than `symbol' for set-window-dedicated-p.
19679
19680 * calendar/appt.el (appt-buffer-name): Make it a constant.
19681 (appt-add): Doc fix.
19682
19683 * filesets.el (filesets-menu-path, filesets-menu-before)
19684 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
19685 (filesets-menu-cache-file): Use directory ~/.emacs.d.
19686 (filesets-add-submenu): Delete and use add-submenu instead.
19687
19688 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
19689
19690 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19691 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19692 (org-diary-default-entry): New function.
19693 (org-get-entries-from-diary): Better parsing of diary entries.
19694 (org-agenda-check-no-diary): New function.
19695 ("diary-lib"): Advice to function `add-to-diary-list', to allow
19696 linking to diary entries.
19697 (org-agenda-execute-calendar-command): New function.
19698 (org-agenda): Improve visible section in window.
19699 Use `org-fit-agenda-window'.
19700 (org-fit-agenda-window): New option.
19701 (org-move-subtree-down): Better handling of empty lines
19702 at end of subtree.
19703 (org-cycle): Numeric prefix is interpreted now as show-subtree N
19704 levels up.
19705 (org-fontify-done-headline): New option.
19706 (org-headline-done-face): New face.
19707 (org-set-font-lock-defaults): Use `org-headline-done-face'.
19708 (org-table-copy-down): Rename from `org-table-copy-from-above'.
19709 When current field is non-empty, it is copied to next row.
19710 (org-table-copy-from-above): Fix bug which made it
19711 impossible to copy fields containing only a single non-white character.
19712
19713 2005-03-30 Kim F. Storm <storm@cua.dk>
19714
19715 * kmacro.el (kmacro-end-macro): Isearch may store this command
19716 into the macro -- so ignore it when executing keyboard macro.
19717
19718 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19719
19720 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19721
19722 2005-03-29 Kenichi Handa <handa@m17n.org>
19723
19724 * language/thai.el ("Thai"): Set setup-function and exit-function
19725 for Thai language environment.
19726
19727 * language/thai-util.el: Require thai-word.
19728 (thai-word-mode-map): New variable.
19729 (thai-word-mode): New minor mode.
19730 (setup-thai-language-environment-internal): New function.
19731 (exit-thai-language-environment-internal): New function.
19732
19733 * language/thai-word.el (thai-word-table): Declare it by defvar,
19734 use dolist to initialize it.
19735 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19736 (thai-fill-find-break-point): New functions.
19737
19738 2005-03-29 Richard M. Stallman <rms@gnu.org>
19739
19740 * simple.el (idle-update-delay): Move definition up.
19741 (set-mark): Doc fix.
19742
19743 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
19744
19745 * longlines.el: New file.
19746
19747 * simple.el (buffer-substring-filters): New variable.
19748 (filter-buffer-substring): New function.
19749 (kill-region, copy-region-as-kill): Use it.
19750
19751 * register.el (copy-to-register, append-to-register)
19752 (prepend-to-register): Use filter-buffer-substring.
19753
19754 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19755
19756 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19757 (gud-filter-pending-text): Move in front of gdb.
19758 (gud-overlay-arrow-position): New variable.
19759 (gud-sentinel, gud-display-line): Use it in place of
19760 overlay-arrow-position.
19761
19762 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
19763
19764 * progmodes/fortran.el (fortran-if-indent): Doc fix.
19765 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19766 (fortran-font-lock-keywords-4): New variable.
19767 (fortran-blocks-re, fortran-end-block-re)
19768 (fortran-start-block-re): New constants, for hideshow.
19769 (hs-special-modes-alist): Add a Fortran entry.
19770 (fortran-mode-map): Bind fortran-end-of-block,
19771 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19772 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
19773 (fortran-looking-at-if-then, fortran-end-of-block)
19774 (fortran-beginning-of-block): New functions, for hideshow.
19775
19776 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19777 Doc fix. Tweak regexp.
19778 (f90-beginning-of-block): Push mark first.
19779
19780 2005-03-29 Jay Belanger <belanger@truman.edu>
19781
19782 * calc/calc.el: Update copyright date.
19783 (calc-version): Increase to 2.1.
19784 (calc-version-date): Remove.
19785
19786 * calc/calc-help.el: Update copyright date.
19787 (calc-full-help): Remove reference to calc-version-date.
19788 Update copyright date.
19789
19790 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19791
19792 * vc.el (vc-do-command): Use a pipe for async processes, so password
19793 prompts don't show up at places where the user can't reply.
19794
19795 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19796
19797 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19798 on the file name we pass to the inferior shell.
19799
19800 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19801
19802 * progmodes/which-func.el (which-function): Be robust in the face of an
19803 imenu--make-index-alist failure.
19804
19805 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19806
19807 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19808
19809 * progmodes/python.el (python-preoutput-filter): Fix last change.
19810
19811 2005-03-29 Lute Kamstra <lute@gnu.org>
19812
19813 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19814 functions and compiled macros.
19815 (debug-convert-byte-code): Handle macros too.
19816 (debug-on-entry-1): Don't signal an error when trying to clear a
19817 function that is not set to debug on entry.
19818
19819 2005-03-29 Jay Belanger <belanger@truman.edu>
19820
19821 * calc/calc-lang.el: Add functions to math-function-table
19822 properties of tex and math.
19823
19824 2005-03-29 Kenichi Handa <handa@m17n.org>
19825
19826 * ps-mule.el (ps-mule-plot-string): Translate characters by
19827 ps-print-translation-table.
19828 (ps-mule-begin-job): Call find-charset-region/string with
19829 ps-print-translation-table.
19830 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19831
19832 * ps-print.el (ps-print-translation-table): New variable.
19833 (ps-plot-region): Translate characters by ps-print-translation-table.
19834
19835 2005-03-29 Juri Linkov <juri@jurta.org>
19836
19837 * simple.el (next-error-highlight-timer): New variable.
19838
19839 * progmodes/compile.el (compilation-goto-locus):
19840 Use `next-error-highlight-timer' instead of `sit-for'.
19841
19842 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19843
19844 * mail/supercite.el (sc-mail-field): Use assoc-string.
19845 (sc-get-address): Simplify regexps.
19846
19847 * files.el (minibuffer-with-setup-hook): New macro.
19848 (find-file-read-args): Use it to avoid let-binding
19849 minibuffer-with-setup-hook (which breaks turning on/off
19850 file-name-shadow-mode while in the prompt).
19851
19852 * complete.el (PC-read-include-file-name-internal):
19853 Use test-completion.
19854
19855 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
19856
19857 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19858
19859 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19860
19861 * window.el (window-buffer-height): Use count-screen-lines.
19862
19863 * progmodes/python.el (python-preoutput-leftover): New var.
19864 (python-preoutput-filter): Use it.
19865 (python-send-receive): Loop until all the result has been received.
19866
19867 2005-03-28 Juri Linkov <juri@jurta.org>
19868
19869 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
19870
19871 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
19872 "Recover Crashed Session".
19873 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
19874 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
19875 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
19876 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
19877 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
19878 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
19879 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
19880 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
19881
19882 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
19883 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
19884 Ediff Sessions", "Toggle use of separate control buffer frame",
19885 "Use separate frame for Ediff control buffer".
19886
19887 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
19888 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
19889 "Rename Bookmark", "Delete Bookmark".
19890
19891 * info.el (Info-mode-menu): Remove ellipsis from "Index".
19892 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
19893 Add `:active Info-index-alternatives' to "Next Matching Item".
19894
19895 * wdired.el (wdired-change-to-wdired-mode):
19896 Mention `wdired-abort-changes' key in the initial message.
19897
19898 * international/mule.el (auto-coding-alist): Associate non-ascii
19899 image filename extensions with `no-conversion'.
19900
19901 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
19902
19903 * international/iso-acc.el:
19904 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
19905
19906 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
19907
19908 * textmodes/sgml-mode.el (html-mode): Doc update.
19909
19910 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
19911
19912 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
19913
19914 * term.el (term-move-columns): Fix face after extending a line.
19915 (term-insert-spaces): Likewise.
19916 (term-reset-terminal): Fix off by one error.
19917
19918 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19919
19920 * international/mule.el (auto-coding-alist): Add .xpi files.
19921
19922 * files.el (auto-mode-alist): Add .xpi files.
19923
19924 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
19925
19926 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
19927
19928 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19929
19930 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
19931
19932 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
19933
19934 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
19935 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
19936
19937 * calendar/cal-move.el (calendar-beginning-of-year): Move the
19938 cursor to Jan 1 when needed.
19939 (calendar-end-of-year): Fix -/+ typo.
19940 Reported by Chong Yidong <cyd@stupidchicken.com>.
19941
19942 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19943
19944 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
19945
19946 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
19947 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
19948
19949 2005-03-25 Richard M. Stallman <rms@gnu.org>
19950
19951 * filesets.el (filesets-init): Add autoload.
19952
19953 * mail/mailalias.el (mail-directory): Doc fix.
19954
19955 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19956
19957 * mail/mailalias.el (mail-directory-process): Do nothing if
19958 mail-directory-process is an atom.
19959 (mail-get-names): Ignore mail-directory-names if it is an atom.
19960 (mail-directory-process defvar): Doc fix.
19961 (mail-names): Doc fix.
19962
19963 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
19964
19965 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
19966
19967 2005-03-26 Kenichi Handa <handa@m17n.org>
19968
19969 * international/mule-util.el (detect-coding-with-priority):
19970 Call update-coding-systems-internal before detect-coding-region.
19971
19972 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
19973
19974 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
19975 (gdb-frames-mode-map): Add follow-link property.
19976
19977 2005-03-25 Jay Belanger <belanger@truman.edu>
19978
19979 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
19980 for variables.
19981
19982 2005-03-25 Juri Linkov <juri@jurta.org>
19983
19984 * image-mode.el: Optimize image filename extension regexps in
19985 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
19986 in `auto-mode-alist'.
19987 (image-mode): Add `image-toggle-display-text' to local hook
19988 `change-major-mode-hook'. Display the image as an image by
19989 default. Set `cursor-type' and `truncate-lines' if the image
19990 is already displayed. Take into account the current mode (image
19991 or text) in message.
19992 (image-minor-mode): New minor mode.
19993 (image-mode-maybe, image-toggle-display-text): New functions.
19994 (image-toggle-display): Use called-interactively-p.
19995 Let-bind `inhibit-read-only' to t.
19996
19997 * image-mode.el (image-minor-mode): Set `cursor-type' and
19998 `truncate-lines' if the image is already displayed. Add turning
19999 image-minor-mode off to `change-major-mode-hook'. Add message.
20000 Call `image-toggle-display-text' after turning image-minor-mode off.
20001
20002 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20003
20004 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20005 Terminal.app, use utf-8.
20006 (set-display-table-and-terminal-coding-system): Add coding-system arg.
20007 (set-locale-environment): Use it.
20008
20009 * term/xterm.el: Undo last change, better done in mule-cmds.el.
20010
20011 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20012
20013 * progmodes/python.el (python-close-block-statement-p)
20014 (python-outdent-p, python-current-defun): Use symbol-end.
20015
20016 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20017
20018 * files.el (save-some-buffers): Doc fix.
20019
20020 2005-03-25 Werner Lemberg <wl@gnu.org>
20021
20022 * complete.el, thumbs.el: Replace `legal' with `valid'.
20023 * calendar/calendar.el: Replace `legal' with `valid'.
20024 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20025 * mail/supercite.el: Replace `legal' with `valid'.
20026 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20027 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20028 Replace `legal' with `valid'.
20029 * textmodes/reftex-vars.el, textmodes/reftex.el:
20030 Replace `legal' with `valid'.
20031
20032 2005-03-25 Werner Lemberg <wl@gnu.org>
20033
20034 * calc/calc-forms.el, calc/calc-sel.el
20035 * midnight.el, vc-cvs.el
20036 * emacs-lisp/cl-macs.el
20037 * emulation/vip.el
20038 * eshell/esh-io.el, eshell/esh-var.el
20039 * mail/supercite.el
20040 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20041 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20042 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20043 * progmodes/sh-script.el, progmodes/xscheme.el
20044 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20045 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20046 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20047 * textmodes/reftex.el, textmodes/org.el:
20048 Replace `illegal' with `invalid'.
20049
20050 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20051
20052 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20053 (flymake-find-buildfile, flymake-find-possible-master-files)
20054 (flymake-check-include, flymake-parse-line): Replace loops over the
20055 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20056
20057 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20058 Substitute file-name-as-directory in the rest of the file.
20059 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20060 (flymake-replace-region): Remove unused arg `buffer'.
20061 (flymake-check-patch-master-file-buffer): Update calls to it.
20062 (flymake-add-err-info): Remove unused var `count'.
20063 (flymake-mode): Use define-minor-mode.
20064
20065 * progmodes/flymake.el: Use with-current-buffer.
20066 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20067 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20068 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20069 Avoid testing for `xemacs'.
20070 (flymake-nop): Move.
20071 (flymake-region-has-flymake-overlays): Return the computed value.
20072 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20073 Remove unused var `endline'.
20074 (flymake-get-line-count): Remove unused function.
20075 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20076
20077 * emulation/vi.el:
20078 * generic.el:
20079 * hilit-chg.el (global-highlight-changes):
20080 * hi-lock.el (hi-lock-mode):
20081 * follow.el: find-file-hooks -> find-file-hook.
20082
20083 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20084
20085 2005-03-24 Juri Linkov <juri@jurta.org>
20086
20087 * dired.el (dired-mode-map): Add menu item "Compare directories"
20088 for dired-compare-directories.
20089
20090 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20091 Doc fix. Replace `read-file-name' with `read-directory-name'.
20092
20093 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20094
20095 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20096
20097 2005-03-24 Jay Belanger <belanger@truman.edu>
20098
20099 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20100 relevant mode settings in calc-embedded-original-modes when modes
20101 are permanently changed.
20102
20103 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20104
20105 * autoinsert.el: find-file-hooks -> find-file-hook.
20106
20107 2005-03-24 Lute Kamstra <lute@gnu.org>
20108
20109 * generic.el (generic-font-lock-defaults): Make it obsolete.
20110 (generic-font-lock-keywords): New variable to replace
20111 generic-font-lock-defaults.
20112 (generic-mode-set-font-lock): Delete it.
20113 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20114 (generic-bracket-support): Add docstring.
20115
20116 * generic-x.el: Rename generic-font-lock-defaults to
20117 generic-font-lock-keywords throughout.
20118 (mailagent-rules-setup-function): Delete it.
20119 (mailagent-rules-generic-mode): Use anonymous function instead.
20120 (show-tabs-generic-mode-font-lock-defaults-1)
20121 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20122 Quote faces.
20123 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20124 not foreground.
20125
20126 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20127 Recognize define-generic-mode.
20128
20129 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20130
20131 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20132 if there's no completion table.
20133
20134 2005-03-23 Miles Bader <miles@gnu.org>
20135
20136 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20137 Remove tty-specific variants, as they're no longer needed.
20138
20139 2005-03-23 Lute Kamstra <lute@gnu.org>
20140
20141 * generic-x.el: Code cleanup: make args constant whenever possible.
20142 (installshield-statement-keyword-list)
20143 (installshield-system-functions-list)
20144 (installshield-system-variables-list, installshield-types-list)
20145 (installshield-funarg-constants-list): Make them constants.
20146
20147 * generic.el (generic-make-keywords-list): Add autoload cookie.
20148
20149 * calendar/time-date.el: Add comment on time value formats.
20150 Don't require parse-time.
20151 (with-decoded-time-value): New macro.
20152 (encode-time-value): New function.
20153 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20154 (days-to-time): Return a valid time value when arg is huge.
20155 (time-since): Use time-subtract.
20156 (time-to-number-of-days): Use time-to-seconds.
20157
20158 2005-03-23 David Ponce <david@dponce.com>
20159
20160 * recentf.el (recentf-keep): New option.
20161 (recentf-menu-action): Default to `find-file'.
20162 (recentf-keep-non-readable-files-flag)
20163 (recentf-keep-non-readable-files-p)
20164 (recentf-file-readable-p, recentf-find-file)
20165 (recentf-cleanup-remote): Remove.
20166 (recentf-include-p): More robust.
20167 (recentf-keep-p): New function.
20168 (recentf-remove-if-non-kept): Rename from
20169 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20170 All callers updated.
20171 (recentf-menu-items-for-commands): Fix help string.
20172 (recentf-track-closed-file): Update. Doc fix.
20173 (recentf-cleanup): Update. Count removed files. Doc fix.
20174
20175 2005-03-23 Kim F. Storm <storm@cua.dk>
20176
20177 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20178 Don't inherit from fringe face (now happens automatically).
20179
20180 2005-03-22 Kim F. Storm <storm@cua.dk>
20181
20182 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20183 position values.
20184
20185 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20186
20187 * menu-bar.el (showhide-date-time): Remove.
20188 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20189 (menu-bar-make-mm-toggle): Simplify.
20190
20191 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20192
20193 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20194 Accept qualified variable and function names.
20195
20196 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20197
20198 * bindings.el (completion-ignored-extensions):
20199 Remove ".lis" for `vax-vms'.
20200
20201 2005-03-22 Andreas Schwab <schwab@suse.de>
20202
20203 * generic-x.el: Revert last change.
20204 * ldefs-boot.el: Update.
20205
20206 2005-03-22 Jay Belanger <belanger@truman.edu>
20207
20208 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20209 (calc-embedded-save-original-modes)
20210 (calc-embedded-restore-original-modes): New functions.
20211 (calc-do-embedded): Save original modes when entering embedded mode
20212 and restore when leaving embedded mode.
20213 (calc-embedded-modes-change): Change the value of
20214 calc-embedded-original-modes to reflect permanent changes.
20215
20216 2005-03-22 Lute Kamstra <lute@gnu.org>
20217
20218 * generic-x.el: Require generic again.
20219
20220 2005-03-22 Miles Bader <miles@gnu.org>
20221
20222 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20223 Tweak details to look good on both ttys and bitmap displays, light
20224 or dark background, etc.
20225
20226 2005-03-21 Kim F. Storm <storm@cua.dk>
20227
20228 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20229 mouse position.
20230
20231 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20232
20233 * icomplete.el: Don't forcibly turn on the mode upon load.
20234 (icomplete-mode): Use define-minor-mode.
20235 (icomplete-eoinput): Default to nil.
20236 (icomplete-minibuffer-setup): Remove autoload.
20237 (icomplete-tidy): Simplify.
20238 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20239 in the initial state or if the user has modified the field.
20240 Fix handling of icomplete-max-delay-chars.
20241 Remove code that handles the oddball case where
20242 minibuffer-completion-table is an integer.
20243 Wrap icomplete-completions in while-no-input in case building
20244 completions takes more time than expected.
20245 (icomplete-completions): Simplify.
20246
20247 2005-03-21 Richard M. Stallman <rms@gnu.org>
20248
20249 * jka-compr.el (jka-compr-really-do-compress):
20250 Make variable buffer-local.
20251
20252 * image-mode.el: Handle .xpm files too.
20253 (image-toggle-display): Preserve modification flag.
20254
20255 * help.el (where-is): Don't mention aliases with no key bindings.
20256
20257 2005-03-21 Lute Kamstra <lute@gnu.org>
20258
20259 * generic.el: Fix commentary section. Don't require cl for
20260 compilation.
20261 (generic-mode-list): Add autoload cookie.
20262 (generic-use-find-file-hook, generic-lines-to-scan)
20263 (generic-find-file-regexp, generic-ignore-files-regexp)
20264 (generic-mode, generic-mode-find-file-hook)
20265 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20266 (define-generic-mode): Make it a defmacro. Fix docstring.
20267 (generic-mode-internal): Code cleanup. Add autoload cookie.
20268 (generic-mode-set-comments): Code cleanup.
20269 * generic-x.el: Don't prevent compilation. Don't require generic.
20270 Follow coding conventions. Minor code cleanup.
20271 (etc-fstab-generic-mode): Add some keywords.
20272 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20273 define-generic-mode like a function declaration.
20274
20275 2005-03-21 Jay Belanger <belanger@truman.edu>
20276
20277 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20278 changing modes.
20279
20280 2005-03-21 Sam Steingold <sds@gnu.org>
20281
20282 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20283
20284 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20285
20286 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20287 Add underscore to "f$ lexicals" regexp.
20288
20289 2005-03-20 Juri Linkov <juri@jurta.org>
20290
20291 * subr.el (progress-reporter-do-update): When `min-value' is equal
20292 to `max-value', set `percentage' to 0 and prevent division by zero.
20293
20294 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20295
20296 Sync with Tramp 2.0.48.
20297
20298 * net/tramp.el (all): Change all addresses to .gnu.org.
20299 (tramp-append-tramp-buffers): New defun.
20300 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20301 Catch `dont-send' signal.
20302 (tramp-set-auto-save-file-modes): Set always permissions, because
20303 there might be an old auto-saved file belonging to another
20304 original file. This could be a security threat. Reported by
20305 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20306 Check for Emacs 21.3.50 removed.
20307
20308 * net/tramp-smb.el (all): Remove debug construct for
20309 `with-parsed-tramp-file-name'.
20310 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20311 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20312 No error message if DIRECTORY or FILENAME doesn't exist.
20313 (tramp-smb-open-connection): Check existence of
20314 `tramp-smb-program'.
20315
20316 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20317
20318 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20319 Properly handle the case where the `m' or `s' command's argument is not
20320 yet terminated.
20321 (perl-indent-new-calculate): New function.
20322 (perl-indent-line): Use it.
20323
20324 2005-03-20 Miles Bader <miles@gnu.org>
20325
20326 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20327 in text-mode too. Change to new face names.
20328 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20329 Add `:weight bold' attribute.
20330 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20331
20332 2005-03-19 Juri Linkov <juri@jurta.org>
20333
20334 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20335
20336 * international/mule.el (auto-coding-alist): Sync with
20337 `auto-mode-alist' by adding upper case archive file extensions
20338 and adding ear/war to jar extension.
20339
20340 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20341
20342 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20343 running, restart it.
20344
20345 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20346
20347 * finder.el (finder-current-item): Throw an error on an empty line.
20348
20349 * man.el (Man-follow-manual-reference): If current-word returns
20350 nil, use "".
20351
20352 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20353
20354 * simple.el (goto-line): Doc fix.
20355
20356 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20357
20358 * files.el (save-buffer): Doc fix.
20359
20360 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20361
20362 * recentf.el (recentf-cleanup-remote): New variable.
20363 (recentf-cleanup): Use it to conditionally check availability of
20364 remote files.
20365
20366 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20367
20368 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20369 function names.
20370
20371 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20372
20373 * language/thai-word.el: New file.
20374
20375 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20376
20377 * files.el (backup-buffer): If the file's directory is not
20378 writable, use copy instead of move to backup the file.
20379
20380 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20381
20382 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20383
20384 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20385
20386 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20387 Use functionp instead of symbolp and fboundp. Reported by Drkm
20388 <darkman_spam@yahoo.fr>.
20389 (ps-print-version): New version 6.6.6.
20390
20391 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20392
20393 * textmodes/table.el (table--line-column-position): New idiom.
20394 (table--row-column-insertion-point-p): New function to test
20395 validity of row and column insertion operation at a location.
20396 (table-global-menu, table-cell-menu): Use above functions for
20397 deterministic test operation.
20398 (table--editable-cell-p): Behave in deterministic fashion.
20399
20400 2005-03-18 Juri Linkov <juri@jurta.org>
20401
20402 * isearch.el (isearch-lazy-highlight-new-loop):
20403 Make arguments beg and end optional.
20404 (isearch-update): Remove optional arguments nil from
20405 isearch-lazy-highlight-new-loop.
20406 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20407 isearch-lazy-highlight-case-fold-search instead of
20408 isearch-case-fold-search, and let-bind isearch-regexp to
20409 isearch-lazy-highlight-regexp.
20410 Use isearch-lazy-highlight-last-string instead of isearch-string.
20411
20412 * replace.el (perform-replace): Remove bindings of global
20413 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20414 Add three new arguments to `replace-highlight'.
20415 (replace-highlight): Add arguments string, regexp, case-fold.
20416 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20417 to allow isearch-lazy-highlight-new-loop to use these values
20418 to set corresponding isearch-lazy-highlight-* internal
20419 variables whose values lazy highlighting will use regardless of
20420 changes to global variables isearch-string, isearch-regexp,
20421 isearch-case-fold-search during lazy highlighting loop.
20422 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20423 to `lazy-highlight-cleanup'.
20424
20425 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20426 (ispell-highlight-face): Set default face to `isearch' when
20427 lazy highlighting is enabled.
20428 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20429 priority to 1. Add lazy highlighting.
20430 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20431 from `isearch-dehighlight'.
20432
20433 2005-03-18 David Ponce <david@dponce.com>
20434
20435 * files.el (hack-local-variables): Do a case-insensitive search
20436 for End.
20437
20438 2005-03-18 Juri Linkov <juri@jurta.org>
20439
20440 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20441 `isearch-lazy-highlight-cleanup', add alias to old name and
20442 declare obsolete. Add release numbers to other obsolete vars.
20443 (isearch-done, isearch-lazy-highlight-new-loop):
20444 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20445 (lazy-highlight-cleanup) <variable>: Doc fix.
20446 (isearch-lazy-highlight-update): Rename obsolete
20447 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20448
20449 2005-03-18 Kenichi Handa <handa@m17n.org>
20450
20451 * language/thai-util.el: Fix categorization of Thai characters in
20452 thai-category-table.
20453 (thai-composition-pattern): Adjust it for the above change.
20454 (thai-self-insert-command, thai-compose-syllable): New functions.
20455 (thai-compose-region): Use thai-compose-syllable.
20456 (thai-compose-string): Likewise.
20457 (thai-composition-function): Likewise.
20458 (thai-auto-composition): New function.
20459 (thai-auto-composition-mode): New minor mode.
20460
20461 * language/thai.el: Fix patterns to be registered in
20462 composition-function-table.
20463
20464 * international/quail.el (quail-input-method): Locally bind
20465 inhibit-modification-hooks to t.
20466
20467 2005-03-17 Richard M. Stallman <rms@gnu.org>
20468
20469 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20470 (perl-mode): Use run-mode-hooks.
20471
20472 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20473 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20474 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20475
20476 * mail/sendmail.el (sendmail-send-it): Reenable the code
20477 to compute resend-to-address and use it.
20478
20479 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20480
20481 * image-mode.el: New file.
20482
20483 * image.el (insert-sliced-image): Add autoload cookie.
20484
20485 * font-lock.el (font-lock-lines-before): New user option.
20486 (font-lock-after-change-function): Obey it.
20487
20488 * bindings.el (esc-map): Make M-g a prefix.
20489 Bind M-g g and M-g M-g to goto-line.
20490
20491 * faces.el (face-id): Doc fix.
20492
20493 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20494
20495 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20496 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20497 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20498
20499 * mail/sendmail.el (mail-yank-ignored-headers)
20500 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20501 Add Mail-Followup-To and Mail-Reply-To headers.
20502 (mail-citation-hook): Add autoload cookie.
20503 (mail-mode): Doc fix.
20504 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20505 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20506 (mail-mode-fill-paragraph): Handle those headers.
20507 (mail-mailing-lists): New variable.
20508 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20509
20510 2005-03-17 Juri Linkov <juri@jurta.org>
20511
20512 * isearch.el (isearch-fallback): Check for `(car previous)'
20513 before calling `isearch-other-end-state'.
20514
20515 2005-03-17 Kim F. Storm <storm@cua.dk>
20516
20517 * simple.el (move-beginning-of-line): Move to beginning of buffer
20518 line, as well as beginning of screen line.
20519
20520 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20521
20522 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20523 argument REDRAW rather than calendar-redrawing variable.
20524 * calendar/calendar.el (calendar-redrawing): Delete.
20525 (redraw-calendar): Do not bind calendar-redrawing.
20526
20527 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20528
20529 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20530 diary-file buffer.
20531
20532 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20533
20534 * help.el (describe-mode): Allow a :minor-mode-function property to
20535 specify a different minor mode toggle function than the variable.
20536 * simple.el (auto-fill-function):
20537 * subr.el (add-minor-mode): Use it.
20538
20539 2005-03-16 Kenichi Handa <handa@m17n.org>
20540
20541 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20542 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20543 (ethio-fidel-to-sera-buffer): Likewise.
20544
20545 2005-03-16 Juri Linkov <juri@jurta.org>
20546
20547 * emacs-lisp/find-func.el (find-function-regexp):
20548 Add defun-emitting macro `menu-bar-make-toggle'.
20549
20550 * isearch.el: Put `isearch-scroll' property to
20551 `split-window-horizontally'.
20552
20553 * info.el: Update error messages for `debug-ignored-errors'.
20554 (Info-isearch-search): Doc fix.
20555 (Info-find-node): Move up code to go into info buffer before
20556 recording the node to the history.
20557 (Info-fontify-node): Fontify titles only if the next line
20558 has two or more `*', `=', `-', `.'.
20559 Display "go to this node" for empty (match-string 3).
20560
20561 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20562
20563 * term/mac-win.el: Add mouse pointer shape constants.
20564
20565 2005-03-15 Kim F. Storm <storm@cua.dk>
20566
20567 * simple.el (move-beginning-of-line): Use vertical-motion.
20568
20569 2005-03-15 Juri Linkov <juri@jurta.org>
20570
20571 * isearch.el (isearch-error): New variable.
20572 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20573 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20574 (isearch-within-brackets-state): Remove.
20575 (isearch-case-fold-search-state, isearch-pop-fun-state):
20576 Decrease frame index.
20577 (isearch-mode, isearch-top-state, isearch-push-state)
20578 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20579 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20580 (isearch-search, isearch-lazy-highlight-new-loop):
20581 Replace `isearch-invalid-regexp' with `isearch-error'.
20582 Remove `isearch-within-brackets'.
20583 (isearch-search): Add `search-failed' handler to `condition-case'.
20584 (isearch-lazy-highlight-search): Add `condition-case' to catch
20585 errors and allow `isearch-lazy-highlight-update' to try
20586 highlighting from the beginning of the window.
20587 (isearch-repeat): Move up code to set isearch-wrapped to t
20588 before calling isearch-wrap-function.
20589
20590 * info.el (Info-isearch-initial-node): New internal variable.
20591 (Info-search): Signal an error in isearch mode when search leaves
20592 the initial node. Signal an error when `bound' is non-nil and
20593 nothing was found in the current subfile.
20594 (Info-isearch-search): Remove `condition-case'.
20595 (Info-isearch-wrap): Don't wrap when search failed during leaving
20596 the initial node. If `Info-isearch-search' is nil, wrap around
20597 the current node.
20598 (Info-isearch-start): New fun.
20599 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20600 `isearch-mode-hook'.
20601
20602 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20603
20604 * simple.el (normal-erase-is-backspace): Set default to t if
20605 running on Mac.
20606
20607 * term/mac-win.el (function-key-map): Sync with x-win.el.
20608
20609 2005-03-15 Kenichi Handa <handa@m17n.org>
20610
20611 * international/mule-cmds.el (locale-language-names): Modify the
20612 format of elements and add more entries.
20613 (locale-preferred-coding-systems): Add more entries.
20614 (set-locale-environment): Adjust for the change of
20615 locale-language-names.
20616
20617 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20618
20619 * pcvs.el (smerge-ediff): Remove bogus autoload.
20620
20621 2005-03-14 Lute Kamstra <lute@gnu.org>
20622
20623 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20624 Ignore a `*' at the beginning of a line.
20625
20626 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20627 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20628 subr.el.
20629 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20630 to specify indentation.
20631
20632 * generic.el (define-generic-mode): Let generic-mode-list be a
20633 list of strings; test membership with equal.
20634
20635 2005-03-14 Kim F. Storm <storm@cua.dk>
20636
20637 * simple.el (next-line, previous-line): Add optional try-vscroll
20638 arg to recognize interactive use. Pass it on to line-move.
20639 (line-move): Don't perform auto-window-vscroll when defining or
20640 executing keyboard macro to ensure consistent behavior.
20641
20642 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20643
20644 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20645
20646 2005-03-13 Lute Kamstra <lute@gnu.org>
20647
20648 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20649 debugger-setup-buffer so that backtrace marks the frames set to
20650 debug-on-exit and we don't have to do it manually. Set an extra
20651 debug-on-exit for macro's.
20652 (debugger-setup-buffer): Don't mark the top frame manually.
20653
20654 2005-03-12 Lute Kamstra <lute@gnu.org>
20655
20656 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20657 lisp-indent-function throughout.
20658 (with-no-warnings): Set lisp-indent-function property.
20659
20660 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
20661
20662 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20663 Add entry for backslash.
20664
20665 2005-03-12 Juri Linkov <juri@jurta.org>
20666
20667 * info.el (Info-search): Four fixes for backward search.
20668
20669 2005-03-11 Jay Belanger <belanger@truman.edu>
20670
20671 * calc/calc.el (calc-language-alist): New variable.
20672 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20673 (calc-embedded-find-modes): Use calc-language-alist instead of
20674 calc-embedded-language-alist.
20675
20676 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20677
20678 * calendar/calendar.el (calendar-redrawing): New internal
20679 variable.
20680 (redraw-calendar): Remove bogus save-excursion from previous
20681 change. Bind calendar-redrawing to t for mark-diary-entries.
20682 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20683 calendar if that is why we were called.
20684
20685 2005-03-11 Kenichi Handa <handa@m17n.org>
20686
20687 * international/mule.el (make-coding-system): Set property
20688 coding-system-define-form to nil.
20689 (define-coding-system-alias): Likewise.
20690
20691 2005-03-11 Kenichi Handa <handa@m17n.org>
20692
20693 These changes are suggested by Dave Love <fx@gnu.org>.
20694
20695 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20696 coding: tag.
20697 (adaptive-fill-regexp): Add more bullets.
20698 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20699 regexps.
20700
20701 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20702
20703 * help.el (describe-mode): Properly handle non-trivial lighters.
20704 Don't ignore minor modes that are not listed in minor-mode-list.
20705
20706 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20707 feature ON when the user requests to turn it OFF.
20708
20709 2005-03-10 Lute Kamstra <lute@gnu.org>
20710
20711 * emacs-lisp/debug.el (debug-entry-code): Delete it.
20712 (implement-debug-on-entry): New function to replace debug-entry-code.
20713 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
20714 second argument as the 2005-03-07 change makes it obsolete.
20715 (debug-on-entry, cancel-debug-on-entry): Update call to
20716 debug-on-entry-1.
20717 (debug, debugger-setup-buffer): Comment update.
20718 (debugger-frame-number): Update to work with implement-debug-on-entry.
20719
20720 2005-03-10 Jay Belanger <belanger@truman.edu>
20721
20722 * calc/calc-embed.el (math-ms-args): Declare it.
20723 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20724 math-ms-args.
20725 (calc-embedded-subst): Use math-multi-subst-rec to substitute
20726 variables.
20727
20728 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
20729
20730 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20731 Use message-box.
20732
20733 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20734 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20735 (tooltip-gud-tips): Simplify.
20736 (tooltip-gud-tips-p): Remove superfluous :set.
20737 (tooltip-gud-modes): Add fortran-mode.
20738 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20739
20740 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20741
20742 2005-03-09 Kim F. Storm <storm@cua.dk>
20743
20744 * play/animate.el (animate-place-char): Use forward-line instead
20745 of next-line to improve performance.
20746
20747 2005-03-09 Simon Josefsson <jas@extundo.com>
20748
20749 * net/browse-url.el (browse-url-default-browser): Doc fix.
20750
20751 2005-03-09 Miles Bader <miles@gnu.org>
20752
20753 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20754 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20755
20756 2005-03-09 Kenichi Handa <handa@m17n.org>
20757
20758 * international/latin-1.el: Set case and syntax for 255 only if
20759 set-case-syntax-set-multibyte is nil.
20760
20761 * textmodes/ispell.el (ispell-insert-word): New function.
20762 (ispell-word): Use ispell-insert-word to insert a new word.
20763 (ispell-process-line): Likewise.
20764 (ispell-complete-word): Likewise.
20765
20766 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
20767
20768 * calendar/calendar.el (redraw-calendar): Preserve point.
20769 Reported by Matt Hodges <MPHodges@member.fsf.org>.
20770 (calendar-week-start-day): Move after definition of
20771 redraw-calendar. Delete buffer test, since redraw-calendar has
20772 that now.
20773
20774 * calendar/diary-lib.el (mark-diary-entries): Only call
20775 redraw-calendar in the first of any recursive calls.
20776 Reported by Alan Shutko <ats@acm.org>.
20777
20778 2005-03-08 Juri Linkov <juri@jurta.org>
20779
20780 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20781 (html-horizontal-rule, html-line, html-image, html-checkboxes)
20782 (html-radio-buttons): Add a space before the trailing `/>' where
20783 sgml-xml-mode is non-nil.
20784 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20785 the subsequent tag of the empty XML tag.
20786 (html-href-anchor): Don't set initial input to "http:".
20787 (html-image): Ask for the image URL and set point inside alt="".
20788 (html-name-anchor): Duplicate the name in the `id' attribute when
20789 sgml-xml-mode is non-nil.
20790 (html-paragraph): Remove \n before <p>.
20791 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20792 instead of `checked' when sgml-xml-mode is non-nil.
20793
20794 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20795 Remove 1 space before #RRGGBB to not truncate it on terminal
20796 windows w/o fringes. Remove 1 space between bg and fg examples
20797 to get more space.
20798 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20799 avoid byte-compile warnings.
20800
20801 * image-file.el (image-file-handler): Put `safe-magic' property to
20802 `image-file-handler'.
20803
20804 * info.el (Info-isearch-search): Emulate word search in
20805 isearching through multiple Info nodes with Info-search.
20806 (Info-isearch-wrap): Allow isearch-word.
20807
20808 2005-03-08 Lute Kamstra <lute@gnu.org>
20809
20810 * emacs-lisp/debug.el (debugger-step-through): Make sure that
20811 stepping into the debugger's code is not possible.
20812 (debugger-jumping-flag): Docstring update.
20813
20814 2005-03-08 Jay Belanger <belanger@truman.edu>
20815
20816 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20817 embedded mode begins.
20818 (calc-embedded-language-alist): New variable.
20819 (calc-embedded-find-modes): Use calc-embedded-language-alist to
20820 set default language mode.
20821
20822 2005-03-08 Kenichi Handa <handa@m17n.org>
20823
20824 * international/ccl.el (define-ccl-program): Fix docstring about
20825 extra 256 bytes assured for the output buffer.
20826
20827 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20828 Fix BUFFER_MAGNIFICATION to 2.
20829 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20830
20831 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
20832
20833 * align.el (align-rules-list): Added an alignment rule for CSS
20834 declarations (applies to css-mode and html-mode buffers).
20835
20836 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20837
20838 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20839
20840 2005-03-07 Kim F. Storm <storm@cua.dk>
20841
20842 * simple.el (move-beginning-of-line): New command.
20843
20844 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20845
20846 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20847
20848 * emulation/cua-base.el: Put CUA move property on move-end-of-line
20849 and move-beginning-of-line.
20850
20851 * apropos.el (apropos-print): Omit command from M-x ... RET.
20852
20853 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
20854
20855 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20856 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20857
20858 2005-03-06 Richard M. Stallman <rms@gnu.org>
20859
20860 * bindings.el (esc-map): Bind M-g to goto-line.
20861
20862 * facemenu.el (global-map): Bind M-o, not M-g.
20863
20864 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20865
20866 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20867 "Open Directory" as for "Open File".
20868
20869 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
20870
20871 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
20872 (push-mark-command): Run activate-mark-hook.
20873
20874 2005-03-06 Richard M. Stallman <rms@gnu.org>
20875
20876 * help-mode.el (help-mode-finish): Don't alter the element
20877 in view-return-to-alist if there already is one.
20878
20879 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
20880 make sure the current buffer is the expected one.
20881
20882 * novice.el (disabled-command-function): Output in *Disabled Command*.
20883 Explicitly ignore non-keyboard events, and explicitly handle C-g.
20884
20885 * textmodes/flyspell.el (flyspell-large-region):
20886 Pass args differently for aspell.
20887
20888 * files.el (mode-require-final-newline): Doc fix.
20889
20890 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20891
20892 * progmodes/which-func.el (which-function):
20893 Specify NOERROR when calling imenu--make-index-alist.
20894
20895 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
20896
20897 * simple.el (normal-erase-is-backspace): Define default value.
20898
20899 * custom.el (custom-theme-set-variables): Remove unused var
20900 `immediate'.
20901 (custom-reevaluate-setting): Simple function to handle variables
20902 that are defined before their default value can really be
20903 computed.
20904
20905 * startup.el (command-line): Use it for temporary-file-directory,
20906 small-emporary-file-directory, auto-save-file-name-transforms,
20907 blink-cursor-mode, and normal-erase-is-backspace.
20908
20909 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
20910 progress, even with buggy anchored keywords.
20911
20912 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
20913
20914 * simple.el (goto-line): Remove unbalanced final parenthesis.
20915
20916 2005-03-05 Richard M. Stallman <rms@gnu.org>
20917
20918 * simple.el (goto-line): Use a number at point as the default.
20919 With C-u as arg, switch buffers.
20920
20921 2005-03-05 Juri Linkov <juri@jurta.org>
20922
20923 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
20924 with `no-blinking-cursor'.
20925
20926 * startup.el (no-blinking-cursor): New defvar.
20927 (command-line): Add `--no-blinking-cursor' to longopts.
20928 Set `no-blinking-cursor' to t for command line arguments
20929 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
20930 with `no-blinking-cursor' in the condition for calling
20931 `blink-cursor-mode'.
20932
20933 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
20934
20935 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
20936 (menu-bar-options-save): Add blink-cursor-mode.
20937 (menu-bar-options-menu): Add blink-cursor-mode.
20938
20939 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
20940
20941 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
20942 (icalendar-export-file, icalendar-export-region)
20943 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
20944 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
20945
20946 2005-03-04 Lute Kamstra <lute@gnu.org>
20947
20948 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
20949 (debug-function-list): Ditto.
20950
20951 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
20952
20953 * textmodes/texinfmt.el (texinfo-append-refill):
20954 Redefine the types of line to which @refill
20955 is not appended by replacing a search for `@refill\\|@bye' with
20956 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
20957 itemize@refill' bug and the unfilled long lines bug.
20958 (texinfmt-version): Update number and date.
20959
20960 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
20961
20962 * international/code-pages.el (windows-1250, windows-125[2-8])
20963 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
20964
20965 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
20966
20967 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
20968 bound yet.
20969
20970 2005-03-02 Romain Francoise <romain@orebokech.com>
20971
20972 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
20973 buffer after removing limits.
20974 (ibuffer-pop-filter): Ditto.
20975 Update copyright.
20976
20977 2005-03-02 Miles Bader <miles@gnu.org>
20978
20979 * button.el (make-text-button): If the user doesn't specify a
20980 type, use the default. Rewrite to use `add-text-properties' and
20981 plist functions.
20982
20983 2005-03-01 Lute Kamstra <lute@gnu.org>
20984
20985 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
20986 (debugger-jumping-flag): New var.
20987 (debug-entry-code): Use it.
20988 (debugger-jump): Use debugger-jumping-flag and add
20989 debugger-reenable to post-command-hook.
20990 (debugger-reenable): Use debugger-jumping-flag and remove itself
20991 from post-command-hook.
20992 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
20993 debugger-reenable.
20994
20995 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
20996
20997 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
20998 inclusion of "itemize\\|", which may be unnecessary, is certainly
20999 inelegant, and stops refilling in itemize lists when formatting
21000 Japanese Texinfo files to Info.
21001 Update copyright to 2005.
21002
21003 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
21004
21005 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21006 of an error if GDB can't find the source file.
21007
21008 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21009
21010 * calendar/calendar.el (redraw-calendar): Work from any buffer,
21011 not just the calendar.
21012
21013 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21014 first.
21015 (diary-redraw-calendar): New function.
21016 (make-diary-entry): Add diary-redraw-calendar to local
21017 write-contents-functions. Turn off selective display before
21018 inserting in diary.
21019
21020 2005-03-01 Kim F. Storm <storm@cua.dk>
21021
21022 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21023
21024 2005-03-01 Lute Kamstra <lute@gnu.org>
21025
21026 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21027 that debug-entry-code can be safely removed from a function while
21028 this code is being evaluated. Revert the 2005-02-27 change as the
21029 new implementation no longer requires it. Make sure that a
21030 function body containing just a string is not mistaken for a docstring.
21031 (debug): Skip one more frame in case of debug on entry.
21032 (debugger-setup-buffer): Delete one more frame line in case of
21033 debug on entry.
21034 (debugger-frame-number): Update to use the new text introduced by
21035 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21036
21037 2005-02-28 Kim F. Storm <storm@cua.dk>
21038
21039 * double.el (double-translate-key): Call force-window-update after
21040 read-event to avoid crash in redisplay.
21041
21042 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21043
21044 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21045 (debug): Use it. Move the inhibit-trace earlier.
21046 (debug-entry-code): New const.
21047 (debug-on-entry-1): Use it.
21048
21049 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21050
21051 * international/utf-16.el (ccl-encode-mule-utf-16le):
21052 Fix BUFFER_MAGNIFICATION to 2.
21053 (ccl-encode-mule-utf-16be): Likewise.
21054
21055 2005-02-28 Kenichi Handa <handa@m17n.org>
21056
21057 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21058 Fix BUFFER_MAGNIFICATION to 4.
21059 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21060
21061 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21062
21063 * speedbar.el (speedbar-update-flag): Doc fix.
21064 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21065 argument.
21066
21067 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21068
21069 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21070 have a non-nil `invisible' property but are actually visible.
21071
21072 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21073 for perldoc sections.
21074 (perl-outline-regexp, perl-outline-level): New var and function.
21075 (perl-mode): Use them.
21076
21077 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21078
21079 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21080 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21081
21082 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21083
21084 * cus-edit.el: Comment change.
21085 (custom-buffer-create-internal): Slightly reword text at top of
21086 Custom buffers. Mention there that saving an option edits the
21087 init file. Add link to Emacs manual node on `custom-file'.
21088 (custom-magic-alist): Rewrite individual State messages to use
21089 capitalized keywords. Doc fix.
21090
21091 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21092
21093 * calendar/calendar.el (calendar-buffer): Move above
21094 calendar-week-start-day.
21095 (calendar-week-start-day): Doc fix. Add :set function.
21096 (calendar-minimum-window-height): New variable.
21097 (generate-calendar-window): Only resize window if selected-window
21098 is displaying the calendar buffer. Use new variable
21099 calendar-minimum-window-height.
21100 (generate-calendar): Reword error message.
21101 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21102
21103 2005-02-27 Andreas Schwab <schwab@suse.de>
21104
21105 * vc.el (vc-do-command): Don't run command asynchronously when
21106 operating in a remote directory.
21107
21108 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21109 change from sync with Tramp 2.0.47.
21110
21111 2005-02-27 Richard M. Stallman <rms@gnu.org>
21112
21113 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21114
21115 * textmodes/flyspell.el (flyspell-mode-on):
21116 Call ispell-change-dictionary only if necessary.
21117
21118 * emacs-lisp/re-builder.el (regexp-builder): New function.
21119
21120 * register.el (describe-register-1): Explicitly handle
21121 yank-excluded-properties = t.
21122
21123 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21124 (custom-magic-alist): Change the status descriptions again.
21125 (face widget-type): Total rewrite based on `restricted-sexp'
21126 to eliminate the confusing double hiding levels.
21127
21128 * emacs-lisp/debug.el (debug-on-entry-1):
21129 If function body is empty, add nil as body form.
21130
21131 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21132
21133 * emacs-lisp/trace.el (inhibit-trace): New var.
21134 (trace-make-advice): Use it.
21135
21136 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21137
21138 2005-02-26 Kim F. Storm <storm@cua.dk>
21139
21140 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21141 (mouse-on-link-p, mouse-drag-region-1): Use it.
21142
21143 2005-02-25 Lute Kamstra <lute@gnu.org>
21144
21145 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21146
21147 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21148
21149 * frame.el (blink-cursor-mode): Add :group keyword.
21150
21151 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21152
21153 * calendar/icalendar.el (icalendar--decode-isodatetime):
21154 New optional argument DAY-SHIFT.
21155 (icalendar-export-region): Fix coding-system-for-write.
21156 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21157 events by one.
21158
21159 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21160
21161 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21162
21163 2005-02-24 Kim F. Storm <storm@cua.dk>
21164
21165 * international/iso-acc.el (iso-accents-compose): Fix crash
21166 during redisplay. Call force-window-update after read-event
21167 and delete-region to signal that window is not accurate.
21168
21169 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21170
21171 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21172 Remove unused and inexistent var `inhibit-trace'.
21173 (debugger-mode): Use run-mode-hooks.
21174 (debugger-list-functions): Add buttons; setup xref stack.
21175
21176 2005-02-23 Richard M. Stallman <rms@gnu.org>
21177
21178 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21179 appointment says it was explicitly made.
21180 (appt-add): Set the 3rd element.
21181 (appt-make-list): Preserve explicit appointments.
21182
21183 * subr.el (find-tag-default): Catch errors in forward-sexp.
21184
21185 2005-02-23 Juri Linkov <juri@jurta.org>
21186
21187 * info.el (Info-isearch-search): New defcustom.
21188 (Info-isearch-search): Call the default isearch function
21189 when Info-isearch-search is nil.
21190 (Info-isearch-wrap): Use variable Info-isearch-search.
21191
21192 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21193
21194 * cus-edit.el: Comment change.
21195
21196 2005-02-22 Kim F. Storm <storm@cua.dk>
21197
21198 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21199 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21200
21201 2005-02-22 Simon Josefsson <jas@extundo.com>
21202
21203 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21204 New variable.
21205 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21206 Oskarsson" <myrkraverk@users.sourceforget.net>.
21207
21208 2005-02-22 Kim F. Storm <storm@cua.dk>
21209
21210 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21211 check that window of that event is the selected window.
21212 (mouse-drag-region-1): Compare mouse event window to selected
21213 window before setting point.
21214
21215 * tooltip.el (tooltip-show-help-function): Pass event to
21216 mouse-on-link-p so it can check selected window.
21217
21218 2005-02-22 Kenichi Handa <handa@m17n.org>
21219
21220 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21221 (ps-mule-show-warning): New function.
21222 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21223 characters are found.
21224
21225 * ps-print.el (ps-header-footer-string): Return a list of header
21226 and footer strings.
21227
21228 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21229
21230 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21231
21232 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21233
21234 * frame.el (blink-cursor-mode): Use define-minor-mode.
21235
21236 * term/mac-win.el (function-key-map): Use char-names more consistently.
21237 (file-name-coding-system): Only set it for MacOS-9. The other case is
21238 already handled in mule-cmds.el (where it also works when mac-win.el
21239 is not used).
21240
21241 2005-02-21 Kenichi Handa <handa@m17n.org>
21242
21243 * international/mule.el (ctext-pre-write-conversion): Always use
21244 " *code-converting-work*" buffer for work.
21245
21246 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21247
21248 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21249
21250 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21251
21252 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21253
21254 * ses.el (undo-more): Restore defadvice, but only the part that
21255 allows changes outside the restricted area of the buffer.
21256
21257 2005-02-20 Kim F. Storm <storm@cua.dk>
21258
21259 * simple.el (line-move): Add fourth optional arg try-vscroll which
21260 must be set to perform auto-window-vscroll.
21261 When moving backwards and doing auto-window-vscroll, automatically
21262 vscroll to the last part of lines which are taller than the window.
21263 (next-line, previous-line): Set try-vscroll arg on line-move.
21264
21265 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21266
21267 * replace.el (query-replace, query-replace-regexp)
21268 (replace-string, replace-regexp): When operating on region, make
21269 the minibuffer prompt say so.
21270
21271 * isearch.el (isearch-forward): Document isearch-query-replace and
21272 isearch-query-replace-regexp keybindings.
21273
21274 2005-02-19 Jay Belanger <belanger@truman.edu>
21275
21276 * calc/calc-aent.el (math-read-token): Add local variable.
21277
21278 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21279 (calc-edit-top): Move declaration to earlier in file.
21280 (calc-edit-macro-repeats): Add local variables.
21281
21282 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21283 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21284 calcFunc-tanh.
21285 Adjust integration rule for calcFunc-tan.
21286
21287 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21288
21289 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21290 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21291 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21292 (viper-skip-separators): Bug fix.
21293 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21294 particular major mode.
21295 (viper-del-backward-char-in-replace): Don't put deleted char on the
21296 kill ring.
21297
21298 * viper-ex.el (viper-color-display-p): New function.
21299 (viper-has-face-support-p): Use viper-color-display-p.
21300
21301 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21302
21303 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21304
21305 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21306 (viper-file-remote-p): Make equivalent to file-remote-p.
21307
21308 * viper.el (viper-major-mode-modifier-list):
21309 Use viper-gnus-modifier-map.
21310
21311 2005-02-19 David Kastrup <dak@gnu.org>
21312
21313 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21314 quoting.
21315
21316 2005-02-19 Jay Belanger <belanger@truman.edu>
21317
21318 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21319 Remove extra definitions.
21320 (calc-coth): New function.
21321 (calcFunc-cot): Fix `let'.
21322
21323 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21324
21325 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21326 the reasons we use "type pc" in these faces.
21327
21328 * button.el (button): Ditto.
21329
21330 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21331
21332 * replace.el (query-replace-read-from): Set the value of
21333 query-replace-from-history-variable to handle the case of an empty
21334 string entered to accept the suggested default.
21335
21336 * net/tramp.el (tramp-file-name-for-operation):
21337 Use dired-call-process instead of dired-call-process-command.
21338
21339 2005-02-19 Jay Belanger <belanger@truman.edu>
21340
21341 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21342 (math-div-non-trig): New variables.
21343 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21344 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21345 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21346 trig expressions.
21347
21348 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21349
21350 * progmodes/gdb-ui.el (gdb-var-update-handler)
21351 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21352 for watch expressions,
21353 (gdb-var-create-handler): Don't set speedbar-update-flag.
21354 (gdb-post-prompt): Simplify test for speedbar.
21355
21356 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21357
21358 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21359 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21360 we use the syntax table of the correct buffer.
21361 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21362 Felix Gatzemeier.
21363
21364 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21365 (ediff-file-remote-p): Make synonymous with file-remote-p.
21366 In all deffaces ediff-*-face-*, use min-colors.
21367
21368 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21369 ediff-recurse-to-subdirectories.
21370 (ediff-mark-if-equal): Check that the arguments are strings, use
21371 ediff-same-contents (after to Felix Gatzemeier).
21372
21373 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21374 nil.
21375
21376 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21377
21378 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21379
21380 2005-02-18 David Kastrup <dak@gnu.org>
21381
21382 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21383 use `mark-active' when defined.
21384
21385 2005-02-18 Kenichi Handa <handa@m17n.org>
21386
21387 * ps-print.el (ps-font-info-database): New entry
21388 ZapfChancery-MediumItalic with correct font name. Fix font name
21389 of the entry Zapf-Chancery-MediumItalic.
21390
21391 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21392
21393 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21394
21395 2005-02-16 Kim F. Storm <storm@cua.dk>
21396
21397 * ido.el (ido-fallback-command): Pass user input to fallback command.
21398
21399 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21400
21401 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21402 (gdb-find-file-hook): Add server prefix.
21403
21404 2005-02-16 Richard M. Stallman <rms@gnu.org>
21405
21406 * replace.el (perform-replace): Pass new args to replace-highlight.
21407 (replace-highlight): Take region args,
21408 and pass them to isearch-lazy-highlight-new-loop.
21409
21410 * novice.el (disabled-command-hook): Autoload the defalias
21411 and the make-obsolete-variable call.
21412
21413 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21414
21415 * isearch.el (isearch-lazy-highlight-start-limit)
21416 (isearch-lazy-highlight-end-limit): New variables limit
21417 the region for highlighting.
21418 (isearch-lazy-highlight-new-loop): New args BEG and END.
21419 (isearch-lazy-highlight-search): Use the new vars.
21420 (isearch-lazy-highlight-update): Likewise.
21421
21422 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21423
21424 * cus-start.el (all): Use default-boundp.
21425
21426 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21427
21428 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21429
21430 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21431
21432 * autorevert.el (auto-revert-stop-on-user-input)
21433 (auto-revert-verbose): Doc fixes.
21434
21435 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21436
21437 * international/mule-cmds.el (set-locale-environment): Remove call
21438 to set-selection-coding-system on Windows.
21439
21440 2005-02-15 Jay Belanger <belanger@truman.edu>
21441
21442 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21443 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21444 calcFunc-coth.
21445 (math-simplify-sqrt): Add simplifications.
21446
21447 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21448 to list.
21449
21450 * calc/calc-ext.el: Add functions to autoloads.
21451
21452 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21453 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21454 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21455 (math-csc-raw, math-cot-raw): New functions.
21456
21457 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21458
21459 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21460 the variable name in a message.
21461
21462 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21463 calcFunc-csc, calcFunc-cot.
21464
21465 * calc/calcalg2.el: Add derivative and integration rules for
21466 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21467 calcFunc-csch, calcFunc-coth.
21468 (math-do-integral-methods): Add to checks for when to use
21469 substitutions.
21470
21471 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21472
21473 2005-02-15 Lute Kamstra <lute@gnu.org>
21474
21475 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21476 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21477 <monnier@iro.umontreal.ca>
21478 (lisp-outline-level): Improve efficiency. Suggested by David
21479 Kastrup <dak@gnu.org>.
21480
21481 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21482
21483 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21484 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21485 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21486 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21487 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21488
21489 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21490
21491 * cus-start.el (all): Comment change.
21492
21493 2005-02-14 Lute Kamstra <lute@gnu.org>
21494
21495 * cus-start.el (all): Check if symbol is void.
21496
21497 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21498
21499 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21500 optional argument to \cite.
21501
21502 2005-02-14 Richard M. Stallman <rms@gnu.org>
21503
21504 * cus-edit.el (custom-buffer-create-internal): Update help message.
21505 (custom-magic-alist): Update help messages.
21506
21507 * cus-start.el (all): Allow a var to specify a standard value.
21508
21509 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21510
21511 * custom.el (custom-theme-set-variables): Handle variable aliases.
21512
21513 * frame.el (blink-cursor-timer): Doc fix.
21514 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21515 declare obsolete.
21516 (blink-cursor-mode): Define with defcustom and use correct
21517 standard expression in that defcustom.
21518 * startup.el (command-line): Adapt to above changes in frame.el.
21519
21520 2005-02-11 Lute Kamstra <lute@gnu.org>
21521
21522 * apropos.el (apropos-score-doc): Prevent division by zero.
21523
21524 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21525
21526 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21527 (icalendar--get-event-property-attributes)
21528 (icalendar--get-event-properties)
21529 (icalendar--datetime-to-diary-date): New functions.
21530 (icalendar--split-value): Doc fix.
21531 (icalendar--datetime-to-noneuropean-date)
21532 (icalendar--datetime-to-european-date): New optional argument
21533 SEPARATOR. Return result as a string instead of a list.
21534 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21535 (icalendar--convert-string-for-export): Rename arg S to STRING.
21536 (icalendar-export-region): Doc fix. Change name of error buffer.
21537 Save output buffer.
21538 (icalendar-import-file): Add blank at end of prompt.
21539 (icalendar-import-buffer): Doc fix. Do not switch to error
21540 buffer. Indicate status in return value.
21541 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21542 buffer. Save output buffer. Handle exception from recurrence
21543 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21544 events. Fix problems with weekly all-day events.
21545
21546 2005-02-10 Richard M. Stallman <rms@gnu.org>
21547
21548 * simple.el (eval-expression-print-format):
21549 Avoid warning about edebug-active.
21550
21551 * help.el (help-for-help-internal): Rename from help-for-help.
21552 (help-for-help): Define with defalias.
21553
21554 * font-core.el (font-lock-default-function): Use with-no-warnings.
21555
21556 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21557
21558 * custom.el (defface): Doc fix.
21559
21560 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21561
21562 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21563 width 0" to prevent word wrapping problems.
21564
21565 2005-02-09 Kim F. Storm <storm@cua.dk>
21566
21567 * ido.el (ido-file-extensions-order): New defcustom.
21568 (ido-file-extension-lessp, ido-file-extension-aux)
21569 (ido-file-extension-order): New advanced file ordering.
21570 (ido-file-lessp): New simple file ordering.
21571 (ido-sort-list): Remove.
21572 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21573 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21574
21575 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21576
21577 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21578 that some versions of grep produce.
21579 (grep-mode-font-lock-keywords): Likewise.
21580
21581 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21582
21583 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21584 (gdb-cdir): Delete.
21585 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21586 (gdb-source-info): Treat case when source file is in another
21587 directory properly.
21588 (gdb-get-location): New function.
21589
21590 2005-02-07 Jay Belanger <belanger@truman.edu>
21591
21592 * calc/calc-prog.el (calc-write-parse-table-part)
21593 (calc-fix-token-name): Fix a check for language type.
21594
21595 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21596
21597 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21598
21599 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21600 as directory not writable.
21601
21602 2005-02-07 Kim F. Storm <storm@cua.dk>
21603
21604 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21605 (cua--standard-movement-commands): Remove list.
21606 Instead, set CUA property value to move for movement commands.
21607 (cua-movement-commands): Remove. Users must set CUA prop instead.
21608 (cua--pre-command-handler): Check CUA property.
21609 (cua--init-keymaps): Don't remap undo commands.
21610 (cua-mode): Don't call cua--rectangle-on-off.
21611
21612 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21613 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21614 (cua--rect-undo-set-point): New var.
21615 (cua--rectangle-undo-boundary): Setup undo apply entry.
21616 (cua--rect-undo-handler): New function for rectangle undo.
21617 (cua--rect-start-position, cua--rect-end-position): Add.
21618 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21619 for restored rectangle. Set point if cua--rect-undo-set-point.
21620
21621 2005-02-06 Jay Belanger <belanger@truman.edu>
21622
21623 * calc/calc-lang.el (calc-tex-language): Display more information
21624 in messages.
21625
21626 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21627 in TeX mode.
21628
21629 2005-02-06 Richard M. Stallman <rms@gnu.org>
21630
21631 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21632
21633 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21634
21635 * net/ldap.el (ldap-search-internal): Support attributes with
21636 optional descriptions separated by a semi-colon, as in
21637 "userCertificate;binary".
21638
21639 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21640
21641 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21642 isn't a cons (i.e. the version is 0).
21643
21644 2005-02-05 Eli Zaretskii <eliz@gnu.org>
21645
21646 * help.el (help-for-help): Doc fix.
21647
21648 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
21649
21650 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
21651 GDB-Windows on the menu-bar as this works better.
21652
21653 2005-02-04 Jay Belanger <belanger@truman.edu>
21654
21655 * calc/calc-embed.el (calc-embedded-update): Don't put in
21656 unnecessary newlines. Adjust the end of formula marker.
21657
21658 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21659 (math-latex-parse-two-args): New function.
21660
21661 2005-02-03 Lute Kamstra <lute@gnu.org>
21662
21663 * help-fns.el (help-with-tutorial): Make sure that users cannot
21664 remove the entire text of the tutorial by means of `undo'.
21665
21666 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
21667
21668 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21669 in recent changes, where the ispell process was repeatedly
21670 killed & restarted.
21671
21672 * international/mule-cmds.el (set-locale-environment): Set file-name
21673 coding system to utf-8 on Darwin systems.
21674 (set-default-coding-systems): Don't set default-file-name-coding-system
21675 on Darwin systems.
21676
21677 2005-02-03 Richard M. Stallman <rms@gnu.org>
21678
21679 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21680
21681 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
21682
21683 * faces.el (list-faces-display): Add optional argument.
21684
21685 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21686
21687 * font-core.el (font-lock-default-function): Handle the rare case where
21688 only font-lock-keywords is set.
21689
21690 2005-02-02 Kenichi Handa <handa@m17n.org>
21691
21692 * international/characters.el: Cancel previous change for
21693 I-WITH-DOT-ABOVE and DOTLESS-i.
21694
21695 * international/latin-5.el: Cancel previous change.
21696
21697 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21698
21699 * progmodes/gud.el: Correction to syntax in gud-menu-map.
21700
21701 2005-02-02 Kenichi Handa <handa@m17n.org>
21702
21703 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21704 DOTLESS-i.
21705
21706 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21707 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21708
21709 * case-table.el (get-upcase-table): New function.
21710 (copy-case-table): Copy upcaes table too if non-nil.
21711 (set-case-syntax-delims): Maintain upcase table too.
21712 (set-case-syntax-pair): Likewise.
21713 (set-upcase-syntax, set-downcase-syntax): New functions.
21714 (set-case-syntax): Maintain upcase table too.
21715
21716 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21717
21718 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21719
21720 * progmodes/gud.el (gud-goto-info): New function.
21721 (gud-tool-bar-map): Use correct icon.
21722
21723 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21724
21725 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21726 When delegating, order args in the funcall correctly.
21727
21728 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21729
21730 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21731
21732 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
21733
21734 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21735 buffer not visiting a file.
21736
21737 2005-01-31 Jay Belanger <belanger@truman.edu>
21738
21739 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21740 bound on the line with the formula.
21741
21742 2005-01-31 Kim F. Storm <storm@cua.dk>
21743
21744 * ses.el (ses-create-cell-variable-range)
21745 (ses-destroy-cell-variable-range, ses-reset-header-string)
21746 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21747 (ses-insert-row): Fix format of apply undo entries.
21748
21749 2005-01-31 Jay Belanger <belanger@truman.edu>
21750
21751 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21752 parts.
21753
21754 * calc/calc-embed.el (calc-embedded-open-formula)
21755 (calc-embedded-close-formula): Ignore matrix environments.
21756
21757 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21758 TeX mode.
21759
21760 * calc/calc-lang.el (math-function-table, math-oper-table)
21761 (math-variable-table): Adjust the LaTeX portions.
21762
21763 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21764 (math-latex-ignore-words): New constant.
21765
21766 2005-01-31 Richard M. Stallman <rms@gnu.org>
21767
21768 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21769 (ispell-local-dictionary): Doc fix.
21770 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21771 Don't reinitialize at run time. Don't defcustom.
21772 All uses changed to append ispell-local-dictionary-alist,
21773 or check it first.
21774 (ispell-current-dictionary): New variable for dictionary in use.
21775 (ispell-dictionary): Now used only for global default.
21776 (ispell-start-process): Set ispell-current-dictionary,
21777 not ispell-dictionary.
21778 (ispell-change-dictionary): Use this only for setting
21779 user preferences.
21780 (ispell-internal-change-dictionary): New function
21781 to change the current dictionary in use.
21782 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21783 Use ispell-current-dictionary.
21784 Handle ispell-local-dictionary-overridden.
21785 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21786
21787 2005-01-31 Jay Belanger <belanger@truman.edu>
21788
21789 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21790
21791 * calc/calc-ext.el: Add calc-latex-language to autoloads.
21792 (calc-mode-map): Add calc-latex-language.
21793
21794 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21795 (math-latex-print-frac): New functions.
21796 (math-oper-table, math-function-table, math-variable-table)
21797 (math-complex-format, math-input-filter): Add latex properties.
21798 (calc-set-language): Set math-expr-special-function-mapping.
21799
21800 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21801 (calc-write-parse-table-part): Add LaTeX support.
21802
21803 * calc/calc.el (calc-language): Adjust docstring.
21804 (calc-set-mode-line): Add LaTeX support.
21805 (math-expr-special-function-mapping): New variable.
21806 (math-tex-ignore-words): Add to list.
21807
21808 * calc/calccomp.el (math-compose-expr, math-compose-rows):
21809 Add LaTeX support.
21810 (math-compose-expr): Add support for special functions.
21811
21812 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21813
21814 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
21815
21816 * progmodes/gdb-ui.el (gdb-memory-address)
21817 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21818 (gdb-memory-mode-map, gdb-memory-format-keymap)
21819 (gdb-memory-format-menu, gdb-memory-unit-keymap)
21820 (gdb-memory-unit-menu): New variables for a buffer
21821 that lets the user examine program memory.
21822 (gdb-memory-set-address, gdb-memory-set-repeat-count)
21823 (gdb-memory-format-binary, gdb-memory-format-octal)
21824 (gdb-memory-format-unsigned, gdb-memory-format-signed)
21825 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21826 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21827 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21828 (gdb-memory-unit-byte, gdb-memory-unit-menu)
21829 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21830 (gdb-memory-mode, gdb-memory-buffer-name)
21831 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21832 New functions for above buffer.
21833
21834 2005-01-30 Richard M. Stallman <rms@gnu.org>
21835
21836 * cus-edit.el (custom-bury-buffer): Function deleted.
21837 (custom-buffer-done-function): Option deleted.
21838 (custom-buffer-done-kill): New replacement option.
21839 (Custom-buffer-done): Call quit-window.
21840 (custom-buffer-create-internal): Update for above changes.
21841
21842 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
21843
21844 * simple.el (undo-ask-before-discard): New var.
21845 (undo-outer-limit-truncate): Implement it.
21846 (undo-extra-outer-limit): Doc update.
21847
21848 2005-01-29 Richard M. Stallman <rms@gnu.org>
21849
21850 * ses.el (undo-more): Delete defadvice.
21851 (ses-begin-change): Doc fix.
21852
21853 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21854 instead of rebinding C-x u and C-_.
21855
21856 * files.el (normal-backup-enable-predicate): Return nil for files
21857 in /tmp, regardless of temporary-file-directory.
21858
21859 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21860
21861 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21862 (open-rectangle, delete-whitespace-rectangle-line)
21863 (clear-rectangle-line): If FILL, pass t instead of FILL
21864 for move-to-column's 2nd arg.
21865
21866 * simple.el (undo): Fix the test for continuing a series of undos.
21867 (undo-more): Set pending-undo-list to t when we reach end.
21868 (pending-undo-list): Move up defvar.
21869
21870 * wid-edit.el (widget-button-click):
21871 Shorten the range of the track-mouse binding.
21872
21873 * comint.el (comint-insert-input): Undo previous changes;
21874 use last-input-event in interactive spec.
21875
21876 2005-01-29 Eli Zaretskii <eliz@gnu.org>
21877
21878 * progmodes/compile.el (compilation-start): Bind buffer-read-only
21879 to nil before invoking call-process. Reset buffer's modified flag
21880 after fontifying it in the no-async branch.
21881
21882 * wid-edit.el (widget-specify-button): If mouse pointer shape
21883 cannot be changed, use mouse face instead.
21884
21885 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
21886
21887 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21888 (gdb-goto-breakpoint): Make breakpoint handling work on template
21889 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
21890 (gdb-assembler-custom): Update to recognize breakpoint information
21891 added on 2005-01-19.
21892
21893 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21894
21895 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
21896 (dsssl-mode): Use define-derived-mode.
21897 (scheme-mode-initialize): Remove.
21898 (scheme-mode): Use run-mode-hooks.
21899
21900 * cus-edit.el (customize-group-other-window)
21901 (custom-buffer-create-other-window): Don't override special-display-*.
21902 (custom-mode-map): Make it dense.
21903
21904 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
21905 sets the default value.
21906
21907 2005-01-28 Eli Zaretskii <eliz@gnu.org>
21908
21909 * descr-text.el: Add more keywords.
21910
21911 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
21912
21913 * speedbar.el: Avoid unnecessary use of locate-library.
21914
21915 * international/mule-cmds.el (standard-display-european-internal):
21916 Don't fiddle with latin-1 non-break space any more since it's now
21917 special cased in the C code.
21918 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
21919
21920 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
21921
21922 * cus-start.el (all): Add `undo-outer-limit'.
21923
21924 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21925
21926 * textmodes/bibtex.el (bibtex-format-entry):
21927 Use `bibtex-empty-field-re' only on the text of fields, not on entire
21928 field lines.
21929 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
21930 not on part of a buffer.
21931
21932 2005-01-25 Lute Kamstra <lute@gnu.org>
21933
21934 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
21935 nonempty field text strings like "{letters\\macro{}more letters}".
21936 Clarify docstring.
21937 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
21938 (bibtex-entry-offset, bibtex-parse-association)
21939 (bibtex-parse-field-name): Fix typos in docstrings.
21940 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
21941
21942 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
21943
21944 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
21945 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
21946 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
21947 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
21948
21949 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
21950 isearch minor mode.
21951
21952 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
21953
21954 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
21955
21956 2005-01-24 Lute Kamstra <lute@gnu.org>
21957
21958 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
21959 CASECHARS and NOT-CASECHARS regular expressions of the
21960 "nederlands" and "nederlands8" dictionaries to prevent a "Range
21961 striding over charsets" error.
21962
21963 2005-01-24 Jay Belanger <belanger@truman.edu>
21964
21965 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
21966 display variable name.
21967
21968 2005-01-24 Kenichi Handa <handa@m17n.org>
21969
21970 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
21971 Fix setting of the element of encoded-kbd-iso2022-invocations.
21972
21973 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
21974
21975 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21976 (gdb-threads-select): Change to also accept mouse events.
21977 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
21978 (gdb-threads-mouse-select): Delete.
21979
21980 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
21981
21982 * files.el (insert-directory): Take care of empty directory,
21983 listed without -a switch.
21984
21985 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
21986
21987 * textmodes/refill.el (refill-post-command-function):
21988 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
21989 to the list of functions that we should be careful not to undo.
21990 (refill-late-fill-paragraph-function): Remove.
21991 (refill-saved-state): New var.
21992 (refill-mode): Use it to save fill-paragraph-function.
21993 Save also the value of auto-fill-function.
21994
21995 * term/w32-win.el: Simplify code.
21996
21997 2005-01-23 Kim F. Storm <storm@cua.dk>
21998
21999 * simple.el (line-move): Adapt to new return value from
22000 pos-visible-in-window-p.
22001
22002 * simple.el (line-move): Fix last change. Check partial
22003 visibility at point rather than at window-start.
22004
22005 2005-01-22 Jason Rumney <jasonr@gnu.org>
22006
22007 * term/w32-win.el (xw-defined-colors): Remove debug-message.
22008
22009 2005-01-22 David Kastrup <dak@gnu.org>
22010
22011 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22012
22013 2005-01-22 Eli Zaretskii <eliz@gnu.org>
22014
22015 * type-break.el (type-break-mode): Add a test for
22016 type-break-file-name being non-nil.
22017
22018 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
22019
22020 * net/eudc.el (top level): Call (message "") via progn, so that
22021 eudc-options-file is loaded.
22022
22023 2005-01-22 Kim F. Storm <storm@cua.dk>
22024
22025 * simple.el (line-move-1): Rename from line-move.
22026 (line-move): New function that adjusts vscroll for partially
22027 visible rows, and calls line-move-1 otherwise.
22028
22029 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22030
22031 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22032 since it's not a complete read-event implementation
22033
22034 2005-01-20 Jay Belanger <belanger@truman.edu>
22035
22036 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22037 for called function.
22038
22039 2005-01-20 Steven Tamm <steventamm@mac.com>
22040
22041 * term/mac-win.el (process-connection-type): Remove.
22042 Controlled now by s/darwin.h:PTY_ITERATION.
22043
22044 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22045
22046 * window.el (handle-select-window): Don't switch window when we're
22047 in the minibuffer.
22048
22049 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22050
22051 * subr.el (dotimes-with-progress-reporter): New macro.
22052
22053 * ses.el (ses-dotimes-msg): Remove macro.
22054 Use `dotimes-with-progress-reporter' instead.
22055
22056 2005-01-19 Steven Tamm <steventamm@mac.com>
22057
22058 * term/mac-win.el (process-connection-type): Use new
22059 operating-system-release variable to use ptys on Darwin 7 (OS X
22060 10.3) when using carbon build.
22061
22062 2005-01-19 Jay Belanger <belanger@truman.edu>
22063
22064 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22065 flags if the last command was a tab or M-tab.
22066
22067 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22068 in formula editing buffer.
22069
22070 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22071
22072 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22073 breakpoint image symbol in margin.
22074
22075 2005-01-19 Jay Belanger <belanger@truman.edu>
22076
22077 * calc/calc-prog.el (calc-execute-kbd-macro):
22078 Ignore calc-keep-arg-flag.
22079
22080 2005-01-19 Kenichi Handa <handa@m17n.org>
22081
22082 * textmodes/ispell.el (ispell-looking-at): New function.
22083 (ispell-process-line): Use ispell-looking-at to compare the ispell
22084 output and the buffer contents.
22085
22086 2005-01-18 Jay Belanger <belanger@truman.edu>
22087
22088 * calc/calc.el (calc-display-raw): Fix docstring.
22089
22090 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22091
22092 * simple.el (blink-matching-open): Strip extra info from syntax.
22093
22094 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22095 funny chars in the end-of-here-doc marker.
22096
22097 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22098
22099 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22100 that enable/disabled state of breakpoints is shown correctly in
22101 fringe and on ttys.
22102 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22103 Add breakpoint information as text properties.
22104 (gdb-mouse-toggle-breakpoint):
22105 Rename to gdb-mouse-set-clear-breakpoint.
22106 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22107 breakpoints in the margin.
22108 (gdb-remove-strings): Simplify.
22109
22110 2005-01-17 Jay Belanger <belanger@truman.edu>
22111
22112 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22113 erasing buffer.
22114
22115 2005-01-17 Richard M. Stallman <rms@gnu.org>
22116
22117 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22118 for calling grep-compute-defaults.
22119
22120 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22121 if buffer is empty.
22122
22123 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22124
22125 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22126
22127 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22128
22129 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22130 non-preloaded variables.
22131
22132 2005-01-17 Steven Tamm <steventamm@mac.com>
22133
22134 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22135 tex-shell cause to force interactivity when using pipes.
22136
22137 2005-01-17 Kim F. Storm <storm@cua.dk>
22138
22139 * simple.el (just-one-space): Make arg optional.
22140
22141 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22142
22143 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22144 posn-at-x-y to t to access left-margin.
22145
22146 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22147
22148 Sync with Tramp 2.0.47.
22149
22150 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22151 catching keep-date problems in cp/scp operations.
22152 (tramp-handle-copy-file): Don't call `set-file-modes'
22153 unconditionally. Specialized functions should know better what is
22154 necessary. This improves performance a little bit, and the
22155 functions could catch errors with `cp -p' and `scp -p'.
22156 (tramp-do-copy-or-rename-file-via-buffer)
22157 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22158 when appropriate.
22159 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22160 Call `set-file-modes' when appropriate.
22161 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22162 Johnsson <isak@hypergene.com>
22163 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22164 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22165 <joakim@verona.se>
22166 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22167 Emacs only.
22168
22169 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22170 `find-file-hooks' and `dired-mode-hook'.
22171 (tramp-minor-mode-map): Respective map. Add remapping for
22172 `compile' and `recompile'.
22173 (tramp-remap-command, tramp-recompile): New defuns.
22174 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22175 in buffer "*Compilation*". Call the commands asynchronously.
22176
22177 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22178 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22179 `shell-command', because it isn't magic in XEmacs. Reported by
22180 Adrian Aichner <adrian@xemacs.org>.
22181
22182 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22183 `substitute-in-file-name.
22184 (tramp-smb-handle-substitute-in-file-name): New defun.
22185 (tramp-smb-advice-PC-do-completion): Delete advice.
22186
22187 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22188
22189 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22190 Fix error in deleting region.
22191
22192 2005-01-15 Richard M. Stallman <rms@gnu.org>
22193
22194 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22195 In non-temp buffer, switch syntax table temporarily.
22196
22197 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22198
22199 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22200
22201 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22202
22203 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22204 (imenu--generic-function): Use START, not BEG, as pos of definition.
22205
22206 * simple.el (just-one-space): Argument specifies number of spaces.
22207
22208 * simple.el (eval-expression-print-format): Avoid warning
22209 about edebug-active.
22210
22211 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22212
22213 * progmodes/sh-script.el: Code copied from make-mode.el
22214 with small changes,
22215 (sh-mode-map): Bind C-c C-\.
22216 (sh-backslash-column, sh-backslash-align): New variables.
22217 (sh-backslash-region, sh-append-backslash): New functions.
22218
22219 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22220
22221 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22222 (rmail-pop-password, rmail-pop-password-required): Move to
22223 rmail-obsolete group.
22224 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22225 All callers updated.
22226 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22227 Take an argument specifying whether it is POP or IMAP mailbox we
22228 are using. All callers updated.
22229 (rmail-pop-password-error): Rename to
22230 rmail-remote-password-error. Added mailutils-specific error message.
22231 (rmail-movemail-search-path)
22232 (rmail-movemail-variant-in-use): New variables.
22233 (rmail-remote-password, rmail-remote-password-required):
22234 New customization variables.
22235 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22236 (rmail-parse-url): New function.
22237 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22238 with GNU mailutils movemail.
22239
22240 2005-01-15 Kevin Ryde <user42@zip.com.au>
22241
22242 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22243 suffix to space, $ or '$, to correctly position point when going
22244 to @table style constants like DBL_MAX.
22245
22246 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22247
22248 * type-break.el (type-break-mode, type-break-file-time)
22249 (type-break-file-keystroke-count, type-break-choose-file):
22250 Don't store data in or load data from the file if type-break-file-name
22251 is nil.
22252 (type-break-file-name): Doc update as per the above.
22253
22254 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22255
22256 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22257 lookup-key might return nil; handle that.
22258
22259 2005-01-15 Alan Mackenzie <acm@muc.de>
22260
22261 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22262 rather than the element found, thus enabling the tree to be setcar'd.
22263
22264 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22265
22266 * textmodes/org.el (org-show-following-heading): New option.
22267 (org-show-hierarchy-above): Use `org-show-following-heading'.
22268 (org-cycle): Documentation fix.
22269
22270 * textmodes/org.el (orgtbl-optimized): New option
22271 (orgtbl-mode): New command, a minor mode.
22272 (orgtbl-mode-map): New variable.
22273 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22274 (orgtbl-error, orgtbl-self-insert-command)
22275 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22276
22277 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22278 a local variable in each org-mode buffer.
22279
22280 * textmodes/org.el (org-set-regexps-and-options): Rename from
22281 `org-set-regexps'. Added checking for STARTUP keyword.
22282 (org-get-current-options): Add STARTUP options.
22283 (org-table-insert-row): Make mode intelligent about when
22284 realignment is needed.
22285 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22286 New commands.
22287 (org-enable-table-editor): New default value `optimized'.
22288 (org-table-blank-field): Support blanking regions if active.
22289
22290 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22291
22292 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22293 if the year is not given.
22294
22295 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22296 Add new escapes %m and %M, fixed bug with %F by adding
22297 save-match-data.
22298 (reftex-reference): Remove ?. from list of spaces.
22299 (reftex-label-info): Add automatic label prefix recognition.
22300
22301 * textmodes/reftex-index.el (reftex-index-next-phrase):
22302 Add slave parameter to call of `reftex-index-this-phrase'.
22303 (reftex-index-this-phrase): New optional argument.
22304 (reftex-index-region-phrases): Add slave parameter to call of
22305 `reftex-index-this-phrase'.
22306 (reftex-display-index): New argument redo.
22307 (reftex-index-rescan): Add `redo' to arguments of
22308 `reftex-display-index'.
22309 (reftex-index-Rescan, reftex-index-revert)
22310 (reftex-index-switch-index-tag): Add `redo' to arguments of
22311 `reftex-display-index'.
22312 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22313 indexing. Fix bug with matching is there is a quote before or
22314 after the word.
22315
22316 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22317 Fix bug when collecting citation keys in lines with comments.
22318 (reftex-citation): Prefix argument no longer rescans the document,
22319 but forces prompting for optional arguments of cite macros.
22320 (reftex-do-citation): Prompting for optional arguments implemented.
22321
22322 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22323 Add optional arguments to most cite commands.
22324 (reftex-cite-cleanup-optional-args): New option
22325 (reftex-cite-prompt-optional-args): New option.
22326 (reftex-trust-label-prefix): New option.
22327
22328 * textmodes/reftex-toc.el (reftex-toc-find-section):
22329 Add push-mark before changing the position in the buffer.
22330
22331 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22332 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22333
22334 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22335
22336 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22337 more carefully.
22338
22339 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22340
22341 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22342 (sgml-mode): Use it.
22343 (sgml-get-context): Better keep track of implicitly closed tags.
22344
22345 2005-01-13 Kenichi Handa <handa@m17n.org>
22346
22347 * textmodes/ispell.el: These changes are to fix misalignment error
22348 caused by equivalent characters of different Emacs charsets.
22349 (ispell-unified-chars-table): New variable.
22350 (ispell-get-decoded-string): New function.
22351 (ispell-get-casechars, ispell-get-not-casechars)
22352 (ispell-get-otherchars): Call ispell-get-decoded-string.
22353
22354 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22355
22356 * custom.el (custom-declare-variable): Just put symbol instead
22357 of (defvar . symbol) in `current-load-list'.
22358
22359 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22360
22361 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22362
22363 2005-01-12 Jay Belanger <belanger@truman.edu>
22364
22365 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22366 to create a Calc summary.
22367
22368 2005-01-12 Kim F. Storm <storm@cua.dk>
22369
22370 * mouse.el (mouse-on-link-p): Change functionality and doc
22371 string to comply with latest description in lisp ref.
22372
22373 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22374
22375 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22376 Enable mouse clicks on mode-line, header-line and margin.
22377 (event-type): Give mouse event symbols an `event-kind' property
22378 with value `mouse-click'.
22379
22380 2005-01-12 Juri Linkov <juri@jurta.org>
22381
22382 * facemenu.el (list-colors-display): Add new arg buffer-name.
22383 Use it. Fix docstring. Replace code for identifying duplicate
22384 colors by the name with call to `list-colors-duplicates' which
22385 identifies duplicate colors by the value unless the color
22386 is one of special Windows colors. Set truncate-lines to t.
22387 Print sorted duplicate color names on each line. Indent to 22
22388 \(the longest color name in rgb.txt) instead of 20. Optimize.
22389 (list-colors-duplicates): New function.
22390 (facemenu-color-name-equal): Delete function.
22391
22392 * facemenu.el (list-colors-print): New function created from code
22393 in list-colors-display. Print #RRGGBB at the window right edge.
22394 (list-colors-display): When temp-buffer-show-function is not
22395 defined, call list-colors-print from temp-buffer-show-hook
22396 to get the right value of window-width in list-colors-print
22397 after the buffer is displayed.
22398
22399 * simple.el (pop-mark): Move deactivate-mark out of conditional
22400 part to deactivate the active mark regardless of the state of the
22401 mark ring.
22402
22403 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22404 variables line in desktop files.
22405
22406 2005-01-12 Juri Linkov <juri@jurta.org>
22407
22408 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22409 Bring together isearch highlight related options.
22410 (lazy-highlight): Replace group `replace' by `matching'.
22411 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22412 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22413 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22414 and declare them obsolete.
22415 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22416 (isearch-faces): Remove defgroup.
22417 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22418 Move isearch highlighting code closer to lazy highlighting code.
22419
22420 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22421 (query-replace-highlight, query-replace-lazy-highlight)
22422 (query-replace): Move definitions to the beginning of the file.
22423
22424 2005-01-11 Juri Linkov <juri@jurta.org>
22425
22426 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22427 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22428 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22429
22430 * info.el (Info-history-forward): New variable.
22431 (Info-select-node): Reset Info-history-forward to nil.
22432 (Info-last): Turn into defalias.
22433 (Info-history-back): Rename from Info-last.
22434 Add current node to Info-history-forward.
22435 (Info-history-forward): New fun.
22436 (Info-mode-map): Replace Info-last by Info-history-back.
22437 Bind Info-history-forward to "r".
22438 (Info-mode-menu): Replace Info-last by Info-history-back.
22439 Fix menu item text. Add menu item for Info-history-forward.
22440 (info-tool-bar-map): Replace Info-last by Info-history-back.
22441 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22442 for Info-history-forward.
22443 (Info-mode): Replace Info-last by Info-history-back in docstring.
22444 Add local variable Info-history-forward.
22445 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22446
22447 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22448
22449 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22450 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22451 Ignore select-window events rather than fiddle with
22452 mouse-autoselect-window.
22453
22454 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22455
22456 * type-break.el (type-break-mode): Fix previous change.
22457
22458 2005-01-10 Jay Belanger <belanger@truman.edu>
22459
22460 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22461 calculator; only reset when point is inside a calculator.
22462 Don't adjust the window height if the window takes up the whole height
22463 of the frame.
22464
22465 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22466
22467 * ebuff-menu.el (Electric-buffer-menu-mode):
22468 Preserve value of buffer-local var header-line-format.
22469
22470 2005-01-09 Jay Belanger <belanger@truman.edu>
22471
22472 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22473 Make sure settings file exists before accessing it.
22474
22475 * calc/calc-embed.el (calc-embedded-subst):
22476 Replace math-multi-subst-rec, which is only supposed to be called
22477 by math-multi-subst, by math-multi-subst.
22478
22479 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22480
22481 * vc.el (vc-allow-async-revert): New user option.
22482 (vc-disable-async-diff): New internal variable.
22483 (vc-revert-buffer): Use them to disable asynchronous diff.
22484
22485 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22486 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22487 asynchronously if vc-disable-async-diff is t.
22488
22489 2005-01-09 Jay Belanger <belanger@truman.edu>
22490
22491 * calc/calc.el (defcalcmodevar): New macro.
22492 (calc-mode-var-list-restore-default-values)
22493 (calc-mode-var-list-restore-saved-values): New functions.
22494 (calc-mode-var-list): Use defcalcmodevar to define it.
22495 (calc-always-load-extensions, calc-line-numbering)
22496 (calc-line-breaking, calc-display-just, calc-display-origin)
22497 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22498 (calc-group-char, calc-point-char, calc-frac-format)
22499 (calc-prefer-frac, calc-hms-format, calc-date-format)
22500 (calc-float-format, calc-full-float-format, calc-complex-format)
22501 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22502 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22503 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22504 (calc-matrix-brackets, calc-language, calc-language-option)
22505 (calc-left-label, calc-right-label, calc-word-size)
22506 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22507 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22508 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22509 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22510 (calc-window-height, calc-display-trail, calc-show-selections)
22511 (calc-use-selections, calc-assoc-selections)
22512 (calc-display-working-message, calc-auto-why, calc-timing)
22513 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22514 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22515 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22516 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22517 (calc-gnuplot-geometry, calc-graph-default-resolution)
22518 (calc-graph-default-resolution-3d, calc-invocation-macro)
22519 (calc-show-banner): Use defcalcmodevar to declare them and set
22520 their default values.
22521
22522 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22523 instead of default values (but restore default values if there is
22524 an argument of 0).
22525
22526 2005-01-09 David Kastrup <dak@gnu.org>
22527
22528 * desktop.el (desktop-restore-eager): Fix typo in type.
22529
22530 2005-01-08 Richard M. Stallman <rms@gnu.org>
22531
22532 * cus-edit.el (customize): Delete :link.
22533
22534 2005-01-08 Jay Belanger <belanger@truman.edu>
22535
22536 * calc/calc.el (calc-mode): Remove the extension from the
22537 `calc-settings-file' file name when loading it.
22538
22539 2005-01-08 Kim F. Storm <storm@cua.dk>
22540
22541 * info.el (Info-mode-map, Info-next-link-keymap)
22542 (Info-prev-link-keymap, Info-up-link-keymap):
22543 Map follow-link to mouse-face.
22544 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22545
22546 2005-01-08 Jay Belanger <belanger@truman.edu>
22547
22548 * calc/calc.el (calc-settings-file): Change default value.
22549 Suggested by cgw in a comment in calc-mode.el.
22550
22551 * calc/calc-mode.el (calc-settings-file-name):
22552 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22553 Replace ~/.emacs in a prompt by calc-settings-file.
22554
22555 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22556
22557 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22558 (desktop-lazy-idle-delay): New customizable variables.
22559 (desktop-buffer-args-list): New variable.
22560 (desktop-append-buffer-args): New function.
22561 (desktop-save): Call desktop-append-buffer-args for some buffers.
22562 (desktop-lazy-create-buffer): New function.
22563 (desktop-idle-create-buffers): New function.
22564 (desktop-read): Add message about buffers to restore lazily.
22565 (desktop-lazy-abort): New command.
22566 (desktop-clear): Call desktop-lazy-abort.
22567 (desktop-lazy-complete): New command.
22568
22569 2005-01-06 Richard M. Stallman <rms@gnu.org>
22570
22571 * emacs-lisp/find-func.el (find-face-definition):
22572 Rename from find-face.
22573
22574 2005-01-06 Kim F. Storm <storm@cua.dk>
22575
22576 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22577
22578 * man.el (Man-xref-man-page, Man-xref-header-file)
22579 (Man-xref-normal-file): Add follow-link property.
22580
22581 2005-01-06 Jay Belanger <belanger@truman.edu>
22582
22583 * calc/calc-units.el: Make sure the proper macro definitions are
22584 available when compiling.
22585
22586 2005-01-06 Juri Linkov <juri@jurta.org>
22587
22588 * isearch.el (isearch-lazy-highlight-update):
22589 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22590
22591 2005-01-06 Miles Bader <miles@gnu.org>
22592
22593 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22594 (isearch-lazy-highlight-face): Use new name.
22595
22596 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22597
22598 * uniquify.el (uniquify-rationalize-file-buffer-names):
22599 Re-add an interactive spec.
22600 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22601 to the same name.
22602
22603 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22604 (isearch-update, isearch-done): Adjust calls accordingly.
22605
22606 2005-01-05 Richard M. Stallman <rms@gnu.org>
22607
22608 * custom.el (custom-set-variables, custom-theme-set-variables):
22609 Clarify documentation.
22610
22611 * emacs-lisp/find-func.el (find-variable)
22612 (find-variable-other-window, find-variable-other-frame):
22613 Fix the TYPE args to find-function-read and find-function-do-it.
22614 (find-function): Doc fix.
22615 (find-function-at-point): Replace function-at-point alias.
22616
22617 2005-01-04 Richard M. Stallman <rms@gnu.org>
22618
22619 * cus-face.el (custom-declare-face):
22620 Record defface in current-load-list.
22621
22622 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22623
22624 * emacs-lisp/find-func.el: Doc fixes.
22625 (find-face-regexp): New variable.
22626 (find-function-regexp-alist): New variable.
22627 (find-function-C-source): Third arg is now TYPE.
22628 (find-function-search-for-symbol): Handle general TYPE.
22629 (find-function-read, find-function-do-it): Handle general TYPE.
22630 (find-definition-noselect, find-face): New functions.
22631 (function-at-point): Alias deleted.
22632
22633 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22634
22635 * battery.el (display-battery-mode): Rename from display-battery.
22636 Handle the case where it gets turned off.
22637
22638 2005-01-04 Richard M. Stallman <rms@gnu.org>
22639
22640 * cus-edit.el (customize): Make :link point to user doc.
22641
22642 * man.el (Man-fontify-manpage): Turn off undo generation.
22643
22644 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22645
22646 2005-01-04 Andreas Schwab <schwab@suse.de>
22647
22648 * files.el (insert-directory): Only look for error lines in
22649 inserted text. Don't move too far after processing --dired markers.
22650
22651 2005-01-04 Richard M. Stallman <rms@gnu.org>
22652
22653 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22654 Don't expand if the character is @, period, dash, etc.
22655 (define-mail-abbrev): Quote names that contain problem characters.
22656
22657 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
22658
22659 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22660
22661 2005-01-03 Richard M. Stallman <rms@gnu.org>
22662
22663 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22664 (query-replace-highlight, query-replace-lazy-highlight)
22665 (query-replace): Definitions moved up. Doc fix.
22666
22667 2005-01-03 Richard M. Stallman <rms@gnu.org>
22668
22669 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22670 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22671 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22672 (lazy-highlight-face): Rename from isearch-lazy-...
22673 Change all references to them.
22674
22675 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
22676
22677 * cus-edit.el (custom-file): Doc fix for defcustom.
22678 (custom-file): The function no longer sets the variable
22679 `custom-file' to its return value.
22680
22681 * startup.el (command-line): No longer load `custom-file'.
22682
22683 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22684
22685 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22686
22687 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22688 Don't confuse module-prefixed identifiers for labels.
22689 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22690
22691 2005-01-02 Richard M. Stallman <rms@gnu.org>
22692
22693 * files.el (basic-save-buffer-1): Fix previous change.
22694
22695 * loadhist.el (file-loadhist-lookup): New function.
22696 (file-provides, file-requires): Use it.
22697
22698 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22699 instead of calculating the right size.
22700
22701 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22702
22703 * vc-svn.el (vc-svn-diff): Stay local if possible.
22704
22705 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
22706
22707 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22708
22709 * files.el (hack-local-variables): Fix last change.
22710
22711 2005-01-02 Jay Belanger <belanger@truman.edu>
22712
22713 * calc/calc-yank.el (calc-edit-top): New variable.
22714 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22715 object. Change header properties.
22716 (calc-edit-finish, calc-edit-finish-stack-object)
22717 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22718 edited object.
22719 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22720 for the beginning of the edited object.
22721 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22722 for the beginning of the edited object.
22723 * calc/calc-prog.el (calc-edit-macro-finish-edit)
22724 (calc-finish-formula-edit, calc-macro-repeats)
22725 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22726 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22727 beginning of the edited object.
22728 (calc-user-define-edit): Change the header for editing macros.
22729 Remove unnecessary variable.
22730
22731 2005-01-01 Jay Belanger <belanger@truman.edu>
22732
22733 * calc/calc-yank.el (calc-edit-mode): Change default header.
22734 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22735 * calc/calc-store.el (calc-edit-variable): Change title to match new
22736 header.
22737 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22738 mode to match new header.
22739 (calc-user-define-edit): Change titles to include names of commands.
22740 (calc-finish-formula-edit): Adjust to handle new header.
22741 (calc-finish-macro-edit): Remove.
22742 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22743 (calc-edit-macro-command, calc-edit-macro-command-type)
22744 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22745 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22746 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22747 (calc-edit-macro-finish-edit): New functions.
22748 (calc-user-define-edit): Use new functions to edit named calc macros.
22749
22750 2005-01-01 Stefan <monnier@iro.umontreal.ca>
22751
22752 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22753
22754 * ses.el (copy-region-as-kill): Deactivate mark.
22755
22756 2005-01-01 Richard M. Stallman <rms@gnu.org>
22757
22758 * replace.el (occur-1): If the output buffer is also an input,
22759 don't kill it, rename it.
22760
22761 * faces.el (set-face-background, set-face-foreground): Doc fix.
22762
22763 * cus-face.el (custom-face-attributes): Fix :help-echo strings
22764 for :foreground and :background.
22765
22766 * dired.el (dired-view-command-alist): Variable deleted.
22767 (dired-view-file, dired-mouse-find-file-other-window):
22768 Delete the code to use it.
22769
22770 2005-01-01 Kim F. Storm <storm@cua.dk>
22771
22772 * image.el (insert-sliced-image): Use t for line-height property.
22773
22774 See ChangeLog.11 for earlier changes.
22775
22776 ;; Local Variables:
22777 ;; coding: iso-2022-7bit
22778 ;; End:
22779
22780 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22781 Copying and distribution of this file, with or without modification,
22782 are permitted provided the copyright notice and this notice are preserved.
22783
22784 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1