]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-04-21 Kevin Ryde <user42@zip.com.au>
2
3 * international/mule.el (keyboard-coding-system): defcustom
4 info-link fixes: "Specify Coding" has been split, keyboard now in
5 "Terminal Coding", and "Single-Byte Character Support" is now
6 "Unibyte Mode".
7
8 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
9
10 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
11 Use font-lock-warning-face for any errors e.g. no stack.
12 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
13
14 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
15
16 * progmodes/sh-script.el (sh-shell): Mark as safe.
17
18 * newcomment.el (comment-start, comment-start-skip)
19 (comment-end-skip, comment-end): Mark as safe.
20
21 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
22
23 * textmodes/org.el: (org-deadline-announce): Face removed.
24 (org-level-faces, org-n-levels): Converted to constant.
25 (org-compatible-face): New function.
26 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
27 (org-level-5, org-level-6, org-level-7, org-level-8)
28 (org-special-keyword, org-warning, org-headline-done, org-link)
29 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
30 (org-scheduled-today, org-scheduled-previously, org-time-grid):
31 Face definition revised for better color tty support.
32 (org-bold-re, org-italic-re, org-underline-re): New constants.
33 (org-set-font-lock-defaults): Use the new constants.
34 (org-agenda-highlight-todo): New function.
35 (org-agenda-todo): Fixed bug with point at end of line.
36 (org-agenda-change-all-lines, org-finalize-agenda-entries):
37 Fontify TODO keywords.
38 (org-insert-link): Preserve relative path in ../ links.
39 (org-export-as-html): Convert links pointing to .org files into
40 links that will work beteen the exported HTML files.
41 (org-todo-list): Fix bug when arg=0.
42 (org-insert-heading): More fine-tuning.
43
44 2006-04-19 Romain Francoise <romain@orebokech.com>
45
46 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
47 from `rmail-mime-charset-pattern'.
48
49 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
50
51 * progmodes/python.el (python-mode): Fix typo.
52
53 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
54
55 * comint.el (comint-previous-input): Don't clobber input line
56 when moving off either end of the input history ring.
57 (comint-delete-input): New function, used by
58 `comint-previous-input' and others.
59 (comint-previous-matching-input): Use
60 `coming-delete-input'. Save the partial input if leaving the
61 edit line. Goto point-max before deleting input to avoid
62 partial input fragments hanging around.
63 (comint-restore-input): New function, used by
64 `comint-previous-input', and bound to "C-c C-j".
65
66 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
67
68 * imenu.el (imenu--index-alist): Balance parentheses.
69
70 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
71
72 * progmodes/python.el (python-mode): Add support for
73 hs-minor-mode.
74
75 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
76
77 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
78 file is nil.
79
80 2006-04-18 Richard Stallman <rms@gnu.org>
81
82 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
83
84 * imenu.el (imenu-create-index-function, imenu--index-alist)
85 (imenu--last-menubar-index-alist, imenu--make-index-alist)
86 (imenu-default-create-index-function, imenu--generic-function):
87 Doc fixes.
88
89 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
90
91 * help-mode.el (help-mode): Set view-exit-action to delete window.
92
93 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
94 now works by passing nil as arg.
95
96 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
97
98 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
99 (read-abbrev-file): Provide default when reading filename.
100
101 * files.el (enable-local-variables): Allow :all as value.
102 (hack-local-variables): Implement that value.
103 (safe-local-variable-values, safe-local-eval-forms)
104 (enable-local-variables): Mark as risky.
105 (find-file-visit-truename, kept-old-versions): Mark safe.
106
107 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
108 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
109 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
110
111 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
112
113 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
114 Use forward-line so as to get to BOL even in the presence of fields.
115 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
116 in return.
117 (inferior-tcl): Tell tclsh to work in interactive mode.
118
119 * complete.el (partial-completion-mode):
120 Use 'choose-completion-string-functions to make sure that
121 choose-completion fills the minibuffer properly.
122
123 * complete.el (PC-old-read-file-name-internal): Remove.
124 (PC-read-include-file-name-internal): Remove. Turn it into an advice
125 of read-file-name-internal.
126 (partial-completion-mode): Enable/disable this advice.
127
128 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
129
130 * net/tramp.el (tramp-completion-file-name-handler): Revert change
131 of 2006-04-17.
132
133 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
134
135 * textmodes/org.el (org-insert-heading): Insert heading before
136 current if at beginning of line.
137 (org-todo, org-date): New faces.
138 (org-table-align): Make sure tooltip window contains full text.
139 (org-no-properties): New defsubst.
140 (org-set-font-lock-defaults): Use new faces.
141
142 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
143
144 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
145 for root variables.
146
147 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
148 (gdb-frame-address): Re-use to identify frame for watch expression.
149 (gdb-var-list, gdb-var-create-handler): Add frame address for root
150 variables.
151 (gdb-init-1, gdb-source, gdb-post-prompt, )
152 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
153 (gdb-frame-handler): Get gdb-frame-address.
154
155 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
156
157 Sync with Tramp 2.0.53.
158
159 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
160 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
161 (tramp-completion-file-name-handler): Add autoload cookie for
162 adding to `file-name-handler-alist'.
163
164 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
165 the prompt. If it returns earlier (when detecting an error
166 message), the rest of the output will merge accidently with the
167 output of the next command. Reported by M Jared Finder
168 <jared@hpalace.com>.
169
170 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
171 for `process-file', in order to let it work for older Emacsen too.
172
173 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
174
175 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
176 (tex-font-lock-keywords-3): Use it.
177
178 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
179
180 * newcomment.el (comment-add): New function.
181 (comment-region-default, comment-dwim): Use it.
182
183 2006-04-15 Michael Olson <mwolson@gnu.org>
184
185 * emacs-lisp/tq.el: Improve comments.
186 (tq-queue-head-question): New accessor function.
187 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
188 Update for modified queue structure.
189 (tq-queue-add): Accept `question' argument.
190 (tq-queue-pop): If a question is pending, send it.
191 (tq-enqueue): Accept new optional argument `delay-question'.
192 If this is non-nil, and at least one other question is pending a
193 response, queue the question rather than sending it immediately.
194
195 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
196
197 * calendar/appt.el (appt-add): Check whether an appointment is
198 already present in appt-time-msg-list. Simplify code.
199
200 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
201
202 * progmodes/cc-langs.el (c-mode-menu):
203 Don't presume c-subword-mode is bound.
204
205 2006-04-13 Bill Wohler <wohler@newt.com>
206
207 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
208 (customize-package-emacs-version): Use cdr instead of cadr now
209 that alists use dotted pairs.
210
211 * custom.el (defcustom): Fix docstring for :package-version.
212
213 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
214
215 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
216 (tramp-handle-shell-command): Display output buffer only when
217 `tramp-display-shell-command-buffer' is true.
218 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
219
220 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
221
222 * textmodes/org.el (org-set-autofill-regexps): Set only the local
223 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
224
225 2006-04-13 Romain Francoise <romain@orebokech.com>
226
227 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
228 leaving temporary .cvsignore buffers behind.
229
230 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
231
232 * textmodes/org.el: (org-set-regexps-and-options)
233 (org-get-current-options): Better names for the startup folding
234 options.
235
236 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
237
238 * vc.el (vc-annotate): Arrange for point to end up at the same
239 line number as in the original, but only when using a new buffer.
240
241 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
242
243 * files.el (hack-one-local-variable-eval-safep):
244 Recognize `edebug-form-spec' for `put', but only if it passes
245 `edebug-basic-spec'. Generalize `put' handling.
246
247 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
248 vetting file-local form specs.
249
250 * allout.el (allout-layout): Autoload its `safe-local-variable'
251 property.
252
253 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
254
255 * textmodes/org.el: (org-ctrl-c-ctrl-c): Improve documentation string.
256 (org-agenda-mouse-1-follows-link)
257 (org-mouse-1-follows-link): New options.
258 (org-format-agenda-item): Fix bug if TAGS is nil.
259 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
260
261 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
262
263 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
264 GDB 6.1+ gives full filename for "info sources" so use
265 file-name-nondirectory.
266
267 2006-04-12 Romain Francoise <romain@orebokech.com>
268
269 * subr.el (read-passwd): Bind `message-log-max' to nil.
270
271 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
272
273 * progmodes/perl-mode.el (perl-indent-new-calculate):
274 Recompute parse-start after jumping backward by a whole sexp.
275
276 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
277
278 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
279 window configuration.
280 (vc-annotate-display-select): Select the buffer so that current-buffer
281 (and selected-window) is the output buffer at the end of vc-annotate.
282
283 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
284
285 * vc.el (vc-annotate-color-map): Add custom TTY color map for
286 8-color terminals, to use all of the colors in a sensible order.
287 256-color terminals work well with the standard map.
288 (vc-annotate-lines): Only strip the first color character if it
289 is "#", to allow for terminal-style named colors.
290 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
291 the correct buffer is scrolled.
292
293 2006-04-11 Richard Stallman <rms@gnu.org>
294
295 * emacs-lisp/bytecomp.el (byte-compile-file):
296 Bind enable-local-variables to :safe, and make normal-mode obey it.
297
298 * files.el (enable-local-variables): Allow value :safe.
299 (normal-mode): Doc fix.
300 (hack-local-variables): Implement enable-local-variables = :safe.
301 (hack-local-variables-confirm): Don't prevent quitting.
302
303 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
304
305 * loadhist.el (unload-feature): A bit of sanity check of
306 load-history entries. Cancel timer-vars before unbinding them.
307
308 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
309 quote special chars, and make the trick work on the hex part of the
310 buffer as well.
311 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
312 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
313
314 * startup.el (normal-splash-screen): Fix last change so we don't wait
315 2 minutes if we don't show the splash screen.
316
317 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
318
319 * textmodes/org.el (org-export-plain-list-max-depth)
320 (org-table-spaces-around-separators)
321 (org-radio-targets, org-activate-camels)
322 (org-table-spaces-around-invisible-separators): Options removed.
323 (org-time-stamp-rounding-minutes, org-remember-templates)
324 (org-ellipsis, org-activate-links, org-descriptive-links):
325 New options.
326 (org-remember-apply-template, org-current-time)
327 (org-finish-edit-table-field)
328 (org-link-unescape, org-link-escape)
329 (org-string-width, org-table-clean-line, org-html-do-expand)
330 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
331 (org-read-agenda-file-list): New functions.
332 (org-table-edit-field)
333 (org-table-create-or-convert-from-region): New commands
334 (org-table-toggle-vline-visibility): Command removed.
335 (org-table-convert-region): Made a command.
336 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
337 Replace with the normal org- functions.
338 (org-self-insert-command): Don't trigger realign unnecessarily
339 when blanking a field that is not full.
340 (org-mode): `Set buffer-invisibility-spec' for links.
341 (org-activate-links2): Hide link part and only show descriptive
342 part of the link.
343 (org-insert-link): Modify for new linking system.
344 (org-store-link): Store description separately, for use by
345 `org-insert-link'.
346 (org-table-align): Use `org-string-width'.
347 (defgroup): Completely new group structure for custom variables.
348 (org-agenda-files): Option: Single file name allowed. Function:
349 Optional argument unrestrited means ignore any restricitons.
350 (org-install-agenda-files-menu): Find a buffer in Org-mode before
351 trying to modify the menu. Use generalized access to
352 `org-agenda-files.'
353 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
354 (org-agenda-file-to-front, org-remove-file, org-diary)
355 (org-tags-view, org-export-icalendar-all-agenda-files)
356 (org-export-icalendar-combine-agenda-files): Use generalized
357 access to `org-agenda-files'.
358 (org-remember-handler): Correctly preserve heading if present.
359 (org-table-insert-row, org-table-insert-hline): Deal with
360 invisible characters.
361
362 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
363
364 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
365 (vc-annotate-color-map): New 18 element constant
366 value/saturation, rotating hue colormap, from red->blue.
367 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
368 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
369 (vc-annotate): To avoid killing the required local variables,
370 set them before the end of `with-output-to-temp-buffer', and
371 after first switching to annotate-mode.
372 (vc-annotate-warp-version): Add buffer argument in goto-line to
373 ensure annotation, not source, is scrolled.
374
375 2006-04-10 Bill Wohler <wohler@newt.com>
376
377 * custom.el (defcustom, custom-handle-keyword):
378 Add :package-version keyword.
379 (custom-add-package-version): New function. Sets value of new
380 property 'custom-package-version from :package-version keyword.
381 (defcustom): Create Common Keywords section in docstring.
382 (defface, defgroup): Replace definitions of a select few keywords
383 with a reference to the Common Keywords in defcustom.
384 (defcustom, defface, defgroup): Replace reference to Customization
385 chapter in manual with hyperlink.
386
387 * cus-edit.el (customize-package-emacs-version-alist):
388 New variable.
389 (customize-changed-options): Add check for custom-package-version.
390 (customize-package-emacs-version): New function to look up Emacs
391 version corresponding to the given package version.
392
393 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
394 defun name, in similar fashion to find-variable-regexp.
395
396 2006-04-10 Eli Zaretskii <eliz@gnu.org>
397
398 * international/mule-cmds.el (set-locale-environment): Fix last
399 change for when the locale's preferences don't specify any encoding.
400
401 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
402
403 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
404 so the defined var/fun doesn't need to be quoted.
405
406 2006-04-10 Richard Stallman <rms@gnu.org>
407
408 * finder.el (finder-mode-map): Add n and p bindings.
409
410 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
411
412 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
413 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
414 (gdb-setup-windows): Put something in source window if we can't find
415 the source file.
416 (gdb-frame-handler): Make it work again with just assembly.
417 (gdb-data-list-register-values-handler): Make it work when there is
418 no stack.
419
420 2006-04-09 Richard Stallman <rms@gnu.org>
421
422 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
423 specs while looking for charset.
424
425 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
426
427 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
428 Make them faces.
429 (lm-font-lock-keywords): Update appropriately.
430
431 2006-04-10 Kim F. Storm <storm@cua.dk>
432
433 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
434 it can also replace buffer-substring-no-properties.
435
436 * emulation/cua-base.el (cua-delete-region, cua-paste)
437 (cua-repeat-replace-region): Use filter-buffer-substring.
438
439 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
440 (cua-cut-region-to-global-mark): Likewise.
441
442 * emulation/cua-rect.el (cua--extract-rectangle)
443 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
444
445 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
446
447 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
448 entry-type. Add field delimiters to numerical fields if they are
449 not present.
450
451 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
452
453 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
454 string-const to return value.
455 (bibtex-remove-delimiters): Use it.
456
457 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
458
459 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
460 cl-byte-compile-compiler-macro unless it exists.
461
462 2006-04-08 Eli Zaretskii <eliz@gnu.org>
463
464 * files.el (hack-local-variables-confirm) <offer-save>:
465 Clarify message text. Suggested by Ralf Angeli.
466
467 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
468
469 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
470 (delete-extract-rectangle-line): Use `filter-buffer-substring'
471 instead of `buffer-substring' and `delete-region'. (Most of the
472 code actually copied from `kill-region'.)
473
474 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
475
476 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
477 (rcirc-default-port): Rename from rcirc-port.
478 (rcirc-default-nick): Rename from rcirc-nick.
479 (rcirc-default-user-name): Rename from rcirc-user-name.
480 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
481 (rcirc-low-priority-flag): New variable.
482 (rcirc-decode-coding-system): New defcustom.
483 (rcirc-encode-coding-system): New defcustom.
484 (rcirc-coding-system-alist): New defcustom.
485 (rcirc-multiline-major-mode): New defcustom.
486 (rcirc-nick): New internal variable.
487 (rcirc-process): Remove variable.
488 (rcirc-server-buffer): New variable.
489 (rcirc): Update to use rcirc-default-* variables above.
490 (rcirc-connect): Do not add window-configuration-hook-here.
491 (rcirc-server): New internal variable.
492 (rcirc-connect): Do not send keepalive pings if
493 rcirc-keepalive-seconds is nil.
494 (with-rcirc-server-buffer): New macro.
495 (rcirc-send-string): Encode with rcirc-encode-coding-system.
496 (rcirc-server-name): Rename from rcirc-server.
497 (rcirc-buffer-process): New function.
498 (rcirc-buffer-nick): New function.
499 (rcirc-buffer-target): Remove function.
500 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
501 New commands.
502 (rcirc-mode-map): Change binding of C-c C-l to
503 rcirc-toggle-low-priority.
504 (rcirc-mode): Initialize coding system based on
505 rcirc-coding-system-alist. New change-major-mode-hook to part the
506 channel on a mode change. Make kill-buffer-hook buffer-local.
507 (rcirc-change-major-mode-hook): New function.
508 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
509 (rcirc-last-post-time): New variable.
510 (rcirc-process-message): Store the last time user posted a message
511 to this target.
512 (rcirc-multiline-minor-mode): New mode.
513 (rcirc-multiline-minor-mode-map): New mode map.
514 (rcirc-edit-multiline): Put multiline-edit buffer in
515 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
516 (rcirc-print): Ignore any line starting with an ignored nick.
517 (rcirc-print): Decode using rcirc-decode-coding-system.
518 (rcirc-track-minor-mode): Update global-mode-string when disabling
519 this mode.
520 (minor-mode-alist): Add LowPri indicator.
521 (rcirc-toggle-low-priority): New function.
522 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
523 next lowpriority buffer with activity.
524 (rcirc-record-activity): Sort buffers in rcirc-activity by the
525 last time the user posted a message in to the target.
526 (rcirc-update-activity-string): New formatting for low priority
527 buffers.
528 (rcirc-split-activity): New function.
529 (rcirc-handler-PART, rcirc-handler-KICK)
530 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
531 (rcirc-nick-away-alist): New variable.
532 (rcirc-handler-301): New handler. Away messages are printed once
533 per change.
534
535 2006-04-08 Eli Zaretskii <eliz@gnu.org>
536
537 * info.el (Info-follow-nearest-node): Doc fix.
538
539 * international/mule-cmds.el (set-locale-environment): Make sure
540 the coding-system preferred by the locale's language has the same
541 EOL conversion type as the original buffer-file-coding-system.
542 (locale-language-names): Add a few MS Windows language codes.
543
544 2006-04-07 Richard Stallman <rms@gnu.org>
545
546 * simple.el (eval-expression): Doc fix.
547
548 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
549 (eval-defun): Doc fixes.
550
551 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
552
553 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
554
555 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
556
557 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
558 GDB list command without argument for greater generality.
559
560 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
561
562 * subr.el (string-or-null-p): New function.
563
564 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
565
566 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
567
568 * files.el: Update comment about safe-local-variable declarations.
569
570 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
571
572 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
573 See idlwave.org.
574
575 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
576 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
577
578 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
579 See idlwave.org.
580
581 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
582 version 6.0 (minimal changes). See idlwave.org.
583
584 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
585 6.0 (minimal changes). See idlwave.org.
586
587 * progmodes/idlw-rinfo.el: File obsoleted and removed.
588
589 2006-04-06 Romain Francoise <romain@orebokech.com>
590
591 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
592 symmetric encryption features and a new asynchronous interface to
593 GnuPG. This new version is version 1.4, plus whitespace changes.
594
595 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
596
597 * files.el: Move some `safe-local-variable' declarations to the
598 respective files.
599
600 * textmodes/ispell.el (ispell-check-comments)
601 (ispell-local-dictionary): Mark as safe.
602
603 * abbrev.el (abbrev-mode): Mark as safe.
604
605 * add-log.el (change-log-default-name): Mark as safe.
606
607 * textmodes/reftex-vars.el (reftex-vref-is-default)
608 (reftex-fref-is-default, reftex-level-indent)
609 (reftex-guess-label-type): Mark as safe.
610
611 * textmodes/fill.el (colon-double-space): Mark as safe.
612
613 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
614 (sentence-end-double-space, sentence-end-without-period)
615 (sentence-end-without-space, sentence-end, sentence-end-base)
616 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
617
618 2006-04-06 Kim F. Storm <storm@cua.dk>
619
620 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
621 the :set-after list.
622 (ido-downcase-unc-hosts): New user option. Default on.
623 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
624 when it is set, as regexps are now applied on the fly.
625 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
626 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
627 on the fly, but only when ido-process-ignore-lists is set.
628 Do case insensitive filtering if ido-downcase-unc-hosts is set.
629 Only downcase names if ido-downcase-unc-hosts is set.
630
631 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
632
633 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
634
635 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
636
637 2006-04-05 Kim F. Storm <storm@cua.dk>
638
639 * ido.el (ido-mode): Set after ido-unc-hosts and
640 ido-ignore-unc-host-regexps.
641 (ido-save-history): Save ido-unc-hosts-cache.
642 (ido-load-history): Load ido-unc-hosts-cache.
643 (ido-reread-directory): Refresh unc hosts cache in // dir.
644
645 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
646 to nil while displaying slash screen.
647
648 2006-04-05 Daiki Ueno <ueno@unixuser.org>
649
650 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
651 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
652
653 2006-04-05 Kenichi Handa <handa@m17n.org>
654
655 * international/characters.el: Setup cases of Latin, Greek, and
656 Cyrillic characters in CJK charsets.
657
658 2006-03-29 Daiki Ueno <ueno@unixuser.org>
659
660 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
661 default-enable-multibyte-characters. This reverts the change from
662 revision 6.17 which is no longer necessary because the passphrase
663 is sent separately now. GnuPG messages are unreadable under
664 multibyte locales with default-enable-multibyte-characters set to nil.
665
666 2006-04-04 Andreas Schwab <schwab@suse.de>
667
668 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
669 and `byte-compile-warnings' as `safe-local-variable'.
670
671 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
672
673 * man.el (Man-mode-map): Restore the \r binding.
674 (Man-abstract-xref-man-page): If Man-target-string is a function,
675 call it.
676 (Man-highlight-references): Use Man-default-man-entry to get the
677 target. Deal with xrefs too.
678 (Man-highlight-references0): Don't call the target function.
679
680 * woman.el (WoMan-xref-man-page): Strip the section number, woman
681 cannot deal with it.
682
683 2006-04-04 Daiki Ueno <ueno@unixuser.org>
684
685 * pgg-gpg.el: Clean up process buffers every time gpg processes
686 complete.
687
688 2006-04-04 Kenichi Handa <handa@m17n.org>
689
690 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
691 here.
692 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
693 Temporarily bind inhibit-field-text-motion to t.
694
695 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
696
697 * startup.el (normal-splash-screen): Only set mode-line-format in the
698 splash buffer, so as not to interfere when debugging the code.
699 Ignore errors when switching buffer.
700
701 2006-04-03 Romain Francoise <romain@orebokech.com>
702
703 * dired.el (dired-dnd-protocol-alist): Fix typo.
704
705 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
706
707 * savehist.el (savehist): Add :version.
708 (savehist-ignored-variables): New variable.
709 (savehist-minibuffer-hook): Don't save variables listed in
710 `savehist-ignored-variables'.
711
712 * dired.el (dired-dnd-protocol-alist): Mention that change does
713 only apply to new buffers in doc string.
714
715 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
716
717 * recentf.el (recentf-open-files-item): Include newline in button
718 field, so opening a file will work, when the point is at the end
719 of the file name. Allow, for example, to [i]search a file by
720 extension and just push RET to open it.
721
722 2006-04-03 Daiki Ueno <ueno@unixuser.org>
723
724 * pgg-gpg.el (pgg-gpg-process-filter)
725 (pgg-gpg-wait-for-completion): Check if buffer is alive.
726
727 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
728 lines, temporary fix.
729
730 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
731
732 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
733
734 2006-04-02 Richard Stallman <rms@gnu.org>
735
736 * progmodes/compile.el (compilation-message-face): Make it defcustom.
737
738 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
739
740 * ibuf-macs.el (define-ibuffer-column): Add a new key:
741 header-mouse-map.
742
743 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
744 (ibuffer-mode-header-map): New keymaps.
745 (ibuffer-update-title-and-summary): Enable mouse face highlighting
746 and keybindings for column headers.
747 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
748 property.
749
750 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
751
752 * speedbar.el (speedbar-after-create-hook): Doc fix.
753
754 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
755
756 * shell.el (shell-directory-tracker)
757 (shell-dynamic-complete-command): Doc fixes.
758
759 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
760
761 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
762 terminals.
763
764 2006-04-01 Kim F. Storm <storm@cua.dk>
765
766 * ido.el (ido-unc-hosts-cache): New defvar.
767 (ido-unc-hosts): If value of defcustom is a function, call it to
768 get list of UNC hosts. Add function-item choices to specify
769 ido-unc-hosts-net-view or user function.
770 (ido-ignore-unc-host-regexps): New defcustom.
771 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
772 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
773 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
774
775 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
776
777 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
778 wwidth.
779
780 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
781
782 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
783 (ido-max-work-file-list, ido-switch-buffer)
784 (ido-read-file-name-as-directory-commands):
785 Fix typos in docstrings.
786
787 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
788
789 * term/mac-win.el (mac-system-coding-system): Define and use after
790 Mac-specific coding systems are ready.
791
792 2006-03-27 Romain Francoise <romain@orebokech.com>
793
794 * net/rcirc.el (rcirc-connect): Add autoload cookie.
795
796 * ldefs-boot.el: Update.
797
798 2006-03-27 Daiki Ueno <ueno@unixuser.org>
799
800 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
801 passphrases when it is not needed.
802 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
803 passphrase stuff from gpg, should only be necessary when you use
804 gpg with a smartcard.
805
806 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
807
808 * comint.el (comint-dynamic-list-completions): Allow user to
809 select *Completions* buffer.
810
811 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
812
813 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
814
815 2006-03-26 Andreas Schwab <schwab@suse.de>
816
817 * progmodes/gud.el (gdb): Only complain about multiple debugging
818 when the gdb process is still running.
819
820 2006-03-25 Eli Zaretskii <eliz@gnu.org>
821
822 * mail/rmail.el (tool-bar-map): Defvar it.
823 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
824 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
825
826 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
827
828 * help.el (print-help-return-message): Suggest to use
829 display-buffer instead of switch-to-buffer-other-window to restore
830 the previous window without selecting it.
831
832 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
833
834 * frame.el (select-frame-by-name): Call x-focus-frame also when
835 window-system is mac.
836
837 * term/mac-win.el: Adjust Courier font specifications in
838 x-fixed-font-alist.
839 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
840 when directly encoding to UTF-16 in native byte order, no BOM.
841
842 2006-03-25 Kim F. Storm <storm@cua.dk>
843
844 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
845 (cua--init-keymaps): Use it instead of fixed C-return.
846 (cua-mode): Set after it.
847
848 * emulation/cua-rect.el (cua--init-rectangles):
849 Use cua-rectangle-mark-key instead of fixed C-return.
850
851 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
852
853 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
854 "run" in .gdbinit.
855 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
856
857 2006-03-24 Romain Francoise <romain@orebokech.com>
858
859 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
860 `display-buffer-other-frame'.
861
862 2006-03-24 Kim F. Storm <storm@cua.dk>
863
864 * apropos.el (apropos-synonyms): Add selection => region.
865
866 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
867
868 * progmodes/gdb-ui.el (gdb-var-create-regexp)
869 (gdb-var-list-children-regexp, gdb-var-update-regexp)
870 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
871 (gdb-data-list-register-values-regexp)
872 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
873 Future proof against new fields being added to MI output.
874 (gdb-send): Don't treat backslashes for program input as
875 continuations.
876 (gdb-assembler-handler): Don't use window-start for this handler.
877 (gdb-frame-handler): Don't change to hollow arrow if overlay
878 arrow doesn't move to new frame.
879
880 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
881
882 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
883 prevent compiler warnings.
884 (gdb-stopped): Check for gud-last-last-frame (case: signal).
885 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
886 (gdb-assembler-custom): Use hollow-right-triangle for assembler
887 buffer too.
888
889 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
890
891 * pgg-gpg.el (pgg-gpg-update-agent): Check for
892 make-network-process, so we can use the same code in Gnus v5-10
893 too and have this file fully synchronized with that release.
894
895 2006-03-23 Romain Francoise <romain@orebokech.com>
896
897 * ibuf-ext.el (ibuffer-read-filter-group-name):
898 Use `ibuffer-generate-filter-groups' to make completion list match
899 the filter groups that are really displayed in the Ibuffer buffer.
900 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
901
902 2006-03-23 Kenichi Handa <handa@m17n.org>
903
904 * international/mule-cmds.el (sort-coding-systems): Describe that
905 the argument is modified in docstring.
906
907 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
908
909 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
910 (pgg-gpg-update-agent): New function.
911 (pgg-gpg-use-agent-p): New function.
912 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
913 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
914 (pgg-gpg-sign-region): Use it.
915
916 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
917
918 * cus-edit.el (custom-face-set): Call custom-push-theme before
919 face-spec set so that `changed' theme is correctly saved.
920 (custom-face-reset-standard): Reset to recalculated face rather
921 than defface spec.
922
923 * custom.el (custom-push-theme): Only save `changed' theme if the
924 current face does not match the defface specs.
925
926 2006-03-21 Simon Josefsson <jas@extundo.com>
927
928 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
929 <wilde@sha-bang.de>.
930 (pgg-gpg-use-agent): New variable.
931 (pgg-gpg-process-region): Use it.
932 (pgg-gpg-encrypt-region): Likewise.
933 (pgg-gpg-encrypt-symmetric-region): Likewise.
934 (pgg-gpg-decrypt-region): Likewise.
935 (pgg-gpg-sign-region): Likewise.
936 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
937
938 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
939
940 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
941 bracket links.
942
943 2006-03-21 Kim F. Storm <storm@cua.dk>
944
945 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
946 fringe-indicator-alist instead of modifying global value.
947 (gdb-frame-handler): Likewise.
948
949 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
950
951 * diff-mode.el (diff-function): Make it inherit from diff-header
952 instead of diff-context.
953
954 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
955 bitmap.
956 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
957 change names in macro above for consistency.
958 (gdb-frame-handler): Use hollow-right-triangle for all selected
959 frames which except the innermost (where execution has stopped).
960 (gdb-reset): Reset buffer-local values of overlay-arrow.
961
962 2006-03-20 Richard Stallman <rms@gnu.org>
963
964 * simple.el (set-mark-command): Doc fix.
965
966 * files.el (display-buffer-other-frame): New command.
967 (ctl-x-4-map): Bind C-x 5 C-o to it.
968
969 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
970
971 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
972 rather than just defer-time, in case defer-time has been changed but
973 the timer isn't running yet.
974 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
975
976 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
977
978 * help-mode.el (help-follow-symbol): New function.
979 Essentially identical to the old `help-follow', but do not let
980 `push-button' do the work when on an xref.
981 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
982
983 2006-03-19 Richard Stallman <rms@gnu.org>
984
985 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
986 preceded by the word `program'.
987 (help-follow-mouse, help-follow): Throw error if not on xref.
988 Delete no longer used args.
989
990 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
991
992 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
993 annotation ensure gud-overlay-arrow-position is redisplayed.
994
995 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
996
997 * textmodes/bibtex.el (bibtex-include-OPTkey)
998 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
999 (bibtex-autokey-name-case-convert)
1000 (bibtex-autokey-titleword-case-convert): Make these the aliases
1001 for the following two variables.
1002 (bibtex-autokey-name-case-convert-function)
1003 (bibtex-autokey-titleword-case-convert-function): Make these the
1004 real names.
1005 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
1006 bibtex-font-lock-crossref sublists.
1007 (bibtex-mode): Revert 2005-12-30 change (which made
1008 completion-ignore-case buffer-local).
1009 (bibtex-url): Simplify.
1010
1011 2006-03-19 Kim F. Storm <storm@cua.dk>
1012
1013 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
1014 cursor property value to 2 (to align with C level change).
1015
1016 2006-03-19 Bill Wohler <wohler@newt.com>
1017
1018 * image.el (image-load-path-for-library): Shorten first line in
1019 docstring.
1020
1021 2006-03-18 Richard Stallman <rms@gnu.org>
1022
1023 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
1024
1025 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
1026
1027 * isearch.el (isearch-other-meta-char): Handle user bindings for
1028 shifted control characters.
1029
1030 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
1031
1032 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
1033 part that matches email addresses, file names, etc.
1034
1035 2006-03-18 Eli Zaretskii <eliz@gnu.org>
1036
1037 * term/w32-win.el (mouse-set-font):
1038 Mention w32-list-proportional-fonts in the doc string.
1039
1040 2006-03-18 Kim F. Storm <storm@cua.dk>
1041
1042 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1043 (ido-unc-hosts): New user option to explicitly define list of know
1044 UNC-style hosts for completion.
1045 (ido-cache-unc-host-shares-time): New user option.
1046 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1047 New helper functions for UNC file-name support.
1048 (ido-may-cache-directory): Check for UNC host. Simplify.
1049 (ido-wash-history): Clean out old UNC hosts.
1050 (ido-nonreadable-directory-p): UNC hosts are always readable.
1051 (ido-directory-too-big-p): UNC hosts are never too big.
1052 (ido-set-current-directory): Handle UNC root path.
1053 (ido-file-name-all-completions): Complete UNC host names from
1054 ido-unc-hosts list. Cache UNC host shares.
1055 (ido-make-file-list-1): Don't filter UNC root.
1056 (ido-exhibit): Check for // in root directory, and switch to UNC
1057 mode by setting ido-current-directory to //.
1058
1059 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
1060
1061 * cus-edit.el (customize-changed-options): Mention explicit
1062 version number as default in prompt.
1063
1064 2006-03-17 Bill Wohler <wohler@newt.com>
1065
1066 * image.el (image-load-path-for-library): Minor docstring fix.
1067
1068 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
1069
1070 * textmodes/org.el (org-read-date): Include subgroup 5 into
1071 replacement text.
1072 (org-popup-calendar-for-date-prompt): Fix customization type.
1073
1074 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1075
1076 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1077 (gdb-continuation): New variable.
1078 (gdb-send): Deal with continuation lines.
1079
1080 * progmodes/gud.el (gud-gdb-complete-command)
1081 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1082 expressions.
1083 (gud-tooltip-mode): Use buffer-local value.
1084
1085 2006-03-16 Kim F. Storm <storm@cua.dk>
1086
1087 * ido.el (ido-edit-input): Use selected match, if any.
1088
1089 2006-03-16 Bill Wohler <wohler@newt.com>
1090
1091 * image.el (image-load-path-for-library): Prefer user's images in
1092 image-load-path.
1093
1094 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1095
1096 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1097 when checking for attempt to drag leftmost or rightmost scrollbar.
1098
1099 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1100
1101 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1102 (gdb-force-mode-line-update): New function.
1103 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1104 (gdb-exited): Use them.
1105 (gdb-signal): New function.
1106 (gdb-annotation-rules): Provide a rule for it.
1107
1108 2006-03-16 Kenichi Handa <handa@m17n.org>
1109
1110 * international/mule.el (auto-coding-regexp-alist): Add entries
1111 for Unicode BOM.
1112
1113 * sort.el (sort-build-lists): Temporarily bind
1114 inhibit-field-text-motion to t.
1115
1116 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1117
1118 * locate.el (locate-command, locate-make-command-line)
1119 (locate-fcodes-file, locate-update-command)
1120 (locate-prompt-for-command, locate, locate-with-filter)
1121 (locate-get-file-positions): Doc fixes.
1122 (locate-buffer-name, locate-header-face): Remove leading `*' in
1123 defcustom.
1124 (locate-filter-output): Use `keep-lines' instead of its alias
1125 `delete-non-matching-lines'.
1126 (locate-get-filename, locate-get-dirname): Add introductory comment.
1127 (locate-find-directory-other-window): Give appropriate error
1128 message if used outside main listing.
1129
1130 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1131
1132 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1133 the new extend-region feature.
1134 (font-lock-after-change-function): Update correspondingly.
1135 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1136 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1137
1138 2006-03-15 Bill Wohler <wohler@newt.com>
1139
1140 * image.el (image-load-path-for-library): Fix example by not
1141 recommending that one binds image-load-path. Just defvar it to
1142 placate compiler and only use it if previously defined.
1143
1144 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1145
1146 * textmodes/org.el (org-insert-centered): Use `string-width' to
1147 make underlining work for wide characters.
1148 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1149 TAB to `org-cycle', to make sure that no binding in
1150 `outline-mode-map' can supercede it.
1151
1152 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1153
1154 * allout.el: Increment version to 2.2.1 in file commentary.
1155
1156 (allout-version): Increment to 2.2.1.
1157
1158 (allout-default-layout): New customization variable, used when the
1159 file lacks a specific allout-layout. Uses allout-layout-type for
1160 recursively nested definition.
1161
1162 (allout-layout-type): Widget defining allout layouts, necessary for
1163 self-recursive definition.
1164
1165 (allout-mode): Incorporate allout-default-layout as fallback for
1166 allout-layout.
1167
1168 (allout-layout): Mark as 'safe-local-variable', and refer mention
1169 fallback to `allout-default-layout' in absence of a specified value.
1170 (allout-passphrase-verifier-string)
1171 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1172
1173 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1174
1175 (allout-get-encryption-passphrase-verifier): Use correct name of
1176 passphrase verifier in docstring.
1177
1178 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1179
1180 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1181 elements.
1182 (gdb-find-watch-expression): Make it work for arrays too.
1183 Follow change to gdb-var-list.
1184 (gud-watch): Allow the user to enter variable name with a prexix
1185 arg. Create keybindings.
1186 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1187 (gdb-var-list-children-handler, gdb-var-update-handler)
1188 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1189 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1190 Follow change to gdb-var-list.
1191 (gdb-starting): Don't show the overlay arrows when program is running.
1192
1193 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1194 gdb-var-list.
1195
1196 2006-03-14 Bill Wohler <wohler@newt.com>
1197
1198 * image.el (image-load-path-for-library): Pass value of path
1199 rather than symbol. Always return list of directories.
1200 Guarantee that image directory comes first.
1201
1202 2006-03-14 Alan Mackenzie <acm@muc.de>
1203
1204 * font-core.el (font-lock-extend-region\(-function\)?.):
1205 New function/variable.
1206
1207 * font-lock.el (font-lock-after-change-function):
1208 Call font-lock-extend-region. Obey font-lock-lines-before.
1209 (font-lock-default-fontify-region): Remove reference to
1210 font-lock-lines-before.
1211
1212 * jit-lock.el (jit-lock-after-change):
1213 Call font-lock-extend-region. Obey font-lock-lines-before.
1214
1215 2006-03-14 David Ponce <david@dponce.com>
1216
1217 * tree-widget.el (tree-widget-themes-load-path)
1218 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1219
1220 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1221
1222 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1223 (rcirc-print): Mark the start of text at the end of the prompt.
1224 (rcirc-track-minor-mode): Add autoload cookie.
1225 (rcirc-update-activity-string): Add space to front of mode-line
1226 indicator.
1227
1228 2006-03-13 Miles Bader <miles@gnu.org>
1229
1230 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1231 (rcirc-abbrev-nick): Remove function.
1232 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1233
1234 2006-03-13 David Ponce <david@dponce.com>
1235
1236 * tree-widget.el: Handle themes across all occurrences of the main
1237 themes sub-directory found in tree-widget-themes-load-path.
1238 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1239 (tree-widget--locate-sub-directory): Return all occurrences.
1240 (tree-widget-themes-path): New function.
1241 Replace tree-widget-themes-directory, and return a list of directories.
1242 (tree-widget-set-parent-theme)
1243 (tree-widget-lookup-image): Use it.
1244
1245 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1246
1247 * textmodes/org.el (org-link-search): Avoid self-matching of
1248 links, allow target text to be distributed over several lines.
1249 (org-search-not-link): New function.
1250 (org-set-regexps-and-options, org-get-current-options):
1251 New startup options.
1252 (org-export-as-html): Take odd-level setting from local variable.
1253 (org-fontify-emphasized-text): New option.
1254 (org-set-font-lock-defaults): Include emphasized text.
1255 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1256 (org-font-lock): Customize group renamed from `org-faces'.
1257
1258 2006-03-13 John Paul Wallington <jpw@pobox.com>
1259
1260 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1261 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1262
1263 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1264
1265 * cus-start.el (all): Delete :version keyword for members of the
1266 fringe group, since the entire group is new in 22.1.
1267
1268 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1269
1270 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1271 map if value is hexadecimal (an address).
1272 (gud-watch): Only search roots for existing watch expressions.
1273 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1274 prevent caching problems with speedbar-update-directory-contents.
1275
1276 2006-03-12 Juri Linkov <juri@jurta.org>
1277
1278 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1279 before comparing with `low' and `warn'.
1280
1281 * info.el (Info-dir-remove-duplicates): Move point to the
1282 beginning of the current line after deleting the entries from
1283 redundant heading. Use marker for `limit' and compare it with
1284 point before calling `re-search-forward'.
1285
1286 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1287
1288 * simple.el (yank): Fix typo in docstring.
1289
1290 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1291
1292 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1293 messages, where "D" is the 6th character.
1294
1295 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1296
1297 * simple.el (yank): Fix last change.
1298
1299 2006-03-11 David Ponce <david@dponce.com>
1300
1301 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1302 merging elements from the standard ispell-dictionary-alist.
1303 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1304 alist, and return the new alist.
1305
1306 2006-03-11 Richard Stallman <rms@gnu.org>
1307
1308 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1309
1310 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1311 the way it is implemented is too unclean.
1312
1313 * simple.el (kill-region, yank): Doc fix.
1314
1315 * battery.el (battery-echo-area-format): Doc fix.
1316 (battery-mode-line-format): Likewise.
1317 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1318 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1319
1320 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1321
1322 * progmodes/octave-mod.el (octave-indent-for-comment):
1323 Behave according to do string.
1324
1325 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1326
1327 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1328 Be visible only if major mode is Mail Mode.
1329
1330 * textmodes/flyspell.el (flyspell-external-point-words)
1331 (flyspell-process-localwords): Fix last changes.
1332
1333 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1334
1335 * calendar/holidays.el (list-holidays): Doc fix.
1336
1337 * international/mule.el (auto-coding-alist): Add .odt
1338 (OpenOffice's open document) files.
1339
1340 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1341 document) files. Mention in the doc string the need to sync with
1342 auto-coding-alist.
1343
1344 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1345
1346 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1347 enable-local-variables is set to always query, or there is no
1348 savable variable.
1349
1350 2006-03-10 Bill Wohler <wohler@newt.com>
1351
1352 * image.el (image-load-path-for-library): Merge at least three
1353 functions from Gnus and MH-E into this one function that can now
1354 be shared.
1355
1356 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1357
1358 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1359 gdb-remove-mouse-face and remove help-echo too.
1360 (gdb-enqueue-input): Correct conditional clause.
1361
1362 2006-03-10 Glenn Morris <rgm@gnu.org>
1363
1364 * calendar/calendar.el (calendar-holidays): Doc fix.
1365 * calendar/holidays.el (list-holidays): Doc fix.
1366
1367 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1368
1369 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1370 it gets called in gdb-prompt anyway.
1371 (gdb-use-separate-io-buffer): Only restore window arrangement for
1372 gdb-many-windows.
1373 (gdb-enqueue-input): Make it harder to send GDB input when program
1374 is running.
1375 (gdb-buffer-list): New variable.
1376 (gdb-remove-mouse-face): New function.
1377 (gdb-starting): Use it when GDB input won't get sent.
1378
1379 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1380
1381 * help.el (view-lossage): Remove trailing whitespace before
1382 inserting "\n".
1383
1384 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1385
1386 * files.el (hack-local-variables-confirm):
1387 Set coding-system-for-read to nil before writing to .emacs.
1388
1389 * arc-mode.el (archive-extract): Check if an existing buffer name
1390 comes from a different archive.
1391
1392 * help.el (describe-key-briefly): If KEY is a down event, read and
1393 discard the up event.
1394
1395 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1396
1397 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1398 be edited and use font-lock-warning-face for any changes.
1399
1400 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1401 (gdb-edit-value): Use it to report any errors.
1402
1403 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1404
1405 * help.el (describe-key): Remove leftover test code.
1406
1407 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1408
1409 * textmodes/org.el: Move defvars out of eval-when-compile.
1410 Use buffer-file-name variable.
1411 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1412 arg `file'.
1413 (org-level-faces): Remove startup dependency.
1414 (org-cycle, org-map-tree, org-scan-tags)
1415 (org-remember-handler): Don't call `outline-level' directly.
1416 (org-mhe-search-all-folders): New option.
1417 (org-mhe-get-message-folder-from-index)
1418 (org-mhe-get-message-folder): Fix indexing search.
1419 (org-format-agenda-item): Handle nil TAGS argument.
1420 (org-cleaned-string-for-export, org-activate-target-links)
1421 (org-make-target-link-regexp): Deal with empty radio target list.
1422 (org-tag): New face.
1423 (org-get-level-face): New function.
1424 (org-set-font-lock-defaults): Simplify setup for headlines.
1425 (org-complete): Pass common substring to `display-completion-list'.
1426
1427 2006-03-06 David Ponce <david@dponce.com>
1428
1429 * tree-widget.el: Update Commentary header.
1430 (tree-widget-theme-name): Ignore parent themes.
1431 (tree-widget-set-parent-theme): New function.
1432 (tree-widget-set-theme): Use it.
1433 (tree-widget-set-image-properties): Move definition. Does nothing
1434 if image properties have already been set.
1435 (tree-widget-image-properties): Move definition. Receive an image
1436 name. Set the :pointer property.
1437 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1438 Don't set the :pointer image property.
1439 (tree-widget-convert-widget): New function. Handle :dynargs
1440 compatibility here.
1441 (tree-widget): Use it to :convert-widget. Add the :expander-p
1442 predicate to control when the :expander function is entered.
1443 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1444 (tree-widget-value-create): Handle :expander-p. widget-apply
1445 :expander.
1446 (tree-widget-expander-p): New function. Default value of the
1447 :expander-p property.
1448
1449 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1450
1451 * help.el (describe-key): Properly handle the return value of
1452 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1453 remaps. Handle string and vector `follow-link' values.
1454
1455 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1456
1457 * complete.el (PC-expand-many-files): Try be more careful when parsing
1458 the shell's output.
1459
1460 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1461
1462 * outline.el (hide-sublevels): Provide better interactive default.
1463
1464 2006-03-06 Kenichi Handa <handa@m17n.org>
1465
1466 * international/fontset.el (create-fontset-from-fontset-spec):
1467 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1468
1469 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1470
1471 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1472 backslashes instead of one in regexp.
1473 (gud-tooltip-dereference): Add missing optional argument.
1474
1475 2006-03-04 John Paul Wallington <jpw@pobox.com>
1476
1477 * wdired.el (toplevel): Require `cl' at compile-time.
1478
1479 2006-03-04 Andreas Schwab <schwab@suse.de>
1480
1481 * server.el (server-process-filter): Handle errors during
1482 evaluation of the argument.
1483
1484 2006-03-03 John Paul Wallington <jpw@pobox.com>
1485
1486 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1487 escape parentheses at beginning of line.
1488 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1489 (t-mouse-mode): Remove period from end of error message.
1490
1491 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1492
1493 * textmodes/flyspell.el (flyspell-process-localwords):
1494 Be case-sensitive.
1495
1496 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1497
1498 * cus-edit.el (custom-quote): Remove function, since it has been
1499 moved to custom.el.
1500
1501 * font-lock.el (lisp-font-lock-keywords-2)
1502 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1503 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1504 they have no special meaning.
1505
1506 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1507 indirect buffer gets killed before indirect buffer. Use dolist.
1508
1509 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1510
1511 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1512 value instead of a literal constant (1) on more pauses.
1513
1514 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1515
1516 * textmodes/flyspell.el (flyspell-external-point-words):
1517 Be case-sensitive.
1518
1519 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1520
1521 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1522 with "www".
1523
1524 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1525
1526 * allout.el: Restablish intermediate missing comment header to
1527 preserve outline structure.
1528 (allout-beginning-of-current-entry): Skip invisible text.
1529 (allout-open-topic): Fix opening a topic at end-of-buffer.
1530 (allout-minor-mode): Move nearer to allout-mode function.
1531
1532 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1533
1534 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1535
1536 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1537
1538 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1539 is nil.
1540
1541 * progmodes/gud.el (gud-speedbar-menu-items):
1542 Use buffer-local-value and add missing :visible keyword.
1543
1544 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1545
1546 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1547
1548 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1549 must be `follow-link'.
1550
1551 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1552
1553 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1554 formatting: No nested anchors.
1555 (org-all-targets): Fix bug with XEmacs compatibility.
1556 (org-read-date): Add (require 'parse-time).
1557 (org-set-tags): Fix bug with extra inserted space.
1558 (org-export-html-style): Define a style class for targets.
1559 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1560 (org-hide-leading-stars): New option.
1561 (org-hide): New face.
1562 (org-set-font-lock-defaults): Allow to hide leading stars.
1563 (org-get-legal-level, org-tr-level): New functions.
1564 (org-odd-levels-only): New option.
1565 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1566 (org-demote, org-promote): Deal with double-star levels.
1567 (org-convert-to-odd-levels): New command.
1568
1569 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1570
1571 * speedbar.el (speedbar-update-localized-contents): Try to
1572 preserve window-start.
1573 (speedbar-update-directory-contents): Try to preserve window-start
1574 and window-point.
1575 (speedbar-update-special-contents): Don't move back to start of window.
1576
1577 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1578 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1579 speedbar-timer-fn.
1580 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1581 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1582 instead of gdb-speedbar-timer-fn.
1583
1584 2006-02-28 Jay Belanger <belanger@truman.edu>
1585
1586 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1587 (math-compose-expr): Use latex option when calling
1588 `math-compose-tex-matrix' for latex mode.
1589
1590 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1591
1592 * speedbar.el: Re-instate comments about developing for speedbar
1593 [this is what info and gdb-ui use even if better methods exist now].
1594
1595 * t-mouse.el: New file.
1596 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1597 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1598 (t-mouse-make-event-element): Use posn-at-x-y instead.
1599 (t-mouse-make-event): Deal with Fedora Core 3.
1600 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1601 (t-mouse-mouse-position-function): New function. Use it instead
1602 of advising mouse-position.
1603 (t-mouse-mode): New minor mode.
1604 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1605
1606 2006-02-27 Glenn Morris <rgm@gnu.org>
1607
1608 * calendar/calendar.el (calendar-holidays): Doc fix.
1609
1610 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1611
1612 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1613 Re-introduce the concept of a source window.
1614 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1615 consistency with get-buffer-create.
1616 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1617 (gdb-data-list-register-values-handler)
1618 (gdb-stack-list-locals-handler): Try to preserve window-start as
1619 well as window-point.
1620 (gdb-display-source-buffer): New function (old concept).
1621 (gdb-goto-breakpoint): Use it.
1622
1623 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1624 for gdb-ui/gdb-mi (old concept).
1625
1626 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1627
1628 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1629 binding.
1630
1631 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1632
1633 * textmodes/reftex-sel.el (reftex-select-label-map)
1634 (reftex-select-bib-map): Add `follow-mouse' binding.
1635
1636 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1637
1638 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1639 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1640 Give :set functions to provide automatic updating.
1641 Update docstring. Give compiler defvars early in the file
1642 and move the defcustoms to a later spot where all called functions
1643 are defined.
1644 (jka-compr-file-name-handler-entry): Doc fix.
1645 (jka-compr-compression-info-list--internal)
1646 (jka-compr-mode-alist-additions--internal)
1647 (jka-compr-load-suffixes--internal): New variables.
1648 (jka-compr-install): Set the three above variables.
1649 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1650 (jka-compr-update, jka-compr-set): New functions.
1651 (auto-compression-mode): Doc fix.
1652
1653 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1654 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1655 Use jka-compr-compression-info-list--internal,
1656 jka-compr-mode-alist-additions--internal and
1657 jka-compr-load-suffixes--internal.
1658
1659 * files.el (load-library):
1660 * loadhist.el (file-loadhist-lookup):
1661 * startup.el (command-line):
1662 * subr.el (locate-library):
1663 * emacs-lisp/autoload.el (update-directory-autoloads):
1664 * emacs-lisp/find-func.el (find-library-suffixes):
1665 Use `get-load-suffixes' instead of `load-suffixes'.
1666
1667 * subr.el (locate-library):
1668 * emacs-lisp/find-func.el (find-library-name):
1669 Use `load-file-rep-suffixes' instead of '("").
1670
1671 2006-02-26 Kim F. Storm <storm@cua.dk>
1672
1673 * ido.el (ido-save-history, ido-load-history): Simplify.
1674 Don't use find-file-noselect to avoid interference from other modes.
1675
1676 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1677
1678 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1679 to use the default shell if filename is not available.
1680 Reported by Giorgos Keramidas.
1681
1682 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1683
1684 * progmodes/etags.el (tags-completion-table): Do completion from
1685 all the tables in the current list, as documented in the manual.
1686
1687 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1688
1689 * CC Mode Update to 5.31.3.
1690
1691 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1692
1693 * progmodes/cc-mode.el (c-postprocess-file-styles):
1694 Bind inhibit-read-only to t, around the call to
1695 c-remove-any-local-eval-or-mode-variables, so that it works on a
1696 RO file.
1697
1698 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1699
1700 * progmodes/cc-awk.el: Correct a typo.
1701
1702 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1703
1704 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1705 c-hungry-delete-backwards, at the request of RMS. Leave the old
1706 name as an alias.
1707
1708 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1709
1710 * progmodes/cc-mode.el: Correct a typo.
1711
1712 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1713
1714 * progmodes/cc-defs.el: Update the version number to 5.31.3.
1715
1716 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1717
1718 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1719 brace-else-brace (error due to mbeg, mend being undefined).
1720
1721 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1722
1723 * progmodes/cc-mode.el: File Local variables: Solve the problem
1724 where both `mode' and c-file-offsets are specified: `mode' will
1725 overwrite c-f-o's settings:
1726 (c-remove-any-local-eval-or-mode-variables): New function.
1727 (c-postprocess-file-styles): Call the above new function, within
1728 c-tentative-buffer-change, to splat `mode' and `eval' before the
1729 second hack-local-variables.
1730
1731 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1732
1733 * progmodes/cc-mode.el:
1734 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1735 (c-after-change): Protect the match data with save-match-data.
1736 It was getting corrupted by c-after-change-check-<>-operators.
1737
1738 * cc-defs.el: [Supersedes patch V1.38]:
1739 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1740 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
1741
1742 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1743 with save-match-data. It was being corrupted when Font Lock was
1744 not enabled.
1745
1746 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1747
1748 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1749 Mode and Subword Mode.
1750
1751 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1752 real labels ("case 1:" or "foo:") from non-labels ("public:").
1753 (c-forward-objc-directive): Replace c-forward-token-2 with crude
1754 coding; c-f-t-2 doesn't move over a token at EOB.
1755
1756 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1757
1758 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1759 (c-update-modeline): Concatenate the minor mode indicators
1760 directly onto mode-name, removing c-submode-indicators.
1761 Sometimes, c-s-i got separated from the mode name on the mode line.
1762
1763 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1764 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1765
1766 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1767
1768 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1769 error message when there's an evaluation error to show whether
1770 it's loaded from source or not.
1771 (c-filter-ops): Make it available at runtime too to work when
1772 `c-make-init-lang-vars-fun' needs to evaluate from source.
1773
1774 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
1775
1776 * help.el (help): Revert last part of 2006-02-23 change (deletion
1777 of the `provide' call).
1778
1779 2006-02-23 Juri Linkov <juri@jurta.org>
1780
1781 * compare-w.el (compare-windows-highlight): Add new value
1782 `persistent' and change :type from `boolean' to `choice'.
1783 (compare-windows-overlays1, compare-windows-overlays2):
1784 New internal variables.
1785 (compare-windows-highlight): If compare-windows-highlight is
1786 `persistent', add current overlays to compare-windows-overlays[12]
1787 instead of adding compare-windows-dehighlight to pre-command-hook.
1788 (compare-windows-dehighlight): Delete all overlays from
1789 compare-windows-overlays[12].
1790
1791 * info.el (Info-search): Don't bind search-spaces-regexp to
1792 Info-search-whitespace-regexp in non-regexp isearch mode.
1793
1794 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1795
1796 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1797
1798 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
1799
1800 * textmodes/org.el (org-xemacs-p)
1801 (org-export-html-show-new-buffer, org-table-may-need-update)
1802 (org-insert-item, org-mhe-get-message-real-folder)
1803 (org-mhe-get-message-folder-from-index)
1804 (org-mhe-get-message-folder, org-mhe-get-message-num)
1805 (org-mhe-get-header, org-make-org-heading-search-string)
1806 (org-make-org-heading-camel, org-table-sort-lines)
1807 (org-format-org-table-html, org-format-table-table-html):
1808 Fix typos in docstrings.
1809
1810 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
1811
1812 * textmodes/org.el (org-cleaned-string-for-export)
1813 (org-solidify-link-text): New function.
1814 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1815 XEmacs, just to silence the compiler.
1816 (org-export-as-ascii, org-export-as-html-and-open):
1817 Use `org-cleaned-string-for-export' and create internal links.
1818 (org-follow-mhe-link): Require mh-e, use folder.
1819
1820 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1821
1822 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1823
1824 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1825 gdb-debug-log-length.
1826 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
1827 it a real ring but...
1828 (gud-gdba-marker-filter): ...make it work like mark-ring.
1829 (gdb-enable-debug): Rename from gdb-enable-debug-log.
1830 (gdb-mouse-jump): New function. Add bindings.
1831
1832 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1833
1834 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1835 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1836 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1837 (gdb-debug-log-length): Customize it's length.
1838 (gud-watch, gdb-var-create-handler): Display function::var format
1839 but don't use to create variable object.
1840 (gdb-var-create-handler): Use message-box in place of message.
1841 (gdb-stopped): Call gdb-exited if signalled.
1842
1843 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
1844
1845 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1846
1847 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1848
1849 * textmodes/reftex.el (reftex-locate-file): Search all extensions
1850 if `reftex-try-all-extensions' is set.
1851
1852 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1853 fail silently when there is no valid argument at point.
1854 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1855 `fail-silently' argument. From a patch by David Reiter.
1856
1857 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1858 New commands.
1859 (org-mark-ring): New variable.
1860 (org-mark-ring-length): New option.
1861 (org-open-at-point, org-goto, org-open-file): Push old position
1862 onto the mark ring.
1863 (org-add-hook): New function.
1864 (org-export-table-remove-special-lines): New option.
1865 (org-skip-comments, org-format-org-table-html): Respect new
1866 option `org-export-table-remove-special-lines'.
1867 (org-open-file): Allow special command configuration for
1868 directory link.
1869 (org-file-apps): Fix bugs in customize type, added setting
1870 for directories.
1871 (org-activate-tags, org-format-agenda-item, org-complete)
1872 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1873 (org-get-tags, org-get-buffer-tags, org-open-at-point)
1874 (org-link-search, org-make-org-heading-search-string)
1875 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1876 (org-radio-targets, org-file-link-context-use-camel-case)
1877 (org-activate-camels): New options.
1878 (org-update-radio-target-regexp, org-all-targets)
1879 (org-make-target-link-regexp, org-activate-target-links):
1880 New functions.
1881 (org-make-org-heading-search-string): New function.
1882 (org-store-link, org-insert-link): Use new option
1883 `org-file-link-context-use-camel-case'.
1884 (org-activate-camels): Use new option `org-activate-camels'.
1885 (org-link-regexp): Add mhe prefix.
1886 (org-open-at-point, org-store-link): Support for mhe links.
1887 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1888 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1889 (org-mhe-get-header, org-follow-mhe-link): New functions.
1890 (org-remove-angle-brackets, org-add-angle-brackets):
1891 New functions.
1892 (org-bracket-link-regexp): New constant.
1893 (org-read-date): Fix bug that was rejecting all typed dates.
1894 (org-link-search): Make hierarchy above visible after a match.
1895 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1896 (org-store-link): Fix bug with link creation when cursor is in
1897 an empty line.
1898 (org-open-at-point): Fix bug with matching a link.
1899 Fixed buggy argument sequence in call to `org-view-tags'.
1900 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1901 (org-prefix-has-tag): New variable.
1902 (org-format-agenda-item): Remove tags from headline
1903 if appropriate.
1904 (org-agenda-remove-tags-when-in-prefix): New option.
1905
1906 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
1907
1908 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1909 Fix the regular expressions.
1910
1911 2006-02-21 Richard M. Stallman <rms@gnu.org>
1912
1913 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1914 if there's no other specific basis.
1915
1916 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1917 as variables at all.
1918 (unsafep-variable): Rename arg; doc fix.
1919
1920 * abbrevlist.el (list-one-abbrev-table): Add autoload.
1921
1922 * calendar/appt.el (diary-selective-display): Add defvar.
1923
1924 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
1925
1926 * isearch.el (search-whitespace-regexp): Fix custom type.
1927
1928 * help.el (describe-key-briefly): Compute interactive args
1929 in same was as before previous change.
1930
1931 * files.el (enable-local-variables): Doc fix.
1932
1933 2006-02-21 Kim F. Storm <storm@cua.dk>
1934
1935 * fringe.el: Cleanup as file is now pre-loaded.
1936 (fringe-bitmaps): Initialize unconditionally.
1937 (fringe-mode, set-fringe-style): Remove autoload cookies.
1938
1939 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1940
1941 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
1942 `horizontal-bar'.
1943 (fringe-cursor-alist): Use `horizontal-bar'.
1944
1945 2006-02-20 Kim F. Storm <storm@cua.dk>
1946
1947 * fringe.el (fringe-bitmaps): Update to new bitmap names.
1948 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
1949
1950 * loadup.el: Load "fringe" on window systems.
1951
1952 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1953
1954 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
1955 out of scope components.
1956
1957 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
1958 default.
1959
1960 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
1961
1962 * custom.el (customize-mark-to-save, customize-mark-as-set):
1963 Load the symbol first.
1964
1965 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
1966
1967 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
1968 strech spec so it doesn't display as "^J" on the header line
1969 when `Buffer-menu-use-header-line' is t.
1970
1971 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1972
1973 * speedbar.el (speedbar-make-button): Keep text properties
1974 of string arguments if desired.
1975
1976 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
1977 expessions.
1978
1979 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
1980 of speedbar.
1981
1982 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
1983
1984 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
1985 to value of `read-file-name-completion-ignore-case'.
1986
1987 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
1988
1989 * custom.el (customize-mark-as-set): Push to `user' theme.
1990
1991 * cus-edit.el (custom-save-variables): Allow unthemed values.
1992 (customize-set-variable): Push setting to `user' theme.
1993
1994 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
1995
1996 * progmodes/gud.el: Don't require font-lock as it's now
1997 automatically loaded.
1998 (gud-speedbar-buttons): Replace gdb-var-changed with
1999 gdb-force-update.
2000
2001 * progmodes/gdb-ui.el (gdb-force-update): Rename from
2002 gdb-var-changed.
2003 (gdb-post-prompt): Use it.
2004 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2005 (gdb-var-update-handler, gdb-var-delete)
2006 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
2007 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
2008 gdb-force-update in gdb-post-prompt.
2009 (gdb-reset): Clear watch expressions from speedbar when quitting.
2010
2011 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2012
2013 * viper-cmd.el (viper-insert-state-post-command-sentinel)
2014 (viper-change-state-to-vi, viper-change-state-to-emacs):
2015 Make aware of cursor coloring in the Emacs state.
2016 (viper-special-read-and-insert-char): Use read-char-exclusive.
2017 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
2018
2019 * viper-init.el (viper-emacs-state-cursor-color): New variable.
2020
2021 * viper-util.el (viper-save-cursor-color)
2022 (viper-get-saved-cursor-color-in-replace-mode)
2023 (viper-get-saved-cursor-color-in-insert-mode)
2024 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
2025 state.
2026 (viper-get-saved-cursor-color-in-emacs-mode): New function.
2027
2028 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
2029 (ediff-ignore-case-option3, ediff-actual-diff-options)
2030 (ediff-actual-diff3-options): New variables to control case sensitivity.
2031 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
2032 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
2033 (ediff-toggle-ignore-case): New function.
2034 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
2035
2036 * ediff-help.el (ediff-long-help-message-narrow2)
2037 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
2038 (ediff-long-help-message-word-mode): Add ignore-case command.
2039 (ediff-help-for-quick-help): Add ignore-case command.
2040
2041 * ediff-merg.el: Move provide to the end.
2042
2043 * ediff-ptch.el: Move provide to the end.
2044
2045 * ediff-wind.el: Move provide to the end.
2046
2047 * ediff-mult.el: Move provide to the end.
2048 (ediff-set-meta-overlay): Enable follow-link.
2049
2050 * ediff.el: Move provide to the end.
2051 Break recursive load cycle in eval-when-compile.
2052 (ediff-patch-buffer): Better heuristics.
2053
2054 * ediff-util.el: Move provide to the end.
2055 Break recursive load cycle in eval-when-compile.
2056 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
2057 defuns.
2058 (ediff-submit-report): Pass the values of ediff-diff3-program,
2059 ediff-diff3-options.
2060
2061 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2062
2063 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2064 the opening bracket of the following bracketing pairs: {}, [], (), <>,
2065 `' (for example, in the docstring of `windmove-default-keybindings').
2066
2067 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2068
2069 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2070 shadow face. Don't provide binding to edit variable when it is
2071 out of scope.
2072
2073 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2074 (gdb-var-update-handler): Detect out of scope variables with pre
2075 GDB 6.4 too.
2076 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2077 Reset status of variable objects to nil in update handlers.
2078 (gdb-var-update-handler-1): Detect when a variable object comes
2079 in scope. setcar on var changes gdb-var-list directly.
2080
2081 2006-02-17 Juri Linkov <juri@jurta.org>
2082
2083 * ffap.el (ffap) <defface>: Add explicit face declaration.
2084 (ffap-highlight): Use face `ffap' directly instead of checking
2085 for its existence.
2086
2087 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2088 `visible-ok' of `other-buffer' to find the right original buffer.
2089
2090 * info.el (Info-search): Skip `Local Variables' node.
2091
2092 2006-02-17 Juri Linkov <juri@jurta.org>
2093
2094 * info.el (Info-find-file): Check for symbols `apropos', `history',
2095 `toc' in the input filename, and return these symbols as is.
2096 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2097 `history', `toc' instead of strings.
2098 (Info-set-mode-line): For non-string Info-current-file use the
2099 symbol's name inside **.
2100 (Info-isearch-push-state): Add quote before Info-current-file and
2101 Info-current-node.
2102 (Info-isearch-pop-state): Use `equal' instead of `string='.
2103 (Info-extract-pointer, Info-following-node-name): Use
2104 `match-string-no-properties' instead of `match-string'.
2105 (Info-up): Check `old-file' for `stringp'.
2106 (Info-history): Use `equal' instead of `string-equal'.
2107 Check `file' for `stringp'.
2108 (Info-history): Use symbol `history' instead of string as first arg
2109 of `Info-find-node'.
2110 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2111 `toc' instead of string.
2112 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2113 instead of `buffer-substring', and `match-string-no-properties'
2114 instead of `match-string'.
2115 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2116 instead of strings.
2117 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2118 Use symbol `apropos' instead of string.
2119 (Info-copy-current-node-name): Check `Info-current-file' for
2120 `stringp' and construct a command with `Info-find-node' from it.
2121 (Info-fontify-node): Use `match-string-no-properties' instead of
2122 `match-string' and check file names for `stringp'.
2123 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2124 `history', `toc' instead of strings.
2125
2126 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2127
2128 * files.el: Rearrange functions and variables in the file local
2129 variables section.
2130
2131 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2132
2133 * files.el: Add truncate-lines, ispell-check-comments and
2134 ispell-local-dictionary as safe local variables.
2135
2136 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2137
2138 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2139 out of scope variables.
2140 (gud-speedbar-buttons): Use unless.
2141
2142 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2143 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2144 (gdb-show-changed-values): Also use for out of scope variables.
2145 (gdb-var-update-handler-1): Note if variable goes out of scope.
2146
2147 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2148
2149 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2150 default to global variable values for unsupplied args.
2151 (rcirc-get-buffer-create): Fix bug with setting the target.
2152 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2153 test for rcirc-always-use-server-buffer-flag here.
2154 (rcirc-response-formats): Add %N, which is a facified nick. %n
2155 uses the default face. Change the ACTION format string. If the
2156 "nick" is the server, don't print anything for that field.
2157 Comment fixes.
2158 (rcirc-target-buffer): Don't test
2159 rcirc-always-use-server-buffer-flag here.
2160 (rcirc-print): Squeeze extra spaces out of the text before message.
2161 (rcirc-put-nick-channel): Strip potential "@" char from nick
2162 before adding them to nick table.
2163 (rcirc-url-regexp): Improve to match address like "foo.com".
2164
2165 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2166
2167 * allout.el (allout-hidden-p): Move this defsubst before
2168 allout-overlay-interior-modification-handler, where it is first
2169 used.
2170
2171 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2172
2173 * allout.el: Use allout invisible-text overlays instead of
2174 selective display for concealed text. Also, lots of general
2175 cleanup, and improved compatibility code.
2176
2177 (allout-version) Incremented, corrected, revised, and refined
2178 module commentary.
2179
2180 (provide 'allout): Moved to the bottom, added a require of overlay.
2181
2182 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2183 `except-current'.
2184 (allout-write-file-hook-handler): Minimize delay.
2185 (count-trailing-whitespace-region): New function so
2186 auto-encryption of current topic can resituate cursor exactly.
2187 PGP/GPG encryption trims trailing whitespace from lines, which
2188 must be accounted for across encryption then decryption.
2189
2190 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2191 just plain "\C-c", to avoid intruding on user's keybinding space.
2192
2193 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2194 parameter, so user request to provide a new password is done.
2195
2196 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2197 Refined mechanism for auto-filling behavior while in allout mode.
2198
2199 (allout-mode): Explicitly specify the mode map in the docstring.
2200 Clarify provision for various write-file hook var names.
2201 Adjusted for invisible-text overlays instead of selective-display.
2202
2203 (allout-depth): Really return 0 if not within any topic. This
2204 rectifies `allout-beginning-of-level' and sequence numbering
2205 errors that occur when cutting and pasting numbered topics.
2206 Changed from a in-line subst to a regular function, as well.
2207
2208 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2209
2210 (allout-end-of-subtree, allout-end-of-subtree)
2211 (allout-end-of-entry, allout-end-of-current-heading)
2212 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2213 (allout-show-children, allout-show-to-offshoot)
2214 (allout-hide-current-entry, allout-show-current-entry): Rectified
2215 handling of trailing blank lines between items.
2216
2217 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2218 (allout-current-depth, allout-unprotected, allout-hidden-p)
2219 (allout-on-current-heading-p, allout-listify-exposed)
2220 (allout-chart-subtree, allout-goto-prefix)
2221 (allout-back-to-current-heading, allout-get-body-text)
2222 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2223 (allout-hide-region-body, allout-toggle-subtree-encryption)
2224 (allout-encrypt-string, allout-encrypted-key-info)
2225 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2226 (allout-file-vars-section-data): Adjusted for use with
2227 invisible-text overlays instead of selective-display.
2228
2229 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2230 Reworked for use with invisible text overlays.
2231
2232 (allout-current-topic-collapsed-p): New function.
2233
2234 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2235 to know when to close the containing topic.
2236
2237 (allout-pre-command-business, allout-post-command-business):
2238 Simplify undo-batching and dynamic isearch exposure.
2239
2240 (allout-set-overlay-category): New for invisible-text overlays.
2241 Sets properties of allout-overlay-category, used by
2242 allout-flag-region to set invisible-text overlay properties.
2243 (allout-get-invisibility-overlay): Get the first qualifying
2244 invisibility overlay, so we can find the extent of it.
2245 (allout-back-to-visible-text): Get to just before the beginnining
2246 of the current invisibility overlay, if any.
2247
2248 (allout-overlay-insert-in-front-handler)
2249 (allout-overlay-interior-modification-handler)
2250 (allout-before-change-handler, allout-isearch-end-handler): New
2251 functions to handle extraordinary actions affecting concealed
2252 text.
2253
2254 (allout-flag-region): Use overlays instead of selective-display
2255 for invisible text - by inheritence from the properties of
2256 allout-overlay-category in mainline Emacs, and applied
2257 property-by-property in XEmacs, some recent versions of which
2258 don't inherit the properties from the category. Provisions to
2259 respond to concealed-text edits simplified drastically.
2260
2261 (allout-isearch-rectification, allout-isearch-was-font-lock)
2262 (allout-isearch-expose, allout-enwrap-isearch)
2263 (allout-isearch-abort, allout-pre-was-isearching)
2264 (allout-isearch-prior-pos, allout-isearch-did-quit)
2265 (allout-isearch-dynamic-expose)
2266 (allout-hide-current-entry-completely): Functions deleted.
2267
2268 (allout-undo-aggregation): Explicit undo aggregation no longer
2269 necessary due to transition away from selective-display.
2270
2271 (set-allout-regexp, allout-up-current-level)
2272 (allout-next-visible-heading, allout-forward-current-level)
2273 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2274 (allout-kill-line, allout-yank-processing, allout-show-children)
2275 (allout-expose-topic, allout-old-expose-topic)
2276 (allout-listify-exposed, allout-insert-latex-header)
2277 (allout-toggle-subtree-encryption, allout-encrypt-string)
2278 (remove-from-invisibility-spec, allout-hide-current-subtree):
2279 Ditched unused variables.
2280
2281 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2282
2283 * textmodes/ispell.el (ispell-change-dictionary): Call
2284 ispell-buffer-local-dict instead of
2285 ispell-accept-buffer-local-defs.
2286 (ispell-local-dictionary-alist): Accept as valid any coding-system
2287 supported by Emacs.
2288 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2289 changed to iso-8859-3.
2290
2291 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2292
2293 * speedbar.el (speedbar-frame-width): Make an inline function
2294 instead of a macro. Use frame-width.
2295 (speedbar-try-completion, speedbar-update-contents)
2296 (speedbar-timer-fn): Use consp.
2297 (speedbar-update-localized-contents): Try to preserve point.
2298
2299 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2300 (menu): Re-order menu items.
2301 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2302 field.
2303 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2304 (gdb-post-prompt): Speed things by not forcing update.
2305
2306 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2307
2308 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2309 press and perform default action if we get a mouse movement event.
2310
2311 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2312
2313 * calendar/icalendar.el (icalendar--get-event-property)
2314 (icalendar--get-event-property-attributes): Fix typos in
2315 docstrings.
2316
2317 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2318 docstring.
2319
2320 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2321
2322 * bs.el (bs-mode): Use `buffer-disable-undo'.
2323 (bs--get-file-name): Simplify.
2324 (bs-show-in-buffer): Mark the buffer as not modified.
2325
2326 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2327
2328 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2329 widget-button-click.
2330
2331 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2332 (custom-mode): Update docstring.
2333
2334 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2335 binding.
2336
2337 * files.el (hack-local-variables-confirm): Allow scrolling if the
2338 file variable list is too long. Kill temp buffer after use.
2339
2340 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2341
2342 * progmodes/gud.el (gdb): Improve doc string.
2343 (gdb-script-font-lock-keywords): Expand allowed character set.
2344
2345 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2346 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2347 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2348 (gdb-separate-io-stop, gdb-separate-io-eof):
2349 Rename from gdb-inferior-* to gdb-separate-*.
2350 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2351
2352 2006-02-14 Jay Belanger <belanger@truman.edu>
2353
2354 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2355 expression is a symbol before checking that it is bound.
2356
2357 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2358 test to see if equation can be solved.
2359
2360 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2361
2362 * wid-edit.el (widget-button-click): Use :pressed-face property
2363 for overlay face, if it exists.
2364
2365 * cus-edit.el (custom-manual, custom-add-see-also)
2366 (custom-add-parent-links, custom-group-link): Add :pressed-face
2367 property to links.
2368
2369 * files.el (hack-local-variables): Remove ignored variables before
2370 checking if any variables need setting.
2371
2372 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2373
2374 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2375
2376 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2377
2378 * help.el (where-is): Fix message for remapped commands.
2379
2380 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2381 Fix typos in docstrings.
2382
2383 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2384
2385 * files.el (safe-local-variable-values): New option.
2386 (hack-local-variables-prop-line): Return a list of variable-value
2387 pairs if MODE-ONLY is non-nil.
2388 (hack-local-variables): Construct list of variable-value pairs,
2389 and apply or reject them in one go. Ask for confirmation if
2390 variables are not known safe.
2391 (hack-local-variables-confirm): Complete rewrite. Support
2392 `safe-local-variable-values'.
2393 (enable-local-variables): Update docstring to reflect new
2394 behavior.
2395 (ignored-local-variables): Ignore ignored-local-variables and
2396 safe-local-variable-values.
2397 (safe-local-variable-p): New function.
2398 (risky-local-variable-p): `safe-local-variable' property check
2399 moved to safe-local-variable-p.
2400 (hack-one-local-variable): Checks moved to hack-local-variables.
2401
2402 (byte-compile-dynamic, c-basic-offset, c-file-style)
2403 (c-indent-level, comment-column, fill-column, fill-prefix)
2404 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2405 (no-update-autoloads, outline-regexp, page-delimiter)
2406 (paragraph-start, paragraph-separate, sentence-end)
2407 (sentence-end-double-space tab-width, version-control):
2408 Add `safe-local-variable' property.
2409
2410 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2411
2412 * icomplete.el, play/landmark.el: Change nonexistent
2413 `outline-layout' file variable to `allout-layout'.
2414
2415 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2416
2417 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2418 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2419 to gud-comint-buffer.
2420 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2421 gdb-ui.el for gdb-mi.el.
2422 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2423 registers buffer to gdb-get-changed-registers.
2424 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2425 deletion of catchpoints (throw and catch).
2426 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2427 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2428 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2429 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2430 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2431
2432 2006-02-13 Jay Belanger <belanger@truman.edu>
2433
2434 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2435 expression is a symbol before checking that it is bound.
2436
2437 2006-02-13 Richard M. Stallman <rms@gnu.org>
2438
2439 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2440 for the minibuffer too, but not if resize-mini-windows will interfere.
2441
2442 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2443 inside `interactive' spec.
2444 (describe-key-briefly-internal, describe-key-internal):
2445 Functions merged back into their callers.
2446
2447 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2448
2449 * info.el (info-xref-visited): Inherit from info-xref too.
2450 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2451 when propertizing Info-current-file and Info-current-node.
2452
2453 2006-02-13 Juri Linkov <juri@jurta.org>
2454
2455 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2456 (tumme-thumb-name): Fix per-directory format.
2457
2458 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2459
2460 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2461
2462 2006-02-12 Miles Bader <miles@gnu.org>
2463
2464 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2465
2466 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2467
2468 * tumme.el: Remove history section. If someone needs the it, it
2469 can always be found in CVS.
2470
2471 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2472
2473 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2474 about the Thumbnail Managing Standard option.
2475
2476 2006-02-12 Richard M. Stallman <rms@gnu.org>
2477
2478 * subr.el (substitute-key-definition): Doc fix.
2479
2480 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2481
2482 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2483
2484 * info.el (Info-mode): Doc fix.
2485
2486 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2487
2488 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2489
2490 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2491 because on Solaris a POSIX compatible "id" is needed. Reported by
2492 Magnus Henoch <mange@freemail.hu>.
2493
2494 2006-02-12 Juri Linkov <juri@jurta.org>
2495
2496 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2497 (tumme) <defgroup>: Change :group to `multimedia'.
2498 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2499 Managing Standard.
2500 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2501 Fix dostring.
2502 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2503 and %y. Fix docstring.
2504 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2505 (tumme-cmd-create-standard-thumbnail-command): New user options.
2506 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2507 is `standard'. Fix docstring.
2508 (tumme-thumb-width, tumme-thumb-height): New user options.
2509 (tumme-external-viewer): Try to find various viewers.
2510 (tumme-get-thumbnail-image): Use `create-image' instead of
2511 constructing the `image' structure.
2512 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2513 `standard'.
2514 (tumme-thumb-name): Add file name generation for standard storage.
2515 Simplify code for other storages.
2516 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2517 Add modification time %m and thumbnail-nq8 %q.
2518 Use `tumme-cmd-create-standard-thumbnail-command' if
2519 tumme-thumbnail-storage is `standard'.
2520 (tumme-dired-insert-marked-thumbs): New autoload command.
2521 (tumme-dired-after-readin-hook): New function.
2522 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2523 `tumme-thumb-size'.
2524 (tumme-display-image): Replace size-x %x and size-y %y with
2525 width %w and height %h.
2526
2527 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2528 `tumme-dired-insert-marked-thumbs'.
2529
2530 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2531
2532 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2533 include path).
2534 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2535 matching tag.
2536
2537 2006-02-12 Miles Bader <miles@gnu.org>
2538
2539 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2540 New variables.
2541 (rcirc-abbrev-nick): New function.
2542 (rcirc-format-response-string): Rewrite to use the formats in
2543 `rcirc-response-formats' and expand escape sequences therein.
2544 A text-property `rcirc-text' is added over the actual response
2545 text to make easy to find inside the returned string.
2546 (rcirc-print): When filling, just look for the `rcirc-text'
2547 text-property to find the appropriate fill prefix, instead of
2548 using hardwired patterns.
2549
2550 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2551
2552 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2553 Managing Standard.
2554
2555 2006-02-11 Kim F. Storm <storm@cua.dk>
2556
2557 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2558 Don't use insert-buffer; do insert-buffer-substring directly.
2559 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2560
2561 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2562
2563 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2564 with inhibit-read-only. Suggested by Stefan Monnier.
2565 (revert-buffer): Let insert-file-contents discard
2566 buffer-undo-list. Simplify code.
2567 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2568
2569 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2570
2571 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2572
2573 * help.el (describe-key-briefly): Now a wrapper for
2574 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2575 to t. Populate yank-menu if empty.
2576 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2577 (describe-key): Now a wrapper for describe-key-internal. Bind
2578 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2579 (describe-key-internal): Renamed from describe-key.
2580
2581 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2582
2583 * progmodes/glasses.el (glasses-separator): Doc fix.
2584 (glasses-original-separator): New defcustom.
2585 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2586
2587 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2588
2589 * mwheel.el (mouse-wheel-up-event): Doc fix.
2590
2591 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2592
2593 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2594 (tumme-dir): New function. Copied from thumbs.el.
2595
2596 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2597
2598 * desktop.el (desktop-outvar): Fix typo.
2599 (desktop-save-buffer-p): Doc fix.
2600
2601 * subr.el (substitute-key-definition): Fix typo.
2602
2603 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2604
2605 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2606 when window-system is mac.
2607
2608 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2609
2610 2006-02-10 Kim F. Storm <storm@cua.dk>
2611
2612 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2613 indirect-function instead of using condition-case.
2614
2615 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2616
2617 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2618 less `colloquial'...
2619
2620 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2621
2622 * tumme.el: Add a couple of todo items.
2623
2624 2006-02-09 Lars Hansen <larsh@soem.dk>
2625
2626 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2627 (highlight-changes-mode): Don't change desktop-locals-to-save.
2628
2629 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2630
2631 * image-mode.el (image-toggle-display): Clear image cache if using
2632 filename.
2633
2634 2006-02-09 Masatake YAMATO <jet@gyve.org>
2635
2636 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2637 a `dired-man' target.
2638
2639 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2640 boundary of symbols.
2641
2642 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2643
2644 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2645
2646 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2647
2648 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2649 `mapcar'; return nil.
2650
2651 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2652
2653 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2654 some other event.
2655
2656 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2657
2658 * net/rcirc.el (rcirc-startup-channels-alist):
2659 Add irc.freenode.net and #emacs as defaults.
2660 (rcirc-ignore-all-activity-flag): Remove variable.
2661 (rcirc-authinfo): New variable.
2662 (rcirc-authinfo-filename): Remove variable.
2663 (rcirc-always-use-server-buffer-flag): New flag.
2664 (rcirc): M-x rcirc will automatically connect without prompting.
2665 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2666 connection in lisp.
2667 (rcirc-process-server-response-1): Remove everything but the nick
2668 portion of the sender so it doesn't need to be done everywhere
2669 else. Update related code.
2670 (global-map): Remove global keybindings.
2671 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2672 (rcirc-send-input): Split into several functions.
2673 (rcirc-process-input-line, rcirc-process-message)
2674 (rcirc-process-command): New functions.
2675 (rcirc-target-buffer): New function to determine where to route
2676 messages.
2677 (rcirc-user-nick): Save match data.
2678 (rcirc-toggle-ignore-buffer-activity)
2679 (rcirc-update-activity-string): Remove global ignore functionality,
2680 which can be done now by toggling rcirc-track-minor-mode.
2681 (rcirc-track-minor-mode-map): New keymap.
2682 (rcirc-track-minor-mode): New minor-mode.
2683 (ignore): Make the ignore output nicer. Always print it when
2684 adding or removing nicks.
2685 (rcirc-url-regexp): Improve.
2686 (rcirc-mangle-text): Remove properties before using text in the
2687 modeline.
2688 (rcirc-authenticate): Authentication data comes from
2689 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2690 (rcirc-server-prefix): Inherit from rcirc-server.
2691
2692 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2693
2694 * Makefile.in (compile): Append "|| true" to the end of the `find'
2695 command, like compile-always does.
2696
2697 2006-02-08 Sam Steingold <sds@gnu.org>
2698
2699 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2700 output from a dead connection.
2701
2702 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2703
2704 * dired.el (dired-mode-map): Add more bindings for tumme.
2705
2706 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2707
2708 * wdired.el (wdired-mode-map): Use remap.
2709 (wdired-get-filename): Massage.
2710 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2711 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2712 `keymap' property rather than `local-map'.
2713
2714 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2715
2716 * tumme.el (tumme-get-thumbnail-image): New utility function.
2717 Suggested by from Chong Yidong.
2718 (tumme-dired-with-window-configuration): Rename from
2719 `tumme-dired'. Add code to save window configuration.
2720 (tumme-restore-window-configuration): New command to restore the
2721 window configuration that `tumme-dired-with-window-configuration'
2722 saves before it changes the window configuration.
2723 (tumme-show-all-from-dir): New command to display thumbnails for
2724 all files in a directory entered by the user, like M-x thumbs.
2725 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2726 have been created.
2727 (tumme-display-thumbnail-original-image): Call `display-buffer'.
2728 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2729 Remove obsolete test function.
2730
2731 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
2732
2733 * vc.el (small-temporary-file-directory): Remove defvar; there's
2734 a defcustom for it in files.el.
2735
2736 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2737 Fix typo in message.
2738 (tumme-gallery-generate): Fix typo in `error' message.
2739 (tumme-display-window-height-correction)
2740 (tumme-display-window-width-correction, tumme-line-up-dynamic)
2741 (tumme-line-up-interactive): Dox fixes.
2742 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2743 (tumme-restore-window-configuration, tumme-format-properties-string)
2744 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2745 Fix typos in docstrings.
2746
2747 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2748
2749 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2750
2751 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
2752
2753 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2754 User should use hook if desired.
2755
2756 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2757 buffer if necessary.
2758 (gdb-delete-frame-or-window): New function.
2759 (gdb-breakpoints-mode-map): Bind "q" to it.
2760
2761 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2762
2763 * textmodes/nroff-mode.el: Clean up name space.
2764 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2765 (nroff-mode): Obey the global setting of nroff-electric-mode.
2766 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2767
2768 * calendar/calendar.el (calendar-increment-month): Typo in last change.
2769
2770 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
2771
2772 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2773
2774 2006-02-06 Lars Hansen <larsh@soem.dk>
2775
2776 * generic-x.el (etc-fstab-generic-mode): Add file system types
2777 cifs and usbdevfs. Allow special chars in file names.
2778
2779 2006-02-05 Jay Belanger <belanger@truman.edu>
2780
2781 Update copyright notices of the files in lisp/calc.
2782
2783 2006-02-05 Romain Francoise <romain@orebokech.com>
2784
2785 Update copyright notices of all files in the lisp/play directory.
2786
2787 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
2788
2789 * ldefs-boot.el: Regenerate.
2790
2791 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2792
2793 2006-02-05 Kim F. Storm <storm@cua.dk>
2794
2795 * files.el (magic-mode-regexp-match-limit): New defvar.
2796 (set-auto-mode): Use it to limit magic-mode-alist matching.
2797
2798 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
2799
2800 * simple.el (display-message-or-buffer): Compare the number of
2801 characters to the frame width when determining whether a 1-line
2802 message string will fit in the echo area. Count screen lines
2803 instead of buffer lines when determining whether a multi-line
2804 message will fit in the echo area/minibuffer window.
2805
2806 2006-02-04 Eli Zaretskii <eliz@gnu.org>
2807
2808 * info.el (Info-index, Info-mode): Improve the description of the
2809 `i' command.
2810
2811 * ldefs-boot.el: Regenerate.
2812
2813 2006-02-03 Werner Lemberg <wl@gnu.org>
2814
2815 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2816 greedy to find the closing bracket in \*[...] and similar
2817 expressions. This is a first rough fix -- many additional
2818 refinements are necessary to make nroff mode really usable with groff.
2819
2820 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
2821
2822 * international/mule-cmds.el (set-locale-environment):
2823 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2824 libX11.
2825
2826 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2827
2828 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2829 archive are created in archive-tmpdir.
2830
2831 2006-02-02 John Paul Wallington <jpw@pobox.com>
2832
2833 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2834 (ibuffer-fontification-alist): Use it.
2835 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2836 to "* z" and the Ibuffer Mark menu.
2837
2838 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2839
2840 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2841
2842 * textmodes/table.el (*table--cell-describe-mode)
2843 (*table--cell-describe-bindings): Undo last change since
2844 print-help-return-message is not obsoleted by anything at all.
2845
2846 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
2847
2848 * emulation/cua-base.el (cua-mode): Doc fix.
2849
2850 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
2851
2852 * dframe.el (dframe-handle-make-frame-visible)
2853 (dframe-handle-iconify-frame, dframe-get-focus)
2854 (dframe-select-attached-frame, dframe-power-click)
2855 (dframe-frame-mode): Fix typos in docstrings.
2856
2857 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2858 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2859 Fix typos in docstrings.
2860
2861 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2862 (hi-lock-face-buffer, hi-lock-font-lock-hook)
2863 (hi-lock-archaic-interface-message-used)
2864 (hi-lock-file-patterns-range): Fix typos in docstrings.
2865
2866 * savehist.el (savehist-loaded, savehist-load, savehist-install)
2867 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2868
2869 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2870 Fix typo in docstring.
2871
2872 * net/newsticker.el (newsticker--decode-iso8601-date)
2873 (newsticker--set-customvar, newsticker--buffer-insert-item)
2874 (newsticker--do-run-auto-mark-filter)
2875 (newsticker--parse-generic-feed): Doc fixes.
2876 (newsticker--retrieval-timer-list, newsticker-url-list)
2877 (newsticker-hide-immortal-items-in-echo-area)
2878 (newsticker-hide-obsolete-items-in-echo-area)
2879 (newsticker-new-item-face, newsticker--enclosure)
2880 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2881 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2882 (newsticker--parse-generic-feed, newsticker--cache-contains)
2883 (newsticker--stat-num-items, newsticker-download-enclosures):
2884 Fix typos in docstrings.
2885
2886 * net/rcirc.el (rcirc-debug): Doc fix.
2887 (rcirc-fill-column, rcirc-receive-message-hooks)
2888 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2889 (rcirc-mode, rcirc-generate-new-buffer-name)
2890 (rcirc-startup-channels, rcirc-ignore-update-automatic)
2891 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2892 Fix typos in docstrings.
2893 (rcirc-print): "?\ " -> "?\s".
2894 (rcirc-cmd-join): Improve argument/docstring consistency.
2895
2896 2006-02-01 Mark A. Hershberger <mah@everybody.org>
2897
2898 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2899 before narrow-to-region.
2900
2901 2006-02-01 Richard M. Stallman <rms@gnu.org>
2902
2903 * simple.el (move-beginning-of-line): Scan properly for invis change.
2904
2905 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2906
2907 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
2908
2909 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2910 change bit only when id-format is 'integer. Reported by Matt
2911 Hodges <M.P.Hodges@rl.ac.uk>.
2912
2913 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
2914
2915 * hilit-chg.el (highlight-changes-initial-state)
2916 (highlight-changes-global-initial-state): Doc fixes.
2917 (highlight-changes-global-modes, global-highlight-changes):
2918 Fix typos in docstrings.
2919
2920 2006-02-01 Kim F. Storm <storm@cua.dk>
2921
2922 * emulation/cua-base.el (cua-mode): Mention that CUA enables
2923 transient-mark-mode in doc string.
2924
2925 2006-01-31 Richard M. Stallman <rms@gnu.org>
2926
2927 * replace.el (multi-occur): Doc fix.
2928 (multi-occur-in-matching-buffers): Rename from
2929 multi-occur-by-filename-regexp. Prefix arg says match
2930 buffer names instead of file names.
2931
2932 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
2933
2934 * bs.el: Allow non-default values of `bs-header-lines-length'.
2935 (bs--running-in-xemacs): Remove (not needed anymore).
2936 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
2937 instead of `shrink-window', thus avoiding having to compute the
2938 height of the window.
2939 (bs--up): Wrap around even when there's no header.
2940 (bs--down): Use `forward-line' instead of `next-line'.
2941
2942 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
2943
2944 * image-mode.el (image-toggle-display): Use file name if possible,
2945 instead of unnecessarily allocating a (possibly huge) lisp string.
2946
2947 2006-01-30 John Paul Wallington <jpw@pobox.com>
2948
2949 * subr.el (toplevel): Define `cl-assertion-failed' condition here
2950 because the `assert' macro signals it at runtime.
2951
2952 * emacs-lisp/cl.el (toplevel): Remove definition of
2953 `cl-assertion-failed' condition.
2954
2955 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
2956
2957 * thumbs.el (thumbs-marked-list): Make buffer-local and
2958 permanent-local.
2959 (thumbs-insert-thumb): Make help-echo non-sticky.
2960 (thumbs-file-alist): Use eolp as check for (non)-image.
2961
2962 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
2963
2964 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
2965 (ediff-before-session-group-setup-hooks)
2966 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
2967 Fix typos in docstrings.
2968
2969 * window.el (bw-dir, bw-eqdir, balance-windows)
2970 (split-window-keep-point): Fix typos in docstrings.
2971
2972 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
2973 (org-quote-string, org-calendar-to-agenda-key)
2974 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
2975 (org-show-following-heading, org-tags-column)
2976 (org-use-tag-inheritance, org, org-allow-space-in-links)
2977 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
2978 (org-enable-table-editor, org-calc-default-modes)
2979 (org-table-allow-automatic-line-recalculation)
2980 (org-export-html-style, org-export-with-fixed-width)
2981 (org-export-with-sub-superscripts, org-special-keyword)
2982 (org-formula, org-time-grid, org-table-may-need-update)
2983 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
2984 (org-goto-quit, org-get-indentation, org-end-of-item)
2985 (org-move-item-down, org-move-item-up)
2986 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
2987 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
2988 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
2989 (org-agenda-log-mode, org-agenda-toggle-diary)
2990 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
2991 (org-agenda-file-to-end, org-agenda-no-heading-message)
2992 (org-agenda-get-closed, org-format-agenda-item)
2993 (org-cmp-priority, org-cmp-category, org-cmp-time)
2994 (org-agenda-change-all-lines, org-agenda-diary-entry)
2995 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
2996 (org-link-search, org-camel-to-words, org-open-file)
2997 (org-remember-handler, org-table-convert-region)
2998 (org-table-move-row-down, org-table-move-row-up)
2999 (org-table-copy-region, org-table-wrap-region)
3000 (org-table-toggle-vline-visibility)
3001 (org-table-get-vertical-vector, org-table-modify-formulas)
3002 (org-table-get-specials, org-recalc-commands)
3003 (org-table-rotate-recalc-marks, org-table-eval-formula)
3004 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
3005 (org-level-color-stars-only, org-insert-heading):
3006 Fix typos in docstrings.
3007 (last-arg): Add defvar.
3008
3009 * makefile.w32-in (WINS): Add erc.
3010 (MH_E_SRC): Update (copied from lisp/Makefile.in).
3011
3012 2006-01-29 Bill Wohler <wohler@newt.com>
3013
3014 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
3015 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
3016 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
3017 (mh-autoloads): Don't use comments on otherwise empty lines.
3018
3019 2006-01-29 Edward O'Connor <ted@oconnor.cx>
3020
3021 * emulation/viper.el (viper-major-mode-modifier-list): Add
3022 insert-state and vi-state entries for erc-mode.
3023 (viper-go-away, viper-set-hooks): Add and remove
3024 viper-comint-mode-hook from erc-mode-hook as appropriate.
3025
3026 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
3027
3028 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
3029
3030 * bs.el (bs--format-aux): Implement `middle' alignment as
3031 described in the docstring for `bs-attributes-list'.
3032 (bs--get-name): Simplify. Don't pad the buffer name.
3033
3034 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
3035
3036 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
3037 English aspell dictionary is installed, use the first entry of
3038 ispell-dictionary-alist-1.
3039
3040 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
3041
3042 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3043 Doc fix.
3044
3045 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
3046
3047 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3048 for `process-file', in order to let it work for older Emacsen too.
3049
3050 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3051
3052 * international/latexenc.el: Add a suitable `coding:' tag.
3053 (latexenc-find-file-coding-system): Undo last change.
3054
3055 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3056
3057 * international/latexenc.el (latexenc-find-file-coding-system):
3058 Make sure latexenc-main-file is a regular file and is readable.
3059
3060 2006-01-27 Andre Spiegel <spiegel@gnu.org>
3061
3062 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3063 Pass FILE to vc-user-login-name.
3064
3065 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3066
3067 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
3068
3069 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3070 there are no more images to display.
3071 (thumbs-mark, thumbs-unmark): Revert change so that they move to
3072 the next image.
3073
3074 2006-01-26 Richard M. Stallman <rms@gnu.org>
3075
3076 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3077
3078 * wid-edit.el (advertised-widget-backward): New alias.
3079 (widget-keymap): Use advertised-widget-backward for S-TAB.
3080
3081 * tumme.el: Correct the keywords.
3082 (tumme-dir-max-size): Use defvar.
3083 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3084
3085 * simple.el (move-beginning-of-line): Take account of fields.
3086 (clone-indirect-buffer-other-window): Take args like
3087 clone-indirect-buffer, and work like it.
3088
3089 * help-fns.el (describe-function): Don't pass `nil' as default.
3090
3091 * files.el (risky-local-variable-p): Follow var aliases.
3092
3093 * subr.el (lazy-completion-table): Doc fix.
3094
3095 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3096 global binding of `line'.
3097
3098 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3099
3100 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3101 Tramp.
3102
3103 * vc.el (vc-default-dired-state-info): Pass FILE to
3104 vc-user-login-name.
3105 (vc-default-update-changelog): Don't use vc-user-login-name, we
3106 don't need it here.
3107
3108 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3109 no longer necessary.
3110
3111 2006-01-25 Kenichi Handa <handa@m17n.org>
3112
3113 * international/mule.el (decode-char): Avoid the overhead of
3114 calling utf-lookup-subst-table-for-decode if
3115 utf-translate-cjk-mode is nil.
3116 (encode-char): Avoid the overhead of calling
3117 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3118 nil.
3119
3120 2006-01-22 Kenichi Handa <handa@m17n.org>
3121
3122 * international/mule.el (make-subsidiary-coding-system): Reset
3123 `coding-system-define-form' property of subsidiaries to nil.
3124 Avoid duplicated entry in coding-system-alist.
3125 (make-coding-system): Avoid duplicated entry in
3126 coding-system-alist.
3127 (define-coding-system-alias): Likewise.
3128
3129 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3130
3131 * completion.el: Minor fixes in introductory comment.
3132 (completion-def-wrapper): Fix alist.
3133
3134 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3135
3136 * thumbs.el (thumbs-new-image-size): New function.
3137 (thumbs-increment-image-size-element)
3138 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3139 (thumbs-decrement-image-size): Delete.
3140 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3141 temp files and use to resize.
3142 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3143 Use increment argument to enlarge/shrink. Preserve point.
3144 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3145 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3146 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3147 (thumbs-mark, thumbs-unmark): Preserve point.
3148 (thumbs-modify-image): Keep old temp files and use to modify.
3149 Cleanup old temp files at load time. Preserve point.
3150 (thumbs-view-image-mode-map): Use new command names.
3151
3152 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3153
3154 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3155
3156 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3157 the nastiest part of the cyclic dependency.
3158 (cal-menu-update): Use dotimes and calendar-increment-month.
3159
3160 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3161 (calendar-week-start-day): Add an :initializer.
3162 (calendar-mode-map): Use suppress-keymap, and command remapping.
3163 (describe-calendar-mode): Setup xref-stack info for the back button.
3164 (calendar-star-date): Insert before delete.
3165 (calendar-set-mode-line): Add file-modified info if applicable.
3166 (calendar-increment-month): New function.
3167
3168 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3169
3170 * font-lock.el (lisp-font-lock-keywords-2):
3171 Recognize "& keywords" only at word boundaries.
3172
3173 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3174
3175 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3176 and permanent-local.
3177 (thumbs-max-image-number): New variable.
3178 (thumbs-do-thumbs-insertion): Use them.
3179 (thumbs-per-line): Change default to 4.
3180 (thumbs-marked-list): Rename from thumbs-markedL.
3181 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3182 (thumbs-rename-images): Use -list instead of L for internal variables.
3183 (thumbs-call-convert): Use call-process instead of shell-command.
3184 (thumbs-insert-thumb): Add filename as help-echo to each image.
3185 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3186 Give dir to thumbs-show-thumbs-list.
3187 (thumbs-show-thumbs-list): Set default-directory to that of images.
3188 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3189 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3190 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3191 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3192
3193 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3194
3195 * ses.el (ses-read-cell): Provide a default value.
3196
3197 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3198
3199 * term/w32-win.el (image-library-alist): Add additional names for
3200 GIF library.
3201
3202 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3203
3204 * international/latexenc.el (latexenc-find-file-coding-system):
3205 Add file-regular-p check.
3206
3207 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3208
3209 * simple.el (clone-buffer): Don't show the new buffer in the same
3210 window.
3211
3212 2006-01-23 Juri Linkov <juri@jurta.org>
3213
3214 * faces.el (link, link-visited): New faces based on default values
3215 of `info-xref' and `info-xref-visited'.
3216
3217 * info.el (info-xref): Inherit from `link'.
3218 (info-xref-visited): Inherit from `link-visited'.
3219
3220 * cus-edit.el (custom-buffer-create-internal): Use widget type
3221 `custom-manual' instead of `info-link' and don't set properties
3222 `button-face' and `mouse-face' explicitly.
3223 (custom-browse-group-tag, custom-browse-variable-tag)
3224 (custom-browse-face-tag): Inherit from widget class
3225 `custom-group-link' instead of `push-button'.
3226 (custom-button-unraised): Inherit from `underline' face.
3227 (custom-link): Inherit from `link' face. Fix doc and group.
3228 (custom-add-parent-links, custom-group-value-create): Don't set
3229 properties `button-face' and `mouse-face' explicitly for
3230 `custom-group-link' widget.
3231 (custom-group-link): Add properties `button-face' and `mouse-face'
3232 to widget definition.
3233 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3234 editable-field's :keymap property.
3235 (custom-mode): Fix docstring: substitute keybindings for
3236 `widget-forward' and `widget-backward' from `widget-keymap',
3237 `widget-complete' from `custom-field-keymap', replace old
3238 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3239
3240 * desktop.el (desktop-load-file): Check for `fboundp' before
3241 calling `symbol-function'.
3242
3243 * simple.el (clone-buffer, clone-indirect-buffer)
3244 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3245 `read-string'. Fix prompts.
3246
3247 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3248
3249 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3250
3251 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3252
3253 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3254
3255 * startup.el (inhibit-splash-screen, initial-scratch-message):
3256 Doc fixes.
3257
3258 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3259
3260 Sync with Tramp 2.0.52.
3261
3262 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3263 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3264 `tramp-unload-tramp' for checklist.
3265
3266 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3267 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3268 (tramp-unload-file-name-handler-alist)
3269 (tramp-unload-tramp): New defuns.
3270 (tramp-advice-PC-expand-many-files): New defadvice.
3271 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3272 removed.
3273 (tramp-handle-expand-file-name): Remove double slash.
3274 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3275 It doesn't matter, because it will be converted later on.
3276 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3277 implementation was just heuristic.
3278 (tramp-post-connection): Set uid and gid properties.
3279 (tramp-convert-file-attributes): Set file's gid change bit.
3280 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3281 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3282 in case of su(do)? methods. The home directory of the local user
3283 will be taken else.
3284 (tramp-open-connection-telnet)
3285 (tramp-open-connection-rsh, tramp-open-connection-su)
3286 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3287 local shell prompt could hurt. Reported by Romain Francoise
3288 <romain@orebokech.com>.
3289 (tramp-let-maybe): Add `edebug-form-spec' property.
3290 (tramp-handle-expand-file-name): Bind `default-directory' locally
3291 to "/" in order to avoid problems with UNC shares or Cygwin
3292 mounts.
3293 (tramp-md5-function): Fix typo in error message.
3294
3295 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3296
3297 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3298 for byte-compiler pacification.
3299
3300 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3301
3302 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3303 ID-FORMAT `string'. This allows us to get rid of
3304 `vc-user-login-name UID'.
3305
3306 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3307
3308 2006-01-22 John Paul Wallington <jpw@pobox.com>
3309
3310 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3311
3312 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3313
3314 * emacs-lisp/find-func.el (find-definition-noselect)
3315 (find-variable-noselect): Search variables in C source code too.
3316 (find-function-C-source, find-function-noselect, find-function)
3317 (find-function-other-frame, find-variable-noselect, find-variable)
3318 (find-variable-other-frame, find-variable-at-point):
3319 Fix docstrings.
3320
3321 2006-01-21 Francesco Potorti` <pot@gnu.org>
3322
3323 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3324
3325 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3326
3327 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3328 Default to disabling the "Save affix" question.
3329
3330 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3331
3332 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3333 the first arg to run-python.
3334
3335 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3336
3337 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3338 is not loaded.
3339
3340 2006-01-20 Jay Belanger <belanger@truman.edu>
3341
3342 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3343 limit is 0.
3344
3345 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3346 the correct variable.
3347
3348 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3349
3350 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3351 link. Fixed buggy argument sequence in call to `org-view-tags'.
3352 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3353 (org-prefix-has-tag): New variable.
3354 (org-format-agenda-item): Remove tags from headline if
3355 appropriate.
3356 (org-agenda-remove-tags-when-in-prefix): New option.
3357 (org-get-tags-at): New function.
3358
3359 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3360
3361 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3362 (thumbs-find-image): Move image name and number from buffer name
3363 to mode name. Set thumbs-buffer. Preserve point so that large
3364 images remain visible.
3365 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3366 order.
3367 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3368 mode name.
3369 (thumbs-next-image, thumbs-previous-image): Make them work.
3370
3371 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3372
3373 * cus-edit.el (custom-buffer-create-internal): State in the text above
3374 the whole buffer buttons that they do not operate on hidden items.
3375 (custom-face-menu): Use `custom-face-save' instead of
3376 `custom-face-save-command'.
3377 (custom-face-save-command): Make it an alias for `custom-face-save'
3378 and declare it obsolete.
3379 (custom-face-save): Doc fix.
3380
3381 * dired.el (dired-no-confirm): Add quote.
3382 (dired-subdir-alist-pre-R): Add quote in
3383 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3384
3385 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3386
3387 * textmodes/table.el (table-mode-indicator): Typo in last change.
3388
3389 2006-01-19 Richard M. Stallman <rms@gnu.org>
3390
3391 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3392 Fixes bug reported in Nov 2005.
3393
3394 * isearch.el (isearch-forward): Doc fix.
3395
3396 * dired.el (dired-move-to-filename-regexp): Define as alias.
3397 (dired-no-confirm): Use defcustom.
3398 (dired-subdir-alist-pre-R): Put defvar at top level.
3399
3400 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3401
3402 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3403 Mark as risky.
3404
3405 * simple.el (set-mark-command): Doc fix.
3406 (clone-indirect-buffer-other-window):
3407 Read arg like clone-indirect-buffer.
3408 (move-beginning-of-line): Skip invisible newlines.
3409
3410 2006-01-19 Masatake YAMATO <jet@gyve.org>
3411
3412 * progmodes/cpp.el (cpp-edit-load): Make the order of
3413 listed conditions in a base C code buffer and its associate
3414 CPP Edit buffer the same.
3415
3416 2006-01-19 Kenichi Handa <handa@m17n.org>
3417
3418 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3419 (rmail-mime-feature): Likewise.
3420 (rmail-require-mime-maybe): Use display-warning to show a warning
3421 message.
3422
3423 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3424 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3425
3426 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3427
3428 * array.el: Move defvars out of eval-when-compile.
3429 (array-make-template): Replace undeclared global var with a local one.
3430 (array-mode): Inline initialization functions.
3431 (array-init-local-variables, array-init-max-row)
3432 (array-init-max-column, array-init-columns-per-line)
3433 (array-init-field-width, array-init-rows-numbered)
3434 (array-init-line-length, array-init-lines-per-row): Remove.
3435
3436 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3437 (doc-mode-map): Define explicitly.
3438 (doctor-txtype): Use mapc.
3439
3440 * textmodes/table.el: Move defvars out of eval-when-compile.
3441 Remove harmful code meant to avoid byte-compiler warnings.
3442 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3443 specification that checks table-fixed-width-mode directly.
3444 (table-recognize-region, table-recognize-cell):
3445 Use restore-buffer-modified-p.
3446 (table-fixed-width-mode): Remove code that refreshes
3447 table-fixed-mode-indicator.
3448 (*table--cell-describe-bindings, *table--cell-describe-mode):
3449 Avoid obsolete name print-help-return-message.
3450 (table--test-cell-list): Don't use replace-regexp from elisp.
3451 (table--point-entered-cell-function, table--point-left-cell-function):
3452 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3453
3454 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3455 that was after the end of file. Use buffer-file-name variable.
3456 (org-timestamp-change): Use with-current-buffer.
3457 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3458 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3459 `file'.
3460
3461 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3462 (fortran-break-line): Remove unused var `opoint'.
3463 (fortran-abbrev-start): Obey help-event-list.
3464
3465 2006-01-18 Jesper Harder <harder@phys.au.dk>
3466
3467 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3468
3469 2006-01-18 Masatake YAMATO <jet@gyve.org>
3470
3471 * progmodes/make-mode.el (makefile-imake-mode): New mode
3472 derived from makefile-mode.
3473 (makefile-imake-mode-syntax-table): New syntax table
3474 derived from makefile-mode-syntax-table.
3475 (makefile-mode): Write about makefile-imake-mode in doc string.
3476 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3477 (makefile-imake-font-lock-keywords): New font lock keywords.
3478
3479 * files.el (auto-mode-alist): Add Imakefile.
3480
3481 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3482
3483 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3484 loading the file rather than when turning on flyspell-mode.
3485
3486 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3487
3488 * cus-edit.el (customize-rogue): Minor doc fix.
3489
3490 2006-01-17 Juri Linkov <juri@jurta.org>
3491
3492 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3493 instead of the file at the mark as default if the file at the mark
3494 is the same as the file at point or if dired-dwim-target-directory
3495 is not the same as the current directory and the mark is not active.
3496
3497 * log-view.el (log-view-minor-wrap): Use the same logic to get
3498 revisions as `log-view-diff'.
3499
3500 * info.el (Info-revert-find-node): Check for Info-current-file
3501 before preserving new-history.
3502
3503 * man.el (Man-heading-regexp): Add `/'.
3504
3505 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3506 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3507
3508 2006-01-16 Juri Linkov <juri@jurta.org>
3509
3510 * faces.el (mode-line-faces): New defgroup.
3511 (mode-line-highlight): Move definition after new defgroup.
3512 (mode-line, mode-line-inactive, mode-line-highlight):
3513 Replace :group `modeline' with `mode-line-faces'.
3514 (mode-line-buffer-id): New face.
3515 (modeline-buffer-id): New face alias.
3516 (vertical-border): Remove :group `modeline'.
3517
3518 * bindings.el (propertized-buffer-identification): Use face
3519 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3520 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3521 (mode-line-buffer-identification-keymap): For mouse-1 replace
3522 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3523 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3524 mouse-3.
3525
3526 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3527 Buffer-menu-buffer. Doc fix.
3528 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3529 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3530 `Buffer-menu-buffer'.
3531
3532 * info.el (Info-mode-line-node-keymap): New defvar.
3533 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3534 Propertize Info-current-node with `mode-line-buffer-id' and
3535 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3536
3537 * time.el (display-time-mail-face): Replace :group `faces' with
3538 `mode-line-faces'.
3539
3540 2006-01-16 Kenichi Handa <handa@m17n.org>
3541
3542 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3543
3544 * language/european.el (cp1252): New alias for windows-1252.
3545
3546 * international/mule.el (autoload-coding-system): Prepare for EOL
3547 variants.
3548
3549 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3550
3551 * term.el (term-raw-map): Add mapping for insert.
3552 (term-send-insert): New.
3553 (term-mode): Make variables local here instead of doing it in
3554 `term-emulate-terminal'.
3555 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3556 Scroll reverse needs to take into account the scroll region.
3557 Saving and restoring the cursor should save the color attributes too.
3558 (term-reset-terminal): Reset the scroll region.
3559 (term-handle-ansi-escape): Cursor up and down should take into
3560 account the scroll region.
3561 (term-set-scroll-region): Rename from `term-scroll-region'.
3562 Move to 0,0 after setting the region.
3563 (term-handle-scroll): Handle scroll up.
3564 (term-down): Fix off by one error.
3565 (term-delete-lines): Do not delete outside the scroll region.
3566 (term-insert-lines): Take into account the scroll region.
3567
3568 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3569
3570 * textmodes/ispell.el (ispell-internal-change-dictionary)
3571 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3572 (start, end): Move declaration outside of eval-when-compile.
3573
3574 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3575 (flyspell-mode-on): Use it.
3576
3577 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3578 ispell-kill-ispell-hook.
3579
3580 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3581
3582 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3583 (Custom-reset-saved): Do not ask for confirmation in single option
3584 buffers.
3585
3586 2006-01-13 Richard M. Stallman <rms@gnu.org>
3587
3588 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3589
3590 2006-01-13 Romain Francoise <romain@orebokech.com>
3591
3592 * add-log.el (add-change-log-entry, change-log-merge):
3593 Conditionally use `hard-newline'.
3594
3595 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
3596
3597 * wid-edit.el (widget-field-end): If the overlay is no longer
3598 associated with a buffer, behave as if the overlay didn't exist.
3599
3600 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3601 Make sure the links use the `custom-link' face.
3602
3603 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3604
3605 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3606 (ld-script-mode): Don't set indent-line-function since we don't
3607 have one.
3608
3609 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3610
3611 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3612 application.
3613 (org-file-apps-defaults-gnu): Use mailcap as the default for
3614 selecting an application on a UNIX system.
3615 (org-agenda-show-tags): New command.
3616 (org-table-insert-hline): Keep cursor in current table line.
3617 (org-table-convert): Offset effect of modifying
3618 `org-table-insert-hline'.
3619 (org-format-agenda-item): New optional argument TAG.
3620 (org-compile-prefix-format): Handle %T format for the tag.
3621 (org-expand-wide-chars): New function.
3622 (org-table-insert-row, org-table-insert-hline):
3623 Use `org-expand-wide-chars'.
3624 (org-open-file): Fix bug in program launch.
3625 (org-get-time-of-day): Fix bug with times before 1am.
3626 (org-agenda-menu): Add tags commands.
3627
3628 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3629
3630 * textmodes/ispell.el (ispell-init-process): Include the used
3631 dictionary in ispell process start message.
3632 (ispell-internal-change-dictionary): When flyspell-mode is active
3633 and dictionary is changed, make sure ispell process is restarted
3634 and flyspell word cache cleared out for the current buffer.
3635 (ispell-change-dictionary): Make sure flyspell word cache is
3636 cleared out in all buffers with active flyspell mode when
3637 dictionary is globally changed.
3638 Call ispell-internal-change-dictionary after dictionary change.
3639
3640 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3641
3642 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3643
3644 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3645 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3646 years. Fix small differences wrt Makefile.in.
3647 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3648 Makefile.in does.
3649
3650 2006-01-12 Bill Wohler <wohler@newt.com>
3651
3652 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3653 mh-search.el.
3654
3655 2006-01-12 Masatake YAMATO <jet@gyve.org>
3656
3657 * progmodes/ld-script.el: Update copyright year.
3658
3659 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3660
3661 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3662 Don't add widget if setting undefined.
3663
3664 2006-01-12 John Paul Wallington <jpw@pobox.com>
3665
3666 * help-fns.el (describe-variable): Remove newlines from void
3667 variable output.
3668
3669 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3670
3671 * wdired.el (wdired-mode-map): Add help echo for
3672 wdired-abort-changes.
3673
3674 * man.el (Man-file-name-regexp): Adjust for a list of files.
3675
3676 2006-01-12 Masatake YAMATO <jet@gyve.org>
3677
3678 * progmodes/ld-script.el (auto-mode-alist): Support
3679 suffix conventions used in netbsd and eCos.
3680
3681 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3682
3683 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3684 (custom-variable-menu, custom-face-menu, custom-group-menu)
3685 (Custom-mode-menu): Change names of menu items. (As discussed on
3686 emacs-devel.)
3687 (custom-face-menu): Add "Undo Edits" item.
3688
3689 * startup.el (init-file-user): defcustom -> defvar.
3690
3691 * tooltip.el (tooltip-mode): Doc fix.
3692
3693 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3694
3695 * reveal.el (reveal-post-command): window-buffer signals an error on
3696 dead windows rather than returning nil.
3697 (reveal-open-new-overlays): An overlay might die while we open others.
3698
3699 2006-01-11 Bill Wohler <wohler@newt.com>
3700
3701 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3702 phrasing in docstring.
3703
3704 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3705 can give some systems gas. Add new file mh-buffers.el.
3706
3707 2006-01-06 Masatake YAMATO <jet@gyve.org>
3708
3709 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3710 C preprocessor forward ported from GNU Emacs 21.2.
3711
3712 * progmodes/asm-mode.el (asm-font-lock-keywords):
3713 Use `cpp-font-lock-keywords'.
3714
3715 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3716
3717 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3718 of $ for "\\.ld[s]?".
3719
3720 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3721
3722 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3723 (tcl-indent-line): Return `noindent' if inside a string.
3724
3725 * progmodes/flymake.el (flymake-split-string): Remove more than one
3726 empty string at beg/end of the result.
3727 (flymake-find-buildfile, flymake-find-possible-master-files):
3728 Use expand-file-name.
3729 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3730 since expand-file-name does it for us. Use directory-file-name.
3731 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3732 (flymake-ler-get-type, flymake-ler-get-text)
3733 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
3734 (flymake-current-line-no): Remove spurious interactive spec.
3735 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3736 (flymake-check-include): Remove arg inc-path merged into inc-name.
3737 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3738 Arg regexp-list replaced by a simple regexp.
3739 (flymake-master-make-header-init, flymake-master-tex-init):
3740 Correspondingly replace regexp-list with a regexp. Fix regexp.
3741
3742 2006-01-10 Simon Josefsson <jas@extundo.com>
3743
3744 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3745 describing AUTH PLAIN fix.
3746
3747 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3748
3749 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3750 (report-emacs-bug): Don't record initial prompt text.
3751 Instead, add text properties to prompting text.
3752 (report-emacs-bug-hook): Delete prompting text.
3753
3754 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3755
3756 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3757 `dirs'. Adjust callers.
3758
3759 2006-01-09 John Paul Wallington <jpw@gnu.org>
3760
3761 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3762
3763 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3764
3765 * reveal.el (reveal-open-new-overlays): New extracted fun.
3766 (reveal-close-old-overlays): Idem. Check overlays's liveness before
3767 using them. Simplify the code.
3768 (reveal-post-command): Use them. Fix up obsolete windows in
3769 reveal-open-spots.
3770
3771 * progmodes/flymake.el: Use `require' rather than autoload for
3772 XEmacs's overlays.
3773 (flymake-get-common-file-prefix, flymake-build-relative-filename):
3774 Delete. Use file-relative-name instead.
3775 (flymake-get-syntax-check-program-args, flymake-perl-init):
3776 Simplify the resulting code.
3777
3778 * log-view.el (log-view-file-re, log-view-message-re): Add support
3779 for DaRCS output.
3780
3781 2006-01-09 Alex Schroeder <alex@gnu.org>
3782
3783 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3784 identifiers sometimes added in square brackets at the beginning of
3785 subject lines.
3786
3787 2006-01-07 Richard M. Stallman <rms@gnu.org>
3788
3789 * cus-edit.el (Custom-set, Custom-save): Doc fix.
3790 (Custom-reset-current, Custom-reset-saved): Change question text.
3791 (Custom-reset-standard): Likewise.
3792 (custom-variable-reset-saved): Doc fix.
3793
3794 2006-01-07 Eli Zaretskii <eliz@gnu.org>
3795
3796 * startup.el (init-file-user): Doc fix.
3797
3798 2006-01-07 Alex Schroeder <alex@gnu.org>
3799
3800 * mail/rmail.el (rmail-current-subject): New function.
3801 (rmail-current-subject-regexp): New function.
3802 (rmail-next-same-subject): Use it.
3803
3804 * mail/rmailsum.el (rmail-summary-by-topic):
3805 Use rmail-current-subject and rmail-current-subject-regexp.
3806 (rmail-summary-next-same-subject): Ditto.
3807
3808 * net/rcirc.el (rcirc-send-input): No longer check whether the
3809 process is open, since not all commands need an open process.
3810 (rcirc-send-string): Check whether the process is open before
3811 sending anything.
3812 (rcirc-ignore-list): New option.
3813 (rcirc-ignore-list-automatic): New variable.
3814 (rcirc-print): Take rcirc-ignore-list into account.
3815 (rcirc-cmd-ignore): New command.
3816 (rcirc-ignore-update-automatic): New function.
3817 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3818 list if ignored nicks.
3819 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3820
3821 2006-01-06 David Reitter <david.reitter@gmail.com>
3822
3823 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3824 reflect the address to which the report will be sent.
3825
3826 2006-01-06 Eli Zaretskii <eliz@gnu.org>
3827
3828 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3829 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3830
3831 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
3832
3833 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3834
3835 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3836 the doc string: "functoin" => "function".
3837 * ldefs-boot.el: Likewise.
3838
3839 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3840 message text: "Duplicat" => "Duplicate".
3841
3842 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
3843
3844 * files.el (basic-save-buffer-2): If backing-up failed, reset
3845 buffer-backed-up to nil.
3846
3847 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
3848
3849 * progmodes/gud.el (gdb-script-skip-to-head)
3850 (gdb-script-calculate-indentation): Indent for breakpoint command
3851 lists also.
3852
3853 2006-01-05 Bill Wohler <wohler@newt.com>
3854
3855 * Makefile.in (compile-always): Add mh-autoloads dependency.
3856 (bootstrap): Remove mh-autoloads dependency, as compile dependency
3857 provides it.
3858 (updates): Remove mh-autoloads dependency, since it probably has
3859 already run recently (via recompile).
3860
3861 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
3862
3863 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3864 argument `force' to disable the flyspell-last-buffer optimization.
3865 (flyspell-mode-on): Use it.
3866
3867 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3868 flymake-simple-cleanup.
3869 (flymake-allowed-file-name-masks): Use this new default.
3870 All the functions are now called in the right buffer rather than
3871 passing the buffer as argument.
3872 (flymake-process-sentinel): Switch to buffer before calling cleanup.
3873 (flymake-parse-err-lines): Remove redundant buffer arg.
3874 (flymake-get-program-dir): Comment out unused function.
3875 (flymake-start-syntax-check, flymake-start-syntax-check-process):
3876 Remove redundant buffer argument.
3877 (flymake-get-real-file-name, flymake-simple-java-cleanup)
3878 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3879
3880 2006-01-05 Richard M. Stallman <rms@gnu.org>
3881
3882 * info.el (Info-find-node): Don't record previous node if have none.
3883 (info): Go to directory only if history is empty.
3884
3885 * simple.el (mark): Doc fix.
3886
3887 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3888
3889 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3890 already of desired type.
3891 (mac-ae-list): Coerce parameter to "list" type.
3892 (mac-dispatch-apple-event): Replace cadr part of event with a
3893 dummy position so that event-start returns it.
3894
3895 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
3896
3897 * textmodes/org.el (org-end-of-subtree): New function.
3898 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3899 Use `org-end-of-subtree'.
3900 (org-agenda, org-agenda-convert-date): Protect calls to
3901 `fit-window-to-buffer'.
3902 (org-tags-view): Force matching of sublevels when doing a
3903 todo-only search. Define the correct redo command, including the
3904 arguments.
3905 (org-agenda-redo): Display message.
3906 (org-check-for-org-mode): New function.
3907 (org-agenda-type): New variable.
3908 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3909 Set `org-agenda-type'.
3910 (org-agenda-check-type): New function.
3911 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3912 (org-agenda-week-view, org-agenda-day-view)
3913 (org-agenda-next-date-line, org-agenda-previous-date-line)
3914 (org-agenda-log-mode, org-agenda-toggle-diary)
3915 (org-agenda-toggle-time-grid, org-agenda-date-later)
3916 (org-agenda-date-prompt, org-agenda-diary-entry)
3917 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3918 (org-agenda-convert-date, org-agenda-menu):
3919 Use `org-agenda-check-type'.
3920 (org-make-overlay, org-delete-overlay)
3921 (org-detatch-overlay, org-move-overlay, org-overlay-put):
3922 New compatibility functions.
3923 (org-calendar-select-mouse): New command.
3924
3925 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
3926
3927 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
3928 (Custom-reset-standard): Fix y-or-n-p messages.
3929 (custom-link): New face for links.
3930 (custom-buffer-create-internal, custom-manual): Use it.
3931 (custom-face-save): Push to theme-face before setting face spec.
3932
3933 * wid-edit.el (widget-default-mouse-face-get): New function.
3934 (widget-specify-button): Handle mouse-face like button-face.
3935
3936 * custom.el (load-theme): Clear old theme settings if reloading.
3937
3938 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
3939
3940 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
3941 "Erase Customization" button back to same position it occupies in
3942 the individual State menus.
3943
3944 2006-01-04 Kim F. Storm <storm@cua.dk>
3945
3946 * wid-edit.el (key-sequence): Rework widget to read key binding
3947 using `kbd' syntax. Use C-q to insert literal key, event, or code.
3948 (widget-key-sequence-default-value): Default value for empty sequence.
3949 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
3950 (widget-key-sequence-read-event): New command for C-q.
3951 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
3952 (widget-key-sequence-value-to-external): New functions.
3953
3954 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3955
3956 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
3957 Use expand-file-name.
3958 (flymake-delete-temp-directory): Use expand-file-name,
3959 file-name-directory, and directory-file-name.
3960 (flymake-strrchr): Delete.
3961 (flymake-start-syntax-check): Don't pass the redundant buffer argument
3962 to the init-f function.
3963 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
3964 (flymake-init-find-buildfile-dir)
3965 (flymake-init-create-temp-source-and-master-buffer-copy)
3966 (flymake-simple-make-init-impl, flymake-simple-make-init)
3967 (flymake-master-make-init, flymake-master-make-header-init)
3968 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
3969 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
3970 (flymake-xml-init): Remove corresponding redundant buffer argument.
3971 (flymake-allowed-file-name-masks): Remove last elems that are equal to
3972 the default anyway. Clean up regexps.
3973
3974 * progmodes/flymake.el (flymake-temp-source-file-name)
3975 (flymake-master-file-name, flymake-temp-master-file-name)
3976 (flymake-base-dir): New buffer-local vars.
3977 (flymake-buffer-data, flymake-get-buffer-value)
3978 (flymake-set-buffer-value): Replace those hash-tables by the new
3979 buffer-local vars. Update callers.
3980
3981 * progmodes/flymake.el (flymake-check-start-time)
3982 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
3983 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
3984 Move definition, so we can remove redundant earlier declaration.
3985 (flymake-replace-regexp-in-string, flymake-split-string)
3986 (flymake-get-temp-dir): Use defalias.
3987 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
3988 (flymake-xemacs-window-edges): Remove unused function.
3989 (flymake-get-point-pixel-pos): Move.
3990 (flymake-pid-to-names, flymake-reg-names)
3991 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
3992 Replace by a simple list flymake-processes and by process-buffer.
3993 Update callers. Other than simplify the code, it uses buffers rather
3994 than buffer-names so it doesn't get confused by uniquify.
3995 (flymake-buffer-data): The global value should just be nil.
3996
3997 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
3998 Optimize the body of a defalias like any other code.
3999
4000 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
4001 Make sure we've setup font-lock's vars. It may influence which
4002 function we then call.
4003 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
4004 here since it's too late anyway.
4005
4006 2006-01-03 Romain Francoise <romain@orebokech.com>
4007
4008 * startup.el (fancy-splash-tail, normal-splash-screen):
4009 Update copyright year.
4010
4011 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
4012
4013 * mouse.el (mouse-drag-track): Rename, from
4014 `mouse-drag-region-1'. Includes optional argument required to
4015 enable post-drag event processing (e.g. delete region keys).
4016 Can be used without this argument to track a mouse region and operate
4017 on it as soon as the drag completes.
4018 (mouse-drag-region): Use `mouse-drag-track'.
4019
4020 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4021
4022 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
4023 Move to `custom-buffer' group.
4024
4025 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4026 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
4027 (custom-theme-insert-face-marker, custom-theme-variable-menu)
4028 (custom-theme-face-menu): New variables.
4029 (custom-theme-add-variable, custom-theme-variable-action)
4030 (custom-variable-reset-theme, custom-theme-delete-variable)
4031 (custom-face-reset-theme, custom-theme-face-action)
4032 (custom-theme-delete-face, custom-theme-merge-theme)
4033 (custom-theme-add-face, custom-theme-visit-theme): New functions.
4034
4035 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
4036
4037 * custom.el: Move Custom Themes commentary to start of theme code.
4038 (custom-known-themes): Rename `standard' theme to `changed'.
4039 (custom-push-theme): Caller no longer specifies what theme to use
4040 when doing `reset'---the setting is simply removed from the theme.
4041 Delete MODE from `theme-value' and `theme-settings' properties.
4042 (custom-declare-theme): Ignore &rest args since we don't use them.
4043
4044 (custom-loaded-themes): Delete variable.
4045 (custom-theme-load-themes, custom-theme-loaded-p)
4046 (custom-theme-value): Delete functions.
4047
4048 (custom-declare-theme): Signal error on invalid theme names.
4049 (provide-theme): custom-loaded-themes was deleted.
4050 (load-theme): Load the file unconditionally.
4051 (enable-theme): Call `load-theme' if theme is undefined.
4052 (custom-enabled-themes): Only update value for successful loads.
4053 (disable-theme): Complete from enabled themes when interactive.
4054 (custom-variable-theme-value): Calculate theme value directly.
4055
4056 (custom-theme-reset-variables, custom-reset-variables): Mark as
4057 XEmacs compatibility functions. We don't actually use these.
4058
4059 * cus-edit.el (custom-variable-state-set):
4060 Use custom-variable-theme-value instead of custom-theme-value.
4061 (custom-face-state-set): Rename `standard' theme to `changed'.
4062 (custom-save-variables, custom-save-faces): Delete unneeded
4063 references to custom-reset-variables.
4064 (custom-save-resets): Delete function.
4065 (custom-save-variables, custom-save-faces): MODE argument deleted.
4066 (custom-save-variables, custom-save-faces): Ignore theme values.
4067
4068 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4069 compatibility function.
4070
4071 2006-01-01 Richard M. Stallman <rms@gnu.org>
4072
4073 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4074 (Custom-reset-current, Custom-reset-saved): Likewise.
4075 (Custom-reset-standard): Show message if aborted.
4076 (custom-mode): Doc fix, describing those commands.
4077
4078 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4079 put on event-kind property.
4080
4081 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4082
4083 * custom.el (provide-theme): Ban `user' theme name.
4084 (custom-enabling-themes): New variable.
4085 (enable-theme): Don't enable user if custom-enabling-themes is t.
4086 (custom-enabled-themes): Make it a defcustom.
4087 (custom-theme-recalc-face): No-op if face is undefined.
4088
4089 * cus-edit.el (custom-button-mouse): New variable.
4090 (custom-button-mouse): New face.
4091 (custom-raised-buttons, custom-mode): Use it.
4092
4093 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4094
4095 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4096
4097 * progmodes/gud.el (gud-display-line): Support hl-line in the
4098 source buffer.
4099
4100 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4101
4102 * mouse.el (mouse-drag-window-above): Verify that the found window
4103 overlaps with the given window in the horizontal dimension.
4104
4105 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4106
4107 * Makefile.in (cvs-update): New target.
4108
4109 * makefile.w32-in (cvs-update): Ditto.
4110
4111 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4112
4113 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4114 (custom-new-theme-mode-map): New variable.
4115
4116 2005-12-30 Richard M. Stallman <rms@gnu.org>
4117
4118 * custom.el (custom-load-themes): Function deleted.
4119
4120 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4121 (custom-save-variables): Don't delete or add custom-load-themes call.
4122
4123 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4124
4125 * cus-start.el: Add `visible-cursor'.
4126
4127 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4128 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4129 (flymake-process-filter): Switch to buffer before calling it instead.
4130 (flymake-post-syntax-check, flymake-highlight-err-lines)
4131 (flymake-delete-own-overlays, flymake-parse-err-lines)
4132 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4133 (flymake-count-lines, flymake-parse-residual):
4134 Remove constant buffer argument.
4135 (flymake-start-syntax-check-for-current-buffer): Remove.
4136 Update callers to use flymake-start-syntax-check instead.
4137 (flymake-display-err-menu-for-current-line):
4138 Remove unused var `mouse-pos'.
4139 (flymake-restore-formatting): Comment out unused function.
4140 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4141 argument, use current-buffer instead. Update callers.
4142
4143 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4144
4145 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4146 buffer-local because choose-completion-delete-max-match requires
4147 that we set completion-ignore-case (i.e., binding via let is not
4148 sufficient).
4149 (bibtex-complete): Always set completion-ignore-case and
4150 choose-completion-string-functions. The latter is needed because
4151 choose-completion-string-functions keeps its value if we quit the
4152 *Completions* buffer without requesting a completion.
4153
4154 2005-12-30 Andreas Schwab <schwab@suse.de>
4155
4156 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4157
4158 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4159
4160 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4161
4162 2005-12-30 Juri Linkov <juri@jurta.org>
4163
4164 * locate.el (locate-fcodes-file, locate-header-face)
4165 * progmodes/delphi.el (delphi-other-face)
4166 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4167
4168 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4169 group `paren-showing-faces'.
4170
4171 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4172 (goto-address): Fix docstring.
4173
4174 * net/webjump.el (webjump-sample-sites): Update URLs.
4175
4176 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4177
4178 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4179
4180 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4181
4182 * font-lock.el (font-lock-compile-keywords): Signal an error when
4183 font-lock-set-defaults hasn't been called.
4184
4185 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4186
4187 * subr.el (noreturn, 1value): Doc fixes.
4188
4189 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4190
4191 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4192 that assoc-string returns nil.
4193
4194 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4195
4196 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4197 (bibtex-entry-type-str, bibtex-empty-field-re)
4198 (bibtex-search-backward-string, bibtex-preamble-prefix)
4199 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4200 (bibtex-any-valid-entry-type): New variable.
4201 (bibtex-parse-field-name): Simplify.
4202 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4203 (bibtex-preamble-prefix): Include left delimiter.
4204 (bibtex-search-forward-field, bibtex-search-backward-field):
4205 Allow unbounded search past entry boundaries (required by bibtex-pop).
4206 (bibtex-text-in-field-bounds): Use push.
4207 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4208 (bibtex-parse-preamble, bibtex-valid-entry)
4209 (bibtex-beginning-first-field): New functions.
4210 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4211 (bibtex-map-entries): Fix docstring.
4212 (bibtex-flash-head): New arg prompt. Simplify.
4213 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4214 (bibtex-insert-kill): Simplify. Always insert text past the
4215 current field or entry.
4216 (bibtex-format-entry): Use bibtex-parse-field.
4217 (bibtex-pop): Use bibtex-beginning-of-entry and
4218 bibtex-end-of-entry to initiate the search. Insert empty field if
4219 we found ourselves.
4220 (bibtex-print-help-message): New args field and comma.
4221 Handle entry keys.
4222 (bibtex-make-field): Use bibtex-beginning-of-entry.
4223 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4224 invalid entry.
4225 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4226 Handle preambles. Simplify code for thorough test.
4227 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4228 New arg comma. Handle entry heads.
4229 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4230 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4231 New arg comma.
4232 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4233 (bibtex-fill-field): Simplify.
4234 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4235 bibtex-parse-field.
4236 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4237 (bibtex-complete): Use bibtex-parse-preamble.
4238
4239 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4240
4241 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4242 Display name of expression instead of convenience variable.
4243 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4244
4245 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4246 toggle-gud-tooltip-dereference.
4247 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4248 (gud-tooltip-tips): ...here when dereferencing.
4249
4250 2005-12-28 Bill Wohler <wohler@newt.com>
4251
4252 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4253
4254 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4255
4256 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4257 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4258 (vc-annotate-display-autoscale): Adjust call.
4259 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4260 Fix interactive spec.
4261 (vc-annotate-time-span): Remove.
4262 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4263 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4264 (vc-annotate-display-select): Use new name.
4265
4266 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4267 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4268 Correct the construction of span entries. Simplify.
4269 (vc-annotate-display-select): Fix the nil case.
4270 (vc-annotate): Remove obsolete (and now broken) code.
4271 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4272 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4273
4274 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4275
4276 * subr.el (lazy-completion-table): Correct typo in docstring.
4277
4278 * startup.el (command-line): Use `custom-reevaluate-setting' for
4279 `send-mail-function'.
4280
4281 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4282
4283 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4284
4285 * mail/smtpmail.el (smtpmail-try-auth-methods):
4286 Send credentials together with "AUTH PLAIN" command.
4287
4288 2005-12-27 Richard M. Stallman <rms@gnu.org>
4289
4290 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4291 mouse-2, go back to previously selected window, so it's selected
4292 when mouse-2 command runs.
4293
4294 2005-12-27 Juri Linkov <juri@jurta.org>
4295
4296 * descr-text.el (describe-text-sexp): Use square brackets for
4297 button [Show] to distinguish it from the property value `show'.
4298 (describe-property-list): Use `insert-text-button' with
4299 `help-face' type instead of putting face in quotes, because button
4300 is not created automatically for a list of faces.
4301 (describe-text-properties-1): Put button-type value in quotes to
4302 distinguish from plain text "button".
4303 (describe-char): Display code point values in hex. Don't use
4304 `symbol-name' for `current-input-method' because it is a string.
4305 Use `insert-text-button' with `help-face' type instead of putting
4306 hardcoded face in quotes, because button is not created automatically.
4307
4308 2005-12-27 Richard M. Stallman <rms@gnu.org>
4309
4310 * progmodes/glasses.el (glasses-face): More specific custom type.
4311
4312 * files.el (set-visited-file-name): Doc fix.
4313
4314 * textmodes/flyspell.el (flyspell-external-point-words):
4315 Use local var buffer-scan-pos to advance scan for next misspelling.
4316 Advance it only after we find the misspelling.
4317
4318 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4319
4320 * textmodes/flyspell.el (flyspell-external-point-words):
4321 New criteria for finding the misspelling in the buffer.
4322
4323 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4324
4325 * help-mode.el (help-insert-string): Set help-xref-stack-item
4326 rather than call help-setup-xref.
4327
4328 * descr-text.el (describe-char): Revert previous changes for
4329 optional buffer argument.
4330
4331 2005-12-27 Juri Linkov <juri@jurta.org>
4332
4333 * help-mode.el (help-insert-string): New function. Save buffer
4334 contents in cases where it is impossible to recompute the old contents.
4335
4336 * descr-text.el (describe-char): Set help-xref-stack-item
4337 explicitly after buffer has been generated.
4338
4339 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4340
4341 * cus-start.el (all): Add x-gtk-show-hidden-files.
4342
4343 2005-12-26 Richard M. Stallman <rms@gnu.org>
4344
4345 * replace.el (perform-replace): Calculate match-again
4346 before skipping read-only matches.
4347
4348 * paren.el (paren-showing-faces): New group.
4349 (show-paren-match, show-paren-mismatch): Move to that group.
4350
4351 * button.el (button): Put into group `basic-faces'.
4352
4353 * progmodes/make-mode.el: Remove faces from group `faces'.
4354
4355 * apropos.el (apropos, apropos-value): Doc fix.
4356 (apropos-documentation): Doc fix.
4357
4358 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4359
4360 * subr.el (lazy-completion-table): Remove argument `args'.
4361
4362 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4363 Don't use the `args' argument of lazy-completion-table.
4364
4365 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4366
4367 * descr-text.el (describe-char): Add optional argument for buffer.
4368 Set buffer appropriately. Call help-setup-xref.
4369 Suggested by Stefan Monnier.
4370
4371 2005-12-26 Juri Linkov <juri@jurta.org>
4372
4373 * descr-text.el: Require `help-fns' at runtime. Don't require
4374 `button' for byte compilation.
4375 (describe-text-widget): Add `help-echo' for first button.
4376 Use `help-info' for second.
4377 (describe-property-list): Use `help-argument-name' instead of `italic'.
4378 (describe-text-category): Add prompt to interactive spec.
4379 Call `help-setup-xref'.
4380 (describe-char): Use `help-character-set'. Add `help-echo' for
4381 code point. Use `help-input-method'. Remove superfluous insert.
4382
4383 2005-12-25 Richard M. Stallman <rms@gnu.org>
4384
4385 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4386 at point, in case of narrowing.
4387
4388 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4389
4390 * locate.el (locate-header-face): Allow nil in type.
4391
4392 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4393
4394 2005-12-25 Romain Francoise <romain@orebokech.com>
4395
4396 * battery.el (battery-linux-proc-acpi): Also try
4397 `/proc/acpi/thermal_zone/THM0/temperature'.
4398
4399 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4400
4401 * custom.el (custom-push-theme): Fix docstring.
4402
4403 * cus-edit.el (custom-variable-set, custom-variable-save)
4404 (custom-variable-save): Custom-quote widget values.
4405 (customize-save-variable): Fix custom-push-theme call.
4406
4407 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4408
4409 * w32-fns.el (w32-batch-update-autoloads): New function.
4410
4411 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4412 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4413 from the command line.
4414
4415 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4416
4417 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4418 reset means to remove setting from theme entirely. Don't keep
4419 expanding theme-settings list; delete old entries if necessary.
4420
4421 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4422 customization" button one line up.
4423 (custom-themed): New face.
4424 (custom-magic-alist): New value, THEMED, for theme settings.
4425 (custom-variable-state-set, custom-face-state-set):
4426 Check theme-value instead of saved-value.
4427 (custom-variable-reset-standard, custom-face-reset-standard):
4428 Remove theme setting entirely. Recalculate new values.
4429 (custom-variable-set, custom-variable-set)
4430 (custom-variable-reset-saved, custom-variable-reset-backup)
4431 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4432 (custom-variable-save): Fix typos.
4433
4434 2005-12-23 Juri Linkov <juri@jurta.org>
4435
4436 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4437 Add autoload cookies.
4438 (edebug-outside-d-c-i-n-s-w): New variable.
4439 (edebug-display, edebug-outside-excursion): Use it to save the
4440 original value of default-cursor-in-non-selected-windows.
4441 Set default-cursor-in-non-selected-windows to t while Edebug
4442 is active.
4443 (edebug-mode, edebug-eval-mode): Doc fix.
4444
4445 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4446 with `buffer-substring-no-properties' to remove common substring
4447 highlighting.
4448
4449 * info.el (info-other-window, info): Rename function argument
4450 `file' to `file-or-node'.
4451 (Info-complete-menu-item): Use local variable `complete-nodes' to
4452 keep the global value of `Info-complete-nodes' unchanged for
4453 subsequent completions.
4454 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4455
4456 * simple.el (get-next-valid-buffer, last-buffer)
4457 (next-error-buffer-p, next-error-find-buffer)
4458 (minibuffer-history-sexp-flag): Doc fix.
4459
4460 * savehist.el (savehist-mode-hook): Add `:group'.
4461
4462 * log-view.el: Call autoload for vc-find-version.
4463 (log-view-current-file): Adjust subgroup numbers.
4464 (log-view-current-tag): Add `length'.
4465
4466 2005-12-23 Richard M. Stallman <rms@gnu.org>
4467
4468 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4469
4470 2005-12-23 Juri Linkov <juri@jurta.org>
4471
4472 * hi-lock.el (hi-lock-archaic-interface-message-used)
4473 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4474 (hi-lock-mode): Display "Hi" in the mode line only when
4475 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4476 (hi-lock-write-interactive-patterns):
4477 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4478 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4479 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4480 font-lock-add-keywords to t.
4481
4482 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4483
4484 * hi-lock.el (hi-lock-highlight-range): New variable.
4485 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4486 only if font-lock-fontified is non-nil. Remove overlays.
4487 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4488 font-lock-fontified is non-nil, otherwise use overlays (instead of
4489 text properties).
4490 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4491 New variables.
4492 (hi-lock-string-serialize) New function.
4493
4494 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4495
4496 * menu-bar.el (menu-find-file-existing): New function.
4497 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4498
4499 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4500
4501 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4502
4503 * vc.el: Remove unnecessary leading * in docstrings.
4504 (vc-annotate-mode-map): Move initialization into declaration.
4505 (vc-static-header-alist): Nitpick on the regexp.
4506 (vc-default-init-version): New fun.
4507 (vc-register): Use it.
4508 (vc-insert-headers): Use dolist.
4509 (vc-annotate-get-backend): Remove unused function.
4510 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4511 (vc-annotate-mode): Remove corresponding call.
4512 (vc-annotate-car-last-cons): Simplify.
4513 (vc-annotate-buffers): Remove var.
4514 (vc-annotate-backend): Make it buffer-local.
4515 (vc-annotate): Move the interaction to the interactive spec.
4516 Add a `buf' argument.
4517 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4518 killing&creating a vc-annotate buffer, which is very disruptive when
4519 the buffers are shown in dedicated frames.
4520
4521 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4522
4523 * descr-text.el: Add FSF as maintainer.
4524 (describe-text-mode, describe-text-mode-map)
4525 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4526 help-mode.
4527 (describe-text-widget, describe-text-sexp)
4528 (describe-property-list, describe-text-category)
4529 (describe-text-properties, describe-text-properties-1)
4530 (describe-char): Use help buttons instead of widgets.
4531 (describe-char-unicodedata-file): Make URL link in doc string.
4532
4533 2005-12-22 Richard M. Stallman <rms@gnu.org>
4534
4535 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4536 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4537 Don't include buttons that write a file when there's no file.
4538 (custom-variable-menu, custom-face-menu, custom-group-menu):
4539 Don't include commands that write a file when there's no file.
4540 (customize-browse): Reword the top-of-buffer help intro.
4541 (custom-buffer-create-internal): Fix previous change.
4542 (customize-changed-options-previous-release): Prev release is 21.1.
4543 (customize-changed-options): Doc fix.
4544 (customize-changed): New alias.
4545 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4546 Say "standard values".
4547 (Custom-reset-standard): Doc fix.
4548 (custom-face-reset-standard): Doc fix.
4549
4550 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4551
4552 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4553 even if font-lock-mode is non-nil since it may be t without having
4554 turned on font-lock-mode-internal.
4555 (font-lock-choose-keywords): Minor optimization.
4556 (font-lock-add-keywords, font-lock-remove-keywords)
4557 (font-lock-set-defaults): Don't call make-local-variable on a variable
4558 that we know to already be local.
4559
4560 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4561
4562 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4563 messages if in the minibuffer.
4564
4565 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4566
4567 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4568 (tex-mode-flyspell-verify, flyspell-get-word)
4569 (flyspell-external-point-words): Don't use point-min/max uselessly.
4570
4571 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4572 by Kevin Rodgers. Instead, just hide the completions buffer if we
4573 don't need to show it.
4574
4575 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4576
4577 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4578
4579 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4580
4581 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4582 delete-windows-on with an inexistent buffer.
4583
4584 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4585
4586 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4587 Delete defcustom variable :tag names.
4588
4589 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4590
4591 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4592 (log-view-font-lock-keywords): Ajust subgroup numbers.
4593 (log-view-current-tag): Don't hard code the number of subgroups.
4594
4595 2005-12-20 Juri Linkov <juri@jurta.org>
4596
4597 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4598 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4599
4600 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4601 (menu-bar-non-minibuffer-window-p): Instead of checking
4602 display-multi-frame-p, use selected-frame when menu-updating-frame
4603 is nil.
4604
4605 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
4606
4607 * align.el (align-rules-list): Use [ \t] instead of \s-
4608 for column separators in text mode.
4609
4610 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4611
4612 * help-mode.el (help-customize-variable, help-customize-face):
4613 Don't pop help-xref-stack as help-follow no longer pushes
4614 anything on to it.
4615
4616 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4617
4618 * textmodes/org.el (org-agenda-custom-commands): New option.
4619 (org-agenda): Offer custom commands on splash screen.
4620 (org-make-tags-matcher): Parser for Boolean logic added.
4621 (org-agenda-set-tags): New command.
4622 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4623 (org-set-tags): Efficiency improvements.
4624 (org-auto-align-tags): New option.
4625 (org-todo, org-demote, org-promote): Realign tags.
4626 (org-tags-completion-function): Use also "&" and "|" as separators.
4627 (org-org-menu): Agenda commands simplified.
4628
4629 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4630
4631 * cus-edit.el (customize-apropos, customize-apropos-options):
4632 Docstring changes.
4633
4634 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4635
4636 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4637
4638 * longlines.el (longlines-mode): Wrap while widened.
4639 (longlines-decode-region, longlines-encode-region): Compute max
4640 just once.
4641
4642 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4643
4644 * cus-edit.el (mac): New group.
4645
4646 * cus-start.el (all): Add user options in macterm.c. Add test for
4647 Mac-related built-ins. Fix test for GTK-related built-ins.
4648
4649 * term/mac-win.el (mac-handle-language-change)
4650 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4651 (mac-services-open-selection, mac-services-mail-selection)
4652 (mac-services-mail-to, mac-services-insert-text)
4653 (mac-dispatch-apple-event): Add docstrings.
4654 (x-get-selection, mac-select-convert-to-string): Select coding
4655 system from `utf-16be' and `utf-16le' using `byteorder'.
4656
4657 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4658
4659 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4660 a "list" (lambda ...) rather than a real completion list.
4661
4662 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4663 lexical-let when encountering ((lambda (...) ...) ...).
4664
4665 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4666
4667 * progmodes/sh-script.el (sh-mode):
4668 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4669 * textmodes/picture.el (picture-mode): Update docstrings.
4670
4671 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4672
4673 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4674 commands enclosed in $(ARGQUOTE)s should not be split between two
4675 lines, as that will break with GNU Make >3.80, when sh.exe is used
4676 and arg quoting is with '..'.
4677 (autoloads): Don't break the quoted --eval expression between
4678 several lines.
4679
4680 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4681
4682 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4683 Capture error from printing circular structures.
4684
4685 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
4686
4687 * wid-edit.el (widget-checkbox-action): Clear undo info.
4688
4689 2005-12-16 Bill Wohler <wohler@newt.com>
4690
4691 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4692 bar, not menubar in comment.
4693
4694 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4695
4696 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4697 After-change-functions should not clobber the match data.
4698
4699 2005-12-16 Juri Linkov <juri@jurta.org>
4700
4701 * simple.el (choose-completion): Use `buffer-substring-no-properties'
4702 instead of `buffer-substring'.
4703 (completion-common-substring): Doc fix.
4704 (completion-setup-function): Use minibuffer-completion-contents
4705 instead of minibuffer-contents. Don't set common-string-length
4706 initially. Remove special handling of partial-completion-mode.
4707 Move computation of completion-base-size into one cond.
4708 Call completion-base-size-function in mainbuf. In computation of
4709 completion-base-size for file name completion don't move point to
4710 the end of the minibuffer. Move computation of common-string-length
4711 into one cond. Start putting faces only when common-string-length>=0.
4712 Add condition to put completions-common-part when
4713 common-string-length>0.
4714
4715 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4716 place point at the first different character in the minibuffer
4717 even if this position is at the beginning of the minibuffer.
4718
4719 * info.el (Info-read-node-name-1): In completion-base-size-function's
4720 lambda return 1 if common-substring or minibuffer-completion-contents
4721 starts with (, and 0 otherwise.
4722
4723 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4724 Use `crm-current-element' for second arg of `display-completion-list'.
4725
4726 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
4727
4728 * files.el (set-auto-mode): Look for an interpreter specified on
4729 the first line also if search for mode specification succeeded,
4730 but the mode is not known.
4731
4732 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
4733
4734 * textmodes/org.el (org-tags-match-list-sublevels): New option.
4735 (org-open-at-point): Implement tag searches as links.
4736 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4737 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4738 (org-tags-sparse-tree, org-tags-view, org-set-tags)
4739 (org-agenda-dispatch): New commands.
4740 (org-use-tag-inheritance, org-tags-column): New options.
4741 (org-tab-follows-link, org-return-follows-link): New options.
4742 (org-tags): New customize group.
4743 (org-start-icalendar-file): Get local time zone.
4744 (org-tags-completion-function): New function.
4745 (org-set-font-lock-defaults): Make sure links will also be
4746 highlighted inside headlines.
4747
4748 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
4749
4750 * term.el (term-emulate-terminal):
4751 Let term-handle-ansi-terminal-messages override what Bash says about
4752 its current directory.
4753
4754 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4755
4756 * bindings.el (last-buffer): Move to simple.el.
4757 * simple.el (last-buffer): Move here.
4758 (get-next-valid-buffer): New function.
4759 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4760 (prev-buffer): Ditto. Rename to `previous-buffer'.
4761
4762 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4763 * bindings.el (global-map): Ditto.
4764
4765 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
4766
4767 * cus-edit.el: Introductory comment change.
4768 (custom-magic-alist): Change message string for the `rogue' state.
4769
4770 2005-12-15 Richard M. Stallman <rms@gnu.org>
4771
4772 * tooltip.el: Delete defcustom variable :tag names.
4773
4774 * complete.el (partial-completion-mode): Doc fix.
4775
4776 * textmodes/flyspell.el (flyspell-external-point-words):
4777 Use save-excursion to ensure we don't move backward in the
4778 search loop, not even one character.
4779 (flyspell-delete-all-overlays): Use remove-overlays directly.
4780
4781 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4782 (ispell-start-process): Set that variable.
4783 Clear ispell-buffer-local-name.
4784 (ispell-internal-change-dictionary):
4785 Set ispell-current-dictionary after killing process.
4786 (ispell-buffer-local-dict):
4787 Don't set spell-personal-dictionary after killing process.
4788 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4789 (ispell-tex-skip-alists, ispell-html-skip-alists)
4790 (ispell-skip-region-alist): Mark as risky.
4791
4792 * net/newsticker.el (newsticker--retrieval-timer-list)
4793 (newsticker--display-timer, newsticker-running-p)
4794 (newsticker-ticker-running-p): Definitions moved up.
4795
4796 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
4797
4798 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4799
4800 2005-12-15 David Ponce <david@dponce.com>
4801
4802 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4803 (recentf-edit-list, recentf-open-files): Signal an error when
4804 there is no recent file.
4805
4806 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
4807
4808 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4809 read-only except for texinfo-format-region evaluation.
4810
4811 2005-12-14 Richard M. Stallman <rms@gnu.org>
4812
4813 * vc.el (vc-default-previous-version, vc-default-next-version)
4814 (vc-do-command): Doc fixes.
4815
4816 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4817
4818 * textmodes/bibtex.el (bibtex-expand-strings)
4819 (bibtex-autokey-expand-string, bibtex-name-part)
4820 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4821 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4822 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4823 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4824 (bibtex-entry-postfix, bibtex-known-entry-type-re)
4825 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4826 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4827 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4828 (bibtex-beginning-of-last-entry): Remove.
4829 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
4830 message if comma is missing but buffer is read-only.
4831 (bibtex-parse-field-text): Handle whitespaces at the end of field
4832 text. Return 3-element list with beginning and end of field text
4833 and end of field.
4834 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4835 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
4836 (bibtex-search-forward-field, bibtex-search-backward-field):
4837 Search always delimited by limits of entry. Use more efficient
4838 search algorithms.
4839 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4840 bibtex-end-of-name-in-field.
4841 (bibtex-text-in-field-bounds): Handle BibTeX strings when
4842 extracting the content of a field.
4843 (bibtex-text-in-field): Use search limits.
4844 (bibtex-parse-string-prefix): Handle empty string keys based on
4845 bibtex-string-empty-key.
4846 (bibtex-parse-string): Fix docstring.
4847 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4848 (bibtex-preamble-prefix, bibtex-strings): New functions.
4849 (bibtex-skip-to-valid-entry): Include preceding whitespace in
4850 BibTeX entries (consistent with other BibTeX functions).
4851 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4852 (bibtex-search-entry): Fix docstring. Simplify.
4853 (bibtex-flash-head, bibtex-complete-string-cleanup)
4854 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4855 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4856 (bibtex-parse-entry): New optional arg content.
4857 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4858 Use bibtex-text-in-field-bounds.
4859 (bibtex-print-help-message): Handle BibTeX strings and preambles.
4860 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4861 bibtex-parse-string-postfix.
4862 (bibtex-find-text-internal): New function.
4863 (bibtex-remove-delimiters): Use it.
4864 (bibtex-find-text): Use it. New optional arg help.
4865 (bibtex-complete): Handle BibTeX string and preamble entries.
4866 (bibtex-Preamble): Fix order of closing delimiters.
4867
4868 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4869
4870 * vc.el (vc-default-revert): New fun.
4871
4872 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4873
4874 2005-12-14 Romain Francoise <romain@orebokech.com>
4875
4876 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4877 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4878 (font-lock-remove-keywords): Likewise.
4879
4880 2005-12-14 Juri Linkov <juri@jurta.org>
4881
4882 * log-view.el (log-view-diff): Doc fix.
4883
4884 * isearch.el (isearch-query-replace): Use (mark) instead of
4885 isearch-opoint if mark is active in transient-mark-mode.
4886
4887 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4888
4889 * isearch.el (isearch-query-replace): Check for isearch-other-end.
4890
4891 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
4892
4893 * progmodes/cpp.el (cpp-face): New widget.
4894 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4895
4896 2005-12-14 Juri Linkov <juri@jurta.org>
4897
4898 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4899 around `erase-buffer' and `insert'.
4900
4901 * descr-text.el (describe-text-properties): Replace buffer name
4902 "*Help-2*" with "*Help*<2>".
4903 (describe-char): Add functions print-help-return-message,
4904 toggle-read-only. Use help-setup-xref with nil to not store
4905 describe-char in help-xref-stack. Use help-make-xrefs to
4906 make [back] button.
4907
4908 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4909
4910 * wdired.el (wdired-old-point): New internal variable.
4911 (wdired-change-to-wdired-mode): Set it buffer-locally.
4912 (wdired-abort-changes): Restore point after aborting changes.
4913
4914 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4915
4916 * vc.el (vc-do-command): Add a new value t for okstatus.
4917
4918 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
4919 frame in case of errors.
4920
4921 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4922
4923 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4924 so it comes after "On the Left" in the menu.
4925
4926 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
4927
4928 * cus-edit.el (customize-apropos, customize-apropos-options)
4929 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
4930
4931 2005-12-12 Bill Wohler <wohler@newt.com>
4932
4933 * vc-svn.el (vc-svn-registered): Fix problem of visiting
4934 non-writable Subversion-controlled files by saving window
4935 configuration before calling vc-do-command. vc-do-command calls
4936 pop-to-buffer on error which is unexpected during registration.
4937
4938 2005-12-12 Jay Belanger <belanger@truman.edu>
4939
4940 * calc/README: Update the summary of changes.
4941
4942 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4943
4944 * descr-text.el (describe-char): Rework last fix to solve the problem
4945 is the same way it's solved for everything else in that function
4946 (i.e. by extracting the info before setting up the *Help* buffer).
4947
4948 2005-12-12 Kim F. Storm <storm@cua.dk>
4949
4950 * subr.el (version-regexp-alist): Allow space as separator before
4951 non-numeric part, e.g. "1.0 alpha".
4952 (version-to-list): Interpret .X.Y version as 0.X.Y version.
4953
4954 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
4955
4956 * textmodes/org.el (org-agenda, org-timeline, org-todo):
4957 Implement Logging and the keep-modes setting.
4958 (org-get-category): Make sure a string is returned.
4959 (org-log-done): New function.
4960 (org-log-done, org-closed-string): New options.
4961
4962 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4963
4964 * tooltip.el (tooltip-y-offset): Change default to 20.
4965
4966 2005-12-12 Richard M. Stallman <rms@gnu.org>
4967
4968 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
4969
4970 * frame.el (display-hourglass): Doc fix.
4971
4972 * help.el (help-for-help-internal): Simplify entry for `a'.
4973
4974 * info.el (Info-on-current-buffer): Doc fix.
4975 (info-insert-file-contents): Don't test (featurep 'jka-compr).
4976
4977 * startup.el (inhibit-splash-screen): Make this the real name.
4978 (inhibit-startup-message): Make this the alias.
4979 (command-line): Find only simple.el, and use its directory
4980 to fill in other preloaded files' names.
4981 (command-line): Deactivate the mark if deactivate-mark is set.
4982
4983 * international/mule.el (load-with-code-conversion):
4984 Bind deactivate-mark.
4985
4986 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4987
4988 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
4989
4990 * cus-edit.el (customize-apropos): Avoid listing an option more
4991 than once under different aliases. No longer list user options
4992 that are not defined with defcustom (unless a prefix arg is given).
4993 Doc fix.
4994 (customize-apropos-options): Doc fix.
4995
4996 2005-12-11 Juri Linkov <juri@jurta.org>
4997
4998 * frame.el (set-background-color, set-foreground-color)
4999 (set-cursor-color, set-mouse-color, set-border-color):
5000 Add explicit prompts to read colors by `facemenu-read-color'.
5001 (show-trailing-whitespace, blink-cursor-delay)
5002 (blink-cursor-interval, display-hourglass, hourglass-delay):
5003 Remove tags.
5004 (display-hourglass, hourglass-delay): Doc fix.
5005 (cursor-in-non-selected-windows): Capitalize words in tag.
5006
5007 * faces.el (frame-background-mode): Replace `choice-item' keywords
5008 with `const' to not make [default] button. Change default value tag
5009 from `default' to `automatic'. Doc fix.
5010 (trailing-whitespace) <defface>: Change group `whitespace' to
5011 `whitespace-faces'.
5012
5013 2005-12-11 Richard M. Stallman <rms@gnu.org>
5014
5015 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
5016
5017 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5018
5019 * term/mac-win.el: Create keymap for mac-apple-event-map.
5020
5021 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
5022
5023 * tooltip.el (tooltip-mode): Move to start of file so that it
5024 appears at top of customize buffer.
5025
5026 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5027 Add the gud groupname.
5028 (gud-tooltip-mode): Add the tooltip groupname.
5029 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
5030 avoid conflict with tooltip-use-echo-area.
5031
5032 2005-12-10 Romain Francoise <romain@orebokech.com>
5033
5034 * help.el (help-for-help-internal): Add `r' in doc string.
5035
5036 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5037
5038 * align.el (align-regexp, align-highlight-rule):
5039 Use region-beginning and region-end instead of point and mark, so that
5040 repetition (with `repeat-complex-command') recomputes the region
5041 bounds.
5042
5043 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
5044
5045 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5046 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5047 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5048 (balance-windows): Rewrite using the above new functions.
5049
5050 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5051
5052 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5053 react if global-hi-lock-mode seems intended.
5054 (global-hi-lock-mode) Renamed from hi-lock-mode.
5055 (hi-lock-archaic-interface-message-used)
5056 (hi-lock-archaic-interface-deduce): New variables.
5057 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5058 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5059 (hi-lock-find-patterns, hi-lock-font-lock-hook):
5060 Replace hi-lock-buffer-mode with hi-lock-mode.
5061
5062 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
5063
5064 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5065 completion list, even after a partial completion has been
5066 inserted in the current buffer. If there are more than 1
5067 completion, redisplay the *Completions* buffer; if the
5068 completion is unique, delete the *Completions* window.
5069
5070 2005-12-10 Eli Zaretskii <eliz@gnu.org>
5071
5072 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5073 strings and long subject lines that were broken into multiple
5074 lines at arbitrary places. Handle subjects that have "Re: " in
5075 the middle.
5076
5077 2005-12-10 John W. Eaton <jwe@octave.org>
5078
5079 * emacs/octave-mod.el (octave-electric-space): Don't indent
5080 comments or strings if octave-auto-indent is nil.
5081
5082 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5083
5084 * term/mac-win.el: Require url when compiling.
5085 Call mac-process-deferred-apple-events after loading init files.
5086 (mac-apple-event-map): New defvar. Define event handlers in it.
5087 (core-event, internet-event): New Apple event class symbols.
5088 (open-application, reopen-application, open-documents)
5089 (print-documents, open-contents, quit-application)
5090 (application-died, show-preferences, autosave-now, get-url):
5091 New Apple event ID symbols.
5092 (about): New HICommand ID symbol.
5093 (mac-event-spec, mac-event-ae): New macros.
5094 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5095 (mac-ae-selection-range, mac-ae-text-for-search)
5096 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5097 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5098 and Services menu events are now defined in mac-apple-event-map.
5099 (mac-drag-n-drop): Remove selection range handling.
5100
5101 2005-12-10 Kenichi Handa <handa@m17n.org>
5102
5103 * simple.el (zap-to-char):
5104 * isearch.el (isearch-process-search-char): Translate CHAR by
5105 translation-table-for-input.
5106
5107 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5108
5109 * foldout.el (foldout-exit-fold): Properly hide subtree.
5110
5111 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5112
5113 * files.el (save-buffer):
5114 * international/ucs-tables.el (ucs-set-table-for-input):
5115 * mail/mail-extr.el (mail-extract-address-components):
5116 * mail/sendmail.el (mail-mode): Reformat doc string.
5117
5118 2005-12-09 Juri Linkov <juri@jurta.org>
5119
5120 * isearch.el (isearch-highlight): Change main overlay priority
5121 from 1 to 1001. Simplify.
5122 (isearch-lazy-highlight-update): Change lazy overlay priority
5123 from 0 to 1000.
5124
5125 * replace.el (replace-highlight): Change overlay priority from
5126 1 to 1001.
5127
5128 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5129 Change overlay priority from 1 to 1001. Reuse existing overlay.
5130
5131 * compare-w.el (compare-windows-highlight): Change overlay
5132 priority from 1 to 1000.
5133
5134 * menu-bar.el (menu-bar-edit-menu): Add listp around
5135 pending-undo-list to disable menu item "undo" when pending
5136 undo list is empty.
5137
5138 * locate.el (locate): Disable undo in *Locate* buffer.
5139
5140 2005-12-09 Kim F. Storm <storm@cua.dk>
5141
5142 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5143
5144 2005-12-09 David Ponce <david@dponce.com>
5145
5146 * recentf.el: Improvement of the menu code.
5147 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5148 instead of menu hook.
5149 (recentf-show-menu, recentf-hide-menu): New functions.
5150 (recentf-menu-customization-changed, recentf-mode): Use them.
5151 (recentf-menu-action, recentf-max-menu-items)
5152 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5153 (recentf-arrange-by-rule-others)
5154 (recentf-arrange-by-rules-min-items)
5155 (recentf-arrange-by-rule-subfilter) : Don't use
5156 `recentf-menu-customization-changed'.
5157 (recentf-arrange-rules): Likewise. Accept functions to compute
5158 sub-menu titles.
5159 (recentf-menu-filter): Likewise. Doc fix.
5160 (recentf-menu-value-shortcut): Doc fix.
5161 (recentf-dump-variable): Quote atom value.
5162 (recentf-make-menu-items): Update to use it as a menu filter.
5163 (recentf-match-rule): New function.
5164 (recentf-arrange-by-rule): Use it.
5165 (recentf-indirect-mode-rule): New function.
5166 (recentf-build-mode-rules): Use it.
5167 (recentf-dir-rule): New function.
5168 (recentf-arrange-by-dir): Use it.
5169 (recentf-filter-changer-current): Rename from
5170 `recentf-filter-changer-state'. All references updated.
5171 (recentf-filter-changer-alist): Update filter names.
5172 (recentf-filter-changer-select): New function.
5173 (recentf-filter-changer): Use it. Make a sub-menu from filters
5174 available in `recentf-filter-changer-alist'.
5175 (recentf-data-cache, recentf-clear-data)
5176 (recentf-update-menu): Remove. All references updated.
5177 (recentf-match-rule-p, recentf-build-dir-rules)
5178 (recentf-filter-changer-goto-next)
5179 (recentf-filter-changer-get-current)
5180 (recentf-filter-changer-get-next): Remove.
5181
5182 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5183
5184 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5185 buffer "Reset" button to "Reset to Current" for consistency with
5186 the State buttons.
5187
5188 2005-12-08 John Paul Wallington <jpw@pobox.com>
5189
5190 * ibuf-ext.el (define-ibuffer-filter filename):
5191 If `dired-directory' is a list then really use its car.
5192
5193 2005-12-08 Kim F. Storm <storm@cua.dk>
5194
5195 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5196 Fix indention of text on right side of replaced rectangle.
5197
5198 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5199
5200 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5201 No need to check gud-comint-buffer is bound.
5202 (gdb): Prevent multiple debugging when first session uses gdba.
5203
5204 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5205
5206 CC Mode update to 5.31.
5207
5208 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5209 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5210 We might do this function properly in the future).
5211
5212 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5213 New macros c-sentence-end and c-default-value-sentence end, to cope
5214 with Emacs 22's new function `sentence-end'.
5215
5216 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5217
5218 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5219 compat issue using `c-put-overlay' and `c-delete-overlay'.
5220
5221 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5222 New compat macros to handle overlays/extents.
5223
5224 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5225
5226 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5227 (for GNU Emacs 20.4)
5228
5229 * progmodes/cc-defs.el:
5230 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5231
5232 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5233 highlighting mechanism so it will work in XEmacs too.
5234
5235 * progmodes/cc-defs.el: Insert c-int-to-char.
5236
5237 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5238 call to the new macro c-int-to-char. This solves XEmacs's
5239 regarding characters as different from integers.
5240
5241 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5242
5243 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5244 New internal helper.
5245
5246 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5247 construct to make the indirect face lookup work in XEmacs.
5248
5249 (c-cpp-matchers): Append the negation char face to the existing
5250 fontification, so that the cpp face doesn't disappear.
5251 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5252 and strings.
5253
5254 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5255 to map to `font-lock-negation-char-face' in emacsen where it exists.
5256
5257 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5258
5259 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5260
5261 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5262 Rename "c-subword-move-mode" as "c-subword-mode".
5263
5264 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5265 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5266
5267 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5268
5269 * progmodes/cc-mode.el: Added autoload directive for
5270 `c-subword-move-mode' for use in older emacsen.
5271
5272 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5273
5274 * progmodes/cc-mode.el:
5275 (i) Insert a binding for C-c C-backspace into
5276 c-bind-special-erase-keys which works in TTYs.
5277 (ii) Make sure that when file styles are used, any explicitly
5278 given style variables take priority over those in the style.
5279 Do this by calling `hack-local-variables' a second time.
5280
5281 * progmodes/cc-vars.el: Add language specific customization
5282 widgets for AWK to c-doc-comment-style, c-require-final-newline
5283 and c-default-style. Add a defcustom for awk-mode-hook.
5284 Give c-syntactic-element and c-syntactic-context doc-strings by
5285 directly setting their `variable-documentation' propery.
5286 This allows Emacs 22.1 to read these with C-h v.
5287
5288 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5289
5290 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5291
5292 * progmodes/cc-fonts.el, cc-vars.el
5293 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5294 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5295 Masatake YAMATO.
5296
5297 (c-doc-comment-style): Made GtkDoc default in C mode.
5298
5299 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5300 and C-c C-<delete>.
5301
5302 (c-bind-special-erase-keys): New function for use on
5303 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5304
5305 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5306 <delete> key behavior in XEmacs according to `delete-forward-p'.
5307 C.f. `c-electric-delete'.
5308
5309 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5310
5311 * progmodes/cc-mode.el: Give c-hungry-backspace and
5312 c-hungry-delete-forward permanent key bindings.
5313
5314 * progmodes/cc-cmds.el (c-electric-semi&comma):
5315 Bind c-syntactic-context for calls to "criteria functions", for
5316 consistency with other calls to user functions.
5317
5318 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5319 `current-prefix-arg', since this might be the prefix arg to a
5320 command which calls c-indent-command as a function. Change the
5321 interactive spec from "p" to "P".
5322
5323 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5324 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5325 was difficult to understand.
5326
5327 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5328
5329 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5330 first char of an identifier.
5331
5332 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5333 +" syntax in C++.
5334
5335 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5336
5337 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5338 auto-fill doesn't split a c-comment's last word from a hanging
5339 "*/" when a space is typed between them after fill-column.
5340
5341 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5342
5343 * progmodes/cc-styles.el (c-set-style)
5344 (c-setup-paragraph-variables): Abort the command if we're not in a
5345 CC Mode buffer.
5346
5347 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5348 with blank comment-prefix, and a blank line as the comment's
5349 second line.
5350
5351 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5352
5353 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5354 Incorporate the patterns added in the Emacs development branch
5355 for the new Emacs 22 face `font-lock-negation-char-face'.
5356
5357 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5358 of "red" since it stands out better in xterms and DOS terminals.
5359
5360 * progmodes/cc-engine.el (c-literal-faces):
5361 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5362
5363 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5364
5365 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5366 forcibly enable c-electric-flag.
5367
5368 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5369 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5370 after the comment-prefix of a C-style comment will close that comment.
5371
5372 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5373
5374 * progmodes/cc-fonts.el (c-basic-matchers-before)
5375 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5376 in Pike.
5377
5378 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5379 digraphs.
5380
5381 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5382 (c-cpp-message-directives, c-cpp-include-directives)
5383 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5384 (c-cpp-expr-directives): Introduce new language constants to
5385 control cpp syntax in a cleaner way.
5386
5387 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5388
5389 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5390
5391 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5392 (c-multiline-string-start-char): New language constants and
5393 variables to specify how newlines in string literals work.
5394
5395 (c-font-lock-invalid-string): Use them.
5396
5397 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5398 unbalanced close brace is entered. Optimization by avoiding going
5399 back over arbitrarily large blocks. Removed hints that this
5400 function only would be relevant/useful in AWK.
5401
5402 (c-electric-brace): Indent syntactically after the cleanups since
5403 lineup functions might do it differently then.
5404
5405 * progmodes/cc-engine.el, cc-langs.el
5406 (c-opt-op-identifier-prefix): New language constant and variable.
5407
5408 (c-just-after-func-arglist-p, c-after-special-operator-id)
5409 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5410
5411 * progmodes/cc-align.el, cc-engine.el
5412 (c-after-special-operator-id): New helper to handle C++ operator
5413 identifiers.
5414
5415 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5416 (c-guess-basic-syntax): Handle C++ operator identifiers in
5417 declarations.
5418
5419 * progmodes/cc-langs.el (c-assignment-operators): Add the
5420 trigraph version of ^= too.
5421
5422 * progmodes/cc-langs.el (c-assignment-operators): Add the
5423 trigraph version of |= in C++.
5424
5425 * progmodes/cc-fonts.el (c-font-lock-declarators):
5426 Handle `c-decl-hangon-kwds' after the identifier name.
5427
5428 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5429 whether an arglist is "nonempty", ignore a comment after the open
5430 paren if it isn't followed by a non-comment token on the same line.
5431
5432 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5433 Enable heuristics below the point to cope with classes inside special
5434 brace lists in Pike.
5435
5436 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5437
5438 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5439
5440 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5441
5442 * progmodes/cc-guess.el (cc-guess-install): New function to
5443 install an already guessed style in another buffer.
5444
5445 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5446 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5447 anyway if the change always is undone.
5448
5449 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5450
5451 Implement togglable electricity:
5452
5453 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5454 saying when it should be used.
5455
5456 * progmodes/cc-engine.el: Add the new buffer-local variable,
5457 c-electric-flag.
5458
5459 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5460 c-toggle-auto-newline.
5461
5462 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5463 c-toggle-auto-newline. Remove the binding for
5464 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5465 c-toggle-electric-state.
5466
5467 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5468
5469 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5470 c-\(forward\|backward\)-subword.
5471 (c-update-modeline): Add the new modeline flag `l' for
5472 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5473 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5474 Make the old name an alias of the new name.
5475 (c-toggle-electric-state): New function.
5476 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5477 Adapt these functions to do electric things only when
5478 c-electric-flag is non-nil.
5479 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5480 new functions from c-electric-brace.
5481 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5482 mode, so that the tentative extra newline doesn't change the
5483 syntax of the following brace.
5484 (c-electric-brace): Restructure by extracting the above functions.
5485 Tidy up the coding somewhat.
5486 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5487 restructure a bit.
5488
5489 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5490
5491 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5492 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5493
5494 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5495 (c-submode-indicators): Change name from `c-auto-hungry-string'
5496 since it's now used to track another submode.
5497
5498 (c-update-modeline): Convert to function and extended to check
5499 `c-subword-move-mode'.
5500
5501 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5502 Convert to compat aliases for `c-forward-subword' and
5503 `c-backward-subword'.
5504
5505 * progmodes/cc-subword.el: New functions and minor mode to handle
5506 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5507
5508 (c-forward-subword, c-backward-subword, c-mark-subword)
5509 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5510 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5511 Functions corresponding to the standard word handling functions.
5512
5513 (c-subword-move-mode): Minor mode that replaces all the standard
5514 word handling functions with their subword equivalences.
5515
5516 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5517
5518 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5519 entry for one-liner-defun.
5520
5521 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5522 name in its def-edebug-spec.
5523
5524 * progmodes/cc-cmds.el (c-electric-brace): Make the
5525 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5526 compacts space before a comment, if this will make things fit on
5527 one line.
5528
5529 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5530
5531 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5532
5533 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5534 clean-up one-liner-defun.
5535
5536 * progmodes/cc-styles.el: Add the new "awk" style.
5537
5538 * progmodes/cc-vars.el: Add description of one-liner-defun to
5539 c-cleanup-list's doc-string. New user options,
5540 c-max-one-liner-length. In c-default-style, set the default style
5541 for AWK to "awk".
5542
5543 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5544
5545 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5546 macros inside labels.
5547
5548 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5549 `c-at-statement-start-p' and `c-at-expression-start-p'.
5550
5551 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5552 error if the mark isn't set.
5553
5554 * progmodes/cc-engine.el (c-guess-continued-construct)
5555 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5556 accurately detect functions inside functions.
5557
5558 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5559 like `c-at-statement-start-p' that additionally recognizes commas
5560 and expression parentheses as delimiters.
5561
5562 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5563 to avoid heuristics that doesn't work for unclosed blocks.
5564 (c-at-statement-start-p): New function.
5565
5566 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5567 Objective-C directives, e.g. directives spanning lines should work
5568 reasonably well now.
5569
5570 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5571
5572 (c-forward-objc-directive): New function to move over any ObjC
5573 directive.
5574
5575 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5576 (c-basic-matchers-before): Use it.
5577
5578 (c-font-lock-objc-iip-decl): Remove.
5579
5580 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5581 in the template arglist recognition.
5582
5583 * progmodes/cc-styles.el (c-style-alist): Fix several
5584 inconsistencies in the Whitesmith style.
5585
5586 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5587 New lineup function to get lines after Whitesmith style blocks
5588 correctly indented.
5589
5590 (c-lineup-whitesmith-in-block): Back out the compensation for
5591 opening parens since it's done using `add' lists in the style
5592 definition instead. Don't use the anchor position since it varies
5593 too much between the syntactic symbols. :P
5594
5595 * progmodes/cc-vars.el (c-valid-offset): Update.
5596
5597 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5598 lists where the offsets are combined according to several
5599 different methods: `first', `min', `max', and `add'.
5600 Report offset evaluation errors with `c-benign-error' so that some kind
5601 of reindentation still is done.
5602
5603 * progmodes/cc-engine.el (c-guess-basic-syntax):
5604 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5605 `arglist-close'.
5606
5607 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5608 situations for `arglist-cont-nonempty' and `arglist-close'.
5609
5610 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5611
5612 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5613 cc-bytecomp-boundp' in a number of places.
5614
5615 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5616 macro related issue.
5617
5618 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5619
5620 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5621 list is now [asdf], a char class [:alpha:].
5622 Include code for char classes.
5623 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5624 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5625
5626 Remove (nearly all of) the cruft associated with AWK Mode's former
5627 concept of "virtual semicolons":
5628
5629 Adapt c-beginning-of-statement, c-end-of-statement (together with
5630 subfunctions) to use the new notion of "virtual semicolon" in
5631 place of the old awkward special handling for AWK. There remains
5632 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5633 * progmodes/cc-cmds.el:
5634 (c-ascertain-adjacent-literal): In the backwards direction, now
5635 recognises AWK regexp delimiters as string delimiters.
5636 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5637 check more rigorously for "end of macro".
5638 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5639 virtual semicolons;
5640 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5641 out the code for forward movement into ...
5642 (c-end-of-statement): Now contains the code for forward movement,
5643 adapted for virtual semicolons.
5644
5645 * progmodes/cc-engine.el:
5646 (c-ws*-string-limit-regexp): New regexp.
5647 (c-forward-single-comment, c-backward-single-comment): Comment out
5648 the (now redundant) "special" AWK stuff.
5649
5650 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5651 c-string-par-start, c-string-par-separate to be more like Text
5652 Mode than Fundamental Mode.
5653
5654 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5655
5656 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5657 to the fontified region so that fontification doesn't occur
5658 outside it (could happen e.g. when fontifying a line with an
5659 unfinished declaration).
5660
5661 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5662
5663 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5664 start of the file. ^L now separate sections of the file.
5665 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5666 (c-awk-one-line-possibly-open-string-re)
5667 (c-awk-regexp-one-line-possibly-open-char-class-re)
5668 (c-awk-one-line-possibly-open-regexp-re)
5669 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5670 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5671
5672 Amend the concept of "virtual semicolons" (in the indentation
5673 engine) for languages like AWK, such that they are now
5674 conceptually attached to end of the last token of a statement, not
5675 the end of the line. (In AWK Mode, however, the pertinent text
5676 property is still physically set on the EOL.) Remove the specific
5677 tests for awk-mode, thus facilitating the introduction of other
5678 language modes where EOLs can end statements.
5679 (Note: The funtionality in cc-cmds.el, specifically
5680 c-beginning/end-of-statement has yet to be amended.)
5681
5682 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5683 New macros.
5684
5685 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5686 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5687 c-vsemi-status-unknown-p-fn (in a new page).
5688
5689 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5690 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5691 numerous awkward forms like
5692 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5693 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5694 variable before-ws-ip, the place just after char-before-ip appears.
5695
5696 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5697 a comment.
5698
5699 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5700
5701 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5702 `c-tentative-buffer-changes'.
5703
5704 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5705 convert to macro to choose between Emacs and XEmacs at compile time.
5706
5707 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5708
5709 (c-tentative-buffer-changes): New macro to handle temporary buffer
5710 changes in a convenient way.
5711
5712 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5713 for `c-tentative-buffer-changes'.
5714
5715 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5716 the checks for paren sexps between the point and the keyword, to
5717 avoid some false alarms.
5718
5719 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5720 Fixed a situation where an error could be thrown for unbalanced
5721 parens. Changed to make use of c-keyword-member' to avoid some
5722 repeated regexp matches.
5723
5724 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5725 These language variable are no longer necessary.
5726
5727 (c-block-stmt-kwds): New language constant used by
5728 c-looking-at-inexpr-block'.
5729
5730 (c-guess-basic-syntax): Remove an optional check that looked at
5731 the existence of the now removed language variables.
5732
5733 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5734 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5735 object instantiation expressions as declarations in some contexts.
5736 This bug only affected languages where the declarator can't be
5737 enclosed in parentheses.
5738
5739 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5740 insert newlines before and after substatement braces.
5741
5742 * progmodes/cc-engine.el: Improved the heuristics for recognizing
5743 function declaration headers and the handling of C++ style member
5744 init lists.
5745
5746 (c-just-after-func-arglist-p): Rewritten to use
5747 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
5748
5749 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5750
5751 (c-guess-basic-syntax): Adapt case 5B for the new
5752 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
5753 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5754 covers all cases now).
5755
5756 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5757
5758 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5759
5760 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5761 c-string-par-start/separate c-sentence-end-with-esc-eol,
5762 initialised in c-setup-paragraph-variables, used in string
5763 scanning subroutines of c-beginning-of-statement.
5764
5765 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5766 which precedes the newly inserted `{'.
5767
5768 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5769
5770 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5771 function for declaration level blocks. It should now cope with
5772 templates better and also be a lot more comprehensible.
5773
5774 (c-looking-at-decl-block): The new function.
5775
5776 (c-search-uplist-for-classkey): The old one. It's now a wrapper
5777 for compatibility.
5778
5779 (c-add-class-syntax, c-guess-continued-construct)
5780 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5781
5782 (c-decl-block-key): Change to tell apart ambiguous and
5783 unambiguous keywords. Pike specials are now handled directly in
5784 the code instead.
5785
5786 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5787 New language constants and variables to make the backward skip in
5788 `c-looking-at-decl-block' as tight as possible.
5789
5790 (c-nonsymbol-token-char-list): New language constant.
5791
5792 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5793 find balanced template arglists backwards.
5794
5795 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5796 making char classes for `c-syntactic-skip-backward'.
5797
5798 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5799 16D - can't be a class-close at that point.
5800
5801 * progmodes/cc-engine.el (c-guess-basic-syntax)
5802 (c-add-class-syntax): Don't narrow out the enclosing declaration
5803 level. This makes everything a lot easier, and it was actually
5804 only four small places that needed it to work. Some places that
5805 previously did `widen' are removed now, which has the effect that
5806 `c-guess-basic-syntax' never will look at things outside the
5807 current narrowment now. The anchor position for `topmost-intro'
5808 is affected by this, but it was so bogus it was basically useless
5809 before, and now it's equally bogus but in a slightly different way.
5810
5811 (c-narrow-out-enclosing-class): Gone.
5812
5813 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5814 the narrowed region.
5815
5816 (c-least-enclosing-brace): Remove silly optional argument.
5817
5818 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5819 the point could be left directly after an open paren when finding
5820 the beginning of the first decl in the block.
5821
5822 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5823 Specify which submatch to use.
5824
5825 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5826
5827 (c-decl-start-re): No longer any need for special treatment of
5828 ObjC due to the above.
5829
5830 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5831 presumably follows C in that regard.
5832
5833 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5834 New language constants to specify operator tokens inside
5835 identifiers in a more high level way.
5836
5837 (c-opt-identifier-prefix-key): New internal language constant.
5838
5839 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5840 (c-identifier-start, c-identifier-key): Now completely calculated
5841 from other constants.
5842
5843 (c-identifier-last-sym-match): Decommission since it's no longer used.
5844
5845 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
5846
5847 * progmodes/cc-engine.el (c-forward-name): Remove the
5848 optimization when c-identifier-key is equal to c-symbol-key since
5849 it doesn't work in byte compiled files. Don't record empty
5850 regions as identifiers.
5851
5852 * progmodes/cc-langs.el (c-filter-ops): New helper function to
5853 simplify access to `c-operators' and its likes.
5854
5855 (c-operator-list, c-all-op-syntax-tokens)
5856 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5857 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5858 (c-primary-expr-regexp, c-cast-parens): Use it.
5859
5860 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5861 an explicit language in functions.
5862
5863 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5864 variant of adornment.
5865
5866 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5867 variable.
5868
5869 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5870 the Pike value.
5871
5872 * progmodes/cc-engine.el (c-on-identifier)
5873 (c-simple-skip-symbol-backward): Small fix for handling "-"
5874 correctly in `skip-chars-backward'. Affected the operator lfun
5875 syntax in Pike.
5876
5877 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5878 diagnostic message about precompiled language vars not being used.
5879
5880 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5881 "__attribute__" is followed by a parenthesis.
5882
5883 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5884 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5885 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5886
5887 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5888 Internal cleanups to properly detect the declared identifiers in
5889 various declarations.
5890
5891 (c-decl-start-kwds): New language constant to recognize
5892 declarations that can start anywhere. Used for class declarations
5893 in Pike.
5894
5895 (c-specifier-key, c-not-decl-init-keywords)
5896 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5897 (c-find-decl-spots): Implement `c-decl-start-kwds'.
5898
5899 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5900 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5901 handling of the compiler specific extension keywords into a new
5902 language constant `c-decl-hangon-kwds' that defines keyword
5903 clauses to be ignored in declarations.
5904
5905 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5906 past unrecognized tokens when handling `c-colon-type-list-kwds'.
5907 Necessary to stop at the declared identifier in e.g. IDL valuetype
5908 declarations.
5909
5910 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5911 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5912 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5913 (c-forward-decl-or-cast-1): Recognize the declared identifier in
5914 class and enum declarations as such and not as part of the type.
5915
5916 (c-forward-decl-or-cast-1, c-forward-label): Relax the
5917 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5918
5919 (c-forward-decl-or-cast-1): Don't disregard sure signs of
5920 declarations when there's some syntax error later on.
5921
5922 (c-complex-decl-matchers): Did away with a reference to
5923 `c-specifier-key'.
5924
5925 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
5926 value - this variable is always dynamically bound.
5927
5928 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
5929 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
5930 * cc-cmds.el, cc-defs.el: Change the policy for marking up
5931 functions that might do hidden buffer changes: All such internal
5932 functions are now marked instead of those that don't.
5933
5934 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
5935 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
5936 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
5937 (c-literal-type): Allow these functions to make hidden buffer changes,
5938 so that they are free to use text property caching later on.
5939
5940 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
5941 (c-electric-brace, c-electric-slash, c-electric-star)
5942 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
5943 (c-electric-paren, c-electric-continued-statement, c-indent-command)
5944 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
5945 (c-context-line-break): Add `c-save-buffer-state' calls to comply
5946 with the changed semantics of the functions above.
5947
5948 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
5949 when macros occur in obscure places. Optimized the sexp movement
5950 a bit.
5951
5952 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5953
5954 Enhancements for c-beginning-of-statement to work in AWK Mode:
5955
5956 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
5957 (completed statement) with `}' (statement completed by closing
5958 brace or semicolon) and `$' (statement completed by EOL).
5959
5960 (c-awk-virtual-semicolon-ends-prev-line-p)
5961 (c-awk-virtual-semicolon-ends-line-p)
5962 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
5963 (c-awk-at-statement-end-p): New functions.
5964
5965 * progmodes/cc-cmds.el: Simplify the structure of functions
5966 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
5967 two functions and c-beginning-of-statement to handle AWK Mode.
5968
5969 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
5970 c-backward-single-comment for AWK mode. Attempt to clarify their
5971 doc-strings.
5972
5973 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
5974
5975 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5976
5977 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
5978 label handling. Labels are now recognized in a uniform and more
5979 robust way, regardless of context. Text properties are put on all
5980 labels to recognize the following declarations better.
5981 Multiword labels are handled both in indentation and fontification for
5982 the benefit of language extensions like Qt. For consistency, keywords
5983 in labels are now fontified with the label face instead.
5984 That also applies to "case" and "default".
5985
5986 (c-beginning-of-statement-1): Fix some bugs in the label
5987 handling. Disregard `c-nonlabel-token-key' in labels that begin
5988 with `c-label-kwds'.
5989
5990 (c-find-decl-spots): Support that the callback adds more
5991 `c-decl-end' spots to find.
5992
5993 (c-forward-decl-or-cast-1): Don't treat a list of plain
5994 identifiers followed by a colon as a declaration.
5995
5996 (c-forward-label): New function to recognize labels.
5997
5998 (c-guess-basic-syntax): Replace uses of `c-label-key' with
5999 `c-forward-label'. Moved the label recognition cases (14 and 15)
6000 earlier since they aren't so context sensitive now. Handle labels
6001 on the top level gracefully. Moved access label recognition to
6002 the generic label case (CASE 15) - removed CASE 5E.
6003
6004 (c-font-lock-declarations): Add recognition of labels in the
6005 same round since we need to handle labels in parallell with other
6006 declarations to recognize both accurately. It should also improve
6007 speed.
6008
6009 (c-simple-decl-matchers, c-basic-matchers-after):
6010 Move `c-font-lock-labels' so that it only is used on decoration level 2
6011 since `c-font-lock-declarations' handles it otherwise.
6012
6013 (c-complex-decl-matchers): Remove the simplistic recognition of
6014 access labels.
6015
6016 (c-decl-prefix-re): Remove the kludges that was necessary to cope
6017 with labels earlier.
6018
6019 (c-decl-start-re): New language variable to make
6020 `c-font-lock-declarations' stop for the special protection labels
6021 in Objective-C that start with `@'.
6022
6023 (c-label-key): Remove since it's no longer used.
6024
6025 (c-recognize-colon-labels, c-label-prefix-re): New language
6026 constants to support recognition of generic colon-terminated labels.
6027
6028 (c-type-decl-end-used): `c-decl-end' is now used whenever there
6029 are colon terminated labels.
6030
6031 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6032 first argument starts with a special brace list.
6033
6034 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
6035 (c-font-lock-declarations): Break out the declaration and cast
6036 recognition from `c-font-lock-declarations' to a new function, so
6037 that it can be used in the indentation engine.
6038
6039 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
6040 up to the start of the literal. Fixed bug with the point on the
6041 wrong side of the search limit that could happen when the start
6042 position is inside a literal.
6043
6044 * progmodes/cc-engine.el (c-parse-state)
6045 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6046 so that it's kept a little bit back to increase the hit rate.
6047
6048 (c-parse-state): Change the macro handling and fixed some
6049 glitches. Macro context is checked more often than necessary now,
6050 but otoh less garbage conses are generated.
6051
6052 * progmodes/cc-engine.el (c-parse-state)
6053 (c-invalidate-state-cache): Cache the last position where
6054 `c-state-cache' applies. This can speed up refontification quite
6055 a bit in blocks where there are many non-brace parens before the point.
6056
6057 (c-state-cache-end): New variable for this.
6058
6059 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6060 cache variable.
6061
6062 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6063 get close initial continue positions when the start position is
6064 inside a literal or macro. Do not call the callback for spots
6065 before the start position (which can happen e.g. for `c-decl-end'
6066 spots inside comments). Optimize better in special cases when the
6067 region is a single line inside a literal or macro (typically when
6068 the current line is refontified).
6069
6070 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6071 to `c-add-stmt-syntax' - there's no need to explicitly whack off
6072 entries from the paren state.
6073
6074 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6075 special case for "else if" clauses.
6076
6077 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6078 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6079
6080 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6081 New language variable to recognize the gcc extension with statement
6082 blocks inside expressions.
6083
6084 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6085 it somewhat more comprehensible. The argument AT-BLOCK-START is
6086 no longer used and hence removed.
6087
6088 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6089 to `c-add-stmt-syntax'.
6090
6091 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6092 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6093 This fixes bogus label recognition.
6094
6095 * progmodes/cc-engine.el (c-add-type, c-check-type)
6096 (c-forward-name, c-forward-type): Improve storage of template
6097 types in `c-found-types' so that they can be recognized better.
6098
6099 (c-syntactic-content): Add option to skip past nested parens.
6100
6101 * progmodes/cc-engine.el (c-forward-name):
6102 Set `c-last-identifier-range' all the time. It's less work that way.
6103 Handle that there might not be an identifier to store in
6104 `c-last-identifier-range'.
6105
6106 (c-forward-type): Handle that `c-last-identifier-range' might be
6107 nil from `c-forward-name'.
6108
6109 * progmodes/cc-defs.el (c-safe-scan-lists)
6110 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6111
6112 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6113 to work even if the form fails.
6114
6115 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6116 down in a large file in one go.
6117
6118 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6119
6120 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6121 function which is like `c-lineup-math' but returns nil instead of
6122 `c-basic-offset' when it doesn't match.
6123
6124 (c-lineup-math): Change to use `c-lineup-assignments'.
6125
6126 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6127
6128 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6129 c-beginning-of-statement. New subfunctions
6130 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6131
6132 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6133
6134 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6135 hardcoded char classes whereever possible. Changed a couple of
6136 places to use skip by syntax instead of skip by char class.
6137
6138 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6139 Fix a bug in the regexp that caused extreme backtracking.
6140
6141 * progmodes/cc-langs.el (c-block-comment-starter)
6142 (c-block-comment-ender): New language constants to specify in a
6143 single place how block comments look.
6144
6145 (c-comment-start-regexp, c-block-comment-start-regexp)
6146 (comment-start, comment-end, comment-start-skip)
6147 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6148 (c-syntactic-ws, c-nonempty-syntactic-ws)
6149 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6150 `c-line-comment-starter', `c-block-comment-starter' and
6151 `c-block-comment-ender'.
6152
6153 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6154 New language constants to break up things a bit.
6155
6156 (c-simple-ws): New language constant for simple whitespace.
6157
6158 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6159
6160 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6161 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6162 newlines. Allow and ignore nil elements in the list.
6163
6164 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6165
6166 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6167 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6168
6169 * progmodes/cc-cmds.el: Tidy up the comments in
6170 c-beginning-of-statement and subfunctions.
6171
6172 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6173 more flexible c-put-char-property and c-clear-char-properties.
6174 Add the author's email address.
6175
6176 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6177
6178 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6179 closing "*/" of a block comment.
6180
6181 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6182 subfunctions) so that it works at BOB and EOB.
6183
6184 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6185 c-beginning-of-statement, including new variable
6186 c-block-comment-start-regexp.
6187
6188 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6189
6190 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6191 symbols from `*-font-lock-extra-types' so that there's no need to
6192 use `regexp-opt' on those lists.
6193
6194 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6195 `c-type-modifier-kwds' is empty.
6196
6197 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6198 there are several strings on the same line.
6199
6200 * progmodes/cc-engine.el (c-literal-limits): Remove the
6201 compatibility function for older emacsen. `c-literal-limits-fast'
6202 has now taken the place of this function.
6203
6204 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6205 with older emacsen: We now require `pps-extended-state'.
6206
6207 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6208
6209 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6210 which obviates the need to hack sentence-end. This now handles
6211 escaped newlines in strings correctly. Correct minor bugs in
6212 c-move-over-sentence and in c-beginning-of-statement.
6213
6214 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6215 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6216 that movement over macros and code are rigorously separated from
6217 eachother. Correct a few incidental bugs.
6218
6219 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6220 Improve its doc-string. Improve the handling of certain specific cases.
6221
6222 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6223
6224 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6225 (c-guess-basic-syntax): Change the way class-level labels are
6226 recognized; they can now contain essentially any symbols.
6227
6228 (c-opt-extra-label-key): New language variable to cope with the
6229 special protection label syntax in Objective-C.
6230
6231 (c-opt-access-key): Remove; this is now handled better by
6232 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6233
6234 (c-complex-decl-matchers): Update to handle that
6235 `c-opt-access-key' no longer exists.
6236
6237 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6238 improved label recognition in `c-beginning-of-statement-1'.
6239
6240 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6241 Recognize bitfields better.
6242
6243 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6244 Remove some cruft and fixed a bug that could cause it to go to a
6245 position further down.
6246
6247 * progmodes/cc-langs.el, cc-engine.el
6248 (c-beginning-of-statement-1): Improve detection of labels in
6249 declaration contexts.
6250
6251 (c-beginning-of-decl-1): Use it.
6252
6253 (c-nonlabel-token-key): New language constant and variable needed
6254 by `c-beginning-of-statement-1'.
6255
6256 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6257 manifested itself due to the correction in `c-forward-sexp'.
6258
6259 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6260 Make these behave as documented when used at the buffer limits.
6261
6262 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6263 (c-type-decl-end-used): Made this a language variable.
6264
6265 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6266 correctly when `combine-after-change-calls' is used together with
6267 temporary narrowings.
6268
6269 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6270 Report labels correctly when the start point is immediately after the
6271 colon.
6272
6273 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6274 Remove since it isn't used anymore.
6275
6276 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6277 bracket arglists such as template parens in C++.
6278
6279 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6280 in the last check-in. Some optimization.
6281
6282 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6283 where it could stop at the same level in a preceding sexp when
6284 PAREN-LEVEL is set.
6285
6286 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6287 text property lookup only when it's needed.
6288
6289 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6290 Change the policy for paren marked angle brackets to be more
6291 persistent; once marked they remain marked even when they're found
6292 to be unbalanced in the searched region. This should keep the
6293 paren syntax around even when individual lines are refontified in
6294 multiline template arglists.
6295
6296 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6297 to control markup so that incorrect angle bracket arglists aren't
6298 marked in contexts where the correct value for
6299 `c-disallow-comma-in-<>-arglists' isn't known.
6300
6301 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6302 argument has become `c-parse-and-markup-<>-arglists'.
6303
6304 (c-remove-<>-arglist-properties): Remove - no longer used.
6305
6306 (c-after-change-check-<>-operators): New function used on
6307 `after-change-functions' to avoid that "<" and ">" characters that
6308 are part of longer operators have paren syntax.
6309
6310 (c-<>-multichar-token-regexp): New language variable used by
6311 `c-after-change-check-<>-operators'.
6312
6313 (c-after-change): Call `c-after-change-check-<>-operators'.
6314
6315 (c-font-lock-<>-arglists): Use the context properties set by
6316 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6317 correctly to avoid doing invalid markup.
6318
6319 (c-font-lock-declarations): Remove code that undoes the invalid
6320 markup done by `c-font-lock-<>-arglists'.
6321
6322 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6323 after `c-font-lock-declarations'.
6324
6325 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6326 Add paren-level feature.
6327
6328 (c-guess-basic-syntax): Improve the anchor position for
6329 `template-args-cont' in nested template arglists. There's still
6330 much to be desired in this area, though.
6331
6332 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6333
6334 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6335 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6336
6337 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6338
6339 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6340 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6341
6342 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6343 it doesn't work no longer are supported.
6344
6345 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6346 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6347 requires support for the syntax-table' text property, which rules
6348 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6349 cruft associated with those versions.
6350
6351 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6352 for the `syntax-table' text property, which rules out Emacs 19 and
6353 XEmacs < 21.4. Removed various compatibility cruft associated
6354 with those versions.
6355
6356 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6357 support for the `syntax-table' text property.
6358
6359 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6360 variable and use an extra quoted face name instead. All the
6361 emacsen flavors handle that correctly.
6362
6363 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6364 (c-font-lock-declarators, c-font-lock-declarations)
6365 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6366 property to mark the items in in declarator lists to handle
6367 refontification inside multiline declarations better.
6368
6369 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6370 construct like "a * b = c;" as a declaration.
6371
6372 2005-12-08 Kim F. Storm <storm@cua.dk>
6373
6374 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6375 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6376 select either meta, hyper, or super modifier for rectangle commands.
6377 (cua--rectangle-modifier-key): New defvar.
6378 (cua--M/H-key): Use it. Remove special case for `space'.
6379 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6380 on X, to meta otherwise. Always bind C-return to toggle
6381 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6382
6383 * emulation/cua-rect.el (cua-help-for-rectangle):
6384 Use cua--rectangle-modifier-key. Handle super modifier too.
6385 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6386 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6387
6388 * ido.el: Move Acknowledgements and History after Commentary.
6389 Minor changes to Commentary.
6390
6391 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6392 keymap if cua--prefix-override-timer is `shift'.
6393 (cua--shift-control-prefix): New function; emulate "type prefix
6394 key twice" functionality to handle shifted prefix key override.
6395 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6396 New commands.
6397 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6398
6399 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6400
6401 * textmodes/org.el (org-insert-heading): Try to do items before
6402 headings.
6403 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6404 (org-insert-item): New function.
6405 (org-renumber-ordered-list): Don't skip to higher level lists.
6406
6407 2005-12-08 Juri Linkov <juri@jurta.org>
6408
6409 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6410
6411 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6412
6413 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6414
6415 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6416 the constructed function name fun-1.
6417
6418 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6419 because such links don't lead to parent documentation.
6420
6421 2005-12-08 Kenichi Handa <handa@m17n.org>
6422
6423 * descr-text.el (describe-char): Use *Help-2* buffer if the
6424 current buffer is *Help*. Call describe-text-properties while
6425 setting the original buffer.
6426
6427 2005-12-07 Bill Wohler <wohler@newt.com>
6428
6429 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6430 and causes problems with non-MH users (such as Gnus users).
6431
6432 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6433
6434 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6435 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6436 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6437 command "info sources". Move calls to GDB command "list".
6438 (gdb-find-file-hook): Just use gdb-source-file-list.
6439 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6440 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6441 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6442 (gdb-data-list-register-values-handler): Use correct trigger name.
6443
6444 2005-12-07 Kim F. Storm <storm@cua.dk>
6445
6446 * ido.el (ido-completion-map): Rename from ido-mode-map.
6447 (ido-common-completion-map, ido-file-completion-map)
6448 (ido-file-dir-completion-map, ido-buffer-completion-map):
6449 Rename from ido-mode-....-map.
6450 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6451 (ido-setup-completion-map): Rename from ido-define-mode-map.
6452 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6453 to ido-completion-map.
6454
6455 2005-12-07 Kenichi Handa <handa@m17n.org>
6456
6457 * international/mule-cmds.el
6458 (set-display-table-and-terminal-coding-system): If the coding
6459 system specified in `unibyte-display' property is different from
6460 the arg coding-system, don't setup standard-display-table.
6461
6462 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6463
6464 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6465 that comments end at \n, regardless of selective-display.
6466
6467 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6468
6469 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6470 (gdb-version): New variables.
6471 (gdb-source-file-list, gdb-register-names)
6472 (gdb-changed-registers): New variables for use with GDB 6.4+.
6473 (gdb-ann3): Replace with...
6474 (gdb-init-1, gdb-init-2): ...two new functions.
6475 (gdba, gdb-prompt): Call gdb-init-1.
6476 (gdb-get-version): New function. Call gdb-init-2 from here.
6477 (gud-watch): Make it work with mouse events too.
6478 (gdb-post-prompt): Don't add to queue until GDB version is known.
6479 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6480 (gdb-locals-mode): Use gdb-version.
6481 (gdb-memory-format-map, gdb-memory-unit-map)
6482 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6483 (gdb-locals-font-lock-keywords-1)
6484 (gdb-locals-font-lock-keywords-2): New variables.
6485 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6486 (gdb-set-gud-minor-mode-existing-buffers-1)
6487 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6488 (gdb-var-update-1, gdb-var-update-handler-1)
6489 (gdb-data-list-register-values-handler)
6490 (gdb-data-list-register-values-custom)
6491 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6492 (gdb-stack-list-locals-handler, gdb-get-register-names):
6493 New functions for use with GDB 6.4+.
6494 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6495 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6496 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6497 (gdb-stack-list-locals-regexp)
6498 (gdb-data-list-register-names-regexp): New regexps for use with
6499 GDB 6.4+.
6500
6501 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6502
6503 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6504
6505 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6506
6507 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6508 prompts work for AUTH PLAIN. Also reported by Steve Allan
6509 <seallan@verizon.net>.
6510
6511 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6512
6513 * frame.el (set-frame-parameter): Add doc string.
6514
6515 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6516
6517 * textmodes/org.el (org-occur-highlights): New variable.
6518 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6519 (org-highlight-sparse-tree-matches): New option.
6520 (org-do-occur): New function.
6521 (org-get-heading): Make it work also at beginning of line.
6522 (org-category-table): New variable.
6523 (org-get-category-table, org-get-category)
6524 (org-camel-to-words, org-link-search): New functions.
6525 (org-select-this-todo-keyword): New variable.
6526 (org-todo-list): New command.
6527 (org-shiftright, org-shiftleft): New commands.
6528 (org-agenda-todo): Add prefix argument.
6529 (org-show-hierarchy-above): New option.
6530 (org-show-todo-tree): Numerical prefix creates tree for specific
6531 TODO keyword.
6532 (org-outline-level): New function, to assign a level to plain
6533 lists items.
6534 (org-cycle-include-plain-lists): New option.
6535 (org-mode): Use `org-outline-level' as value of `outline-level'.
6536 (org-cycle): Temporarily switch `outline-regexp' if
6537 `org-cycle-include-plain-lists' is non-nil.
6538 (org-start-icalendar-file): Fix format bug.
6539 (org-agenda-get-day-entries): Create category table.
6540 (org-agenda-get-todos, org-agenda-get-timestamps)
6541 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6542 (org-agenda-get-blocks): Use `org-get-category'.
6543 (org-context-in-file-links): Rename from
6544 `org-line-numbers-in-file-links'.
6545
6546 2005-12-06 Romain Francoise <romain@orebokech.com>
6547
6548 * window.el (balance-windows): Delete extraneous third arg in call
6549 to `enlarge-window'.
6550
6551 2005-12-06 Kenichi Handa <handa@m17n.org>
6552
6553 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6554
6555 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6556
6557 * progmodes/gdb-ui.el (gdb-var-create-handler)
6558 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6559 (gdb-var-list-children-handler, gdb-var-update-handler):
6560 Current buffer is already gdb-partial-output-buffer, don't
6561 make it current again.
6562
6563 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6564
6565 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6566 (list-buffers-noselect): Use it.
6567
6568 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6569
6570 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6571 (mail-yank-ignored-headers): Use regexp-opt.
6572 (mail-mode-map): Move initialization into declaration.
6573 (mail-sent-via): Remove unused shadowed var `to-line'.
6574 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6575 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6576 (mail-do-fcc): Use dolist and push.
6577 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6578 (mail-yank-ignored-headers): Don't autoload.
6579
6580 2005-12-05 Kenichi Handa <handa@m17n.org>
6581
6582 * international/mule-cmds.el (set-language-info-internal): New fun.
6583 (set-language-info): Call set-language-info-internal to update
6584 language-info-alist. If LANG-ENV is the current one, call
6585 set-language-environment to make INFO effective now.
6586 (set-language-info-alist): Likewise.
6587 (locale-language-names): With locale "en", use English
6588 lang. env. but set the default codings to iso-8859-1.
6589
6590 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6591
6592 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6593 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6594 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6595 for plain strings.
6596 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6597 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6598 Create registers buffer if necessary. Echo new state in minibuffer.
6599 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6600
6601 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6602
6603 * info.el (Info-fontify-node): Match external links using
6604 non-directory part of filename.
6605
6606 2005-12-04 Juri Linkov <juri@jurta.org>
6607
6608 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6609 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6610 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6611 because there is no customization option for it.
6612
6613 * font-lock.el (lisp-font-lock-keywords-1):
6614 Add define-global-minor-mode.
6615
6616 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6617
6618 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6619 properties on the constructed variable names.
6620
6621 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6622 Put `definition-name' properties on the constructed function names
6623 next-sym and prev-sym.
6624
6625 * emacs-lisp/find-func.el (find-function-regexp):
6626 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6627 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6628 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6629 and easy-menu-define.
6630
6631 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6632 easy-mmode-define-global-mode and define-global-minor-mode.
6633 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6634
6635 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6636 instead of easy-mmode-define-global-mode.
6637
6638 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6639 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6640
6641 * cus-edit.el (customize-group, customize-group-other-window):
6642 Filter out autoloaded options from the group completion list by
6643 using heuristics that autoloaded groups don't have `custom-autoload'
6644 property on their symbols (they have only `custom-loads').
6645
6646 * simple.el (completion-setup-function): Put completions-common-part
6647 face on complete completion string too (i.e. completion string
6648 without completions-first-difference face).
6649
6650 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6651
6652 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6653
6654 * view.el (view-mode): Doc fix.
6655
6656 * disp-table.el (standard-display-european): Add to the warning
6657 message a reference to the doc string.
6658
6659 * play/yow.el (apropos-zippy): Call print-help-return-message,
6660 similar to other Help and Apropos commands.
6661
6662 * help.el (print-help-return-message): If pop-up-frames is
6663 non-nil, set up help-return-method to delete the help window and,
6664 possibly, its frame as well, and don't display message about
6665 scrolling the help window. Doc fix.
6666 (help-return-method): Doc fix.
6667
6668 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
6669
6670 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6671 whereby names of length one or names starting with a
6672 symbol-constituent character would not be returned.
6673
6674 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6675
6676 * subr.el (atomic-change-group): Add edebug and indentation spec.
6677
6678 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6679
6680 * completion.el (save-completions-file-name): Fix typo in last change.
6681
6682 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6683
6684 * info.el: Move back/forward history to the beginning of the tool bar.
6685
6686 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6687
6688 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6689 Add fset of allout-real-isearch-abort during compile to fix
6690 byte-compilation warnings.
6691 (allout-mode-p): Move definition of this macro above all uses, or
6692 byte compilation in barren emacs (eg, during emacs build) will
6693 lack the definition.
6694 (allout-mode): Move this variable above any uses, or byte
6695 compilation will fail.
6696 (allout-resolve-xref): Remove use of personal file-reference function.
6697 (allout-toggle-current-subtree-encryption): Do the current (ie,
6698 visible containing) topic, rather than nearest around point. Doc fix.
6699 (allout-toggle-subtree-encryption): New function, workhorse that
6700 works on nearest topic containing point.
6701 (allout-encrypt-string): Signal requirement for newer version of pgg.
6702 (allout-resumptions): Doc fix.
6703
6704 2005-12-02 Eli Zaretskii <eliz@gnu.org>
6705
6706 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6707
6708 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
6709
6710 * textmodes/flyspell.el (flyspell-external-point-words):
6711 Consider a misspelling as found in the string search if: (a) misspelling
6712 and found string lengths match, or (b) misspelling is found as
6713 element in a boundary-chars separated longer string, or (c)
6714 ispell-program-name is really ispell and misspelling is found as
6715 part of a TeX string. After successful match move beginning of
6716 search region to end of match. Warn about not found misspellings
6717 once the process is done.
6718 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6719
6720 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
6721
6722 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6723 tool bar (removed inadvertently).
6724
6725 2005-12-02 Juri Linkov <juri@jurta.org>
6726
6727 * log-view.el (log-view-diff): Clarify doc string.
6728
6729 2005-12-01 Bill Wohler <wohler@newt.com>
6730
6731 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6732 triggers lm-verify errors.
6733
6734 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
6735
6736 * simple.el (transient-mark-mode, line-number-mode)
6737 (column-number-mode, size-indication-mode): Remove `:require nil'.
6738
6739 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6740
6741 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6742 in the margin also.
6743 (gdb-breakpoints-mode-map): Use D instead of d for
6744 gdb-delete-breakpoint.
6745 (gdb-get-frame-number): Require a number to match on.
6746 (gdb-threads-mode-map): Add follow-link binding.
6747
6748 2005-11-30 Jason Rumney <jasonr@gnu.org>
6749
6750 * isearch.el (isearch-mode-map): Avoid exiting search on
6751 language-change event.
6752
6753 2005-11-30 Romain Francoise <romain@orebokech.com>
6754
6755 * speedbar.el (speedbar-default-position): New defcustom.
6756 (speedbar-frame-reposition-smartly): Use it.
6757
6758 * dframe.el (dframe-reposition-frame-emacs): Fix position
6759 computation for `left' location.
6760 Update copyright year.
6761
6762 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6763
6764 * help.el (help-map): Move initialization into declaration.
6765
6766 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6767
6768 * help-fns.el (help-argument-name): Don't autoload.
6769 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6770 to be re-loaded when customizing the `help' group.
6771
6772 2005-11-30 John Paul Wallington <jpw@gnu.org>
6773
6774 * help-fns.el (describe-function-1): Fill arglist output.
6775
6776 2005-11-30 Kim F. Storm <storm@cua.dk>
6777
6778 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6779 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6780 after revert-buffer (or anything else which kills all local variables).
6781
6782 * apropos.el (apropos-parse-pattern): Doc fix.
6783 Set apropos-regexp directly, rather than expecting callers to do so.
6784 (apropos-command, apropos, apropos-value, apropos-documentation):
6785 Simplify calls to apropos-parse-pattern.
6786
6787 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6788
6789 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6790 (hi-lock-face-phrase-buffer): Use hi-yellow face.
6791 (hi-lock-write-interactive-patterns): Use comment-region.
6792
6793 * longlines.el (longlines-mode): Add mail-setup-hook.
6794
6795 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6796
6797 * simple.el (sendmail-user-agent-compose, next-line):
6798 Conditionally use hard-newline.
6799
6800 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6801
6802 * international/latexenc.el (latex-inputenc-coding-alist):
6803 Reword doc string.
6804
6805 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6806
6807 * help.el (describe-key-briefly, describe-key): Recognize default
6808 bindings.
6809
6810 2005-11-29 Romain Francoise <romain@orebokech.com>
6811
6812 * view.el (view-inhibit-help-message): New defcustom.
6813 (view-mode-enter): Use it.
6814
6815 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
6816
6817 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6818 Preserve user position.
6819
6820 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
6821
6822 * font-lock.el: Throw error if facemenu is not loaded to prevent
6823 accidental change of loading order in loadup.el. (Suggested by RMS.)
6824
6825 * loadup.el: Add comment explaining why facemenu must be loaded
6826 before font-lock.
6827
6828 2005-11-28 Jay Belanger <belanger@truman.edu>
6829
6830 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6831 (calc-dispatch-map): Add more keys for `calc-same-interface'.
6832
6833 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6834
6835 * calc/calc-embed.el (calc-do-embedded): Update help message.
6836
6837 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6838
6839 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6840
6841 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6842
6843 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6844 called-interactively-p.
6845 (elp-profilable-p): Rename from elp-not-profilable-p.
6846 Invert result and take into account macros and autoloaded functions.
6847 (elp-instrument-function): Update call.
6848 (elp-instrument-package): Update call. Add completion.
6849 (elp-pack-number): Use match-string.
6850 (elp-results-jump-to-definition-by-mouse): Merge into
6851 elp-results-jump-to-definition and then remove.
6852 (elp-output-insert-symname): Make help echo text single-line.
6853
6854 * replace.el (query-replace-map): Move initialization into declaration.
6855 (occur-engine): Use with-current-buffer.
6856 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6857 (occur-mode-mouse-goto): Replace with an alias.
6858
6859 2005-11-28 Juri Linkov <juri@jurta.org>
6860
6861 * simple.el (quoted-insert): Let-bind input-method-function to nil.
6862
6863 * term/w32-win.el: Bind [S-tab] to [backtab].
6864
6865 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6866 `Info-find-file' to t.
6867
6868 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6869 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6870 and same-window-regexps.
6871 (occur-next-error): Don't move point for arg 0.
6872
6873 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
6874
6875 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6876
6877 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6878
6879 * log-edit.el (log-edit-changelog-use-first): New var.
6880 (log-edit-changelog-ours-p): Use it.
6881 (log-edit-insert-changelog): Set it with new arg `use-first'.
6882 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6883 (log-edit-hook): Add them to the list of suggested options.
6884
6885 * textmodes/flyspell.el (flyspell-last-buffer): New var.
6886 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6887 redundant work.
6888 (flyspell-mode-on): Use add-hook for after-change-functions.
6889 (flyspell-mode-off): Use remove-hook for after-change-functions.
6890 (flyspell-changes): Make it buffer-local.
6891 (flyspell-after-change-function): Make it non-interactive. Use push.
6892 (flyspell-post-command-hook): Check input-pending-p while processing
6893 the potentially long list of buffer changes.
6894
6895 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6896
6897 * buff-menu.el (list-buffers-noselect): Display the selected
6898 frame's buffer list, not the global one.
6899
6900 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6901
6902 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6903 that (list last-input-event) works as in interactive spec.
6904
6905 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6906
6907 * loadup.el ("facemenu"): Load facemenu before font-lock, because
6908 `facemenu-keymap' needs to be defined when font-lock is loaded.
6909 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6910
6911 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6912
6913 * completion.el: Remove useless leading * in defcustom docstrings.
6914 (save-completions-file-name): Use ~/.emacs.d if available.
6915 (completion-standard-syntax-table): Rename from
6916 cmpl-standard-syntax-table and fold initialization into declaration,
6917 thus removing cmpl-make-standard-completion-syntax-table.
6918 (completion-lisp-syntax-table, completion-c-syntax-table)
6919 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
6920 (cmpl-saved-syntax, cmpl-saved-point): Remove.
6921 (symbol-under-point, symbol-before-point)
6922 (symbol-under-or-before-point, symbol-before-point-for-complete)
6923 (add-completions-from-c-buffer): Use with-syntax-table.
6924 (make-completion): Don't return a list of completion entries.
6925 Update callers.
6926 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
6927 (completion-initialize): Rename from initialize-completions.
6928 (completion-find-file-hook): Rename from cmpl-find-file-hook.
6929 (kill-emacs-save-completions): Collect stats here.
6930 (save-completions-to-file, load-completions-from-file):
6931 Use with-current-buffer.
6932 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
6933 into a function. Move all calls to toplevel.
6934 (completion-lisp-mode-hook): New fun.
6935 (completion-c-mode-hook, completion-setup-fortran-mode):
6936 Set the syntax-table here. Use local-set-key.
6937 (completion-saved-bindings): New var.
6938 (dynamic-completion-mode): Make it into a proper minor mode.
6939 (load-completions-from-file): Remove unused var `num-uses'.
6940
6941 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
6942 constructor if it is explicitly overridden.
6943
6944 * complete.el (PC-completion-as-file-name-predicate):
6945 Use minibuffer-completing-file-name.
6946 (partial-completion-mode): Use find-file-not-found-functions.
6947 (PC-lisp-complete-symbol): Use with-syntax-table.
6948 (PC-look-for-include-file): Remove dead setq.
6949 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
6950 (PC-complete): Use with-current-buffer.
6951
6952 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
6953 escape single quotes.
6954
6955 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6956
6957 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
6958 of `if' whose condition always returned nil. Doc fix.
6959
6960 * buff-menu.el (Buffer-menu-revert-function): Make the selected
6961 window's buffer the current buffer around the call to
6962 `list-buffers-noselect'. This is necessary to mark that buffer
6963 with a `.' in the Buffer Menu when called from Lisp, for instance
6964 by Auto Revert Mode.
6965
6966 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6967
6968 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
6969 attaching to it.
6970 (gdb-pre-prompt): Make sure gdb-error is reset.
6971
6972 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
6973 with a child process, detect it.
6974 (gud-speedbar-buttons): Match regexp more carefully.
6975
6976 2005-11-27 Richard M. Stallman <rms@gnu.org>
6977
6978 * mouse.el (mouse-drag-move-window-bottom):
6979 Use adjust-window-trailing-edge.
6980
6981 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6982
6983 * simple.el (blink-matching-open): Ignore
6984 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
6985 (blink-matching-paren-on-screen): Update docstring.
6986
6987 * paren.el (show-paren-mode): No longer change
6988 `blink-matching-paren-on-screen'.
6989
6990 2005-11-27 John Paul Wallington <jpw@pobox.com>
6991
6992 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6993 (gdb-threads-select, gdb-edit-register-value):
6994 Use `posn-set-point' instead of `mouse-set-point' because the
6995 latter is not fbound when configured without X.
6996
6997 2005-11-27 Kim F. Storm <storm@cua.dk>
6998
6999 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
7000 existing face when partially highlighting a TAB in a rectangle.
7001
7002 2005-11-26 Kim F. Storm <storm@cua.dk>
7003
7004 * ido.el (ido-mode-map): Doc fix.
7005 (ido-mode-common-map, ido-mode-file-map)
7006 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
7007 (ido-define-mode-map): Rewrite. Select one of the new maps as
7008 parent for ido-mode-map instead of building from scratch.
7009 (ido-init-mode-maps): New defun to initialize new maps.
7010 (ido-mode): Call it.
7011 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
7012 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
7013
7014 2005-11-26 John Paul Wallington <jpw@pobox.com>
7015
7016 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
7017 `mouse-set-point' because the latter is not fbound when configured
7018 without X.
7019
7020 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
7021
7022 * files.el (file-relative-name): Doc fix.
7023
7024 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7025
7026 * progmodes/octave-inf.el (inferior-octave-startup): Force a
7027 non-empty string for secondary prompt PS2.
7028
7029 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7030
7031 * progmodes/compile.el (compilation-setup): Fix last change.
7032
7033 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
7034
7035 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7036 (gdb-mouse-toggle-breakpoint-margin)
7037 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
7038 Add gdb-server-prefix to keep out of command history.
7039 (gdb-edit-register-value): New function.
7040 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
7041 (gdb-info-registers-custom): Use above map.
7042
7043 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7044
7045 * custom.el (enable-theme): Signal error if argument is not a
7046 theme. Don't recalculate a face if it's not loaded yet.
7047
7048 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7049 the `user' theme is in effect.
7050
7051 * info.el (Info-on-current-buffer): Record actual filename in
7052 Info-current-file, instead of t, or a fake filename if a non-file
7053 buffer. Make autoload.
7054 (Info-find-node, Info-revert-find-node): No need to check for
7055 Info-current-file nil.
7056 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7057 Info-current-file is now never `t'.
7058 (Info-fontify-node): Many simplifications due to Info-current-file
7059 always being valid. Use Info-find-file to find node filename.
7060
7061 2005-11-25 David Kastrup <dak@gnu.org>
7062
7063 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7064 new character, then delete" in order to preserve markers.
7065
7066 2005-11-25 David Ponce <david@dponce.com>
7067
7068 * recentf.el (recentf-arrange-by-rule): Handle a special
7069 `auto-mode-alist'-like "strip suffix" rule.
7070 (recentf-build-mode-rules): Handle second level auto-mode entries.
7071
7072 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7073
7074 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7075 window modes.
7076
7077 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7078 jde-javadoc-checker-report-mode.
7079
7080 * ediff-wind (ediff-make-wide-display): Slight simplification.
7081
7082 * ediff.el (ediff-date): Change the date of last update.
7083
7084 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7085
7086 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7087 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7088 (hi-lock-mode): New global minor mode.
7089 (turn-on-hi-lock-if-enabled): New function.
7090 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7091 Change arguments to regexp and face instead of a font-lock pattern.
7092 Directly set face property, instead of refontifying.
7093 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7094 (hi-lock-find-patterns): Use line-number-at-pos.
7095
7096 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7097 arguments for hi-lock-set-pattern.
7098 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7099 Call font-lock-fontify-buffer.
7100 (hi-lock-find-file-hook, hi-lock-current-line)
7101 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7102
7103 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7104 turned off.
7105
7106 * progmodes/compile.el (compilation-setup): Don't fiddle with
7107 font-lock-defaults.
7108
7109 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7110
7111 * progmodes/gdb-ui.el (gdb-var-create-handler)
7112 (gdb-var-list-children-handler): Find values for all variable
7113 objects. gud-speedbar-buttons decides whether to display them.
7114
7115 2005-11-24 Romain Francoise <romain@orebokech.com>
7116
7117 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7118 buffer name with a space.
7119
7120 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7121
7122 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7123 `org-export-local-list-max-depth'. Change default value to 3.
7124 (org-auto-renumber-ordered-lists)
7125 (org-plain-list-ordered-item-terminator): New options.
7126 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7127 (org-get-indentation, org-get-string-indentation)
7128 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7129 New functions.
7130 (org-move-item-down, org-move-item-up): New commands.
7131 (org-export-as-html): New classes for CSS support. Bug fix in
7132 regular expression detecting fixed-width regions. Respect
7133 `org-local-list-ordered-item-terminator'.
7134 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7135 also a list item.
7136 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7137 New item moving functions.
7138
7139 2005-11-24 Juri Linkov <juri@jurta.org>
7140
7141 * isearch.el (isearch-repeat): With empty search ring set
7142 `isearch-error' to the error string instead of signaling error
7143 with the function `error'.
7144
7145 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7146
7147 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7148
7149 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7150
7151 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7152 and variable.
7153 (gdb-var-create-handler, gdb-var-list-children-handler):
7154 Don't match on "char **...".
7155 (gdb-var-update-handler): Find values for all variable objects.
7156 (gdb-info-frames-custom): Identify frames by leading "#".
7157
7158 * progmodes/gud.el (gud-speedbar-menu-items): Add
7159 gdb-speedbar-auto-raise as radio button.
7160 (gud-speedbar-buttons): Raise speedbar if requested.
7161 Don't match on "char **...".
7162 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7163 Make it editable.
7164
7165 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7166
7167 * info.el (Info-fontify-node): Handle the case where
7168 Info-current-file is t.
7169
7170 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7171
7172 * simple.el (blink-matching-open): Fix off-by-one in last change.
7173
7174 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7175
7176 * term/mac-win.el: Don't change default directory.
7177
7178 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7179
7180 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7181 buffers correctly. (It used to throw an error in such buffers.)
7182 Make it ask for confirmation in group buffers and other Custom
7183 buffers containing more than one customization item.
7184
7185 2005-11-22 John Paul Wallington <jpw@gnu.org>
7186
7187 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7188 property on mail and url overlays.
7189 (goto-address-at-point): Use `posn-set-point' instead of
7190 `mouse-set-point' because the latter is not fbound when configured
7191 without X.
7192
7193 2005-11-22 Lars Hansen <larsh@soem.dk>
7194
7195 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7196 (ls-lisp-classify, ls-lisp-format): Delete call to
7197 ls-lisp-parse-symlink.
7198 (ls-lisp-handle-switches): Handle symlinks to directories as
7199 directories when ls-lisp-dirs-first in non-nil.
7200
7201 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7202
7203 * startup.el (command-line): Make sure that loaddefs.el is handled
7204 correctly in load-history.
7205
7206 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7207
7208 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7209 (gdb-struct-string, gdb-array-string): New constants.
7210 (gdb-info-locals-handler): Use them.
7211 (gdb-reset): Reset gdb-var-list to nil.
7212
7213 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7214
7215 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7216 in patterns.
7217
7218 2005-11-21 Juri Linkov <juri@jurta.org>
7219
7220 * custom.el (defcustom): Update link types in docstring.
7221
7222 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
7223
7224 * custom.el (defgroup): Add doc-string-elt info.
7225
7226 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7227
7228 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7229
7230 * newcomment.el (comment-enter-backward): Fix last fix.
7231
7232 * simple.el (blink-matching-open):
7233 * paren.el (show-paren-function): Allow new paren-class info.
7234
7235 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7236
7237 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7238 handled automagically.
7239
7240 2005-11-20 Andreas Schwab <schwab@suse.de>
7241
7242 * descr-text.el (describe-char): When copying overlays put them
7243 over the full char description instead of just the first character
7244 of it.
7245
7246 2005-11-20 Juri Linkov <juri@jurta.org>
7247
7248 * simple.el (what-cursor-position):
7249 * descr-text.el (describe-char): Use Lisp-readable syntax
7250 for octal and hex. Reorder decimal, octal and hex values.
7251 Remove excess whitespace in the output. Use `=' in `column='
7252 like in `point=' and `Hscroll='.
7253
7254 * international/mule-cmds.el (encoded-string-description):
7255 Use Lisp-readable syntax for hex.
7256
7257 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7258
7259 * newcomment.el (comment-enter-backward): Handle the case where the
7260 comment is closed by EOB.
7261
7262 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7263
7264 * longlines.el (longlines-before-revert-hook)
7265 (longlines-after-revert-hook): New functions.
7266 (longlines-mode): Turn off longlines temporarily when reverting.
7267 Add a message-setup-hook.
7268 (longlines-decode-buffer): New function.
7269 (longlines-wrap-line): Preserve marker positions.
7270
7271 2005-11-19 Andreas Schwab <schwab@suse.de>
7272
7273 * emacs-lisp/shadow.el: Handle compressed files.
7274
7275 2005-11-19 Romain Francoise <romain@orebokech.com>
7276
7277 * net/browse-url.el (browse-url-default-browser): Signal an error
7278 if no usable browser can be found, rather than try to load w3.
7279
7280 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7281
7282 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7283 replacing existing properties.
7284 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7285 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7286 tty specs.
7287 (rcirc-server-prefix, rcirc-server): New faces.
7288 (rcirc-url-regexp): Generate with rx macro.
7289 (rcirc-last-server-message-time): New variable.
7290 (rcirc-filter): Record time of last message.
7291 (rcirc-keepalive): Kill processes that did not send a message
7292 since the last ping.
7293 (rcirc-mode): Give rcirc-topic a local binding here.
7294
7295 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7296
7297 * subr.el (read-passwd): Fontify the prompt as we do with other
7298 prompts.
7299
7300 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7301
7302 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7303 binding buffer-read-only to nil.
7304
7305 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7306
7307 * complete.el (partial-completion-mode):
7308 Mention completion-auto-help in the doc string.
7309
7310 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7311 more Lisp-ish way.
7312
7313 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7314
7315 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7316 digits, not 8, to avoid misalignment for files larger than 100MB.
7317
7318 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7319
7320 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7321 Mention "keyboard shortcuts" in the help text.
7322
7323 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7324
7325 * startup.el (fancy-splash-default-action): Discard only
7326 mouse-down and succeeding mouse-up events in the splash screen
7327 window so that drag-n-drop event can be processed.
7328
7329 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7330
7331 * longlines.el (longlines-mode): Add hacks for mail-mode and
7332 message-mode.
7333
7334 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7335
7336 * textmodes/org.el (org-table-sort-lines): New command.
7337 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7338 (org-add-file): Command removed, use `org-agenda-file-to-front'
7339 instead.
7340 (org-export-icalendar): Use `org-icalendar-combined-name'.
7341 (org-cycle-agenda-files, org-agenda-file-to-end)
7342 (org-agenda-file-to-front): New commands.
7343 (org-table-tab-jumps-over-hlines, org-export-html-style):
7344 New options.
7345 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7346 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7347 New functions.
7348 (org-fill-paragraph): Call `org-table-align' in tables.
7349 (org-mode): Call `org-set-autofill-regexps'.
7350 (org-export-as-html): Support for local handformatted lists.
7351 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7352 (org-export-local-list-max-depth): New option.
7353 (org-html-expand): Use `org-html-protect'.
7354
7355 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7356
7357 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7358 to "p".
7359 (gdb): Move definition of gud-pp to...
7360
7361 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7362 speedbar.
7363 (gdb-find-watch-expression): New function.
7364
7365 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7366
7367 * faces.el (face-attribute, set-face-attribute): Mention existence
7368 of `:ignore-defface' setting in docstring.
7369
7370 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7371
7372 * simple.el (completion-setup-function): Fix last change.
7373
7374 2005-11-17 John Paul Wallington <jpw@pobox.com>
7375
7376 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7377 Use `posn-set-point' instead of `mouse-set-point' because the
7378 latter is not fbound when configured without X.
7379
7380 * comint.el (comint-insert-input): Likewise.
7381
7382 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7383
7384 * simple.el (hard-newline): New variable.
7385 (sendmail-user-agent-compose, next-line): Use it.
7386
7387 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7388 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7389 (mail-mail-reply-to, mail-mail-followup-to)
7390 (mail-position-on-field, mail-signature, mail-yank-original)
7391 (mail-attach-file): Likewise.
7392
7393 * mail/mailheader.el (mail-header-format)
7394 (mail-header-format-function): Likewise.
7395
7396 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7397
7398 2005-11-17 Juri Linkov <juri@jurta.org>
7399
7400 * font-lock.el (font-lock-faces): Rename this defgroup from
7401 `font-lock-highlighting-faces'.
7402 (font-lock-comment-face, font-lock-comment-delimiter-face)
7403 (font-lock-string-face, font-lock-doc-face)
7404 (font-lock-keyword-face, font-lock-builtin-face)
7405 (font-lock-function-name-face, font-lock-variable-name-face)
7406 (font-lock-type-face, font-lock-constant-face)
7407 (font-lock-warning-face, font-lock-negation-char-face)
7408 (font-lock-preprocessor-face)
7409 (font-lock-regexp-grouping-backslash)
7410 (font-lock-regexp-grouping-construct): Rename :group from
7411 `font-lock-highlighting-faces' to `font-lock-faces'.
7412
7413 * cus-edit.el (lisp, c, tex):
7414 * progmodes/ada-mode.el (ada):
7415 * progmodes/asm-mode.el (asm):
7416 * progmodes/cperl-mode.el (cperl-faces):
7417 * progmodes/cpp.el (cpp):
7418 * progmodes/dcl-mode.el (dcl):
7419 * progmodes/f90.el (f90):
7420 * progmodes/fortran.el (fortran):
7421 * progmodes/icon.el (icon):
7422 * progmodes/idlwave.el (idlwave-misc):
7423 * progmodes/m4-mode.el (m4):
7424 * progmodes/make-mode.el (makefile):
7425 * progmodes/meta-mode.el (meta-font):
7426 * progmodes/modula2.el (modula2):
7427 * progmodes/octave-mod.el (octave):
7428 * progmodes/pascal.el (pascal):
7429 * progmodes/perl-mode.el (perl):
7430 * progmodes/prolog.el (prolog):
7431 * progmodes/ps-mode.el (PostScript-edit):
7432 * progmodes/scheme.el (scheme):
7433 * progmodes/sh-script.el (sh-script):
7434 * progmodes/simula.el (simula):
7435 * progmodes/tcl.el (tcl):
7436 * textmodes/nroff-mode.el (nroff):
7437 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7438 * textmodes/sgml-mode.el (sgml):
7439 * textmodes/texinfo.el (texinfo):
7440 Add :link (custom-group-link font-lock-faces) to defgroup.
7441
7442 * hi-lock.el (hi-lock): Rename this defgroup from
7443 `hi-lock-interactive-text-highlighting'. Change parent group from
7444 `faces' to `font-lock'. Add link to the manual.
7445 (hi-lock-mode, hi-lock-file-patterns-range)
7446 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7447 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7448 (hi-lock-faces): Add :group `faces'.
7449
7450 * cus-edit.el (custom-variable-prompt): Clarify the code.
7451
7452 * faces.el (face-read-string): Set the default value arg of
7453 completing-read.
7454
7455 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7456
7457 * rfn-eshadow.el (file-name-shadow-properties)
7458 (file-name-shadow-tty-properties, file-name-shadow-mode):
7459 Remove autoloads, because the file is now preloaded.
7460
7461 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7462
7463 * printing.el (easy-menu-intern): Don't define.
7464 (pr-get-symbol): Use easy-menu-intern only if defined.
7465
7466 * simple.el (blink-matching-open): Simplify a bit.
7467 (completion-setup-function): Fix the case of partial-completion-mode
7468 when the minibuffer's contents start with "-".
7469 Obey completion-base-size-function even when
7470 minibuffer-completing-file-name is non-nil.
7471
7472 2005-11-16 Richard M. Stallman <rms@gnu.org>
7473
7474 * net/eudcb-ph.el (eudc-ph-open-session):
7475 Use set-process-query-on-exit-flag.
7476
7477 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7478
7479 * international/ucs-tables.el (ucs-set-table-for-input):
7480 Use make-local-variable, not make-variable-buffer-local.
7481
7482 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7483 Improve warning message text.
7484
7485 * savehist.el (savehist-save-hook): Add :group.
7486
7487 * menu-bar.el (menu-bar-help-menu):
7488 Rename Find Extra Packages to External Packages.
7489
7490 * cus-edit.el (Custom-reset-standard): Verify that
7491 :custom-standard-value prop exists before calling it.
7492
7493 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7494
7495 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
7496
7497 * wid-edit.el (color): Enclose %t in %{...%}.
7498
7499 * cus-edit.el (face): Enclose %t in %{...%}.
7500
7501 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7502
7503 * savehist.el (savehist-mode-hook): Re-add the var.
7504 (savehist-mode): Use it.
7505
7506 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7507
7508 * textmodes/flyspell.el: Fix commenting convention.
7509 Remove unnecessary leading * in custom docstrings.
7510 (flyspell-emacs): Remove unused var.
7511 (flyspell-delete-region-overlays): Use remove-overlays.
7512 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7513 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7514 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7515 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7516 (make-flyspell-overlay): Don't locally reuse a global name.
7517 (flyspell-highlight-incorrect-region)
7518 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7519 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7520 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7521 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7522 Wrap calls to accept-process-output inside with-local-quit since it's
7523 often called from a post-command-hook.
7524 (flyspell-correct-word, flyspell-auto-correct-word):
7525 Use ispell-send-string.
7526 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7527
7528 * calendar/diary-lib.el (diary-list-entries): Also hide the
7529 terminating newline.
7530
7531 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7532
7533 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7534 window-system, to allow fonts on tty.
7535
7536 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7537
7538 * progmodes/gud.el (gud-speedbar-item-info): New function.
7539 (gud-install-speedbar-variables): Use it to display data type
7540 of watch expression as a tooltip in speedbar.
7541
7542 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7543
7544 * font-core.el (global-font-lock-mode): Add :version keyword,
7545 because default was changed.
7546
7547 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7548
7549 * startup.el (command-line): Use `custom-reevaluate-setting' for
7550 `file-name-shadow-mode'.
7551
7552 * loadup.el: Preload rfn-eshadow.
7553
7554 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7555 Add :version keyword.
7556 (file-name-shadow-properties, file-name-shadow-tty-properties)
7557 (file-name-shadow): Add :version keyword.
7558
7559 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7560 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7561 in the custom-group property of the symbol frames and the fringe
7562 group got no link to its parent group frames.
7563 Doc fix.
7564
7565 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7566
7567 * progmodes/gud.el (gud-stop-subjob): New function.
7568 (gud-menu-map, gud-tool-bar-map): Use it.
7569
7570 2005-11-16 Kim F. Storm <storm@cua.dk>
7571
7572 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7573 than kill it.
7574 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7575 to a more useful/logical place.
7576
7577 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7578
7579 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7580 go buttons complementary.
7581
7582 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7583
7584 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7585 (rfn-eshadow-sifn-equal): New function.
7586 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7587
7588 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7589
7590 * viper-utils.el (viper-non-word-characters-reformed-vi):
7591 Quote `-' in string.
7592
7593 * viper.el (viper-emacs-state-mode-list): Ensure that
7594 rcirc-mode buffers come up in Emacs state.
7595
7596 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7597 operation.
7598
7599 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7600
7601 * term.el (term-termcap-format): Fix typos.
7602 (term-down): Fix the negative argument case.
7603
7604 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7605
7606 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7607 2005-08-15.
7608 (gdb-ann3): New command gud-go.
7609 (menu): Accomodate gdb-mi.el.
7610 (gdb-assembler-custom): Make buffer of selected window current
7611 so that set-window-point works.
7612
7613 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7614 buttons and include new ones.
7615
7616 2005-11-16 Kim F. Storm <storm@cua.dk>
7617
7618 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7619 (gud-menu-map): Use it.
7620
7621 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7622
7623 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7624 that works correctly for Custom and that does not override a user
7625 who disables it.
7626
7627 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7628 (help-xref-interned, help-follow): Make hyperlinks for variables
7629 that are unbound, but have a non-nil variable-documentation property.
7630
7631 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7632 mode hook. (It conflicted with defcustoms for some mode hooks.)
7633 Use the `variable-documentation' property to give the mode hook a
7634 docstring and expand that docstring.
7635
7636 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7637
7638 * savehist.el (savehist-mode): Don't bother with
7639 `custom-set-minor-mode'.
7640 (savehist-coding-system): Check XEmacs version.
7641 (history-length): Declare also at run time.
7642 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7643 Don't set the customize state.
7644 (savehist-minibuffer-hook): Special case for when
7645 minibuffer-history-variable is equal to t.
7646
7647 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7648
7649 * files.el (write-file): Refresh VC status.
7650
7651 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7652 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7653 than fundamental-mode to see if the mode was set.
7654
7655 2005-11-14 Romain Francoise <romain@orebokech.com>
7656
7657 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7658 dummy function in `eval-when-compile' to avoid compiler warning.
7659 Require `man' at compile time.
7660
7661 2005-11-14 Jay Belanger <belanger@truman.edu>
7662
7663 * calc-alg.el (calcFunc-write-out-power): Rename it to
7664 calcFunc-powerexpand.
7665 (math-write-out-power): Rename it to math-powerexpand; have it
7666 handle negative exponents.
7667 (calc-writeoutpower): Rename it to calc-powerexpand.
7668
7669 * calc-ext.el: Change calcFunc-writeoutpower and
7670 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7671 autoloads.
7672 Add calcFunc-ldiv to autoloads.
7673
7674 * calc-arith.el (calcFunc-ldiv): New function.
7675
7676 * calc.el (calc-left-divide): New function.
7677
7678 2005-11-14 Juri Linkov <juri@jurta.org>
7679
7680 * cus-edit.el (custom-variable-prompt): Set the default value arg
7681 of completing-read.
7682
7683 * cus-dep.el (custom-make-dependencies): Reverse the list of
7684 found dependencies.
7685
7686 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7687
7688 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7689 Highlighting" entry, it is on by default now.
7690 (menu-bar-options-save): Do not save global-font-lock-mode.
7691
7692 2005-11-13 Richard M. Stallman <rms@gnu.org>
7693
7694 * textmodes/flyspell.el (flyspell-large-region):
7695 Call flyspell-accept-buffer-local-defs.
7696
7697 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
7698
7699 * textmodes/flyspell.el (flyspell-notify-misspell):
7700 Fix misspelling of "Misspelling".
7701 (flyspell-process-localwords): New function.
7702 (flyspell-large-region): Call flyspell-process-localwords and
7703 flyspell-delete-region-overlays.
7704 (flyspell-delete-region-overlays): New function.
7705 (flyspell-delete-all-overlays): Call that.
7706
7707 2005-11-13 Richard M. Stallman <rms@gnu.org>
7708
7709 * help.el (help-for-help-internal): Improve doc of C-h a.
7710 (describe-key): Improve prompt; doc fix.
7711
7712 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7713
7714 * vc-svn.el (vc-svn-registered): Catch all errors.
7715
7716 * cus-dep.el (custom-make-dependencies): Typo.
7717
7718 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
7719
7720 * net/tramp-util.el (top): Fix compilation warning.
7721
7722 2005-11-13 Kim F. Storm <storm@cua.dk>
7723
7724 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
7725
7726 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7727
7728 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7729 (gud-speedbar-buttons): Match on "const char *" too.
7730
7731 * progmodes/gdb-ui.el (gdb-var-create-handler)
7732 (gdb-var-list-children-handler): Match on "const char *" too.
7733 (gdb-var-evaluate-expression-handler): Match on empty string.
7734 (gdb-var-update-handler): Only call
7735 gdb-var-evaluate-expression-handler when required.
7736
7737 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7738
7739 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7740 selected window. This still doesn't work for speedbar.
7741 (gud-speedbar-buttons): Handle string expressions properly.
7742
7743 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7744 (gdb-var-create-handler): Handle string expressions properly.
7745 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7746 Handle string expressions properly. Move "type" field into regexp.
7747
7748 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7749
7750 * bookmark.el (bookmark-maybe-message): New function to reduce
7751 code duplication: invokes `message' iff baud-rate is high enough.
7752 (bookmark-write-file): Use above instead of an inline conditional.
7753 (bookmark-load): Same.
7754
7755 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7756
7757 * bookmark.el (bookmark-write-file): Don't visit the destination
7758 file, just write the data to it using write-region. This is
7759 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7760 change to avoid visiting the file in the first place.
7761
7762 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
7763
7764 * hi-lock.el (hi-lock-mode): Set the default value of
7765 font-lock-defaults.
7766
7767 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
7768
7769 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7770 arg to `file-attributes'.
7771 (find-lisp-format): The UID and GID can now be strings.
7772
7773 2005-11-12 Kim F. Storm <storm@cua.dk>
7774
7775 * help.el (help-map): Bind C-h d to apropos-documentation.
7776
7777 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7778 when point is at end-of-buffer.
7779
7780 * apropos.el (apropos-match-face): Doc fix.
7781 (apropos-sort-by-scores): Add new choice `verbose'.
7782 (apropos-documentation-sort-by-scores): New defcustom.
7783 (apropos-pattern): Now contains the pattern entered by the user.
7784 (apropos-pattern-quoted): New defvar.
7785 (apropos-regexp): New defvar, containing the regexp corresponding
7786 to apropos-pattern.
7787 (apropos-all-words-regexp): Rename from apropos-all-regexp.
7788 (apropos-read-pattern): New defun. Use it to read pattern arg in
7789 interactive calls; returns list of words for a word list, and
7790 string for a regexp.
7791 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
7792 parses a list of words or regexp as returned by apropos-read-pattern.
7793 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7794 (apropos-score-doc): Return a very high score if the string
7795 entered by the user matches literally.
7796 (apropos-variable): Doc fix. Use apropos-read-pattern.
7797 (apropos-command): Doc fix. Use apropos-read-pattern and
7798 apropos-parse-pattern. Call apropos-print with nosubst=t.
7799 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
7800 apropos-parse-pattern.
7801 (apropos-documentation): Doc fix. Use apropos-read-pattern and
7802 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
7803 apropos-documentation-sort-by-scores. Call apropos-print with
7804 nosubst=t.
7805 (apropos-documentation-internal): Pass doc string through
7806 substitute-key-definition before adding text properties.
7807 Highlight substring matching literal user input if possible.
7808 (apropos-documentation-check-doc-file): Remove locals beg and end.
7809 Fix calculation of score (as added twice). Pass doc string through
7810 substitute-key-definition before adding text properties.
7811 (apropos-documentation-check-elc-file): Pass doc string through
7812 substitute-key-definition before adding text properties.
7813 Highlight substring matching literal user input if possible.
7814 (apropos-print): Add new arg NOSUBST; if set, command and variable
7815 doc strings have already been passed through substitute-key-definition.
7816 Add code to handle apropos-accumulator items without score element
7817 for backwards compatibility (e.g. with woman package).
7818 Only show scores if apropos-sort-by-scores is `verbose'.
7819
7820 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7821
7822 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7823 Add jka-compr-load-suffixes to load-suffixes.
7824
7825 * jka-compr.el: Require jka-cmpr-hook.
7826 (jka-compr-info-compress-message, jka-compr-info-compress-program)
7827 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7828 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7829 (jka-compr-info-can-append, jka-compr-info-strip-extension)
7830 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7831 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
7832 (jka-compr-uninstall): Remove entries from
7833 jka-compr-added-to-file-coding-system-alist after they are used.
7834 (jka-compr-error): Remove unused var `curbuf'.
7835 (jka-compr-file-local-copy): Remove unused var `notfound'.
7836
7837 2005-11-10 Romain Francoise <romain@orebokech.com>
7838
7839 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7840
7841 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
7842
7843 * progmodes/gud.el (gud-menu-map): Move parentheses.
7844 (gdb): New command gud-pv.
7845
7846 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7847
7848 * tar-mode.el: Remove spurious or unnecessary leading stars
7849 in docstrings.
7850 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7851 (tar-parse-octal-integer-safe): Use mapc.
7852 (tar-header-block-summarize): Remove unused var `ck'.
7853 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7854 cleared before. Obey default-enable-multibyte-characters.
7855 Use mapconcat. Simplify setting of tar-header-offset.
7856 (tar-mode-map): Move initialization inside delcaration.
7857 (tar-flag-deleted): Use `abs'.
7858 (tar-expunge-internal): Remove unused var `line'.
7859 (tar-expunge-internal): Don't hardcode point-min==1.
7860 (tar-expunge): Widen while doing set-buffer-multibyte.
7861 (tar-rename-entry): Use file-name-coding-system.
7862 (tar-alter-one-field): Don't hardcode point-min==1.
7863 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7864 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
7865
7866 2005-11-10 Masatake YAMATO <jet@gyve.org>
7867
7868 * add-log.el (add-log-current-defun): Handle class::method
7869 notation of c++. Fix incorrect comment.
7870
7871 2005-11-10 Alan Mackenzie <acm@muc.de>
7872
7873 * help-fns.el (describe-variable): Make C-h v work when a variable
7874 has variable documentation yet is unbound.
7875
7876 2005-11-10 Masatake YAMATO <jet@gyve.org>
7877
7878 * man.el (Man-highlight-references): Set an empty
7879 string to `Man-arguments' if it is nil.
7880 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7881
7882 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7883
7884 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7885 commenting conventions.
7886
7887 * cus-dep.el (custom-make-dependencies): Simplify.
7888 Better follow the commenting conventions.
7889
7890 2005-11-09 Richard M. Stallman <rms@gnu.org>
7891
7892 * apropos.el (apropos-pattern): Rename from apropos-regexp.
7893 (apropos-orig-pattern): Rename from apropos-orig-regexp.
7894 All uses changed.
7895 (apropos-rewrite-regexp): Doc fix.
7896 (apropos-variable, apropos-command, apropos, apropos-value):
7897 Change prompt; carry through the argument renaming.
7898
7899 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7900
7901 * find-lisp.el: Require dired.
7902 (find-lisp-find-dired-internal): Do not call
7903 `abbreviate-file-name' on DIR.
7904
7905 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
7906
7907 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7908
7909 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
7910
7911 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7912 when using the speedbar.
7913 (gdb): New command gud-pp.
7914 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7915
7916 2005-11-09 Juri Linkov <juri@jurta.org>
7917
7918 * replace.el (occur-excluded-properties): New defcustom.
7919 (occur-1, occur-engine, occur-accumulate-lines): Use it.
7920
7921 2005-11-08 Jay Belanger <belanger@truman.edu>
7922
7923 * calc/calc-units.el (math-convert-units): Replace any composite
7924 unit by its definition.
7925
7926 2005-11-08 Lars Hansen <larsh@soem.dk>
7927
7928 * emacs-lisp/autoload.el (update-directory-autoloads):
7929 Add obsolete function alias.
7930
7931 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7932
7933 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7934 comment-indent-function.
7935 (lisp-comment-indent): Replace by an alias for comment-indent-default.
7936
7937 * reveal.el (reveal-post-command): Rework the handling of
7938 reveal-open-spots, so as to be more reliable. There were several
7939 tricky corner cases where an open spot might be lost, or where
7940 a closed spot might end up on the list of open spots.
7941 Only reveal text that's ellipsised.
7942
7943 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
7944
7945 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
7946
7947 2005-11-07 John Paul Wallington <jpw@gnu.org>
7948
7949 * ibuffer.el (ibuffer): Search iconified frames too when
7950 getting Ibuffer buffer's window.
7951
7952 2005-11-06 Richard M. Stallman <rms@gnu.org>
7953
7954 * progmodes/compile.el (compilation-internal-error-properties):
7955 save-excursion around the computation of MARKER.
7956
7957 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
7958
7959 * textmodes/flyspell.el (flyspell-external-point-words):
7960 flyspell-get-word returns a list, not just a string.
7961
7962 2005-11-06 John Paul Wallington <jpw@pobox.com>
7963
7964 * ibuffer.el (ibuffer): Search all visible frames when getting
7965 Ibuffer buffer's window.
7966
7967 2005-11-07 Masatake YAMATO <jet@gyve.org>
7968
7969 * man.el (Man-reference-regexp): Accept spaces between
7970 `Man-name-regexp' and `Man-section-regexp'.
7971 (Man-apropos-regexp): New variable.
7972 (Man-abstract-xref-man-page): Use value for `Man-target-string'
7973 if available.
7974 (Man-highlight-references, Man-highlight-references0):
7975 Handle the case when `Man-arguments' includes "-k".
7976 (Man-highlight-references0): Rename the argument `TARGET-POS' to
7977 `TARGET'. `TARGET' can be a number, function or nil.
7978
7979 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
7980
7981 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
7982 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
7983 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
7984 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
7985 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
7986 (gdb-send-item): Use buffer-local-value and simplify.
7987
7988 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
7989
7990 * startup.el (command-line): Use `custom-reevaluate-setting' for
7991 `global-font-lock-mode'.
7992
7993 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
7994 by default, except in batch mode or when the -D option is given.
7995
7996 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
7997 specified keyword args on to `define-minor-mode'. Update docstring.
7998
7999 2005-11-05 Romain Francoise <romain@orebokech.com>
8000
8001 * replace.el (occur-engine): Add marker at end of line, too.
8002
8003 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8004
8005 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8006 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8007 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8008 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8009 argument to all these routines, so the passphrase can be managed
8010 externally and passed in to the system.
8011 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8012 pgg-add-passphrase-to-cache function.
8013
8014 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8015 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8016 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8017 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8018 argument to all these routines, so the passphrase can be managed
8019 externally and passed in to the system.
8020 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8021 function.
8022
8023 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8024
8025 * font-lock.el: Don't deal with font-lock-face-attributes here,
8026 move the code ...
8027
8028 * startup.el (command-line): ... here. Use face-spec-set instead
8029 of custom-declare-face.
8030
8031 * faces.el (face-spec-set): Reset the face if spec is not nil.
8032
8033 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8034
8035 * newcomment.el (comment-region-internal): Box more tightly in the
8036 common case where there's no TAB in the boxed text.
8037
8038 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8039
8040 * info.el (info-tool-bar-map): Use images prev-node, next-node and
8041 up-node.
8042
8043 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8044
8045 * newsticker.el: Commentary updated. Code formatting changed.
8046 (newsticker-version): Change to "1.9".
8047 (newsticker, newsticker-feed): Doc fix.
8048 (newsticker-url-list): Doc fix. Add option "Weekly".
8049 (newsticker-retrieval-interval): Add option "Weekly".
8050 (newsticker-headline-processing): Doc fix.
8051 (newsticker-auto-mark-filter): Remove.
8052 (newsticker-auto-mark-filter-list): New.
8053 (newsticker-layout, newsticker-sort-method): Doc fix.
8054 (newsticker-hide-old-items-in-newsticker-buffer)
8055 (newsticker-heading-format, newsticker-item-format)
8056 (newsticker-desc-format): Doc fix.
8057 (newsticker-show-all-rss-elements): Remove.
8058 (newsticker-show-all-news-elements): New.
8059 (newsticker-faces, newsticker-ticker): Doc fix.
8060 (remove-from-invisibility-spec): Code formatting.
8061 (newsticker--process-ids): New.
8062 (newsticker-mode): Doc fix.
8063 (newsticker-mode): Change mode-line-format.
8064 (newsticker-start): Remove debug output.
8065 (newsticker-start-ticker): Doc fix. Add autoload cookie.
8066 (newsticker-w3m-show-inline-images): Code formatting.
8067 (newsticker-next-item): Call `force-mode-line-update'.
8068 (newsticker-previous-item): Call `force-mode-line-update'.
8069 (newsticker-next-feed): Call `force-mode-line-update'.
8070 (newsticker-previous-feed): Call `force-mode-line-update'.
8071 (newsticker-mark-all-items-at-point-as-read): Code formatting.
8072 (newsticker-show-old-items): Do not show descs.
8073 (newsticker-hide-entry): Hide too much.
8074 (newsticker-hide-entry, newsticker-show-entry)
8075 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8076 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8077 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8078 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8079 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8080 (newsticker-get-news): Call `force-mode-line-update'.
8081 Collect process ids.
8082 (newsticker--sentinel): Change coding system handling.
8083 Move image retrieval to new functions newsticker--get-logo-url-*.
8084 Move feed parsing to new functions newsticker--parse-*.
8085 Update list of process ids.
8086 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8087 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8088 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8089 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8090 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8091 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8092 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8093 (newsticker--decode-coding-string): Remove.
8094 (newsticker--decode-numeric-entities): Check input. Format code.
8095 (newsticker--remove-whitespace): Check input.
8096 (newsticker--do-forget-preformatted): Doc fix.
8097 (newsticker--decode-rfc822-date): Allow for missing time.
8098 (newsticker--update-process-ids): New.
8099 (newsticker--image-sentinel): Change comment.
8100 (newsticker--image-read): Change error message.
8101 (newsticker--imenu-goto): Doc fix. Show headline title.
8102 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8103 (newsticker--buffer-do-insert-text): Clean whitespace in
8104 html-rendered headline title. Code formatting.
8105 Call `newsticker--buffer-print-extra-elements'.
8106 (newsticker--buffer-print-extra-element): Remove.
8107 (newsticker--buffer-print-extra-elements): New.
8108 (newsticker--buffer-do-print-extra-element): New.
8109 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8110 large sizes.
8111 (newsticker--run-auto-mark-filter)
8112 (newsticker--do-run-auto-mark-filter):
8113 Use `newsticker-auto-mark-filter-list'.
8114
8115 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8116
8117 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8118 (rcirc-print): Force redisplay before running hooks. Do long
8119 buffer truncation after making new text read-only. Deal with nil
8120 text when decoding strings. If TARGET is nil, use either the
8121 currently selected buffer, if it is an rcirc buffer and of the
8122 same process or the process buffer.
8123 (rcirc-mode): Remove header-line. Recompute short buffer names.
8124 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8125 (rcirc-short-buffer-name): Add variable.
8126 (rcirc-kill-buffer-hook): Recompute short buffer names.
8127 Remove nick from private channel.
8128 (rcirc-send-input): Send command text to current-buffer.
8129 Don't clear overlay arrow here.
8130 (rcirc-short-buffer-name): Return a short buffer name.
8131 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8132 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8133 buffer-name abbreviations.
8134 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8135 Do not touch nick-table when killing a parted channel.
8136 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8137 Clear arrow from current buffer if it is now hidden.
8138 (rcirc-current-buffer): Add variable.
8139 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8140 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8141 Remove -face from names.
8142 (rcirc-update-activity-string): Print "DND" when globally ignoring
8143 activity.
8144 (rcirc-ignore-buffer-activity-flag): Rename from
8145 rcirc-ignore-channel-activity.
8146 (rcirc-ignore-all-activity-flag): Doc fix.
8147 (rcirc-channels): Remove variable.
8148 (rcirc-kill-buffer-hook):
8149 (rcirc-get-buffer-create): Add nick to private channel.
8150 (rcirc-multiline-edit-submit): Remove tabs.
8151 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8152 folded.
8153 (rcirc-remove-nick-channel): Bug fix.
8154 (rcirc-toggle-ignore-buffer-activity): Rename from
8155 rcirc-toggle-ignore-channel-activity.
8156 (rcirc-record-activity): Add buffers to the front of the list.
8157 (rcirc-update-activity): Remove killed buffers from list.
8158 (rcirc-process-server-response-1): Remove last argument if it is
8159 null before calling handler.
8160 (rcirc): Add "rcirc" defcustom prefix.
8161 (rcirc-prompt): Simplify default prompt.
8162 Use custom-initialize-default.
8163 (rcirc-private-chats): Remove variable.
8164 (rcirc-prompt): Change initialization.
8165 (rcirc-version): Remove function.
8166 (rcirc-id-string): Add constant.
8167 (rcirc-last-buffer): Remove variable.
8168 (rcirc-buffer-alist): Add variable.
8169 (rcirc-connect): Update variable setup.
8170 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8171 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8172 default.
8173 (rcirc-handler-generic): Trigger activity.
8174 (rcirc-send-message): Create the buffor of the target.
8175 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8176 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8177 (rcirc-multiline-edit-cancel): Remove function.
8178 (rcirc-set-last-buffer): Remove function.
8179 (rcirc-get-any-buffer): Add function.
8180 (rcirc-join-channels): Don't print /join text.
8181 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8182 messages.
8183 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8184 (rcirc-handler-NOTICE): Recognize CTCP responses.
8185 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8186 constructing TOPIC string for buffers we are not JOINed.
8187 (rcirc-handler-CTCP-response): Add handler.
8188 (rcirc-multiline-edit-submit): Restore the window-configuration
8189 before adjusting point.
8190 (rcirc): Add customization group.
8191 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8192 (rcirc-user-full-name, rcirc-startup-channels-alist)
8193 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8194 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8195 (rcirc-input-ring-size, rcirc-read-only-flag)
8196 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8197 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8198 Change defvar to defcustom.
8199 (rcirc-update-prompt): Add optional ALL arg, which will update
8200 prompts in all rcirc buffers. Regexp quote replacement text.
8201 (rcirc-fill-column): Accept frame-width as a value.
8202 (rcirc-set-changed): Add function.
8203 (rcirc-next-active-buffer): Write more meaningful messages.
8204 (rcirc-faces): Add customization group.
8205 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8206 (rcirc-nick-in-message-face, rcirc-prompt-face)
8207 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8208 (with-rcirc-process-buffer): Move before first usage.
8209 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8210 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8211 (rcirc-debug): Rename from `rcirc-log'.
8212 (rcirc-format-response-string): Do not print `-' chars for a
8213 NOTICE with no sender. Simplify output of server responses.
8214
8215 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8216
8217 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8218 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8219 Make urls mouse and RET clickable.
8220
8221 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8222
8223 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8224
8225 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8226
8227 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8228 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8229 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8230 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8231 argument to all these routines, so the passphrase can be managed
8232 externally and passed in to the system.
8233 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8234 pgg-add-passphrase-to-cache function.
8235
8236 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8237 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8238 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8239 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8240 argument to all these routines, so the passphrase can be managed
8241 externally and passed in to the system.
8242 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8243 function.
8244
8245 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8246
8247 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8248 from goto-address-url-regexp.
8249
8250 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8251
8252 * textmodes/org.el (org-read-date, org-goto-calendar)
8253 (org-recenter-calendar, org-agenda-goto-calendar):
8254 Temporarily clear `calendar-move-hook'.
8255
8256 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8257
8258 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8259 merging.
8260
8261 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8262 have merge clashes.
8263
8264 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8265
8266 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8267 Undo previous change.
8268
8269 * startup.el (command-line): Use `custom-reevaluate-setting' for
8270 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8271 tty-register-default-colors on Mac.
8272
8273 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8274
8275 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8276 (gdb-buffer-type): Make it automatically buffer local...
8277 (gdb-get-create-buffer): ...and set it accordingly.
8278 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8279 actually work.
8280
8281 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8282
8283 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8284 not red.
8285
8286 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8287
8288 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8289 case GUD buffer is not visible.
8290 (gdb-goto-breakpoint): Try to force display in source buffer.
8291 (gdb-frame-gdb-buffer): Copy other similar functions.
8292 (gdb-restore-windows): Don't display source if not asked for.
8293 (gdb-assembler-buffer-name): Don't capitalise.
8294
8295 2005-11-03 Richard M. Stallman <rms@gnu.org>
8296
8297 * wid-edit.el (key-sequence): New widget type.
8298
8299 * simple.el (set-mark-command-repeat-pop): New variable.
8300 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8301 if set-mark-command-repeat-pop is true.
8302
8303 * info.el (Info-fontify-node): Don't display extra "see" if there
8304 already is one here.
8305
8306 * mouse.el: Fix special handling of DEL after dragging a region:
8307 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8308 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8309
8310 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8311
8312 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8313 not to assume it pertains to an affix.
8314
8315 * textmodes/flyspell.el (flyspell-post-command-hook):
8316 Bind deactivate-mark to prevent deactivation.
8317
8318 2005-11-03 Lars Hansen <larsh@soem.dk>
8319
8320 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8321 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8322 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8323
8324 2005-11-03 Romain Francoise <romain@orebokech.com>
8325
8326 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8327 Update copyright years.
8328
8329 2005-11-03 Sam Steingold <sds@gnu.org>
8330
8331 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8332 Use system-type instead of window-system because window-system is not
8333 correctly defined during loadup.
8334
8335 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8336
8337 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8338 (xml-parse-tag): Join strings separated by a comment properly.
8339
8340 2005-11-02 Andreas Schwab <schwab@suse.de>
8341
8342 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8343
8344 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8345
8346 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8347 (byte-optimize-pure-func): Quote the eval'd value.
8348
8349 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8350 Rename from perl-font-lock-syntactic-face-function.
8351 Change the calling convention so it can be used as a font-lock MATCHER.
8352 Do the parse-partial-sexp loop outselves.
8353 (perl-font-lock-syntactic-keywords): Use it.
8354 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8355
8356 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8357
8358 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8359 disassembly buffer too.
8360 (gdb-exited): Remove overlay arrows when execution has finished.
8361 (gdb-info-frames-custom, gdb-info-threads-custom)
8362 (gdb-info-registers-custom): Don't add inappropriate text
8363 properties if inferior is not active.
8364
8365 2005-11-02 Glenn Morris <rgm@gnu.org>
8366
8367 * progmodes/fortran.el (fortran-blink-match):
8368 Use `blink-matching-delay'.
8369
8370 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8371
8372 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8373
8374 2005-11-02 Lars Hansen <larsh@soem.dk>
8375
8376 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8377 "Permission denied".
8378
8379 2005-11-01 Richard M. Stallman <rms@gnu.org>
8380
8381 * textmodes/flyspell.el (flyspell-external-point-words):
8382 Pass nil to flyspell-get-word.
8383
8384 2005-11-02 Kim F. Storm <storm@cua.dk>
8385
8386 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8387 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8388
8389 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8390
8391 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8392 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8393 (calendar-mouse-print-dates): Add optional `event' argument.
8394 Update interactive-spec.
8395 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8396 Use `calendar-event-to-date' instead of `event'.
8397
8398 2005-11-02 Masatake YAMATO <jet@gyve.org>
8399
8400 * progmodes/ld-script.el (ld-script-builtins):
8401 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8402 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8403 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8404
8405 2005-11-01 Romain Francoise <romain@orebokech.com>
8406
8407 * vc-sccs.el: Update copyright year.
8408 * ezimage.el: Likewise.
8409
8410 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8411
8412 * info.el (Info-fontify-node): Use `string-width' for fontifying
8413 underlined titles.
8414
8415 2005-11-01 Juri Linkov <juri@jurta.org>
8416
8417 * info.el (Info-fontify-node): Downcase node header keywords Node,
8418 Prev, Next, Up before comparison.
8419 (Info-history): Insert absolute directory name, and put invisible
8420 property on it.
8421
8422 2005-11-01 Juri Linkov <juri@jurta.org>
8423
8424 * info.el (Info-file-supports-index-cookies): New variable.
8425 (Info-find-node-2): Check makeinfo version for index cookie support.
8426 (Info-index-nodes): Search for nodes with index cookies only when
8427 Info-file-supports-index-cookies is t. Otherwise, search nodes
8428 with "Index" in the node name.
8429 (Info-index-node): Search index cookie in the current node only when
8430 Info-file-supports-index-cookies is t. Otherwise, check the word
8431 "Index" in the node name.
8432 (Info-find-emacs-command-nodes): Remove code that searches nodes
8433 with "Index" node name in the top menu.
8434
8435 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8436
8437 * progmodes/scheme.el (scheme-mode-variables): Use the default
8438 comment-indent-function.
8439
8440 * faces.el (face-attribute): Handle the case where a face inherits from
8441 a non-existent face.
8442
8443 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8444 for octal and hexa output, and merge the char into the paren.
8445 (kill-new): Use push.
8446 (copy-to-buffer): Use with-current-buffer.
8447 (completion-setup-function): Move code in loop to remove redundancy.
8448 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8449 those inherited from minibuffer-local-completion-map.
8450
8451 * savehist.el (savehist-mode) <defcustom>:
8452 Use custom-set-minor-mode if available.
8453 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8454 and emit a message if applicable.
8455
8456 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8457
8458 * savehist.el: Sync up to version 19.
8459 (savehist-mode): New minor mode.
8460 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8461 (savehist-length): Remove (use history-length instead).
8462 (savehist-file-modes): Rename from savehist-modes.
8463 (savehist-save-hook, savehist-loaded): New vars.
8464 (savehist-load): Use savehist-mode. Try to smooth up transition from
8465 old format to new format.
8466 (savehist-install): Allow savehist-autosave-interval to be nil.
8467 (savehist-save): Run the new hook. Be more careful to only trim the
8468 history variables.
8469 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8470 (savehist-printable): Print into a buffer rather than char-by-char.
8471
8472 2005-11-01 John Wiegley <johnw@newartisans.com>
8473
8474 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8475 toggle-ignore keybinding (C-a). The author said it had been
8476 disabled much earlier due to a possible incompatibility, but after
8477 many months of usage I have encountered no problems (and it is a
8478 rather useful option, especially for switching to " *temp*").
8479
8480 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8481 support for OS/X's AddressBook, by calling out to the open source
8482 program "contacts" (installable through Fink).
8483
8484 * net/eudc.el (eudc-expand-inline): If the
8485 `eudc-multiple-match-handling-method' is set to `all', delete the
8486 query string before inserting the query result.
8487
8488 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8489 flag, to prevent Eshell from using the system ls when
8490 `eshell-ls-insert-directory' is in used.
8491 (eshell-ls-insert-directory): Disable font-lock in directory
8492 buffer so that Eshell's own fontification is seen. This broke
8493 recently due to changes in font-lock, so this goes back to version
8494 21 behavior.
8495
8496 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8497
8498 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8499 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8500 (gdb-many-windows): Doc fix.
8501
8502 2005-10-31 Romain Francoise <romain@orebokech.com>
8503
8504 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8505
8506 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8507
8508 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8509 that global-font-lock-mode can be enabled by default.
8510
8511 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8512 (font-lock-add-keywords, font-lock-remove-keywords)
8513 (font-lock-fontify-buffer): Remove autoload cookies.
8514
8515 * jit-lock.el (jit-lock-register): Likewise.
8516
8517 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8518
8519 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8520
8521 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8522 intact if there is no gud-comint-buffer.
8523
8524 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8525
8526 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8527 old prompt comint-prompt-read-only is t and GDB commands are
8528 issued from tool bar etc.
8529
8530 2005-10-31 Masatake YAMATO <jet@gyve.org>
8531
8532 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8533
8534 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8535
8536 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8537 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8538
8539 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8540
8541 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8542 starting at beginning of line. Fontification is messed up when
8543 `open-paren-in-column-0-is-defun-start' set to t.
8544 Reported by John Paul Wallington <jpw@pobox.com>.
8545
8546 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8547
8548 * comint.el (comint-send-input): Call `comint-update-fence' when
8549 `comint-process-echoes' and `comint-prompt-read-only' are both
8550 non-nil, to avoid leftover read-only newline.
8551
8552 2005-10-30 Richard M. Stallman <rms@gnu.org>
8553
8554 * textmodes/flyspell.el (flyspell-external-point-words):
8555 Detect when WORD can't be checked properly because
8556 flyspell-get-word finds just part of it, and move on.
8557
8558 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8559 boundarychar for Polish.
8560 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8561 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8562
8563 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8564
8565 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8566 (gdb-registers-font-lock-keywords): Delete.
8567 (gdb-registers-mode): Don't fontify.
8568 (gdb-info-registers-custom): Use text properties instead as, in
8569 future, changed register values will use font-lock-warning-face.
8570 (gdb-local-font-lock-keywords): Rename to...
8571 (gdb-locals-font-lock-keywords): ...for consistency.
8572
8573 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8574
8575 * vc.el (vc-switch-backend): Better error message if the buffer is
8576 not visiting a file under version control.
8577
8578 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8579
8580 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8581
8582 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8583 ~/.emacs.d/.emacs.
8584
8585 2005-10-29 Richard M. Stallman <rms@gnu.org>
8586
8587 * replace.el (occur-mode-mouse-goto): Always go to other window.
8588 (occur-mode-goto-occurrence): Always switch in same window.
8589
8590 * simple.el (undo): Display message at end, not at start.
8591
8592 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8593 New arg REUSE-CELL.
8594 (cancel-timer-internal): New function.
8595 (timer-event-handler): Use cancel-timer-internal,
8596 and pass the cell it returns to timer-activate...
8597
8598 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8599 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8600 (jit-lock-after-change): Test memory-full.
8601
8602 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8603
8604 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8605 part of the decoded armor to find the key-identifier.
8606 (pgg-gpg-lookup-key-owner): New function to return the
8607 human-readable identifier of a key owner.
8608 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8609 key itself.
8610 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8611 the key value) if we have a key and can match it against a secret
8612 key. Also, added a note pointing out fact that the prompt only
8613 indicates the first matching key.
8614
8615 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8616 pgg-decrypt-region.
8617 (pgg-pending-timers): A new hash for tracking the passphrase cache
8618 timers, so that new ones supercede old ones.
8619 (pgg-add-passphrase-to-cache): Rename from
8620 `pgg-add-passphrase-cache' to reduce confusion (all callers
8621 changed). Modified to cancel old timers when new ones are added.
8622 (pgg-remove-passphrase-from-cache): Rename from
8623 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8624 changed). Modified to cancel old timers when their keys are
8625 removed from the cache.
8626 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8627 XEmacs, an indirection to delete-itimer.
8628 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8629 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8630 users can only check cache without risk of prompting. Correct bug in
8631 notruncate behavior.
8632 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8633 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8634 Add informative docstrings.
8635 (pgg-decrypt): Convey provided passphrase in subordinate call to
8636 pgg-decrypt-region.
8637
8638 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8639 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8640 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8641 `passphrase' argument, so the passphrase can be managed externally
8642 and then passed in to the system.
8643
8644 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8645 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8646 so the passphrase cache can be used reliably with identifiers
8647 besides a pgp packet's key id.
8648
8649 * pgg-gpg.el (pgg-pgp-encrypt-region)
8650 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8651 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8652 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8653 argument to all these routines, so the passphrase can be managed
8654 externally and passed in to the system.
8655
8656 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8657 `notruncate' argument, so the passphrase cache can be used
8658 reliably with identifiers besides a pgp packet's key id.
8659
8660 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8661
8662 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8663 symmetric encryption.
8664 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8665 encrypted session key.
8666 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8667 message ask for the passphrase in a proper way.
8668
8669 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8670 New user commands for symmetric encryption.
8671
8672 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8673
8674 * textmodes/conf-mode.el (conf-assignment-sign)
8675 (conf-assignment-regexp): Fix docstrings.
8676 (conf-mode-initialize): New function.
8677 (conf-mode): Remove optional args. Use delay-mode-hooks to
8678 recognize recursive calls.
8679 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8680 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8681 (conf-xdefaults-mode): Use define-derived-mode and
8682 conf-mode-initialize.
8683
8684 2005-10-29 Romain Francoise <romain@orebokech.com>
8685
8686 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8687
8688 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8689
8690 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8691 part of the decoded armor to find the key-identifier.
8692 (pgg-gpg-lookup-key-owner): New function to return the
8693 human-readable identifier of a key owner.
8694 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8695 key itself.
8696 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8697 the key value) if we have a key and can match it against a secret
8698 key. Also, added a note pointing out fact that the prompt only
8699 indicates the first matching key.
8700
8701 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8702 pgg-decrypt-region.
8703 (pgg-pending-timers): A new hash for tracking the passphrase cache
8704 timers, so that new ones supercede old ones.
8705 (pgg-add-passphrase-to-cache): Rename from
8706 `pgg-add-passphrase-cache' to reduce confusion (all callers
8707 changed). Modified to cancel old timers when new ones are added.
8708 (pgg-remove-passphrase-from-cache): Rename from
8709 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8710 changed). Modified to cancel old timers when their keys are
8711 removed from the cache.
8712 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8713 XEmacs, an indirection to delete-itimer.
8714 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8715 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8716 users can only check cache without risk of prompting. Correct bug in
8717 notruncate behavior.
8718 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8719 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8720 Add informative docstrings.
8721 (pgg-decrypt): Convey provided passphrase in subordinate call to
8722 pgg-decrypt-region.
8723
8724 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
8725
8726 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8727 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8728 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8729 `passphrase' argument, so the passphrase can be managed externally
8730 and then passed in to the system.
8731
8732 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8733 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8734 so the passphrase cache can be used reliably with identifiers
8735 besides a pgp packet's key id.
8736
8737 * pgg-gpg.el (pgg-pgp-encrypt-region)
8738 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8739 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8740 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8741 argument to all these routines, so the passphrase can be managed
8742 externally and passed in to the system.
8743
8744 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8745 `notruncate' argument, so the passphrase cache can be used
8746 reliably with identifiers besides a pgp packet's key id.
8747
8748 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8749
8750 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8751 symmetric encryption.
8752 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8753 encrypted session key.
8754 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8755 message ask for the passphrase in a proper way.
8756
8757 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8758 New user commands for symmetric encryption.
8759
8760 2005-10-28 Bill Wohler <wohler@newt.com>
8761
8762 * help-mode.el (help-url): New button type. Calls browse-url.
8763 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8764 Similar to Info nodes: URL `url'.
8765 (help-make-xrefs): Create help-url buttons for
8766 help-xref-url-regexp matches.
8767
8768 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
8769
8770 * tool-bar.el (tool-bar-add-item-from-menu)
8771 (tool-bar-local-item-from-menu): Fix doc strings.
8772
8773 2005-10-28 Romain Francoise <romain@orebokech.com>
8774
8775 * ldefs-boot.el: Update.
8776
8777 * subr.el (locate-library): Move from help-fns.el.
8778 * help-fns.el (locate-library): Move to subr.el.
8779
8780 2005-10-28 Richard M. Stallman <rms@gnu.org>
8781
8782 * net/tramp.el (tramp-completion-mode): defvar moved up.
8783
8784 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8785
8786 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8787
8788 * files.el (find-file-noselect): Use %d to format large file size.
8789
8790 * bindings.el (mode-line-format): Add %e.
8791
8792 * loadup.el ("facemenu"): Load unconditionally.
8793 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8794 ("x-dnd"): Load, when appropriate.
8795
8796 * startup.el (command-line): Call before-init-hook earlier.
8797 Warn about some bad characters in -u user name.
8798
8799 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8800 (flyspell-external-point-words): Error if misspelled word is not found.
8801 Set flyspell-large-region-beg at end of word.
8802
8803 2005-10-28 Andreas Schwab <schwab@suse.de>
8804
8805 * view.el (View-revert-buffer-scroll-page-forward):
8806 Use view-page-size-default.
8807
8808 2005-10-28 Juri Linkov <juri@jurta.org>
8809
8810 * international/quail.el (quail-get-current-str): Translate last
8811 raw character for deterministic input methods.
8812
8813 2005-10-27 Jay Belanger <belanger@truman.edu>
8814
8815 * calc/calc-ext.el: Add functions to autoloads.
8816 (math-identity-matrix-p, math-ident-row-p): New functions.
8817
8818 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8819 multiplication by an identity matrix; don't turn multiplication by
8820 an inverse matrix into division.
8821 (math-div-symbol-fancy): Replace division by matrices with
8822 multiplication by inverse.
8823
8824 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8825
8826 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8827 (calc-writeoutpower): New functions.
8828
8829 2005-10-27 Romain Francoise <romain@orebokech.com>
8830
8831 * replace.el (occur-engine): Include colon in mouse-face highlight.
8832
8833 * dired-x.el: Change Maintainer field.
8834
8835 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
8836
8837 * longlines.el (longlines-mode): Bind after-change-functions to
8838 nil during initial decoding and final encoding.
8839
8840 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8841
8842 * term.el (term-emulate-terminal, term-handle-colors-array)
8843 (term-handle-ansi-escape): Specify the terminfo capabilities
8844 implemented.
8845
8846 2005-10-26 Richard M. Stallman <rms@gnu.org>
8847
8848 * info.el (Info-fontify-node): Fix detection of sentence-break
8849 before *Note.
8850
8851 2005-10-26 Romain Francoise <romain@orebokech.com>
8852
8853 * smerge-mode.el: Add `tools' to file keywords.
8854
8855 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
8856
8857 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8858 when the fringe is not available.
8859
8860 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8861 (def-gdb-auto-update-trigger): Simplify construction.
8862 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8863 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8864 defined explicitly.
8865 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8866 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8867 defined explicitly.
8868 (gdb-info-locals-custom): Remove as it's a no-op.
8869
8870 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
8871
8872 * longlines.el (longlines-mode): Remove narrowing before
8873 performing the initial decoding or final encoding.
8874
8875 2005-10-25 Romain Francoise <romain@orebokech.com>
8876
8877 * emacs-lisp/find-func.el (find-library-name): Also strip
8878 extension if library name ends in .el, to take advantage of
8879 `find-library-suffixes'.
8880
8881 2005-10-25 Richard M. Stallman <rms@gnu.org>
8882
8883 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8884
8885 2005-10-25 Juri Linkov <juri@jurta.org>
8886
8887 * textmodes/texinfo.el (texinfo-mode): Change charset of one
8888 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8889
8890 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8891
8892 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8893 (blackbox-redefine-key): Add argument `map'.
8894
8895 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8896 regions when moving the jit-lock-context-unfontify-pos boundary.
8897
8898 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8899
8900 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8901
8902 2005-10-25 Masatake YAMATO <jet@gyve.org>
8903
8904 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8905
8906 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8907
8908 * play/blackbox.el (blackbox-redefine-key): New function.
8909 (blackbox-mode-map): Use it to remap existing bindings for cursor
8910 motion instead of binding literal keys.
8911
8912 2005-10-25 Glenn Morris <rgm@gnu.org>
8913
8914 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8915 diary does not end in a newline. Do not assume a blank line at
8916 the start of the diary file.
8917
8918 2005-10-25 Kenichi Handa <handa@m17n.org>
8919
8920 * international/quail.el (quail-translate-key): If the input
8921 method is deterministic and failed to handle the last key, restart
8922 the key handling loop from an appropriate key.
8923
8924 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
8925
8926 * vc.el (vc-dired-mode): Extend comment for binding of
8927 `directory-listing-before-filename-regexp'.
8928
8929 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8930
8931 * textmodes/texinfo.el (texinfo-mode):
8932 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
8933 not to unnecessarily expose emacs-mule's internal char codes.
8934
8935 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
8936
8937 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
8938 Display hand pointer and help-echo on disabled icon too.
8939 (gdb-mouse-until): New function.
8940 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
8941
8942 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
8943
8944 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
8945 with 2005-10-23 change to doctor.el.
8946
8947 * finder.el (finder-mode-map): Add follow-link binding.
8948
8949 2005-10-25 Kim F. Storm <storm@cua.dk>
8950
8951 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
8952 to gdb-mouse-toggle-breakpoint-fringe.
8953 (gdb-mouse-toggle-breakpoint-margin): Rename from
8954 gdb-mouse-toggle-breakpoint. Fix doc.
8955 (gdb-mouse-toggle-breakpoint-fringe): New defun.
8956 (gdb-put-string): Add optional SPROPS arg. Add props to string.
8957 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
8958 string properties also for fringe breakpoint bitmaps.
8959
8960 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
8961
8962 * textmodes/org.el (org-start-icalendar-file): Fix format form.
8963
8964 2005-10-25 Masatake YAMATO <jet@gyve.org>
8965
8966 * simple.el (completion-common-substring):
8967 Use `completion-common-substring' prior to `completion-base-size'.
8968
8969 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
8970
8971 * savehist.el: Require CL while compiling.
8972 (savehist-history-variables): Remove.
8973 (savehist-save-minibuffer-history, savehist-additional-variables)
8974 (savehist-minibuffer-history-variables): New vars.
8975 (savehist-save): Use them.
8976 (savehist-uninstall, savehist-minibuffer-hook): New funs.
8977 (savehist-install): New fun, extracted from savehist-load.
8978 (savehist-load): Use them.
8979
8980 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8981
8982 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
8983 a dummy doc-string-elt property.
8984 (defalias, defvaralias, define-category): Add a docstring property.
8985
8986 * image.el (defimage):
8987 * widget.el (define-widget):
8988 * custom.el (defface, defcustom): Add `doc-string' declaration.
8989
8990 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
8991 (defadvice): Add `doc-string' declaration.
8992
8993 * emacs-lisp/byte-run.el (macro-declaration-function):
8994 Handle `doc-string' declarations.
8995 (define-obsolete-function-alias, define-obsolete-variable-alias):
8996 Add `doc-string' declaration.
8997
8998 2005-10-24 Kenichi Handa <handa@m17n.org>
8999
9000 * international/utf-7.el (utf-7): Add autoload cookie.
9001
9002 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
9003
9004 2005-10-24 Eli Zaretskii <eliz@gnu.org>
9005
9006 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
9007 list of directories passed to batch-update-autoloads. Add "." to
9008 the list of the echoed directories.
9009
9010 * pgg-def.el:
9011 * pgg-gpg.el:
9012 * pgg-parse.el:
9013 * pgg-pgp.el:
9014 * pgg-pgp5.el:
9015 * pgg.el: Moved here from the gnus subdirectory.
9016
9017 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
9018
9019 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
9020 in case comint-prompt-read-only is set to t.
9021
9022 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
9023 in case comint-prompt-read-only is set to t.
9024
9025 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
9026
9027 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
9028 Now a string.
9029 (icalendar-import-format): Handle CLASS, STATUS, URL.
9030 Rename `subject' to `summary'.
9031 (icalendar-import-format-summary): Rename from
9032 `icalendar-import-format-subject'.
9033 (icalendar-import-format-url, icalendar-import-format-status)
9034 (icalendar-import-format-class): New variables.
9035 (icalendar--rris): Take variable argument list.
9036 (icalendar--datestring-to-isodate): Remove unnecessary
9037 calendar-style check when converting dates with explicit month names.
9038 (icalendar-export-region): Change return type of conversion
9039 subroutines. Bury current buffer unless error occurred.
9040 (icalendar--convert-to-ical)
9041 (icalendar--parse-summary-and-rest): New functions.
9042 (icalendar--convert-ordinary-to-ical)
9043 (icalendar--convert-weekly-to-ical)
9044 (icalendar--convert-yearly-to-ical)
9045 (icalendar--convert-block-to-ical)
9046 (icalendar--convert-cyclic-to-ical)
9047 (icalendar--convert-anniversary-to-ical): Change return type.
9048 Strip trailing blanks from subject.
9049 (icalendar--convert-sexp-to-ical): Change return type.
9050 Strip trailing blanks from subject. Handle simple sexp
9051 entries as generated by icalendar.el.
9052 (icalendar--convert-float-to-ical)
9053 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9054 (icalendar-import-file): Doc fix.
9055 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9056 Correct call to icalendar--rris.
9057 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
9058 `summary'.
9059 (icalendar--add-diary-entry): Rename `subject' to `summary'.
9060
9061 2005-10-24 Romain Francoise <romain@orebokech.com>
9062
9063 * server.el (server-sentinel): Set query-on-exit flag to nil on
9064 new client processes (it isn't inherited from the server process).
9065
9066 * replace.el (occur-engine): Rearrange text properties.
9067
9068 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9069
9070 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9071 case-fold-search is nil.
9072 (debug-help-follow): Use help-xref-interned directly.
9073
9074 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9075
9076 * thumbs.el (thumbs-image-type): Add .pbm.
9077
9078 2005-10-23 Richard M. Stallman <rms@gnu.org>
9079
9080 * faces.el (inhibit-face-set-after-frame-default): New variable.
9081 (set-face-attribute): Bind it.
9082 (face-set-after-frame-default): Test it.
9083
9084 * help-fns.el (describe-simplify-lib-file-name): New function.
9085 (describe-function-1, describe-variable): Use it.
9086
9087 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9088
9089 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9090 Eliminate nil as possible value.
9091 (tooltip-hide-delay): Reduce internal-border-width.
9092
9093 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9094 (menu-bar-file-menu) <new-file>: Likewise.
9095
9096 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9097
9098 * international/mule.el (load-with-code-conversion):
9099 Pass full file name to `eval-buffer' unless preloading.
9100
9101 * textmodes/flyspell.el (flyspell-large-region):
9102 Call ispell-check-version.
9103
9104 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9105 Fix the make-variable-buffer-local call that was supposed
9106 to be for this variable.
9107 (ispell-aspell-supports-utf8): Doc fix.
9108 (ispell-find-aspell-dictionaries): Preserve elements of
9109 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9110 (ispell-aspell-find-dictionary): Return nil on error.
9111
9112 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9113 (doctor-symptoms): Likewise.
9114
9115 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9116
9117 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9118
9119 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9120 (custom-raised-buttons): Add :set spec.
9121 (custom-button-unraised, custom-button-pressed-unraised):
9122 New faces, so that custom-raised-buttons actually does something.
9123 (custom-mode): Use custom-button and custom-button-pressed.
9124
9125 * wid-edit.el (widget-specify-button): Don't ignore
9126 widget-mouse-face on graphic terminals.
9127 (widget-move-and-invoke): Cleanup.
9128
9129 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9130
9131 * whitespace.el (whitespace-cleanup): Doc fix.
9132
9133 2005-10-23 Romain Francoise <romain@orebokech.com>
9134
9135 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9136 `eval-after-load' to avoid evaluating their result.
9137
9138 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9139
9140 * files.el (directory-listing-before-filename-regexp):
9141 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9142
9143 * dired.el (dired-move-to-filename-regexp): Remove.
9144 All occurences replaced by `directory-listing-before-filename-regexp'.
9145
9146 * dired-x.el, locate.el, vc.el:
9147 Replace `dired-move-to-filename-regexp' by
9148 `directory-listing-before-filename-regexp'. In vc.el it is
9149 overwritten locally; maybe this can be handled in files.el too.
9150
9151 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9152 replaced by `directory-listing-before-filename-regexp'.
9153
9154 2005-10-23 Andreas Schwab <schwab@suse.de>
9155
9156 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9157 and eval-next-after-load.
9158
9159 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9160
9161 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9162 exist, create it.
9163
9164 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9165
9166 * allout.el: Remove autoloads for mailcrypt and crypt++.
9167 Require pgg, pgg-gpg during compilation.
9168 (allout-version): Increment version number to 2.1, and use a literal
9169 rather than RCS Id.
9170 (allout-default-encryption-scheme): Remove.
9171 (allout-passphrase-verifier-handling)
9172 (allout-passphrase-verifier-string)
9173 (allout-file-passphrase-verifier-string)
9174 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9175 (allout-passphrase-hint-handling): Rename and simplify.
9176 (allout-init): Use `find-file-hook' if available, otherwise
9177 `find-file-hooks'.
9178 (allout-mode): Use `write-file-functions' if available, otherwise
9179 `local-write-file-hooks' and, instead of making auto-save-hook
9180 buffer local, make the write-file-hook activity contingent to
9181 allout-mode.
9182 (allout-mode): Use key-binding substitution in the docstring.
9183 (allout-kill-line): Spell-out kill ring data structure mutation
9184 instead of using byte-compiler-complaint-provoking `pop'.
9185 (allout-insert-listified): Use `insert' rather than `insert-string'
9186 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9187 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9188 (allout-encrypt-string): Totally revamped vis new underlying
9189 encryption facilities.
9190 (allout-mc-activate-passwd): Remove.
9191 (allout-obtain-passphrase): New, more or less replaces
9192 allout-mc-activate-passwd.
9193 (allout-encrypted-key-info): More or less replaces
9194 allout-encrypted-text-type.
9195 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9196 (my-mark-marker): Use `(featurep 'xemacs)'.
9197
9198 2005-10-23 Lars Hansen <larsh@soem.dk>
9199
9200 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9201 (byte-compile-file-form-defmumble, byte-compile-defun)
9202 (byte-compile-defmacro): Use it.
9203 (byte-compile-form): Don't call byte-compile-set-symbol-position
9204 when a byte-compile handler is called.
9205
9206 2005-10-22 Romain Francoise <romain@orebokech.com>
9207
9208 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9209
9210 * subr.el (eval-after-load): Convert library name to an absolute
9211 file name using locate-library, since load-history no longer has
9212 library names in it.
9213
9214 2005-10-22 Richard M. Stallman <rms@gnu.org>
9215
9216 * files.el (make-temp-file): Move from subr.el.
9217 * subr.el (make-temp-file): Move to files.el.
9218
9219 * window.el (get-buffer-window-list): Move from subr.el.
9220 * subr.el (get-buffer-window-list): Move to window.el.
9221
9222 * image.el (image-load-path): Use eval-at-startup to initialize.
9223
9224 * subr.el (eval-at-startup): New macro.
9225
9226 * subr.el: Much rearrangement of functions and division
9227 into pages. No code changes.
9228
9229 2005-10-22 Kenichi Handa <handa@m17n.org>
9230
9231 * tar-mode.el (tar-extract): Be sure to call
9232 find-operation-coding-system if set-auto-coding doesn't find a
9233 coding system.
9234
9235 2005-10-22 Kim F. Storm <storm@cua.dk>
9236
9237 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9238 Change users.
9239 (image-type-file-name-regexps): New defconst.
9240 (image-type-from-data): Simplify loop.
9241 (image-type-from-buffer): New defun.
9242 (image-type-from-file-header): Use it instead of image-type-from-data.
9243 Use image-search-load-path instead of only looking in data-directory.
9244 (image-type-from-file-name): New defun.
9245 (image-search-load-path): Change `pathname' to `filename'.
9246 Make PATH arg optional, default to image-load-path.
9247
9248 2005-10-21 Richard M. Stallman <rms@gnu.org>
9249
9250 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9251
9252 * textmodes/paragraphs.el (sentence-end-base): New variable.
9253 (sentence-end): Use sentence-end-base.
9254
9255 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9256
9257 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9258 property independently from the font-lock-multiline variable.
9259
9260 2005-10-21 Richard M. Stallman <rms@gnu.org>
9261
9262 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9263
9264 * startup.el (command-line): Convert library names
9265 in `load-history' to absolute file names.
9266
9267 * subr.el (symbol-file): Doc fix.
9268
9269 * loadhist.el (file-loadhist-lookup): Call locate-library
9270 instead of find-library-name. Don't try converting
9271 abs file names to library names, since load-history no longer
9272 has library names in it.
9273 (file-dependents, file-provides, file-requires): Doc fixes.
9274
9275 2005-10-21 Juri Linkov <juri@jurta.org>
9276
9277 * progmodes/etags.el (tags-table-mode): New function.
9278 (tags-verify-table): Replace initialize-new-tags-table with
9279 tags-table-mode.
9280
9281 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9282 default value.
9283 (desktop-modes-not-to-save): Add tags-table-mode to the
9284 default value.
9285
9286 * info.el (Info-index-next): Add total number of index
9287 alternatives to the message.
9288
9289 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9290 backward only space (instead of space and period) before looking
9291 at sentence end.
9292
9293 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9294 Add the old variable value as 4th default-value arg of read-string.
9295
9296 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9297
9298 * cus-face.el (custom-declare-face): Make face from X resources
9299 also on Mac.
9300
9301 * disp-table.el (standard-display-g1, standard-display-graphic):
9302 Refuse to use string glyphs also on Mac.
9303 (standard-display-european): Don't set terminal coding system also
9304 on Mac.
9305
9306 * frame.el (display-screens): Use x-display-screens also on Mac.
9307
9308 2005-10-21 Romain Francoise <romain@orebokech.com>
9309
9310 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9311
9312 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9313
9314 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9315 and $? into sexps.
9316
9317 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9318 warning face on open-paren-in-column-0.
9319
9320 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9321 boundary case. Fix typo.
9322 Suggested by Martin Rudalics <rudalics@gmx.at>.
9323
9324 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9325
9326 * textmodes/org.el (org-combined-agenda-icalendar-file)
9327 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9328 (org-export-icalendar-this-file)
9329 (org-export-icalendar-all-agenda-files)
9330 (org-export-icalendar-combine-agenda-files): New commands.
9331 (org-export-icalendar, org-print-icalendar-entries)
9332 (org-start-icalendar-file, org-finish-icalendar-file)
9333 (org-ical-ts-to-string): New functions.
9334 (org-read-date, org-goto-calendar)
9335 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9336 call to `calendar'.
9337 (orgtbl-setup): Remove the :keys arguments from the menu description.
9338 (org-after-save-iCalendar-file-hook): New variable.
9339
9340 2005-10-21 Kenichi Handa <handa@m17n.org>
9341
9342 * language/vietnamese.el (tcvn-5712): Make it an alias of
9343 vietnamese-tcvn coding-system.
9344
9345 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9346
9347 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9348 group id is given.
9349
9350 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9351
9352 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9353 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9354 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9355 whose line is either continued or ends with a comment.
9356
9357 2005-10-20 Romain Francoise <romain@orebokech.com>
9358
9359 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9360
9361 * replace.el (occur-engine): Add follow-link property.
9362
9363 * font-core.el (font-lock-mode): Doc fix.
9364
9365 2005-10-20 Richard M. Stallman <rms@gnu.org>
9366
9367 * net/rcirc.el: New file.
9368
9369 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9370
9371 * term.el (term-term-name): Initialize to "eterm-color".
9372
9373 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9374
9375 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9376 for encryption functionality.
9377 Move allout customization subgroup from `editing' to `outlines' group.
9378 Fix commentary keywords to legitimate ones.
9379 Update author info (using my current email address, obscurified).
9380 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9381 (allout-encrypted-topic-p, allout-encrypted-text-type)
9382 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9383 (allout-situate-encryption-key-verifier)
9384 (allout-get-encryption-key-verifier, allout-verify-key)
9385 (allout-next-topic-pending-encryption)
9386 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9387 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9388 (outline-key-verifier-handling, outline-key-hint-handling)
9389 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9390 (allout-file-key-verifier-string, allout-encryption-scheme)
9391 (allout-key-verifier-string, allout-key-hint-string)
9392 (allout-after-save-decrypt): New variables.
9393 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9394 (allout-after-saves-handler): New hook functions.
9395 (allout-post-command-business): Do allout-after-save-decrypt.
9396 (allout-enable-file-variable-adjustment): Custom var to enable
9397 mechanism for adding and adjusting settings of Emacs file variables.
9398 (allout-adjust-file-variable, allout-file-vars-section-data):
9399 New functions, implement the mechanism.
9400 (outlineify-sticky): Use the file vars mechanism.
9401 (allout-inhibit-protection, allout-during-write-cue)
9402 (allout-override-protect, allout-before-change-protect): Remove.
9403 (allout-flag-region, allout-open-topic): Adjust read-only text.
9404 (allout-open-line-not-read-only): Add to facilitate read-only
9405 text based protection.
9406 (allout-kill-line): Revise to adjust read-only text, clue the
9407 user about the inhibition.
9408 (allout-unprotected): Use unwind-protect.
9409 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9410 topic deeper than the offspring depth of the previous topic -
9411 avoiding confusing "containment discontinuities".
9412 (allout-reindent-bodies): Fix retention of body relative hanging
9413 indent during promotion of collapsed bodies.
9414 (allout-open-topic): Make it easy to open new topic with same
9415 bullet as current topic - topic creation functions provided with
9416 any universal argument provokes now prompt for bullet, defaulting
9417 to the bullet of the previous topic.
9418 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9419 Plain bullet alternates `.' period and `,' comma only. All other
9420 bullets are relegated to special status (but customizable).
9421 (allout-end-of-entry): Rename from allout-end-of-current-entry
9422 since it actually operates w.r.t. most immediately containing
9423 entry, visible or not.
9424 (allout-hide-current-entry, allout-show-current-entry): Use the
9425 revised version.
9426 (allout-old-expose-topic): Solidify deprecation.
9427 (allout-end-of-subtree): Add so we can span concealed as well
9428 as visible topics.
9429 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9430 (allout-end-of-current-heading): Tweak to just respect the first line.
9431 (allout-get-body-text): Add.
9432 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9433 when invoked interactively.
9434 (allout-up-current-level): Use `interactive-p'.
9435 (allout-mode, allout-init): Miscellaneous docstring and
9436 operational refinements, as well as hookups of new encryption stuff.
9437 (allout-beginning-of-current-entry): Now works as advertised.
9438 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9439 (allout-isearch-rectification): Refine condition for isearching.
9440 (allout-isearch-abort, allout-enwrap-isearch)
9441 (allout-flag-region, my-region-active-p): Relocate some macros.
9442 (allout-title): Fallback title is (buffer-name), not
9443 non-existing (current-buffer-name).
9444 (subst-char-in-string): Define if absent (for some XEmacs versions).
9445
9446 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9447
9448 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9449 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9450 (mail-citation-prefix-regexp, mail-signature-file)
9451 (mail-default-headers, mail-bury-selects-summary)
9452 (mail-send-nonascii): Add autoload cookies.
9453
9454 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9455
9456 * frame.el (blink-cursor-mode): Add `mac' to the list of
9457 window-system's that support blinking cursor.
9458
9459 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9460
9461 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9462
9463 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9464
9465 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9466 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9467 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9468
9469 2005-10-20 Kim F. Storm <storm@cua.dk>
9470
9471 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9472 (ido-set-current-directory): Don't add / after final @.
9473 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9474 Explicitly handle ange-ftp completion oddities.
9475 (ido-make-file-list): Don't rotate list at tramp root to avoid
9476 triggering tramp file handler for expand-file-name via get-file-buffer.
9477
9478 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9479
9480 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9481
9482 2005-10-19 Jay Belanger <belanger@truman.edu>
9483
9484 * calc/calc-units.el (math-standard-units): Add units, adjust
9485 symbols and update values.
9486 (math-unit-prefixes): Add more prefixes.
9487
9488 2005-10-19 Romain Francoise <romain@orebokech.com>
9489
9490 * bookmark.el (bookmark-menu-heading): New face.
9491 (bookmark-bmenu-list): Use it.
9492 Don't fiddle with `baud-rate' at top-level.
9493
9494 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9495
9496 * image.el (create-image, find-image): Mention max-image-size in
9497 docstring.
9498
9499 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9500
9501 * savehist.el (savehist-load): Revert to checking XEmacs.
9502
9503 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9504 Various docstring and line-width fixups.
9505 (conf-mode): Use cond.
9506 Set font-lock-defaults. Don't set comment-use-syntax.
9507
9508 2005-10-18 David Ponce <david@dponce.com>
9509
9510 * tree-widget.el (tree-widget-button-click): New function.
9511 (tree-widget-button-keymap): Use it.
9512
9513 2005-10-18 Romain Francoise <romain@orebokech.com>
9514
9515 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9516 (bookmark-bmenu-hide-filenames): Add follow-link property.
9517 Improve help-echo text.
9518
9519 * ffap.el (find-file-at-point): Doc fix.
9520
9521 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9522
9523 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9524
9525 2005-10-18 Masatake YAMATO <jet@gyve.org>
9526
9527 Install to the CVS repository what I forgot to install in my
9528 2005-10-16 changes.
9529
9530 * progmodes/python.el (python-complete-symbol): Pass the common
9531 prefix substring of completion to `display-completion-list'.
9532
9533 * textmodes/org.el (org-complete): Ditto.
9534
9535 2005-10-18 Masatake YAMATO <jet@gyve.org>
9536
9537 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9538
9539 * woman.el (WoMan-xref-man-page): New button type derived
9540 from `Man-abstract-xref-man-page'.
9541 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9542
9543 * man.el (Man-abstract-xref-man-page): New button type.
9544 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9545 (Man-highlight-references): Add new optional argument `xref-man-type'.
9546
9547 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9548
9549 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9550
9551 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9552
9553 * cus-edit.el (Custom-move-and-invoke): Delete.
9554 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9555
9556 * wid-edit.el (widget-move-and-invoke): New function, from
9557 Custom-move-and-invoke.
9558
9559 2005-10-17 Bill Wohler <wohler@newt.com>
9560
9561 Move all remaining images from lisp/toolbar to etc/images, move
9562 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9563 the low resolution images in their own directory (low-color).
9564
9565 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9566 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9567 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9568 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9569 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9570 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9571 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9572
9573 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9574 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9575 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9576 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9577 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9578 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9579 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9580 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9581 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9582 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9583 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9584 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9585 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9586 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9587 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9588
9589 To conform with convention, replace the underscore (_) in the
9590 following image names with dash (-) or (/) as appropriate.
9591
9592 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9593 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9594 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9595 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9596 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9597 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9598 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9599 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9600 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9601 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9602 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9603 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9604 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9605 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9606 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9607
9608 * info.el (info-tool-bar-map): Replace underscores in image names
9609 with dashes.
9610
9611 * makefile.w32-in (WINS): Remove toolbar.
9612
9613 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9614
9615 * tool-bar.el: Move to lisp from toolbar. Now that
9616 toolbar is empty, it should be deleted when folks run "cvs up -P".
9617
9618 2005-10-18 Jay Belanger <belanger@truman.edu>
9619
9620 * calc/calc-store.el (calc-store-into): Get the proper variable name
9621 to display in message.
9622
9623 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9624
9625 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9626 expressions display in speedbar for all buffers when debugging.
9627 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9628
9629 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9630 (speedbar-insert-button, speedbar-make-button):
9631 Use add-text-properties.
9632 (speedbar-update-localized-contents)
9633 (speedbar-update-directory-contents)
9634 (speedbar-update-special-contents): Use dolist.
9635 (speedbar-buffer-easymenu-definition): Add a menu separator.
9636
9637 2005-10-17 Jason Rumney <jasonr@gnu.org>
9638
9639 * makefile.w32-in: Use $(lisp) consistently.
9640 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9641 for shell specific generation of mh-autoloads.
9642
9643 2005-10-17 Richard M. Stallman <rms@gnu.org>
9644
9645 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9646
9647 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9648
9649 * jit-lock.el (jit-lock-fontify-now):
9650 Move jit-lock-context-unfontify-pos to avoid wasted work.
9651
9652 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9653
9654 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9655 `tramp-completion-mode' for checking if we are in completion mode.
9656 (tramp-completion-handle-file-name-all-completions): Reorder code
9657 in order to complete for file names only in case there are no
9658 method/user/host completions. This is necessary for cooperation
9659 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9660
9661 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9662
9663 * longlines.el (longlines-search-forward)
9664 (longlines-search-backward): Match any number of spaces.
9665
9666 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9667
9668 * diff-mode.el (diff-mode): Doc fix.
9669
9670 2005-10-16 David Reitter <david.reitter@gmail.com>
9671
9672 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9673 as default on darwin and windows systems.
9674
9675 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9676
9677 * arc-mode.el (archive-zip-extract): Doc fix.
9678
9679 2005-10-16 Romain Francoise <romain@orebokech.com>
9680
9681 * mouse.el (mouse-1-click-follows-link): Doc fix.
9682
9683 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9684
9685 * savehist.el: Don't require CL at runtime.
9686 (savehist-xemacs): Remove.
9687 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9688 (savehist-no-conversion): Use (featurep 'xemacs).
9689 (savehist-load): Check existence of start-itimer rather than XEmacs.
9690 Use an idle timer.
9691 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9692 `delete-if-not'.
9693
9694 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
9695
9696 * savehist.el: Newer version.
9697 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9698 (savehist-last-checksum, savehist-no-conversion): New vars.
9699 (savehist-autosave, savehist-process-for-saving, savehist-printable):
9700 New functions.
9701 (savehist-load, savehist-save): Use them.
9702 (savehist-delimit): Remove.
9703
9704 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9705
9706 * progmodes/compile.el (compilation-goto-locus): Display the
9707 compilation buffer first and the source buffer second, in case they're
9708 in overlapping frames. Don't raise the compilation frame if it was the
9709 selected window upon entry. Pass the `other-window' arg to
9710 pop-to-buffer.
9711
9712 * info.el (Info-fontify-node): Use dolist.
9713 Change add-text-properties to put-text-property.
9714
9715 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9716
9717 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9718 bound of search.
9719
9720 2005-10-16 Masatake YAMATO <jet@gyve.org>
9721
9722 * dabbrev.el (dabbrev-completion): Pass the common
9723 prefix substring of completion to `display-completion-list'.
9724
9725 * filecache.el (file-cache-minibuffer-complete)
9726 (file-cache-complete): Ditto.
9727
9728 * tempo.el (tempo-display-completions): Ditto.
9729
9730 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9731
9732 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9733
9734 * eshell/em-hist.el (eshell-list-history): Ditto.
9735
9736 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9737
9738 * mail/mailalias.el (mail-complete): Ditto.
9739
9740 * progmodes/etags.el (complete-tag): Ditto.
9741
9742 * progmodes/make-mode.el (makefile-complete): Ditto.
9743
9744 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9745
9746 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9747
9748 * progmodes/pascal.el (pascal-complete-word)
9749 (pascal-show-completions): Ditto.
9750
9751 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9752
9753 * simple.el (completion-common-substring): New variable.
9754 (completion-setup-function): Use `completion-common-substring'
9755 to put faces.
9756
9757 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9758
9759 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9760 (x-get-selection, mac-select-convert-to-string): Convert from/to
9761 UTF-16 clipboard data as in native byte order, no BOM.
9762
9763 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
9764
9765 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9766 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9767 (gud-sentinel): Use speedbar-frame to check for speedbar.
9768
9769 2005-10-15 Richard M. Stallman <rms@gnu.org>
9770
9771 * savehist.el: New file.
9772
9773 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
9774
9775 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9776 Fix bug in \bf fontification.
9777
9778 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9779
9780 * pcvs.el (cvs-edit-log-files): New var.
9781 (cvs-mode-edit-log): New arg `file'.
9782 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9783 Instead force the use of the original file and nothing else.
9784 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9785 the cvs-minor-wrap-function is set.
9786 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9787
9788 2005-10-14 Bill Wohler <wohler@newt.com>
9789
9790 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9791 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9792 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9793 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9794 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9795 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9796 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9797 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9798 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9799 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9800 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9801 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9802 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9803 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9804 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9805
9806 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9807 appropriately (for example, gud-break to gud/break).
9808
9809 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
9810
9811 * longlines.el (longlinges-search-function)
9812 (longlines-search-forward, longlines-search-backward): New functions.
9813 (longlines-mode): Set isearch-search-fun-function to
9814 longlinges-search-function.
9815
9816 * mouse.el (mouse-drag-region-1): Handle the case where a
9817 double-click event is bound to an arbitrary function.
9818
9819 2005-10-14 David Ponce <david@dponce.com>
9820
9821 * recentf.el (recentf-track-opened-file)
9822 (recentf-track-closed-file, recentf-update-menu)
9823 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9824 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9825 mouse-1-click-follows-link.
9826
9827 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9828
9829 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9830 Gnome file-manager.png. Suggested by
9831 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9832
9833 * toolbar/README: Add diropen.xpm.
9834
9835 2005-10-13 Bill Wohler <wohler@newt.com>
9836
9837 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9838 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
9839
9840 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9841
9842 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9843 Don't waste the byte-compiler's time on constant data.
9844
9845 2005-10-13 Kenichi Handa <handa@m17n.org>
9846
9847 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9848 byte with `escape-glyph' face.
9849
9850 * international/fontset.el (ccl-encode-unicode-font):
9851 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9852 Handle the case that ucs-mule-to-mule-unicode translates a character to
9853 ASCII (usually for IPA characters).
9854
9855 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9856
9857 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9858 Don't hide the underline of titles if font-lock-mode is disabled.
9859
9860 2005-10-12 Bill Wohler <wohler@newt.com>
9861
9862 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
9863 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9864 files in MH-E-SRC have been updated.
9865 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9866
9867 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9868
9869 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9870 (mixal-mode-syntax-table): Add \n as end-comment.
9871 (mixal-operation-codes-alist): Immediately initialize to full value.
9872 (mixal-add-operation-code): Remove.
9873 (mixal-describe-operation-code): Make the arg non-optional.
9874 Use the interactive spec instead.
9875 Use mixal-operation-codes-alist rather than mixal-operation-codes.
9876 (mixal-font-lock-keywords): Don't highlight comments here any more.
9877 (mixal-font-lock-syntactic-keywords): New var.
9878 (mixal-mode): Use it. Fix comment-start-skip.
9879
9880 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9881
9882 * startup.el (command-line-x-option-alist): -nb => -nbi
9883
9884 2005-10-12 Kim F. Storm <storm@cua.dk>
9885
9886 * startup.el (fancy-splash-default-action): Discard mouse click in
9887 the splash screen window, as it has no sensible meaning in the
9888 next window to be selected. Fixes error reported by Jan D.
9889
9890 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9891
9892 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9893
9894 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9895
9896 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9897 Try to fix up minor layout issues like indentation, line break, etc...
9898 (mixal-mode-syntax-table): Don't try to specify comment syntax,
9899 because it doesn't work.
9900 (mixal-operation-codes): Add some more codes.
9901 (mixal-font-lock-keywords): Process comments here.
9902 (mixal-mode): mixasm no longer needs -g option.
9903
9904 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
9905
9906 * progmodes/sh-script.el (sh-tmp-file):
9907 Use mktemp -t. Finish support for es and rc shells.
9908
9909 2005-10-11 Jay Belanger <belanger@truman.edu>
9910
9911 * calc/calcalg2.el (calc-integral): With an argument, compute the
9912 definite integral.
9913
9914 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
9915
9916 * mouse.el (mouse-drag-region-1): Don't try to catch a
9917 double-click when doing follow-link (it's overridden anyway).
9918
9919 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
9920
9921 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9922 (autoload-print-form-outbuf): Add docstring.
9923
9924 2005-10-11 Juri Linkov <juri@jurta.org>
9925
9926 * info.el (Info-mode-menu): Delete menu item "Edit".
9927 (Info-mode): Delete description of Info-edit from docstring,
9928 and rearrange descriptions of Info commands in the order
9929 they are documented in the Info manual.
9930
9931 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9932
9933 * calendar/appt.el (appt-check): Use diary-selective-display var.
9934
9935 2005-10-10 Richard M. Stallman <rms@gnu.org>
9936
9937 * net/newsticker.el (newsticker-start, newsticker-show-news):
9938 Add autoload cookies.
9939
9940 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
9941
9942 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
9943
9944 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
9945
9946 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
9947
9948 2005-10-10 Jay Belanger <belanger@truman.edu>
9949
9950 * calc/calc-arith.el (math-check-known-scalarp)
9951 (math-check-known-matrixp): Check the values of arguments that are
9952 variables.
9953 (math-check-known-square-matrixp): New function.
9954 (math-known-square-matrixp): Use math-check-known-square-matrixp.
9955 (math-super-types): Add sqmatrix type.
9956
9957 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
9958 mode name `square' to `sqmatrix'.
9959
9960 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
9961 mode name `square' to `sqmatrix'.
9962
9963 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9964
9965 * progmodes/etags.el (select-tags-table-mode): Don't use
9966 selective-display.
9967 (tags-select-tags-table): Pass `button' to the action function.
9968 (select-tags-table): Place the side-info on button properties rather
9969 than in hidden text. Abbreviate file names.
9970 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
9971 (select-tags-table-select): Add `button' argument.
9972 Get side-info from the button property rather than from hidden text.
9973
9974 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
9975
9976 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
9977 (gud-speedbar-buttons): Preserve point if possible.
9978 (gud-sentinel): Restore previous speedbar display type.
9979
9980 * progmodes/gdb-ui.el (gdba): Improve diagram.
9981 (def-gdb-auto-update-handler, gdb-info-locals-handler)
9982 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
9983 Call get-buffer-window once.
9984
9985 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9986
9987 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
9988 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
9989 (pascal-indent-command): Remove unused var `ind'.
9990 (pascal-indent-case): Remove unused var `oldpos'.
9991 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
9992 since it's now used as a proper minor mode map.
9993 (pascal-outline): Rename to pascal-outline-mode.
9994 (pascal-outline-mode): Use define-minor-mode.
9995 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
9996 selective-display.
9997
9998 2005-10-10 Andreas Schwab <schwab@suse.de>
9999
10000 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
10001 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
10002
10003 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
10004 outside source directory.
10005
10006 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
10007
10008 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
10009 C-x' as a prefix.
10010 (orgtbl-mode-map): Full keymap instead of sparse, because all
10011 `self-insert-command' keys are redefined in this map.
10012 (org-export-as-html): Specify charset for HTML file, by taking it
10013 from the coding system.
10014
10015 2005-10-10 Kenichi Handa <handa@m17n.org>
10016
10017 * textmodes/flyspell.el (flyspell-check-word-p):
10018 If unread-command-events is non-empty, don't call sit-for.
10019
10020 2005-10-09 Richard M. Stallman <rms@gnu.org>
10021
10022 * font-lock.el (font-lock-syntactic-keywords)
10023 (font-lock-keywords): Doc fixes.
10024
10025 * textmodes/flyspell.el (flyspell-external-point-words):
10026 Simplify logic, and don't try to check for consecutive appearances
10027 of one incorrect word.
10028
10029 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
10030
10031 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10032 separator.
10033
10034 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
10035 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
10036 (gud-expansion-speedbar-buttons): New function.
10037 (gud-speedbar-buttons): Check for gud-comint-buffer.
10038
10039 2005-10-09 Bill Wohler <wohler@newt.com>
10040
10041 * Makefile.in (updates): Add mh-loaddefs dependency.
10042
10043 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
10044
10045 * speedbar.el (speedbar-file-key-map): Fix typo.
10046
10047 2005-10-09 Daniel Brockman <daniel@brockman.se>
10048
10049 * cus-start.el (line-spacing): Add custom spec.
10050
10051 2005-10-09 Romain Francoise <romain@orebokech.com>
10052
10053 * textmodes/ispell.el (ispell-check-version): Fix last change.
10054
10055 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10056
10057 * term/x-win.el: Remove -i, --icon-type from comment.
10058
10059 * startup.el (command-line-x-option-alist): Remove options -i,
10060 -itype, --icon-type, added -nb, --no-bitmap-icon
10061
10062 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
10063
10064 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10065 instead of :active.
10066
10067 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
10068
10069 * textmodes/ispell.el (ispell-check-version):
10070 Ignore hyphen, and all that follows, in aspell's version text.
10071
10072 2005-10-08 Jay Belanger <belanger@truman.edu>
10073
10074 * calc/calc-arith.el (math-known-square-matrixp): New function.
10075 (math-pow-fancy): Check for matrices before distributing exponent
10076 across products.
10077
10078 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10079 fullscreen keypad. Suggested by Luc Teirlinck.
10080 (calc-keypad-show-input): Add space for formatting.
10081
10082 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10083 Add square matrix option.
10084
10085 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10086 of checking calc-matrix-mode when deciding how to expand.
10087
10088 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10089
10090 2005-10-08 Lars Hansen <larsh@soem.dk>
10091
10092 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10093 Add error handling.
10094 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10095
10096 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10097
10098 Sync with Tramp 2.0.51.
10099
10100 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10101 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10102 Insert special handling for `last-coding-system-used', again
10103 it still seems to be necessary (unlike stated before).
10104 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10105 (tramp-password-prompt-regexp): There might be other words before
10106 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10107 (tramp-chunksize): Improve docstring.
10108 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10109 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10110 Christian Joergensen <bugs@razor.dk>.
10111
10112 2005-10-07 Glenn Morris <rgm@gnu.org>
10113
10114 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10115 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10116 precision'.
10117
10118 2005-10-07 Romain Francoise <romain@orebokech.com>
10119
10120 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10121 (ibuffer-do-shell-command-pipe-replace)
10122 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10123 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10124 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10125 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10126 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10127 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10128 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10129 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10130 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10131 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10132 Autoload file sans suffix.
10133
10134 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10135
10136 2005-10-07 David Ponce <david@dponce.com>
10137
10138 * recentf.el (recentf-menu-open-all-flag): New option.
10139 (recentf-digit-shortcut-command-name): New function.
10140 (recentf--shortcuts-keymap): New variable.
10141 (recentf-menu-shortcuts): New variable.
10142 (recentf-make-menu-items): Initialize it. Replace the "More..."
10143 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10144 (recentf-menu-value-shortcut): New function.
10145 (recentf-make-menu-item): Use it. No more in-lined.
10146 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10147 (recentf-open-most-recent-file): Rename from
10148 `recentf-open-file-with-key'. Don't depend on key binding.
10149 (recentf-mode-map): New variable.
10150 (recentf-mode): Use it.
10151
10152 2005-10-06 Bill Wohler <wohler@newt.com>
10153
10154 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10155
10156 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10157 (MH-E-SRC): New. Used by mh-autoloads.
10158 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10159 files in MH-E-SRC have been updated.
10160 (compile, recompile, bootstrap): Depend on mh-autoloads.
10161
10162 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10163
10164 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10165 gud-break and gud-remove icons when the fringe is not available.
10166
10167 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10168 Typo.
10169
10170 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10171
10172 * play/zone.el (zone): Wrap body with save-window-excursion.
10173
10174 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10175
10176 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10177 Use the new `list-only' arg to diary-list-entries.
10178
10179 * calendar/diary-lib.el: Use overlays rather than selective-display.
10180 (diary-selective-display): New var.
10181 (diary-header-line-format): Use it.
10182 (diary-list-entries): Add argument `list-only'.
10183 Put the buffer in diary-mode. Don't add \^M at beg and end.
10184 Replace \^M by invisible overlays.
10185 (diary-unhide-everything): Replace \^M by invisible overlays.
10186 (print-diary-entries): Look for overlays rather than \^M.
10187 Add a space to the temp buffer name.
10188 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10189 Put the buffer in diary-mode.
10190 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10191 (diary-anniversary): Make the year arg optional.
10192 (diary-time-regexp): New const.
10193 (diary-font-lock-keywords): Use it to accept a few more time formats.
10194
10195 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10196
10197 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10198
10199 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10200 Fix bug introduced 2005-07-03: Use (car (last ...))
10201 to faithfully reproduce replaced artist-last.
10202 (artist-set-arrow-points-for-poly): Likewise.
10203 Suggested by Johan Bockg\e,Ae\e(Brd.
10204
10205 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10206
10207 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10208 * wid-edit.el (widget):
10209 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10210 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10211
10212 2005-10-06 Kenichi Handa <handa@m17n.org>
10213
10214 * international/mule-cmds.el (set-language-environment):
10215 Fix setting up of case-table for unibyte mode.
10216
10217 * simple.el (what-cursor-position): If the character is displayed
10218 by some `display' text property, show that. Don't use
10219 single-key-description for eight-bit characters in multibyte mode.
10220
10221 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10222
10223 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10224 (gdb-ann3): Set it.
10225 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10226 (gdb-info-frames-custom): Use inverse-video for first five
10227 characters of selected frame only.
10228 (gdb-get-frame-number): Select frame even when point is on frame
10229 number.
10230
10231 2005-10-06 Masatake YAMATO <jet@gyve.org>
10232
10233 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10234 Put `font-lock-function-name-face'.
10235 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10236 and `font-lock-variable-name-face'
10237 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10238 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10239 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10240 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10241 (gdb-local-font-lock-keywords): New font lock keywords definition.
10242 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10243 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10244 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10245
10246 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10247
10248 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10249 (ediff-merge-region-is-non-clash-to-skip): Previously called
10250 ediff-merge-region-is-non-clash.
10251
10252 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10253 Use insert-buffer-substring.
10254
10255 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10256 selecting files to patch. Also bug fixes.
10257
10258 * ediff-util.el (ediff-setup): Bug fix.
10259 (ediff-next-difference): Never skip clashes that differ in white
10260 space only.
10261
10262 * ediff-wind.el (ediff-setup-control-frame)
10263 (ediff-destroy-control-frame): Check the menubar feature.
10264
10265 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10266 (viper-refresh-mode-line): Use make-local-variable to localize
10267 some vars instead of make-variable-buffer-local. Suggested by
10268 Stefan Monnier.
10269
10270 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10271 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10272 Use make-local-variable instead of make-variable-buffer-local.
10273 Suggested by Stefan Monnier.
10274
10275 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10276 (viper-comint-mode-hook): Use make-local-variable on
10277 require-final-newline.
10278 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10279
10280 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10281
10282 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10283 also the second char of a comment-start sequence.
10284 (scheme-sexp-comment-syntax-table): New var.
10285 (lambda, define): Set their scheme-doc-string-elt property.
10286 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10287 Use lisp-font-lock-syntactic-face-function now that it properly
10288 handles |...| symbols.
10289 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10290 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10291
10292 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10293 bit from # to |.
10294 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10295
10296 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10297 (lisp-doc-string-elt-property): New var.
10298 (lisp-font-lock-syntactic-face-function): Use it.
10299 Rewrite to recognize docstrings even for forms not at toplevel.
10300
10301 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10302 annotation on the | part of #| rather than on the # part.
10303 (scheme-font-lock-syntactic-face-function): New function, to
10304 distinguish strings from |...| symbols.
10305 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10306 syntax-table so that #|...|# is properly highlighted.
10307
10308 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10309 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10310
10311 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10312
10313 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10314 and C-e.
10315
10316 * emacs-lisp/eldoc.el: Move comments into docstrings.
10317 (eldoc-message-commands): Initialize in its declaration.
10318 Add move-beginning-of-line and move-end-of-line.
10319 (eldoc-add-command, eldoc-add-command-completions)
10320 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10321
10322 * outline.el (outline-mark-subtree): Activate the mark.
10323
10324 * calendar/appt.el (appt-time-regexp): New var.
10325 (appt-add, appt-make-list): Use it.
10326 (appt-convert-time): Clean up.
10327
10328 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10329 Don't set any syntax-table property here.
10330 (tex-font-lock-verb): New function. Do it here.
10331 (tex-font-lock-syntactic-keywords): Use it.
10332
10333 2005-10-04 Richard M. Stallman <rms@gnu.org>
10334
10335 * wid-edit.el (widget-file-complete): Get the widget start point
10336 the right way. Default directory to `/' if file has none.
10337
10338 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10339
10340 * textmodes/flyspell.el (flyspell-mode-on):
10341 Call ispell-maybe-find-aspell-dictionaries.
10342
10343 * textmodes/ispell.el (ispell-word, ispell-region):
10344 Call ispell-maybe-find-aspell-dictionaries.
10345 (ispell-accept-buffer-local-defs):
10346 Don't call ispell-maybe-find-aspell-dictionaries
10347
10348 2005-10-04 Richard M. Stallman <rms@gnu.org>
10349
10350 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10351
10352 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10353
10354 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10355 instead of `fboundp' in order to allow for anonymous functions.
10356
10357 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10358
10359 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10360 case the user clicks on the link while another window is selected.
10361 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10362
10363 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10364 functionality.
10365 (dframe-help-echo): Save point in case mouse tracking is off.
10366
10367 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10368
10369 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10370
10371 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10372
10373 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10374 not change the global value of those vars.
10375
10376 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10377 make-local-variable which we do not need any more.
10378
10379 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10380
10381 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10382 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10383 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10384 (speedbar-path-line): Define obsolete aliases.
10385 (speedbar-line-directory): Doc fix.
10386
10387 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10388 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10389 instead of speedbar-line-path.
10390
10391 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10392
10393 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10394 to nil if dropping on a window. Handle dropping on a minibuffer window
10395 like dropping on a non-window part of Emacs.
10396
10397 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10398
10399 * net/ange-ftp.el: Use with-current-buffer.
10400 (ange-ftp-insert-directory): Do not follow symlinks any more.
10401
10402 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10403 Remove interactive spec.
10404
10405 2005-10-03 Kim F. Storm <storm@cua.dk>
10406
10407 * ido.el (ido-mode): Use custom-initialize-set.
10408
10409 2005-10-02 Richard M. Stallman <rms@gnu.org>
10410
10411 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10412 Use insert-buffer-substring.
10413
10414 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10415 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10416
10417 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10418
10419 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10420 in last change.
10421 (ange-ftp-insert-directory): Fix up the search for the case where
10422 `file' is absolute.
10423
10424 2005-10-02 Romain Francoise <romain@orebokech.com>
10425
10426 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10427
10428 2005-10-02 Andreas Schwab <schwab@suse.de>
10429
10430 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10431 directory component in the session info.
10432
10433 2005-10-01 Richard M. Stallman <rms@gnu.org>
10434
10435 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10436
10437 * simple.el (next-error-internal): New function.
10438
10439 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10440 (compilation-start): Pass new arg to compilation-buffer-name.
10441 (compile-goto-error): Use next-error-internal.
10442
10443 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10444
10445 * speedbar.el: Remove RCS tag.
10446 (speedbar-check-read-only): Handle non-existent files.
10447
10448 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10449
10450 * info.el (Info-speedbar-hierarchy-buttons)
10451 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10452
10453 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10454
10455 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10456 Do not match newline.
10457 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10458 (bibtex-summary): Remove unnecessary save-excursion.
10459 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10460
10461 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10462
10463 * term/mac-win.el: Add charset info for "iso10646-1".
10464 Modify default fontset to use ATSUI-compatible fonts for some charsets
10465 if available.
10466
10467 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10468
10469 * speedbar.el: Re-apply arch tag.
10470 (speedbar-version): Rename to version 1.0. Suggested by Eric
10471 M. Ludlam.
10472 Reapply two changes from Emacs CVS' version of speedbar lost
10473 during the merge:
10474 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10475 (speedbar-frame-parameters): Improve customize type.
10476
10477 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10478
10479 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10480 (ange-ftp-file-directory-p): Fix the symlink case.
10481 (ange-ftp-insert-directory): When listing a single file, get a list of
10482 the parent buffer and extract the relevant line. Inspired from a patch
10483 by Katsumi Yamaoka <yamaoka@jpl.org>.
10484 (ange-ftp-file-name-sans-versions): Simplify.
10485
10486 2005-09-30 Bill Wohler <wohler@newt.com>
10487
10488 Move MH-E image files from toolbar and mail directories into
10489 etc/images.
10490
10491 * mail/reply2.*: Move to etc/images/mail/reply*.
10492
10493 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10494 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10495 etc/images.
10496
10497 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10498 * toolbar/reply*: Move to etc/images/mail.
10499
10500 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10501
10502 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10503
10504 * speedbar.el: New version 1.0pre3.
10505
10506 Frame management code (including timer, and mouse click specifics)
10507 moved to dframe.el:
10508 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10509 (speedbar-timer): Removed. Use dframe-timer.
10510 (speedbar-close-frame): Removed. Use dframe-close-frame.
10511 (speedbar-activity-change-focus-flag): Removed. Use
10512 dframe-activity-change-focus-flag.
10513 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10514 dframe-update-speed.
10515
10516 (speedbar-current-frame): New macro. Use this instead of the
10517 variable speedbar-frame.
10518
10519 (speedbar-use-images, speedbar-expand-image-button-alist)
10520 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10521
10522 (speedbar-find-image-on-load-path): Removed. Replaced by
10523 defezimage in ezimage.el.
10524 (speedbar-expand-image-button-alist): Removed. Replaced by
10525 ezimage-expand-image-button-alist in ezimage.el.
10526
10527 (speedbar-ignored-directory-regexp)
10528 (speedbar-add-ignored-directory-regexp)
10529 (speedbar-ignored-directory-expressions)
10530 (speedbar-line-directory, speedbar-buffers-line-directory)
10531 (speedbar-directory-line, speedbar-buffers-line-directory):
10532 Renamed, replacing `path' with `directory'.
10533
10534 (speedbar-create-directory, speedbar-expand-line-descendants)
10535 (speedbar-toggle-line-expansion)
10536 (speedbar-contract-line-descendants): New commands.
10537
10538 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10539 (speedbar-use-tool-tips-flag): New options.
10540
10541 (speedbar-check-read-only, speedbar-require-version)
10542 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10543 (speedbar-handle-delete-frame, speedbar-try-completion)
10544 (speedbar-update-localized-contents): New functions.
10545
10546 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10547 (speedbar-object-read-only-indicator): New variables.
10548
10549 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10550 New hooks.
10551
10552 (speedbar-separator-face): New face.
10553
10554 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10555 (speedbar-ignored-modes): Add fundamental-mode.
10556 (speedbar-directory-unshown-regexp): Add . directories.
10557
10558 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10559 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10560 `]' for full expand/close.
10561 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10562
10563 (speedbar-check-vc): Support hidden files.
10564 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10565 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10566 state is nil, it is not checked out.
10567
10568 (speedbar-line-text, speedbar-line-token): Support expand buttons
10569 with no text.
10570 (speedbar-refresh): Universal argument acts as power-click.
10571 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10572 that buffer to get variable values.
10573
10574 And many other bugfixes.
10575
10576 * dframe.el, ezimage.el, sb-image.el: New files.
10577
10578 * sb-*.xpm: Remove files. New image files installed into
10579 etc/images/ezimage.
10580
10581 2005-09-30 Kenichi Handa <handa@m17n.org>
10582
10583 * ps-mule.el (ps-mule-show-warning): If a character is in
10584 ps-print-translation-table, don't treat it as non-printable.
10585
10586 2005-09-30 David Ponce <david@dponce.com>
10587
10588 * tree-widget.el (tree-widget-themes-load-path): New variable.
10589 (tree-widget-themes-directory): Doc fix.
10590 (tree-widget-image-formats) [Emacs]: Doc fix.
10591 (tree-widget--locate-sub-directory): New function.
10592 (tree-widget-themes-directory): Use it.
10593
10594 * recentf.el (recentf-filename-handlers): Rename from
10595 `recentf-filename-handler'. Allow a list of functions.
10596 (recentf-menu-items-for-commands): Fix :help strings.
10597 (recentf-apply-filename-handlers): New function.
10598 (recentf-expand-file-name): Use it.
10599 (recentf-cleanup): Remove duplicates too.
10600
10601 2005-09-29 Juri Linkov <juri@jurta.org>
10602
10603 * faces.el: Rearrange face definitions to be in the same order as
10604 their face descriptions in "(emacs)Standard Faces".
10605
10606 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10607
10608 * tooltip.el (tooltip): Add group `basic-faces'.
10609
10610 * buff-menu.el (Buffer-menu-buffer): Remove group
10611 `font-lock-highlighting-faces'.
10612
10613 * progmodes/compile.el (compilation-error, compilation-warning)
10614 (compilation-info, compilation-line-number, compilation-column-number):
10615 Change group from `font-lock-highlighting-faces' to `compilation'.
10616
10617 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10618 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10619 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10620 (vhdl-font-lock-reserved-words-face)
10621 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10622 `font-lock-highlighting-faces'.
10623
10624 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10625
10626 2005-09-28 Kim F. Storm <storm@cua.dk>
10627
10628 * emulation/cua-base.el: Set CUA move property on additional commands:
10629 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10630 forward-sexp, backward-sexp, forward-list, backward-list.
10631
10632 2005-09-28 Romain Francoise <romain@orebokech.com>
10633
10634 * comint.el (comint-show-output): Really set point at the
10635 beginning of the output when not using `comint-use-prompt-regexp'.
10636
10637 2005-09-27 Jay Belanger <belanger@truman.edu>
10638
10639 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10640 in TeX mode.
10641
10642 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10643
10644 * textmodes/org.el (org-table-sum): Fix format string.
10645
10646 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10647 Quote face names.
10648
10649 2005-09-26 Romain Francoise <romain@orebokech.com>
10650
10651 * isearch.el (isearch-forward-regexp): Close doc string.
10652
10653 2005-09-25 Richard M. Stallman <rms@gnu.org>
10654
10655 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10656
10657 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10658
10659 * progmodes/compile.el (compilation-error-properties):
10660 When getting the file from the previous error message,
10661 correctly decode the new data format.
10662
10663 * progmodes/cc-cmds.el (c-electric-paren):
10664 Call old-blink-paren only for close-paren.
10665
10666 2005-09-24 Andreas Schwab <schwab@suse.de>
10667
10668 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10669 condition.
10670
10671 2005-09-25 Romain Francoise <romain@orebokech.com>
10672
10673 * dired-aux.el (dired-copy-file-recursive):
10674 * dired.el (dired-delete-file):
10675 * ediff-mult.el (ediff-dir-diff-copy-file):
10676 * ediff-util.el (ediff-test-save-region):
10677 * forms.el (forms-mode):
10678 * ido.el (ido-file-internal, ido-delete-file-at-head):
10679 * log-edit.el (log-edit-done):
10680 * ses.el (ses-yank-resize):
10681 * play/gomoku.el (gomoku-human-plays, gomoku)
10682 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10683 (gomoku-offer-a-draw):
10684 * play/landmark.el (lm-human-resigns, lm):
10685 * net/eudcb-ldap.el (eudc-ldap-check-base):
10686 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10687 * progmodes/ebrowse.el (ebrowse-find-pattern):
10688 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10689 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10690 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10691
10692 * vc.el (vc-delete-file):
10693 * play/gomoku.el (gomoku-terminate-game, gomoku)
10694 (gomoku-prompt-for-move, gomoku-human-takes-back):
10695 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10696 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10697
10698 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10699
10700 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10701 color rxvt terminals by using the code xterm.el used to use before
10702 2005-04-09 in order to match the colors used by rxvt.
10703
10704 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10705
10706 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10707 colors rxvt-unicode terminals by using the same code as xterm.el.
10708
10709 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10710
10711 * textmodes/tex-mode.el (tex-font-lock-append-prop)
10712 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10713 new symbol used for the tex-verbatim face.
10714
10715 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10716
10717 * woman.el (woman-file-name):
10718 * wid-edit.el (widget-file-prompt-value)
10719 (widget-coding-system-prompt-value):
10720 * w32-fns.el (set-w32-system-coding-system):
10721 * vc.el (vc-version-diff, vc-annotate):
10722 * textmodes/reftex-auc.el (reftex-arg-cite)
10723 (reftex-arg-index-tag):
10724 * textmodes/refer.el (refer-get-bib-files):
10725 * textmodes/artist.el (artist-figlet-choose-font):
10726 * terminal.el (terminal-emulator):
10727 * replace.el (occur-read-primary-args):
10728 * rect.el (string-rectangle, string-insert-rectangle):
10729 * ps-print.el (ps-print-preprint):
10730 * progmodes/pascal.el (pascal-goto-defun):
10731 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10732 * progmodes/compile.el (compilation-find-file):
10733 * printing.el (pr-interactive-n-up):
10734 * play/animate.el (animate-birthday-present):
10735 * net/rcompile.el (remote-compile):
10736 * man.el (man, Man-goto-section, Man-follow-manual-reference):
10737 * mail/rmailsum.el (rmail-summary-search-backward)
10738 (rmail-summary-search):
10739 * mail/rmailout.el (rmail-output-read-rmail-file-name)
10740 (rmail-output-read-file-name):
10741 * mail/rmail.el (rmail-search, rmail-search-backwards):
10742 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10743 * locate.el (locate):
10744 * international/quail.el (quail-show-keyboard-layout):
10745 * international/mule.el (set-buffer-file-coding-system)
10746 (revert-buffer-with-coding-system, set-file-name-coding-system)
10747 (set-terminal-coding-system, set-keyboard-coding-system)
10748 (set-next-selection-coding-system):
10749 * international/mule-diag.el (describe-coding-system)
10750 (describe-font, describe-fontset):
10751 * international/mule-cmds.el (universal-coding-system-argument)
10752 (search-unencodable-char, describe-input-method)
10753 (set-language-environment, describe-language-environment):
10754 * international/codepage.el (codepage-setup):
10755 * international/code-pages.el (codepage-setup):
10756 * info.el (Info-search, Info-follow-reference)
10757 (Info-search-backward):
10758 * emacs-lisp/advice.el (ad-read-advised-function)
10759 (ad-read-advice-class, ad-clear-cache, ad-activate)
10760 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10761 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10762 (ad-read-regexp):
10763 * ediff-util.el (ediff-toggle-regexp-match):
10764 * ediff-ptch.el (ediff-prompt-for-patch-file):
10765 * dired-aux.el (dired-diff):
10766 * diff.el (diff):
10767 * cus-edit.el (custom-variable-prompt):
10768 * calendar/timeclock.el (timeclock-ask-for-project):
10769 * calc/calcalg3.el (calc-get-fit-variables):
10770 * calc/calc-store.el (calc-edit-variable)
10771 (calc-permanent-variable):
10772 * vc-mcvs.el (vc-mcvs-register):
10773 * shadowfile.el (shadow-define-literal-group):
10774 * woman.el (woman-file-name):
10775 * vc.el (vc-version-diff, vc-merge):
10776 * textmodes/reftex-index.el (reftex-index-complete-tag):
10777 * format.el (format-decode-buffer, format-decode-region):
10778 * emulation/viper-cmd.el (viper-read-string-with-history):
10779 * emacs-lisp/debug.el (cancel-debug-on-entry):
10780 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10781 * ediff.el (ediff-merge-revisions)
10782 (ediff-merge-revisions-with-ancestor, ediff-revision):
10783 * completion.el (interactive-completion-string-reader):
10784 * calc/calc-prog.el (calc-user-define-formula):
10785 Follow convention for reading with the minibuffer.
10786
10787 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
10788
10789 * progmodes/python.el (python-describe-symbol): Add globals() and
10790 locals() to the arguments of emacs.ehelp.
10791
10792 2005-09-24 Magnus Henoch <mange@freemail.hu>
10793
10794 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10795 New function, code extracted from ispell-valid-dictionary-list.
10796 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10797 Call it.
10798
10799 2005-09-24 Eli Zaretskii <eliz@gnu.org>
10800
10801 * subr.el (version-regexp-alist): Extend valid syntax for version
10802 strings: allow any of the characters -,_,+ to separate the
10803 alpha/beta/rc part from the version part. Doc fix.
10804 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
10805
10806 2005-09-23 David Reitter <david.reitter@gmail.com>
10807
10808 * mail/mailclient.el: New file.
10809
10810 2005-09-23 Richard M. Stallman <rms@gnu.org>
10811
10812 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10813 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10814 Doc fixes.
10815
10816 * progmodes/cc-mode.el (c-font-lock-init):
10817 Specify font-lock-lines-before.
10818
10819 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10820
10821 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10822 whole conflict.
10823
10824 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
10825
10826 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10827 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
10828 of `remap' feature when available. Additional key bindings for
10829 better tty support.
10830 (org-mode-restart, org-force-self-insert): New commands.
10831 (org-time-stamp-inactive): New command.
10832 (org-remap): New function.
10833 (org-table-auto-blank-field, org-level-color-stars-only): New options.
10834 (org-enable-fixed-width-editor): Move to `org-structure'
10835 customization group.
10836 (org-self-insert-command, orgtbl-self-insert-command): Modify to
10837 blank field after field motion commands.
10838
10839 2005-09-23 Kenichi Handa <handa@m17n.org>
10840
10841 * international/mule-cmds.el (set-language-environment):
10842 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10843 have to call utf-translate-cjk-load-tables.
10844
10845 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10846
10847 * mouse.el (mouse-move-drag-overlay): Fix last change.
10848
10849 2005-09-22 David Ponce <david@dponce.com>
10850
10851 * tree-widget.el (tree-widget-value-create): Fix previous change.
10852
10853 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10854
10855 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10856
10857 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10858
10859 * mouse.el (mouse-move-drag-overlay): New function.
10860 (mouse-drag-region-1): Use it.
10861 Try to simplify a bit the state handling. Handle clicks on links
10862 inside intangible areas.
10863 (mouse-save-then-kill): Minor simplification.
10864 (mouse-secondary-overlay): Make it always non-nil instead of
10865 recreating it each time.
10866 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10867 (mouse-kill-secondary, mouse-secondary-save-then-kill):
10868 Simplify accordingly.
10869
10870 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10871
10872 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10873
10874 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
10875
10876 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10877 (ediff-file-name-sans-prefix): Treat nil as an empty string.
10878 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10879 to patch.
10880
10881 * ediff-util.el: Use insert-buffer-substring.
10882
10883 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10884
10885 * emulation/viper-cmd.el (viper-change-state): Don't move over the
10886 field boundaries in the minibuffer.
10887 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10888 (viper-minibuffer-post-command-hook): New hook.
10889 (viper-line): Don't move cursor at bolp.
10890
10891 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10892
10893 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10894 avoid compiler warnings.
10895
10896 * emulation/viper-macs.el (ex-map): Better messages.
10897
10898 * emulation/viper-utils.el (viper-beginning-of-field): New function.
10899
10900 * emulation/viper.el: Replace make-variable-buffer-local with
10901 viper-make-variable-buffer-local everywhere, to avoid warnings.
10902
10903 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10904
10905 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10906 Delete unused var `old-selected-window'.
10907 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10908 (mouse-drag-secondary): Delete unused var `start-frame'.
10909
10910 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10911
10912 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10913
10914 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10915
10916 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10917 Re-indent within 80 columns. Use inhibit-read-only.
10918
10919 2005-09-19 Romain Francoise <romain@orebokech.com>
10920
10921 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
10922
10923 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10924
10925 * font-lock.el (font-lock-default-fontify-region): Don't add a line
10926 unconditionally, since the after-change-function already did it.
10927
10928 2005-09-19 Miles Bader <miles@gnu.org>
10929
10930 * net/newsticker.el: Get rid of CVS keyword.
10931
10932 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
10933
10934 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
10935 The prompt is formatted later.
10936
10937 2005-09-19 David Ponce <david@dponce.com>
10938
10939 * tree-widget.el (tree-widget-value-create): Save the converted
10940 tree :node widget.
10941
10942 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
10943
10944 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
10945 variable `message'.
10946
10947 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
10948
10949 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
10950 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
10951 <slawomir.nowaczyk.847@student.lu.se>.
10952
10953 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
10954
10955 * image.el (image-load-path): Use symbol `data-directory' instead
10956 of its value, for backward compatibility with packages that bind
10957 it during `find-image'. Suggested by Katsumi Yamaoka.
10958 (image-search-load-path): Handle symbols whose values are strings.
10959
10960 2005-09-18 Romain Francoise <romain@orebokech.com>
10961
10962 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
10963 with-current-buffer form in save-excursion.
10964
10965 2005-09-18 D Goel <deego@gnufans.org>
10966
10967 * apropos.el (apropos-command): Fix `message' call: first arg
10968 should be a format spec. In this and all other cases that appear
10969 below and elsewhere in the source code, I made a change only when
10970 two conditions were satisfied: [1] I can think of a possibility
10971 that the arguments would cause an error, for example, the code in
10972 question relies on external variables such as filenames. [2] I
10973 was sure that the arg to `message' could not have been nil in the code.
10974
10975 * textmodes/tildify.el (tildify-region): Ditto.
10976
10977 * textmodes/reftex-index.el (reftex-index-change-entry)
10978 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
10979 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
10980 * textmodes/org.el (org-complete, org-deadline, org-schedule)
10981 (org-priority, org-table-sum):
10982 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
10983 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
10984 (flyspell-word, flyspell-display-next-corrections):
10985 * textmodes/bibtex.el (bibtex-print-help-message):
10986 * textmodes/artist.el (artist-key-set-point-poly):
10987 * term/mac-win.el (mac-services-insert-text):
10988 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
10989 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
10990 (vhdl-port-paste-testbench, vhdl-compose-new-component)
10991 (vhdl-compose-configuration):
10992 * progmodes/sh-script.el (sh-blink, sh-show-indent)
10993 (sh-set-indent, sh-learn-line-indent):
10994 * progmodes/ps-mode.el (ps-mode-target-column):
10995 * progmodes/idlwave.el (idlwave-make-tags)
10996 (idlwave-scan-library-catalogs):
10997 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
10998 * progmodes/gud.el (gud-jdb-analyze-source):
10999 * progmodes/flymake.el (flymake-log):
11000 * progmodes/ebnf2ps.el (ebnf-generate-region):
11001 * progmodes/cmacexp.el (c-macro-expansion):
11002 * progmodes/ada-xref.el (ada-treat-cmd-string):
11003 * progmodes/ada-mode.el (ada-create-case-exception-substring)
11004 (ada-justified-indent-current, ada-batch-reformat):
11005 * play/zone.el (zone):
11006 * play/landmark.el (lm-move):
11007 * play/decipher.el (decipher-show-alphabet):
11008 * net/newsticker.el (newsticker--display-jump)
11009 (newsticker--display-scroll):
11010 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
11011 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
11012 * mail/feedmail.el (feedmail-dump-message-to-queue):
11013 * eshell/esh-proc.el (eshell-remove-process-entry):
11014 * emulation/ws-mode.el (ws-last-error):
11015 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
11016 (viper-record-kbd-macro):
11017 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
11018 * emacs-lisp/lisp-mnt.el (lm-report-bug):
11019 * emacs-lisp/find-func.el (find-function-noselect):
11020 * calendar/timeclock.el (timeclock-status-string)
11021 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
11022 (timeclock-when-to-leave-string):
11023 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
11024 * calc/calc-units.el (calc-enter-units-table):
11025 * calc/calc-mode.el (calc-mode-record-mode):
11026 * woman.el (woman-mini-help):
11027 * wdired.el (wdired-change-to-wdired-mode):
11028 * vc.el (vc-retrieve-snapshot):
11029 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
11030 * startup.el (display-startup-echo-area-message):
11031 * simple.el (set-goal-column):
11032 * ses.el (ses-command-hook, ses-recalculate-cell):
11033 * server.el (server-process-filter):
11034 * printing.el (pr-interface-txt-print, pr-interface-printify)
11035 (pr-interface-ps):
11036 * pcvs.el (cvs-help):
11037 * log-edit.el (log-edit, log-edit-mode-help):
11038 * iswitchb.el (iswitchb-possible-new-buffer):
11039 * isearch.el (isearch-edit-string):
11040 * image-mode.el (image-mode, image-minor-mode):
11041 * ibuf-macs.el (define-ibuffer-filter):
11042 * hi-lock.el (hi-lock-find-patterns):
11043 * files.el (toggle-read-only):
11044 * ediff-util.el (ediff-copy-diff)
11045 (ediff-write-merge-buffer-and-maybe-kill):
11046 * echistory.el (Electric-history-undefined):
11047 * dnd.el (dnd-insert-text):
11048 * dired-aux.el (dired-query):
11049 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11050 * bookmark.el (bookmark-bmenu-locate):
11051 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11052 Fix `message' calls to ensure first arg is a format string.
11053 The change was made only when these two conditions were satisfied:
11054 [1] when there is a possibility that the arguments would cause an error
11055 for example, if the code in question relies on external variables
11056 such as filenames, and
11057 [2] if the arg to `message' could not have been nil in the code.
11058
11059 * pcomplete.el (pcomplete--help): Fix `message' format spec.
11060 Not having a %s would be weird, though not technically wrong.
11061
11062 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11063
11064 * term/mac-win.el (mac-add-charset-info): Doc fix.
11065
11066 2005-09-17 Romain Francoise <romain@orebokech.com>
11067
11068 * shell.el (shell-resync-dirs): Handle echoing processes more
11069 reliably. Don't insert resync command if `comint-process-echoes'
11070 is non-nil.
11071
11072 2005-09-17 Magnus Henoch <mange@freemail.hu>
11073
11074 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11075 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11076 aspell versions >= 0.60.
11077 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11078 only if ispell-aspell-supports-utf8 is non-nil.
11079
11080 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11081
11082 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11083 buffer-local value to lisp-indent-function.
11084
11085 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11086
11087 * progmodes/glasses.el (glasses-make-readable): If
11088 glasses-separator differs from underscore, put appropriate
11089 overlays over underscore characters.
11090 (glasses-convert-to-unreadable): If glasses-separator differs from
11091 underscore, try to convert glasses-separator characters to
11092 underscores.
11093
11094 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11095
11096 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11097 Use with-syntax-table and dolist.
11098
11099 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11100
11101 * textmodes/reftex-auc.el:
11102 * textmodes/reftex-cite.el:
11103 * textmodes/reftex-dcr.el:
11104 * textmodes/reftex-global.el:
11105 * textmodes/reftex-parse.el:
11106 * textmodes/reftex-ref.el:
11107 * textmodes/reftex-sel.el:
11108 * textmodes/reftex-toc.el:
11109 * textmodes/reftex-vars.el:
11110 * textmodes/reftex.el: Small changes to remove compiler warnings.
11111
11112 * textmodes/reftex-index.el: Likewise.
11113 (reftex-query-index-phrase): More efficient use of markers.
11114
11115 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11116
11117 * image.el (image-load-path): New variable.
11118 (image-search-load-path): New function.
11119 (find-image): Search for images in `image-load-path'.
11120
11121 2005-09-15 Richard M. Stallman <rms@gnu.org>
11122
11123 * follow.el: Change Maintainer field.
11124
11125 2005-09-15 David Ponce <david@dponce.com>
11126
11127 * recentf.el (recentf-save-file-modes): New option.
11128 (recentf-save-list): Use it.
11129
11130 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11131
11132 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11133 (mode-line-mule-info, mode-line-modified): Move bindings from
11134 mouse-3 to mouse-1.
11135
11136 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11137
11138 * simple.el (sendmail-user-agent-compose): Revert last change.
11139
11140 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11141
11142 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11143 Use with-current-buffer.
11144 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11145 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11146 (ange-ftp-insert-directory): Remove unused var `short'.
11147 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11148
11149 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11150 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11151
11152 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11153 (check-calendar-holidays, diary-list-entries): Autoload.
11154 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11155 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11156
11157 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11158 which mistakenly removed a call to display-buffer.
11159
11160 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11161
11162 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11163
11164 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11165
11166 * progmodes/hideshow.el
11167 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11168 (hs-allow-nesting): New user var.
11169 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11170 (hs-hide-block-at-point): When nesting allowed,
11171 if there is already an overlay in place, delete it.
11172 (hs-safety-is-job-n): Delete func; remove call sites.
11173 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11174 (hs-overlay-at): New func.
11175 (hs-already-hidden-p, hs-show-block): Use it.
11176 (hs-hide-all): Don't pre-clean if nesting allowed.
11177 (hs-show-all): Temporarily disallow
11178 nesting around call to `hs-discard-overlays'.
11179
11180 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11181
11182 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11183 Delete unused local var.
11184
11185 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11186
11187 * help-fns.el (describe-categories): "?\ " -> "?\s".
11188 (help-do-arg-highlight): Recognize also ARG-n, as in
11189 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11190
11191 * international/codepage.el (dos-unsupported-char-glyph):
11192 * net/newsticker.el (tool-bar-map, w3-mode-map)
11193 (w3m-minor-mode-map):
11194 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11195 (ent-alist):
11196 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11197
11198 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11199
11200 * custom.el (custom-push-theme): Handle the case where a symbol is
11201 bound but face properties have not yet been assigned.
11202
11203 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11204 Fix behavior if noerase is `t' and there is no mail buffer.
11205
11206 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11207 if `continue' is nil, rather than signal an error.
11208
11209 2005-09-12 Richard M. Stallman <rms@gnu.org>
11210
11211 * font-lock.el (font-lock-keywords): Add autoload.
11212
11213 * help-fns.el (describe-variable): Rearrange to put source link
11214 in a predictable place.
11215
11216 * net/newsticker.el: New file.
11217
11218 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11219
11220 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11221 (calendar-basic-setup): Use the new nil arg.
11222 (number-of-diary-entries): Move to diary-lib.el.
11223
11224 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11225 (diary-list-entries): Use with-syntax-table and dolist.
11226 Rename from list-diary-entries.
11227 Use number-of-diary-entries if `number' is nil.
11228 (diary, diary-view-entries): Use this new name and new nil arg value.
11229 (number-of-diary-entries): Move from calendar.el.
11230 (diary-unhide-everything): New function.
11231 (include-other-diary-files, fancy-diary-display)
11232 (diary-show-all-entries, make-diary-entry): Use it.
11233 (diary-mail-entries): Use buffer-string.
11234 (mark-diary-entries): Fix long standing paren typo.
11235 (diary-sexp-entry): Use count-lines.
11236 (make-diary-entry): Avoid `previous-line'.
11237 (diary-mode-map): New var.
11238 (diary-mode): Redraw cal after saving. Setup header-line.
11239 (fancy-diary-display-mode): Use local-set-key.
11240
11241 * startup.el (command-line): Try calling various terminal-init-foo-bar
11242 functions by stripping hyphenated suffixes from $TERM.
11243
11244 * files.el (normal-mode): Check boundness of font-lock-keywords.
11245
11246 2005-09-12 Richard M. Stallman <rms@gnu.org>
11247
11248 * progmodes/compile.el: Don't decide a file's directory
11249 until the user actually tries to go there.
11250 (compilation-next-error-function):
11251 Pass compilation-find-file the directory from the file-struct.
11252 (compilation-internal-error-properties): Separate local FILE-STRUCT
11253 from FILE. Doc the args better. Rename arg FMT to FMTS.
11254 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11255 Expand it, and if nil, use default-directory.
11256 (compilation-get-file-structure): Don't mix specified directory
11257 with default directory. Put specified directory into
11258 file-struct. Don't make the file name absolute.
11259
11260 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11261 (compile-command): Add autoload.
11262 (compilation-disable-input): Add autoload.
11263
11264 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11265
11266 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11267 strings of the variables it can override.
11268 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11269 %Q and %q, for fully-qualified domain name and unqualified host name.
11270
11271 2005-09-11 Kim F. Storm <storm@cua.dk>
11272
11273 * emacs-lisp/authors.el (authors-aliases): Update list.
11274 (authors-fixed-entries): Update mldrag.el entry.
11275
11276 2005-09-10 Alan Mackenzie <acm@muc.de>
11277
11278 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11279 from the region narrowed to.
11280
11281 2005-09-10 Magnus Henoch <mange@freemail.hu>
11282
11283 * textmodes/ispell.el (ispell-check-version): Signal an error if
11284 aspell version is less than 0.60.
11285
11286 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11287
11288 * progmodes/octave-inf.el (inferior-octave-startup):
11289 Resync current dir at the end.
11290
11291 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11292
11293 * woman.el (woman-topic-at-point-default):
11294 Rename to woman-use-topic-at-point-default.
11295 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11296 (woman-file-name): Reflect renames above. Automatically use the
11297 word at point as topic if woman-use-topic-at-point is non-nil.
11298 Otherwise offer it as default but don't insert it in the
11299 minibuffer. Also use `test-completion' instead of `assoc' as
11300 suggested by Stefan Monnier.
11301
11302 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11303
11304 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11305 the attempt to do it over Tramp. This is not yet supported.
11306
11307 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11308
11309 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11310 (menu-bar-non-minibuffer-window-p): New functions.
11311 ("Split Window", "Save As..."): Use them.
11312 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11313 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11314 Use menu-bar-menu-frame-live-and-visible-p.
11315 ("Save Buffer", "Insert File", "Open Directory...")
11316 ("Open File...", "Visit New File..."):
11317 Use menu-bar-non-minibuffer-window-p.
11318 (kill-this-buffer-enabled-p, dired <menu-enable>):
11319 Use menu-bar-non-minibuffer-window-p.
11320
11321 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11322
11323 * cus-start.el (all): Don't complain about fringe-related
11324 built-ins if fringes are not supported. Ditto about
11325 selection-related built-ins. Fix the test for GTK-related built-ins.
11326
11327 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11328 ("Postscript Print Buffer", "Print Region", "Save As...")
11329 ("Save", "Insert File...", "Open Directory...")
11330 ("Open File...", "Visit New File..."")
11331 ("Truncate Long Lines in this Buffer"): Don't look at
11332 menu-updating-frame if this display does not support multiple frames.
11333
11334 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11335
11336 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11337
11338 2005-09-09 Emilio Lopes <eclig@gmx.net>
11339
11340 * woman.el: Format- and whitespace-related changes.
11341
11342 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11343
11344 * woman.el: Fix my email address.
11345
11346 2005-09-08 Richard M. Stallman <rms@gnu.org>
11347
11348 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11349 (sh-mode): Locally set skeleton-pair-default-alist.
11350
11351 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11352
11353 * progmodes/flymake.el: Require `compile' unconditionally.
11354
11355 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11356
11357 * woman.el (woman-file-name): Provide a default, not initial input.
11358
11359 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11360
11361 * font-lock.el (font-lock-support-mode): Doc fix.
11362
11363 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11364
11365 2005-09-08 Richard M. Stallman <rms@gnu.org>
11366
11367 * simple.el (blink-matching-open): Get rid of text props from
11368 the string shown in echo area. Don't permanently set point.
11369 Some rearrangements.
11370
11371 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11372
11373 * recentf.el (recentf-filename-handler): Add custom choice
11374 `abbreviate-file-name'.
11375
11376 * msb.el (msb--very-many-menus): Fix typo.
11377
11378 * disp-table.el (standard-display-european): Don't set
11379 enable-multibyte-characters to nil.
11380
11381 2005-09-08 David Ponce <david@dponce.com>
11382
11383 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11384 (recentf-expand-file-name): Doc fix.
11385 (recentf-dialog-mode-map): Define digit shortcuts.
11386 (recentf--files-with-key): New variable.
11387 (recentf-show-digit-shortcut-filter): New function.
11388 (recentf-open-files-items): New function.
11389 (recentf-open-files): Use it.
11390 (recentf-open-file-with-key): New command.
11391
11392 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11393
11394 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11395 Suggested by Kim F. Storm.
11396 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11397 (Buffer-menu-make-sort-button): Use global keymap.
11398
11399 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11400
11401 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11402 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11403 necessary any longer with the remapped command.
11404 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11405 formatting time only.
11406
11407 * net/tramp.el (tramp-action-password)
11408 (tramp-multi-action-password): Compile the password prompt from
11409 `method', `user' and `host'. Sometimes it isn't obvious which
11410 password to enter, for example with remote files offered by
11411 recentf.el, or with multiple steps. Suggested by Robert Marshall
11412 <robert@chezmarshall.freeserve.co.uk>.
11413
11414 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11415
11416 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11417 Fix regexp for when "s///" is at the beginning of line.
11418
11419 2005-09-07 Jay Belanger <belanger@truman.edu>
11420
11421 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11422 when in matrix mode.
11423
11424 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11425
11426 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11427 non-anonymous functions.
11428
11429 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11430
11431 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11432 when using a header line. Otherwise, use mouse-1-click-follows-link.
11433
11434 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11435 can't be moved; don't signal an error.
11436
11437 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11438
11439 * cus-theme.el (custom-theme-write-faces): Save the current face
11440 spec, not the defface spec.
11441
11442 * custom.el (custom-known-themes): Clarify meaning of "standard".
11443 (custom-push-theme): Save old values in the standard theme.
11444 (disable-theme): Correct typo.
11445 (custom-face-theme-value) Deleted unused function.
11446 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11447
11448 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11449
11450 * progmodes/compile.el (compilation-goto-locus): Take into account
11451 iconified frames when determining whether the buffer is
11452 already visible.
11453 Don't reset window height if the window already existed.
11454
11455 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11456
11457 * custom.el (load-theme): Rename from require-theme.
11458 Add interactive spec.
11459 (enable-theme): Rename from custom-enable-theme.
11460 Add interactive spec.
11461 (disable-theme): Rename from custom-disable-theme.
11462 Add interactive spec.
11463 (custom-make-theme-feature): Doc fix.
11464 (custom-theme-directory): Doc fix.
11465 (provide-theme): Call enable-theme.
11466
11467 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11468
11469 * obsolete/lazy-lock.el (lazy-lock-mode):
11470 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11471 font-lock-mode if it's off. Print a warning instead.
11472
11473 * progmodes/compile.el (compilation-start): Ignore errors if the
11474 process died before we get to send-eof.
11475
11476 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11477 Undo last change. Enclosing the result in quotes broke things on Unix
11478 since tex-send-command passes it through shell-quote-argument.
11479 (tex-send-command): Pass `file' through convert-standard-filename
11480 when possible.
11481 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11482 info in a transcript.
11483
11484 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11485
11486 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11487 fix compilation warning. Reorder the key definitions to group
11488 together keys emitted by the current version of xterm.
11489
11490 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11491 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11492 Reorder predicates to correct min-color usage.
11493
11494 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11495
11496 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11497 Kill local variables when longlines-mode is turned off.
11498
11499 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11500
11501 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11502
11503 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11504
11505 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11506
11507 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11508 (font-lock-lines-before): Change default to being inactive.
11509 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11510 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11511
11512 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11513
11514 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11515 Deactivate temporarily advice if active (not needed for Emacs 22,
11516 but for backwards compatibility).
11517 (tramp-exists-file-name-handler): Rewrite. First implementation
11518 was too simple.
11519 (tramp-advice-make-auto-save-file-name):
11520 Call `tramp-handle-make-auto-save-file-name' (again, just for
11521 backwards compatibility).
11522
11523 2005-08-31 Reto Zimmermann <reto@gnu.org>
11524
11525 * progmodes/vhdl-mode.el
11526 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11527 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11528 (vhdl-set-default-project): New function (easier setting of default).
11529 (vhdl-port-copy): Handle extended identifiers for generics.
11530 (vhdl-compiler-alist): Better description for error message regexp.
11531 (vhdl-make): Query for target, use previous as default.
11532 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11533 (vhdl-font-lock-keywords-2): Fix fontification for record
11534 el. assign.
11535 (vhdl-speedbar-make-subpack-line): Add package body link.
11536 (vhdl-generate-makefile-1): Not include itself as dependency.
11537 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11538 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11539 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11540 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11541 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11542 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11543 (vhdl-import-project): Add string argument for `error'.
11544 (vhdl-compose-configuration)
11545 (vhdl-compose-configuration-architecture): Add configuration
11546 declaration generation.
11547 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11548 (vhdl-trailer-re): Add "record" keyword (better indentation).
11549 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11550 "[^ \t-\"]+".
11551 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11552 (vhdl-testbench-entity-file-name)
11553 (vhdl-testbench-architecture-file-name): Allow separate
11554 customization of testbench file names.
11555 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11556 (vhdl-get-visible-signals): Allow newline within alias declaration.
11557 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11558 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11559 (member-ignore-case): Alias for missing function in XEmacs.
11560 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11561 (vhdl-update-sensitivity-list): Ignore case on read signals.
11562 (vhdl-replace-string): Adjust case only for file names.
11563 (vhdl-update-sensitivity-list): Fix search for read signals.
11564 (vhdl-update-sensitivity-list): Exclude formal parameters.
11565 (vhdl-get-visible-signals): Include aliases of signals.
11566 (vhdl-get-visible-signals): Fix signal name searching.
11567 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11568 (vhdl-fixup-whitespace-region): Fix for character
11569 literals (e.g. `:').
11570
11571 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11572
11573 * ansi-color.el (comint-last-output-start):
11574 * bs.el (font-lock-verbose):
11575 * diff-mode.el (add-log-buffer-file-name-function):
11576 * dired-x.el (vm-folder-directory):
11577 * faces.el (help-xref-stack-item):
11578 * files.el (font-lock-keywords):
11579 * find-lisp.el (dired-buffers, dired-subdir-alist):
11580 * ido.el (cua-inhibit-cua-keys):
11581 * log-view.el (cvs-minor-wrap-function):
11582 * outline.el (font-lock-warning-face):
11583 * simple.el (compilation-current-error):
11584 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11585 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11586 * tooltip.el (comint-prompt-regexp):
11587 * w32-fns.el (explicit-shell-file-name):
11588 * term/mac-win.el (mac-charset-info-alist)
11589 (mac-services-selection, mac-system-script-code):
11590 * term/tty-colors.el (msdos-color-values):
11591 * term/w32-win.el (xlfd-regexp-registry-subnum):
11592 * term/x-win.el (x-keysym-table, x-selection-timeout)
11593 (x-session-id, x-session-previous-id):
11594 * textmodes/ispell.el (mail-yank-prefix):
11595 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11596 * textmodes/org.el (calc-embedded-close-formula)
11597 (calc-embedded-open-formula)
11598 (font-lock-unfontify-region-function):
11599 * textmodes/reftex-global.el (isearch-next-buffer-function)
11600 (TeX-master):
11601 * textmodes/reftex.el (font-lock-keywords):
11602 * textmodes/tex-mode.el (font-lock-comment-face)
11603 (font-lock-doc-face):
11604 * textmodes/texinfo.el (outline-heading-alist):
11605 Add defvars.
11606
11607 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11608 (artist-spray-chars, artist-mode-init, artist-replace-string)
11609 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11610 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11611 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11612
11613 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11614 (conf-align-assignments): "?\ " -> "?\s".
11615
11616 * textmodes/reftex-index.el (TeX-master): Add defvar.
11617 (reftex-index-phrases-marker): Move up defvar.
11618
11619 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11620 (reftex-toc-include-labels-indicator)
11621 (reftex-toc-include-index-indicator)
11622 (reftex-toc-max-level-indicator): Move up declarations.
11623
11624 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11625 of args to `tramp-run-real-handler', even if it's empty in this case.
11626
11627 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11628
11629 * dired.el (dired-move-to-filename-regexp): Add date format for
11630 Mac OS X 10.3 in East Asian locales.
11631
11632 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11633
11634 * files.el (make-auto-save-file-name): Add file name handler call
11635 if applicable.
11636
11637 * net/tramp.el (tramp-file-name-handler-alist)
11638 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11639 (tramp-handle-make-auto-save-file-name): Rename from
11640 `tramp-make-auto-save-file-name'.
11641 (tramp-exists-file-name-handler): New defun.
11642 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11643 `make-auto-save-file-name' is not a magic file name operation.
11644
11645 2005-08-30 Richard M. Stallman <rms@gnu.org>
11646
11647 * files.el (risky-local-variable-p):
11648 Match `-predicates' and `-commands.
11649
11650 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11651 (custom-save-all): Visit the file if necessary;
11652 kill the buffer if we created it.
11653 (custom-save-delete): Don't visit file or kill buffer here.
11654
11655 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11656
11657 * textmodes/org.el (org-special-keyword): New face.
11658 (org-table-copy-down, org-table-eval-formula)
11659 (org-table-recalculate, org-init-section-numbers):
11660 Use `string-to-number' instead of `string-to-int'.
11661 (org-get-location): Use `insert-buffer-substring' instead of
11662 `insert-buffer'.
11663 (org-modify-diary-entry-string): New function.
11664 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11665 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11666 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11667 active region.
11668 (org-export-as-html): Handle QUOTE keyword.
11669 (org-quote-string): New option.
11670 (org-bookmark-jump-unhide): New function, used for
11671 `bookmark-after-jump-hook'.
11672 (org-diary-default-entry): Apply only when not called through
11673 `org-agenda'.
11674
11675 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11676
11677 * net/eudc.el (mode-popup-menu):
11678 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11679 * progmodes/ada-mode.el (compile-auto-highlight)
11680 (skeleton-further-elements):
11681 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11682 * progmodes/cmacexp.el (msdos-shells):
11683 * progmodes/compile.el (font-lock-extra-managed-props)
11684 (font-lock-keywords, font-lock-maximum-size)
11685 (font-lock-support-mode):
11686 * progmodes/grep.el (font-lock-lines-before):
11687 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11688 * progmodes/mixal-mode.el (compile-command):
11689 * progmodes/perl-mode.el (font-lock-comment-face)
11690 (font-lock-doc-face, font-lock-string-face):
11691 * progmodes/prolog.el (comint-prompt-regexp):
11692 * progmodes/sh-script.el (font-lock-comment-face)
11693 (font-lock-set-defaults, font-lock-string-face):
11694 * progmodes/sql.el (font-lock-keyword-face)
11695 (font-lock-set-defaults, font-lock-string-face):
11696 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11697 (itimer-version, lazy-lock-defer-contextually)
11698 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11699 Add defvars.
11700
11701 * progmodes/cperl-mode.el (cperl-electric-lbrace)
11702 (cperl-electric-keyword, cperl-electric-pod)
11703 (cperl-electric-backspace, cperl-forward-re)
11704 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11705 (vc-rcs-header, vc-sccs-header): Add defvars.
11706
11707 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11708 (font-lock-syntactic-keywords, gud-find-expr-function):
11709 Add defvars.
11710
11711 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11712 (gdb-frame-parameters): Declare before use.
11713
11714 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11715 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11716 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11717 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11718
11719 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11720 (idlwave-help-with-source): Use `insert-buffer-substring', not
11721 `insert-buffer'.
11722
11723 2005-08-29 Juri Linkov <juri@jurta.org>
11724
11725 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11726 Put outline-back-to-heading function call inside save-excursion.
11727
11728 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
11729
11730 * man.el (Man-init-defvars, Man-translate-references)
11731 (Man-support-local-filenames, Man-highlight-references):
11732 * progmodes/sql.el (sql-interactive-mode):
11733 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11734
11735 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11736 (compilation-mode-font-lock-keywords): Add defvars.
11737 (checkdoc-interactive-loop): "?\ " -> "?\s".
11738
11739 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11740 (font-lock-doc-face, font-lock-string-face)
11741 (font-lock-keywords-case-fold-search): Add defvars.
11742 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11743
11744 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11745 Don't pass X and Y (they are ignored anyway).
11746 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11747 (mouse-delete-window): Make arguments optional.
11748
11749 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11750 (caesar-translate-table, minor-modes, news-buffer-save)
11751 (news-group-name, news-minor-modes): Add defvars.
11752
11753 * emacs-lisp/lselect.el (mouse-highlight-priority)
11754 (x-lost-selection-functions, zmacs-regions):
11755 * emacs-lisp/pp.el (font-lock-verbose):
11756 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11757 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11758 (ses-mode-map):
11759 * emacs-lisp/tcover-unsafep.el (safe-functions):
11760 * international/mule-cmds.el (mac-system-coding-system)
11761 (mac-system-locale):
11762 * language/ethio-util.el (rmail-current-message)
11763 (rmail-message-vector):
11764 * language/thai-util.el (thai-auto-composition-mode):
11765 * mail/metamail.el (rmail-current-message, rmail-message-vector):
11766 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11767 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11768 (vm-primary-inbox, vm-spool-files):
11769 * mail/rmail.el (deleted-head, font-lock-fontified)
11770 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11771 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11772 (total-messages):
11773 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11774 (rmail-summary-mode-map):
11775 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11776 (rmail-last-label, rmail-last-multi-labels)
11777 (rmail-summary-vector, rmail-total-messages):
11778 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11779 * mail/rmailsum.el (msgnum):
11780 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11781 (rmail-current-message):
11782 * obsolete/fast-lock.el (font-lock-face-list):
11783 * obsolete/rnewspost.el (mail-reply-buffer):
11784 * obsolete/scribe.el (compile-command):
11785 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11786
11787 2005-08-28 John Paul Wallington <jpw@gnu.org>
11788
11789 * ibuf-ext.el (ibuffer-auto-update-changed):
11790 Use `frame-or-buffer-changed-p' to check whether we need to update.
11791 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11792 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
11793 as a `frame-or-buffer-changed-p' state vector instead.
11794
11795 2005-08-27 Romain Francoise <romain@orebokech.com>
11796
11797 * textmodes/makeinfo.el (makeinfo-compile):
11798 Use `compilation-start'. Set `next-error-function' according to
11799 `disable-errors'.
11800 (makeinfo-next-error): New function.
11801 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11802 (makeinfo-buffer): Likewise.
11803
11804 * progmodes/compile.el (compilation-start): Add autoload cookie.
11805
11806 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11807 * textmodes/sgml-mode.el: Likewise.
11808 * progmodes/python.el: Likewise.
11809
11810 2005-08-27 Eli Zaretskii <eliz@gnu.org>
11811
11812 * simple.el (blink-matching-paren-distance): Document the meaning
11813 of nil value, and allow to customize to nil.
11814
11815 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11816 command.com, not command.exe.
11817
11818 2005-08-26 John Wiegley <johnw@newartisans.com>
11819
11820 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11821 code around a bit so that an extraneous nil argument is not added
11822 to a command when no args are given.
11823
11824 * eshell/esh-arg.el (eshell-parse-double-quote): If a
11825 double-quoted argument resolves to nil, return it as an empty
11826 string rather than as nil. This made it impossible to pass "" to
11827 a shell script as a null string argument.
11828
11829 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11830
11831 * outline.el (outline-invent-heading): New fun.
11832 (outline-promote, outline-demote): Use it.
11833 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11834 (outline-end-of-subtree): Remove unused var `opoint'.
11835
11836 2005-08-26 David Reitter <david.reitter@gmail.com>
11837
11838 * menu-bar.el (truncate-lines, write-file, print-buffer)
11839 (ps-print-buffer-faces, ps-print-buffer, split-window):
11840 Disable menu items when the frame they refer to is invisible, or when
11841 they refer to a buffer and the minibuffer is selected.
11842
11843 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11844
11845 * progmodes/flymake.el (flymake-highlight-err-lines):
11846 Use save-excursion around flymake-highlight-line to preserve point.
11847
11848 2005-08-26 Eli Zaretskii <eliz@gnu.org>
11849
11850 * progmodes/octave-mod.el: Change Author and Maintainer address.
11851 (octave-maintainer-address): Change Kurt's email address.
11852 * progmodes/octave-inf.el: Change Author and Maintainer address.
11853 * progmodes/octave-hlp.el: Change Author and Maintainer address.
11854
11855 2005-08-26 Kim F. Storm <storm@cua.dk>
11856
11857 * subr.el (version-list-<, version-list-<=, version-list-=):
11858 Rename from integer-list-*.
11859 (version-list-not-zero): Likewise. Fix while loop.
11860 (version=): Use version-list-= instead of string-equal.
11861
11862 2005-08-26 Richard M. Stallman <rms@gnu.org>
11863
11864 * outline.el (outline-promote): Try shortening the heading.
11865 As last resort, read the heading to use.
11866 (outline-demote): As last resort, read the heading to use.
11867
11868 2005-08-26 Romain Francoise <romain@orebokech.com>
11869
11870 * progmodes/compile.el (compilation-start): Doc fix.
11871
11872 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11873 (antlr-font-lock-additional-keywords): Fix reference to
11874 `antlr-font-lock-literal-regexp' erroneously changed during the
11875 mass face rename.
11876 (antlr-run-tool): Use `compilation-start'.
11877
11878 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11879 instead of the obsolete `compile-internal'.
11880
11881 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
11882
11883 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11884 (number, original-date):
11885 * calendar/cal-china.el (date):
11886 * calendar/cal-coptic.el (date):
11887 * calendar/cal-french.el (date):
11888 * calendar/cal-hebrew.el (date, entry, number, original-date):
11889 * calendar/cal-islam.el (date, number, original-date):
11890 * calendar/cal-iso.el (date):
11891 * calendar/cal-julian.el (date):
11892 * calendar/cal-mayan.el (date):
11893 * calendar/cal-menu.el (date, event):
11894 * calendar/cal-persia.el (date):
11895 * calendar/lunar.el (date):
11896 * calendar/solar.el (date): Add defvars.
11897
11898 * emerge.el:
11899 * ibuffer.el:
11900 * info-xref.el:
11901 * obsolete/bg-mouse.el:
11902 * obsolete/sun-curs.el:
11903 * obsolete/swedish.el: Move the `defvar's to the top level.
11904
11905 * smerge-mode.el (smerge-refined-change): Add :group.
11906
11907 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
11908
11909 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11910 (smerge-keep-n): Remove props.
11911 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11912 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11913 now that it's done in smerge-keep-n.
11914 (smerge-refined-change): New face.
11915 (smerge-refine-chopup-region, smerge-refine-highlight-change)
11916 (smerge-refine): New funs.
11917 (smerge-basic-map): Bind smerge-refine.
11918
11919 2005-08-25 Juri Linkov <juri@jurta.org>
11920
11921 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
11922 compilation-process-setup-function and compilation-disable-input
11923 in grep-mode instead of let-bindings in grep.
11924
11925 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
11926 Delete "Automatic File De/compression" (auto-compression-mode).
11927
11928 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
11929
11930 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
11931 Silence warning about non-existent variable.
11932
11933 2005-08-25 Richard M. Stallman <rms@gnu.org>
11934
11935 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
11936 Rename "Describe Key" to "Describe Key or Mouse Operation".
11937
11938 * mail/mailalias.el (build-mail-aliases): Delete comments
11939 from the contents before processing them.
11940
11941 * isearch.el (isearch-edit-string): Erase the Search prompt
11942 if user enters an empty string and there is no default.
11943
11944 * comint.el (comint-file-name-prefix): Add autoload.
11945
11946 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
11947
11948 * subr.el (play-sound): Rearrange to avoid warning.
11949
11950 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
11951
11952 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
11953 New hook.
11954 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
11955
11956 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11957
11958 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
11959
11960 * custom.el (custom-theme-set-variables): Sort minor modes last.
11961
11962 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11963
11964 * subr.el (version-separator, version-regexp-alist): New vars used by
11965 version comparison funs.
11966 (integer-list-<, integer-list-=, integer-list-<=)
11967 (integer-list-not-zero): New funs for integer list comparison.
11968 (version-to-list, version=, version<, version<=): New funs for version
11969 comparison.
11970
11971 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
11972
11973 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
11974 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
11975 time to silence the byte-compiler.
11976
11977 * ibuffer.el (ibuffer-compile-make-eliding-form)
11978 (ibuffer-check-formats): Use `with-no-warnings' to hide references
11979 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
11980 so it's silly to get warnings for it).
11981 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
11982 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
11983 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
11984 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
11985 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
11986 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
11987 Defvar at compile time.
11988 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
11989 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
11990 Declare them before use.
11991
11992 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
11993 (info-xref-good, info-xref-bad): Defvar at compile time.
11994
11995 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
11996 Use `let*' instead of `let'.
11997
11998 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
11999 (*mouse-y*, menu, char): Defvar at compile time.
12000 (sc::menu): Declare it before use.
12001 (sc::pack-one-line): Use `let', not `let*'.
12002
12003 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
12004 (mail-send-hook): Defvar at compile time.
12005
12006 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
12007 Defvar at compile time.
12008
12009 * term/sun-mouse.el (current-global-mousemap)
12010 (current-local-mousemap): Declare them before use.
12011
12012 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
12013
12014 * bookmark.el (bookmark-after-jump-hook): New hook.
12015 (bookmark-jump): Run `bookmark-after-jump-hook'.
12016
12017 2005-08-23 Juri Linkov <juri@jurta.org>
12018
12019 * faces.el (minibuffer-prompt): Doc fix.
12020
12021 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
12022
12023 * progmodes/xscheme.el: Trivial changes to silence warnings.
12024 (xscheme-previous-mode, xscheme-previous-process-state):
12025 Add defvars.
12026 (xscheme-last-input-end, xscheme-process-command-line)
12027 (xscheme-process-name, xscheme-buffer-name)
12028 (xscheme-expressions-ring-max, xscheme-expressions-ring)
12029 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
12030 (xscheme-control-g-synchronization-p)
12031 (xscheme-control-g-disabled-p, xscheme-string-receiver)
12032 (default-xscheme-runlight, xscheme-runlight)
12033 (xscheme-runlight-string, xscheme-process-filter-state)
12034 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
12035 Move to beginning of file.
12036 (scheme-interaction-mode-commands-alist)
12037 (scheme-interaction-mode-map, scheme-debugger-mode-map):
12038 Declare them before use. Note: the initialization code for the variables
12039 has not been moved because it uses functions that reference the variables.
12040 (xscheme-control-g-message-string, xscheme-process-filter-alist)
12041 (xscheme-prompt-for-expression-map): Declare them before use.
12042 (scheme-debugger-mode-commands): "?\ " -> "?\s".
12043
12044 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12045
12046 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12047
12048 2005-08-22 Juri Linkov <juri@jurta.org>
12049
12050 * faces.el (set-face-underline): Delete this duplicate function
12051 and make an obsolete alias to set-face-underline-p.
12052 (set-face-underline-p): Use docstring of set-face-underline.
12053 (describe-face): Create hyperlink to parent face.
12054
12055 * info.el (Info-insert-dir): Use save-excursion around
12056 insert-buffer-substring.
12057 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12058 (Info-escape-percent): Delete function.
12059 (Info-fontify-node): Replace Info-escape-percent by
12060 replace-regexp-in-string with REP arg set to lambda that
12061 duplicates `%' and preserves text properties.
12062
12063 * progmodes/compile.el (compilation-disable-input): Doc fix.
12064 (define-compilation-mode): Doc fix and refill.
12065 (kill-compilation): Use `mode-name' in the error message.
12066 (compilation-find-file): Use `compilation-error' in the
12067 read-file-name's prompt.
12068
12069 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12070
12071 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12072 (smerge-auto-leave): Make undo re-enable the mode.
12073 (debug-ignored-errors): Add the user-error of impossible resolution.
12074 (smerge-resolve): Move things around a bit, in preparation for later.
12075 (smerge-diff): Don't fail if the buffer has no associated file.
12076 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12077 (smerge-conflict-overlay): New function.
12078 (smerge-match-conflict): Don't add text properties here.
12079 (smerge-find-conflict): Instead, add an overlay here.
12080 Also check for the case where we're inside a conflict already, so as to
12081 obviate the need for font-lock-multiline, which is unbearably slow with
12082 large conflicts and ciomplex font-lock patterns.
12083 (smerge-remove-props): Remove overlay rather than text-properties.
12084 (smerge-mode): Don't set font-lock-multiline.
12085 Remove overlays when turned off.
12086
12087 2005-08-21 Kim F. Storm <storm@cua.dk>
12088
12089 * ido.el (ido-ignore-item-p): Use save-match-data.
12090 Bind case-fold-search to ido-case-fold locally.
12091
12092 2005-08-20 Richard M. Stallman <rms@gnu.org>
12093
12094 * files.el (normal-mode): If font lock is on, turn it off and on.
12095
12096 * subr.el (replace-regexp-in-string): Doc fix.
12097
12098 * startup.el (command-line-1): Don't suppress startup screen
12099 due to existing processes.
12100
12101 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12102
12103 * progmodes/compile.el (compilation-disable-input): Default to nil.
12104
12105 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12106
12107 * progmodes/compile.el (compilation-disable-input): New defcustom.
12108 (compilation-start): If compilation-disable-input is non-nil, send
12109 EOF to the compilation process.
12110
12111 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12112
12113 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12114 Run the argument of tex-shell-cd-command through
12115 convert-standard-filename, to get the correct style of slashes on
12116 Windows, and enclose the result in quotes, in case the file name
12117 includes whitespace or other special characters.
12118
12119 2005-08-19 Andreas Schwab <schwab@suse.de>
12120
12121 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12122 process.
12123
12124 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12125
12126 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12127
12128 2005-08-18 Kim F. Storm <storm@cua.dk>
12129
12130 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12131
12132 2005-08-18 Richard M. Stallman <rms@gnu.org>
12133
12134 * scroll-lock.el: New file.
12135
12136 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12137
12138 * dired.el (dired-move-to-end-of-filename):
12139 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12140
12141 2005-08-18 Kim F. Storm <storm@cua.dk>
12142
12143 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12144 rather than toggle mode when custom value is nil.
12145 (ido-everywhere): Fix defun doc string.
12146
12147 2005-08-17 Richard M. Stallman <rms@gnu.org>
12148
12149 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12150 as tag instead of "Inviolable".
12151
12152 2005-08-17 Kim F. Storm <storm@cua.dk>
12153
12154 * windmove.el (windmove-coordinates-of-position): Remove.
12155 (windmove-coordinates-of-window-position): Remove.
12156 (windmove-reference-loc): Use posn-at-point instead.
12157
12158 * subr.el (insert-for-yank-1): Doc fix.
12159
12160 * ido.el (ido-enter-matching-directory): Rename from
12161 ido-enter-single-matching-directory. Change `slash' choice to
12162 `only'. Add `first' choice.
12163 (ido-exhibit): Adapt to above changes.
12164
12165 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12166
12167 * Makefile.in: Expand comment about building loaddefs.el.
12168
12169 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12170
12171 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12172 Comment use of defadvice.
12173
12174 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12175
12176 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12177
12178 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12179 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12180 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12181 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12182 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12183 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12184 for backward compatibility for faces that did not appear in the
12185 previous Emacs release.
12186
12187 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12188
12189 2005-08-15 Kim F. Storm <storm@cua.dk>
12190
12191 * emulation/cua-base.el (cua-delete-region): Return t if
12192 deleted region was non-empty.
12193 (cua-replace-region): Inhibit overwrite-mode for
12194 self-insert-command if replaced region was non-empty.
12195 (cua--explicit-region-start, cua--status-string): Make them
12196 buffer-local at top-level...
12197 (cua-mode): ...rather than when mode is enabled.
12198
12199 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12200
12201 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12202 Set t for Emacs 21, 22, and so on.
12203
12204 2005-08-15 David Ponce <david@dponce.com>
12205
12206 * tree-widget.el: Update Commentary header.
12207 (tree-widget-theme): Doc fix.
12208 (tree-widget-space-width): New option.
12209 (tree-widget-image-properties): Look up in the default theme too.
12210 (tree-widget--cursors): Only for images with arrow pointer shape.
12211 (tree-widget-lookup-image): Pointer shape is hand by default.
12212 (tree-widget-icon): Rename generic icon widget from
12213 `tree-widget-control'.
12214 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12215 derive from `tree-widget-icon'.
12216 (tree-widget-handle): Improve default look and feel of the text
12217 representation.
12218 (tree-widget): Rename :*-control properties to :*-icon properties.
12219 Add :action and :help-echo properties.
12220 (tree-widget-after-toggle-functions): Move.
12221 (tree-widget-close-node, tree-widget-open-node): Remove.
12222 (tree-widget-before-create-icon-functions): New hook.
12223 (tree-widget-value-create): Update to allow customization of icons
12224 and nodes at run-time via that new hook.
12225 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12226 (tree-widget-icon-action, tree-widget-icon-help-echo)
12227 (tree-widget-action, tree-widget-help-echo): New functions.
12228
12229 2005-08-15 Kim F. Storm <storm@cua.dk>
12230
12231 * ido.el (ido-buffer-internal): Use with-no-warnings.
12232 (ido-make-merged-file-list): Use while-no-input.
12233
12234 2005-08-15 Richard M. Stallman <rms@gnu.org>
12235
12236 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12237 (flyspell-large-region): Fix doc and custom type.
12238
12239 2005-08-14 Richard M. Stallman <rms@gnu.org>
12240
12241 * files.el (interpreter-mode-alist): Doc fix.
12242
12243 * mail/rmail.el (rmail-nonignored-headers): New variable.
12244 (rmail-clear-headers): Use it.
12245 (rmail-reply): Better handling of mail-followup-to header.
12246
12247 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12248 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12249 don't try to refer to executable-font-lock-keywords.
12250 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12251 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12252 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12253 (sh-mode): Set comment-start-skip, local-abbrev-table,
12254 imenu-case-fold-search.
12255 (sh-set-shell): Don't set them here.
12256 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12257 Don't cache the results in the original alist; don't ever modify
12258 that alist.
12259
12260 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12261
12262 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12263 empty.
12264
12265 2005-08-15 Andreas Schwab <schwab@suse.de>
12266
12267 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12268
12269 * dired.el, info.el, mail/rmail.el: Revert last change.
12270
12271 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12272
12273 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12274 modification in `eval-after-load' form.
12275 * info.el: Likewise.
12276 * mail/rmail.el: Likewise.
12277
12278 2005-08-14 Juri Linkov <juri@jurta.org>
12279
12280 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12281 Remove highlighting of "Compilation started". Highlight only
12282 the word "finished" in "Compilation finished". Add highlighting
12283 of "interrupt", "killed", "terminated" and the exit code.
12284 (compilation-start): Add newline after header. Use exactly the
12285 same time stamp format as the finishing message.
12286 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12287
12288 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12289 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12290 Add highlighting of "interrupt", "killed", "terminated".
12291
12292 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12293 enabled and the current command is self-insert-command, call it
12294 explicitly with overwrite-mode bound to nil, to not allow it
12295 to delete the character after the selected region.
12296
12297 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12298
12299 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12300 move-end-of-line, end-of-line, and beginning-of-line to the list
12301 of commands after which the echo area is updated.
12302
12303 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12304
12305 * cus-edit.el (custom-save-all, custom-save-delete):
12306 Bind recentf-exclude to exclude custom-file.
12307
12308 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12309
12310 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12311 to go to the bottom of the mail message. Added to
12312 `rmail-summary-mode-map' with key "/".
12313 (rmail-summary-show-message): New (internal) function for use by
12314 both `rmail-summary-beginning/end-of-message'.
12315 (rmail-summary-beginning-of-message): Change to use
12316 rmail-summary-show-message.
12317
12318 * mail/rmail.el (rmail-end-of-message): New command to go to the
12319 end of the current message. Added to `rmail-mode-map' with key "/".
12320 (rmail-beginning-of-message): Fix to work as documented.
12321 (rmail-mode): Change documentation.
12322
12323 * progmodes/compile.el (compilation-start): Add the line
12324 "Compilation started" with compilation start time.
12325 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12326
12327 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12328
12329 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12330 of menu items.
12331
12332 2005-08-11 Richard M. Stallman <rms@gnu.org>
12333
12334 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12335
12336 * battery.el (battery-status-function): Don't use ignore-errors.
12337
12338 2005-08-11 Lute Kamstra <lute@gnu.org>
12339
12340 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12341 define-obsolete-variable-alias.
12342
12343 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12344
12345 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12346 (ange-ftp-send-cmd): Revert last change, and expand
12347 the comment explaining the problem.
12348
12349 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12350
12351 * ldefs-boot.el: Update.
12352
12353 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12354 item to "Time, Load and Mail". Change help echo text.
12355
12356 * time.el (display-time-use-mail-icon, display-time-format)
12357 (display-time-string-forms): Shorten first line of docstrings.
12358
12359 2005-08-10 Lars Hansen <larsh@soem.dk>
12360
12361 * desktop.el (desktop-buffer-mode-handlers):
12362 Make non-customizable. Add autoload cookie. Change initial value to
12363 nil; add elements in respective modules instead. Fix doc string.
12364 (desktop-load-file): New function.
12365 (desktop-minor-mode-handlers): New autoloaded variable.
12366 (desktop-create-buffer): Call minor mode handlers.
12367 Use desktop-load-file to load major and minor mode modules prior to
12368 checking for a handler.
12369 (desktop-save): Don't add nil to desktop-minor-modes for minor
12370 modes with nil function in desktop-minor-mode-table. Don't delete
12371 desktop file before rewriting it.
12372 (desktop-locals-to-save): Add autoload cookie. Don't make
12373 automatically buffer-local. Add variables column-number-mode,
12374 size-indication-mode, indent-tabs-mode,
12375 indicate-buffer-boundaries, indicate-empty-lines and
12376 show-trailing-whitespace.
12377 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12378 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12379 (desktop-clear-preserve-buffers-regexp): Delete.
12380 (desktop-clear-preserve-buffers): Update initial value and docstring.
12381 (desktop-save-buffer): Fix doc string.
12382
12383 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12384 (hilit-chg-desktop-restore): New function.
12385 (highlight-changes-mode): Add highlight-changes-mode to
12386 desktop-locals-to-save.
12387
12388 * dired.el: Add handler to desktop-buffer-mode-handlers.
12389 (dired-restore-desktop-buffer): Remove autoload cookie.
12390 (dired-mode): Add autoload cookie.
12391
12392 * info.el: Add handler to desktop-buffer-mode-handlers.
12393 (Info-restore-desktop-buffer): Remove autoload cookie.
12394 (Info-mode): Add autoload cookie.
12395
12396 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12397 (mh-restore-desktop-buffer): Remove autoload cookie.
12398 (mh-folder-mode): Add autoload cookie.
12399
12400 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12401 (rmail-restore-desktop-buffer): Remove autoload cookie.
12402
12403 2005-08-11 Masatake YAMATO <jet@gyve.org>
12404
12405 * hexl.el (hexl-address-region):
12406 (hexl-ascii-region, hexl-font-lock-keywords):
12407 (hexl-highlight-line-range): Use the term "region"
12408 instead of "area" for consistency with the other symbols
12409 defined in hexl.el.
12410
12411 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12412
12413 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12414 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12415 out by Juri Linkov). Add `display-battery-mode'.
12416
12417 2005-08-09 Juri Linkov <juri@jurta.org>
12418
12419 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12420 Remove `-text' from face variable names.
12421 (compilation-error-file-name, compilation-warning-file-name)
12422 (compilation-info-file-name): Delete faces.
12423 (compilation-line-number, compilation-column-number):
12424 Remove face underlining.
12425 (compilation-message-face): Set to `underline' value by default.
12426 (compilation-error-face, compilation-warning-face)
12427 (compilation-info-face): Remove `-file-name' from face names.
12428 (compilation-error-text-face, compilation-warning-text-face)
12429 (compilation-info-text-face): Delete face variables.
12430 (compilation-text-face): Delete function.
12431
12432 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12433 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12434 (grep-error-face): Set to `compilation-error' instead of
12435 `compilation-error-face' (which is redefined to `grep-hit-face' in
12436 grep buffers).
12437 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12438 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12439
12440 * dired-aux.el (dired-do-query-replace-regexp):
12441 Use `query-replace-read-args'.
12442
12443 * replace.el (query-replace-read-from, query-replace-read-to)
12444 (query-replace-read-args): Rename arg `string' to `prompt'.
12445
12446 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12447
12448 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12449
12450 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12451 uploading files.
12452 (ange-ftp-canonize-filename): Handle file names beginning with ~
12453 correctly.
12454
12455 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12456
12457 * textmodes/fill.el (canonically-space-region)
12458 (fill-context-prefix, fill-french-nobreak-p)
12459 (fill-delete-newlines, fill-comment-paragraph)
12460 (justify-current-line): "?\ " -> "?\s".
12461
12462 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12463
12464 * textmodes/fill.el (fill-nonuniform-paragraphs):
12465 Improve argument/docstring consistency.
12466
12467 2005-08-09 Richard M. Stallman <rms@gnu.org>
12468
12469 * textmodes/ispell.el (ispell-word): More fboundp checks.
12470
12471 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12472 (find-file-noselect-1): Call it here, only if RAWFILE.
12473 (normal-mode): Always set some major mode.
12474 (save-some-buffers-action-alist): Change some explanation strings.
12475 (file-name-non-special): In the `quote' method, use unwind-protect.
12476
12477 2005-08-09 Magnus Henoch <mange@freemail.hu>
12478
12479 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12480 (ispell-have-aspell-dictionaries): New variable.
12481 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12482 (ispell-get-aspell-config-value): New function.
12483 (ispell-aspell-find-dictionary): New function.
12484 (ispell-aspell-add-aliases): New function.
12485 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12486 appropriate. Don't look for ispell dictionaries if we use aspell.
12487 (ispell-menu-map): Don't build a submenu of dictionaries.
12488
12489 2005-08-09 Richard M. Stallman <rms@gnu.org>
12490
12491 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12492 (sql-read-passwd): Use read-passwd.
12493
12494 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12495 (idlwave-toolbar-is-possible): Add defvars.
12496
12497 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12498 Avoid warnings.
12499
12500 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12501 (idlwave-system-class-info, idlwave-executive-commands-alist):
12502 Use defvar.
12503
12504 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12505
12506 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12507 Avoid warnings.
12508
12509 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12510 and content-type: headers.
12511
12512 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12513
12514 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12515 and rename some of them to be more self-explanatory.
12516
12517 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12518
12519 * startup.el (command-line-1): Implement -scriptload.
12520
12521 * replace.el (occur-engine): Initial *Occur* output not undoable.
12522
12523 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12524 and improve help strings.
12525
12526 * isearch.el (isearch-repeat): When changing direction,
12527 mark search successful.
12528
12529 * ediff-init.el: Use (featurep 'xemacs).
12530
12531 * comint.el (send-invisible): Identify buffer, if not selected.
12532
12533 * align.el: Delete autoload for c-guess-basic-syntax.
12534
12535 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12536
12537 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12538 Improve argument/docstring consistency. Doc fixes.
12539 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12540 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12541 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12542 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12543 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12544 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12545 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12546 Defvar at compile time.
12547
12548 2005-08-09 Juri Linkov <juri@jurta.org>
12549
12550 * info.el: Replace `info' with upper-case `Info' where appropriate.
12551 (info-title-1, info-title-2, info-title-3, info-title-4)
12552 (info-menu-header): Move up face definitions.
12553 (info-menu-star): Rename from `info-menu-5'.
12554 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12555 (Info-fontify-visited-nodes): Fix docstring.
12556 (Info-hide-note-references): Fix docstring.
12557 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12558 menu items in the same way as on cross-references.
12559 (info-apropos): Fix sorting order and formatting to be like in the
12560 stand-alone Info browser. Display error messages for 1 sec.
12561 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12562 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12563 from the menu bar.
12564 (Info-insert-dir): Restore point after calling
12565 `insert-buffer-substring'.
12566
12567 2005-08-08 Richard M. Stallman <rms@gnu.org>
12568
12569 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12570 (recompute-lucid-menubar): Add defvars.
12571
12572 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12573
12574 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12575
12576 * net/net-utils.el (run-dig): Rename from `dig'.
12577
12578 * play/gametree.el (gametree-mode): Use make-local-variable,
12579 not make-variable-buffer-local.
12580
12581 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12582
12583 * ansi-color.el (ansi-color-make-extent)
12584 (ansi-color-set-extent-face): Use fboundp, not functionp.
12585
12586 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12587 not make-variable-buffer-local.
12588
12589 * bookmark.el (Info-current-file): Add defvar.
12590 (bookmark-jump-noselect): Use with-no-warnings.
12591
12592 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12593
12594 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12595
12596 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12597
12598 * find-file.el (ada-procedure-start-regexp)
12599 (ada-package-start-regexp): Add defvars.
12600
12601 * info.el (Info-insert-dir): Use insert-buffer-substring.
12602
12603 * xml.el (xml-att-def-re): Add defvar.
12604
12605 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12606 calling convention.
12607
12608 * subr.el (while-no-input): Return t if there is input.
12609
12610 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12611
12612 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12613
12614 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12615
12616 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12617 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12618
12619 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12620
12621 * cmuscheme.el (scheme-start-file): Replace reference to
12622 `user-emacs-directory' by "~/.emacs.d/".
12623
12624 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12625
12626 * info.el (Info-dir-remove-duplicates): Avoid case folding
12627 in loop; instead, keep downcased strings for comparison.
12628 Suggested by Helmut Eller.
12629
12630 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12631
12632 Sync with Tramp 2.0.50.
12633
12634 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12635 XEmacs case; not necessary anymore.
12636 (tramp-user-regexp): Allow "@" as part of user name.
12637 (tramp-handle-set-visited-file-modtime)
12638 (tramp-handle-insert-file-contents)
12639 (tramp-handle-write-region): No special handling for
12640 `last-coding-system-used, because this is done in
12641 `tramp-accept-process-output' now.
12642 (tramp-accept-process-output): New defun.
12643 (tramp-process-one-action, tramp-process-one-multi-action)
12644 (tramp-wait-for-regexp, tramp-wait-for-output)
12645 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12646 Howells <dhowells@redhat.com>.
12647 (clear-visited-file-modtime): Defadvice removed. The check for
12648 unset buffer's modtime does not need to be based on
12649 `tramp-buffer-file-attributes'. Suggested by RMS.
12650 (tramp-message): Insert "\n" if not being at beginning of line.
12651 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12652 sequence with same logic.
12653 (tramp-completion-handle-expand-file-name): Discard call of
12654 `tramp-drop-volume-letter'. It is not necessary, and there have
12655 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12656 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12657 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12658 should always be visible.
12659 (tramp-handle-insert-directory, tramp-setup-complete)
12660 (tramp-set-process-query-on-exit-flag)
12661 (tramp-append-tramp-buffers): Pacify byte-compiler.
12662 (tramp-bug): Delete non-existing variables from list.
12663 Apply `tramp-load-report-modules' as pre-hook.
12664 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12665 `shell-prompt-pattern' because of non-7bit characters.
12666 Reported by Sebastian Luque <sluque@mun.ca>.
12667 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12668 (tramp-match-string-list): Remove function.
12669 (tramp-wait-for-regexp): Remove call of that function.
12670 Suggested by Kim F. Storm <storm@cua.dk>.
12671 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12672 instead of octal character code ?\600. The latter resulted in a
12673 syntax error with XEmacs.
12674
12675 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12676 XEmacs case; not necessary anymore.
12677 (tramp-smb-handle-write-region): No special handling for
12678 `last-coding-system-used, because this is done in
12679 `tramp-accept-process-output' now.
12680 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12681
12682 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12683
12684 * wid-edit.el (widget-choice-value-create):
12685 Unconditionally respect user choice. Set :explicit-choice back to nil
12686 when no longer needed.
12687 (widget-choice-action): Unconditionally respect user choice.
12688 Eliminate :explicit-choice-value.
12689
12690 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12691
12692 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12693 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12694 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12695 running new function `toggle-indicate-empty-lines'.
12696 Rename "Customize" item to "Customize fringe".
12697 Rename "Indicators" item to "Buffer boundaries" and change help echo.
12698 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12699 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12700 Delete "Empty lines only" item.
12701 (menu-bar-showhide-fringe-ind-customize): New function.
12702 (menu-bar-showhide-fringe-ind-mixed)
12703 (menu-bar-showhide-fringe-ind-box)
12704 (menu-bar-showhide-fringe-ind-right)
12705 (menu-bar-showhide-fringe-ind-left)
12706 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12707 instead of `fringe-indicators'.
12708
12709 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12710
12711 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12712 Change the date of last update.
12713
12714 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12715
12716 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12717 (viper-exec-yank, viper-put-back): Don't display modification msg
12718 if in the minibuffer.
12719
12720 * viper-init.el (viper-replace-overlay-cursor-color)
12721 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12722 Make variables frame local.
12723
12724 * viper-util.el (viper-append-filter-alist): Use append instead of
12725 nconc.
12726
12727 * viper.el (viper-vi-state-mode-list)
12728 (viper-emacs-state-mode-list): Move help-mode and
12729 completion-list-mode from the first list to the second.
12730 (viper-mode): Docstring.
12731 (viper-go-away, viper-non-hook-settings): Don't localize
12732 minor-mode-alist in newer Emacsen. Add advice to
12733 set-cursor-color. Don't bind "\C-c\\".
12734
12735 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
12736
12737 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12738 (scheme-macro-expand-command): New user options.
12739 (scheme-trace-procedure, scheme-expand-current-form): New commands.
12740 (scheme-form-at-point, scheme-start-file)
12741 (scheme-interactively-start-process): New functions.
12742 (scheme-get-process): New function, extracted from `scheme-proc'.
12743 (run-scheme): Call `scheme-start-file' to get start file, and pass
12744 it to `make-comint'.
12745 (switch-to-scheme, scheme-proc):
12746 Call `scheme-interactively-start-process' if no Scheme buffer/process
12747 is available.
12748
12749 2005-08-06 Juri Linkov <juri@jurta.org>
12750
12751 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12752 Use `compilation-text-face', `compilation-info-text-face' and
12753 `compilation-error-text-face' instead of `font-lock-keyword-face'.
12754 (compilation-error): New face.
12755 (compilation-error-file-name): Inherit from
12756 `compilation-error' instead of `font-lock-warning-face'.
12757 (compilation-warning-file-name): Inherit from
12758 `compilation-warning' instead of `font-lock-warning-face'.
12759 (compilation-info, compilation-error-file-name)
12760 (compilation-warning-file-name, compilation-info-file-name)
12761 (compilation-line-number, compilation-column-number): Doc fix.
12762 (compilation-error-text-face, compilation-warning-text-face)
12763 (compilation-info-text-face): New face variables.
12764 (compilation-line-face, compilation-column-face)
12765 (compilation-enter-directory-face)
12766 (compilation-leave-directory-face): Doc fix.
12767 (compilation-text-face): New function.
12768
12769 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12770 instead of 1 to display binary file names as info file links.
12771 (grep-error-face): Use `compilation-error-face' instead of
12772 `font-lock-keyword-face'.
12773 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12774 and `compilation-warning-text-face' instead of
12775 `font-lock-keyword-face'. Use `compilation-error-text-face'
12776 instead of `grep-error-face'.
12777
12778 2005-08-05 Kenichi Handa <handa@m17n.org>
12779
12780 * international/code-pages.el: Add autoload cookies for all coding
12781 systems.
12782
12783 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
12784
12785 * cus-start.el (all): Put undo.c where it alphabetically belongs.
12786
12787 2005-08-04 Juri Linkov <juri@jurta.org>
12788
12789 * progmodes/compile.el (compilation-mode-map):
12790 * progmodes/grep.el (grep-mode-map):
12791 Bind TAB to `compilation-next-error' and [backtab] to
12792 `compilation-previous-error'.
12793
12794 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12795 matching line numbers, column numbers and their ranges with regexp
12796 matching only line numbers.
12797 (grep-context-face): New face variable.
12798 (grep-mode-font-lock-keywords): Use it.
12799
12800 * faces.el (read-face-name): Delete duplicate faces.
12801
12802 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
12803
12804 * thumbs.el (thumbs-find-image): Don't make variables
12805 automatically buffer local.
12806 (thumbs-current-tmp-filename, thumbs-current-image-filename)
12807 (thumbs-image-num): Make automatically buffer local.
12808 (thumbs-show-thumbs-list): Use `make-local-variable', not
12809 `make-variable-buffer-local'.
12810 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12811
12812 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12813 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12814 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12815 (bother, bye, canyou, chatlst, continue, deathlst, describe)
12816 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12817 (feelings-about, foullst, found, hello, history, howareyoulst)
12818 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12819 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12820 (neglst, obj, object, owner, please, problems, qlist)
12821 (random-adjective, relation, remlst, repetitive-shortness)
12822 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12823 (shortlst, something, sportslst, stallmanlst, states, subj)
12824 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12825 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12826 Defvar at compile time.
12827
12828 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12829 not `make-variable-buffer-local'.
12830
12831 2005-08-02 Kim F. Storm <storm@cua.dk>
12832
12833 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12834 rectangle overlay in selected window.
12835
12836 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
12837
12838 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12839 instead of display group. Make `indicate-buffer-boundaries'
12840 customizable through Custom.
12841
12842 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
12843
12844 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12845 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12846 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12847 (gdb-put-string): Fix typos in docstrings.
12848
12849 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
12850
12851 Update copyright notices of files in progmodes directory for
12852 release of Emacs 22.1.
12853
12854 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12855
12856 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12857 Don't barf if the GUD buffer has been killed.
12858
12859 2005-08-01 Kim F. Storm <storm@cua.dk>
12860
12861 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12862
12863 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
12864
12865 * simple.el (next-error-follow-minor-mode):
12866 make-variable-buffer-local -> make-local-variable.
12867
12868 * emacs-lisp/cl-extra.el: Require CL also when compiling.
12869
12870 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12871 (byte-compile-form-make-variable-buffer-local): New functions to warn
12872 about misuses of make-variable-buffer-local where make-local-variable
12873 was meant.
12874
12875 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
12876
12877 * bs.el (bs-attributes-list): Doc fix.
12878 (bs): Update url-link.
12879
12880 * desktop.el (desktop-save-buffer): Fix typos in docstring.
12881 (desktop-load-default): Simplify.
12882
12883 * ibuffer.el (ibuffer-columnize-and-insert-list)
12884 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12885 (ibuffer-unmark-all, ibuffer-toggle-marks)
12886 (ibuffer-unmark-forward, ibuffer-unmark-backward)
12887 (ibuffer-compile-make-format-form, ibuffer-format-column)
12888 (ibuffer-current-buffers-with-marks)
12889 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12890 (ibuffer): Doc fix.
12891 (ibuffer-mode): Fix typo in docstring.
12892 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12893 with `define-obsolete-variable-alias'.
12894 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
12895
12896 2005-07-29 Kenichi Handa <handa@m17n.org>
12897
12898 * international/mule-cmds.el (select-message-coding-system):
12899 Be sure to use LF for end-of-line. If no coding system is decided,
12900 return iso-8859-1-unix.
12901
12902 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
12903
12904 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12905 (ange-ftp-pending-error-line): New vars.
12906 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12907 to handle the non-fatal no-route-to-host messages.
12908 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12909
12910 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
12911
12912 * isearch.el (isearch-mode-map, isearch-other-meta-char)
12913 (isearch-quote-char, isearch-printing-char)
12914 (isearch-text-char-description): "?\ " -> "?\s".
12915 (isearch-lazy-highlight-cleanup)
12916 (isearch-lazy-highlight-initial-delay)
12917 (isearch-lazy-highlight-interval)
12918 (isearch-lazy-highlight-max-at-a-time)
12919 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
12920 Declare with define-obsolete-*-alias macros.
12921 (isearch-forward): Fix typo in docstring.
12922 (search-invisible, search-ring-yank-pointer)
12923 (regexp-search-ring-yank-pointer): Doc fixes.
12924
12925 * recentf.el (recentf-menu-append-commands-p): Declare with
12926 `define-obsolete-variable-alias'.
12927 (recentf-max-saved-items, recentf-menu-filter)
12928 (recentf-arrange-by-rule-subfilter): Doc fixes.
12929 (recentf-menu-append-commands-flag)
12930 (recentf-initialize-file-name-history, recentf-expand-file-name)
12931 (recentf-clear-data): Fix typos in docstrings.
12932
12933 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
12934
12935 * progmodes/gdb-ui.el: Smarten comments.
12936 (gdb-info-breakpoints-custom): Use nowarn when finding file.
12937
12938 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12939
12940 * term/apollo.el (terminal-init-apollo): New function containing
12941 all former top level forms in the file.
12942 * term/bobcat.el (terminal-init-bobcat):
12943 * term/cygwin.el (terminal-init-cygwin):
12944 * term/iris-ansi.el (terminal-init-iris-ansi):
12945 * term/linux.el (terminal-init-linux):
12946 * term/news.el (terminal-init-news):
12947 * term/rxvt.el (terminal-init-rxvt):
12948 * term/sun.el (terminal-init-sun):
12949 * term/tvi970.el (terminal-init-tvi970):
12950 * term/vt100.el (terminal-init-vt100):
12951 * term/vt102.el (terminal-init-vt102):
12952 * term/vt125.el (terminal-init-vt125):
12953 * term/vt200.el (terminal-init-vt200):
12954 * term/vt201.el (terminal-init-vt201):
12955 * term/vt220.el (terminal-init-vt220):
12956 * term/vt240.el (terminal-init-vt240):
12957 * term/vt300.el (terminal-init-vt300):
12958 * term/vt320.el (terminal-init-vt320):
12959 * term/vt400.el (terminal-init-vt400):
12960 * term/vt420.el (terminal-init-vt420):
12961 * term/wyse50.el (terminal-init-wyse50):
12962 * term/xterm.el (terminal-init-xterm): Likewise.
12963
12964 * term/README: Describe the terminal-init-* functionality.
12965
12966 * startup.el (command-line): After loading the terminal initialization
12967 file call the corresponding terminal initialization function.
12968
12969 2005-07-27 Kenichi Handa <handa@m17n.org>
12970
12971 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
12972 negative.
12973
12974 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
12975 (ps-mule-composition-prologue): Fix for the case that
12976 RelativeCompose is false.
12977
12978 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12979
12980 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
12981
12982 * descr-text.el (describe-char): Handle the case where the list of
12983 chars is displayed in a separate frame.
12984 Be a bit more discriminating when looking for the char.
12985
12986 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
12987
12988 * bookmark.el (bookmark-automatically-show-annotations)
12989 (bookmark-read-annotation-text-func): Doc fixes.
12990 (bookmark-save): Improve argument/docstring consistency.
12991 (bookmark-get-bookmark, bookmark-get-bookmark-record)
12992 (bookmark-alist-from-buffer)
12993 (bookmark-upgrade-file-format-from-0)
12994 (bookmark-grok-file-format-version)
12995 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
12996 (bookmark-read-annotation-mode)
12997 (bookmark-insert-current-bookmark, bookmark-jump)
12998 (bookmark-exit-hook): Fix typos in docstrings.
12999 (bookmark-exit-hooks): Define as obsolete alias.
13000 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
13001 not `bookmark-exit-hooks'. Fix docstring.
13002 (bookmark-bmenu-select): "?\ " -> "?\s".
13003
13004 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
13005
13006 * startup.el (command-line): Fix typo.
13007
13008 2005-07-24 Richard M. Stallman <rms@gnu.org>
13009
13010 * tooltip.el (tooltip-mode): Test emacs-basic-display,
13011 not emacs-quick-startup.
13012
13013 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
13014
13015 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13016 (reb-next-match, reb-show-subexp): Use `with-selected-window'
13017 instead of `reb-with-current-window'.
13018 (reb-prev-match): Likewise. Also, don't move left if the search
13019 was unsuccessful.
13020 (reb-initialize-buffer): New function.
13021 (re-builder, reb-change-syntax): Use it.
13022
13023 * man.el (Man-goto-page): Make second argument NOERROR optional.
13024
13025 2005-07-23 Richard M. Stallman <rms@gnu.org>
13026
13027 * man.el (Man-bgproc-sentinel): Check here for failure to find
13028 any man page in the output, and report the error here.
13029 (Man-arguments): Make it permanent local.
13030 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
13031 (Man-mode): Pass t for NOERROR.
13032
13033 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
13034 (grep-mode-font-lock-keywords):
13035 Don't use compilation-...-face for messages that are not file names.
13036
13037 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13038 Don't use compilation-...-face for messages that are not file names.
13039
13040 2005-07-22 Juri Linkov <juri@jurta.org>
13041
13042 * startup.el (normal-splash-screen): Update menu name.
13043
13044 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13045
13046 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13047
13048 * term/xterm.el: Load term/rxvt if the terminal is actually an
13049 rxvt terminal.
13050 (xterm-rxvt-set-background-mode): Remove, not used anymore.
13051
13052 * term/rxvt.el (function-key-map): Use substitute-key-definition
13053 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
13054
13055 * term/cygwin.el: New file.
13056
13057 2005-07-22 Kim F. Storm <storm@cua.dk>
13058
13059 * image-file.el (insert-image-file, image-file-yank-handler):
13060 Fix last change to maintain a (unique) yank-handler on yanked images.
13061
13062 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
13063
13064 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13065 of the file size (as in "177B" for 177 bytes). This happens with
13066 "ls -lh" on FreeBSD.
13067
13068 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
13069
13070 * hilit-chg.el (highlight-changes-global-initial-state)
13071 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13072 (hilit-chg-fixup, highlight-changes-mode):
13073 Fix typos in docstrings.
13074 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13075 Doc fixes.
13076
13077 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13078
13079 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13080 mode function using `eval-after-load'.
13081
13082 2005-07-21 Kim F. Storm <storm@cua.dk>
13083
13084 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13085 included when reporting an emacs crash, and tell about the DEBUG file.
13086
13087 * image-file.el (insert-image-file): Add yank-handler.
13088 (image-file-yank-handler): Yank handler to make unique copies of
13089 images when they are yanked into a buffer next to each other.
13090
13091 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13092
13093 * comint.el (comint-use-prompt-regexp, comint-send-input)
13094 (comint-source-default, comint-extract-string)
13095 (comint-get-source, comint-word, comint-completion)
13096 (comint-source, comint-prompt-read-only, comint-update-fence):
13097 Fix typos in docstrings.
13098 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13099 Declare with define-obsolete-*-alias macros.
13100 (comint-previous-matching-input-from-input)
13101 (comint-next-matching-input-from-input)
13102 (comint-previous-matching-input, comint-next-matching-input)
13103 (comint-forward-matching-input):
13104 Improve argument/docstring consistency.
13105
13106 * desktop.el (desktop-clear-preserve-buffers-regexp):
13107 Also preserve the *server* buffer.
13108
13109 * simple.el (clone-indirect-buffer): Doc fix.
13110 (fixup-whitespace, just-one-space)
13111 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13112 (next-error, next-error-highlight)
13113 (next-error-highlight-no-select, next-error-last-buffer)
13114 (next-error-buffer-p, next-error-find-buffer, next-error)
13115 (previous-error, next-error-no-select, previous-error-no-select)
13116 (open-line, split-line, minibuffer-prompt-width, kill-new)
13117 (binary-overwrite-mode): Fix typos in docstrings.
13118 (set-fill-column): Fix typo in message.
13119
13120 * skeleton.el (skeleton-proxy-new): Doc fix.
13121
13122 * strokes.el (strokes-load-hook): Doc fix.
13123 (strokes-grid-resolution, strokes-get-grid-position)
13124 (strokes-renormalize-to-grid, strokes-read-stroke)
13125 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13126 (strokes-global-map): Fix typos in docstrings.
13127 (strokes-help): Doc fix. Fix help message and pass it through
13128 `substitute-command-keys'.
13129
13130 * tempo.el (tempo-insert-prompt, tempo-interactive)
13131 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13132 (tempo-insert-string-functions, tempo-local-tags)
13133 (tempo-define-template, tempo-insert-template)
13134 (tempo-insert-prompt-compat, tempo-is-user-element)
13135 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13136 Fix typos in docstrings.
13137
13138 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13139 (vcursor-key-bindings, vcursor-use-vcursor-map)
13140 (vcursor-find-window, vcursor-scroll-down)
13141 (vcursor-disable, vcursor-beginning-of-buffer)
13142 (vcursor-end-of-buffer): Fix typos in docstrings.
13143 (vcursor-relative-move, vcursor-get-char-count):
13144 Improve argument/docstring consistency.
13145
13146 * version.el: "?\ " -> "?\s".
13147
13148 * wid-edit.el (widget-default-create, widget-after-change)
13149 (widget-default-format-handler, widget-checklist-add-item)
13150 (widget-radio-add-item, widget-choose, widget-specify-secret)
13151 (widget-field-value-create, widget-field-value-get)
13152 (widget-editable-list-format-handler)
13153 (widget-editable-list-entry-create, widget-group-value-create)
13154 (widget-documentation-link-add)
13155 (widget-documentation-string-value-create): "?\ " -> "?\s".
13156 (widget-convert-text): Doc fix.
13157 (widget-narrow-to-field, widget-field-find)
13158 (widget-url-link-action, widget-emacs-library-link-action)
13159 (widget-color-notify): Fix typos in docstrings.
13160
13161 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13162 (x-select-text, set-w32-system-coding-system)
13163 (w32-add-charset-info): Fix typos in docstrings.
13164
13165 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13166 (cua-enable-cua-keys, cua-use-hyper-key)
13167 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13168 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13169
13170 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13171
13172 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13173 `defalias' instead of faking it.
13174
13175 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13176 (eshell-ls-missing, eshell-ls-dired-initial-args)
13177 (eshell-ls-use-in-dired): Fix typos in docstrings.
13178
13179 2005-07-20 Kim F. Storm <storm@cua.dk>
13180
13181 * emulation/cua-base.el (cua-mode): Improve doc string.
13182
13183 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13184
13185 * abbrev.el (expand-region-abbrevs): Doc fix.
13186 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13187 Improve argument/docstring consistency.
13188
13189 * arc-mode.el (archive-get-descr, archive-alternate-display):
13190 Doc fixes.
13191 (archive-l-e): Improve argument/docstring consistency.
13192 (archive-tmpdir, archive-unixdate, archive-unixtime)
13193 (archive-chmod-entry): Fix typos in docstrings.
13194 (archive-unflag, archive-unflag-backwards)
13195 (archive-unmark-all-files): "?\ " -> "?\s".
13196
13197 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13198 (Buffer-menu-not-modified, Buffer-menu-execute)
13199 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13200 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13201
13202 * composite.el (compose-string, encode-composition-rule)
13203 (compose-last-chars): Fix typos in docstrings.
13204
13205 * desktop.el (desktop-enable, desktop-basefilename):
13206 Declare with `define-obsolete-variable-alias'.
13207 (desktop-internal-v2s): Don't quote keywords.
13208 (desktop-clear): "?\ " -> "?\s".
13209
13210 * dired.el (dired-align-file, dired-flag-backup-files)
13211 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13212 (dired-listing-switches, dired-ls-F-marks-symlinks)
13213 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13214 (dired-directory, dired-faces, dired, dired-revert)
13215 (dired-mode, dired-summary, dired-view-file)
13216 (dired-copy-filename-as-kill, dired-delete-file)
13217 (dired-no-confirm, dired-unmark-all-marks)
13218 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13219 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13220 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13221 Fix typos in message strings.
13222
13223 * dired-x.el (virtual-dired): Declare with `defalias'.
13224 (dired-mark-unmarked-files, dired-local-variables-file)
13225 (dired-omit-here-always): Doc fix.
13226 (dired-omit-mode, dired-find-subdir)
13227 (dired-enable-local-variables, dired-clean-up-buffers-too)
13228 (dired-extra-startup, dired-mark-extension, dired-jump)
13229 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13230 (dired-smart-shell-command, dired-guess-shell-alist-user)
13231 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13232 (dired-x-bind-find-file, dired-x-submit-report):
13233 Fix typos in docstrings.
13234 (dired-mark-unmarked-files): "?\ " -> "?\s".
13235
13236 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13237
13238 * faces.el (describe-face): "?\ " -> "?\s".
13239 (read-all-face-attributes, read-face-font, modify-face)
13240 (face-attr-construct, italic): Fix typos in docstrings.
13241 (frame-update-face-colors): Declare with
13242 `define-obsolete-function-alias'.
13243
13244 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13245 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13246 (magic-mode-alist, buffer-file-numbers-unique)
13247 (write-file-functions, get-free-disk-space):
13248 Fix typos in docstrings.
13249 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13250 (write-contents-hooks, write-file-hooks):
13251 Declare with `define-obsolete-variable-alias'.
13252
13253 * forms-d2.el (arch-rj): Fix typo in docstrings.
13254 (arch-tocol): Likewise. "?\ " -> "?\s".
13255
13256 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13257 Fix typo in docstring.
13258 (set-screen-width, set-screen-height): Delete redundant info in
13259 doctrings.
13260 (new-frame, screen-height, screen-width): Declare with
13261 `define-obsolete-function-alias'.
13262 (delete-frame-hook, blink-cursor): Declare with
13263 `define-obsolete-variable-alias'.
13264
13265 * paths.el (prune-directory-list): Fix typos in docstring.
13266
13267 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13268 (cvs-prefix-get): Fix typos in docstrings.
13269
13270 * ps-print.el (ps-extend-face-list, ps-extend-face)
13271 (ps-print-background-image): Fix typos in docstrings.
13272 (ps-default-fg, ps-default-bg): Doc fixes.
13273
13274 * s-region.el (s-region-bind): Doc fix.
13275 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13276
13277 * textmodes/org.el (org-table-formula-substitute-names)
13278 (org-table-get-vertical-vector): Doc fixes.
13279 (org-table-recalculate): Remove unused argument to `message'.
13280
13281 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13282
13283 * textmodes/org.el (org-table-column-names)
13284 (org-table-column-name-regexp)
13285 (org-table-named-field-locations): New variables.
13286 (org-archive-subtree): Protect `this-command' when calling
13287 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13288 the kill buffer.
13289 (org-complete): Remove fixed-formula completion.
13290 (org-edit-formulas-map): New variable.
13291 (org-table-edit-formulas): New command.
13292 (org-finish-edit-formulas, org-abort-edit-formulas)
13293 (org-show-variable, org-table-get-vertical-vector): New functions.
13294 (org-table-maybe-eval-formula): Handle `:=' fields.
13295 (org-table-get-stored-formulas, org-table-store-formulas)
13296 (org-table-get-formula, org-table-modify-formulas)
13297 (org-table-replace-in-formulas): Handle named field formulas.
13298 (org-table-get-specials): Store locations of named fields.
13299
13300 2005-07-19 Juri Linkov <juri@jurta.org>
13301
13302 * progmodes/grep.el (grep-regexp-alist)
13303 (grep-mode-font-lock-keywords, grep-process-setup):
13304 Use default GNU grep match color "01;31m" instead of "01;41m".
13305 (grep-regexp-alist, grep-mode-font-lock-keywords):
13306 Use `\\[[0-9]*m' instead of `\\[00m'.
13307 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13308 sgr_start where its handling is more important. Use the real
13309 length of sgr_start instead of constant 8.
13310 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13311 specially. Delete all remaining escape sequences.
13312 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13313 (grep-regexp-alist): Make hyperlink only for binary file name
13314 instead of the whole line.
13315 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13316 (grep-mode): Add autoload.
13317
13318 * emacs-lisp/find-func.el (find-function-regexp):
13319 Add `define-compilation-mode'.
13320
13321 2005-07-19 Juri Linkov <juri@jurta.org>
13322
13323 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13324 (compare-windows-sync-string-size, compare-windows-recenter)
13325 (compare-windows-highlight, compare-windows): Add version 22.1.
13326 (compare-windows) <defface>: Inherit from lazy-highlight instead
13327 of duplicating its default value.
13328
13329 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13330 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13331
13332 * descr-text.el (describe-char): Create link buttons for `charset'
13333 and `code point'. Add the current input method name with a link
13334 button to `to input' field. Print face names of display table
13335 characters in `The display table entry is displayed by' section
13336 instead of printing face-id in the `display' field.
13337 Guess hardcoded faces and create a link button for them.
13338 Skip empty fields when calculating max-width.
13339 Treat `widget-create' specially while inserting strings from the
13340 collected field list.
13341 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13342
13343 * diff-mode.el (diff-file-header): Change foreground color from
13344 yellow to green on light backgrounds.
13345 (diff-context): Inherit from `shadow' only for color/grayscale
13346 with more than 88 colors.
13347 (diff-indicator-removed, diff-indicator-added)
13348 (diff-indicator-changed): New faces.
13349 (diff-font-lock-keywords): Use new faces. Regroup rules.
13350 Add "^---$" for `normal' diff format. Fontify `#' lines with
13351 font-lock-comment-delimiter-face and font-lock-comment-face.
13352 Add `#' to ^[^...] in the rule for `diff-context-face'.
13353
13354 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13355 a button-like box. Inherit from `highlight' on low colors.
13356 (shadow): Use shades of gray only for color/grayscale with
13357 more than 88 colors. Use green for light backgrounds with
13358 8 colors, and yellow for dark backgrounds with 8 colors.
13359
13360 * font-lock.el (font-lock-regexp-grouping-backslash):
13361 Don't inherit from escape-glyph (use bold for all cases).
13362
13363 * info.el (info-xref-visited): Use light foreground color `violet'
13364 for dark backgrounds instead of dark color `magenta3'.
13365 (info-title-1): Use `yellow' color for dark backgrounds.
13366
13367 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13368 too-light magenta2.
13369
13370 * replace.el (match): Use slightly more light RoyalBlue3 instead
13371 of dark RoyalBlue4.
13372
13373 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13374
13375 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13376
13377 * novice.el (disabled-command-hook): Declare it with
13378 `define-obsolete-variable-alias'.
13379
13380 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13381 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13382 (desktop-load-default): Add release to obsolescence info.
13383 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13384 (desktop-append-buffer-args, desktop-read):
13385 Fix typos in docstrings.
13386 (desktop-kill): Fix typo in message.
13387 (desktop-save): Doc fix.
13388
13389 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13390
13391 * viper-cmd.el (viper-escape-to-state): Bug fix.
13392 (viper-envelop-ESC-key): Change the definition of fast
13393 keysequence so it'll work with keyboard macros.
13394
13395 * ediff.el (ediff-patch-buffer): Change the docstring.
13396
13397 2005-07-19 Kenichi Handa <handa@m17n.org>
13398
13399 * international/mule-cmds.el (select-safe-coding-system): Try to
13400 use an auto-coding (if any) before anything else. If the found
13401 auto-coding is invalid, show a warning message.
13402
13403 * international/mule.el (find-auto-coding): New function created
13404 by modifying the body of set-auto-coding.
13405 (set-auto-coding): Use find-auto-coding to find a coding.
13406
13407 2005-07-18 Richard M. Stallman <rms@gnu.org>
13408
13409 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13410 not isearch-mode-end-hook-error.
13411 (allout-before-change-protect): Fix error message.
13412
13413 2005-07-18 Juri Linkov <juri@jurta.org>
13414
13415 * allout.el (allout-mode):
13416 * calculator.el (calculator-copy):
13417 * custom.el (custom-known-themes):
13418 * dired.el (dired-desktop-buffer-misc-data)
13419 (dired-restore-desktop-buffer):
13420 * dired-x.el (dired-omit-marker-char):
13421 * files.el (basic-save-buffer):
13422 * font-core.el (font-lock-mode):
13423 * calendar/calendar.el (calendar-goto-hebrew-date)
13424 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13425 (calendar-goto-persian-date):
13426 * language/ethio-util.el (ethio-sera-to-fidel-region):
13427 * textmodes/picture.el (picture-mode):
13428 Delete duplicate duplicate words.
13429
13430 2005-07-18 Juri Linkov <juri@jurta.org>
13431
13432 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13433 chars * ? } |.
13434 (isearch-fallback): Don't call `isearch-process-search-char'.
13435 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13436 (isearch-process-search-char): Call `isearch-fallback' for regexp
13437 chars * ? } |.
13438 (isearch-return-char): Make obsolete with `make-obsolete' instead
13439 of simply documenting it as obsolete in the docstring.
13440 (isearch-fallback): Refill docstring.
13441
13442 * international/isearch-x.el
13443 (isearch-process-search-multibyte-characters): Remove unneeded
13444 `concat'. Add intermediate values to `junk-hist' instead of
13445 `minibuffer-history'. Test the length of `str'.
13446
13447 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13448
13449 * allout.el (allout-resolve-xref): Fix typos in error strings.
13450 (allout-before-change-protect): Remove unneeded `concat'.
13451
13452 * array.el (array-mode, array-reconfigure-rows)
13453 (untabify-backward): Fix typos in docstrings.
13454 (array-reconfigure-rows): Use `insert-buffer-substring', not
13455 `insert-buffer'.
13456
13457 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13458 * progmodes/ada-mode.el (ada-make-body):
13459 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13460
13461 * dired.el (dired-log):
13462 * tar-mode.el (tar-subfile-save-buffer):
13463 * play/zone.el (zone-pgm-stress-destress):
13464 Use `insert-buffer-substring', not `insert-buffer'.
13465
13466 2005-07-17 Simon Josefsson <jas@extundo.com>
13467
13468 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13469
13470 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13471
13472 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13473 Add plain auth method.
13474 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13475
13476 2005-07-17 Kim F. Storm <storm@cua.dk>
13477
13478 * ido.el (dired-other-window): Add ido property.
13479
13480 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13481
13482 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13483 Fix typo in docstring.
13484 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13485 `insert-file-literally'.
13486
13487 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13488 info and delete redundant message. Doc fix.
13489 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13490 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13491
13492 2005-07-16 Richard M. Stallman <rms@gnu.org>
13493
13494 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13495 (byte-compile-and): Use byte-compile-and-recursion.
13496 (byte-compile-or-recursion): New function.
13497 (byte-compile-or): Use that.
13498 (byte-compile-if): Guard the else-clause too.
13499 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13500
13501 * isearch.el (isearch-mode-end-hook-quit): New variable.
13502 (isearch-done): Bind it.
13503 (isearch-mode-end-hook): Doc fix.
13504
13505 * allout.el (allout-isearch-did-quit): Variable deleted.
13506 (allout-real-isearch-abort): Function name no longer used.
13507 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13508 (allout-isearch-rectification): isearch-mode always exists.
13509 Don't set allout-isearch-did-quit.
13510 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13511 allout-isearch-did-quit.
13512 (allout-enwrap-isearch): Just add the hook.
13513 (allout-isearch-abort): Function deleted.
13514 (allout-pre-command-business): Avoid warning.
13515
13516 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13517 Correctly avoid warnings.
13518 (pascal-outline): Likewise.
13519
13520 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13521
13522 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13523
13524 * play/tetris.el (tetris-mode): Avoid warning.
13525
13526 * play/snake.el (snake-mode): Avoid warning.
13527
13528 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13529 (gamegrid-set-display-table): Avoid warning.
13530 (gamegrid-set-timer): Likewise.
13531 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13532 (gamegrid-add-score-with-update-game-score-1): Take FILE
13533 as argument.
13534 (gamegrid-add-score-with-update-game-score): Pass that argument.
13535 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13536
13537 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13538
13539 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13540 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13541
13542 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13543 and insert-file.
13544
13545 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13546 (sc-ask): Avoid warnings.
13547
13548 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13549 (eshell-hist-initialize): Use that var the natural way.
13550
13551 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13552
13553 * emacs-lisp/re-builder.el (reb-cook-regexp):
13554 Avoid warning calling lre-compile-string.
13555 (reb-color-display-p): Avoid warning.
13556
13557 * calculator.el (calculator-last-input): Guard uses
13558 of event-key and key-press-event-p.
13559 (event-key, key-press-event-p): Delete definitions.
13560
13561 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13562 (find-gc-source-directory, find-gc-subrs-callers)
13563 (find-gc-noreturn-list, find-gc-source-files)
13564 (find-gc-subrs-called): Vars renamed and defvar'd.
13565
13566 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13567 (checkdoc-overlay-put, checkdoc-delete-overlay)
13568 (checkdoc-overlay-start, checkdoc-overlay-end)
13569 (checkdoc-mode-line-update, checkdoc-char=):
13570 Define such that compiler knows they are defined.
13571 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13572 (checkdoc-read-event): Delete. Use read-event directly.
13573
13574 * whitespace.el (whitespace-make-overlay)
13575 (whitespace-overlay-put, whitespace-delete-overlay)
13576 (whitespace-overlay-start, whitespace-overlay-end):
13577 Define such that compiler knows they are defined.
13578 (whitespace): Move conditional inside.
13579
13580 * tempo.el (tempo-insert-template): Suppress warning.
13581
13582 * ediff-diff.el (longlines-mode): Add defvar.
13583
13584 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13585
13586 * server.el: Bind "C-x #" in a way that works even if C-x is
13587 redefined to a command key, not a prefix key.
13588
13589 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13590
13591 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13592 cl-make-type-test till execution time.
13593
13594 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13595
13596 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13597 arg ARG and use it.
13598
13599 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13600
13601 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13602
13603 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13604
13605 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13606 a defcustom with two :set or :type keywords.
13607
13608 2005-07-15 Richard M. Stallman <rms@gnu.org>
13609
13610 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13611 Don't give ^M comment-end syntax.
13612
13613 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13614
13615 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13616 Don't consider gdbmi (gdb-mi.el has its own update functions).
13617 (gdb-var-delete): Make it work for gdbmi as well.
13618 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13619
13620 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13621 (gud-speedbar-menu-items): Correct logic for enabling items.
13622
13623 2005-07-15 Kim F. Storm <storm@cua.dk>
13624
13625 * ido.el: Fix commentary.
13626 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13627 Use with-no-warnings around ffap-guesser.
13628 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13629 Let bind minibuffer-completing-file-name to t.
13630
13631 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13632
13633 * startup.el (site-run-file, keyboard-type): Doc fixes.
13634 (command-line): Check for "--basic-display" argument; also for
13635 "--quick", not "--bare-bones" (which was renamed).
13636 (fancy-splash-text): Add missing item "Getting New Versions".
13637 (normal-splash-screen): Fix typos and improve consistency with
13638 `fancy-splash-text'. Update copyright year.
13639
13640 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13641 valid binding for `help-char'.
13642
13643 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13644
13645 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13646
13647 * term.el (term-mode): Disable cua-mode for term buffers.
13648
13649 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13650
13651 * add-log.el (add-log-mailing-address, change-log-merge):
13652 Doc fixes.
13653 (change-log-get-method-definition): Fix typo in docstring.
13654
13655 2005-07-14 Kim F. Storm <storm@cua.dk>
13656
13657 * emulation/cua-base.el:
13658 (cua--pre-command-handler-1, cua--pre-command-handler)
13659 (cua--post-command-handler-1, cua--post-command-handler):
13660 Split in two. Check (buffer local) value of cua-mode.
13661 (cua-selection-mode): New command.
13662
13663 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13664
13665 * custom.el (custom-initialize-safe-set)
13666 (custom-initialize-safe-default): Doc fixes.
13667
13668 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13669 and simplify :init-value again.
13670
13671 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13672 and simplify :init-value again. Delete autoload.
13673
13674 * startup.el (command-line): Use `custom-reevaluate-setting' again
13675 for tooltip-mode.
13676
13677 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13678 a defcustom with two :initialize keywords.
13679
13680 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13681
13682 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13683 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13684 (allout-post-command-business, allout-flag-region)
13685 (isearch-reenable-font-lock, allout-yank)
13686 (allout-insert-latex-header, allout-insert-latex-trailer)
13687 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13688 (allout-latex-verb-quote): Fix typos in docstrings.
13689 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13690 (allout-unprotected, allout-prefix-data):
13691 Improve argument/docstring consistency.
13692 (allout-chart-subtree): Fix argument spec.
13693 (allout-open-topic): Rename `use_sib_bullet' argument to
13694 `use-sib-bullet'. Doc fix.
13695
13696 * whitespace.el (whitespace-check-buffer-leading)
13697 (whitespace-check-buffer-trailing)
13698 (whitespace-check-buffer-indent)
13699 (whitespace-check-buffer-spacetab)
13700 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13701 (whitespace-check-leading-whitespace)
13702 (whitespace-check-trailing-whitespace)
13703 (whitespace-check-spacetab-whitespace)
13704 (whitespace-check-indent-whitespace)
13705 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13706 (whitespace-modes): Fix typos in docstrings.
13707 (defgroup, defcustom): Doc fixes.
13708
13709 * winner.el (winner-mode, winner-boring-buffers)
13710 (winner-pending-undo-ring): Doc fixes.
13711 (winner-ring): Remove unneeded `progn'.
13712 (winner-equal): `defsubst' it.
13713 (winner-redo): Fix message.
13714
13715 2005-07-13 Kim F. Storm <storm@cua.dk>
13716
13717 * simple.el (line-move-1): Always use vertical-motion to
13718 do the last (or only) line move to ensure some movement.
13719 Undo 2005-06-23 change--don't check for overlays.
13720
13721 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13722
13723 * term/mac-win.el (ccl-encode-mac-roman-font)
13724 (ccl-encode-mac-centraleurroman-font)
13725 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13726 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13727 Change charset-id boundary of dimension to ?\xef.
13728 (mac-char-fontspec-list): New constant.
13729 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
13730 argument. Nil uses itself as family in font-spec. Previous
13731 behavior for nil is now provided by non-nil non-string argument.
13732 All callers changed. Add font-specs for Mac fonts to
13733 "fontset-default" unless iso8859-1 fonts are installed.
13734
13735 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13736
13737 * progmodes/sh-script.el (sh-get-indent-info): Only indent
13738 a continuation line if the \ is preceded by SPC or TAB.
13739 (sh-get-indent-info): Simplify.
13740 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13741 Use with-current-buffer.
13742
13743 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13744 when the matched text is empty.
13745
13746 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
13747
13748 * startup.el (command-line): Revert to previous handling of
13749 tooltip-mode. Explain in comment why the complexity is needed.
13750
13751 * tooltip.el (tooltip-mode): Revert to previous implementation of
13752 its defcustom.
13753
13754 * frame.el (blink-cursor-mode): Revert to previous implementation
13755 of its defcustom. Update comment.
13756
13757 2005-07-12 Lars Hansen <larsh@soem.dk>
13758
13759 * desktop.el: Update e-mail address.
13760
13761 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13762
13763 * term/mac-win.el (mac-services-mail-selection)
13764 (mac-services-mail-to): New functions.
13765 (mac-application-menu-map): Bind them.
13766
13767 2005-07-12 wulei <milton@wulei.net> (tiny change)
13768
13769 * progmodes/gdb-ui.el: Add note about buffering with Windows.
13770
13771 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
13772
13773 * custom.el (custom-reevaluate-setting): Doc fix.
13774
13775 2005-07-11 Jay Belanger <belanger@truman.edu>
13776
13777 * calc/calc.el (calc-embedded-announce-formula-alist)
13778 (calc-embedded-open-close-plain-alist)
13779 (calc-embedded-open-close-mode-alist): Add checks for additional
13780 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13781
13782 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
13783
13784 * custom.el (custom-enable-theme): Don't add theme to
13785 `custom-enabled-themes' with `push' because there is no
13786 setf-method for `delq'.
13787
13788 2005-07-11 Richard M. Stallman <rms@gnu.org>
13789
13790 * custom.el (custom-declare-variable): Doc fix.
13791
13792 * dired-aux.el (dired-compare-directories): Remove "." and ".."
13793 from the alists.
13794
13795 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13796 Do nothing if edebug-active.
13797
13798 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13799 (edebug-display): Do it here instead.
13800
13801 2005-07-10 Richard M. Stallman <rms@gnu.org>
13802
13803 * cus-face.el (custom-theme-set-faces): Make it work.
13804 (custom-reset-faces): Doc fix.
13805 (custom-theme-reset-internal-face, custom-theme-face-value):
13806 Functions deleted.
13807
13808 * custom.el (custom-push-theme): Maintain list of the settings
13809 of a given theme in its theme-settings property.
13810 Maintain position of old settings in the theme-value
13811 or theme-face property.
13812 (custom-enabled-themes): New variable.
13813 (custom-theme-enabled-p): New function.
13814 (provide-theme): Update custom-enabled-themes.
13815 Disable and reenable the `user' theme.
13816 (require-theme): Doc fix.
13817 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13818 (custom-theme-value, custom-theme-variable-value): Likewise.
13819 (custom-theme-reset-internal): Likewise.
13820 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13821 (custom-enable-theme, custom-disable-theme): New functions.
13822 (custom-variable-theme-value, custom-face-theme-value): Likewise.
13823 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13824 (custom-theme-reset-variables): Simplify.
13825 (deftheme, custom-declare-theme, custom-make-theme-feature):
13826 Definitions moved.
13827
13828 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
13829
13830 * longlines.el (longlines-show-region)
13831 (longlines-unshow-hard-newlines): Recognize hard newlines by
13832 non-nil hard property, instead of t.
13833
13834 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
13835
13836 * viper-cmd.el (viper--key-maps): New variable.
13837 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13838 emulation-mode-map-alists.
13839 (viper-envelop-ESC-key): Use viper-subseq.
13840 (viper-search-forward/backward/next): Disable debug-on-error.
13841
13842 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13843 (viper-ESC-key): New defcustoms.
13844
13845 * viper-macs.el (ex-map-read-args): Use viper-subseq.
13846
13847 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13848 (viper-subseq): Copy of subseq from cl.el.
13849
13850 * viper.el (viper-go-away, viper-set-hooks): Use
13851 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13852
13853 * viper-mous.el (viper-current-frame-saved): Use defvar.
13854
13855 * viper-init.el: Get rid of -face in face names.
13856
13857 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13858 Make it work with longlines mode
13859
13860 * ediff-mult.el (ediff-meta-mode-hook): New variable.
13861
13862 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13863
13864 * ediff-init.el: Get rid of -face in face names.
13865
13866 2005-07-10 Richard M. Stallman <rms@gnu.org>
13867
13868 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13869 and with-timeout-unsuspend.
13870
13871 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13872 and with-timeout-unsuspend.
13873
13874 * emacs-lisp/timer.el (with-timeout-timers): New variable.
13875 (with-timeout): Bind that variable to record timers.
13876 (with-timeout-suspend, with-timeout-unsuspend): New functions.
13877
13878 * emacs-lisp/debug.el (debug-help-follow): New function.
13879 (debugger-mode-map): Use that instead of help-follow.
13880 (debugger-setup-buffer): Use eval-buffer-list
13881 to handle eval-buffer frames.
13882
13883 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
13884
13885 * timezone.el (timezone-parse-date): Change first regexp
13886 so it will not mistakenly match dates with no time zone.
13887
13888 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
13889
13890 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13891
13892 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
13893
13894 * custom.el (custom-initialize-safe-set)
13895 (custom-initialize-safe-default): New functions.
13896
13897 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13898 and simplify :init-value.
13899
13900 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13901 and simplify :init-value. Delete obsolete comment.
13902
13903 * startup.el (command-line): Use `custom-reevaluate-setting' to
13904 handle `tooltip-mode'. Delete obsolete comment.
13905
13906 * files.el (set-visited-file-name): Avoid calling
13907 `file-name-nondirectory' with a nil argument.
13908
13909 2005-07-09 Richard M. Stallman <rms@gnu.org>
13910
13911 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13912 was called with nil for the buffer, handle the read position right.
13913 Handle read position for eval-region, too.
13914
13915 2005-07-09 Juri Linkov <juri@jurta.org>
13916
13917 * fringe.el (fringe-mode): Add period in docstring.
13918 (fringe-query-style): Build prompt depending on `all-frames' arg.
13919
13920 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
13921 to not create links to unrelated functions in the Help buffer.
13922
13923 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
13924 Doc fix.
13925
13926 * simple.el (next-error-hook): New variable.
13927 (next-error): Use it. Doc fix.
13928
13929 * textmodes/ispell.el (ispell-command-loop): Add current
13930 dictionary name and program name to mode-line-format.
13931 (ispell-region, ispell-process-line): Add current dictionary name
13932 and program name to messages.
13933
13934 2005-07-08 Jay Belanger <belanger@truman.edu>
13935
13936 * calc/calc.el (calc-embedded-announce-formula-alist)
13937 (calc-embedded-open-close-formula-alist)
13938 (calc-embedded-open-close-word-alist)
13939 (calc-embedded-open-close-plain-alist)
13940 (calc-embedded-open-close-new-formula-alist)
13941 (calc-embedded-open-close-mode-alist)
13942 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
13943 (calc-embedded-mode-hook): New variables.
13944
13945 * calc/calc-embed.el (calc-embedded-firsttime)
13946 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
13947 New variables.
13948 (calc-do-embedded): Use calc-embedded-firsttime,
13949 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
13950 determine whether or not to run hooks.
13951 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
13952 calc-embedded-firsttime-formula appropriately.
13953 Set calc-embedded delimiter variables according to mode.
13954
13955 2005-07-08 Richard M. Stallman <rms@gnu.org>
13956
13957 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
13958 Check for "emacs", etc., as entire symbol, not just as word.
13959 (checkdoc-file-comments-engine): Use regexp-quote on FN.
13960
13961 * files.el (set-visited-file-name): Report the error
13962 for "empty filename" earlier.
13963 (kill-some-buffers): Ignore buffers already dead.
13964
13965 * fringe.el (fringe-mode): Doc fix.
13966
13967 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13968 Check for (featurep 'xemacs) and turn off warnings in what it guards.
13969 Use unwind-protect to ensure byte-compile-unresolved-functions
13970 is updated.
13971
13972 * whitespace.el (whitespace-buffer-leading-cleanup):
13973 Simplify w/ skip-chars-forward.
13974 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
13975
13976 * mail/rmail.el (rmail-only-expunge): Fix paren error.
13977 Unconditionally try to leave point at the same old place.
13978
13979 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
13980
13981 * comint.el (comint-postoutput-scroll-to-bottom)
13982 (comint-show-maximum-output): Take scroll-margin into consideration.
13983
13984 2005-07-08 Kim F. Storm <storm@cua.dk>
13985
13986 * ido.el (ido-use-filename-at-point): New choice `guess'.
13987 (ido-file-internal): Try ffap-guesser if selected.
13988
13989 * ido.el (ido-before-fallback-functions): New hook.
13990 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
13991 (ido-read-file-name): Run it.
13992
13993 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
13994
13995 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
13996 strings rather than a list of symbols to the completion function.
13997
13998 2005-07-07 Jay Belanger <belanger@truman.edu>
13999
14000 * calc/calc-units.el (math-apply-units): Change the places in
14001 which units are simplified.
14002
14003 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
14004
14005 * cus-edit.el (customize-option, customize-option-other-window):
14006 Make them handle aliases.
14007
14008 * custom.el (custom-variable-p): Make it recursively follow
14009 aliases. Mention that in the docstring.
14010
14011 2005-07-07 Richard M. Stallman <rms@gnu.org>
14012
14013 * cus-start.el (exec-path): Use `directory' instead of `file'.
14014 Fix tag for nil.
14015
14016 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14017
14018 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
14019 when called non-interactively. Doc fix.
14020
14021 2005-07-07 Lute Kamstra <lute@gnu.org>
14022
14023 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
14024 new address as well.
14025
14026 2005-07-07 Kenichi Handa <handa@m17n.org>
14027
14028 * international/mule.el (make-coding-system):
14029 Describe `ascii-incompatible' property in the docstring.
14030 (set-file-name-coding-system): Signal an error if coding-system is
14031 ascii-incompatible.
14032 (set-keyboard-coding-system): Likewise.
14033
14034 * international/mule-cmds.el (set-default-coding-systems):
14035 Don't set default-file-name-coding-system and
14036 default-keyboard-coding-system if coding-system is ASCII-incompatible.
14037
14038 * international/utf-16.el: Declare that all UTF-16-based coding
14039 systems are ASCII-incompatible.
14040
14041 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
14042
14043 * progmodes/gud.el: Require font-lock for displaying errors.
14044 Used by gdb-ui.el.
14045
14046 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14047
14048 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14049 values for the pattern lists which are `read'able but not
14050 `append'able (like symbols).
14051
14052 2005-07-06 Richard M. Stallman <rms@gnu.org>
14053
14054 * progmodes/flymake.el (flymake-float-time): Instead of
14055 with-no-warnings, test for xemacs.
14056 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14057 to avoid warning.
14058
14059 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
14060
14061 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14062
14063 2005-07-05 Lute Kamstra <lute@gnu.org>
14064
14065 * battery.el: Add support for Darwin (with much debugging help
14066 from Samuel Lauber <sam124@operamail.com>).
14067 (battery-status-function, battery-echo-area-format)
14068 (battery-mode-line-format): Add support for pmset on Darwin.
14069 (battery-load-low, battery-load-critical): New user options.
14070 (battery-pmset): New function.
14071
14072 2005-07-05 Lute Kamstra <lute@gnu.org>
14073
14074 Update FSF's address in GPL notices.
14075
14076 * textmodes/page-ext.el: Update FSF's address.
14077
14078 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14079
14080 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14081 filling from using prefix when filling a single-line docstring.
14082
14083 * progmodes/flymake.el: Remove useless eval-when-compile.
14084
14085 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14086
14087 2005-07-04 Richard M. Stallman <rms@gnu.org>
14088
14089 * textmodes/org.el (org-file-apps-defaults-gnu):
14090 Rename from org-file-apps-defaults-linux.
14091 (org-default-apps): Don't test system-type for `linux'.
14092 (org-file-apps): Doc fix.
14093
14094 2005-07-04 David Ponce <david@dponce.com>
14095
14096 * tree-widget.el: Improve header Commentary section.
14097 (tree-widget) [defgroup]
14098 (tree-widget-image-enable, tree-widget-themes-directory)
14099 (tree-widget-theme, tree-widget-image-properties-emacs)
14100 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14101 (tree-widget-image-formats, tree-widget-control)
14102 (tree-widget-empty-control, tree-widget-leaf-control
14103 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14104 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14105 (tree-widget-keep, tree-widget-after-toggle-functions)
14106 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14107 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14108 :help-echo message.
14109 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14110 (tree-widget-image-properties): Doc fix. Clearer implementation.
14111 (tree-widget--cursors): New constant.
14112 (tree-widget-lookup-image): New function split from
14113 `tree-widget-find-image'. Clearer implementation.
14114 (tree-widget-find-image): Use it.
14115 (tree-widget-button-keymap): Use `set-keymap-parent'.
14116 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14117 Define the sub-widgets here.
14118 (tree-widget-node): Check that :node is not a tree-widget.
14119 (tree-widget-get-super, tree-widget-open-control)
14120 (tree-widget-close-control, tree-widget-empty-control)
14121 (tree-widget-leaf-control, tree-widget-guide)
14122 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14123 (tree-widget-no-handle, tree-widget-value-delete)
14124 (tree-widget-map): Remove.
14125 (tree-widget-children-value-save): Doc fix. Simplified.
14126 (tree-widget-value-create): Update according to previous changes.
14127
14128 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14129
14130 * textmodes/org.el: Leading space replaced by TABS.
14131 (org-recalc-marks, org-table-rotate-recalc-marks)
14132 (org-table-get-specials): Treat "^" and "_" marks.
14133 (org-table-justify-field-maybe): Optional argument NEW.
14134 (org-table-eval-formula): Parsing of the format simplified.
14135 New modes C,I. Honor the %= parameter in the current table.
14136 Avoid unnecessary re-align by using the NEW argument to
14137 `org-table-justify-field-maybe'.
14138 (org-calc-default-modes): Default for date-format mimicks org-mode.
14139 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14140
14141 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14142
14143 * cus-face.el (custom-theme-set-faces): Make it handle face
14144 aliases whose alias declarations are pre- or autoloaded.
14145
14146 2005-07-04 Juri Linkov <juri@jurta.org>
14147
14148 * faces.el (read-face-name): Put the code for getting a face name
14149 from the buffer before adding the faces from the `face' property.
14150 Use `completing-read-multiple' instead of `completing-read'.
14151 Require `crm'. Add default value and post-process the returned
14152 list of faces.
14153
14154 * emacs-lisp/crm.el (crm-find-current-element)
14155 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14156
14157 * emacs-lisp/lisp-mode.el (eval-defun-1):
14158 * emacs-lisp/edebug.el (edebug-eval-defun):
14159 Remove unnecessary quotes.
14160
14161 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14162
14163 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14164 (prolog-indent-level): Fix typo in docstring.
14165
14166 * info.el (Info-history, Info-history-forward)
14167 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14168
14169 * add-log.el (add-change-log-entry):
14170 * comint.el (comint-dynamic-list-input-ring)
14171 (comint-dynamic-list-completions):
14172 * dabbrev.el (dabbrev-expand):
14173 * delim-col.el (delimit-columns-rectangle-line):
14174 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14175 (diff-unified->context):
14176 * ediff-init.el (ediff-abbrev-jobname):
14177 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14178 (ediff-replace-session-activity-marker-in-meta-buffer):
14179 * info.el (Info-summary):
14180 * lpr.el (printify-region):
14181 * printing.el (pr-create-interface):
14182 * ps-print.el (ps-print-quote):
14183 * ses.el (ses-column-widths, ses-print-cell)
14184 (ses-adjust-print-width, ses-center):
14185 * shell.el (shell-file-name-quote-list):
14186 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14187 (strokes-fill-current-buffer-with-whitespace)
14188 (strokes-xpm-for-stroke, strokes-list-strokes)
14189 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14190 * term.el (term-dynamic-list-input-ring)
14191 (term-dynamic-list-completions):
14192 * calc/calc.el (math-format-stack-value):
14193 * emacs-lisp/edebug.el (edebug-display-freq-count):
14194 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14195 (delphi-new-comment-line):
14196 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14197 * progmodes/executable.el (executable-set-magic):
14198 * progmodes/python.el (inferior-python-mode):
14199 * progmodes/scheme.el (scheme-mode-syntax-table):
14200 * progmodes/sh-script.el (sh-maybe-here-document):
14201 * progmodes/sql.el (sql-copy-column):
14202 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14203 * textmodes/bibtex.el (bibtex-mode):
14204 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14205 (sgml-auto-attributes):
14206 * textmodes/table.el (table-insert, table-shorten-cell)
14207 (table--generate-source-scan-lines, table-delete-row)
14208 (*table--cell-delete-char, table--spacify-frame)
14209 (table--horizontally-shift-above-and-below)
14210 (table--cell-insert-char, table--cell-blank-str)
14211 (table--fill-region-strictly):
14212 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14213 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14214
14215 * add-log.el (change-log):
14216 * apropos.el (apropos):
14217 * comint.el (comint-completion, comint-source):
14218 * dabbrev.el (dabbrev):
14219 * delim-col.el (columns):
14220 * diff-mode.el (diff-mode):
14221 * ediff.el (ediff):
14222 * ediff-diff.el (ediff-diff):
14223 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14224 * ediff-mult.el (ediff-mult):
14225 * ediff-ptch.el (ediff-ptch):
14226 * ediff-wind.el (ediff-window):
14227 * facemenu.el (facemenu):
14228 * indent.el (indent):
14229 * info.el (info):
14230 * jka-cmpr-hook.el (compression, jka-compr):
14231 * lpr.el (lpr):
14232 * outline.el (outlines):
14233 * pcmpl-cvs.el (pcmpl-cvs):
14234 * pcmpl-rpm.el (pcmpl-rpm):
14235 * printing.el (printing):
14236 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14237 (ps-print-vertical, ps-print-headers, ps-print-font)
14238 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14239 (ps-print-background, ps-print-printer, ps-print-page)
14240 (ps-print-miscellany):
14241 * ses.el (ses):
14242 * shell.el (shell, shell-directories, shell-faces):
14243 * startup.el (initialization):
14244 * strokes.el (strokes):
14245 * term.el (term):
14246 * uniquify.el (uniquify):
14247 * w32-vars.el (w32):
14248 * calc/calc.el (calc):
14249 * emacs-lisp/bytecomp.el (bytecomp):
14250 * emacs-lisp/cl-indent.el (lisp-indent):
14251 * emacs-lisp/edebug.el (edebug):
14252 * emacs-lisp/elp.el (elp):
14253 * emacs-lisp/testcover.el (testcover):
14254 * emacs-lisp/trace.el (trace):
14255 * emulation/viper-ex.el (viper-ex):
14256 * emulation/viper-mous.el (viper-mouse):
14257 * mail/mailalias.el (mailalias):
14258 * mail/supercite.el (supercite, supercite-frames)
14259 (supercite-attr, supercite-cite, supercite-hooks):
14260 * net/rcompile.el (remote-compile):
14261 * net/rlogin.el (rlogin):
14262 * obsolete/ooutline.el (outlines):
14263 * progmodes/delphi.el (delphi):
14264 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14265 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14266 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14267 (ebnf-optimization):
14268 * progmodes/etags.el (etags):
14269 * progmodes/executable.el (executable):
14270 * progmodes/idlwave.el (idlwave):
14271 * progmodes/pascal.el (pascal):
14272 * progmodes/prolog.el (prolog):
14273 * progmodes/python.el (python):
14274 * progmodes/scheme.el (scheme):
14275 * progmodes/sh-script.el (sh, sh-script):
14276 * progmodes/sql.el (SQL):
14277 * progmodes/tcl.el (tcl):
14278 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14279 * textmodes/enriched.el (enriched):
14280 * textmodes/makeinfo.el (makeinfo):
14281 * textmodes/sgml-mode.el (sgml):
14282 * textmodes/table.el (table-hooks):
14283 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14284 * textmodes/texinfo.el (texinfo):
14285 * textmodes/two-column.el (two-column):
14286 Finish `defgroup' description with period.
14287
14288 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14289 * eshell/esh-var.el (eshell-var):
14290 * progmodes/vhdl-mode.el (vhdl-testbench):
14291 * textmodes/org.el (org): Fix typos in docstrings.
14292
14293 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14294 consistency.
14295
14296 * progmodes/flymake.el (flymake-find-file): Remove.
14297 (flymake-float-time): Use `with-no-warnings'.
14298 (flymake-check-start-time, flymake-check-was-interrupted)
14299 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14300 (flymake-new-err-info): `defvar' at compile time.
14301
14302 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14303
14304 * replace.el (occur-hook): Doc fix.
14305 (occur-1): Don't call `occur-hook' if there are no matches.
14306
14307 2005-07-03 Richard M. Stallman <rms@gnu.org>
14308
14309 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14310 global-map, save the same map.
14311 (global-map): Don't alter it at top level.
14312 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14313 Then alter it here instead.
14314 (tpu-edt-off): Set global-map to the saved one.
14315
14316 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14317 All references simplified.
14318 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14319 (zmacs-regions): Add defvar.
14320 (repeat-complex-command-map): Everything about that deleted.
14321
14322 * textmodes/artist.el (artist-key-is-drawing)
14323 (artist-key-endpoint1, artist-key-poly-point-list)
14324 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14325 (artist-key-compl-table, artist-rb-save-data)
14326 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14327 Don't put them in eval-when-compile.
14328 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14329
14330 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14331 Use with-no-warnings.
14332
14333 * net/browse-url.el (dos-windows-version): Add defvar.
14334
14335 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14336
14337 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14338 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14339 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14340 Add defvar.
14341 (rmail-summary-beginning-of-message): Use with-no-warnings.
14342 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14343
14344 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14345 Use with-no-warnings.
14346
14347 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14348 (c-mark-function): Add point-moving-unit property.
14349 (vi-goto-line): Use with-no-warnings.
14350
14351 * emulation/edt.el (edt-last-copied-word): Add defvar.
14352 (zmacs-region-stays): Likewise.
14353 (edt-mark-section-wisely): Use c-mark-function for C.
14354 Use makr-defun for Fortran.
14355 (time-string): defvar deleted.
14356 (edt-display-the-time): Don't set time-string.
14357
14358 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14359
14360 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14361 Don't warn when name is not constant
14362 or for defining the group `emacs'.
14363
14364 * tooltip.el (gud-tooltip-mode): Add defvar.
14365
14366 * startup.el (default-frame-background-mode): Add defvar.
14367
14368 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14369
14370 * info.el (tool-bar-map): Add defvar.
14371
14372 * dired.el (dnd-protocol-alist): Add defvar.
14373
14374 * dired-aux.el (dired-query): Display question with answer, when
14375 the user answers.
14376
14377 * custom.el (custom-add-option): Doc fix.
14378
14379 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14380
14381 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14382
14383 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14384 bogus name from the last change.
14385
14386 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14387
14388 * custom.el (custom-declare-variable): Fix typos in comment.
14389 (custom-known-themes): Doc fix.
14390 (custom-theme-directory): New defcustom.
14391 (require-theme): Make it check `custom-theme-directory'.
14392
14393 * cus-theme.el (custom-new-theme-mode): New function.
14394 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14395 (custom-theme-description): Add compiler defvars.
14396 (customize-create-theme): Add doc to the "*New Custom Theme*"
14397 buffer. Use `custom-new-theme-mode'.
14398 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14399 and save it to the `custom-theme-directory'. Make this the
14400 default directory of the buffer.
14401
14402 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14403
14404 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14405 Fix unbalanced parentheses.
14406
14407 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14408
14409 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14410 into flymake-mode and delegate to flymake-mode.
14411
14412 * find-file.el (ff-which-function-are-we-in): Clean up.
14413
14414 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14415
14416 * replace.el (occur-rename-buffer): Fix docstring.
14417
14418 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14419 (edt-last-copied-word, edt-learn-macro-count)
14420 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14421 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14422 (time-string, zmacs-region-stays):
14423 * emulation/edt-mapper.el (edt-save-function-key-map)
14424 (EDT-key-name): `defvar' to silence the byte-compiler.
14425
14426 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
14427
14428 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14429 font-lock-regexp-backslash. Doc fix.
14430 (font-lock-regexp-backslash-grouping-construct): Rename from
14431 font-lock-regexp-backslash-construct. Doc fix.
14432 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14433 grouping constructs.
14434
14435 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14436
14437 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14438 updating all the prerequisites.
14439
14440 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14441
14442 * textmodes/org.el (org-agenda-start-on-weekday)
14443 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14444 (org-agenda-use-time-grid, org-archive-location)
14445 (org-allow-space-in-links, org-usenet-links-prefer-google)
14446 (org-enable-table-editor, org-export-default-language)
14447 (org-export-html-show-new-buffer, org-fill-paragraph)
14448 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14449 (org-goto-quit, org-occur, org-eval-in-calendar)
14450 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14451 (org-agenda-diary-entry, org-remember-help)
14452 (org-table-convert-region, org-at-table-p)
14453 (org-table-move-row-down, org-table-move-row-up)
14454 (org-table-copy-region, org-table-toggle-vline-visibility)
14455 (org-table-get-stored-formulas, org-table-get-specials)
14456 (org-recalc-commands, org-table-eval-formula)
14457 (org-table-formula-substitute-names, orgtbl-make-binding)
14458 (org-format-org-table-html, org-format-table-table-html)
14459 (org-format-table-table-html-using-table-generate-source)
14460 (org-customize): Fix typos in docstrings.
14461 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14462 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14463 (org-back-to-heading): Doc fixes.
14464 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14465 (org-agenda-change-all-lines, org-get-header):
14466 Improve argument/docstring consistency.
14467 (orgtbl-error): Fix error message.
14468
14469 * progmodes/flymake.el (flymake-find-possible-master-files)
14470 (flymake-master-file-compare, flymake-get-line-err-count)
14471 (flymake-highlight-line, flymake-gui-warnings-enabled):
14472 Fix typos in docstrings.
14473 (flymake-parse-line, flymake-get-project-include-dirs-function)
14474 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14475 Doc fixes.
14476 (flymake-get-project-include-dirs-function)
14477 (flymake-make-err-menu-data):
14478 Improve argument/docstring consistency.
14479
14480 2005-07-01 Lute Kamstra <lute@gnu.org>
14481
14482 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14483 Catch errors with ignore-errors. Use temporary buffer.
14484 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14485
14486 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14487 background color faces.
14488 (facemenu-set-foreground, facemenu-set-background):
14489 Use facemenu-set-face-from-menu.
14490 (facemenu-set-face-from-menu): Treat face names that start with
14491 "fg:" or "bg:" as special.
14492 (facemenu-add-new-color): Don't create faces. Simplify.
14493
14494 2005-06-30 Richard M. Stallman <rms@gnu.org>
14495
14496 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14497 (crm-find-current-element): Likewise.
14498
14499 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14500
14501 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14502
14503 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14504
14505 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14506 (archive-mouse-extract): Make it an obsolete alias.
14507 (archive-mode-map): Don't use archive-mouse-extract any more.
14508 (archive-mode, archive-extract): write-contents-hooks ->
14509 write-contents-functions.
14510 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14511 first arg.
14512 (archive-rename-entry): Update the call.
14513 (archive-zip-summarize): Remove unused var `method'.
14514 (archive-lzh-summarize): Remove unused var `creator'.
14515
14516 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14517 dedicated frame upon exit.
14518
14519 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14520 (archive-zip-extract, archive-zip-expunge)
14521 (archive-zip-update, archive-zip-update-case): Use executable-find.
14522 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14523 Use restore-buffer-modified-p.
14524 (archive-extract, archive-add-new-member, archive-write-file-member):
14525 Use with-current-buffer.
14526 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14527
14528 2005-06-30 Andreas Schwab <schwab@suse.de>
14529
14530 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14531
14532 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14533
14534 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14535
14536 2005-06-30 Juri Linkov <juri@jurta.org>
14537
14538 * faces.el (vertical-border): Inherit from mode-line-inactive
14539 only on tty.
14540
14541 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14542
14543 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14544 example, -NLINES in the `occur' docstring).
14545
14546 * replace.el (occur-1): When no matches are found, do not set the
14547 `buffer-read-only' and modified flags for the occur buffer,
14548 because it is deleted.
14549
14550 * emulation/cua-base.el (cua-check-pending-input)
14551 (cua-repeat-replace-region, cua-mode, cua-debug)
14552 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14553 Fix typos in docstrings.
14554
14555 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14556 (cua-cut-region-to-global-mark)
14557 (cua--cut-rectangle-to-global-mark):
14558 Remove period from end of messages.
14559
14560 * emulation/cua-rect.el (cua-do-rectangle-padding):
14561 Remove period from end of messages.
14562 (cua--rectangle-seq-format): Fix typo in docstring.
14563 (cua-sequence-rectangle, cua-fill-char-rectangle):
14564 Improve argument/docstring consistency.
14565
14566 2005-06-29 Juri Linkov <juri@jurta.org>
14567
14568 * faces.el (default-frame-background-mode): New internal variable.
14569 (frame-set-background-mode): Use it.
14570
14571 * startup.el (normal-top-level): Set default-frame-background-mode
14572 instead of frame-background-mode. Before setting it, test for its
14573 nil value. Remove tests for frame-background-mode and frame
14574 parameter `reverse'. Add test for "unspecified-fg".
14575
14576 * term/xterm.el (xterm-rxvt-set-background-mode):
14577 * term/rxvt.el (rxvt-set-background-mode):
14578 Set default-frame-background-mode instead of frame-background-mode.
14579
14580 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14581
14582 * simple.el (set-variable): Warn about obsolete user variables.
14583
14584 * imenu.el (imenu--completion-buffer):
14585 * mouse.el (mouse-buffer-menu-alist):
14586 * msb.el (msb-invisible-buffer-p):
14587 * calendar/diary-lib.el (diary-header-line-format):
14588 * emacs-lisp/pp.el (pp-buffer):
14589 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14590 * textmodes/picture.el (picture-replace-match):
14591 Change space constants followed by a sexp to "?\s ".
14592
14593 * play/decipher.el (decipher-loop-with-breaks):
14594 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14595 constants "protected" from end of line by a comment to "?\s".
14596
14597 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14598
14599 * font-lock.el (save-buffer-state): Use `declare'.
14600
14601 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14602 reset the syntax-table to cperl-mode-syntax-table.
14603 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14604 "foo_print_bar" is not matched as a reserved keyword.
14605
14606 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14607
14608 * textmodes/org.el (orgtbl-setup): New function, for delayed
14609 setup for the orgtbl commands.
14610 (org-calc-default-modes): New option.
14611 (orgtbl-make-binding): Use `defun' to get better help display.
14612 (org-diary): Call `org-compile-prefix-format'.
14613 (org-table-formula-substitute-names): New function.
14614 (org-agenda-day-view, org-agenda-week-view): New commands.
14615 (org-agenda-toggle-week-view): Command removed.
14616 (org-tbl-menu): Split off from org-org-menu.
14617 (org-mode): Move removal of outline-mode menus to here.
14618 (org-table-formula-debug): New option.
14619 (org-table-insert-row): Keep first field if just "#" or "*".
14620 (org-mode): Paragraph regexps fixed.
14621 (org-table-recalculate-regexp): New constant.
14622 (org-table-justify-field-maybe): Avoid replace if not necessary.
14623 (org-copy-special, org-cut-special): Use `call-interactively'.
14624 (org-table-copy-region): Take region from `interactive' call.
14625 (org-trim): Return string even if no match.
14626 (org-formula): New face.
14627 (org-set-font-lock-defaults): No longer highlight "FIXME".
14628 But highlight formula-related fields in table.
14629 (org-table-p): Use regexp, not fontification.
14630 (org-table-align): Handle white space at end of line.
14631 (org-table-formula-evaluate-inline): New option.
14632 (org-mode): Auto-wrapping in comment lines turned off.
14633 (org-table-copy-down): Evaluate only in copied field, not in
14634 destination.
14635 (org-table-current-formula): Variable removed.
14636 (org-table-store-formulas, org-table-get-stored-formulas)
14637 (org-table-modify-formulas, org-table-replace-in-formulas)
14638 (org-table-maybe-eval-formula): New functions.
14639 (org-table-get-formula): Modify to use stored formulas.
14640 (org-table-insert-column, org-table-delete-column)
14641 (org-table-move-column): Call `org-table-modify-formulas'.
14642 (org-complete): Add completion for keyword formulas.
14643 (orgtbl-mode): Pull orgtbl-mode-map to start of
14644 minor-mode-map-alist.
14645
14646 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14647
14648 * progmodes/python.el (python-check): Require `compile' before
14649 modifying its variables.
14650
14651 * newcomment.el (comment-indent-default): Don't get fooled by an early
14652 end of buffer.
14653
14654 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14655
14656 * ps-print.el (ps-print-version): Fix version number.
14657
14658 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14659
14660 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14661
14662 2005-06-28 Richard M. Stallman <rms@gnu.org>
14663
14664 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14665 (flyspell-local-mouse-map): Declaration deleted.
14666 (flyspell-mouse-map): Bind only mouse-2.
14667 (flyspell-mode-map): Don't test flyspell-use-local-map.
14668 (flyspell-overlay-keymap-property-name): Var deleted.
14669 (flyspell-mode-on): Don't make local bindings for
14670 flyspell-mouse-map and flyspell-mode-map.
14671 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14672
14673 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14674
14675 * progmodes/compile.el (compilation-next-error-function):
14676 Don't switch buffers; operate on the current buffer.
14677
14678 * progmodes/compile.el (compilation-error-file-name)
14679 (compilation-warning-file-name, compilation-info-file-name)
14680 (compilation-line-number, compilation-column-number): New faces.
14681 (compilation-error-face, compilation-warning-face)
14682 (compilation-info-face, compilation-line-face)
14683 (compilation-column-face): Use them.
14684
14685 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14686
14687 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14688
14689 * bindings.el (global-map): Bind insertchar and its variants.
14690
14691 2005-06-27 Richard M. Stallman <rms@gnu.org>
14692
14693 * textmodes/artist.el (artist-text-overwrite)
14694 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14695
14696 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14697
14698 * ps-print.el: It was not working the page selection for printing.
14699 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14700 (ps-print-version): New version 6.6.7.
14701 (ps-end-sheet): New fun.
14702 (ps-header-sheet, ps-end-job): Call it.
14703
14704 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
14705
14706 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14707
14708 2005-06-27 Lute Kamstra <lute@gnu.org>
14709
14710 * facemenu.el (facemenu-unlisted-faces): Add foreground and
14711 background color faces.
14712 (facemenu-get-face): Delete function.
14713 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14714 (facemenu-add-new-color): Make second argument mandatory.
14715 Create the appropriate face and return it. Simplify.
14716 (facemenu-set-foreground, facemenu-set-background): Don't check if
14717 color is defined. Use return value of facemenu-add-new-color.
14718
14719 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
14720
14721 * progmodes/gud.el (gud-filter): Add missing argument to
14722 with-selected-window.
14723
14724 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14725
14726 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14727 a :require to the defcustom.
14728
14729 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14730 defcustoms corresponding to minor modes.
14731
14732 2005-06-26 David Ponce <david@dponce.com>
14733
14734 * recentf.el: Require tree-widget instead of wid-edit.
14735 (recentf-filename-handler): Fix widget :type.
14736 (recentf-cancel-dialog, recentf-open-more-files)
14737 (recentf-open-files-action): Doc fix.
14738 (recentf-dialog-goto-first): New function.
14739 (recentf-dialog-mode-map): Set parent keymap first.
14740 (recentf-dialog-mode): Define with define-derived-mode.
14741 Don't display continuation lines in dialogs.
14742 (recentf-edit-list): Rename from recentf-edit-selected-items.
14743 (recentf-edit-list-select): Rename from recentf-edit-list-action.
14744 Simplify.
14745 (recentf-edit-list-validate): New function.
14746 (recentf-edit-list): Update accordingly.
14747 (recentf-open-files-item-shift): Remove.
14748 (recentf-open-files-item): Convert menu elements into tree and
14749 link widgets. Don't create the widgets.
14750 (recentf-open-files): Update accordingly.
14751 (recentf-save-list): Untabify.
14752
14753 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
14754
14755 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14756 (keep-lines): Add INTERACTIVE arg. Never delete lines only
14757 partially contained in the active region. Do not take active
14758 region into account when called from Lisp, unless INTERACTIVE arg
14759 is non-nil. Use `forward-line' instead of `beginning-of-line' to
14760 avoid trouble with fields. Make marker point nowhere when no
14761 longer used. Always return nil. Doc fix.
14762 (flush-lines): Add INTERACTIVE arg. Do not take active region
14763 into account when called from Lisp, unless INTERACTIVE arg is
14764 non-nil. Use `forward-line' instead of `beginning-of-line' to
14765 avoid trouble with fields. Make marker point nowhere when no
14766 longer used. Always return nil. Doc fix.
14767 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
14768 interchangeable. Do not take active region into account when
14769 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
14770 message in echo area when called from Lisp, unless INTERACTIVE arg
14771 is non-nil. Avoid saying "1 occurrences". Do not use markers.
14772 Return the number of matches. Doc fix.
14773 (occur): Doc fix.
14774 (perform-replace): Make comment follow double space convention for
14775 the sake of `outline-minor-mode'.
14776
14777 * faces.el (facep): Doc fix.
14778
14779 2005-06-25 Richard M. Stallman <rms@gnu.org>
14780
14781 * facemenu.el (facemenu-enable-faces-p): New function.
14782 (facemenu-background-menu, facemenu-foreground-menu)
14783 (facemenu-face-menu): Add menu-enable property.
14784
14785 * jka-compr.el (jka-compr-insert-file-contents):
14786 Special handling if cannot find the uncompression program.
14787
14788 * cus-face.el (custom-face-attributes): Add autoload.
14789
14790 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14791 Bind comment-indent-function locally.
14792
14793 * window.el (save-selected-window): Use save-current-buffer.
14794
14795 * subr.el (with-selected-window): Use save-current-buffer.
14796
14797 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14798 and with-current-buffer.
14799
14800 2005-06-24 Richard M. Stallman <rms@gnu.org>
14801
14802 * simple.el (line-move-1): Fix previous change.
14803
14804 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
14805
14806 * replace.el (occur-1): Set `buffer-read-only' and the
14807 buffer-modified flag before running `occur-hook' to protect
14808 against unintentional buffer switches that can lead to data loss.
14809
14810 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
14811
14812 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14813 (gud-gdb-marker-filter): Use font-lock-warning-face for any
14814 initial error.
14815
14816 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14817 after fresh input.
14818 (gdb-var-create-handler): Put name of expression in quotes.
14819
14820 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
14821
14822 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14823 elements of RING in order, and without bogus nil elements.
14824
14825 2005-06-23 Richard M. Stallman <rms@gnu.org>
14826
14827 * simple.el (set-variable): Args renamed; doc fix.
14828 (line-move-1): When there are overlays around, use vertical-motion.
14829
14830 * faces.el (escape-glyph): Use brown against light background.
14831 (nobreak-space): Rename from no-break-space.
14832 Fix previous change.
14833
14834 * dired-aux.el (dired-do-copy): Fix arg prompt.
14835
14836 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14837
14838 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14839
14840 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14841 rather than "Distributor".
14842
14843 2005-06-23 Lute Kamstra <lute@gnu.org>
14844
14845 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14846 (debug-on-entry): Use it. New interactive declaration that uses
14847 function-called-at-point.
14848
14849 2005-06-23 Kim F. Storm <storm@cua.dk>
14850
14851 * subr.el (save-match-data): Add comment about using evaporate arg
14852 to set-match-data.
14853
14854 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
14855
14856 * cus-edit.el (customize-face)
14857 (customize-face-other-window): Handle face aliases.
14858
14859 * faces.el (face-documentation, set-face-attribute)
14860 (face-spec-set): Handle face aliases.
14861
14862 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
14863
14864 * help-mode.el (help-make-xrefs): If a symbol representing a face
14865 name is not followed by the word "face", it could still be a
14866 function or variable name, so don't bypass other checks.
14867
14868 2005-06-22 Juri Linkov <juri@jurta.org>
14869
14870 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14871 Replace aliased functions with calls where second arg `inherit' is t.
14872
14873 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
14874
14875 * progmodes/gdb-ui.el (gdb-error): New variable.
14876 (gdb-error): New function.
14877 (gdb-annotation-rules): Act on error-begin and error annotations.
14878 (gdb-concat-output): Use font-lock-warning-face for errors.
14879
14880 2005-06-22 Miles Bader <miles@gnu.org>
14881
14882 * bindings.el (propertized-buffer-identification): Use renamed
14883 `Buffer-menu-buffer' face.
14884
14885 * faces.el (vertical-border): Rename from `vertical-divider'.
14886 (escape-glyph): Change dark-background color back to `cyan'.
14887
14888 2005-06-21 Juri Linkov <juri@jurta.org>
14889
14890 * faces.el (face-user-default-spec): Try getting `customized-face'
14891 prior to `saved-face'.
14892 (frame-background-mode): Refill docstring.
14893
14894 * emacs-lisp/lisp-mode.el (eval-defun-1):
14895 * emacs-lisp/edebug.el (edebug-eval-defun):
14896 Set `saved-face' temporarily to nil before calling form.
14897 Set `customized-face' to the new spec after that.
14898
14899 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
14900
14901 * subr.el (1value, lambda, key-substitution-in-progress):
14902 Doc fixes.
14903
14904 * autoinsert.el (auto-insert-alist):
14905 * ses.el (ses-call-printer):
14906 * subr.el (noreturn):
14907 * emacs-lisp/lisp.el (check-parens):
14908 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14909 * net/browse-url.el (browse-url-mosaic):
14910 * progmodes/cc-defs.el (c-safe-scan-lists):
14911 * progmodes/ebnf-abn.el (ebnf-abn-lex):
14912 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14913 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14914 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14915 * progmodes/ebnf-iso.el (ebnf-iso-lex):
14916 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14917
14918 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
14919
14920 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
14921
14922 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
14923
14924 * calendar/appt.el (appt-make-list): Activate the package, if
14925 not already active (for backwards compatibility).
14926
14927 2005-06-20 Kim F. Storm <storm@cua.dk>
14928
14929 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
14930
14931 2005-06-20 Miles Bader <miles@gnu.org>
14932
14933 * faces.el (vertical-divider): New face.
14934
14935 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
14936
14937 * simple.el (kill-whole-line): Doc fix.
14938 (next-error-buffer-p, next-error-find-buffer)
14939 (clone-indirect-buffer): Fix typos in docstrings.
14940 (comment-line-break-function): Doc fix: don't say variable
14941 is automatically buffer-local (it isn't).
14942
14943 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
14944
14945 * net/tramp-ftp.el (top):
14946 * net/tramp-smb.el (top):
14947 * net/tramp-util.el (top):
14948 * net/tramp-uu.el (top):
14949 * net/tramp-vc.el (top):
14950 * net/tramp.el (top): Revert copyright years back to original
14951 ones. Tramp has a life outside GNU Emacs.
14952
14953 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
14954
14955 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
14956
14957 2005-06-18 Juri Linkov <juri@jurta.org>
14958
14959 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
14960 end of first regexp to limit the match to the position between
14961 line number and source line with same separator character as used
14962 between file name and line number. In the second regexp limit
14963 mouse-face area to file name and line number by adding new group
14964 for them and referring it in HYPERLINK arg.
14965 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
14966 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
14967 previous line where grep markers may be already removed.
14968
14969 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
14970
14971 * progmodes/ps-mode.el: Update version and maintainer's email address.
14972
14973 2005-06-18 Steve Youngs <steve@xemacs.org>
14974
14975 * net/browse-url.el (browse-url-browser-function)
14976 (browse-url-default-browser): Add firefox.
14977 (browse-url-firefox-program, browse-url-firefox-arguments)
14978 (browse-url-firefox-startup-arguments)
14979 (browse-url-firefox-new-window-is-tab): New defcustoms.
14980 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
14981
14982 2005-06-17 Richard M. Stallman <rms@gnu.org>
14983
14984 * startup.el (command-line): Warn if specified user name has
14985 no home directory.
14986
14987 * term.el (term-get-old-input, term-input-filter, term-input-sender)
14988 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
14989
14990 * longlines.el (longlines-mode, longlines-show-hard-newlines):
14991 Doc fixes.
14992
14993 * faces.el (underline): Try bold if terminal doesn't support underline.
14994
14995 * mail/sendmail.el (mail-setup-with-from): New variable.
14996 (mail-insert-from-field): New function.
14997 (sendmail-send-it): Call it.
14998 (mail-setup): Optionally call it here.
14999
15000 * term/linux.el: Call tty-no-underline.
15001
15002 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
15003
15004 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
15005
15006 2005-06-17 Miles Bader <miles@gnu.org>
15007
15008 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
15009 (ediff-current-diff-C, ediff-current-diff-Ancestor)
15010 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
15011 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
15012 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
15013 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
15014 Remove "-face" suffix from face names.
15015 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15016 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15017 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15018 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15019 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15020 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15021 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15022 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15023 New backward-compatibility aliases for renamed faces.
15024 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15025 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15026 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15027 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15028 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15029 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15030 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15031 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15032 Use renamed ediff faces.
15033
15034 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
15035 Remove "-face" suffix from face names.
15036 (eshell-test-ok-face, eshell-test-failed-face):
15037 New backward-compatibility aliases for renamed faces.
15038 (eshell-run-test): Use renamed eshell-test faces.
15039
15040 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
15041 face name.
15042 (eshell-prompt-face): New backward-compatibility alias for renamed
15043 face.
15044 (eshell-emit-prompt): Use renamed eshell-prompt face.
15045
15046 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15047 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15048 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15049 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15050 Remove "-face" suffix from face names.
15051 (eshell-ls-directory-face, eshell-ls-symlink-face)
15052 (eshell-ls-executable-face, eshell-ls-readonly-face)
15053 (eshell-ls-unreadable-face, eshell-ls-special-face)
15054 (eshell-ls-missing-face, eshell-ls-archive-face)
15055 (eshell-ls-backup-face, eshell-ls-product-face)
15056 (eshell-ls-clutter-face):
15057 New backward-compatibility aliases for renamed faces.
15058 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15059
15060 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15061 Remove "-face" suffix from face name.
15062 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15063 instead of literal face.
15064
15065 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
15066
15067 * emacs-lisp/warnings.el (display-warning, lwarn)
15068 (warning-minimum-log-level): Doc fixes.
15069 (warning-minimum-level, warning-minimum-log-level):
15070 Add :debug to :type choices.
15071
15072 * progmodes/ada-mode.el (ada-format-paramlist)
15073 (ada-get-indent-case, ada-check-matching-start)
15074 (ada-check-defun-name, ada-goto-matching-decl-start)
15075 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15076 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15077 (ada-make-subprogram-body): Follow error conventions.
15078 (ada-case-exception-file, ada-indent-comment-as-code)
15079 (ada-indent-handle-comment-special, ada-indent-renames)
15080 (ada-indent-return, ada-search-directories-internal)
15081 (ada-tab-policy, ada-case-exception-substring)
15082 (ada-other-file-alist, ada-matching-start-re)
15083 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15084 (ada-imenu-generic-expression, ada-compile-goto-error)
15085 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15086 (ada-popup-menu, ada-add-extensions, ada-mode)
15087 (ada-region-selected, ada-create-case-exception)
15088 (ada-create-case-exception-substring, ada-after-keyword-p)
15089 (ada-activate-keys-for-case, ada-adjust-case-region)
15090 (ada-adjust-case-buffer, ada-format-paramlist)
15091 (ada-scan-paramlist, ada-insert-paramlist)
15092 (ada-indent-newline-indent)
15093 (ada-indent-newline-indent-conditional)
15094 (ada-justified-indent-current, ada-goto-previous-word)
15095 (ada-indent-current, ada-get-indent-open-paren)
15096 (ada-get-indent-paramlist, ada-get-indent-end)
15097 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15098 (ada-get-indent-block-start, ada-get-indent-subprog)
15099 (ada-get-indent-noindent, ada-get-indent-label)
15100 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15101 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15102 (ada-goto-stmt-end, ada-goto-next-word)
15103 (ada-check-matching-start, ada-check-defun-name)
15104 (ada-goto-matching-decl-start, ada-goto-matching-start)
15105 (ada-goto-matching-end, ada-search-ignore-string-comment)
15106 (ada-in-decl-p, ada-looking-at-semi-or)
15107 (ada-looking-at-semi-private, ada-in-paramlist-p)
15108 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15109 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15110 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15111 (ada-previous-package, ada-create-menu)
15112 (ada-fill-comment-paragraph-justify)
15113 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15114 (ada-other-file-name, ada-last-which-function-line)
15115 (ada-last-which-function-subprog, ada-which-function)
15116 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15117 (ada-gen-treat-proc, ada-check-emacs-version)
15118 (ada-continuation-indent, ada-align-region-separate):
15119 Fix typos in docstrings.
15120 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15121
15122 2005-06-16 Lute Kamstra <lute@gnu.org>
15123
15124 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15125 conditionally.
15126
15127 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15128
15129 * comint.el (comint-replace-by-expanded-filename)
15130 (comint-prompt-regexp, comint-delimiter-argument-list)
15131 (comint-preinput-scroll-to-bottom):
15132 * info.el (Info-hide-cookies-node):
15133 * ls-lisp.el (ls-lisp-classify):
15134 * find-file.el (ff-search-directories, ff-special-constructs)
15135 (ff-find-other-file):
15136 * font-lock.el (font-lock-keywords):
15137 * shell.el (shell-prompt-pattern)
15138 (shell-dynamic-complete-functions, shell-mode)
15139 (shell-delimiter-argument-list):
15140 * term.el (term-replace-by-expanded-filename)
15141 (term-prompt-regexp, term-delimiter-argument-list):
15142 * woman.el (woman-ignore, woman0-if):
15143 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15144 * emacs-lisp/elint.el (elint-init-env):
15145 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15146 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15147 * language/ethio-util.el (ethio-tilde-escape)
15148 (ethio-use-three-dot-question):
15149 * net/zone-mode.el (zone-mode-load-time-setup):
15150 * progmodes/cc-align.el (c-lineup-argcont):
15151 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15152 * progmodes/cperl-mode.el (cperl-set-style-back):
15153 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15154 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15155 Fix spellings in docstrings.
15156
15157 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15158 * progmodes/modula2.el (m2-for): Fix spellings.
15159
15160 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15161
15162 * simple.el (undo-more): Don't use `format' on `error' arguments.
15163 Improve argument/docstring consistency.
15164 (pending-undo-list): Doc fix.
15165
15166 * smerge-mode.el (smerge-ensure-match):
15167 * emulation/vip.el (vip-ex):
15168 * net/zone-mode.el (zone-mode-update-serial):
15169 * progmodes/idlwave.el (idlwave-complete):
15170 * progmodes/vhdl-mode.el (vhdl-visit-file)
15171 (vhdl-compose-wire-components):
15172 Don't use `format' on `error' arguments.
15173
15174 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15175 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15176 (tooltip-help-tips): Fix typos in docstrings.
15177
15178 2005-06-16 David Ponce <david@dponce.com>
15179
15180 * tree-widget.el (tree-widget-value-create): Simplify last change.
15181
15182 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15183
15184 * ido.el (ido-incomplete-regexp): New variable.
15185 (ido-set-matches-1): Handle invalid-regexp error and set
15186 ido-incomplete-regexp.
15187 (ido-incomplete-regexp): New face.
15188 (ido-completions): Use it.
15189 (ido-complete, ido-exit-minibuffer, ido-completions):
15190 Handle incomplete regexps.
15191 (ido-completions): Add check for complete match when entering a regexp.
15192
15193 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15194
15195 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15196
15197 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15198
15199 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15200 by field delimiters.
15201
15202 2005-06-15 David Ponce <david@dponce.com>
15203
15204 * tree-widget.el: eval-and-compile inlined functions so they will
15205 be available at run-time too.
15206 (tree-widget-super-format-handler)
15207 (tree-widget-format-handler): Remove.
15208 (tree-widget-value-create): Handle the :indent property.
15209
15210 2005-06-15 Miles Bader <miles@gnu.org>
15211
15212 * progmodes/which-func.el (which-func): Only inherit
15213 `font-lock-function-name-face' when that makes sense against the
15214 default mode-line face, otherwise set the face color explicitly.
15215
15216 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15217 faces instead of (non-existent) variables.
15218
15219 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15220
15221 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15222 (iswitchb-get-matched-buffers): Likewise. Simplify.
15223
15224 2005-06-14 Miles Bader <miles@gnu.org>
15225
15226 * progmodes/ld-script.el (ld-script-location-counter):
15227 Remove "-face" suffix from face name.
15228 (ld-script-location-counter-face):
15229 New backward-compatibility alias for renamed face.
15230 (ld-script-location-counter-face): Use renamed face.
15231
15232 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15233 (cperl-hash): Remove "-face" suffix from face names.
15234 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15235 New backward-compatibility aliases for renamed faces.
15236 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15237 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15238
15239 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15240 name.
15241 (which-func-face): New backward-compatibility alias for renamed face.
15242 (which-func-format): Use renamed which-func face.
15243
15244 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15245 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15246 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15247 names.
15248 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15249 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15250 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15251 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15252 (vhdl-speedbar-architecture-selected)
15253 (vhdl-speedbar-configuration-selected)
15254 (vhdl-speedbar-package-selected)
15255 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15256 names.
15257 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15258 Use renamed faces.
15259 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15260 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15261 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15262 Use renamed faces.
15263 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15264 names.
15265 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15266 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15267 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15268 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15269 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15270 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15271
15272 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15273 face name.
15274 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15275 (sh-heredoc-face): Use renamed sh-heredoc face.
15276
15277 * progmodes/idlw-help.el (idlwave-help-link):
15278 Remove "-face" suffix from face name.
15279 (idlwave-help-link-face):
15280 New backward-compatibility alias for renamed face.
15281 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15282
15283 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15284 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15285 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15286 New backward-compatibility aliases for renamed faces.
15287 (idlwave-shell-disabled-breakpoint-face)
15288 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15289
15290 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15291 Remove "-face" suffix from face names.
15292 (flymake-errline-face, flymake-warnline-face):
15293 New backward-compatibility aliases for renamed faces.
15294 (flymake-highlight-line): Use renamed flymake faces.
15295
15296 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15297 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15298 (ebrowse-member-class, ebrowse-progress):
15299 Remove "-face" suffix from face names.
15300 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15301 (ebrowse-file-name-face, ebrowse-default-face)
15302 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15303 (ebrowse-progress-face):
15304 New backward-compatibility aliases for renamed faces.
15305 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15306 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15307 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15308 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15309
15310 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15311 antlr-syntax)
15312 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15313 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15314 names.
15315 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15316 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15317 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15318 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15319 backward-compatibility aliases for renamed faces.
15320 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15321 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15322 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15323 remove "font-lock-". Use renamed antlr-mode faces.
15324 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15325 literal face-names with face variable references.
15326
15327 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15328 face name.
15329 (Buffer-menu-buffer-face): New backward-compatibility alias for
15330 renamed face.
15331 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15332
15333 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15334
15335 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15336 Eliminate "-face" suffix.
15337 (makefile-targets): Inherit from font-lock-function-name-face and
15338 eliminate "-face" suffix.
15339 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15340 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15341 actions, instead of prepending, to make it less visible.
15342 (makefile-previous-dependency, makefile-match-dependency):
15343 Don't match a target on a continuation line.
15344
15345 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15346
15347 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15348
15349 * progmodes/gdb-ui.el (menu): Re-order menu items.
15350 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15351
15352 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15353 Define in tooltip.el.
15354 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15355 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15356 gud-tooltip-echo-area.
15357
15358 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15359 backward compatibility and make obsolete.
15360 (tooltip-help-tips): Use tooltip-use-echo-area.
15361 (tooltip-show-help-function): Rename to...
15362 (tooltip-show-help): ...this, because it is a function.
15363 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15364
15365 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15366
15367 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15368 (edebug-print-length, edebug-print-level, edebug-print-circle)
15369 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15370 (edebug-eval-print-last-sexp): Doc fixes.
15371
15372 2005-06-14 Kim F. Storm <storm@cua.dk>
15373
15374 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15375 as the coverage buffer/file/both may change.
15376
15377 2005-06-14 Lute Kamstra <lute@gnu.org>
15378
15379 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15380 and run-mode-hooks. Simplify.
15381
15382 * mail/rmailedit.el (rmail-edit-mode):
15383 * progmodes/octave-inf.el (inferior-octave-mode):
15384 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15385
15386 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15387 and run-mode-hooks.
15388 (recentf-edit-list, recentf-open-files): Don't call
15389 kill-all-local-variables directly.
15390
15391 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15392
15393 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15394
15395 * emacs-lisp/byte-run.el (make-obsolete)
15396 (define-obsolete-function-alias): Rename arguments FUNCTION and
15397 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15398 (make-obsolete-variable, define-obsolete-variable-alias):
15399 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15400 respectively.
15401
15402 * isearchb.el (isearchb-activate):
15403 * pcvs.el (cvs-mode):
15404 * ses.el (ses-load):
15405 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15406 * net/tramp.el (tramp-find-file-exists-command)
15407 (tramp-find-shell):
15408 * progmodes/ada-mode.el (ada-create-case-exception)
15409 (ada-create-case-exception-substring, ada-make-subprogram-body):
15410 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15411 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15412 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15413 * textmodes/org.el (org-promote, org-evaluate-time-range)
15414 (org-agenda-next-date-line, org-agenda-previous-date-line)
15415 (org-agenda-error, org-open-at-point, org-table-move-row)
15416 (org-format-table-table-html-using-table-generate-source)
15417 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15418 * textmodes/reftex.el (reftex-access-scan-info):
15419 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15420 (reftex-toc-promote-prepare): Follow error conventions.
15421
15422 * diff-mode.el (diff-mode): Fix typo in docstring.
15423
15424 * forms.el (forms--intuit-from-file): Fix reference to
15425 `forms-number-of-fields' in error message.
15426 (forms-print): Fix quoting in error message.
15427
15428 * forms.el (forms-mode):
15429 * emulation/vi.el (vi-goto-insert-state):
15430 * progmodes/flymake.el (flymake-new-err-info)
15431 (flymake-start-syntax-check-for-current-buffer)
15432 (flymake-simple-cleanup):
15433 * eshell/esh-var.el (eshell/export):
15434 * progmodes/gud.el (xdb):
15435 * textmodes/flyspell.el (flyspell-incorrect-hook)
15436 (flyspell-maybe-correct-transposition)
15437 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15438
15439 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15440
15441 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15442 minibuffer prompt.
15443
15444 2005-06-13 Kim F. Storm <storm@cua.dk>
15445
15446 * subr.el (add-to-ordered-list): New defun.
15447
15448 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15449 add cua--keymap-alist to emulation-mode-map-alists.
15450
15451 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15452
15453 * subr.el (complete-in-turn): New macro.
15454 (dynamic-completion-table, lazy-completion-table): Add debug info.
15455
15456 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15457 in preference to face aliases.
15458
15459 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15460 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15461 Remove unused vars `start' and `firstline'.
15462 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15463 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15464
15465 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15466
15467 * cus-start.el (all): Don't complain about missing GTK-related
15468 variables, unless either `gtk' is boundp or this isn't a
15469 `windows-nt' build.
15470
15471 2005-06-13 Lute Kamstra <lute@gnu.org>
15472
15473 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15474 run-mode-hooks.
15475
15476 * ediff-mult.el (ediff-meta-mode):
15477 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15478
15479 * ledit.el (ledit-mode): Use delay-mode-hooks.
15480
15481 * woman.el (woman-mode-line-format): Delete constant.
15482 (woman-mode-map): Initialize it properly.
15483 (woman-mode): Set mode-class property to special.
15484 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15485 Set major-mode and mode-name. Don't set mode-line-format directly.
15486 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15487
15488 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15489 string argument obsolete.
15490
15491 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15492
15493 * textmodes/org.el (org-CUA-compatible): New option.
15494 (org-disputed-keys): New variable.
15495 (org-key): New function.
15496 (orgtbl-make-binding): Add docstring to the created function.
15497 (org-mode): Set paragraph start/separate regexps.
15498 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15499 (org-archive-location, org-archive-mark-done)
15500 (org-archive-stamp-time): New options.
15501 (org-archive-subtree): New command.
15502 (org-fill-paragraph): New function.
15503 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15504 (org-fake-empty-table-line): Function removed.
15505 (org-format-org-table-html): Do not create empty table lines at
15506 separator lines. Improved table header treatment.
15507 (org-link-format): New option.
15508 (org-make-link): New function.
15509 (org-insert-link, org-store-link): Use org-make-link.
15510 (org-open-file): Quote file name for shell command, to allow
15511 spaces in file names.
15512 (org-link-regexp): Fix bug with mailto link.
15513 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15514 New constants.
15515 (org-export-as-html): Deal with the optional angles around a link.
15516 Better treatment of file: links.
15517 (org-open-at-point): Replace @{ and @} with < and >.
15518 (org-run-mode-hooks): Function removed.
15519 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15520
15521 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15522
15523 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15524 MI command -data-list-register-values.
15525 (gdb-post-prompt): Indent properly.
15526
15527 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15528
15529 * hilit-chg.el (highlight-changes-colors): Rename from
15530 `highlight-changes-colours'.
15531 (highlight-changes-colours): Keep as obsolete alias.
15532 (highlight-changes-face-list): Doc fix.
15533 (hilit-chg-make-list): Use `highlight-changes-colors'.
15534
15535 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15536
15537 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15538 defun-prompt-regexp.
15539
15540 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15541
15542 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15543 and cygwin.
15544
15545 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15546 Don't use an old loaddefs.el, as in Makefile.in.
15547
15548 2005-06-12 Lute Kamstra <lute@gnu.org>
15549
15550 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15551
15552 * man.el (Man-mode-map): Initialize it properly.
15553 (Man-mode): Set mode-class property to special.
15554
15555 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15556
15557 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15558
15559 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15560 A newline is needed in the docstring there.
15561
15562 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15563 Doc fixes.
15564
15565 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15566
15567 * printing.el: Doc fix. The menubar is no more changed when printing
15568 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15569 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15570 (pr-version): New version number (6.8.4).
15571 (pr-menu-bind): New command.
15572 (pr-update-menus): Docstring and code fix.
15573 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15574 Docstring fix.
15575 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15576 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15577
15578 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15579
15580 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15581 "Returns" to "return", document useful return values, etc.
15582
15583 2005-06-11 Alan Mackenzie <acm@muc.de>
15584
15585 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15586 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15587 (adaptive-file-function): Minor amendment to doc-string.
15588
15589 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15590
15591 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15592 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15593 Fix :type--it is `integer', not `string'.
15594
15595 * faces.el (modeline-highlight): Rename from (the erroneous)
15596 `modeline-higilight'.
15597
15598 2005-06-11 Lute Kamstra <lute@gnu.org>
15599
15600 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15601 lisp-interaction-mode-map but make it the parent.
15602 (edebug-eval-mode): Use define-derived-mode.
15603
15604 2005-06-11 Andreas Schwab <schwab@suse.de>
15605
15606 * bindings.el: Add binding of `ESC functionkey' for every
15607 `M-functionkey'.
15608 * hexl.el (hexl-mode-map): Likewise.
15609
15610 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15611
15612 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15613 [msft]: update regexp for newer msft compilers.
15614
15615 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15616
15617 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15618 ATTLIST portions of included DTDs.
15619 (xml-parse-dtd): Eliminate use of inefficient match-data.
15620
15621 2005-06-10 Miles Bader <miles@gnu.org>
15622
15623 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15624 (mpuz-text): Remove "-face" suffix from face names.
15625 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15626 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15627 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15628
15629 * play/gomoku.el (gomoku-O, gomoku-X):
15630 Remove "-face" suffix from face names.
15631 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15632 New backward-compatibility aliases for renamed faces.
15633 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15634
15635 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15636
15637 * thumbs.el: Fixes for changes of 2005-06-09.
15638 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15639 as a directory.
15640 (thumbs-thumbname): Remove directory separator from format string;
15641 `thumbs-thumbsdir' now returns a valid directory name.
15642 (thumbs-temp-dir): New defsubst.
15643 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15644 Use it.
15645
15646 * cus-edit.el (minibuffer):
15647 * files.el (make-backup-file-name-function):
15648 * filesets.el (filesets-external-viewers):
15649 * hilit-chg.el (highlight-changes-colours)
15650 (highlight-changes-face-list, highlight-changes-rotate-faces):
15651 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15652 * kmacro.el (kmacro-call-macro):
15653 * log-edit.el (log-edit-changelog-full-paragraphs):
15654 * mouse.el (mouse-1-click-follows-link):
15655 * skeleton.el (skeleton-autowrap):
15656 * subr.el (insert-for-yank-1):
15657 * tempo.el (tempo-insert-region):
15658 * terminal.el (terminal-emulator):
15659 * time.el (display-time-mail-face):
15660 * vc.el (vc-annotate):
15661 * vcursor.el (vcursor-copy-line):
15662 * woman.el (woman-bold-headings, woman-ignore)
15663 (woman-default-faces, woman-monochrome-faces):
15664 * calendar/todo-mode.el (todo-insert-threshold):
15665 * emulation/pc-select.el (pc-select-selection-keys-only)
15666 (pc-selection-mode):
15667 * emulation/vip.el (vip-find-char-forward):
15668 * emulation/viper-cmd.el (viper-find-char-forward):
15669 * international/mule-cmds.el
15670 (select-safe-coding-system-accept-default-p)
15671 (input-method-exit-on-invalid-key):
15672 * international/mule-diag.el (describe-coding-system):
15673 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15674 * net/browse-url.el (browse-url-xterm-program):
15675 * obsolete/lazy-lock.el (lazy-lock-mode):
15676 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15677 (cperl-mode):
15678 * progmodes/cpp.el (cpp-face-light-name-list)
15679 (cpp-face-dark-name-list):
15680 * progmodes/delphi.el (delphi-newline-always-indents):
15681 Fix spellings in docstrings.
15682
15683 * ido.el (ido-mode, ido-file-extensions-order)
15684 (ido-default-file-method, ido-default-buffer-method)
15685 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15686 (ido-decorations, ido-read-file-name-as-directory-commands)
15687 (ido-read-file-name-non-ido, ido-work-directory-list)
15688 (ido-ignore-item-temp-list, ido-current-directory)
15689 (ido-magic-forward-char, ido-enter-find-file)
15690 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15691 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15692
15693 2005-06-10 Lute Kamstra <lute@gnu.org>
15694
15695 * play/dunnet.el (dun-mode): Use define-derived-mode.
15696 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
15697 obsolete alias.
15698
15699 * play/doctor.el (doctor-mode-map): Remove defvar.
15700 (doctor-mode): Use define-derived-mode.
15701
15702 * mail/mspools.el (mspools-mode):
15703 * net/eudc-hotlist.el (eudc-hotlist-mode):
15704 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15705
15706 2005-06-10 Miles Bader <miles@gnu.org>
15707
15708 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15709 Remove "-face" suffix from face names.
15710 (flyspell-incorrect-face, flyspell-duplicate-face):
15711 New backward-compatibility aliases for renamed faces.
15712 (flyspell-mode-on, make-flyspell-overlay)
15713 (flyspell-highlight-incorrect-region)
15714 (flyspell-highlight-duplicate-region)
15715 (flyspell-display-next-corrections)
15716 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15717
15718 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15719 from face name.
15720 (texinfo-heading-face): New backward-compatibility alias for
15721 renamed face.
15722 (texinfo-heading-face): Use renamed texinfo-heading face.
15723
15724 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15725 suffix from face names.
15726 (tex-math-face, tex-verbatim-face):
15727 New backward-compatibility aliases for renamed faces.
15728 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15729 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15730 literal face name.
15731
15732 * textmodes/table.el (table-cell): Remove "-face" suffix from face
15733 name.
15734 (table-cell-face): New backward-compatibility alias for renamed face.
15735 (table--put-cell-face-property, table--update-cell-face):
15736 Use renamed table-cell face.
15737
15738 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15739 from face name.
15740 (sgml-namespace-face): New backward-compatibility alias for
15741 renamed face.
15742 (sgml-namespace-face): Use renamed sgml-namespace face.
15743
15744 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15745 (org-level-4, org-level-5, org-level-6, org-level-7)
15746 (org-level-8, org-warning, org-headline-done)
15747 (org-deadline-announce, org-scheduled-today)
15748 (org-scheduled-previously, org-link, org-done, org-table)
15749 (org-time-grid): Remove "-face" suffix from face names.
15750 (org-level-1-face, org-level-2-face, org-level-3-face)
15751 (org-level-4-face, org-level-5-face, org-level-6-face)
15752 (org-level-7-face, org-level-8-face, org-warning-face)
15753 (org-headline-done-face, org-deadline-announce-face)
15754 (org-scheduled-today-face, org-scheduled-previously-face)
15755 (org-link-face, org-done-face, org-table-face)
15756 (org-time-grid-face):
15757 New backward-compatibility aliases for renamed faces.
15758 (org-level-faces, org-set-font-lock-defaults, org-timeline)
15759 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15760 (org-agenda-get-timestamps, org-agenda-get-scheduled)
15761 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15762
15763 * emulation/viper-init.el (viper-search, viper-replace-overlay)
15764 (viper-minibuffer-emacs, viper-minibuffer-insert)
15765 (viper-minibuffer-vi): Remove "-face" suffix from face names.
15766 (viper-search-face, viper-replace-overlay-face)
15767 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15768 (viper-minibuffer-vi-face):
15769 New backward-compatibility aliases for renamed faces.
15770 (viper-search-face, viper-replace-overlay-face)
15771 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15772 (viper-minibuffer-vi-face): Use renamed viper faces.
15773
15774 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15775 Remove "-face" suffix from face names.
15776 (testcover-nohits-face, testcover-1value-face):
15777 New backward-compatibility aliases for renamed faces.
15778 (testcover-mark): Use renamed testcover faces.
15779
15780 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15781 face name.
15782 (diary-button-face): New backward-compatibility alias for renamed face.
15783 (diary-entry): Use renamed diary-button face.
15784
15785 * calendar/calendar.el (diary, calendar-today, holiday)
15786 (mark-visible-calendar-date): Remove "-face" suffix from face names.
15787 (diary-face, calendar-today-face, holiday-face):
15788 New backward-compatibility aliases for renamed faces.
15789 (eval-after-load "facemenu", diary-entry-marker)
15790 (calendar-today-marker, calendar-holiday-marker, diary-face):
15791 Use renamed calendar faces.
15792
15793 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15794 (compare-windows-face): New backward-compatibility alias for
15795 renamed face.
15796 (compare-windows-highlight): Use renamed compare-windows face.
15797
15798 * strokes.el (strokes-char): Remove "-face" suffix from face name.
15799 (strokes-char-face): New backward-compatibility alias for renamed face.
15800 (strokes-encode-buffer): Use renamed strokes-char face.
15801
15802 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15803 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15804 Remove "-face" suffix from face names.
15805 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15806 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15807 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15808 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15809 Use renamed pcvs faces.
15810 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15811 * pcvs-defs.el (cvs-mode-map): Likewise.
15812 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15813
15814 * info.el (info-title-1, info-title-2, info-title-3)
15815 (info-title-4): Remove "-face" suffix from and downcase face names.
15816 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15817 (Info-title-4-face):
15818 New backward-compatibility aliases for renamed faces.
15819 (Info-fontify-node): Use renamed info faces.
15820
15821 * hilit-chg.el (highlight-changes, highlight-changes-delete):
15822 Remove "-face" suffix from face names.
15823 (highlight-changes-face, highlight-changes-delete-face):
15824 New backward-compatibility aliases for renamed faces.
15825 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15826 (hilit-chg-make-list): Use renamed highlight-changes faces.
15827
15828 * generic-x.el (show-tabs-tab, show-tabs-space):
15829 Remove "-face" suffix from face names.
15830 (show-tabs-tab-face, show-tabs-space-face):
15831 New backward-compatibility aliases for renamed faces.
15832 (show-tabs-generic-mode-font-lock-defaults-1)
15833 (show-tabs-generic-mode-font-lock-defaults-2):
15834 Use renamed show-tabs faces.
15835
15836 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15837 (smerge-markers): Remove "-face" suffix from face names.
15838 (smerge-mine-face, smerge-other-face, smerge-base-face)
15839 (smerge-markers-face):
15840 New backward-compatibility aliases for renamed faces.
15841 (smerge-mine-face, smerge-other-face, smerge-base-face)
15842 (smerge-markers-face): Use renamed smerge faces.
15843
15844 * log-view.el (log-view-file, log-view-message): Remove "-face"
15845 suffix from face names.
15846 (log-view-file-face, log-view-message-face):
15847 New backward-compatibility aliases for renamed faces.
15848 (log-view-file-face, log-view-message-face): Use renamed log-view
15849 faces.
15850
15851 * paren.el (show-paren-match, show-paren-mismatch):
15852 Remove "-face" suffix from face names.
15853 (show-paren-match-face, show-paren-mismatch-face):
15854 New backward-compatibility aliases for renamed faces.
15855 (show-paren-function): Use renamed show-paren faces.
15856
15857 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15858 (ruler-mode-margins, ruler-mode-fringes)
15859 (ruler-mode-column-number, ruler-mode-fill-column)
15860 (ruler-mode-comment-column, ruler-mode-goal-column)
15861 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15862 suffix from face names.
15863 (ruler-mode-default-face, ruler-mode-pad-face)
15864 (ruler-mode-margins-face, ruler-mode-fringes-face)
15865 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15866 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15867 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15868 New backward-compatibility aliases for renamed faces.
15869 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15870 (ruler-mode-column-number, ruler-mode-fill-column)
15871 (ruler-mode-comment-column, ruler-mode-goal-column)
15872 (ruler-mode-tab-stop, ruler-mode-current-column)
15873 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15874 faces.
15875
15876 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15877 face name.
15878 (whitespace-highlight-the-space): Use renamed face.
15879 (whitespace-highlight-face): New backward-compatibility alias for
15880 renamed face.
15881
15882 * woman.el (woman-italic, woman-bold, woman-unknown)
15883 (woman-addition, woman-symbol-face):
15884 Remove "-face" suffix from face names.
15885 (woman-italic-face, woman-bold-face, woman-unknown-face)
15886 (woman-addition-face):
15887 New backward-compatibility aliases for renamed faces.
15888 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15889 (woman-decode-region, woman-replace-match)
15890 (woman-display-extended-fonts, woman-special-characters)
15891 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15892 Use renamed woman faces.
15893
15894 * longlines.el (longlines-visible-face): Face removed.
15895
15896 * diff-mode.el (diff-header, diff-file-header, diff-index)
15897 (diff-hunk-header, diff-removed, diff-added, diff-changed)
15898 (diff-function, diff-context, diff-nonexistent): Remove "-face"
15899 suffix from face names.
15900 (diff-header-face, diff-file-header-face, diff-index-face)
15901 (diff-hunk-header-face, diff-removed-face, diff-added-face)
15902 (diff-changed-face, diff-function-face, diff-context-face)
15903 (diff-nonexistent-face): New backward-compatibility aliases for
15904 renamed faces.
15905 (diff-header-face, diff-file-header-face)
15906 (diff-index, diff-index-face, diff-hunk-header)
15907 (diff-hunk-header-face, diff-removed, diff-removed-face)
15908 (diff-added, diff-added-face, diff-changed-face, diff-function)
15909 (diff-function-face, diff-context-face, diff-nonexistent)
15910 (diff-nonexistent-face): Use renamed diff-mode faces.
15911
15912 * progmodes/compile.el (compilation-warning-face)
15913 (compilation-info-face): Remove "-face" suffix from face names.
15914 (compilation-warning-face, compilation-info-face):
15915 New backward-compatibility aliases for renamed faces.
15916 (compilation-warning-face, compilation-info-face):
15917 Use renamed compilation faces.
15918
15919 * add-log.el (change-log-date, change-log-name)
15920 (change-log-email, change-log-file, change-log-list)
15921 (change-log-conditionals, change-log-function)
15922 (change-log-acknowledgement): Remove "-face" suffix from face names.
15923 (change-log-date-face, change-log-name-face)
15924 (change-log-email-face, change-log-file-face)
15925 (change-log-list-face, change-log-conditionals-face)
15926 (change-log-function-face, change-log-acknowledgement-face):
15927 New backward-compatibility aliases for renamed faces.
15928 (change-log-font-lock-keywords): Use renamed change-log faces.
15929
15930 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
15931 (custom-set, custom-changed, custom-saved, custom-button)
15932 (custom-button-pressed, custom-documentation, custom-state)
15933 (custom-comment, custom-comment-tag, custom-variable-tag)
15934 (custom-variable-button, custom-face-tag, custom-group-tag-1)
15935 (custom-group-tag): Remove "-face" suffix from face names.
15936 (custom-magic-alist, custom-magic-value-create)
15937 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
15938 (custom-invalid-face, custom-rogue-face, custom-modified-face)
15939 (custom-set-face, custom-changed-face, custom-saved-face)
15940 (custom-button-face, custom-button-pressed-face)
15941 (custom-documentation-face, custom-state-face)
15942 (custom-comment-face, custom-comment-tag-face)
15943 (custom-variable-tag-face, custom-variable-button-face)
15944 (custom-face-tag-face, custom-group-tag-face-1)
15945 (custom-group-tag-face):
15946 New backward-compatibility aliases for renamed faces.
15947
15948 * wid-edit.el (widget-documentation, widget-button)
15949 (widget-field, widget-single-line-field, widget-inactive)
15950 (widget-button-pressed): "-face" suffix removed from face names.
15951 (widget-documentation-face, widget-button-face)
15952 (widget-field-face, widget-single-line-field-face)
15953 (widget-inactive-face, widget-button-pressed-face):
15954 New backward-compatibility aliases for renamed faces.
15955 (widget-documentation-face, widget-button-face)
15956 (widget-button-pressed-face, widget-specify-field)
15957 (widget-specify-inactive): Use renamed widget faces.
15958
15959 2005-06-10 Kenichi Handa <handa@m17n.org>
15960
15961 * term/x-win.el (x-clipboard-yank): Remove condition-case
15962 wrapping.
15963
15964 2005-06-11 Kenichi Handa <handa@m17n.org>
15965
15966 * add-log.el (change-log-font-lock-keywords): Make the regexp for
15967 date lines stricter.
15968
15969 2005-06-10 Zhang Wei <id.brep@gmail.com>
15970
15971 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
15972 of x-get-selection.
15973
15974 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15975
15976 * comint.el (comint-mode, comint-snapshot-last-prompt):
15977 * frame.el (frame-current-scroll-bars):
15978 * term.el (term-mode, term-check-proc, term-input-sender)
15979 (term-simple-send, term-extract-string, term-word)
15980 (term-match-partial-filename):
15981 * window.el (window-current-scroll-bars):
15982 * emulation/cua-base.el (cua-normal-cursor-color)
15983 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
15984 (cua-global-mark-cursor-color):
15985 * mail/undigest.el (rmail-forward-separator-regex):
15986 Fix typos in docstrings.
15987
15988 * comint.el (comint-check-proc, make-comint-in-buffer)
15989 (comint-source-default): Doc fixes.
15990
15991 * term.el (term-send-string): Improve argument/docstring consistency.
15992
15993 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
15994
15995 * comint.el (comint-send-input): Bind `inhibit-read-only' around
15996 call to `delete-region'.
15997 (comint-mode-hook): Do not enable Font Lock by default.
15998
15999 2005-06-09 Lute Kamstra <lute@gnu.org>
16000
16001 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
16002 could be void.
16003
16004 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
16005
16006 * emacs-lisp/debug.el (debugger-will-be-back): New var.
16007 (debug): Use it.
16008 (debugger-step-through, debugger-continue, debugger-jump)
16009 (debugger-return-value): Set it when needed.
16010 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
16011 Use inhibit-read-only.
16012
16013 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
16014
16015 * window.el (shrink-window-if-larger-than-buffer)
16016 (window-size-fixed): Fix typo in docstring.
16017
16018 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
16019 thumbnails directory on loading.
16020 (thumbs-conversion-program): Use `eq' to check the system type,
16021 not `equal'.
16022 (thumbs-temp-dir): Initialize to `temporary-file-directory',
16023 not "/tmp". Fix docstring.
16024 (thumbs-thumbsdir): New function to return the thumbnails
16025 directory, creating it if needed.
16026 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
16027 (thumbs-temp-file): Delete variable and make it into a function.
16028 (thumbs-resize-image, thumbs-modify-image): Use it.
16029 (thumbs-kill-buffer): Simplify.
16030 (thumbs-gensym): Defalias or duplicate CL `gensym'.
16031 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
16032 docstrings.
16033
16034 2005-06-09 Kim F. Storm <storm@cua.dk>
16035
16036 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
16037 set-match-data to free markers in match-data.
16038
16039 * replace.el (replace-match-data): Pass RESEAT arg `t' to
16040 match-data to unchain markers in match-data.
16041
16042 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
16043
16044 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16045 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
16046 unnecessary now.
16047
16048 2005-06-08 Richard M. Stallman <rms@gnu.org>
16049
16050 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16051 give the variable a doc string that doesn't say don't set it directly.
16052
16053 * textmodes/ispell.el (ispell-check-version):
16054 Use match-string-no-properties.
16055 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16056 (ispell-buffer-local-words): Likewise.
16057
16058 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16059 except on terminals with enough colors to really display it.
16060 (makefile-dependency-regex): Delete spurious `bb'.
16061
16062 * faces.el (escape-glyph): Use blue once again in last case.
16063 (no-break-space): Redefine so that it isn't invisible on a tty.
16064
16065 2005-06-08 Kim F. Storm <storm@cua.dk>
16066
16067 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16068 also when reading directory name.
16069
16070 2005-06-08 Lute Kamstra <lute@gnu.org>
16071
16072 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16073 (flyspell-mode-line-string): Remove autoload cookie.
16074 (flyspell-mode): Remove defvar.
16075
16076 2005-06-07 Lute Kamstra <lute@gnu.org>
16077
16078 * textmodes/org.el (org-run-mode-hooks): New function.
16079 (org-agenda-mode): Use it.
16080
16081 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16082
16083 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16084
16085 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16086
16087 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16088
16089 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16090
16091 * font-lock.el (font-lock-add-keywords): Doc fix.
16092
16093 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16094
16095 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16096 (tex-compile-default): In the absence of any history, use the order in
16097 tex-compile-alist to choose the preferred command.
16098 (tex-compile-commands): Reorder a bit.
16099
16100 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16101 (flyspell-incorrect-face, flyspell-duplicate-face):
16102 Use (X)Emacs-agnostic code.
16103 (flyspell-mode-map): Don't overwrite at each load. Remove code
16104 redundant with the subsequent add-minor-mode. Merge Emacs and
16105 XEmacs code.
16106 (flyspell-word): Minor simplification.
16107 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16108 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16109 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16110 Merge the corresponding Emacs code.
16111 (flyspell-correct-word, flyspell-xemacs-popup):
16112 Use flyspell-do-correct.
16113
16114 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16115 a dedicated window.
16116
16117 * international/latexenc.el (latexenc-find-file-coding-system):
16118 Undo part of last patch, to turn off a compiler warning.
16119
16120 2005-06-06 Juri Linkov <juri@jurta.org>
16121
16122 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16123 Rename `tmm-inactive-face' to `tmm-inactive'.
16124
16125 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16126
16127 * iswitchb.el: Rename faces.
16128
16129 2005-06-06 Kim F. Storm <storm@cua.dk>
16130
16131 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16132 (cua-global-mark): Remove -face suffix from face names.
16133
16134 * emulation/cua-gmrk.el (cua--init-global-mark):
16135 Remove cua-global-mark face setup.
16136
16137 2005-06-06 Richard M. Stallman <rms@gnu.org>
16138
16139 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16140 just like other allowed characters.
16141 (makefile-match-dependency): Exclude leading and training whitespace
16142 from the range of regexp subexp 1.
16143 (makefile-macroassign-regex): Don't try to match the body,
16144 just the name of the macro being defined.
16145
16146 * info.el (Info-read-node-name-2): New function.
16147 (Info-read-node-name-1): Use that.
16148 Add a completion-base-size-function property.
16149
16150 * simple.el (completion-setup-function): Look for
16151 completion-base-size-function property of minibuffer-completion-table.
16152
16153 * files.el (locate-file-completion): Doc fix.
16154
16155 * printing.el: Don't call pr-update-menus; user must do that.
16156
16157 * emacs-lisp/debug.el (debugger-window): New variable.
16158 (debug): Use debugger-window if it is set and still alive.
16159 Record debugger-window for next entry.
16160
16161 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16162
16163 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16164
16165 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16166 (hack-one-local-variable, hack-local-variables)
16167 (hack-local-variables-prop-line): Pass that arg.
16168
16169 2005-06-06 Kim F. Storm <storm@cua.dk>
16170
16171 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16172 (ido-indicator): Remove -face suffix from face names.
16173
16174 2005-06-06 Juri Linkov <juri@jurta.org>
16175
16176 * font-lock.el (font-lock-regexp-backslash)
16177 (font-lock-regexp-backslash-construct): New faces.
16178 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16179 after `('. Add `while-no-input' to control structures.
16180
16181 * faces.el (no-break-space, shadow): New faces.
16182 (escape-glyph): Use less loud colors pink2 and red4.
16183
16184 * diff-mode.el (diff-context-face)
16185 * dired.el (dired-ignored)
16186 * rfn-eshadow.el (file-name-shadow)
16187 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16188
16189 * info.el (Info-title-1-face): Use green instead of yellow because
16190 bold yellow is not readable on light backgrounds.
16191
16192 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16193 before selecting the desired mode to not spend time fontifying
16194 old contents.
16195
16196 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16197
16198 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16199 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16200
16201 * ps-print.el (ps-default-fg, ps-default-bg):
16202 Fix typos in docstrings.
16203
16204 * isearchb.el (isearchb): Don't pass a spurious second argument to
16205 `iswitchb-completions'.
16206
16207 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16208
16209 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16210 to preserve point.
16211 (gdb-find-file-hook): Add doc string.
16212
16213 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16214 C dereferenced pointer expression.
16215 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16216
16217 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16218
16219 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16220 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16221 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16222 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16223 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16224 Make background transparent.
16225
16226 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16227
16228 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16229 (font-lock-remove-keywords): Doc fix.
16230 (font-lock-mode-major-mode): Compiler defvar.
16231 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16232
16233 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16234 (font-lock-mode): Update `font-lock-mode-major-mode'.
16235 (font-lock-set-defaults): Compiler defvar.
16236 (font-lock-default-function): Take `font-lock-mode-major-mode'
16237 into account.
16238
16239 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16240 keep track of which major mode it enabled the minor mode for.
16241 Use find-file-hook again. Update docstring.
16242
16243 * simple.el (eval-expression-print-level)
16244 (eval-expression-print-length, eval-expression-debug-on-error):
16245 Doc fixes.
16246
16247 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16248
16249 * iswitchb.el (iswitchb-single-match-face)
16250 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16251 (iswitchb-invalid-regexp-face): New faces.
16252 (iswitchb-completions): Use them.
16253 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16254 now marked as an obsolete alias.
16255 (iswitchb-read-buffer): Remove check for bound font variables.
16256 (iswitchb-invalid-regexp): New free variable.
16257 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16258 set iswitchb-invalid-regexp.
16259 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16260 invalid regexps.
16261 (iswitchb-completions): Add check for complete match when entering
16262 a regexp.
16263 (iswitchb-completions): Remove require-match argument.
16264 (iswitchb-exhibit): Fix caller.
16265 (iswitchb-common-match-inserted): New variable.
16266 (iswitchb-complete, iswitchb-completion-help): Use it.
16267
16268 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16269
16270 * url-http.el (url-http-chunked-encoding-after-change-function):
16271 Use `url-http-debug' instead of `message'.
16272
16273 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16274
16275 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16276 callback argument.
16277
16278 2005-06-04 Kim F. Storm <storm@cua.dk>
16279
16280 * simple.el (line-move): Only call sit-for when moving backwards.
16281
16282 * ido.el (ido-make-merged-file-list-1): New defun split from
16283 ido-make-merged-file-list.
16284 (ido-make-merged-file-list): Bind throw-on-input around call to
16285 ido-make-merged-file-list-1. Return input-pending-p if
16286 interrupted by more input available.
16287 (ido-read-internal): Handle input-pending-p return value from
16288 ido-make-merged-file-list.
16289
16290 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16291
16292 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16293 compatibility code.
16294
16295 * international/latexenc.el (latexenc-find-file-coding-system):
16296 Don't inherit the EOL part of the coding-system from the
16297 tex-main buffer. Fit within 80 columns.
16298
16299 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16300
16301 * tmm.el (tmm-inactive-face): New face.
16302 (tmm-remove-inactive-mouse-face): New function.
16303 (tmm-prompt, tmm-add-one-shortcut)
16304 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16305 but not selectable.
16306
16307 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16308
16309 * faces.el (face-equal): Improve argument/docstring consistency.
16310
16311 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16312
16313 * progmodes/make-mode.el (makefile-targets-face)
16314 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16315 (makefile-bsdmake-dependency-regex)
16316 (makefile-makepp-rule-action-regex)
16317 (makefile-bsdmake-rule-action-regex): New constants.
16318 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16319
16320 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16321 Allow (...) within `...' for makepp messages.
16322
16323 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16324
16325 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16326
16327 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16328 "." files are deleted from all file lists before comparison.
16329
16330 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16331 (viper-ESC-key): Made them customizable.
16332
16333 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16334
16335 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16336
16337 * autorevert.el (auto-revert-buffers): Use save-match-data.
16338
16339 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16340
16341 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16342 menu items with a nil command binding.
16343
16344 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16345
16346 * emacs-lisp/cl-macs.el (defsetf):
16347 Improve argument/docstring consistency.
16348
16349 * faces.el (list-faces-display): Improve the formatting by
16350 computing the maximum length required for any face-name (reworked
16351 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16352 (internal-find-face): Remove redundant info in docstring.
16353
16354 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16355
16356 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16357 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16358 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16359 (gdb-assembler-custom): Improve regexps.
16360 (def-gdb-auto-update-handler): Use window point to preserve point.
16361
16362 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16363
16364 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16365
16366 2005-05-31 Jay Belanger <belanger@truman.edu>
16367
16368 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16369 to calc-embedded.
16370 (calc-embedded-make-info): Have plain prefix argument select
16371 entire line.
16372
16373 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16374
16375 * faces.el (list-faces-display): Signal error if passed a regexp
16376 that matches no face name.
16377
16378 * simple.el (filter-buffer-substring): Fix typo in docstring.
16379
16380 2005-05-31 Richard M. Stallman <rms@gnu.org>
16381
16382 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16383 (vhdl-emacs-21): Doc fix.
16384 (vhdl-mode): Unconditionally set comment-padding.
16385 (vhdl-fixup-whitespace-region): Insert spaces only where
16386 there are none.
16387 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16388
16389 2005-05-30 John Wiegley <johnw@newartisans.com>
16390
16391 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16392 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16393 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16394 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16395 `string-to-number'.
16396
16397 2005-05-30 Jay Belanger <belanger@truman.edu>
16398
16399 * calc/calc.el (calc-bug-address): Fix docstring.
16400 (calc-window-hook, calc-trail-window-hook): New variables.
16401 (calc-trail-display): Restore use of calc-trail-window-hook.
16402 (calc): Restore use of calc-window-hook.
16403
16404 2005-05-31 Masatake YAMATO <jet@gyve.org>
16405
16406 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16407
16408 * help-fns.el (help-C-file-name): Add autoload mark for
16409 `find-function-noselect'.
16410
16411 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16412
16413 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16414 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16415
16416 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16417
16418 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16419 included diary buffer if it was not already being visited.
16420 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16421
16422 * calendar/icalendar.el (top-level): Do not require appt.
16423
16424 * mail/supercite.el (sc-select-attribution): Only use a list
16425 element from sc-attrib-selection-list if it returns a string.
16426 Reported by Davide G. M. Salvetti <salve@debian.org>.
16427
16428 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16429
16430 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16431 includes a hash value to improve its uniqueness, and has a ".jpg"
16432 extension. Also, it is now a valid filename on all systems.
16433 (thumbs-make-thumb): Use `let', not `let*'.
16434 (thumbs-show-thumbs-list): Check for JPEG availability.
16435
16436 2005-05-30 Richard M. Stallman <rms@gnu.org>
16437
16438 * filesets.el (filesets-menu-ensure-use-cached):
16439 Prevent warning when emacs-version>= is undefined.
16440
16441 * printing.el (pr-interactive-n-up): Use string-to-number.
16442
16443 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16444
16445 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16446 Warn only when name to be defined is quoted.
16447
16448 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16449
16450 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16451 Make regexp more robust.
16452 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16453 Force regeneration of disassembly.
16454
16455 2005-05-29 Jay Belanger <belanger@truman.edu>
16456
16457 * calc/calc.el (calc-user-invocation): Check if
16458 calc-invocation-macro is non-nil.
16459
16460 2005-05-29 Juri Linkov <juri@jurta.org>
16461
16462 * add-log.el (change-log-font-lock-keywords):
16463 Add `+' to e-mail regexp to accept mail address with keywords.
16464
16465 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16466
16467 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16468
16469 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16470
16471 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16472
16473 2005-05-29 Richard M. Stallman <rms@gnu.org>
16474
16475 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16476 Undo the change that moves to end of the current word.
16477
16478 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16479
16480 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16481 Throw error when count <= 0 to ensure input is a number.
16482 (gdb-read-memory-custom): Pick up address from buffer.
16483 (gdb-memory-mode): Allow user to increment and decrement
16484 memory address from header line.
16485
16486 2005-05-29 Richard M. Stallman <rms@gnu.org>
16487
16488 * flyspell.el (flyspell-version): Function deleted.
16489 (flyspell-auto-correct-previous-hook): Doc fix.
16490
16491 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16492 Do nothing if memory is full.
16493
16494 * font-lock.el (font-lock-fontify-syntactically-region):
16495 Pass t for GREEDY to looking-back.
16496
16497 * saveplace.el (save-place-alist-to-file): Write the file
16498 using write-region.
16499
16500 * subr.el (looking-back): New argument GREEDY.
16501
16502 * progmodes/compile.el (compilation-start): Set the mode
16503 before inserting the initial text.
16504
16505 * progmodes/which-func.el (which-func-update-1): Turn the mode
16506 off in case of error by setting which-func-mode.
16507
16508 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16509
16510 * flyspell.el (flyspell-auto-correct-previous-word):
16511 Narrow down to what's on the screen, and recenter overlays
16512 at the end of the next word.
16513
16514 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16515
16516 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16517 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16518 (flyspell-abbrev-p): Default to nil.
16519 (flyspell-use-global-abbrev-table-p): Doc fix.
16520 (flyspell-large-region): Allow nil as value.
16521 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16522
16523 (mail-mode-flyspell-verify): More robust handling
16524 of `mail-header-separator'. More efficient signature detection.
16525 Allow for regexp metacharacters in message-header-separator.
16526 Adding `To' not to be checked in mail-mode-flyspell-verify.
16527
16528 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16529 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16530 Bind flyspell-auto-correct-binding.
16531 Bind C-. and C-, .
16532 (flyspell-mode-map): Likewise.
16533 (flyspell-mode): Doc fix.
16534 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16535 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16536 (flyspell-word-cache-result): New var, always local.
16537 (flyspell-check-pre-word-p): Doc fix.
16538 (flyspell-check-changed-word-p): Handle spc like newline.
16539 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16540 (flyspell-word-search-backward, flyspell-word-search-forward):
16541 New functions.
16542 (flyspell-word): Return t if nothing to check.
16543 When parsing TeX code, check for after } or \.
16544 Use flyspell-word-search-backward to find previous word.
16545 Return nil if duplicated word.
16546 For word already checked, return same value as last time.
16547 Set flyspell-word-cache-result after checking.
16548 Don't clobber the return value.
16549 (flyspell-get-word): Major rewrite.
16550 (flyspell-external-point-words): New locals pword, pcount.
16551 Fix size used in progress message.
16552 Find the proper corresponding word in flyspell-large-region-buffer.
16553 (flyspell-region): Check for flyspell-large-region = nil.
16554 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16555 (flyspell-auto-correct-word): Check that WORD is a cons.
16556 (flyspell-correct-word): Likewise.
16557
16558 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16559
16560 * progmodes/make-mode.el (makefile-rule-action-regex)
16561 (makefile-macroassign-regex, makefile-makepp-mode)
16562 (makefile-bsdmake-mode): Continuation lines may be empty.
16563 Reported by Joshua Varner.
16564 (makefile-makepp-font-lock-keywords): Add $(stem).
16565
16566 2005-05-28 Karl Berry <karl@gnu.org>
16567
16568 * textmodes/tex-mode.el: Now that tex-send-command calls
16569 shell-quote-argument (2005-03-31 change), remove all calls to
16570 shell-quote-argument; they all end up invoking tex-send-command.
16571 The double quoting loses on filenames with non-safe characters,
16572 such as "@". Reported by Frederik Fouvry.
16573
16574 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16575
16576 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16577 about preserving point.
16578
16579 2005-05-27 Jay Belanger <belanger@truman.edu>
16580
16581 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16582 Info-goto-node.
16583
16584 * calc/calc-embed.el (calc-embed-arg): New variable.
16585 (calc-do-embedded-activate, calc-embedded-activate-formula)
16586 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16587 variable by new variable.
16588 (calc-embedded-make-info): Replace undeclared variable by new
16589 variable. When selecting region with positive prefix
16590 argument, use end of previous line instead of beginning of line.
16591
16592 * calc/calc-aent.el (calc-arg-values): Declare it.
16593
16594 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16595 Declare them.
16596
16597 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16598
16599 * calc/calc.el (calc-alg-map): Declare it.
16600
16601 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16602
16603 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16604
16605 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16606 (gdb-registers-buffer, toggle-gdb-all-registers):
16607 Toggle display of floating point registers.
16608 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16609
16610 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16611 (toggle-gud-tooltip-dereference):
16612 Rename from gud-toggle-tooltip-dereference.
16613
16614 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16615
16616 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16617
16618 2005-05-27 Jay Belanger <belanger@truman.edu>
16619
16620 * calc/calc-prog.el (calc-kbd-report): Remove.
16621 (calc-kbd-query): Rewrite.
16622
16623 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16624
16625 * image.el (image-library-alist): Move to image.c.
16626 (image-type-available-p): Doc fix.
16627
16628 2005-05-27 Lute Kamstra <lute@gnu.org>
16629
16630 * calc/calc.el (calc):
16631 * outline.el (outline-1, outline-2, outline-3, outline-4)
16632 (outline-5, outline-6, outline-7, outline-8):
16633 * textmodes/dns-mode.el (dns-mode):
16634 * textmodes/sgml-mode.el (sgml-namespace-face):
16635 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16636 (tex-verbatim-face, tex-use-reftex):
16637 * textmodes/texinfo.el (texinfo-heading-face):
16638 Specify customization group.
16639
16640 * longlines.el: Don't require easy-mmode.
16641 (longlines-visible-face): Specify customization group.
16642
16643 2005-05-27 Kenichi Handa <handa@m17n.org>
16644
16645 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16646 encoding table of windows-1251.
16647
16648 * international/ucs-tables.el (ucs-set-table-for-input):
16649 If translation-table-for-input of a coding system is a symbol, get
16650 its translation-table property.
16651
16652 * international/code-pages.el: Don't register a coding system into
16653 non-iso-charset-alist more than once.
16654 (cp-make-coding-system): Likewise.
16655
16656 2005-05-26 John Wiegley <johnw@newartisans.com>
16657
16658 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16659 `eshell-resume-eval' is wrapped in a list, it indicates that the
16660 command was run asynchronously. In that case, unwrap the value
16661 before checking the delimiter value.
16662
16663 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16664 character before a space at the end of a line is \, assume the space
16665 is part of the last argument rather than a final argument separator.
16666
16667 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16668 is in use, and the target is `t' or `nil' (which are the most common
16669 values), don't assume that the symbol target is a buffer.
16670
16671 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16672
16673 * calendar/calendar.el (calendar-mode-line-format):
16674 Use mode-line-highlight as mouse-face.
16675
16676 * time.el (display-time-string-forms, display-time-update):
16677 Use mode-line-highlight as mouse-face.
16678
16679 2005-05-26 Jay Belanger <belanger@truman.edu>
16680
16681 * calc/calc.el (calc-language-alist): Remove extra defvar.
16682
16683 2005-05-26 Lute Kamstra <lute@gnu.org>
16684
16685 * arc-mode.el (archive-mode):
16686 * bookmark.el (bookmark-read-annotation-mode)
16687 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16688 * bs.el (bs-mode):
16689 * calc/calc-yank.el (calc-edit-mode):
16690 * calc/calc.el (calc-mode, calc-trail-mode):
16691 * calculator.el (calculator-mode):
16692 * chistory.el (command-history-mode):
16693 * comint.el:
16694 * cus-edit.el (custom-mode):
16695 * descr-text.el (describe-text-mode):
16696 * ebuff-menu.el (Electric-buffer-menu-mode):
16697 * ediff-util.el (ediff-mode):
16698 * emacs-lisp/re-builder.el (reb-mode):
16699 * emulation/vi.el (vi-mode-setup):
16700 * emulation/ws-mode.el (wordstar-mode):
16701 * eshell/esh-mode.el (eshell-mode):
16702 * forms.el (forms-mode):
16703 * help-mode.el (help-mode):
16704 * hexl.el (hexl-mode):
16705 * ibuffer.el (ibuffer-mode):
16706 * ielm.el (inferior-emacs-lisp-mode):
16707 * info.el (Info-mode, Info-edit-mode):
16708 * international/swedish.el:
16709 * ledit.el (ledit-from-lisp-mode):
16710 * locate.el (locate-mode):
16711 * mail/rmail.el (rmail-mode):
16712 * mail/rmailedit.el (rmail-edit-mode):
16713 * mail/rmailsum.el (rmail-summary-mode):
16714 * mail/supercite.el (sc-electric-mode):
16715 * net/eudc.el (eudc-mode):
16716 * net/quickurl.el (quickurl-list-mode):
16717 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16718 * obsolete/ooutline.el (outline-mode):
16719 * obsolete/options.el (Edit-options-mode):
16720 * obsolete/rnews.el (news-mode):
16721 * obsolete/rnewspost.el (news-reply-mode):
16722 * play/5x5.el (5x5-mode):
16723 * play/decipher.el (decipher-mode, decipher-stats-mode):
16724 * play/gomoku.el (gomoku-mode):
16725 * play/snake.el (snake-mode):
16726 * play/solitaire.el (solitaire-mode):
16727 * play/tetris.el (tetris-mode):
16728 * progmodes/ada-mode.el (ada-mode):
16729 * progmodes/antlr-mode.el (antlr-mode):
16730 * progmodes/autoconf.el (autoconf-mode):
16731 * progmodes/dcl-mode.el (dcl-mode):
16732 * progmodes/delphi.el (delphi-mode):
16733 * progmodes/ebrowse.el (ebrowse-tree-mode)
16734 (ebrowse-electric-list-mode, ebrowse-member-mode)
16735 (ebrowse-electric-position-mode):
16736 * progmodes/f90.el (f90-mode):
16737 * progmodes/fortran.el (fortran-mode):
16738 * progmodes/icon.el (icon-mode):
16739 * progmodes/idlw-help.el (idlwave-help-mode):
16740 * progmodes/idlw-shell.el (idlwave-shell-mode):
16741 * progmodes/idlwave.el (idlwave-mode):
16742 * progmodes/inf-lisp.el (inferior-lisp-mode):
16743 * progmodes/m4-mode.el (m4-mode):
16744 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16745 * progmodes/modula2.el (modula-2-mode):
16746 * progmodes/octave-inf.el (inferior-octave-mode):
16747 * progmodes/octave-mod.el (octave-mode):
16748 * progmodes/pascal.el (pascal-mode):
16749 * progmodes/sh-script.el (sh-mode):
16750 * progmodes/sql.el (sql-mode, sql-interactive-mode):
16751 * progmodes/vhdl-mode.el (vhdl-mode):
16752 * progmodes/xscheme.el (scheme-interaction-mode):
16753 * replace.el (occur-mode):
16754 * ses.el (ses-mode):
16755 * simple.el (completion-list-mode):
16756 * skeleton.el:
16757 * speedbar.el (speedbar-mode):
16758 * term.el (term-mode):
16759 * terminal.el (terminal-edit-mode):
16760 * textmodes/reftex-index.el (reftex-index-mode)
16761 (reftex-index-phrases-mode):
16762 * textmodes/reftex-sel.el (reftex-select-label-mode)
16763 (reftex-select-bib-mode):
16764 * textmodes/reftex-toc.el (reftex-toc-mode):
16765 * wdired.el (wdired-change-to-wdired-mode):
16766 * wid-browse.el (widget-browse-mode):
16767 Use run-mode-hooks.
16768
16769 * array.el (array-mode):
16770 * calendar/todo-mode.el (todo-mode):
16771 * man.el (Man-mode):
16772 * play/landmark.el (lm-mode):
16773 * play/mpuz.el (mpuz-mode):
16774 Use kill-all-local-variables and run-mode-hooks.
16775
16776 * subr.el (delay-mode-hooks): Specify indentation.
16777
16778 2005-05-26 Mark A. Hershberger <mah@everybody.org>
16779
16780 * xml.el (xml-substitute-special): Don't die for undefined xml
16781 entities.
16782
16783 2005-05-26 Jay Belanger <belanger@truman.edu>
16784
16785 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16786 of nil.
16787
16788 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
16789
16790 * progmodes/gdb-ui.el (gdb-frame-address):
16791 Rename from gdb-current-address.
16792 (gdb-previous-frame-address): Rename from gdb-previous-address.
16793 (gdb-selected-frame): Rename from gdb-current-frame.
16794 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16795 (gdb-frame-number): Rename from gdb-current-stack-level.
16796 (gdb-ann3): Match new mode-name for disassembly buffer.
16797 Extend initialization of variables.
16798 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16799 (gdb-memory-mode): Use mouse-face in header line.
16800 (gdb-assembler-buffer-name): Call it disassembly and give frame
16801 in mode line.
16802 (gdb-source-spec-regexp, gdb-assembler-custom)
16803 (gdb-invalidate-assembler, gdb-frame-handler):
16804 Make robust to leading zeroes in address format.
16805
16806 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
16807
16808 * textmodes/org.el (org-mode): Use `define-derived-mode' to
16809 define `org-mode'.
16810 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16811
16812 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
16813
16814 * log-edit.el (log-edit-changelog-entries): Distinguish between
16815 filenames like xfns.c and fns.c.
16816
16817 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
16818
16819 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16820 point after reverting.
16821 (Buffer-menu-make-sort-button): Handle the case where
16822 `Buffer-menu-use-header-line' is nil.
16823
16824 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
16825
16826 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16827 New funcs. In minibuffer-local-completion-map bind `]', `/'
16828 and `:' to them.
16829
16830 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
16831
16832 * startup.el (normal-top-level): Allow modification of load-path while
16833 we're iterating over it.
16834
16835 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
16836
16837 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16838 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16839 (thumbs-resize-interactive, thumbs-insert-image)
16840 (thumbs-insert-thumb, thumbs-dired-show-marked)
16841 (thumbs-find-image-at-point, thumbs-delete-images)
16842 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16843 (thumbs-increment-image-size, thumbs-decrement-image-size):
16844 Fix typos in docstrings.
16845
16846 2005-05-24 Andre Spiegel <spiegel@gnu.org>
16847
16848 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16849 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16850 (cperl-mode): Use them.
16851
16852 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
16853
16854 * window.el (quit-window, shrink-window-if-larger-than-buffer):
16855 Doc fixes.
16856
16857 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
16858
16859 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16860 Bind C-d to gdb-inferior-io-eof.
16861
16862 * dired.el (dired-dnd-popup-notice): Use message-box.
16863
16864 2005-05-23 Masatake YAMATO <jet@gyve.org>
16865
16866 * bindings.el (mode-line-major-mode-keymap):
16867 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16868
16869 * faces.el (mode-line-highlight): New face.
16870
16871 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16872 as mouse-face.
16873
16874 * bindings.el (top-level, help-echo, mode-line-modified)
16875 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16876 as mouse-face.
16877
16878 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
16879
16880 * progmodes/cc-engine.el (c-guess-basic-syntax):
16881 Remove spurious call to `zerop'.
16882
16883 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16884
16885 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
16886
16887 CC Mode update to 5.30.10:
16888
16889 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16890 could go past the limit in decoration level 2, thereby causing
16891 errors during interactive fontification.
16892
16893 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16894 the file is evaluated interactively.
16895
16896 * cc-engine.el (c-guess-basic-syntax): Handle operator
16897 declarations somewhat better in C++.
16898
16899 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16900 make use of `run-mode-hooks' which has been added in Emacs 21.1.
16901 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16902 (awk-mode): Use it.
16903 (make-local-hook): Suppress warning about obsoleteness.
16904
16905 * cc-engine.el, cc-align.el, cc-cmds.el
16906 (c-append-backslashes-forward, c-delete-backslashes-forward)
16907 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16908 Compensate for return value from `forward-line' when it has moved
16909 but not to a different line due to eob.
16910
16911 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16912 `objc-method-intro' and `objc-method-args-cont'.
16913
16914 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
16915
16916 CC Mode update to 5.30.10:
16917
16918 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
16919 in the copyright statement. Incidentally, change "along with GNU
16920 Emacs" to "along with this program" where it occurs.
16921
16922 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
16923 so that it is interactive, hence can be found by M-x awk-mode
16924 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
16925 <gmorris+emacs@ast.cam.ac.uk>.
16926
16927 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
16928 Mode's regexps.
16929
16930 2005-05-23 Kevin Ryde <user42@zip.com.au>
16931
16932 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
16933 c-parse-state, to avoid a lisp error (on bad code).
16934
16935 2005-05-23 Lute Kamstra <lute@gnu.org>
16936
16937 * subr.el (font-lock-defaults): Remove defvar as it's already
16938 defined in font-core.el.
16939
16940 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
16941
16942 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
16943
16944 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
16945 more general and work when GDB variable "print pretty" is on,
16946 as with Emacs, for example.
16947
16948 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
16949
16950 * font-core.el: Update comment.
16951
16952 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16953 Use `after-change-major-mode-hook' instead of `find-file-hook'.
16954
16955 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
16956
16957 2005-05-22 Eli Zaretskii <eliz@gnu.org>
16958
16959 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
16960 and `yank-handler' in the doc strings.
16961
16962 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16963
16964 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
16965
16966 2005-05-22 Richard M. Stallman <rms@gnu.org>
16967
16968 * help.el (describe-key): Move print-help-return-message call
16969 out of conditional.
16970
16971 * progmodes/etags.el (list-tags): Use with-no-warnings.
16972
16973 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
16974 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
16975 (starttls-extra-args, starttls-extra-arguments): Add defvars.
16976
16977 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
16978
16979 * language/viet-util.el (viet-viscii-nonascii-translation-table):
16980 Add defvar.
16981
16982 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
16983 Use defvar, not defconst.
16984
16985 * hexl.el (hexl-follow-line): Use with-no-warnings.
16986
16987 * emulation/tpu-extras.el: Use write-file-functions instead of
16988 write-file-hooks.
16989
16990 * dired.el (dired-font-lock-keywords): Fontify files with junk
16991 extensions even if marked by -F.
16992
16993 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
16994
16995 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
16996 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
16997 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
16998 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
16999 (concatenate, list-length, get*, getf, cl-remprop):
17000 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
17001 (etypecase, progv, lexical-let, lexical-let*)
17002 (multiple-value-bind, multiple-value-setq, shiftf):
17003 Improve argument/docstring consistency.
17004
17005 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
17006
17007 2005-05-22 Andre Spiegel <spiegel@gnu.org>
17008
17009 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
17010 doesn't exist.
17011
17012 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
17013 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
17014
17015 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
17016
17017 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
17018 already deleted variables: auto-fill-hook, blink-paren-hook,
17019 lisp-indent-hook, inhibit-local-variables, unread-command-event,
17020 suspend-hooks, comment-indent-hook, meta-flag,
17021 before-change-function, after-change-function,
17022 font-lock-doc-string-face.
17023
17024 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
17025
17026 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17027
17028 2005-05-21 Eli Zaretskii <eliz@gnu.org>
17029
17030 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
17031 rmail-dont-reply-to.
17032
17033 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17034
17035 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
17036 literal blank when splitting new-header-values.
17037
17038 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
17039
17040 * calendar/cal-menu.el (cal-menu-update): Add separator as a
17041 string so that tmm doesn't create a completion entry for it.
17042
17043 * textmodes/table.el (table-disable-menu): Ditto.
17044
17045 2005-05-21 Richard M. Stallman <rms@gnu.org>
17046
17047 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17048
17049 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17050
17051 * net/rcompile.el (remote-compile): Use compilation-start.
17052
17053 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17054
17055 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
17056
17057 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17058 Default to makefile-bsdmake-mode on BSD systems.
17059
17060 * imenu.el (imenu-generic-expression, imenu--generic-function'):
17061 REGEXP may also be a search function now. The part of doc-string
17062 for describing the structure was 95% identical to that of
17063 `imenu--generic-function'. Unify it there.
17064
17065 * progmodes/make-mode.el (makefile-imenu-generic-expression):
17066 Use function to find dependencies, because regexp alone is so complex,
17067 it easily goes into an endless loop.
17068 (makefile-makepp-mode): Also add submenu for Perl functions
17069 defined in the makefile.
17070 (makefile-bsdmake-mode): Special imenu-generic-expression no
17071 longer needed, due to function call.
17072 (makefile-match-dependency): Take BOUND into account when checking
17073 if we're through.
17074
17075 2005-05-20 Jay Belanger <belanger@truman.edu>
17076
17077 * calc/calc-units.el (calc-invalidate-units-table):
17078 Use inhibit-read-only.
17079 (math-build-units-table-buffer): Use view-mode.
17080
17081 2005-05-20 David Kastrup <dak@gnu.org>
17082
17083 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17084 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17085
17086 2005-05-20 Lute Kamstra <lute@gnu.org>
17087
17088 * diff-mode.el (diff-header-face, diff-file-header-face)
17089 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17090 (diff-added-face, diff-changed-face, diff-function-face)
17091 (diff-context-face, diff-nonexistent-face): Put them in the
17092 diff-mode customization group.
17093
17094 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17095
17096 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17097
17098 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17099
17100 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17101 Minor regexp-optimization.
17102
17103 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17104
17105 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17106 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17107 (org-agenda-add-time-grid-maybe): New function.
17108 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17109 (org-table-create): `dotimes' instead of `mapcar'.
17110 (org-xor): Simplify implementation.
17111 (org-agenda): `inhibit-redisplay' turned on.
17112 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17113 a consistent line after a state change.
17114 (org-agenda-remove-times-when-in-prefix): New option.
17115 (org-prefix-has-time): New variable.
17116 (org-parse-time-string): Optional argument NODEFAULT.
17117 (org-format-agenda-item): Parse items for time-of-day
17118 specifications and move these into the prefix if possible.
17119 (org-agenda-priority): Get current heading, not previous heading
17120 during agenda remote editing.
17121
17122 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17123
17124 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17125 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17126 (remove-duplicates, delete-duplicates, substitute)
17127 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17128 (nsubstitute-if-not, find, find-if, find-if-not, position)
17129 (position-if, position-if-not, count, count-if, count-if-not)
17130 (mismatch, search, sort*, stable-sort, merge, member*)
17131 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17132 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17133 (intersection, nintersection, set-difference, nset-difference)
17134 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17135 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17136 (nsublis, tree-equal): Improve argument/docstring consistency.
17137
17138 * subr.el (send-string, send-region): Remove obsolescence declaration.
17139 (window-dot, set-window-dot, read-input, show-buffer)
17140 (eval-current-buffer, string-to-int):
17141 Add release number to obsolescence declarations.
17142
17143 2005-05-19 Kim F. Storm <storm@cua.dk>
17144
17145 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17146 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17147
17148 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17149
17150 * faces.el (list-faces-display): Make back button respect optional
17151 regexp arg.
17152
17153 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17154
17155 * calculator.el (calculator-radix-grouping-mode)
17156 (calculator-radix-grouping-digits, calculator-displayer)
17157 (calculator-radix-grouping-separator, calculator-copy-displayer):
17158 * dabbrev.el (dabbrev-search-these-buffers-only):
17159 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17160 (diff-advance-after-apply-hunk, diff-mode-hook)
17161 (diff-minor-mode-prefix):
17162 * imenu.el (imenu-use-popup-menu):
17163 * jit-lock.el (jit-lock-context-time):
17164 * newcomment.el (comment-fill-column, comment-column)
17165 (comment-style, comment-padding, comment-multi-line)
17166 (comment-empty-lines, comment-auto-fill-only-comments):
17167 * reveal.el (reveal-around-mark):
17168 * uniquify.el (uniquify-buffer-name-style)
17169 (uniquify-after-kill-buffer-p)
17170 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17171 (uniquify-min-dir-content, uniquify-separator)
17172 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17173 * w32-vars.el (w32-fixed-font-alist):
17174 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17175 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17176 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17177 * progmodes/perl-mode.el (perl-indent-level)
17178 (perl-continued-statement-offset, perl-continued-brace-offset)
17179 (perl-brace-offset, perl-brace-imaginary-offset)
17180 (perl-label-offset, perl-indent-continued-arguments)
17181 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17182 * progmodes/tcl.el (tcl-indent-level)
17183 (tcl-continued-indent-level, tcl-auto-newline)
17184 (tcl-tab-always-indent, tcl-electric-hash-style)
17185 (tcl-help-directory-list, tcl-use-smart-word-finder)
17186 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17187 (inferior-tcl-source-command):
17188 * textmodes/fill.el (enable-kinsoku):
17189 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17190 * textmodes/table.el (table-yank-handler):
17191 Specify missing group (and type, if simple) in defcustom.
17192
17193 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17194
17195 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17196
17197 2005-05-19 Richard M. Stallman <rms@gnu.org>
17198
17199 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17200
17201 * subr.el (event-basic-type): Don't get an error.
17202 (left-fringe-p): Function deleted.
17203
17204 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17205 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17206
17207 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17208 in recursive copy.
17209
17210 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17211
17212 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17213
17214 * emacs-lisp/bytecomp.el
17215 (byte-compile-file-form-custom-declare-variable):
17216 Call byte-compile-nogroup-warn if appropriate.
17217
17218 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17219 (compilation-set-window): Don't call left-fringe-p; do it directly.
17220
17221 2005-05-19 Jay Belanger <belanger@truman.edu>
17222
17223 * calc/calc-graph.el (calc-graph-format-data): Make sure
17224 var-PlotRejects is bound before trying to check its value.
17225
17226 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17227
17228 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17229 definition of this variable from reftex-global.el to reftex.el,
17230 because it is needed in the menu.
17231
17232 2005-05-19 Lute Kamstra <lute@gnu.org>
17233
17234 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17235 years are fixed. Don't insert a space after a dash.
17236
17237 2005-05-19 Kim F. Storm <storm@cua.dk>
17238
17239 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17240
17241 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17242
17243 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17244 strings, because (eq ... ?\\) is fairly frequent.
17245
17246 * progmodes/make-mode.el (makefile-add-this-line-targets):
17247 Simplify and integrate into `makefile-pickup-targets'.
17248 (makefile-add-this-line-macro): Simplify and integrate into
17249 `makefile-pickup-macros.
17250 (makefile-pickup-filenames-as-targets): Simplify.
17251 (makefile-previous-dependency, makefile-match-dependency):
17252 Don't stumble over `::'.
17253
17254 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17255
17256 * subr.el (post-command-idle-hook, post-command-idle-delay):
17257 Remove obsoletion of post-command-idle-hook and
17258 post-command-idle-delay.
17259
17260 * faces.el (list-faces-display): Provide button when describe-face
17261 is called to take user back to the list of faces.
17262
17263 * help-fns.el (describe-variable): Remove hyperlinks in a
17264 variable's value as these are quite frequently inappropriate.
17265
17266 * follow.el (follow-submit-feedback, follow-mode):
17267 Remove references to post-command-idle-hook.
17268
17269 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17270
17271 * progmodes/make-mode.el (makefile-previous-dependency)
17272 (makefile-match-dependency): Check for := (and in bsd mode also
17273 !=) to give a better result, even when font-lock is not on.
17274
17275 2005-05-18 Jay Belanger <belanger@truman.edu>
17276
17277 * calc/calc-help.el (calc-s-prefix-help):
17278 Add `calc-copy-special-constant' to help string.
17279
17280 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17281
17282 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17283
17284 2005-05-18 Jay Belanger <belanger@truman.edu>
17285
17286 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17287 in linear factors are in proper order.
17288
17289 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17290
17291 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17292 Support for jurabib.
17293
17294 * textmodes/reftex.el (featurep): Define aliases for overlay
17295 commands, for XEmacs compatibility, and use these aliases in
17296 overlay initializations.
17297 (reftex-highlight): Use `reftex-move-overlay'.
17298 (reftex-unhighlight): Use `reftex-delete-overlay'.
17299 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17300 (reftex-access-search-path): Use `reftex-uniquify' instead of
17301 `reftex-uniq'
17302
17303 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17304 `before-string' property modification enables for Emacs as well.
17305 (reftex-select-item): Use `reftex-delete-overlay'.
17306 (reftex-select-mark): Use `reftex-make-overlay' and
17307 `reftex-overlay-put'.
17308 (reftex-select-unmark): Use `reftex-delete-overlay' and
17309 `reftex-overlay-put'.
17310
17311 2005-05-18 Lute Kamstra <lute@gnu.org>
17312
17313 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17314
17315 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17316
17317 * add-log.el (add-change-log-entry):
17318 * array.el (array-make-template, array-reconfigure-rows)
17319 (array-init-max-row, array-init-max-column)
17320 (array-init-columns-per-line, array-init-field-width):
17321 * replace.el (replace-match-maybe-edit, perform-replace):
17322 * textmodes/spell.el (spell-region):
17323 Replace `read-input' by `read-string'.
17324
17325 * forms.el (forms-mode):
17326 * finder.el (finder-compile-keywords):
17327 * shadowfile.el (shadow-read-files):
17328 Replace `eval-current-buffer' by `eval-buffer'.
17329
17330 * terminal.el (te-pass-through):
17331 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17332 (ange-ftp-raw-send-cmd):
17333 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17334 (send-process-next-char, telnet-initial-filter, telnet):
17335 Replace `send-string' by `process-send-string'.
17336
17337 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17338 (prolog-consult-region): Replace `send-string' by
17339 `process-send-string'; replace `send-region' by `process-send-region'.
17340
17341 * progmodes/delphi.el (delphi-log-msg):
17342 Replace `set-window-dot' by `set-window-point'.
17343
17344 * subr.el (window-dot, set-window-dot, read-input, send-string)
17345 (send-region, show-buffer, eval-current-buffer):
17346 Make really obsolete, as the comment says.
17347
17348 2005-05-17 Kim F. Storm <storm@cua.dk>
17349
17350 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17351 (cua--init-keymaps): Bind C-return instead of S-return to set
17352 rectangle mark.
17353
17354 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17355 instead of S-return to toggle/clear rectangle mark.
17356
17357 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17358
17359 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17360 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17361 Also fontify plain strings assigned to variables, mostly so that a
17362 colon has a face and is thus not taken as a dependency separator.
17363 (makefile-previous-dependency): Inline the new matcher, because it
17364 is too complex to work in both directions.
17365 (makefile-match-dependency): Eliminate `backward' arg (see above).
17366 Completely reimplemented so as to not sometimes go into an endless
17367 loop. It should also be more efficient, because first it only
17368 searches for `:', instead of applying the very complex regexp.
17369 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17370 to be fontified in one piece can be too long for JIT.
17371 Makefiles are never *that* big.
17372
17373 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17374
17375 * dired.el (dired-mode): Simplify.
17376
17377 2005-05-17 Lute Kamstra <lute@gnu.org>
17378
17379 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17380 defcustom for the mode hook variable.
17381
17382 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17383 Emacs Lisp Reference Manual.
17384
17385 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17386
17387 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17388 (evenp, list*):
17389 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17390 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17391
17392 * net/tramp-smb.el (tramp-smb-open-connection):
17393 Pass `tramp-chunksize' as fifth (required) argument.
17394
17395 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17396
17397 * font-lock.el (lisp-font-lock-keywords-1):
17398 Set `font-lock-negation-char-face' for [^...] char group.
17399 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17400
17401 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17402 a var, and refine it to mask one more level of nested vars.
17403 (makefile-rule-action-regex): Turn it into a var, and refine it so
17404 it recognizes backslashed continuation lines as belonging to the
17405 same command.
17406 (makefile-macroassign-regex): Refine it so it recognizes
17407 backslashed continuation lines as belonging to the same command.
17408 (makefile-var-use-regex): Don't look at the next char, because it
17409 might be the same one to be skipped by the initial [^$], leading
17410 to an overlooked variable use.
17411 (makefile-make-font-lock-keywords): Remove two parameters, which
17412 are now variables that some of the modes set locally.
17413 Handle dependency and rule action matching through functions, because
17414 regexps alone match too often. Dependency matching now comes
17415 last, so it can check, whether a colon already matched something else.
17416 (makefile-mode): Inform that font-lock improves makefile parsing
17417 capabilities.
17418 (makefile-match-dependency, makefile-match-action): New functions.
17419
17420 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17421
17422 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17423
17424 * align.el (align-regexp):
17425 * ansi-color.el (ansi-color-get-face):
17426 * array.el (array-reconfigure-rows, array-init-max-row)
17427 (array-init-max-column, array-init-columns-per-line)
17428 (array-init-field-width):
17429 * dired-aux.el (dired-trample-file-versions):
17430 * dired-x.el (dired-mark-sexp):
17431 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17432 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17433 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17434 * faces.el (face-read-integer):
17435 * files.el (backup-extract-version, insert-directory):
17436 * hexl.el (hexl-insert-decimal-char):
17437 * server.el (server-process-filter):
17438 * shell.el (shell-extract-num):
17439 * startup.el (command-line-1):
17440 * term.el (term-command-hook):
17441 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17442 (time-stamp-do-number):
17443 * time.el (display-time-update):
17444 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17445 (timezone-fix-time):
17446 * vms-patch.el (vms-suspend-resume-hook):
17447 * calendar/appt.el (appt-convert-time):
17448 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17449 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17450 * calendar/cal-islam.el (mark-islamic-diary-entries):
17451 * calendar/calendar.el (calendar-cursor-to-date)
17452 (calendar-star-date):
17453 * calendar/diary-lib.el (diary-attrtype-convert)
17454 (mark-diary-entries, diary-entry-time):
17455 * calendar/solar.el (solar-get-number):
17456 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17457 * emacs-lisp/re-builder.el (reb-display-subexp):
17458 * emulation/edt.el (edt-set-scroll-margins):
17459 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17460 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17461 (vip-get-ex-count):
17462 * emulation/viper-ex.el (viper-get-ex-token)
17463 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17464 * international/fontset.el (fontset-plain-name):
17465 * mail/feedmail.el (feedmail-look-at-queue-directory):
17466 * mail/mailalias.el (mail-get-names):
17467 * mail/rmail.el (rmail-convert-to-babyl-format):
17468 * mail/rmailsum.el (rmail-make-basic-summary-line)
17469 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17470 (rmail-summary-goto-msg):
17471 * mail/smtpmail.el (smtpmail-read-response):
17472 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17473 (ange-ftp-vms-add-file-entry):
17474 * play/gametree.el (gametree-looking-at-ply)
17475 (gametree-current-branch-score):
17476 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17477 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17478 * progmodes/cperl-mode.el (condition-case):
17479 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17480 (ebrowse-set-member-buffer-column-width)
17481 (ebrowse-select-1st-to-9nth):
17482 * progmodes/etags.el (etags-snarf-tag):
17483 * progmodes/flymake.el (flymake-parse-line):
17484 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17485 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17486 (idlwave-shell-menu-def):
17487 * progmodes/ps-mode.el (ps-run-goto-error):
17488 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17489 (vhdl-speedbar-contract-level):
17490 * term/mac-win.el (x-handle-numeric-switch):
17491 * term/sun-mouse.el (sun-get-frame-data):
17492 * term/w32-win.el (x-handle-numeric-switch):
17493 * term/x-win.el (x-handle-numeric-switch):
17494 * textmodes/ispell.el (ispell-parse-output):
17495 * textmodes/nroff-mode.el (nroff-outline-level):
17496 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17497 (reftex-bib-sort-year-reverse, reftex-format-citation):
17498 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17499 (reftex-section-number):
17500 * textmodes/texinfmt.el (texinfo-paragraphindent):
17501 Replace `string-to-int' by `string-to-number'.
17502
17503 * international/latexenc.el: Add page marker to force the "Local
17504 Variables:" string out of the last page.
17505
17506 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17507
17508 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17509 tooltip-change-major-mode.
17510 (gud-tooltip-print-command): Remove case where gud-minor-mode
17511 is gdb ("--fullname").
17512 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17513 explain to user.
17514
17515 2005-05-16 Jay Belanger <belanger@truman.edu>
17516
17517 * calc/calc-store.el (calc-copy-special-constant): New function.
17518
17519 * calc/calc-ext.el (calc-init-extensions): Add binding for
17520 `calc-copy-special-constant'.
17521
17522 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17523 for the `calc-copy-special-constant' command.
17524
17525 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17526
17527 * subr.el (left-fringe-p): New function.
17528
17529 * progmodes/compile.el (compilation-setup): Set local value of
17530 overlay-arrow-string to "" always.
17531 (compilation-set-window): Left fringe then don't scroll.
17532 No left fringe then no arrow and scroll message to top.
17533 (compilation-context-lines): Adjust doc string accordingly.
17534
17535 2005-05-16 Kim F. Storm <storm@cua.dk>
17536
17537 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17538 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17539 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17540 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17541 (ido-read-file-name): Handle commands with ido property value
17542 equal to find-file as reading a file name, to allow C-d to enter dired.
17543 (ibuffer-find-file): Add ido property with value find-file.
17544
17545 2005-05-15 Kim F. Storm <storm@cua.dk>
17546
17547 * subr.el (open-network-stream-nowait): Remove.
17548 (open-network-stream-server): Remove.
17549
17550 2005-05-15 Richard M. Stallman <rms@gnu.org>
17551
17552 * faces.el (describe-face): Output a definition link button.
17553
17554 * help-mode.el (help-face-def): New button type.
17555
17556 * emacs-lisp/copyright.el (copyright-fix-years):
17557 Match properly if the first year is 2-digit.
17558 Don't mess up the whitespace after the years by filling.
17559
17560 * dired-aux.el (dired-mark-confirm):
17561 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17562
17563 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17564 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17565 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17566
17567 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17568 Set font-lock-comment-start-skip.
17569
17570 * font-lock.el (font-lock-comment-start-skip): New variable.
17571 (font-lock-comment-end-skip): New variable.
17572 (font-lock-fontify-syntactically-region): Use them if non-nil.
17573
17574 2005-05-15 Jay Belanger <belanger@truman.edu>
17575
17576 * calc/calc-store.el (calc-store-value): Return a string rather
17577 than display it as a message.
17578 Use calc-var-name for variable name.
17579 (calc-store-into): Add the result of calc-store-value to message.
17580 (calc-copy-variable): Add a message.
17581 (calc-store-exchange): Improve error messages.
17582 (calc-store-binary, calc-store-map): Don't reset the values of
17583 special constants.
17584
17585 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17586
17587 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17588 manual to docstring.
17589
17590 * files.el (hack-local-variables-confirm): Add STRING argument.
17591 Make the function handle non file visiting buffers correctly.
17592 (hack-local-variables-prop-line, hack-local-variables)
17593 (hack-one-local-variable): Use STRING arg of
17594 `hack-local-variables-confirm'.
17595
17596 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17597
17598 Sync with Tramp 2.0.49.
17599
17600 * net/tramp.el (tramp-handle-dired-call-process)
17601 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17602 because the contents of the Tramp buffer is changed before
17603 insertion (`expand-file' and alike).
17604 (tramp-handle-insert-directory): If `localname' has an empty
17605 nondirectory name, it must not be quoted.
17606 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17607 variable `tramp-chunksize'. Change callees.
17608 (tramp-open-connection-setup-interactive-shell): Check remote host
17609 for buggy `send-process-string' implementation.
17610 Set `tramp-chunksize' if found. Reported by Michael Kifer
17611 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17612 (tramp-handle-shell-command): `insert-buffer' cannot be used
17613 because the contents of the Tramp buffer is changed before
17614 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17615 <frederic.bothamy@free.fr>.
17616 (tramp-set-auto-save): Actions should be done for Tramp file name
17617 handler only. Ange-FTP has its own auto-save mechanism.
17618 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17619 (tramp-set-auto-save-file-modes): Set file modes of
17620 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17621 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17622 (tramp-bug): Remove obsolete variable.
17623 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17624 for presence of `mml-mode'. Make it running for older Emacsen as well.
17625
17626 2005-05-14 John Paul Wallington <jpw@pobox.com>
17627
17628 * ibuf-ext.el (define-ibuffer-filter filename):
17629 If `dired-directory' is a list, use its car.
17630
17631 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17632
17633 * ibuffer.el (define-ibuffer-column filename):
17634 If `dired-directory' is a list, use its car.
17635
17636 2005-05-14 Richard M. Stallman <rms@gnu.org>
17637
17638 * subr.el (symbol-file): Doc fix.
17639
17640 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17641 (byte-compile-form): Call byte-compile-nogroup-warn.
17642 (byte-compile-warning-types): Doc fix.
17643
17644 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17645
17646 * progmodes/cc-engine.el (c-literal-faces):
17647 Add font-lock-comment-delimiter-face.
17648
17649 * net/net-utils.el (dig): Use with-no-warnings.
17650
17651 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17652 (sc-recite-frame-alist, sc-default-cite-frame)
17653 (sc-default-uncite-frame, sc-default-recite-frame)
17654 (sc-attrib-selection-list, sc-rewrite-header-list):
17655 Mark as risky-local-variable.
17656
17657 * international/ogonek.el (ogonek-jak, ogonek-how):
17658 Don't use beginning-of-buffer.
17659
17660 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17661
17662 * calendar/solar.el (solar-data-list): Move definition up.
17663
17664 * dnd.el (dnd-protocol-alist): Add autoload.
17665
17666 * progmodes/sh-script.el: Many doc usage fixes.
17667 (sh-indent-after-do): Change default to match common styles.
17668
17669 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17670
17671 * files.el (interpreter-mode-alist)
17672 (auto-mode-interpreter-regexp): Doc fixes.
17673
17674 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17675
17676 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17677
17678 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17679
17680 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17681
17682 * dired.el (dired-mode): make-variable-buffer-local =>
17683 make-local-variable.
17684
17685 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17686
17687 * term/mac-win.el (mac-select-convert-to-string): Try coding
17688 systems in mac-script-code-coding-systems if specified one cannot
17689 encode string for `com.apple.traditional-mac-plain-text'.
17690
17691 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17692
17693 * progmodes/make-mode.el (makefile-targets-face)
17694 (makefile-shell-face, makefile-makepp-perl-face): New faces.
17695 (makefile-dependency-regex): Fix it to not make the colon in
17696 $(var:a=b) special.
17697 (makefile-rule-action-regex): New regexp for highlighting embedded
17698 Shell strings.
17699 (makefile-macroassign-regex): Handle != for highlighting as
17700 embedded Shell strings.
17701 (makefile-var-use-regex): New const.
17702 (makefile-statements, makefile-automake-statements)
17703 (makefile-gmake-statements, makefile-makepp-statements)
17704 (makefile-bsdmake-statements): New consts.
17705 (makefile-make-font-lock-keywords): New function.
17706 (makefile-automake-font-lock-keywords)
17707 (makefile-gmake-font-lock-keywords)
17708 (makefile-makepp-font-lock-keywords)
17709 (makefile-bsdmake-font-lock-keywords): New consts.
17710 (makefile-mode-map): Add switchers between the various submodes.
17711 (makefile-mode): Document the availability of the variants.
17712 (makefile-automake-mode, makefile-gmake-mode)
17713 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17714
17715 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17716 new variants of makefile-mode.
17717
17718 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17719
17720 * font-lock.el (font-lock-comment-delimiter-face): Fix up
17721 the inheritance.
17722
17723 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
17724
17725 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17726 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17727
17728 * files.el (normal-mode): Extend the scope of the
17729 `enable-local-variables' binding to include the `set-auto-mode' call.
17730 (magic-mode-alist): Doc fix.
17731
17732 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17733
17734 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17735 font-lock-comment-face rather than copying its setting.
17736
17737 2005-05-12 Andreas Schwab <schwab@suse.de>
17738
17739 * eshell/esh-mode.el (eshell-send-input): Doc fix.
17740
17741 2005-05-12 Lute Kamstra <lute@gnu.org>
17742
17743 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17744 defcustom for the mode hook variable. Delete the last argument.
17745 * generic-x.el: Fix callers of define-generic-mode.
17746 (generic-x-modes): Delete group.
17747 (show-tabs-tab-face, show-tabs-space-face): Put them in the
17748 generic-x customization group.
17749
17750 2005-05-12 Kim F. Storm <storm@cua.dk>
17751
17752 * font-lock.el (font-lock-negation-char-face): Default to "off".
17753
17754 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17755 font-lock-negation-char-face to ! in !=.
17756
17757 2005-05-12 Masatake YAMATO <jet@gyve.org>
17758
17759 * add-log.el (find-change-log): Fix typos in the docstring
17760 of function.
17761
17762 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17763
17764 * international/latexenc.el (latexenc-find-file-coding-system):
17765 Avoid `re-search-forward' when looking for input encoding because
17766 of speed and safety. Better regular expressions for recognizing
17767 input encoding. Limit a search for TeX-master/tex-main-file to
17768 the local variable section.
17769
17770 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
17771
17772 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17773 syntax of $ to "'" (quote).
17774
17775 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
17776
17777 * dnd.el (dnd-protocol-alist): Improve custom type.
17778
17779 * dired.el (dired-dnd-protocol-alist): New variable.
17780 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
17781 `dired-mode-hook' to the end.
17782
17783 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17784
17785 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17786 comment-end if comment-start-skip is not set.
17787 Obey the font-lock-comment-delimiter-face variables.
17788
17789 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17790
17791 * files.el (executable-find): Move from executable.el. Use
17792 locate-file.
17793 * progmodes/executable.el (executable-find): Move to files.el.
17794
17795 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17796 when trying to ensure forward progress.
17797
17798 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
17799
17800 * mouse-sel.el (mouse-sel-follow-link-p): New function.
17801 (mouse-select, mouse-select-internal, mouse-extend-internal):
17802 Use it to implement mouse-1-click-follows-link functionality.
17803
17804 2005-05-11 Richard M. Stallman <rms@gnu.org>
17805
17806 * font-lock.el (font-lock-fontify-syntactically-region):
17807 Use font-lock-comment-delimiter-face for comment delimiters.
17808
17809 2005-05-10 Jay Belanger <belanger@truman.edu>
17810
17811 * calc/calc-help.el (calc-m-prefix-help): Add mention of
17812 preserving embedded modes.
17813
17814 2005-05-10 Richard M. Stallman <rms@gnu.org>
17815
17816 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17817
17818 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17819 Move from ada-stmt.el.
17820 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17821
17822 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17823 Move to ada-mode.el.
17824 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17825
17826 * cus-edit.el (custom-file): Call file-chase-links.
17827
17828 * files.el (read-directory-name): Fix previous change.
17829 (hack-local-variables-confirm): New function.
17830 (hack-local-variables-prop-line, hack-local-variables)
17831 (hack-one-local-variable): Use it.
17832
17833 2005-05-10 Lute Kamstra <lute@gnu.org>
17834
17835 * font-lock.el (font-lock-keywords-alist)
17836 (font-lock-removed-keywords-alist): Clarify docstrings.
17837
17838 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
17839
17840 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17841 (gdb-source-info): Check for preprocessor info.
17842 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
17843 a macro for a function.
17844 (gdb-info-breakpoints-custom): Try to find file again if not already
17845 found (user might have used GDB dir command).
17846 (gdb-get-location): Update gdb-location-alist correctly for change
17847 to gdb-info-breakpoints-custom.
17848
17849 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17850 (gud-tooltip-print-command): Add gdbmi case.
17851 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17852 preprocessor info.
17853
17854 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
17855
17856 * startup.el (fancy-splash-insert): Fix typo in doc string.
17857
17858 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
17859
17860 * obsolete/float.el (string-to-float):
17861 * obsolete/hilit19.el (hilit-add-pattern):
17862 * obsolete/rnews.el (news-parse-range, news-select-message)
17863 (news-get-pruned-list-of-files): Replace `string-to-int' by
17864 `string-to-number'.
17865
17866 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17867 `find-file-not-found-hooks'; use `add-hook'.
17868 (uncompress-while-visiting): Set `write-file-functions', not
17869 `write-file-hooks'; use `add-hook'.
17870
17871 2005-05-09 Kim F. Storm <storm@cua.dk>
17872
17873 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17874 (cua-paste): Handle clipboard action.
17875 (cua--init-keymaps): Remap clipboard-kill-region and
17876 clipboard-kill-ring-save.
17877
17878 2005-05-08 Eli Zaretskii <eliz@gnu.org>
17879
17880 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17881 Improve commentary.
17882
17883 * simple.el (next-error-overlay-arrow-position): Revert the change
17884 made on 2005-04-30.
17885
17886 2005-05-07 Jay Belanger <belanger@truman.edu>
17887
17888 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17889 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17890 `calc-sel-reselect'.
17891
17892 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17893 Calc is in embedded mode.
17894
17895 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17896
17897 * progmodes/compile.el (compilation-setup):
17898 Set overlay-arrow-string to an empty string on text terminals.
17899
17900 * textmodes/ispell.el (ispell-program-name): Try looking for
17901 "aspell" along exec-path, and if found, use it as the default
17902 speller program.
17903
17904 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
17905
17906 * international/mule.el (sgml-xml-auto-coding-function):
17907 Recognize encoding='FOO' in single quotes as well as in double quotes.
17908
17909 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17910
17911 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17912 as well as `interactive', so that defmacro* would recognize
17913 `declare' forms.
17914
17915 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17916
17917 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17918 Explain more about the LIGHTER arg's usage in the doc string.
17919 Add commentary to clarify what the code does. Fix the regexp that
17920 strips whitespace from LIGHTER. Quote LIGHTER before using it,
17921 since it could have characters special to regular expressions.
17922
17923 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17924
17925 * replace.el (occur-1): Bind inhibit-read-only so that
17926 erase-buffer doesn't barf on read-only text properties (likewise
17927 for add-text-properties in occur-engine). Mark buffer as unmodified.
17928 (occur-engine): Don't set buffer-read-only here.
17929
17930 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17931
17932 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
17933 list-buffers-directory. This caused the *cvs-commit* buffer to be
17934 sometimes mistakenly reused as a *cvs* buffer.
17935
17936 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
17937
17938 * tooltip.el: Move code for GUD tooltips into gud.el.
17939 (require): CL no longer needed to compile case.
17940 (tooltip-mode): Do not toggle functions for GUD tooltips.
17941 (tooltip-gud-tips-p): Remove. Replace with minor mode
17942 gud-tooltip-mode in gud.el.
17943 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
17944 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
17945 tooltip-gud prefix with gud-tooltip and obsolete.
17946 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
17947 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
17948 (tooltip-mouse-motion): Mouse movement functions/variable.
17949 Rename in gud.el by adding gud prefix.
17950 (tooltip-gud-original-filter, tooltip-gud-dereference)
17951 (tooltip-gud-event, tooltip-toggle-gud-tips)
17952 (tooltip-gud-process-output, tooltip-gud-print-command)
17953 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
17954 gud.el by replacing tooltip-gud prefix with gud-tooltip.
17955 (gdb-tooltip-print): Move to gdb-ui.el.
17956
17957 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
17958 (require): CL needed to compile case.
17959 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
17960 tooltip-gud-tips-p. Make it a minor-mode.
17961 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
17962 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
17963 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
17964 (gud-tooltip-change-major-mode)
17965 (gud-tooltip-activate-mouse-motions-if-enabled)
17966 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
17967 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
17968 (gud-tooltip-original-filter, gud-tooltip-dereference)
17969 (gud-tooltip-event, tooltip-toggle-gud-tips)
17970 (gud-tooltip-process-output, gud-tooltip-print-command)
17971 (gud-tooltip-tips): Move from tooltip.el.
17972
17973 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
17974 (gdb-cpp-define-alist-flags): Doc fix.
17975 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
17976 gud-tooltip-mode is t.
17977
17978 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17979
17980 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
17981 evaporate if their text is deleted.
17982 (goto-address-at-point): Make it work as a mouse binding as well.
17983 (goto-address-at-mouse): Obsolete it. Update users.
17984
17985 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
17986
17987 * calendar/appt.el (top-level): No longer activate on load.
17988
17989 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
17990
17991 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17992 * net/webjump.el (webjump):
17993 * progmodes/idlw-help.el (idlwave-do-context-help1)
17994 (idlwave-highlight-linked-completions):
17995 * textmodes/po.el (po-find-file-coding-system-guts):
17996 Replace `assoc-ignore-case' by `assoc-string'.
17997
17998 2005-05-06 Eli Zaretskii <eliz@gnu.org>
17999
18000 * files.el (locate-file): Doc fix.
18001
18002 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
18003 Remove the redundant test for ms-dos.
18004
18005 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
18006 look for the preprocessor with exec-suffixes. If not found in
18007 standard places, look in exec-path. Remove most of the tests that
18008 used system-type.
18009
18010 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
18011
18012 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
18013
18014 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
18015 file-name clash with jka-compr.el on 8+3 filesystems.
18016
18017 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18018
18019 * term/mac-win.el: Don't define or bind scroll bar functions if
18020 x-toolkit-scroll-bars is t.
18021 (x-select-text, x-get-selection-value): Clear
18022 x-last-selected-text-clipboard if x-select-enable-clipboard is
18023 nil.
18024 (PRIMARY): Put mac-scrap-name property.
18025 (mac-select-convert-to-file-url): New function.
18026 (public.file-url): New selection target type. Add to
18027 selection-converter-alist.
18028 (x-get-selection, x-selection-value): Handle it.
18029 (x-cut-buffer-or-selection-value): New alias.
18030
18031 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18032
18033 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
18034 entry to avoid calling bibtex-find-entry with arg global
18035 being t. Remove arg key.
18036 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
18037 (bibtex-copy-summary-as-kill): Change accordingly.
18038
18039 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18040
18041 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
18042 (org-agenda-date-later): Use with-current-buffer.
18043
18044 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
18045
18046 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18047 (define-obsolete-variable-alias): Doc Fixes.
18048
18049 2005-05-06 Kim F. Storm <storm@cua.dk>
18050
18051 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
18052 vertical-motion when selective-display is active.
18053
18054 * ido.el (ido-setup-hook): New hook.
18055 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18056 (ido-input-stack): New var.
18057 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
18058 ido-next-work-file binding to M-O.
18059 Bind M-f to ido-wide-find-file-or-pop-dir.
18060 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18061 (ido-read-internal): Run ido-setup-hook.
18062 Catch quit in read-file-name and read-string to cancel edit.
18063 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18064 Automatically pop-all when completing a directory name (RET).
18065 (ido-file-internal): Add with-no-warnings around ffap and dired code.
18066 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18067 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18068 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18069 New functions for M-b/M-f to move among the directory components.
18070 (ido-make-merged-file-list): Catch quit to cancel merge.
18071 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18072 (ido-completion-help): No warnings for ido-completion-buffer-full.
18073
18074 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18075
18076 * font-lock.el (font-lock-negation-char-face): New face and variable.
18077 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18078 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18079 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18080 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18081
18082 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18083
18084 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18085 Fix typo in docstring.
18086
18087 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18088 (ebrowse-print-statistics-line)
18089 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18090
18091 * term/w32-win.el (image-library-alist): Add additional name for
18092 Xpm library.
18093
18094 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18095
18096 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18097 use gcc instead of cpp.
18098
18099 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18100 (gdb-create-define-alist): Use it.
18101 (gdb-cpp-define-alist-program): Update for MS-DOS.
18102
18103 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18104
18105 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18106
18107 2005-05-04 Richard M. Stallman <rms@gnu.org>
18108
18109 * help.el (describe-key): No error when UNTRANSLATED is nil.
18110
18111 * simple.el (line-move-1): Fix previous change to signal errors
18112 appropriately.
18113
18114 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18115
18116 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18117 (icalendar-duration-correction): Remove.
18118 (icalendar--get-event-properties): Split result at commas.
18119 (icalendar--decode-isoduration): New optional argument
18120 DURATION-CORRECTION.
18121 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18122 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18123 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18124 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18125 (icalendar--convert-anniversary-to-ical): New functions, extracted
18126 from icalendar-export-region, with bug fixes.
18127 (icalendar-export-region): Use the above functions.
18128 (icalendar-import-buffer): Check before saving diary file.
18129 (icalendar--convert-recurring-to-diary)
18130 (icalendar--convert-non-recurring-all-day-to-diary)
18131 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18132 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18133 (icalendar--convert-ical-to-diary): Use the above functions.
18134
18135 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18136
18137 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18138 Remove these recent additions.
18139 (c-mode): Restore to before 2005-04-28.
18140
18141 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18142 recent addition.
18143
18144 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18145 (gdb-define-alist): New variables.
18146 (gdb-create-define-alist): New function.
18147 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18148 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18149 with string-to-number.
18150 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18151
18152 * progmodes/gud.el: Replace string-to-int with string-to-number.
18153 (gud-find-file): Handle gdb-define-alist.
18154
18155 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18156
18157 2005-05-02 Jay Belanger <belanger@truman.edu>
18158
18159 * calc/calc-aent.el (math-read-token):
18160 * calc/calc-bin.el (calc-word-size):
18161 * calc/calc-ext.el (calc-read-number-fancy):
18162 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18163 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18164 * calc/calc-frac.el (calc-over-notation):
18165 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18166 (calc-graph-num-points, calc-graph-init):
18167 * calc/calc-prog.el (calc-read-parse-table-part)
18168 (calc-edit-macro-repeats):
18169 * calc/calc-yank.el (calc-do-grab-rectangle):
18170 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18171 Replace `string-to-int' by `string-to-number'.
18172
18173 2005-05-02 Kim F. Storm <storm@cua.dk>
18174
18175 * kmacro.el: Use executing-kbd-macro-index variable.
18176
18177 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18178
18179 * net/rlogin.el (rlogin-parse-words): Delete func.
18180 (rlogin): Use split-string, not rlogin-parse-words.
18181 Also, if there are option-like elements in the parsed args,
18182 take the host to be the first arg immediately following them.
18183 Suggested by Michael Mauger.
18184
18185 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18186
18187 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18188
18189 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18190
18191 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18192 (cc-mode-cpp-program): Rename to cc-define-list-program and
18193 move to cc-vars.el.
18194
18195 * progmodes/cc-vars.el (cc-define-list-program):
18196 Change to "gcc -E -dM -". Make customizable.
18197
18198 2005-05-02 Kim F. Storm <storm@cua.dk>
18199
18200 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18201
18202 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18203
18204 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18205
18206 * international/mule-util.el (truncate-string): Remove alias and
18207 obsolete declaration.
18208
18209 * international/mule-cmds.el (update-iso-coding-systems):
18210 Remove alias and obsolete declaration.
18211
18212 * international/mule.el (coding-system-parent): Remove alias and
18213 obsolete declaration.
18214
18215 * subr.el (define-function, sref): Remove aliases and obsolete
18216 declarations.
18217 (chars-in-region): Remove obsolete declaration.
18218
18219 2005-05-01 Richard M. Stallman <rms@gnu.org>
18220
18221 * info.el (Info-mode): Set widen-automatically to nil, locally.
18222
18223 * simple.el (widen-automatically): New variable.
18224 (pop-global-mark): Obey widen-automatically.
18225
18226 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18227
18228 * term/xterm.el (function-key-map): Call substitute-key-definition
18229 before the keymap size is increased by a lot of define-key calls.
18230
18231 2005-05-01 Richard M. Stallman <rms@gnu.org>
18232
18233 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18234 Rename ARG to ELEMENT. Doc fix.
18235
18236 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18237
18238 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18239 Remove references to allout-exposure/change to allout-new-exposure.
18240
18241 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18242 bytecode symbols.
18243
18244 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18245 (compiled-function-p, focus-frame, unfocus-frame):
18246 Remove aliases and obsolete declarations.
18247 Back out inadvertent changes from previous commit.
18248
18249 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18250
18251 * files.el (require-final-newline): Make Custom tags consistent
18252 with mode-require-final-newline.
18253 (mode-require-final-newline): Doc fix.
18254
18255 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18256
18257 * international/latexenc.el (latexenc-find-file-coding-system):
18258 Fix regular expressions.
18259
18260 2005-05-01 David Kastrup <dak@gnu.org>
18261
18262 * international/latexenc.el (latexenc-find-file-coding-system):
18263 Fix regular expressions.
18264
18265 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18266
18267 * subr.el (string-to-int): Make obsolete.
18268
18269 2005-04-30 Richard M. Stallman <rms@gnu.org>
18270
18271 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18272
18273 * loadup.el: load jka-comp-hook.
18274
18275 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18276 (jka-compr-handler): Add autoload. `put' calls moved
18277 to jka-comp-hook.el.
18278 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18279 (jka-compr-inhibit): Autoload.
18280
18281 * jka-comp-hook.el: New file.
18282 Enable the mode by default.
18283
18284 * files.el (backup-buffer-copy): Use copy-file instead
18285 of write-region, and put back the 'excl.
18286
18287 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18288
18289 * progmodes/flymake.el (flymake-split-string)
18290 (flymake-split-string, flymake-log, flymake-pid-to-names)
18291 (flymake-reg-names, flymake-get-source-buffer-name)
18292 (flymake-unreg-names, flymake-add-line-err-info)
18293 (flymake-add-err-info): Clarify docstrings.
18294 (flymake-popup-menu, flymake-make-emacs-menu)
18295 (flymake-make-xemacs-menu): Add docstrings.
18296 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18297 Set variables directly throughout.
18298
18299 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18300
18301 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18302 exists. Initialize cc-define-alist.
18303 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18304 If there is no file (Macroexpansion) don't create an alist.
18305
18306 2005-04-29 Sam Steingold <sds@gnu.org>
18307
18308 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18309 (cc-create-define-alist): Use it instead of the hard-coded string.
18310
18311 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18312
18313 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18314 for latexenc.
18315
18316 2005-04-29 Lute Kamstra <lute@gnu.org>
18317
18318 * emacs-lisp/generic.el: Improve commentary section.
18319 (define-generic-mode): Improve docstring.
18320
18321 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18322
18323 * textmodes/org.el (many places): Change to quiet the byte compiler.
18324 (org-prefix-format-compiled): New variable.
18325 (org-compile-prefix-format): New function.
18326 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18327 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18328 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18329 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18330 consistency with entries from `org-mode' files.
18331 (org-get-time-of-day): Fix bug with partial matches early in a line.
18332 (org-non-link-chars): New constant.
18333 (org-link-regexp): Respect `org-non-link-chars'.
18334 (org-agenda-day-view): Remove command.
18335 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18336 (org-follow-bbdb-link, org-store-link): Search also company field.
18337 (org-highlight-overlay): New variable.
18338 (org-highlight, org-unhighlight): New functions.
18339 (org-agenda-mode): Add pre-command-hook to remove highlight.
18340 (org-evaluate-time-range): Behavior depends upon whether time stamp
18341 contains a time or not.
18342 (org-show-subtree, org-show-entry): New functions.
18343 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18344
18345 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18346
18347 * comint.el (comint-output-filter-functions): Add autoload cookie.
18348
18349 2005-04-28 Kim F. Storm <storm@cua.dk>
18350
18351 * ido.el (ido-everywhere): Fix last change.
18352
18353 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18354
18355 * international/latexenc.el: New file.
18356 * international/mule-conf.el (file-coding-system-alist): For .tex,
18357 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18358
18359 2005-04-28 Lute Kamstra <lute@gnu.org>
18360
18361 * font-lock.el (font-lock-add-keywords)
18362 (font-lock-remove-keywords): Clarify docstring.
18363 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18364 Don't start docstrings with a `*'.
18365 (font-lock-update-removed-keyword-alist): Give it a docstring.
18366
18367 * generic-x.el: Update commentary section.
18368 Only require font-lock when compiling.
18369 Define all modes conditionally.
18370 Place all generic modes in the generic-x-modes customization group.
18371 (generic-x-modes): New customization group.
18372 (generic-default-modes, generic-mswindows-modes)
18373 (generic-unix-modes, generic-other-modes): New constants.
18374 (generic-define-mswindows-modes, generic-define-unix-modes):
18375 Update docstrings. Make them obsolete.
18376 (generic-extras-enable-list): New default value. Update docstring.
18377 Improve :type. Change :set function.
18378 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18379 Fix docstring.
18380
18381 * emacs-lisp/generic.el (generic-mode-internal):
18382 Simplify font-lock-defaults.
18383 (define-generic-mode): Fix docstring.
18384
18385 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18386
18387 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18388 font-lock-face property to highlight matches.
18389
18390 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18391
18392 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18393 (cc-define-alist): New variable.
18394 (c-mode): Make it local and initialize it.
18395
18396 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18397 (gdb-exited): New function.
18398 (gdb-annotation-rules): Use it.
18399 (gdb-starting): Set gdb-active-process to t.
18400 (gdb-stopping): Amend doc string.
18401 (gdb-reset): Set gdb-active-process to nil.
18402
18403 * tooltip.el (tooltip-gud-tips): Show the associated #define
18404 directives when a C program under GDB is not executing.
18405
18406 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18407
18408 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18409 font-lock-fontify-syntactic-keywords.
18410
18411 * font-lock.el (font-lock-default-fontify-region): Don't force
18412 parse-sexp-lookup-properties to nil.
18413
18414 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18415
18416 * man.el (man-mode-syntax-table): Set up `:' to have
18417 word-constituent syntax.
18418
18419 2005-04-27 Lute Kamstra <lute@gnu.org>
18420
18421 * novice.el (disable-command): Don't add spurious newlines to the
18422 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18423
18424 2005-04-26 Jay Belanger <belanger@truman.edu>
18425
18426 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18427 than one window before deleting window.
18428
18429 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18430
18431 * shell.el (shell-prompt-pattern): Doc fix.
18432 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18433
18434 * comint.el (comint-prompt-regexp, comint-get-old-input)
18435 (comint-use-prompt-regexp)
18436 (comint-use-prompt-regexp-instead-of-fields)
18437 (comint-replace-by-expanded-history, comint-send-input)
18438 (comint-output-filter, comint-get-old-input-default)
18439 (comint-line-beginning-position, comint-bol, comint-show-output)
18440 (comint-backward-matching-input, comint-forward-matching-input)
18441 (comint-next-prompt, comint-previous-prompt):
18442 Rename `comint-use-prompt-regexp-instead-of-fields' to
18443 `comint-use-prompt-regexp'. Keep old name as alias and declare
18444 obsolete.
18445 (comint-use-prompt-regexp): Shorten first line of doc string.
18446
18447 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18448 Set paragraph-separate buffer locally to "\\'".
18449
18450 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18451 Adapt to above name change.
18452
18453 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18454 (smbclient-prompt-regexp): Ditto.
18455
18456 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18457
18458 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18459
18460 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18461 gdb-location-list.
18462 Break lines that are over 80 characters wide.
18463
18464 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18465
18466 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18467 New fun and var, to preserve compatibility.
18468
18469 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18470
18471 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18472
18473 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18474 name to file-newer-than-file-p.
18475
18476 2005-04-26 Richard M. Stallman <rms@gnu.org>
18477
18478 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18479
18480 * progmodes/python.el (python-mode):
18481 Use new name eldoc-documentation-function.
18482
18483 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18484
18485 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18486 (eldoc-documentation-function):
18487 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18488
18489 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18490
18491 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18492
18493 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18494
18495 * term/xterm.el (function-key-map): Fix strings for
18496 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18497 {C,S,A,C-S}-{f1-f12}.
18498
18499 2005-04-26 Kenichi Handa <handa@m17n.org>
18500
18501 * international/mule-cmds.el (select-safe-coding-system):
18502 Fix previous change.
18503
18504 2005-04-26 Lute Kamstra <lute@gnu.org>
18505
18506 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18507
18508 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18509 (font-lock-comment-delimiter-face): Ditto.
18510
18511 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18512
18513 2005-04-25 Jay Belanger <belanger@truman.edu>
18514
18515 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18516 to t while inserting information; use help-mode.
18517
18518 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18519
18520 * term.el (ansi-term-color-vector): Use the xterm colors.
18521 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18522
18523 2005-04-25 Lute Kamstra <lute@gnu.org>
18524
18525 * font-core.el (font-lock-defaults): Fix docstring.
18526
18527 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18528
18529 2005-04-25 Kenichi Handa <handa@m17n.org>
18530
18531 * international/mule-cmds.el (select-safe-coding-system):
18532 Don't check consistency with coding: spec, etc if raw-text or
18533 no-conversion was found to be safe.
18534
18535 2005-04-24 Richard M. Stallman <rms@gnu.org>
18536
18537 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18538 citation markers at start of each line.
18539
18540 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18541 citation markers at start of each line.
18542
18543 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18544
18545 * files.el (mode-require-final-newline): Fix previous change.
18546 (require-final-newline): Fix type label.
18547
18548 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18549
18550 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18551 statement in buffer (broken by 2004-11-24 change).
18552
18553 2005-04-24 Kim F. Storm <storm@cua.dk>
18554
18555 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18556 and read-file-name-function values. Don't overwrite existing
18557 non-nil values if ido-mode is enabled without ido-everywhere.
18558
18559 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18560
18561 * files.el (mode-require-final-newline): Minor doc fix.
18562
18563 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18564
18565 * subr.el (syntax-after): Doc fix.
18566 (syntax-class): If argument is nil, return nil. Mask off upper 16
18567 bits, not 8 bits.
18568
18569 * files.el (mode-require-final-newline): Doc fix.
18570 (backup-buffer-copy): Fix last change.
18571
18572 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18573
18574 * term/mac-win.el: Require select. Set selection-coding-system to
18575 mac-system-coding-system. Call menu-bar-enable-clipboard.
18576 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18577 (x-select-enable-clipboard): New variables.
18578 (x-select-text, x-get-selection, x-selection-value)
18579 (x-get-selection-value, mac-select-convert-to-string)
18580 (mac-services-open-file, mac-services-open-selection)
18581 (mac-services-insert-text): New functions.
18582 (CLIPBOARD, FIND): Put mac-scrap-name property.
18583 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18584 (public.tiff): Put mac-ostype property.
18585 (selection-converter-alist): Add entries for them.
18586 (mac-application-menu-map): New keymap.
18587 (interprogram-cut-function, interprogram-paste-function): Set to
18588 x-select-text and x-get-selection-value, respectively.
18589 (split-window-keep-point): Set to t.
18590
18591 2005-04-23 Richard M. Stallman <rms@gnu.org>
18592
18593 * files.el (read-directory-name): Always pass non-nil
18594 DEFAULT-FILENAME arg to read-file-name.
18595 (backup-buffer-copy, basic-save-buffer-2): Take care against
18596 writing thru an unexpected existing symlink.
18597 (revert-buffer): In indirect buffer, revert the base buffer.
18598 (magic-mode-alist): Doc fix.
18599 (buffer-stale-function): Doc fix.
18600 (minibuffer-with-setup-hook): Avoid warning.
18601 (mode-require-final-newline): Doc and custom fix.
18602
18603 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18604
18605 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18606 use the default appearance.
18607 (font-lock-comment-delimiter-face): New face, new variable.
18608
18609 * imenu.el (imenu--generic-function): The official position of a
18610 definition is the start of the line that BEG is in.
18611
18612 * midnight.el (midnight-timer): Move defvar up.
18613
18614 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18615
18616 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18617
18618 * startup.el (command-line): Use with-no-warnings.
18619
18620 * window.el (window-size-fixed): New defvar.
18621
18622 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18623
18624 * mail/rmail.el (rmail-font-lock-keywords):
18625 Use font-lock-comment-delimiter-face.
18626
18627 * mail/sendmail.el (mail-font-lock-keywords):
18628 Use font-lock-comment-delimiter-face.
18629
18630 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18631
18632 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18633
18634 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18635 Specify t for LAXMATCH when matching directories.
18636 Save match data around compilation-compat-error-properties form.
18637
18638 2005-04-23 David Kastrup <dak@gnu.org>
18639
18640 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18641 Mention that the autoloaded aliases should be kept for AUCTeX.
18642
18643 2005-04-23 Andreas Schwab <schwab@suse.de>
18644
18645 * isearch.el (isearch-forward): Doc fix.
18646
18647 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18648
18649 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18650 (jit-lock-stealth-nice): Change default value to 0.5.
18651
18652 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18653
18654 * abbrev.el (write-abbrev-file): Write table entries in
18655 alphabetical order by table name.
18656
18657 2005-04-22 Kim F. Storm <storm@cua.dk>
18658
18659 * ido.el (ido-read-internal): Fix `list' completion.
18660
18661 2005-04-22 Kenichi Handa <handa@m17n.org>
18662
18663 * recentf.el (recentf-save-file-coding-system): New variable.
18664 (recentf-save-list): Encode the file by
18665 recentf-save-file-coding-system and add coding: tag.
18666
18667 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18668
18669 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18670
18671 2005-04-21 Lute Kamstra <lute@gnu.org>
18672
18673 * loadhist.el (unload-feature): Don't remove a function from hooks
18674 if it is about to be restored to an autoload . Remove functions
18675 that will become unbound from auto-mode-alist. Simplify the code.
18676
18677 * subr.el (assq-delete-all): New implementation that is linear,
18678 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18679 (rassq-delete-all): New function.
18680
18681 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18682 Add size-indication-mode.
18683
18684 2005-04-21 Kenichi Handa <handa@m17n.org>
18685
18686 * international/mule-cmds.el: Add autoload for widget-value in
18687 eval-when-compile.
18688
18689 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18690
18691 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18692 Add tooltip-mode.
18693
18694 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18695
18696 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
18697
18698 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18699 (inferior-lisp-filter-regexp, inferior-lisp-program)
18700 (inferior-lisp-load-command, inferior-lisp-prompt)
18701 (inferior-lisp-mode-hook, lisp-source-modes)
18702 (inferior-lisp-load-hook): defvar->defcustom.
18703 (inferior-lisp-program, inferior-lisp-prompt)
18704 (inferior-lisp-load-hook): Doc fixes.
18705 (inferior-lisp-install-letter-bindings): Small change in
18706 introductory comment.
18707
18708 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
18709
18710 * vc.el (vc-annotate-color-map): Change some colors so that text
18711 using them as foreground is readable on both white and black
18712 backgrounds.
18713
18714 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18715
18716 * international/mule-conf.el (translation-table-for-input):
18717 Remove redundant declaration.
18718
18719 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18720
18721 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18722
18723 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18724 (tooltip-toggle-gud-tips): New function.
18725
18726 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18727
18728 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18729 right angle brackets.
18730
18731 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18732
18733 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18734
18735 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18736
18737 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18738 Remove. Update callers to use expand-file-name instead.
18739
18740 * subr.el (syntax-class): New function.
18741
18742 * simple.el (blink-matching-open): Use it.
18743
18744 * paren.el (show-paren-function): Use it to recognize parens that are
18745 also used in 2-char comment markers.
18746
18747 2005-04-19 Lute Kamstra <lute@gnu.org>
18748
18749 * loadhist.el (unload-feature): Update for new format of
18750 load-history. Simplify the code.
18751
18752 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18753
18754 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18755 (mac-add-charset-info): New function. Initialize variable
18756 mac-charset-info-alist using it.
18757 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18758 for translation.
18759 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18760 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18761 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18762 New CCL programs.
18763
18764 2005-04-19 Kim F. Storm <storm@cua.dk>
18765
18766 * simple.el (next-buffer, prev-buffer, next-error)
18767 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18768 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18769
18770 * bindings.el (next-buffer, prev-buffer, next-error)
18771 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18772 (clone-indirect-buffer-other-window): Move bindings from simple.el.
18773 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18774 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18775
18776 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18777
18778 * isearch.el (isearch-edit-string): Make the search-ring available for
18779 minibuffer history commands.
18780 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18781 the default history commands now work just as well.
18782 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18783
18784 2005-04-18 Kim F. Storm <storm@cua.dk>
18785
18786 * emulation/cua-base.el (cua--pre-command-handler): Add more
18787 elaborate check for shift modifier on non-window systems.
18788
18789 2005-04-18 Lars Hansen <larsh@math.ku.dk>
18790
18791 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18792
18793 2005-04-18 Kim F. Storm <storm@cua.dk>
18794
18795 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18796 and make it optional. Don't test tooltip-gud-echo-area here.
18797 (tooltip-gud-process-output, gdb-tooltip-print):
18798 Pass tooltip-gud-echo-area to tooltip-show.
18799 (tooltip-help-tips): Remove second optional arg to tooltip-show.
18800
18801 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18802
18803 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18804 `display-graphic-p' may not be bound yet.
18805
18806 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
18807
18808 * startup.el (command-line): No longer enable Xterm Mouse mode by
18809 default in terminals compatible with xterm.
18810
18811 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18812
18813 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
18814
18815 * tooltip.el (tooltip-gud-echo-area): Rename from
18816 tooltip-use-echo-area.
18817 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18818 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18819 area independently of where help tooltips are displayed.
18820
18821 2005-04-17 David Kastrup <dak@gnu.org>
18822
18823 * cus-theme.el (custom-theme-write-variables): Quote variables
18824 where necessary.
18825
18826 2005-04-17 Richard M. Stallman <rms@gnu.org>
18827
18828 * simple.el (yank-excluded-properties): Add follow-link to value.
18829
18830 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18831
18832 * startup.el (fancy-splash-max-time): Just 30 seconds.
18833 (fancy-splash-delay): Just 7.
18834 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18835
18836 * loadhist.el (unload-feature): Update for new format of load-history.
18837 Simplify the code.
18838
18839 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18840 (rmail-font-lock-keywords): Don't fontify the text of a citation.
18841
18842 * mail/sendmail.el (mail-font-lock-keywords):
18843 Don't fontify subject text.
18844 Don't fontify the text of a citation.
18845
18846 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
18847
18848 * comint.el (comint-output-filter): Run comint-output-filter-functions
18849 with point where the user had it.
18850
18851 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18852
18853 * international/ucs-tables.el (ucs-set-table-for-input):
18854 Disable when using unify-on-decoding.
18855
18856 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
18857
18858 * emulation/cua-base.el (cua-global-mark-face): Add special case
18859 for displays supporting a high number of colors.
18860
18861 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18862
18863 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18864
18865 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
18866
18867 * filesets.el (filesets-add-buffer): If user supplies a name of a
18868 non-existing fileset, create a new fileset.
18869
18870 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
18871
18872 * textmodes/org.el (org-up-heading-all): Fix bug with
18873 `outline-up-heading-all'.
18874
18875 2005-04-16 Andreas Schwab <schwab@suse.de>
18876
18877 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18878 /etc/permissions.d/* and /etc/aliases.d/*.
18879
18880 2005-04-16 Kenichi Handa <handa@m17n.org>
18881
18882 * international/code-pages.el (cp-make-coding-system):
18883 Set `translation-table-for-input' property value to the symbol
18884 ucs-mule-to-mule-unicode, not to that value.
18885 (pt154): Escape guillemet by `\'.
18886
18887 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
18888
18889 * loadup.el: Load tooltip if x-show-tip is fboundp.
18890
18891 * startup.el (command-line): Add comment.
18892
18893 * tooltip.el (tooltip-mode): Specify correct standard value for
18894 Custom in init-value.
18895
18896 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
18897
18898 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18899 possible.
18900
18901 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
18902
18903 * textmodes/org.el (org-agenda-date-prompt): Rename from
18904 `org-agenda-date-today'.
18905 (org-evaluate-time-range): Insert at point instead of directly
18906 after time range.
18907 (org-first-headline-recenter, org-subtree-end-visible-p)
18908 (org-optimize-window-after-visibility-change): New functions
18909 (org-agenda-post-command-hook): Don't allow point at end of line,
18910 to make sure it always hits the text properties.
18911 (org-agenda-next-date-line, org-agenda-previous-date-line):
18912 New commands.
18913 (org-set-regexps-and-options): Category may contain white space.
18914 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18915 Improve marker positions.
18916 (org-agenda-new-marker): Argument POS made optional.
18917 (org-agenda-get-timestamps): Deadlines which are done are listed
18918 in org-done-face now.
18919 (org-agenda-get-todos, org-agenda-get-timestamps)
18920 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18921 Set `undone-face' and `done-face' properties.
18922 (org-last-todo-state-is-todo): New variable.
18923 (org-todo): Set `org-last-todo-state-is-todo'.
18924 (org-agenda-todo): Change face according to
18925 `org-last-todo-state-is-todo'. And change other lines referring to
18926 the same entry.
18927 (org-calendar-goto-agenda): New command.
18928 (org-calendar-to-agenda-key): New option.
18929 (org-startup-folded): New allowed value `content'.
18930 (org-set-regexps-and-options): Accept new value `content' for
18931 `org-startup-folded'.
18932 (org-get-current-options): Handle new value `content' for
18933 `org-startup-folded'.
18934 (org-insert-todo-heading): New command.
18935 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
18936 interactively in empty file and option
18937 `org-insert-mode-line-in-empty-file' has been set.
18938 (org-agenda-todo, org-agenda-priority): Modify to use
18939 `org-agenda-change-all-lines'.
18940 (org-warning-face): Change color on dark background
18941
18942 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18943
18944 * international/mule-cmds.el (set-locale-environment): On Mac OS,
18945 use preferences AppleLocale and AppleLanguages, and variable
18946 mac-system-locale for default locale. On Mac OS Classic, use
18947 mac-system-coding-system for default coding systems.
18948
18949 * term/mac-win.el: Don't set file-name-coding-system.
18950 Decode variables system-name, emacs-build-system, user-login-name, and
18951 user-full-name by mac-system-coding-system on Mac OS Classic.
18952 (mac-system-coding-system): New variable.
18953
18954 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
18955
18956 * startup.el (command-line): Handle `xterm-mouse-mode' before
18957 reading init file.
18958
18959 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
18960
18961 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
18962
18963 * progmodes/sh-script.el (sh-here-document-word): Make it a
18964 defcustom. Doc fix.
18965 (sh-add): Bash uses $(( )) for arithmetic.
18966 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
18967 (sh-maybe-here-document): Remove quotes and leading whitespace
18968 from heredoc word when closing. Indent heredoc with tabs if word
18969 starts with "-".
18970
18971 2005-04-13 Richard M. Stallman <rms@gnu.org>
18972
18973 * simple.el (undo): Fix previous change.
18974
18975 * custom.el (defface): Doc fix.
18976
18977 2005-04-13 Lute Kamstra <lute@gnu.org>
18978
18979 * Makefile.in (DONTCOMPILE): Remove list.
18980 (compile, compile-always): Don't use DONTCOMPILE.
18981 (update-authors): Load the library in which batch-update-authors
18982 is defined.
18983 * makefile.w32-in (DONTCOMPILE): Remove list.
18984 (compile, compile-always): Fix comments.
18985 (update-authors): Load the library in which batch-update-authors
18986 is defined.
18987
18988 * generic-x.el (generic-mode-ini-file-find-file-hook):
18989 Rename to ini-generic-mode-find-file-hook.
18990 Keep generic-mode-ini-file-find-file-hook as an alias.
18991 (ini-generic-mode-find-file-hook): Rename from
18992 generic-mode-ini-file-find-file-hook. Fix docstring.
18993 (ini-generic-mode): Docstring change.
18994 (bat-generic-mode-run-as-comint): Silence the byte compiler.
18995
18996 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
18997 called from lisp.
18998
18999 * generic.el: Move to the emacs-lisp subdir.
19000
19001 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
19002
19003 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
19004 and C-S- function and cursor motion keys.
19005
19006 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
19007
19008 * startup.el (command-line): Enable Xterm Mouse mode by default.
19009 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
19010 for Custom. No longer show "Mouse" in mode line when enabled.
19011 Doc fix.
19012
19013 2005-04-12 Kim F. Storm <storm@cua.dk>
19014
19015 * emulation/cua-base.el (cua-rectangle-face)
19016 (cua-rectangle-noselect-face): Define face attributes here.
19017
19018 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
19019
19020 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19021
19022 * startup.el (command-line): Turn off blinking cursor if
19023 cursorBlink in resources is off or false.
19024
19025 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19026
19027 * term/mac-win.el (dnd): Require dnd.
19028 (mac-drag-n-drop): Call dnd-handle-one-url.
19029 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
19030 (kTextEncodingISOLatin2): Remove constants.
19031 (mac-script-code-coding-systems): New constant.
19032 (mac-handle-language-change): New function.
19033 (special-event-map): Bind it to `language-change' event.
19034 (mac-centraleurroman, mac-cyrillic): New coding systems.
19035 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
19036 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
19037 and mac-cyrillic-encoder to encode-mac-centraleurroman and
19038 encode-mac-cyrillic, respectively.
19039
19040 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19041
19042 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19043 Don't set overlay-arrow-string to "=>" as this is done
19044 globally in C now.
19045
19046 2005-04-12 Lute Kamstra <lute@gnu.org>
19047
19048 * generic-x.el (rc-generic-mode, rul-generic-mode):
19049 Fix auto-mode-alist entries.
19050 (etc-fstab-generic-mode): Tweak fontification.
19051
19052 * generic.el (generic-make-keywords-list): Fix docstring.
19053 (generic-mode-internal): Simplify generic-font-lock-keywords.
19054
19055 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19056
19057 * whitespace.el (whitespace-buffer-leading)
19058 (whitespace-buffer-trailing): Revert the incorrect test inversion.
19059 However, fix the highlight area for the leading and
19060 trailing whitespaces to show space.
19061
19062 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19063
19064 * whitespace.el (whitespace-version): Bump to 3.5
19065
19066 (whitespace-buffer-leading, whitespace-buffer-trailing):
19067 Invert sense of the test to highlight the whitespace.
19068
19069 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19070
19071 * progmodes/gud.el (gud-display-line): GUD uses its own
19072 overlay arrow now so don't set overlay-arrow-string.
19073 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19074
19075 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19076
19077 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19078 (term-ansi-current-reverse, term-ansi-current-invisible)
19079 (term-ansi-face-already-done): Change to boolean.
19080 (term-reset-terminal, term-handle-colors-array): Handle the above
19081 vars accordingly.
19082 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19083 (term-emulate-terminal): Use the new name.
19084
19085 * faces.el (secondary-selection): Use yellow1, not yellow.
19086 (trailing-whitespace): Use red1, not red.
19087
19088 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19089
19090 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19091 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19092 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19093
19094 * cus-edit.el (dnd): New group.
19095
19096 * term/w32-win.el (dnd): Require dnd
19097 (w32-drag-n-drop): Call dnd-handle-one-url.
19098
19099 * x-dnd.el: Require dnd.
19100 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19101 Call dnd-handle-one-url.
19102 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19103 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19104 to dnd-insert-text.
19105 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19106 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19107 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19108 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19109
19110 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19111
19112 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19113
19114 * wdired.el: Doc fixes.
19115 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19116 (wdired-use-dired-vertical-movement): Rename from
19117 wdired-always-move-to-filename-beginning.
19118 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19119 (wdired-change-to-wdired-mode): Change mode name.
19120 (wdired-newline): Delete.
19121
19122 2005-04-11 Richard M. Stallman <rms@gnu.org>
19123
19124 * whitespace.el (whitespace-highlight-the-space):
19125 Don't call whitespace-unhighlight-the-space here.
19126
19127 * simple.el (undo): Record t in undo-equiv-table
19128 for the redo record made by an undo-in-region.
19129
19130 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19131
19132 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19133 (gdb-frame-inferior-io-buffer): New Functions to control
19134 display of separate IO buffer.
19135 (menu): Add them to menu-bar.
19136 (gdb-display-buffer): Check for buffer another frame.
19137 Protect GUD buffer.
19138 (gdb-setup-windows): Create IO buffer if not already there.
19139 (gdb-memory-mode): Remove purecopy noops.
19140
19141 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19142
19143 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19144 and pass to self-insert-command.
19145
19146 2005-04-11 Lute Kamstra <lute@gnu.org>
19147
19148 * generic.el: Commentary section cleanup.
19149 (generic): Delete.
19150 (generic-use-find-file-hook, generic-lines-to-scan)
19151 (generic-find-file-regexp, generic-ignore-files-regexp)
19152 (default-generic-mode, generic-mode-find-file-hook)
19153 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19154 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19155 (generic-use-find-file-hook, generic-lines-to-scan)
19156 (generic-find-file-regexp, generic-ignore-files-regexp)
19157 (default-generic-mode, generic-mode-find-file-hook)
19158 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19159
19160 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19161
19162 * bookmark.el (bookmark-write-file): Catch errors writing file.
19163 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19164
19165 2005-04-10 Richard M. Stallman <rms@gnu.org>
19166
19167 * startup.el (fancy-splash-tail): Update copyright year.
19168 (command-line): Split part of -Q into -D.
19169 (emacs-basic-display): New defvar.
19170 (fancy-splash-text): Correct name of menu item.
19171
19172 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19173
19174 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19175 lines in one node.
19176
19177 * comint.el (comint-send-input): New arg ARTIFICIAL.
19178 Callers in this file changed.
19179
19180 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19181
19182 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19183
19184 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19185
19186 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19187 `ldap-search-internal'.
19188
19189 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19190
19191 * files.el (set-auto-mode-1): Use line-end-position.
19192
19193 * international/latin-1.el:
19194 * international/latin-2.el:
19195 * international/latin-3.el:
19196 * international/latin-4.el:
19197 * international/latin-5.el:
19198 * international/latin-8.el:
19199 * international/latin-9.el: Give punctuation syntax to NBSP.
19200
19201 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19202 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19203 Use char-classes to accept non-ascii letters, accepted in some recent
19204 bibtex implementations.
19205
19206 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19207
19208 * custom.el (custom-set-minor-mode): Any non-nil value for the
19209 variable should enable the mode when set through Custom.
19210
19211 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19212
19213 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19214 TAB binding so tab-always-indent is obeyed.
19215 (vhdl-minibuffer-local-map): Move initialization into declaration.
19216 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19217 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19218 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19219 (vhdl-current-line): Use line-beginning-position.
19220 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19221 with-output-to-temp-buffer, so the current position can be recorded.
19222
19223 2005-04-10 Masatake YAMATO <jet@gyve.org>
19224
19225 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19226 Add regexp for gcov.
19227
19228 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19229
19230 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19231 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19232 syntax which Emacs 20 doesn't support.
19233
19234 2005-04-09 Richard M. Stallman <rms@gnu.org>
19235
19236 * help.el (describe-key-briefly, describe-key):
19237 Replace strings as event types with "(any string)".
19238
19239 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19240
19241 * arc-mode.el (archive-mode-map): Move initialization into
19242 the declaration. Override *all* bindings of `undo'.
19243 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19244
19245 2005-04-09 Jay Belanger <belanger@truman.edu>
19246
19247 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19248
19249 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19250
19251 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19252 (xterm-register-default-colors): Update color values computation
19253 to match xterm-200.
19254
19255 2005-04-09 Kenichi Handa <handa@m17n.org>
19256
19257 * international/code-pages.el (iso-latin-7): Fix the map.
19258
19259 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19260
19261 * emacs-lisp/lisp.el (defun-prompt-regexp)
19262 (parens-require-spaces, buffer-end, end-of-defun)
19263 (insert-parentheses): Doc fixes.
19264
19265 2005-04-08 Kim F. Storm <storm@cua.dk>
19266
19267 * comint.el (comint-highlight-prompt): Fix face spec.
19268 * hi-lock.el (hi-green): Likewise.
19269
19270 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19271
19272 * cus-edit.el (custom-modified-face):
19273 * comint.el (comint-highlight-input): Fix previous changes.
19274 * term.el (term-handle-ansi-escape): Add a comment.
19275
19276 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19277
19278 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19279 in the buffer and in whitespace-highlighted-space.
19280 (whitespace-unhighlight-the-space): Simplify.
19281 (whitespace-buffer): Simplify.
19282
19283 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19284
19285 * textmodes/table.el (table-cell-face): Add special case for
19286 displays supporting a high number of colors.
19287 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19288 (vhdl-font-lock-reserved-words-face)
19289 (vhdl-speedbar-architecture-face)
19290 (vhdl-speedbar-instantiation-face)
19291 (vhdl-speedbar-architecture-selected-face)
19292 (vhdl-speedbar-instantiation-selected-face): Likewise.
19293 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19294 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19295 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19296 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19297 (ebrowse-progress-face): Likewise.
19298 * progmodes/compile.el (compilation-info-face): Likewise.
19299 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19300 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19301 * calendar/calendar.el (diary-face): Likewise.
19302 * woman.el (woman-italic-face, woman-bold-face)
19303 (woman-unknown-face): Likewise.
19304 * wid-edit.el (widget-button-pressed-face): Likewise.
19305 * whitespace.el (whitespace-highlight-face): Likewise.
19306 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19307 * pcvs-info.el (cvs-marked-face): Likewise.
19308 * info.el (info-xref): Likewise.
19309 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19310 * hilit-chg.el (highlight-changes-face)
19311 (highlight-changes-delete-face): Likewise.
19312 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19313 (hi-red-b): Likewise.
19314 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19315 * font-lock.el (font-lock-keyword-face)
19316 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19317 * cus-edit.el (custom-invalid-face, custom-modified-face)
19318 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19319 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19320 * comint.el (comint-highlight-prompt): Likewise.
19321
19322 2005-04-08 Lute Kamstra <lute@gnu.org>
19323
19324 * font-lock.el (font-lock-keywords): Docstring fixes.
19325
19326 2005-04-08 Kenichi Handa <handa@m17n.org>
19327
19328 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19329 chars are more than a limit, print " and more..." at the tail.
19330
19331 2005-04-08 Kim F. Storm <storm@cua.dk>
19332
19333 * emacs-lisp/authors.el (authors-aliases): Update list.
19334 (authors-ignored-files): New list.
19335 (authors-fixed-entries): Fix typo.
19336 (authors-renamed-files-alist): Update list.
19337 (authors-add): Check authors-ignored-files.
19338
19339 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19340
19341 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19342 optional, to ensure backward compatibility.
19343
19344 2005-04-08 Stephen Eglen <stephen@gnu.org>
19345
19346 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19347
19348 2005-04-08 Kim F. Storm <storm@cua.dk>
19349
19350 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19351
19352 * mouse.el (mouse-on-link-p): Doc fix.
19353
19354 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19355
19356 * ielm.el (ielm-prompt-read-only): Doc fix.
19357
19358 * comint.el (comint-prompt-read-only): Doc fix.
19359
19360 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19361
19362 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19363 ensure dired always handles wildcards passed to ffap.
19364 (find-file-at-point): Use it.
19365 (ffap-dired-wildcards): Doc fix.
19366
19367 2005-04-07 Juri Linkov <juri@jurta.org>
19368
19369 * simple.el (next-error-overlay-arrow-position): New defvar.
19370 Put "=>" on its property `overlay-arrow-string'. Add it to
19371 `overlay-arrow-variable-list'.
19372
19373 * progmodes/compile.el (compilation-setup):
19374 Set `next-error-overlay-arrow-position' to nil. Also set it to
19375 nil in the local hook `kill-buffer-hook'. Make local variable
19376 `overlay-arrow-string' and set it to "=>".
19377 (compilation-goto-locus): Set BOL position to
19378 `next-error-overlay-arrow-position' instead of
19379 `overlay-arrow-position'.
19380
19381 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19382 locally instead of adding it to the global hook.
19383 (Info-kill-buffer): Move up.
19384
19385 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19386
19387 * term/xterm.el (xterm-standard-colors): Update color values from
19388 xterm-200.
19389
19390 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19391
19392 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19393
19394 * fast-lock.el:
19395 * lazy-lock.el: Move them to the obsolete subdir.
19396
19397 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19398
19399 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19400 (wdired-add-replace-advice): Remove.
19401 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19402
19403 2005-04-06 Kim F. Storm <storm@cua.dk>
19404
19405 * startup.el (command-line): Add --bare-bones alias for -Q.
19406
19407 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19408
19409 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19410 create the startup fontset if a font specification ends with
19411 `mac-roman'.
19412
19413 2005-04-06 Lute Kamstra <lute@gnu.org>
19414
19415 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19416 change.
19417
19418 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19419 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19420
19421 2005-04-05 Lute Kamstra <lute@gnu.org>
19422
19423 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19424 (define-generic-mode): Ditto. Fix debug declaration.
19425
19426 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19427 Put them in the generic-x group.
19428
19429 * calendar/timeclock.el (timeclock): Doc fix.
19430
19431 * generic.el (define-generic-mode): Don't use custom-current-group.
19432 Document default :group value.
19433 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19434 (define-global-minor-mode): Don't use custom-current-group.
19435
19436 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19437
19438 * startup.el (command-line-1): Display startup-echo-area-message
19439 when fancy splash screen is in use.
19440
19441 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19442 (sh-escaped-newline): New face.
19443 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19444 newline, and use sh-escaped-newline face.
19445
19446 * progmodes/tcl.el (tcl-escaped-newline): New face.
19447 (tcl-builtin-list): New variable.
19448 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19449 newlines. Fix keywords subexpression number.
19450
19451 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19452
19453 * textmodes/org.el (org-diary-default-entry): Fix call to
19454 `add-to-diary-entry'.
19455
19456 2005-04-05 Kim F. Storm <storm@cua.dk>
19457
19458 * ediff-init.el: Use (featurep 'xemacs).
19459
19460 2005-04-05 David Ponce <david@dponce.com>
19461
19462 * cus-edit.el (face): Derive from symbol widget. Display sample
19463 of the current face on the fly.
19464 (widget-face-sample-face-get, widget-face-notify): New functions.
19465 (widget-face-value-create): Remove.
19466
19467 * wid-edit.el (widget-field-end): Temporarily remove field
19468 narrowing before to call `get-char-property'.
19469
19470 2005-04-04 Jay Belanger <belanger@truman.edu>
19471
19472 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19473 (math-read-subscripts): New variable.
19474 (math-read-preprocess-string): Process subscripts.
19475
19476 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19477
19478 * comint.el (comint-prompt-read-only): Doc fix.
19479
19480 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19481 `-1'. Doc fix.
19482
19483 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19484
19485 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19486 Change default value to nil.
19487
19488 2005-04-04 Lute Kamstra <lute@gnu.org>
19489
19490 * autorevert.el (auto-revert-mode): Specify :group.
19491 * battery.el (display-battery-mode): Specify :group.
19492 * diff-mode.el (diff-minor-mode): Specify :group.
19493 * font-core.el (font-lock-mode): Specify :group.
19494 * hl-line.el (hl-line-mode): Specify :group.
19495 * iimage.el (iimage): New customization group.
19496 (iimage-mode): Specify :group.
19497 * longlines.el (longlines-mode): Specify :group.
19498 * master.el: Don't require easy-mmode.
19499 (master): New customization group.
19500 (master-mode): Specify :group.
19501 * msb.el (msb-mode): Specify :group.
19502 * reveal.el (reveal-mode): Specify :group.
19503 * simple.el (next-error-follow-minor-mode): Specify :group.
19504 * smerge-mode.el (smerge-mode): Specify :group.
19505 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19506 * emulation/cua-base.el (cua-mode): Specify :group.
19507 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19508 * language/thai-util.el (thai-auto-composition-mode)
19509 (thai-word-mode): Specify :group.
19510 * mail/supercite.el (sc-minor-mode): Specify :group.
19511 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19512 * progmodes/flymake.el (flymake-mode): Specify :group.
19513 * progmodes/glasses.el (glasses-mode): Specify :group.
19514 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19515 * textmodes/enriched.el (enriched-mode): Specify :group.
19516 * textmodes/refill.el (refill-mode): Specify :group.
19517
19518 * add-log.el (change-log-font-lock-keywords): Names in
19519 parenthesized lists can contain spaces.
19520
19521 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19522
19523 * startup.el (fancy-splash-text): Shorten default text of
19524 "Emacs Tutorial" line. Also, if the current language env
19525 indicates an available tutorial file other than TUTORIAL,
19526 extract its title and append it to the line in parentheses.
19527 (fancy-splash-insert): If arg is a thunk, funcall it.
19528
19529 2005-04-04 Jay Belanger <belanger@truman.edu>
19530
19531 * calc.el (calc-language-alist): Add tags to customization type.
19532
19533 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19534
19535 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19536 Doc fix.
19537
19538 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19539
19540 * add-log.el (change-log-font-lock-keywords): The manual
19541 describing a Change Log entry, says: (...) "Aside from these
19542 header lines, every line in the change log starts with a space or
19543 a tab.". The font-lock was not highlighting lines started with
19544 spaces, added support for it.
19545
19546 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19547
19548 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19549 (bibtex-generate-url-list): Update docstring accordingly. Put the
19550 complex example in the docstring.
19551 (bibtex-font-lock-url): Use pop.
19552
19553 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19554
19555 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19556
19557 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19558
19559 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19560
19561 * filesets.el (filesets-set-default): Doc fix.
19562
19563 2005-04-03 Lute Kamstra <lute@gnu.org>
19564
19565 * generic.el (define-generic-mode): Add argument to specify
19566 keywords for defcustom.
19567 (default-generic-mode): Specify :group.
19568
19569 * generic-x.el: Specify :group for all generic modes.
19570
19571 * desktop.el (desktop-no-desktop-file-hook)
19572 (desktop-after-read-hook): Doc fix.
19573
19574 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19575
19576 * simple.el (visible-mode): Use explicit :group keyword.
19577 This changes the group of `visible-mode-hook' from paren-blinking
19578 to editing-basics.
19579
19580 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19581
19582 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19583 mailbox specifications as well as URLs.
19584 (rmail-insert-inbox-text): Remove unused conditional branches.
19585
19586 2005-04-01 Jay Belanger <belanger@truman.edu>
19587
19588 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19589 (calc-gnuplot-print-command): Move definitions to calc.el.
19590
19591 * calc/calc-embed.el (calc-embedded-announce-formula)
19592 (calc-embedded-open-formula, calc-embedded-close-formula)
19593 (calc-embedded-open-word, calc-embedded-close-word)
19594 (calc-embedded-open-plain, calc-embedded-close-plain)
19595 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19596 (calc-embedded-open-mode, calc-embedded-close-mode):
19597 Move definitions to calc.el.
19598
19599 * calc/calc.el (calc-settings-file, calc-language-alist):
19600 Make customizable.
19601 (calc-embedded-announce-formula, calc-embedded-open-formula)
19602 (calc-embedded-close-formula, calc-embedded-open-word)
19603 (calc-embedded-close-word, calc-embedded-open-plain)
19604 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19605 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19606 (calc-embedded-close-mode, calc-gnuplot-name)
19607 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19608 from other files and make customizable.
19609
19610 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19611
19612 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19613 Use buffer-live-p.
19614 (cvs-mode-run): Don't call cvs-update-header here.
19615 (cvs-run-process): Call cvs-update-header.
19616 Use process properties for cvs-postprocess and cvs-buffer so that
19617 the sentinel can behave better if the temp buffer is killed.
19618 Use a pipe rather than a tty, to better handle unexpected prompts.
19619 (cvs-sentinel): Rewrite. Call cvs-update-header.
19620
19621 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19622
19623 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19624 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19625
19626 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19627
19628 * generic.el (define-generic-mode): Add indentation rule.
19629
19630 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19631
19632 * files.el (mode-require-final-newline): Make Custom correctly
19633 report a nil value and allow to set it to nil via Custom.
19634 Doc fix.
19635
19636 2005-04-01 Kenichi Handa <handa@m17n.org>
19637
19638 * international/characters.el: Enable the correct case setting for
19639 dotless-i and dotted-I.
19640
19641 2005-04-01 Kim F. Storm <storm@cua.dk>
19642
19643 * ido.el (ido-file-internal): Fall back to non-ido command if
19644 initial directory is on slow ftp (or tramp) host.
19645
19646 2005-03-31 Richard M. Stallman <rms@gnu.org>
19647
19648 * emacs-lisp/autoload.el (make-autoload):
19649 Handle define-global-minor-mode.
19650
19651 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19652 Rename from easy-mmode-define-global-mode.
19653 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19654
19655 * progmodes/scheme.el (scheme-mode-syntax-table):
19656 Update syntax of | and # for two-character comment syntax.
19657
19658 2005-03-31 Lute Kamstra <lute@gnu.org>
19659
19660 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19661 (define-minor-mode): Call custom-current-group at load-time.
19662
19663 * generic.el (define-generic-mode): Add debug declaration.
19664 Add defcustom for the mode hook.
19665 (generic-mode-internal): Use run-mode-hooks.
19666
19667 2005-03-31 Kim F. Storm <storm@cua.dk>
19668
19669 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19670 (mouse-fixup-help-message): New defun called by show_help_echo
19671 to fixup mouse-2 prefix in help messages when applicable.
19672
19673 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19674
19675 2005-03-31 Kenichi Handa <handa@m17n.org>
19676
19677 * language/thai-word.el (thai-find-word-ends): Pay attention to
19678 the case that we reach the end of buffer.
19679
19680 * textmodes/fill.el (fill-text-properties-at): New function.
19681 (fill-newline): Use fill-text-properties-at instead of
19682 text-properties-at.
19683
19684 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19685
19686 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19687 not comint-quote-filename.
19688
19689 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19690
19691 * help-fns.el (help-with-tutorial): Revert last change.
19692
19693 2005-03-31 Kim F. Storm <storm@cua.dk>
19694
19695 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19696
19697 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
19698
19699 * calendar/cal-china.el: Update reference to "Calendrical
19700 Calculations" book; there's a new edition.
19701 * calendar/cal-coptic.el: Likewise.
19702 * calendar/cal-french.el: Likewise.
19703 * calendar/cal-hebrew.el: Likewise.
19704 * calendar/cal-islam.el: Likewise.
19705 * calendar/cal-iso.el: Likewise.
19706 * calendar/cal-julian.el: Likewise.
19707 * calendar/cal-mayan.el: Likewise.
19708 * calendar/cal-persia.el: Likewise.
19709 * calendar/calendar.el: Likewise.
19710 * calendar/holidays.el: Likewise.
19711 * calendar/lunar.el: Likewise.
19712 * calendar/solar.el: Likewise.
19713
19714 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19715 white space from doc string.
19716
19717 2005-03-30 Jay Belanger <belanger@truman.edu>
19718
19719 * calc/calc-help.el (calc-full-help): Remove email address.
19720
19721 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
19722
19723 * help-fns.el (help-with-tutorial): Delete title line.
19724
19725 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19726
19727 * calendar/cal-x.el (calendar-one-frame-setup)
19728 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19729 rather than `symbol' for set-window-dedicated-p.
19730
19731 * calendar/appt.el (appt-buffer-name): Make it a constant.
19732 (appt-add): Doc fix.
19733
19734 * filesets.el (filesets-menu-path, filesets-menu-before)
19735 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
19736 (filesets-menu-cache-file): Use directory ~/.emacs.d.
19737 (filesets-add-submenu): Delete and use add-submenu instead.
19738
19739 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
19740
19741 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19742 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19743 (org-diary-default-entry): New function.
19744 (org-get-entries-from-diary): Better parsing of diary entries.
19745 (org-agenda-check-no-diary): New function.
19746 ("diary-lib"): Advice to function `add-to-diary-list', to allow
19747 linking to diary entries.
19748 (org-agenda-execute-calendar-command): New function.
19749 (org-agenda): Improve visible section in window.
19750 Use `org-fit-agenda-window'.
19751 (org-fit-agenda-window): New option.
19752 (org-move-subtree-down): Better handling of empty lines
19753 at end of subtree.
19754 (org-cycle): Numeric prefix is interpreted now as show-subtree N
19755 levels up.
19756 (org-fontify-done-headline): New option.
19757 (org-headline-done-face): New face.
19758 (org-set-font-lock-defaults): Use `org-headline-done-face'.
19759 (org-table-copy-down): Rename from `org-table-copy-from-above'.
19760 When current field is non-empty, it is copied to next row.
19761 (org-table-copy-from-above): Fix bug which made it
19762 impossible to copy fields containing only a single non-white character.
19763
19764 2005-03-30 Kim F. Storm <storm@cua.dk>
19765
19766 * kmacro.el (kmacro-end-macro): Isearch may store this command
19767 into the macro -- so ignore it when executing keyboard macro.
19768
19769 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19770
19771 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19772
19773 2005-03-29 Kenichi Handa <handa@m17n.org>
19774
19775 * language/thai.el ("Thai"): Set setup-function and exit-function
19776 for Thai language environment.
19777
19778 * language/thai-util.el: Require thai-word.
19779 (thai-word-mode-map): New variable.
19780 (thai-word-mode): New minor mode.
19781 (setup-thai-language-environment-internal): New function.
19782 (exit-thai-language-environment-internal): New function.
19783
19784 * language/thai-word.el (thai-word-table): Declare it by defvar,
19785 use dolist to initialize it.
19786 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19787 (thai-fill-find-break-point): New functions.
19788
19789 2005-03-29 Richard M. Stallman <rms@gnu.org>
19790
19791 * simple.el (idle-update-delay): Move definition up.
19792 (set-mark): Doc fix.
19793
19794 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
19795
19796 * longlines.el: New file.
19797
19798 * simple.el (buffer-substring-filters): New variable.
19799 (filter-buffer-substring): New function.
19800 (kill-region, copy-region-as-kill): Use it.
19801
19802 * register.el (copy-to-register, append-to-register)
19803 (prepend-to-register): Use filter-buffer-substring.
19804
19805 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19806
19807 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19808 (gud-filter-pending-text): Move in front of gdb.
19809 (gud-overlay-arrow-position): New variable.
19810 (gud-sentinel, gud-display-line): Use it in place of
19811 overlay-arrow-position.
19812
19813 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
19814
19815 * progmodes/fortran.el (fortran-if-indent): Doc fix.
19816 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19817 (fortran-font-lock-keywords-4): New variable.
19818 (fortran-blocks-re, fortran-end-block-re)
19819 (fortran-start-block-re): New constants, for hideshow.
19820 (hs-special-modes-alist): Add a Fortran entry.
19821 (fortran-mode-map): Bind fortran-end-of-block,
19822 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19823 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
19824 (fortran-looking-at-if-then, fortran-end-of-block)
19825 (fortran-beginning-of-block): New functions, for hideshow.
19826
19827 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19828 Doc fix. Tweak regexp.
19829 (f90-beginning-of-block): Push mark first.
19830
19831 2005-03-29 Jay Belanger <belanger@truman.edu>
19832
19833 * calc/calc.el: Update copyright date.
19834 (calc-version): Increase to 2.1.
19835 (calc-version-date): Remove.
19836
19837 * calc/calc-help.el: Update copyright date.
19838 (calc-full-help): Remove reference to calc-version-date.
19839 Update copyright date.
19840
19841 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19842
19843 * vc.el (vc-do-command): Use a pipe for async processes, so password
19844 prompts don't show up at places where the user can't reply.
19845
19846 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19847
19848 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19849 on the file name we pass to the inferior shell.
19850
19851 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19852
19853 * progmodes/which-func.el (which-function): Be robust in the face of an
19854 imenu--make-index-alist failure.
19855
19856 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19857
19858 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19859
19860 * progmodes/python.el (python-preoutput-filter): Fix last change.
19861
19862 2005-03-29 Lute Kamstra <lute@gnu.org>
19863
19864 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19865 functions and compiled macros.
19866 (debug-convert-byte-code): Handle macros too.
19867 (debug-on-entry-1): Don't signal an error when trying to clear a
19868 function that is not set to debug on entry.
19869
19870 2005-03-29 Jay Belanger <belanger@truman.edu>
19871
19872 * calc/calc-lang.el: Add functions to math-function-table
19873 properties of tex and math.
19874
19875 2005-03-29 Kenichi Handa <handa@m17n.org>
19876
19877 * ps-mule.el (ps-mule-plot-string): Translate characters by
19878 ps-print-translation-table.
19879 (ps-mule-begin-job): Call find-charset-region/string with
19880 ps-print-translation-table.
19881 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19882
19883 * ps-print.el (ps-print-translation-table): New variable.
19884 (ps-plot-region): Translate characters by ps-print-translation-table.
19885
19886 2005-03-29 Juri Linkov <juri@jurta.org>
19887
19888 * simple.el (next-error-highlight-timer): New variable.
19889
19890 * progmodes/compile.el (compilation-goto-locus):
19891 Use `next-error-highlight-timer' instead of `sit-for'.
19892
19893 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19894
19895 * mail/supercite.el (sc-mail-field): Use assoc-string.
19896 (sc-get-address): Simplify regexps.
19897
19898 * files.el (minibuffer-with-setup-hook): New macro.
19899 (find-file-read-args): Use it to avoid let-binding
19900 minibuffer-with-setup-hook (which breaks turning on/off
19901 file-name-shadow-mode while in the prompt).
19902
19903 * complete.el (PC-read-include-file-name-internal):
19904 Use test-completion.
19905
19906 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
19907
19908 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19909
19910 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19911
19912 * window.el (window-buffer-height): Use count-screen-lines.
19913
19914 * progmodes/python.el (python-preoutput-leftover): New var.
19915 (python-preoutput-filter): Use it.
19916 (python-send-receive): Loop until all the result has been received.
19917
19918 2005-03-28 Juri Linkov <juri@jurta.org>
19919
19920 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
19921
19922 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
19923 "Recover Crashed Session".
19924 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
19925 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
19926 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
19927 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
19928 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
19929 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
19930 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
19931 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
19932
19933 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
19934 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
19935 Ediff Sessions", "Toggle use of separate control buffer frame",
19936 "Use separate frame for Ediff control buffer".
19937
19938 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
19939 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
19940 "Rename Bookmark", "Delete Bookmark".
19941
19942 * info.el (Info-mode-menu): Remove ellipsis from "Index".
19943 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
19944 Add `:active Info-index-alternatives' to "Next Matching Item".
19945
19946 * wdired.el (wdired-change-to-wdired-mode):
19947 Mention `wdired-abort-changes' key in the initial message.
19948
19949 * international/mule.el (auto-coding-alist): Associate non-ascii
19950 image filename extensions with `no-conversion'.
19951
19952 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
19953
19954 * international/iso-acc.el:
19955 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
19956
19957 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
19958
19959 * textmodes/sgml-mode.el (html-mode): Doc update.
19960
19961 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
19962
19963 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
19964
19965 * term.el (term-move-columns): Fix face after extending a line.
19966 (term-insert-spaces): Likewise.
19967 (term-reset-terminal): Fix off by one error.
19968
19969 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19970
19971 * international/mule.el (auto-coding-alist): Add .xpi files.
19972
19973 * files.el (auto-mode-alist): Add .xpi files.
19974
19975 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
19976
19977 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
19978
19979 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19980
19981 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
19982
19983 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
19984
19985 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
19986 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
19987
19988 * calendar/cal-move.el (calendar-beginning-of-year): Move the
19989 cursor to Jan 1 when needed.
19990 (calendar-end-of-year): Fix -/+ typo.
19991 Reported by Chong Yidong <cyd@stupidchicken.com>.
19992
19993 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19994
19995 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
19996
19997 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
19998 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
19999
20000 2005-03-25 Richard M. Stallman <rms@gnu.org>
20001
20002 * filesets.el (filesets-init): Add autoload.
20003
20004 * mail/mailalias.el (mail-directory): Doc fix.
20005
20006 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20007
20008 * mail/mailalias.el (mail-directory-process): Do nothing if
20009 mail-directory-process is an atom.
20010 (mail-get-names): Ignore mail-directory-names if it is an atom.
20011 (mail-directory-process defvar): Doc fix.
20012 (mail-names): Doc fix.
20013
20014 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
20015
20016 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
20017
20018 2005-03-26 Kenichi Handa <handa@m17n.org>
20019
20020 * international/mule-util.el (detect-coding-with-priority):
20021 Call update-coding-systems-internal before detect-coding-region.
20022
20023 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
20024
20025 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
20026 (gdb-frames-mode-map): Add follow-link property.
20027
20028 2005-03-25 Jay Belanger <belanger@truman.edu>
20029
20030 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
20031 for variables.
20032
20033 2005-03-25 Juri Linkov <juri@jurta.org>
20034
20035 * image-mode.el: Optimize image filename extension regexps in
20036 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
20037 in `auto-mode-alist'.
20038 (image-mode): Add `image-toggle-display-text' to local hook
20039 `change-major-mode-hook'. Display the image as an image by
20040 default. Set `cursor-type' and `truncate-lines' if the image
20041 is already displayed. Take into account the current mode (image
20042 or text) in message.
20043 (image-minor-mode): New minor mode.
20044 (image-mode-maybe, image-toggle-display-text): New functions.
20045 (image-toggle-display): Use called-interactively-p.
20046 Let-bind `inhibit-read-only' to t.
20047
20048 * image-mode.el (image-minor-mode): Set `cursor-type' and
20049 `truncate-lines' if the image is already displayed. Add turning
20050 image-minor-mode off to `change-major-mode-hook'. Add message.
20051 Call `image-toggle-display-text' after turning image-minor-mode off.
20052
20053 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20054
20055 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20056 Terminal.app, use utf-8.
20057 (set-display-table-and-terminal-coding-system): Add coding-system arg.
20058 (set-locale-environment): Use it.
20059
20060 * term/xterm.el: Undo last change, better done in mule-cmds.el.
20061
20062 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20063
20064 * progmodes/python.el (python-close-block-statement-p)
20065 (python-outdent-p, python-current-defun): Use symbol-end.
20066
20067 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20068
20069 * files.el (save-some-buffers): Doc fix.
20070
20071 2005-03-25 Werner Lemberg <wl@gnu.org>
20072
20073 * complete.el, thumbs.el: Replace `legal' with `valid'.
20074 * calendar/calendar.el: Replace `legal' with `valid'.
20075 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20076 * mail/supercite.el: Replace `legal' with `valid'.
20077 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20078 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20079 Replace `legal' with `valid'.
20080 * textmodes/reftex-vars.el, textmodes/reftex.el:
20081 Replace `legal' with `valid'.
20082
20083 2005-03-25 Werner Lemberg <wl@gnu.org>
20084
20085 * calc/calc-forms.el, calc/calc-sel.el
20086 * midnight.el, vc-cvs.el
20087 * emacs-lisp/cl-macs.el
20088 * emulation/vip.el
20089 * eshell/esh-io.el, eshell/esh-var.el
20090 * mail/supercite.el
20091 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20092 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20093 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20094 * progmodes/sh-script.el, progmodes/xscheme.el
20095 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20096 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20097 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20098 * textmodes/reftex.el, textmodes/org.el:
20099 Replace `illegal' with `invalid'.
20100
20101 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20102
20103 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20104 (flymake-find-buildfile, flymake-find-possible-master-files)
20105 (flymake-check-include, flymake-parse-line): Replace loops over the
20106 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20107
20108 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20109 Substitute file-name-as-directory in the rest of the file.
20110 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20111 (flymake-replace-region): Remove unused arg `buffer'.
20112 (flymake-check-patch-master-file-buffer): Update calls to it.
20113 (flymake-add-err-info): Remove unused var `count'.
20114 (flymake-mode): Use define-minor-mode.
20115
20116 * progmodes/flymake.el: Use with-current-buffer.
20117 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20118 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20119 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20120 Avoid testing for `xemacs'.
20121 (flymake-nop): Move.
20122 (flymake-region-has-flymake-overlays): Return the computed value.
20123 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20124 Remove unused var `endline'.
20125 (flymake-get-line-count): Remove unused function.
20126 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20127
20128 * emulation/vi.el:
20129 * generic.el:
20130 * hilit-chg.el (global-highlight-changes):
20131 * hi-lock.el (hi-lock-mode):
20132 * follow.el: find-file-hooks -> find-file-hook.
20133
20134 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20135
20136 2005-03-24 Juri Linkov <juri@jurta.org>
20137
20138 * dired.el (dired-mode-map): Add menu item "Compare directories"
20139 for dired-compare-directories.
20140
20141 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20142 Doc fix. Replace `read-file-name' with `read-directory-name'.
20143
20144 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20145
20146 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20147
20148 2005-03-24 Jay Belanger <belanger@truman.edu>
20149
20150 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20151 relevant mode settings in calc-embedded-original-modes when modes
20152 are permanently changed.
20153
20154 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20155
20156 * autoinsert.el: find-file-hooks -> find-file-hook.
20157
20158 2005-03-24 Lute Kamstra <lute@gnu.org>
20159
20160 * generic.el (generic-font-lock-defaults): Make it obsolete.
20161 (generic-font-lock-keywords): New variable to replace
20162 generic-font-lock-defaults.
20163 (generic-mode-set-font-lock): Delete it.
20164 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20165 (generic-bracket-support): Add docstring.
20166
20167 * generic-x.el: Rename generic-font-lock-defaults to
20168 generic-font-lock-keywords throughout.
20169 (mailagent-rules-setup-function): Delete it.
20170 (mailagent-rules-generic-mode): Use anonymous function instead.
20171 (show-tabs-generic-mode-font-lock-defaults-1)
20172 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20173 Quote faces.
20174 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20175 not foreground.
20176
20177 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20178 Recognize define-generic-mode.
20179
20180 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20181
20182 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20183 if there's no completion table.
20184
20185 2005-03-23 Miles Bader <miles@gnu.org>
20186
20187 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20188 Remove tty-specific variants, as they're no longer needed.
20189
20190 2005-03-23 Lute Kamstra <lute@gnu.org>
20191
20192 * generic-x.el: Code cleanup: make args constant whenever possible.
20193 (installshield-statement-keyword-list)
20194 (installshield-system-functions-list)
20195 (installshield-system-variables-list, installshield-types-list)
20196 (installshield-funarg-constants-list): Make them constants.
20197
20198 * generic.el (generic-make-keywords-list): Add autoload cookie.
20199
20200 * calendar/time-date.el: Add comment on time value formats.
20201 Don't require parse-time.
20202 (with-decoded-time-value): New macro.
20203 (encode-time-value): New function.
20204 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20205 (days-to-time): Return a valid time value when arg is huge.
20206 (time-since): Use time-subtract.
20207 (time-to-number-of-days): Use time-to-seconds.
20208
20209 2005-03-23 David Ponce <david@dponce.com>
20210
20211 * recentf.el (recentf-keep): New option.
20212 (recentf-menu-action): Default to `find-file'.
20213 (recentf-keep-non-readable-files-flag)
20214 (recentf-keep-non-readable-files-p)
20215 (recentf-file-readable-p, recentf-find-file)
20216 (recentf-cleanup-remote): Remove.
20217 (recentf-include-p): More robust.
20218 (recentf-keep-p): New function.
20219 (recentf-remove-if-non-kept): Rename from
20220 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20221 All callers updated.
20222 (recentf-menu-items-for-commands): Fix help string.
20223 (recentf-track-closed-file): Update. Doc fix.
20224 (recentf-cleanup): Update. Count removed files. Doc fix.
20225
20226 2005-03-23 Kim F. Storm <storm@cua.dk>
20227
20228 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20229 Don't inherit from fringe face (now happens automatically).
20230
20231 2005-03-22 Kim F. Storm <storm@cua.dk>
20232
20233 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20234 position values.
20235
20236 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20237
20238 * menu-bar.el (showhide-date-time): Remove.
20239 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20240 (menu-bar-make-mm-toggle): Simplify.
20241
20242 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20243
20244 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20245 Accept qualified variable and function names.
20246
20247 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20248
20249 * bindings.el (completion-ignored-extensions):
20250 Remove ".lis" for `vax-vms'.
20251
20252 2005-03-22 Andreas Schwab <schwab@suse.de>
20253
20254 * generic-x.el: Revert last change.
20255 * ldefs-boot.el: Update.
20256
20257 2005-03-22 Jay Belanger <belanger@truman.edu>
20258
20259 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20260 (calc-embedded-save-original-modes)
20261 (calc-embedded-restore-original-modes): New functions.
20262 (calc-do-embedded): Save original modes when entering embedded mode
20263 and restore when leaving embedded mode.
20264 (calc-embedded-modes-change): Change the value of
20265 calc-embedded-original-modes to reflect permanent changes.
20266
20267 2005-03-22 Lute Kamstra <lute@gnu.org>
20268
20269 * generic-x.el: Require generic again.
20270
20271 2005-03-22 Miles Bader <miles@gnu.org>
20272
20273 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20274 Tweak details to look good on both ttys and bitmap displays, light
20275 or dark background, etc.
20276
20277 2005-03-21 Kim F. Storm <storm@cua.dk>
20278
20279 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20280 mouse position.
20281
20282 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20283
20284 * icomplete.el: Don't forcibly turn on the mode upon load.
20285 (icomplete-mode): Use define-minor-mode.
20286 (icomplete-eoinput): Default to nil.
20287 (icomplete-minibuffer-setup): Remove autoload.
20288 (icomplete-tidy): Simplify.
20289 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20290 in the initial state or if the user has modified the field.
20291 Fix handling of icomplete-max-delay-chars.
20292 Remove code that handles the oddball case where
20293 minibuffer-completion-table is an integer.
20294 Wrap icomplete-completions in while-no-input in case building
20295 completions takes more time than expected.
20296 (icomplete-completions): Simplify.
20297
20298 2005-03-21 Richard M. Stallman <rms@gnu.org>
20299
20300 * jka-compr.el (jka-compr-really-do-compress):
20301 Make variable buffer-local.
20302
20303 * image-mode.el: Handle .xpm files too.
20304 (image-toggle-display): Preserve modification flag.
20305
20306 * help.el (where-is): Don't mention aliases with no key bindings.
20307
20308 2005-03-21 Lute Kamstra <lute@gnu.org>
20309
20310 * generic.el: Fix commentary section. Don't require cl for
20311 compilation.
20312 (generic-mode-list): Add autoload cookie.
20313 (generic-use-find-file-hook, generic-lines-to-scan)
20314 (generic-find-file-regexp, generic-ignore-files-regexp)
20315 (generic-mode, generic-mode-find-file-hook)
20316 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20317 (define-generic-mode): Make it a defmacro. Fix docstring.
20318 (generic-mode-internal): Code cleanup. Add autoload cookie.
20319 (generic-mode-set-comments): Code cleanup.
20320 * generic-x.el: Don't prevent compilation. Don't require generic.
20321 Follow coding conventions. Minor code cleanup.
20322 (etc-fstab-generic-mode): Add some keywords.
20323 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20324 define-generic-mode like a function declaration.
20325
20326 2005-03-21 Jay Belanger <belanger@truman.edu>
20327
20328 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20329 changing modes.
20330
20331 2005-03-21 Sam Steingold <sds@gnu.org>
20332
20333 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20334
20335 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20336
20337 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20338 Add underscore to "f$ lexicals" regexp.
20339
20340 2005-03-20 Juri Linkov <juri@jurta.org>
20341
20342 * subr.el (progress-reporter-do-update): When `min-value' is equal
20343 to `max-value', set `percentage' to 0 and prevent division by zero.
20344
20345 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20346
20347 Sync with Tramp 2.0.48.
20348
20349 * net/tramp.el (all): Change all addresses to .gnu.org.
20350 (tramp-append-tramp-buffers): New defun.
20351 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20352 Catch `dont-send' signal.
20353 (tramp-set-auto-save-file-modes): Set always permissions, because
20354 there might be an old auto-saved file belonging to another
20355 original file. This could be a security threat. Reported by
20356 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20357 Check for Emacs 21.3.50 removed.
20358
20359 * net/tramp-smb.el (all): Remove debug construct for
20360 `with-parsed-tramp-file-name'.
20361 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20362 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20363 No error message if DIRECTORY or FILENAME doesn't exist.
20364 (tramp-smb-open-connection): Check existence of
20365 `tramp-smb-program'.
20366
20367 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20368
20369 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20370 Properly handle the case where the `m' or `s' command's argument is not
20371 yet terminated.
20372 (perl-indent-new-calculate): New function.
20373 (perl-indent-line): Use it.
20374
20375 2005-03-20 Miles Bader <miles@gnu.org>
20376
20377 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20378 in text-mode too. Change to new face names.
20379 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20380 Add `:weight bold' attribute.
20381 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20382
20383 2005-03-19 Juri Linkov <juri@jurta.org>
20384
20385 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20386
20387 * international/mule.el (auto-coding-alist): Sync with
20388 `auto-mode-alist' by adding upper case archive file extensions
20389 and adding ear/war to jar extension.
20390
20391 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20392
20393 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20394 running, restart it.
20395
20396 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20397
20398 * finder.el (finder-current-item): Throw an error on an empty line.
20399
20400 * man.el (Man-follow-manual-reference): If current-word returns
20401 nil, use "".
20402
20403 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20404
20405 * simple.el (goto-line): Doc fix.
20406
20407 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20408
20409 * files.el (save-buffer): Doc fix.
20410
20411 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20412
20413 * recentf.el (recentf-cleanup-remote): New variable.
20414 (recentf-cleanup): Use it to conditionally check availability of
20415 remote files.
20416
20417 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20418
20419 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20420 function names.
20421
20422 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20423
20424 * language/thai-word.el: New file.
20425
20426 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20427
20428 * files.el (backup-buffer): If the file's directory is not
20429 writable, use copy instead of move to backup the file.
20430
20431 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20432
20433 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20434
20435 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20436
20437 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20438 Use functionp instead of symbolp and fboundp. Reported by Drkm
20439 <darkman_spam@yahoo.fr>.
20440 (ps-print-version): New version 6.6.6.
20441
20442 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20443
20444 * textmodes/table.el (table--line-column-position): New idiom.
20445 (table--row-column-insertion-point-p): New function to test
20446 validity of row and column insertion operation at a location.
20447 (table-global-menu, table-cell-menu): Use above functions for
20448 deterministic test operation.
20449 (table--editable-cell-p): Behave in deterministic fashion.
20450
20451 2005-03-18 Juri Linkov <juri@jurta.org>
20452
20453 * isearch.el (isearch-lazy-highlight-new-loop):
20454 Make arguments beg and end optional.
20455 (isearch-update): Remove optional arguments nil from
20456 isearch-lazy-highlight-new-loop.
20457 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20458 isearch-lazy-highlight-case-fold-search instead of
20459 isearch-case-fold-search, and let-bind isearch-regexp to
20460 isearch-lazy-highlight-regexp.
20461 Use isearch-lazy-highlight-last-string instead of isearch-string.
20462
20463 * replace.el (perform-replace): Remove bindings of global
20464 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20465 Add three new arguments to `replace-highlight'.
20466 (replace-highlight): Add arguments string, regexp, case-fold.
20467 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20468 to allow isearch-lazy-highlight-new-loop to use these values
20469 to set corresponding isearch-lazy-highlight-* internal
20470 variables whose values lazy highlighting will use regardless of
20471 changes to global variables isearch-string, isearch-regexp,
20472 isearch-case-fold-search during lazy highlighting loop.
20473 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20474 to `lazy-highlight-cleanup'.
20475
20476 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20477 (ispell-highlight-face): Set default face to `isearch' when
20478 lazy highlighting is enabled.
20479 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20480 priority to 1. Add lazy highlighting.
20481 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20482 from `isearch-dehighlight'.
20483
20484 2005-03-18 David Ponce <david@dponce.com>
20485
20486 * files.el (hack-local-variables): Do a case-insensitive search
20487 for End.
20488
20489 2005-03-18 Juri Linkov <juri@jurta.org>
20490
20491 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20492 `isearch-lazy-highlight-cleanup', add alias to old name and
20493 declare obsolete. Add release numbers to other obsolete vars.
20494 (isearch-done, isearch-lazy-highlight-new-loop):
20495 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20496 (lazy-highlight-cleanup) <variable>: Doc fix.
20497 (isearch-lazy-highlight-update): Rename obsolete
20498 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20499
20500 2005-03-18 Kenichi Handa <handa@m17n.org>
20501
20502 * language/thai-util.el: Fix categorization of Thai characters in
20503 thai-category-table.
20504 (thai-composition-pattern): Adjust it for the above change.
20505 (thai-self-insert-command, thai-compose-syllable): New functions.
20506 (thai-compose-region): Use thai-compose-syllable.
20507 (thai-compose-string): Likewise.
20508 (thai-composition-function): Likewise.
20509 (thai-auto-composition): New function.
20510 (thai-auto-composition-mode): New minor mode.
20511
20512 * language/thai.el: Fix patterns to be registered in
20513 composition-function-table.
20514
20515 * international/quail.el (quail-input-method): Locally bind
20516 inhibit-modification-hooks to t.
20517
20518 2005-03-17 Richard M. Stallman <rms@gnu.org>
20519
20520 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20521 (perl-mode): Use run-mode-hooks.
20522
20523 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20524 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20525 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20526
20527 * mail/sendmail.el (sendmail-send-it): Reenable the code
20528 to compute resend-to-address and use it.
20529
20530 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20531
20532 * image-mode.el: New file.
20533
20534 * image.el (insert-sliced-image): Add autoload cookie.
20535
20536 * font-lock.el (font-lock-lines-before): New user option.
20537 (font-lock-after-change-function): Obey it.
20538
20539 * bindings.el (esc-map): Make M-g a prefix.
20540 Bind M-g g and M-g M-g to goto-line.
20541
20542 * faces.el (face-id): Doc fix.
20543
20544 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20545
20546 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20547 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20548 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20549
20550 * mail/sendmail.el (mail-yank-ignored-headers)
20551 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20552 Add Mail-Followup-To and Mail-Reply-To headers.
20553 (mail-citation-hook): Add autoload cookie.
20554 (mail-mode): Doc fix.
20555 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20556 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20557 (mail-mode-fill-paragraph): Handle those headers.
20558 (mail-mailing-lists): New variable.
20559 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20560
20561 2005-03-17 Juri Linkov <juri@jurta.org>
20562
20563 * isearch.el (isearch-fallback): Check for `(car previous)'
20564 before calling `isearch-other-end-state'.
20565
20566 2005-03-17 Kim F. Storm <storm@cua.dk>
20567
20568 * simple.el (move-beginning-of-line): Move to beginning of buffer
20569 line, as well as beginning of screen line.
20570
20571 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20572
20573 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20574 argument REDRAW rather than calendar-redrawing variable.
20575 * calendar/calendar.el (calendar-redrawing): Delete.
20576 (redraw-calendar): Do not bind calendar-redrawing.
20577
20578 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20579
20580 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20581 diary-file buffer.
20582
20583 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20584
20585 * help.el (describe-mode): Allow a :minor-mode-function property to
20586 specify a different minor mode toggle function than the variable.
20587 * simple.el (auto-fill-function):
20588 * subr.el (add-minor-mode): Use it.
20589
20590 2005-03-16 Kenichi Handa <handa@m17n.org>
20591
20592 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20593 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20594 (ethio-fidel-to-sera-buffer): Likewise.
20595
20596 2005-03-16 Juri Linkov <juri@jurta.org>
20597
20598 * emacs-lisp/find-func.el (find-function-regexp):
20599 Add defun-emitting macro `menu-bar-make-toggle'.
20600
20601 * isearch.el: Put `isearch-scroll' property to
20602 `split-window-horizontally'.
20603
20604 * info.el: Update error messages for `debug-ignored-errors'.
20605 (Info-isearch-search): Doc fix.
20606 (Info-find-node): Move up code to go into info buffer before
20607 recording the node to the history.
20608 (Info-fontify-node): Fontify titles only if the next line
20609 has two or more `*', `=', `-', `.'.
20610 Display "go to this node" for empty (match-string 3).
20611
20612 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20613
20614 * term/mac-win.el: Add mouse pointer shape constants.
20615
20616 2005-03-15 Kim F. Storm <storm@cua.dk>
20617
20618 * simple.el (move-beginning-of-line): Use vertical-motion.
20619
20620 2005-03-15 Juri Linkov <juri@jurta.org>
20621
20622 * isearch.el (isearch-error): New variable.
20623 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20624 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20625 (isearch-within-brackets-state): Remove.
20626 (isearch-case-fold-search-state, isearch-pop-fun-state):
20627 Decrease frame index.
20628 (isearch-mode, isearch-top-state, isearch-push-state)
20629 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20630 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20631 (isearch-search, isearch-lazy-highlight-new-loop):
20632 Replace `isearch-invalid-regexp' with `isearch-error'.
20633 Remove `isearch-within-brackets'.
20634 (isearch-search): Add `search-failed' handler to `condition-case'.
20635 (isearch-lazy-highlight-search): Add `condition-case' to catch
20636 errors and allow `isearch-lazy-highlight-update' to try
20637 highlighting from the beginning of the window.
20638 (isearch-repeat): Move up code to set isearch-wrapped to t
20639 before calling isearch-wrap-function.
20640
20641 * info.el (Info-isearch-initial-node): New internal variable.
20642 (Info-search): Signal an error in isearch mode when search leaves
20643 the initial node. Signal an error when `bound' is non-nil and
20644 nothing was found in the current subfile.
20645 (Info-isearch-search): Remove `condition-case'.
20646 (Info-isearch-wrap): Don't wrap when search failed during leaving
20647 the initial node. If `Info-isearch-search' is nil, wrap around
20648 the current node.
20649 (Info-isearch-start): New fun.
20650 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20651 `isearch-mode-hook'.
20652
20653 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20654
20655 * simple.el (normal-erase-is-backspace): Set default to t if
20656 running on Mac.
20657
20658 * term/mac-win.el (function-key-map): Sync with x-win.el.
20659
20660 2005-03-15 Kenichi Handa <handa@m17n.org>
20661
20662 * international/mule-cmds.el (locale-language-names): Modify the
20663 format of elements and add more entries.
20664 (locale-preferred-coding-systems): Add more entries.
20665 (set-locale-environment): Adjust for the change of
20666 locale-language-names.
20667
20668 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20669
20670 * pcvs.el (smerge-ediff): Remove bogus autoload.
20671
20672 2005-03-14 Lute Kamstra <lute@gnu.org>
20673
20674 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20675 Ignore a `*' at the beginning of a line.
20676
20677 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20678 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20679 subr.el.
20680 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20681 to specify indentation.
20682
20683 * generic.el (define-generic-mode): Let generic-mode-list be a
20684 list of strings; test membership with equal.
20685
20686 2005-03-14 Kim F. Storm <storm@cua.dk>
20687
20688 * simple.el (next-line, previous-line): Add optional try-vscroll
20689 arg to recognize interactive use. Pass it on to line-move.
20690 (line-move): Don't perform auto-window-vscroll when defining or
20691 executing keyboard macro to ensure consistent behavior.
20692
20693 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20694
20695 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20696
20697 2005-03-13 Lute Kamstra <lute@gnu.org>
20698
20699 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20700 debugger-setup-buffer so that backtrace marks the frames set to
20701 debug-on-exit and we don't have to do it manually. Set an extra
20702 debug-on-exit for macro's.
20703 (debugger-setup-buffer): Don't mark the top frame manually.
20704
20705 2005-03-12 Lute Kamstra <lute@gnu.org>
20706
20707 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20708 lisp-indent-function throughout.
20709 (with-no-warnings): Set lisp-indent-function property.
20710
20711 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
20712
20713 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20714 Add entry for backslash.
20715
20716 2005-03-12 Juri Linkov <juri@jurta.org>
20717
20718 * info.el (Info-search): Four fixes for backward search.
20719
20720 2005-03-11 Jay Belanger <belanger@truman.edu>
20721
20722 * calc/calc.el (calc-language-alist): New variable.
20723 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20724 (calc-embedded-find-modes): Use calc-language-alist instead of
20725 calc-embedded-language-alist.
20726
20727 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20728
20729 * calendar/calendar.el (calendar-redrawing): New internal
20730 variable.
20731 (redraw-calendar): Remove bogus save-excursion from previous
20732 change. Bind calendar-redrawing to t for mark-diary-entries.
20733 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20734 calendar if that is why we were called.
20735
20736 2005-03-11 Kenichi Handa <handa@m17n.org>
20737
20738 * international/mule.el (make-coding-system): Set property
20739 coding-system-define-form to nil.
20740 (define-coding-system-alias): Likewise.
20741
20742 2005-03-11 Kenichi Handa <handa@m17n.org>
20743
20744 These changes are suggested by Dave Love <fx@gnu.org>.
20745
20746 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20747 coding: tag.
20748 (adaptive-fill-regexp): Add more bullets.
20749 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20750 regexps.
20751
20752 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20753
20754 * help.el (describe-mode): Properly handle non-trivial lighters.
20755 Don't ignore minor modes that are not listed in minor-mode-list.
20756
20757 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20758 feature ON when the user requests to turn it OFF.
20759
20760 2005-03-10 Lute Kamstra <lute@gnu.org>
20761
20762 * emacs-lisp/debug.el (debug-entry-code): Delete it.
20763 (implement-debug-on-entry): New function to replace debug-entry-code.
20764 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
20765 second argument as the 2005-03-07 change makes it obsolete.
20766 (debug-on-entry, cancel-debug-on-entry): Update call to
20767 debug-on-entry-1.
20768 (debug, debugger-setup-buffer): Comment update.
20769 (debugger-frame-number): Update to work with implement-debug-on-entry.
20770
20771 2005-03-10 Jay Belanger <belanger@truman.edu>
20772
20773 * calc/calc-embed.el (math-ms-args): Declare it.
20774 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20775 math-ms-args.
20776 (calc-embedded-subst): Use math-multi-subst-rec to substitute
20777 variables.
20778
20779 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
20780
20781 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20782 Use message-box.
20783
20784 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20785 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20786 (tooltip-gud-tips): Simplify.
20787 (tooltip-gud-tips-p): Remove superfluous :set.
20788 (tooltip-gud-modes): Add fortran-mode.
20789 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20790
20791 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20792
20793 2005-03-09 Kim F. Storm <storm@cua.dk>
20794
20795 * play/animate.el (animate-place-char): Use forward-line instead
20796 of next-line to improve performance.
20797
20798 2005-03-09 Simon Josefsson <jas@extundo.com>
20799
20800 * net/browse-url.el (browse-url-default-browser): Doc fix.
20801
20802 2005-03-09 Miles Bader <miles@gnu.org>
20803
20804 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20805 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20806
20807 2005-03-09 Kenichi Handa <handa@m17n.org>
20808
20809 * international/latin-1.el: Set case and syntax for 255 only if
20810 set-case-syntax-set-multibyte is nil.
20811
20812 * textmodes/ispell.el (ispell-insert-word): New function.
20813 (ispell-word): Use ispell-insert-word to insert a new word.
20814 (ispell-process-line): Likewise.
20815 (ispell-complete-word): Likewise.
20816
20817 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
20818
20819 * calendar/calendar.el (redraw-calendar): Preserve point.
20820 Reported by Matt Hodges <MPHodges@member.fsf.org>.
20821 (calendar-week-start-day): Move after definition of
20822 redraw-calendar. Delete buffer test, since redraw-calendar has
20823 that now.
20824
20825 * calendar/diary-lib.el (mark-diary-entries): Only call
20826 redraw-calendar in the first of any recursive calls.
20827 Reported by Alan Shutko <ats@acm.org>.
20828
20829 2005-03-08 Juri Linkov <juri@jurta.org>
20830
20831 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20832 (html-horizontal-rule, html-line, html-image, html-checkboxes)
20833 (html-radio-buttons): Add a space before the trailing `/>' where
20834 sgml-xml-mode is non-nil.
20835 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20836 the subsequent tag of the empty XML tag.
20837 (html-href-anchor): Don't set initial input to "http:".
20838 (html-image): Ask for the image URL and set point inside alt="".
20839 (html-name-anchor): Duplicate the name in the `id' attribute when
20840 sgml-xml-mode is non-nil.
20841 (html-paragraph): Remove \n before <p>.
20842 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20843 instead of `checked' when sgml-xml-mode is non-nil.
20844
20845 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20846 Remove 1 space before #RRGGBB to not truncate it on terminal
20847 windows w/o fringes. Remove 1 space between bg and fg examples
20848 to get more space.
20849 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20850 avoid byte-compile warnings.
20851
20852 * image-file.el (image-file-handler): Put `safe-magic' property to
20853 `image-file-handler'.
20854
20855 * info.el (Info-isearch-search): Emulate word search in
20856 isearching through multiple Info nodes with Info-search.
20857 (Info-isearch-wrap): Allow isearch-word.
20858
20859 2005-03-08 Lute Kamstra <lute@gnu.org>
20860
20861 * emacs-lisp/debug.el (debugger-step-through): Make sure that
20862 stepping into the debugger's code is not possible.
20863 (debugger-jumping-flag): Docstring update.
20864
20865 2005-03-08 Jay Belanger <belanger@truman.edu>
20866
20867 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20868 embedded mode begins.
20869 (calc-embedded-language-alist): New variable.
20870 (calc-embedded-find-modes): Use calc-embedded-language-alist to
20871 set default language mode.
20872
20873 2005-03-08 Kenichi Handa <handa@m17n.org>
20874
20875 * international/ccl.el (define-ccl-program): Fix docstring about
20876 extra 256 bytes assured for the output buffer.
20877
20878 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20879 Fix BUFFER_MAGNIFICATION to 2.
20880 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20881
20882 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
20883
20884 * align.el (align-rules-list): Added an alignment rule for CSS
20885 declarations (applies to css-mode and html-mode buffers).
20886
20887 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20888
20889 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20890
20891 2005-03-07 Kim F. Storm <storm@cua.dk>
20892
20893 * simple.el (move-beginning-of-line): New command.
20894
20895 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20896
20897 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20898
20899 * emulation/cua-base.el: Put CUA move property on move-end-of-line
20900 and move-beginning-of-line.
20901
20902 * apropos.el (apropos-print): Omit command from M-x ... RET.
20903
20904 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
20905
20906 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20907 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20908
20909 2005-03-06 Richard M. Stallman <rms@gnu.org>
20910
20911 * bindings.el (esc-map): Bind M-g to goto-line.
20912
20913 * facemenu.el (global-map): Bind M-o, not M-g.
20914
20915 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20916
20917 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20918 "Open Directory" as for "Open File".
20919
20920 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
20921
20922 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
20923 (push-mark-command): Run activate-mark-hook.
20924
20925 2005-03-06 Richard M. Stallman <rms@gnu.org>
20926
20927 * help-mode.el (help-mode-finish): Don't alter the element
20928 in view-return-to-alist if there already is one.
20929
20930 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
20931 make sure the current buffer is the expected one.
20932
20933 * novice.el (disabled-command-function): Output in *Disabled Command*.
20934 Explicitly ignore non-keyboard events, and explicitly handle C-g.
20935
20936 * textmodes/flyspell.el (flyspell-large-region):
20937 Pass args differently for aspell.
20938
20939 * files.el (mode-require-final-newline): Doc fix.
20940
20941 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20942
20943 * progmodes/which-func.el (which-function):
20944 Specify NOERROR when calling imenu--make-index-alist.
20945
20946 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
20947
20948 * simple.el (normal-erase-is-backspace): Define default value.
20949
20950 * custom.el (custom-theme-set-variables): Remove unused var
20951 `immediate'.
20952 (custom-reevaluate-setting): Simple function to handle variables
20953 that are defined before their default value can really be
20954 computed.
20955
20956 * startup.el (command-line): Use it for temporary-file-directory,
20957 small-emporary-file-directory, auto-save-file-name-transforms,
20958 blink-cursor-mode, and normal-erase-is-backspace.
20959
20960 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
20961 progress, even with buggy anchored keywords.
20962
20963 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
20964
20965 * simple.el (goto-line): Remove unbalanced final parenthesis.
20966
20967 2005-03-05 Richard M. Stallman <rms@gnu.org>
20968
20969 * simple.el (goto-line): Use a number at point as the default.
20970 With C-u as arg, switch buffers.
20971
20972 2005-03-05 Juri Linkov <juri@jurta.org>
20973
20974 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
20975 with `no-blinking-cursor'.
20976
20977 * startup.el (no-blinking-cursor): New defvar.
20978 (command-line): Add `--no-blinking-cursor' to longopts.
20979 Set `no-blinking-cursor' to t for command line arguments
20980 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
20981 with `no-blinking-cursor' in the condition for calling
20982 `blink-cursor-mode'.
20983
20984 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
20985
20986 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
20987 (menu-bar-options-save): Add blink-cursor-mode.
20988 (menu-bar-options-menu): Add blink-cursor-mode.
20989
20990 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
20991
20992 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
20993 (icalendar-export-file, icalendar-export-region)
20994 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
20995 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
20996
20997 2005-03-04 Lute Kamstra <lute@gnu.org>
20998
20999 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
21000 (debug-function-list): Ditto.
21001
21002 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
21003
21004 * textmodes/texinfmt.el (texinfo-append-refill):
21005 Redefine the types of line to which @refill
21006 is not appended by replacing a search for `@refill\\|@bye' with
21007 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
21008 itemize@refill' bug and the unfilled long lines bug.
21009 (texinfmt-version): Update number and date.
21010
21011 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21012
21013 * international/code-pages.el (windows-1250, windows-125[2-8])
21014 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
21015
21016 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21017
21018 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
21019 bound yet.
21020
21021 2005-03-02 Romain Francoise <romain@orebokech.com>
21022
21023 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
21024 buffer after removing limits.
21025 (ibuffer-pop-filter): Ditto.
21026 Update copyright.
21027
21028 2005-03-02 Miles Bader <miles@gnu.org>
21029
21030 * button.el (make-text-button): If the user doesn't specify a
21031 type, use the default. Rewrite to use `add-text-properties' and
21032 plist functions.
21033
21034 2005-03-01 Lute Kamstra <lute@gnu.org>
21035
21036 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
21037 (debugger-jumping-flag): New var.
21038 (debug-entry-code): Use it.
21039 (debugger-jump): Use debugger-jumping-flag and add
21040 debugger-reenable to post-command-hook.
21041 (debugger-reenable): Use debugger-jumping-flag and remove itself
21042 from post-command-hook.
21043 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21044 debugger-reenable.
21045
21046 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
21047
21048 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21049 inclusion of "itemize\\|", which may be unnecessary, is certainly
21050 inelegant, and stops refilling in itemize lists when formatting
21051 Japanese Texinfo files to Info.
21052 Update copyright to 2005.
21053
21054 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
21055
21056 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21057 of an error if GDB can't find the source file.
21058
21059 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21060
21061 * calendar/calendar.el (redraw-calendar): Work from any buffer,
21062 not just the calendar.
21063
21064 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21065 first.
21066 (diary-redraw-calendar): New function.
21067 (make-diary-entry): Add diary-redraw-calendar to local
21068 write-contents-functions. Turn off selective display before
21069 inserting in diary.
21070
21071 2005-03-01 Kim F. Storm <storm@cua.dk>
21072
21073 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21074
21075 2005-03-01 Lute Kamstra <lute@gnu.org>
21076
21077 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21078 that debug-entry-code can be safely removed from a function while
21079 this code is being evaluated. Revert the 2005-02-27 change as the
21080 new implementation no longer requires it. Make sure that a
21081 function body containing just a string is not mistaken for a docstring.
21082 (debug): Skip one more frame in case of debug on entry.
21083 (debugger-setup-buffer): Delete one more frame line in case of
21084 debug on entry.
21085 (debugger-frame-number): Update to use the new text introduced by
21086 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21087
21088 2005-02-28 Kim F. Storm <storm@cua.dk>
21089
21090 * double.el (double-translate-key): Call force-window-update after
21091 read-event to avoid crash in redisplay.
21092
21093 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21094
21095 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21096 (debug): Use it. Move the inhibit-trace earlier.
21097 (debug-entry-code): New const.
21098 (debug-on-entry-1): Use it.
21099
21100 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21101
21102 * international/utf-16.el (ccl-encode-mule-utf-16le):
21103 Fix BUFFER_MAGNIFICATION to 2.
21104 (ccl-encode-mule-utf-16be): Likewise.
21105
21106 2005-02-28 Kenichi Handa <handa@m17n.org>
21107
21108 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21109 Fix BUFFER_MAGNIFICATION to 4.
21110 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21111
21112 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21113
21114 * speedbar.el (speedbar-update-flag): Doc fix.
21115 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21116 argument.
21117
21118 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21119
21120 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21121 have a non-nil `invisible' property but are actually visible.
21122
21123 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21124 for perldoc sections.
21125 (perl-outline-regexp, perl-outline-level): New var and function.
21126 (perl-mode): Use them.
21127
21128 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21129
21130 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21131 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21132
21133 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21134
21135 * cus-edit.el: Comment change.
21136 (custom-buffer-create-internal): Slightly reword text at top of
21137 Custom buffers. Mention there that saving an option edits the
21138 init file. Add link to Emacs manual node on `custom-file'.
21139 (custom-magic-alist): Rewrite individual State messages to use
21140 capitalized keywords. Doc fix.
21141
21142 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21143
21144 * calendar/calendar.el (calendar-buffer): Move above
21145 calendar-week-start-day.
21146 (calendar-week-start-day): Doc fix. Add :set function.
21147 (calendar-minimum-window-height): New variable.
21148 (generate-calendar-window): Only resize window if selected-window
21149 is displaying the calendar buffer. Use new variable
21150 calendar-minimum-window-height.
21151 (generate-calendar): Reword error message.
21152 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21153
21154 2005-02-27 Andreas Schwab <schwab@suse.de>
21155
21156 * vc.el (vc-do-command): Don't run command asynchronously when
21157 operating in a remote directory.
21158
21159 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21160 change from sync with Tramp 2.0.47.
21161
21162 2005-02-27 Richard M. Stallman <rms@gnu.org>
21163
21164 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21165
21166 * textmodes/flyspell.el (flyspell-mode-on):
21167 Call ispell-change-dictionary only if necessary.
21168
21169 * emacs-lisp/re-builder.el (regexp-builder): New function.
21170
21171 * register.el (describe-register-1): Explicitly handle
21172 yank-excluded-properties = t.
21173
21174 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21175 (custom-magic-alist): Change the status descriptions again.
21176 (face widget-type): Total rewrite based on `restricted-sexp'
21177 to eliminate the confusing double hiding levels.
21178
21179 * emacs-lisp/debug.el (debug-on-entry-1):
21180 If function body is empty, add nil as body form.
21181
21182 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21183
21184 * emacs-lisp/trace.el (inhibit-trace): New var.
21185 (trace-make-advice): Use it.
21186
21187 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21188
21189 2005-02-26 Kim F. Storm <storm@cua.dk>
21190
21191 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21192 (mouse-on-link-p, mouse-drag-region-1): Use it.
21193
21194 2005-02-25 Lute Kamstra <lute@gnu.org>
21195
21196 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21197
21198 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21199
21200 * frame.el (blink-cursor-mode): Add :group keyword.
21201
21202 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21203
21204 * calendar/icalendar.el (icalendar--decode-isodatetime):
21205 New optional argument DAY-SHIFT.
21206 (icalendar-export-region): Fix coding-system-for-write.
21207 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21208 events by one.
21209
21210 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21211
21212 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21213
21214 2005-02-24 Kim F. Storm <storm@cua.dk>
21215
21216 * international/iso-acc.el (iso-accents-compose): Fix crash
21217 during redisplay. Call force-window-update after read-event
21218 and delete-region to signal that window is not accurate.
21219
21220 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21221
21222 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21223 Remove unused and inexistent var `inhibit-trace'.
21224 (debugger-mode): Use run-mode-hooks.
21225 (debugger-list-functions): Add buttons; setup xref stack.
21226
21227 2005-02-23 Richard M. Stallman <rms@gnu.org>
21228
21229 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21230 appointment says it was explicitly made.
21231 (appt-add): Set the 3rd element.
21232 (appt-make-list): Preserve explicit appointments.
21233
21234 * subr.el (find-tag-default): Catch errors in forward-sexp.
21235
21236 2005-02-23 Juri Linkov <juri@jurta.org>
21237
21238 * info.el (Info-isearch-search): New defcustom.
21239 (Info-isearch-search): Call the default isearch function
21240 when Info-isearch-search is nil.
21241 (Info-isearch-wrap): Use variable Info-isearch-search.
21242
21243 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21244
21245 * cus-edit.el: Comment change.
21246
21247 2005-02-22 Kim F. Storm <storm@cua.dk>
21248
21249 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21250 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21251
21252 2005-02-22 Simon Josefsson <jas@extundo.com>
21253
21254 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21255 New variable.
21256 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21257 Oskarsson" <myrkraverk@users.sourceforget.net>.
21258
21259 2005-02-22 Kim F. Storm <storm@cua.dk>
21260
21261 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21262 check that window of that event is the selected window.
21263 (mouse-drag-region-1): Compare mouse event window to selected
21264 window before setting point.
21265
21266 * tooltip.el (tooltip-show-help-function): Pass event to
21267 mouse-on-link-p so it can check selected window.
21268
21269 2005-02-22 Kenichi Handa <handa@m17n.org>
21270
21271 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21272 (ps-mule-show-warning): New function.
21273 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21274 characters are found.
21275
21276 * ps-print.el (ps-header-footer-string): Return a list of header
21277 and footer strings.
21278
21279 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21280
21281 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21282
21283 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21284
21285 * frame.el (blink-cursor-mode): Use define-minor-mode.
21286
21287 * term/mac-win.el (function-key-map): Use char-names more consistently.
21288 (file-name-coding-system): Only set it for MacOS-9. The other case is
21289 already handled in mule-cmds.el (where it also works when mac-win.el
21290 is not used).
21291
21292 2005-02-21 Kenichi Handa <handa@m17n.org>
21293
21294 * international/mule.el (ctext-pre-write-conversion): Always use
21295 " *code-converting-work*" buffer for work.
21296
21297 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21298
21299 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21300
21301 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21302
21303 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21304
21305 * ses.el (undo-more): Restore defadvice, but only the part that
21306 allows changes outside the restricted area of the buffer.
21307
21308 2005-02-20 Kim F. Storm <storm@cua.dk>
21309
21310 * simple.el (line-move): Add fourth optional arg try-vscroll which
21311 must be set to perform auto-window-vscroll.
21312 When moving backwards and doing auto-window-vscroll, automatically
21313 vscroll to the last part of lines which are taller than the window.
21314 (next-line, previous-line): Set try-vscroll arg on line-move.
21315
21316 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21317
21318 * replace.el (query-replace, query-replace-regexp)
21319 (replace-string, replace-regexp): When operating on region, make
21320 the minibuffer prompt say so.
21321
21322 * isearch.el (isearch-forward): Document isearch-query-replace and
21323 isearch-query-replace-regexp keybindings.
21324
21325 2005-02-19 Jay Belanger <belanger@truman.edu>
21326
21327 * calc/calc-aent.el (math-read-token): Add local variable.
21328
21329 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21330 (calc-edit-top): Move declaration to earlier in file.
21331 (calc-edit-macro-repeats): Add local variables.
21332
21333 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21334 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21335 calcFunc-tanh.
21336 Adjust integration rule for calcFunc-tan.
21337
21338 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21339
21340 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21341 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21342 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21343 (viper-skip-separators): Bug fix.
21344 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21345 particular major mode.
21346 (viper-del-backward-char-in-replace): Don't put deleted char on the
21347 kill ring.
21348
21349 * viper-ex.el (viper-color-display-p): New function.
21350 (viper-has-face-support-p): Use viper-color-display-p.
21351
21352 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21353
21354 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21355
21356 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21357 (viper-file-remote-p): Make equivalent to file-remote-p.
21358
21359 * viper.el (viper-major-mode-modifier-list):
21360 Use viper-gnus-modifier-map.
21361
21362 2005-02-19 David Kastrup <dak@gnu.org>
21363
21364 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21365 quoting.
21366
21367 2005-02-19 Jay Belanger <belanger@truman.edu>
21368
21369 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21370 Remove extra definitions.
21371 (calc-coth): New function.
21372 (calcFunc-cot): Fix `let'.
21373
21374 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21375
21376 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21377 the reasons we use "type pc" in these faces.
21378
21379 * button.el (button): Ditto.
21380
21381 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21382
21383 * replace.el (query-replace-read-from): Set the value of
21384 query-replace-from-history-variable to handle the case of an empty
21385 string entered to accept the suggested default.
21386
21387 * net/tramp.el (tramp-file-name-for-operation):
21388 Use dired-call-process instead of dired-call-process-command.
21389
21390 2005-02-19 Jay Belanger <belanger@truman.edu>
21391
21392 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21393 (math-div-non-trig): New variables.
21394 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21395 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21396 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21397 trig expressions.
21398
21399 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21400
21401 * progmodes/gdb-ui.el (gdb-var-update-handler)
21402 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21403 for watch expressions,
21404 (gdb-var-create-handler): Don't set speedbar-update-flag.
21405 (gdb-post-prompt): Simplify test for speedbar.
21406
21407 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21408
21409 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21410 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21411 we use the syntax table of the correct buffer.
21412 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21413 Felix Gatzemeier.
21414
21415 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21416 (ediff-file-remote-p): Make synonymous with file-remote-p.
21417 In all deffaces ediff-*-face-*, use min-colors.
21418
21419 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21420 ediff-recurse-to-subdirectories.
21421 (ediff-mark-if-equal): Check that the arguments are strings, use
21422 ediff-same-contents (after to Felix Gatzemeier).
21423
21424 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21425 nil.
21426
21427 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21428
21429 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21430
21431 2005-02-18 David Kastrup <dak@gnu.org>
21432
21433 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21434 use `mark-active' when defined.
21435
21436 2005-02-18 Kenichi Handa <handa@m17n.org>
21437
21438 * ps-print.el (ps-font-info-database): New entry
21439 ZapfChancery-MediumItalic with correct font name. Fix font name
21440 of the entry Zapf-Chancery-MediumItalic.
21441
21442 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21443
21444 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21445
21446 2005-02-16 Kim F. Storm <storm@cua.dk>
21447
21448 * ido.el (ido-fallback-command): Pass user input to fallback command.
21449
21450 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21451
21452 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21453 (gdb-find-file-hook): Add server prefix.
21454
21455 2005-02-16 Richard M. Stallman <rms@gnu.org>
21456
21457 * replace.el (perform-replace): Pass new args to replace-highlight.
21458 (replace-highlight): Take region args,
21459 and pass them to isearch-lazy-highlight-new-loop.
21460
21461 * novice.el (disabled-command-hook): Autoload the defalias
21462 and the make-obsolete-variable call.
21463
21464 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21465
21466 * isearch.el (isearch-lazy-highlight-start-limit)
21467 (isearch-lazy-highlight-end-limit): New variables limit
21468 the region for highlighting.
21469 (isearch-lazy-highlight-new-loop): New args BEG and END.
21470 (isearch-lazy-highlight-search): Use the new vars.
21471 (isearch-lazy-highlight-update): Likewise.
21472
21473 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21474
21475 * cus-start.el (all): Use default-boundp.
21476
21477 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21478
21479 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21480
21481 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21482
21483 * autorevert.el (auto-revert-stop-on-user-input)
21484 (auto-revert-verbose): Doc fixes.
21485
21486 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21487
21488 * international/mule-cmds.el (set-locale-environment): Remove call
21489 to set-selection-coding-system on Windows.
21490
21491 2005-02-15 Jay Belanger <belanger@truman.edu>
21492
21493 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21494 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21495 calcFunc-coth.
21496 (math-simplify-sqrt): Add simplifications.
21497
21498 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21499 to list.
21500
21501 * calc/calc-ext.el: Add functions to autoloads.
21502
21503 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21504 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21505 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21506 (math-csc-raw, math-cot-raw): New functions.
21507
21508 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21509
21510 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21511 the variable name in a message.
21512
21513 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21514 calcFunc-csc, calcFunc-cot.
21515
21516 * calc/calcalg2.el: Add derivative and integration rules for
21517 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21518 calcFunc-csch, calcFunc-coth.
21519 (math-do-integral-methods): Add to checks for when to use
21520 substitutions.
21521
21522 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21523
21524 2005-02-15 Lute Kamstra <lute@gnu.org>
21525
21526 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21527 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21528 <monnier@iro.umontreal.ca>
21529 (lisp-outline-level): Improve efficiency. Suggested by David
21530 Kastrup <dak@gnu.org>.
21531
21532 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21533
21534 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21535 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21536 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21537 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21538 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21539
21540 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21541
21542 * cus-start.el (all): Comment change.
21543
21544 2005-02-14 Lute Kamstra <lute@gnu.org>
21545
21546 * cus-start.el (all): Check if symbol is void.
21547
21548 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21549
21550 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21551 optional argument to \cite.
21552
21553 2005-02-14 Richard M. Stallman <rms@gnu.org>
21554
21555 * cus-edit.el (custom-buffer-create-internal): Update help message.
21556 (custom-magic-alist): Update help messages.
21557
21558 * cus-start.el (all): Allow a var to specify a standard value.
21559
21560 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21561
21562 * custom.el (custom-theme-set-variables): Handle variable aliases.
21563
21564 * frame.el (blink-cursor-timer): Doc fix.
21565 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21566 declare obsolete.
21567 (blink-cursor-mode): Define with defcustom and use correct
21568 standard expression in that defcustom.
21569 * startup.el (command-line): Adapt to above changes in frame.el.
21570
21571 2005-02-11 Lute Kamstra <lute@gnu.org>
21572
21573 * apropos.el (apropos-score-doc): Prevent division by zero.
21574
21575 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21576
21577 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21578 (icalendar--get-event-property-attributes)
21579 (icalendar--get-event-properties)
21580 (icalendar--datetime-to-diary-date): New functions.
21581 (icalendar--split-value): Doc fix.
21582 (icalendar--datetime-to-noneuropean-date)
21583 (icalendar--datetime-to-european-date): New optional argument
21584 SEPARATOR. Return result as a string instead of a list.
21585 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21586 (icalendar--convert-string-for-export): Rename arg S to STRING.
21587 (icalendar-export-region): Doc fix. Change name of error buffer.
21588 Save output buffer.
21589 (icalendar-import-file): Add blank at end of prompt.
21590 (icalendar-import-buffer): Doc fix. Do not switch to error
21591 buffer. Indicate status in return value.
21592 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21593 buffer. Save output buffer. Handle exception from recurrence
21594 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21595 events. Fix problems with weekly all-day events.
21596
21597 2005-02-10 Richard M. Stallman <rms@gnu.org>
21598
21599 * simple.el (eval-expression-print-format):
21600 Avoid warning about edebug-active.
21601
21602 * help.el (help-for-help-internal): Rename from help-for-help.
21603 (help-for-help): Define with defalias.
21604
21605 * font-core.el (font-lock-default-function): Use with-no-warnings.
21606
21607 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21608
21609 * custom.el (defface): Doc fix.
21610
21611 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21612
21613 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21614 width 0" to prevent word wrapping problems.
21615
21616 2005-02-09 Kim F. Storm <storm@cua.dk>
21617
21618 * ido.el (ido-file-extensions-order): New defcustom.
21619 (ido-file-extension-lessp, ido-file-extension-aux)
21620 (ido-file-extension-order): New advanced file ordering.
21621 (ido-file-lessp): New simple file ordering.
21622 (ido-sort-list): Remove.
21623 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21624 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21625
21626 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21627
21628 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21629 that some versions of grep produce.
21630 (grep-mode-font-lock-keywords): Likewise.
21631
21632 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21633
21634 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21635 (gdb-cdir): Delete.
21636 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21637 (gdb-source-info): Treat case when source file is in another
21638 directory properly.
21639 (gdb-get-location): New function.
21640
21641 2005-02-07 Jay Belanger <belanger@truman.edu>
21642
21643 * calc/calc-prog.el (calc-write-parse-table-part)
21644 (calc-fix-token-name): Fix a check for language type.
21645
21646 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21647
21648 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21649
21650 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21651 as directory not writable.
21652
21653 2005-02-07 Kim F. Storm <storm@cua.dk>
21654
21655 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21656 (cua--standard-movement-commands): Remove list.
21657 Instead, set CUA property value to move for movement commands.
21658 (cua-movement-commands): Remove. Users must set CUA prop instead.
21659 (cua--pre-command-handler): Check CUA property.
21660 (cua--init-keymaps): Don't remap undo commands.
21661 (cua-mode): Don't call cua--rectangle-on-off.
21662
21663 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21664 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21665 (cua--rect-undo-set-point): New var.
21666 (cua--rectangle-undo-boundary): Setup undo apply entry.
21667 (cua--rect-undo-handler): New function for rectangle undo.
21668 (cua--rect-start-position, cua--rect-end-position): Add.
21669 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21670 for restored rectangle. Set point if cua--rect-undo-set-point.
21671
21672 2005-02-06 Jay Belanger <belanger@truman.edu>
21673
21674 * calc/calc-lang.el (calc-tex-language): Display more information
21675 in messages.
21676
21677 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21678 in TeX mode.
21679
21680 2005-02-06 Richard M. Stallman <rms@gnu.org>
21681
21682 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21683
21684 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21685
21686 * net/ldap.el (ldap-search-internal): Support attributes with
21687 optional descriptions separated by a semi-colon, as in
21688 "userCertificate;binary".
21689
21690 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21691
21692 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21693 isn't a cons (i.e. the version is 0).
21694
21695 2005-02-05 Eli Zaretskii <eliz@gnu.org>
21696
21697 * help.el (help-for-help): Doc fix.
21698
21699 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
21700
21701 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
21702 GDB-Windows on the menu-bar as this works better.
21703
21704 2005-02-04 Jay Belanger <belanger@truman.edu>
21705
21706 * calc/calc-embed.el (calc-embedded-update): Don't put in
21707 unnecessary newlines. Adjust the end of formula marker.
21708
21709 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21710 (math-latex-parse-two-args): New function.
21711
21712 2005-02-03 Lute Kamstra <lute@gnu.org>
21713
21714 * help-fns.el (help-with-tutorial): Make sure that users cannot
21715 remove the entire text of the tutorial by means of `undo'.
21716
21717 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
21718
21719 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21720 in recent changes, where the ispell process was repeatedly
21721 killed & restarted.
21722
21723 * international/mule-cmds.el (set-locale-environment): Set file-name
21724 coding system to utf-8 on Darwin systems.
21725 (set-default-coding-systems): Don't set default-file-name-coding-system
21726 on Darwin systems.
21727
21728 2005-02-03 Richard M. Stallman <rms@gnu.org>
21729
21730 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21731
21732 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
21733
21734 * faces.el (list-faces-display): Add optional argument.
21735
21736 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21737
21738 * font-core.el (font-lock-default-function): Handle the rare case where
21739 only font-lock-keywords is set.
21740
21741 2005-02-02 Kenichi Handa <handa@m17n.org>
21742
21743 * international/characters.el: Cancel previous change for
21744 I-WITH-DOT-ABOVE and DOTLESS-i.
21745
21746 * international/latin-5.el: Cancel previous change.
21747
21748 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21749
21750 * progmodes/gud.el: Correction to syntax in gud-menu-map.
21751
21752 2005-02-02 Kenichi Handa <handa@m17n.org>
21753
21754 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21755 DOTLESS-i.
21756
21757 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21758 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21759
21760 * case-table.el (get-upcase-table): New function.
21761 (copy-case-table): Copy upcaes table too if non-nil.
21762 (set-case-syntax-delims): Maintain upcase table too.
21763 (set-case-syntax-pair): Likewise.
21764 (set-upcase-syntax, set-downcase-syntax): New functions.
21765 (set-case-syntax): Maintain upcase table too.
21766
21767 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21768
21769 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21770
21771 * progmodes/gud.el (gud-goto-info): New function.
21772 (gud-tool-bar-map): Use correct icon.
21773
21774 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21775
21776 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21777 When delegating, order args in the funcall correctly.
21778
21779 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21780
21781 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21782
21783 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
21784
21785 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21786 buffer not visiting a file.
21787
21788 2005-01-31 Jay Belanger <belanger@truman.edu>
21789
21790 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21791 bound on the line with the formula.
21792
21793 2005-01-31 Kim F. Storm <storm@cua.dk>
21794
21795 * ses.el (ses-create-cell-variable-range)
21796 (ses-destroy-cell-variable-range, ses-reset-header-string)
21797 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21798 (ses-insert-row): Fix format of apply undo entries.
21799
21800 2005-01-31 Jay Belanger <belanger@truman.edu>
21801
21802 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21803 parts.
21804
21805 * calc/calc-embed.el (calc-embedded-open-formula)
21806 (calc-embedded-close-formula): Ignore matrix environments.
21807
21808 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21809 TeX mode.
21810
21811 * calc/calc-lang.el (math-function-table, math-oper-table)
21812 (math-variable-table): Adjust the LaTeX portions.
21813
21814 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21815 (math-latex-ignore-words): New constant.
21816
21817 2005-01-31 Richard M. Stallman <rms@gnu.org>
21818
21819 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21820 (ispell-local-dictionary): Doc fix.
21821 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21822 Don't reinitialize at run time. Don't defcustom.
21823 All uses changed to append ispell-local-dictionary-alist,
21824 or check it first.
21825 (ispell-current-dictionary): New variable for dictionary in use.
21826 (ispell-dictionary): Now used only for global default.
21827 (ispell-start-process): Set ispell-current-dictionary,
21828 not ispell-dictionary.
21829 (ispell-change-dictionary): Use this only for setting
21830 user preferences.
21831 (ispell-internal-change-dictionary): New function
21832 to change the current dictionary in use.
21833 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21834 Use ispell-current-dictionary.
21835 Handle ispell-local-dictionary-overridden.
21836 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21837
21838 2005-01-31 Jay Belanger <belanger@truman.edu>
21839
21840 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21841
21842 * calc/calc-ext.el: Add calc-latex-language to autoloads.
21843 (calc-mode-map): Add calc-latex-language.
21844
21845 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21846 (math-latex-print-frac): New functions.
21847 (math-oper-table, math-function-table, math-variable-table)
21848 (math-complex-format, math-input-filter): Add latex properties.
21849 (calc-set-language): Set math-expr-special-function-mapping.
21850
21851 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21852 (calc-write-parse-table-part): Add LaTeX support.
21853
21854 * calc/calc.el (calc-language): Adjust docstring.
21855 (calc-set-mode-line): Add LaTeX support.
21856 (math-expr-special-function-mapping): New variable.
21857 (math-tex-ignore-words): Add to list.
21858
21859 * calc/calccomp.el (math-compose-expr, math-compose-rows):
21860 Add LaTeX support.
21861 (math-compose-expr): Add support for special functions.
21862
21863 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21864
21865 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
21866
21867 * progmodes/gdb-ui.el (gdb-memory-address)
21868 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21869 (gdb-memory-mode-map, gdb-memory-format-keymap)
21870 (gdb-memory-format-menu, gdb-memory-unit-keymap)
21871 (gdb-memory-unit-menu): New variables for a buffer
21872 that lets the user examine program memory.
21873 (gdb-memory-set-address, gdb-memory-set-repeat-count)
21874 (gdb-memory-format-binary, gdb-memory-format-octal)
21875 (gdb-memory-format-unsigned, gdb-memory-format-signed)
21876 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21877 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21878 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21879 (gdb-memory-unit-byte, gdb-memory-unit-menu)
21880 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21881 (gdb-memory-mode, gdb-memory-buffer-name)
21882 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21883 New functions for above buffer.
21884
21885 2005-01-30 Richard M. Stallman <rms@gnu.org>
21886
21887 * cus-edit.el (custom-bury-buffer): Function deleted.
21888 (custom-buffer-done-function): Option deleted.
21889 (custom-buffer-done-kill): New replacement option.
21890 (Custom-buffer-done): Call quit-window.
21891 (custom-buffer-create-internal): Update for above changes.
21892
21893 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
21894
21895 * simple.el (undo-ask-before-discard): New var.
21896 (undo-outer-limit-truncate): Implement it.
21897 (undo-extra-outer-limit): Doc update.
21898
21899 2005-01-29 Richard M. Stallman <rms@gnu.org>
21900
21901 * ses.el (undo-more): Delete defadvice.
21902 (ses-begin-change): Doc fix.
21903
21904 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21905 instead of rebinding C-x u and C-_.
21906
21907 * files.el (normal-backup-enable-predicate): Return nil for files
21908 in /tmp, regardless of temporary-file-directory.
21909
21910 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21911
21912 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21913 (open-rectangle, delete-whitespace-rectangle-line)
21914 (clear-rectangle-line): If FILL, pass t instead of FILL
21915 for move-to-column's 2nd arg.
21916
21917 * simple.el (undo): Fix the test for continuing a series of undos.
21918 (undo-more): Set pending-undo-list to t when we reach end.
21919 (pending-undo-list): Move up defvar.
21920
21921 * wid-edit.el (widget-button-click):
21922 Shorten the range of the track-mouse binding.
21923
21924 * comint.el (comint-insert-input): Undo previous changes;
21925 use last-input-event in interactive spec.
21926
21927 2005-01-29 Eli Zaretskii <eliz@gnu.org>
21928
21929 * progmodes/compile.el (compilation-start): Bind buffer-read-only
21930 to nil before invoking call-process. Reset buffer's modified flag
21931 after fontifying it in the no-async branch.
21932
21933 * wid-edit.el (widget-specify-button): If mouse pointer shape
21934 cannot be changed, use mouse face instead.
21935
21936 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
21937
21938 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21939 (gdb-goto-breakpoint): Make breakpoint handling work on template
21940 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
21941 (gdb-assembler-custom): Update to recognize breakpoint information
21942 added on 2005-01-19.
21943
21944 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21945
21946 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
21947 (dsssl-mode): Use define-derived-mode.
21948 (scheme-mode-initialize): Remove.
21949 (scheme-mode): Use run-mode-hooks.
21950
21951 * cus-edit.el (customize-group-other-window)
21952 (custom-buffer-create-other-window): Don't override special-display-*.
21953 (custom-mode-map): Make it dense.
21954
21955 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
21956 sets the default value.
21957
21958 2005-01-28 Eli Zaretskii <eliz@gnu.org>
21959
21960 * descr-text.el: Add more keywords.
21961
21962 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
21963
21964 * speedbar.el: Avoid unnecessary use of locate-library.
21965
21966 * international/mule-cmds.el (standard-display-european-internal):
21967 Don't fiddle with latin-1 non-break space any more since it's now
21968 special cased in the C code.
21969 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
21970
21971 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
21972
21973 * cus-start.el (all): Add `undo-outer-limit'.
21974
21975 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21976
21977 * textmodes/bibtex.el (bibtex-format-entry):
21978 Use `bibtex-empty-field-re' only on the text of fields, not on entire
21979 field lines.
21980 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
21981 not on part of a buffer.
21982
21983 2005-01-25 Lute Kamstra <lute@gnu.org>
21984
21985 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
21986 nonempty field text strings like "{letters\\macro{}more letters}".
21987 Clarify docstring.
21988 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
21989 (bibtex-entry-offset, bibtex-parse-association)
21990 (bibtex-parse-field-name): Fix typos in docstrings.
21991 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
21992
21993 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
21994
21995 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
21996 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
21997 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
21998 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
21999
22000 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
22001 isearch minor mode.
22002
22003 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
22004
22005 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
22006
22007 2005-01-24 Lute Kamstra <lute@gnu.org>
22008
22009 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
22010 CASECHARS and NOT-CASECHARS regular expressions of the
22011 "nederlands" and "nederlands8" dictionaries to prevent a "Range
22012 striding over charsets" error.
22013
22014 2005-01-24 Jay Belanger <belanger@truman.edu>
22015
22016 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
22017 display variable name.
22018
22019 2005-01-24 Kenichi Handa <handa@m17n.org>
22020
22021 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
22022 Fix setting of the element of encoded-kbd-iso2022-invocations.
22023
22024 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
22025
22026 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22027 (gdb-threads-select): Change to also accept mouse events.
22028 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
22029 (gdb-threads-mouse-select): Delete.
22030
22031 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
22032
22033 * files.el (insert-directory): Take care of empty directory,
22034 listed without -a switch.
22035
22036 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
22037
22038 * textmodes/refill.el (refill-post-command-function):
22039 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
22040 to the list of functions that we should be careful not to undo.
22041 (refill-late-fill-paragraph-function): Remove.
22042 (refill-saved-state): New var.
22043 (refill-mode): Use it to save fill-paragraph-function.
22044 Save also the value of auto-fill-function.
22045
22046 * term/w32-win.el: Simplify code.
22047
22048 2005-01-23 Kim F. Storm <storm@cua.dk>
22049
22050 * simple.el (line-move): Adapt to new return value from
22051 pos-visible-in-window-p.
22052
22053 * simple.el (line-move): Fix last change. Check partial
22054 visibility at point rather than at window-start.
22055
22056 2005-01-22 Jason Rumney <jasonr@gnu.org>
22057
22058 * term/w32-win.el (xw-defined-colors): Remove debug-message.
22059
22060 2005-01-22 David Kastrup <dak@gnu.org>
22061
22062 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22063
22064 2005-01-22 Eli Zaretskii <eliz@gnu.org>
22065
22066 * type-break.el (type-break-mode): Add a test for
22067 type-break-file-name being non-nil.
22068
22069 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
22070
22071 * net/eudc.el (top level): Call (message "") via progn, so that
22072 eudc-options-file is loaded.
22073
22074 2005-01-22 Kim F. Storm <storm@cua.dk>
22075
22076 * simple.el (line-move-1): Rename from line-move.
22077 (line-move): New function that adjusts vscroll for partially
22078 visible rows, and calls line-move-1 otherwise.
22079
22080 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22081
22082 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22083 since it's not a complete read-event implementation
22084
22085 2005-01-20 Jay Belanger <belanger@truman.edu>
22086
22087 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22088 for called function.
22089
22090 2005-01-20 Steven Tamm <steventamm@mac.com>
22091
22092 * term/mac-win.el (process-connection-type): Remove.
22093 Controlled now by s/darwin.h:PTY_ITERATION.
22094
22095 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22096
22097 * window.el (handle-select-window): Don't switch window when we're
22098 in the minibuffer.
22099
22100 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22101
22102 * subr.el (dotimes-with-progress-reporter): New macro.
22103
22104 * ses.el (ses-dotimes-msg): Remove macro.
22105 Use `dotimes-with-progress-reporter' instead.
22106
22107 2005-01-19 Steven Tamm <steventamm@mac.com>
22108
22109 * term/mac-win.el (process-connection-type): Use new
22110 operating-system-release variable to use ptys on Darwin 7 (OS X
22111 10.3) when using carbon build.
22112
22113 2005-01-19 Jay Belanger <belanger@truman.edu>
22114
22115 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22116 flags if the last command was a tab or M-tab.
22117
22118 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22119 in formula editing buffer.
22120
22121 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22122
22123 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22124 breakpoint image symbol in margin.
22125
22126 2005-01-19 Jay Belanger <belanger@truman.edu>
22127
22128 * calc/calc-prog.el (calc-execute-kbd-macro):
22129 Ignore calc-keep-arg-flag.
22130
22131 2005-01-19 Kenichi Handa <handa@m17n.org>
22132
22133 * textmodes/ispell.el (ispell-looking-at): New function.
22134 (ispell-process-line): Use ispell-looking-at to compare the ispell
22135 output and the buffer contents.
22136
22137 2005-01-18 Jay Belanger <belanger@truman.edu>
22138
22139 * calc/calc.el (calc-display-raw): Fix docstring.
22140
22141 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22142
22143 * simple.el (blink-matching-open): Strip extra info from syntax.
22144
22145 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22146 funny chars in the end-of-here-doc marker.
22147
22148 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22149
22150 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22151 that enable/disabled state of breakpoints is shown correctly in
22152 fringe and on ttys.
22153 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22154 Add breakpoint information as text properties.
22155 (gdb-mouse-toggle-breakpoint):
22156 Rename to gdb-mouse-set-clear-breakpoint.
22157 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22158 breakpoints in the margin.
22159 (gdb-remove-strings): Simplify.
22160
22161 2005-01-17 Jay Belanger <belanger@truman.edu>
22162
22163 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22164 erasing buffer.
22165
22166 2005-01-17 Richard M. Stallman <rms@gnu.org>
22167
22168 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22169 for calling grep-compute-defaults.
22170
22171 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22172 if buffer is empty.
22173
22174 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22175
22176 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22177
22178 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22179
22180 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22181 non-preloaded variables.
22182
22183 2005-01-17 Steven Tamm <steventamm@mac.com>
22184
22185 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22186 tex-shell cause to force interactivity when using pipes.
22187
22188 2005-01-17 Kim F. Storm <storm@cua.dk>
22189
22190 * simple.el (just-one-space): Make arg optional.
22191
22192 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22193
22194 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22195 posn-at-x-y to t to access left-margin.
22196
22197 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22198
22199 Sync with Tramp 2.0.47.
22200
22201 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22202 catching keep-date problems in cp/scp operations.
22203 (tramp-handle-copy-file): Don't call `set-file-modes'
22204 unconditionally. Specialized functions should know better what is
22205 necessary. This improves performance a little bit, and the
22206 functions could catch errors with `cp -p' and `scp -p'.
22207 (tramp-do-copy-or-rename-file-via-buffer)
22208 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22209 when appropriate.
22210 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22211 Call `set-file-modes' when appropriate.
22212 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22213 Johnsson <isak@hypergene.com>
22214 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22215 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22216 <joakim@verona.se>
22217 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22218 Emacs only.
22219
22220 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22221 `find-file-hooks' and `dired-mode-hook'.
22222 (tramp-minor-mode-map): Respective map. Add remapping for
22223 `compile' and `recompile'.
22224 (tramp-remap-command, tramp-recompile): New defuns.
22225 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22226 in buffer "*Compilation*". Call the commands asynchronously.
22227
22228 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22229 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22230 `shell-command', because it isn't magic in XEmacs. Reported by
22231 Adrian Aichner <adrian@xemacs.org>.
22232
22233 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22234 `substitute-in-file-name.
22235 (tramp-smb-handle-substitute-in-file-name): New defun.
22236 (tramp-smb-advice-PC-do-completion): Delete advice.
22237
22238 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22239
22240 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22241 Fix error in deleting region.
22242
22243 2005-01-15 Richard M. Stallman <rms@gnu.org>
22244
22245 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22246 In non-temp buffer, switch syntax table temporarily.
22247
22248 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22249
22250 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22251
22252 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22253
22254 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22255 (imenu--generic-function): Use START, not BEG, as pos of definition.
22256
22257 * simple.el (just-one-space): Argument specifies number of spaces.
22258
22259 * simple.el (eval-expression-print-format): Avoid warning
22260 about edebug-active.
22261
22262 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22263
22264 * progmodes/sh-script.el: Code copied from make-mode.el
22265 with small changes,
22266 (sh-mode-map): Bind C-c C-\.
22267 (sh-backslash-column, sh-backslash-align): New variables.
22268 (sh-backslash-region, sh-append-backslash): New functions.
22269
22270 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22271
22272 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22273 (rmail-pop-password, rmail-pop-password-required): Move to
22274 rmail-obsolete group.
22275 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22276 All callers updated.
22277 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22278 Take an argument specifying whether it is POP or IMAP mailbox we
22279 are using. All callers updated.
22280 (rmail-pop-password-error): Rename to
22281 rmail-remote-password-error. Added mailutils-specific error message.
22282 (rmail-movemail-search-path)
22283 (rmail-movemail-variant-in-use): New variables.
22284 (rmail-remote-password, rmail-remote-password-required):
22285 New customization variables.
22286 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22287 (rmail-parse-url): New function.
22288 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22289 with GNU mailutils movemail.
22290
22291 2005-01-15 Kevin Ryde <user42@zip.com.au>
22292
22293 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22294 suffix to space, $ or '$, to correctly position point when going
22295 to @table style constants like DBL_MAX.
22296
22297 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22298
22299 * type-break.el (type-break-mode, type-break-file-time)
22300 (type-break-file-keystroke-count, type-break-choose-file):
22301 Don't store data in or load data from the file if type-break-file-name
22302 is nil.
22303 (type-break-file-name): Doc update as per the above.
22304
22305 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22306
22307 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22308 lookup-key might return nil; handle that.
22309
22310 2005-01-15 Alan Mackenzie <acm@muc.de>
22311
22312 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22313 rather than the element found, thus enabling the tree to be setcar'd.
22314
22315 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22316
22317 * textmodes/org.el (org-show-following-heading): New option.
22318 (org-show-hierarchy-above): Use `org-show-following-heading'.
22319 (org-cycle): Documentation fix.
22320
22321 * textmodes/org.el (orgtbl-optimized): New option
22322 (orgtbl-mode): New command, a minor mode.
22323 (orgtbl-mode-map): New variable.
22324 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22325 (orgtbl-error, orgtbl-self-insert-command)
22326 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22327
22328 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22329 a local variable in each org-mode buffer.
22330
22331 * textmodes/org.el (org-set-regexps-and-options): Rename from
22332 `org-set-regexps'. Added checking for STARTUP keyword.
22333 (org-get-current-options): Add STARTUP options.
22334 (org-table-insert-row): Make mode intelligent about when
22335 realignment is needed.
22336 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22337 New commands.
22338 (org-enable-table-editor): New default value `optimized'.
22339 (org-table-blank-field): Support blanking regions if active.
22340
22341 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22342
22343 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22344 if the year is not given.
22345
22346 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22347 Add new escapes %m and %M, fixed bug with %F by adding
22348 save-match-data.
22349 (reftex-reference): Remove ?. from list of spaces.
22350 (reftex-label-info): Add automatic label prefix recognition.
22351
22352 * textmodes/reftex-index.el (reftex-index-next-phrase):
22353 Add slave parameter to call of `reftex-index-this-phrase'.
22354 (reftex-index-this-phrase): New optional argument.
22355 (reftex-index-region-phrases): Add slave parameter to call of
22356 `reftex-index-this-phrase'.
22357 (reftex-display-index): New argument redo.
22358 (reftex-index-rescan): Add `redo' to arguments of
22359 `reftex-display-index'.
22360 (reftex-index-Rescan, reftex-index-revert)
22361 (reftex-index-switch-index-tag): Add `redo' to arguments of
22362 `reftex-display-index'.
22363 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22364 indexing. Fix bug with matching is there is a quote before or
22365 after the word.
22366
22367 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22368 Fix bug when collecting citation keys in lines with comments.
22369 (reftex-citation): Prefix argument no longer rescans the document,
22370 but forces prompting for optional arguments of cite macros.
22371 (reftex-do-citation): Prompting for optional arguments implemented.
22372
22373 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22374 Add optional arguments to most cite commands.
22375 (reftex-cite-cleanup-optional-args): New option
22376 (reftex-cite-prompt-optional-args): New option.
22377 (reftex-trust-label-prefix): New option.
22378
22379 * textmodes/reftex-toc.el (reftex-toc-find-section):
22380 Add push-mark before changing the position in the buffer.
22381
22382 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22383 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22384
22385 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22386
22387 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22388 more carefully.
22389
22390 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22391
22392 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22393 (sgml-mode): Use it.
22394 (sgml-get-context): Better keep track of implicitly closed tags.
22395
22396 2005-01-13 Kenichi Handa <handa@m17n.org>
22397
22398 * textmodes/ispell.el: These changes are to fix misalignment error
22399 caused by equivalent characters of different Emacs charsets.
22400 (ispell-unified-chars-table): New variable.
22401 (ispell-get-decoded-string): New function.
22402 (ispell-get-casechars, ispell-get-not-casechars)
22403 (ispell-get-otherchars): Call ispell-get-decoded-string.
22404
22405 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22406
22407 * custom.el (custom-declare-variable): Just put symbol instead
22408 of (defvar . symbol) in `current-load-list'.
22409
22410 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22411
22412 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22413
22414 2005-01-12 Jay Belanger <belanger@truman.edu>
22415
22416 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22417 to create a Calc summary.
22418
22419 2005-01-12 Kim F. Storm <storm@cua.dk>
22420
22421 * mouse.el (mouse-on-link-p): Change functionality and doc
22422 string to comply with latest description in lisp ref.
22423
22424 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22425
22426 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22427 Enable mouse clicks on mode-line, header-line and margin.
22428 (event-type): Give mouse event symbols an `event-kind' property
22429 with value `mouse-click'.
22430
22431 2005-01-12 Juri Linkov <juri@jurta.org>
22432
22433 * facemenu.el (list-colors-display): Add new arg buffer-name.
22434 Use it. Fix docstring. Replace code for identifying duplicate
22435 colors by the name with call to `list-colors-duplicates' which
22436 identifies duplicate colors by the value unless the color
22437 is one of special Windows colors. Set truncate-lines to t.
22438 Print sorted duplicate color names on each line. Indent to 22
22439 \(the longest color name in rgb.txt) instead of 20. Optimize.
22440 (list-colors-duplicates): New function.
22441 (facemenu-color-name-equal): Delete function.
22442
22443 * facemenu.el (list-colors-print): New function created from code
22444 in list-colors-display. Print #RRGGBB at the window right edge.
22445 (list-colors-display): When temp-buffer-show-function is not
22446 defined, call list-colors-print from temp-buffer-show-hook
22447 to get the right value of window-width in list-colors-print
22448 after the buffer is displayed.
22449
22450 * simple.el (pop-mark): Move deactivate-mark out of conditional
22451 part to deactivate the active mark regardless of the state of the
22452 mark ring.
22453
22454 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22455 variables line in desktop files.
22456
22457 2005-01-12 Juri Linkov <juri@jurta.org>
22458
22459 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22460 Bring together isearch highlight related options.
22461 (lazy-highlight): Replace group `replace' by `matching'.
22462 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22463 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22464 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22465 and declare them obsolete.
22466 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22467 (isearch-faces): Remove defgroup.
22468 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22469 Move isearch highlighting code closer to lazy highlighting code.
22470
22471 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22472 (query-replace-highlight, query-replace-lazy-highlight)
22473 (query-replace): Move definitions to the beginning of the file.
22474
22475 2005-01-11 Juri Linkov <juri@jurta.org>
22476
22477 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22478 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22479 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22480
22481 * info.el (Info-history-forward): New variable.
22482 (Info-select-node): Reset Info-history-forward to nil.
22483 (Info-last): Turn into defalias.
22484 (Info-history-back): Rename from Info-last.
22485 Add current node to Info-history-forward.
22486 (Info-history-forward): New fun.
22487 (Info-mode-map): Replace Info-last by Info-history-back.
22488 Bind Info-history-forward to "r".
22489 (Info-mode-menu): Replace Info-last by Info-history-back.
22490 Fix menu item text. Add menu item for Info-history-forward.
22491 (info-tool-bar-map): Replace Info-last by Info-history-back.
22492 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22493 for Info-history-forward.
22494 (Info-mode): Replace Info-last by Info-history-back in docstring.
22495 Add local variable Info-history-forward.
22496 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22497
22498 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22499
22500 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22501 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22502 Ignore select-window events rather than fiddle with
22503 mouse-autoselect-window.
22504
22505 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22506
22507 * type-break.el (type-break-mode): Fix previous change.
22508
22509 2005-01-10 Jay Belanger <belanger@truman.edu>
22510
22511 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22512 calculator; only reset when point is inside a calculator.
22513 Don't adjust the window height if the window takes up the whole height
22514 of the frame.
22515
22516 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22517
22518 * ebuff-menu.el (Electric-buffer-menu-mode):
22519 Preserve value of buffer-local var header-line-format.
22520
22521 2005-01-09 Jay Belanger <belanger@truman.edu>
22522
22523 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22524 Make sure settings file exists before accessing it.
22525
22526 * calc/calc-embed.el (calc-embedded-subst):
22527 Replace math-multi-subst-rec, which is only supposed to be called
22528 by math-multi-subst, by math-multi-subst.
22529
22530 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22531
22532 * vc.el (vc-allow-async-revert): New user option.
22533 (vc-disable-async-diff): New internal variable.
22534 (vc-revert-buffer): Use them to disable asynchronous diff.
22535
22536 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22537 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22538 asynchronously if vc-disable-async-diff is t.
22539
22540 2005-01-09 Jay Belanger <belanger@truman.edu>
22541
22542 * calc/calc.el (defcalcmodevar): New macro.
22543 (calc-mode-var-list-restore-default-values)
22544 (calc-mode-var-list-restore-saved-values): New functions.
22545 (calc-mode-var-list): Use defcalcmodevar to define it.
22546 (calc-always-load-extensions, calc-line-numbering)
22547 (calc-line-breaking, calc-display-just, calc-display-origin)
22548 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22549 (calc-group-char, calc-point-char, calc-frac-format)
22550 (calc-prefer-frac, calc-hms-format, calc-date-format)
22551 (calc-float-format, calc-full-float-format, calc-complex-format)
22552 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22553 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22554 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22555 (calc-matrix-brackets, calc-language, calc-language-option)
22556 (calc-left-label, calc-right-label, calc-word-size)
22557 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22558 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22559 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22560 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22561 (calc-window-height, calc-display-trail, calc-show-selections)
22562 (calc-use-selections, calc-assoc-selections)
22563 (calc-display-working-message, calc-auto-why, calc-timing)
22564 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22565 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22566 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22567 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22568 (calc-gnuplot-geometry, calc-graph-default-resolution)
22569 (calc-graph-default-resolution-3d, calc-invocation-macro)
22570 (calc-show-banner): Use defcalcmodevar to declare them and set
22571 their default values.
22572
22573 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22574 instead of default values (but restore default values if there is
22575 an argument of 0).
22576
22577 2005-01-09 David Kastrup <dak@gnu.org>
22578
22579 * desktop.el (desktop-restore-eager): Fix typo in type.
22580
22581 2005-01-08 Richard M. Stallman <rms@gnu.org>
22582
22583 * cus-edit.el (customize): Delete :link.
22584
22585 2005-01-08 Jay Belanger <belanger@truman.edu>
22586
22587 * calc/calc.el (calc-mode): Remove the extension from the
22588 `calc-settings-file' file name when loading it.
22589
22590 2005-01-08 Kim F. Storm <storm@cua.dk>
22591
22592 * info.el (Info-mode-map, Info-next-link-keymap)
22593 (Info-prev-link-keymap, Info-up-link-keymap):
22594 Map follow-link to mouse-face.
22595 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22596
22597 2005-01-08 Jay Belanger <belanger@truman.edu>
22598
22599 * calc/calc.el (calc-settings-file): Change default value.
22600 Suggested by cgw in a comment in calc-mode.el.
22601
22602 * calc/calc-mode.el (calc-settings-file-name):
22603 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22604 Replace ~/.emacs in a prompt by calc-settings-file.
22605
22606 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22607
22608 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22609 (desktop-lazy-idle-delay): New customizable variables.
22610 (desktop-buffer-args-list): New variable.
22611 (desktop-append-buffer-args): New function.
22612 (desktop-save): Call desktop-append-buffer-args for some buffers.
22613 (desktop-lazy-create-buffer): New function.
22614 (desktop-idle-create-buffers): New function.
22615 (desktop-read): Add message about buffers to restore lazily.
22616 (desktop-lazy-abort): New command.
22617 (desktop-clear): Call desktop-lazy-abort.
22618 (desktop-lazy-complete): New command.
22619
22620 2005-01-06 Richard M. Stallman <rms@gnu.org>
22621
22622 * emacs-lisp/find-func.el (find-face-definition):
22623 Rename from find-face.
22624
22625 2005-01-06 Kim F. Storm <storm@cua.dk>
22626
22627 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22628
22629 * man.el (Man-xref-man-page, Man-xref-header-file)
22630 (Man-xref-normal-file): Add follow-link property.
22631
22632 2005-01-06 Jay Belanger <belanger@truman.edu>
22633
22634 * calc/calc-units.el: Make sure the proper macro definitions are
22635 available when compiling.
22636
22637 2005-01-06 Juri Linkov <juri@jurta.org>
22638
22639 * isearch.el (isearch-lazy-highlight-update):
22640 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22641
22642 2005-01-06 Miles Bader <miles@gnu.org>
22643
22644 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22645 (isearch-lazy-highlight-face): Use new name.
22646
22647 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22648
22649 * uniquify.el (uniquify-rationalize-file-buffer-names):
22650 Re-add an interactive spec.
22651 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22652 to the same name.
22653
22654 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22655 (isearch-update, isearch-done): Adjust calls accordingly.
22656
22657 2005-01-05 Richard M. Stallman <rms@gnu.org>
22658
22659 * custom.el (custom-set-variables, custom-theme-set-variables):
22660 Clarify documentation.
22661
22662 * emacs-lisp/find-func.el (find-variable)
22663 (find-variable-other-window, find-variable-other-frame):
22664 Fix the TYPE args to find-function-read and find-function-do-it.
22665 (find-function): Doc fix.
22666 (find-function-at-point): Replace function-at-point alias.
22667
22668 2005-01-04 Richard M. Stallman <rms@gnu.org>
22669
22670 * cus-face.el (custom-declare-face):
22671 Record defface in current-load-list.
22672
22673 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22674
22675 * emacs-lisp/find-func.el: Doc fixes.
22676 (find-face-regexp): New variable.
22677 (find-function-regexp-alist): New variable.
22678 (find-function-C-source): Third arg is now TYPE.
22679 (find-function-search-for-symbol): Handle general TYPE.
22680 (find-function-read, find-function-do-it): Handle general TYPE.
22681 (find-definition-noselect, find-face): New functions.
22682 (function-at-point): Alias deleted.
22683
22684 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22685
22686 * battery.el (display-battery-mode): Rename from display-battery.
22687 Handle the case where it gets turned off.
22688
22689 2005-01-04 Richard M. Stallman <rms@gnu.org>
22690
22691 * cus-edit.el (customize): Make :link point to user doc.
22692
22693 * man.el (Man-fontify-manpage): Turn off undo generation.
22694
22695 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22696
22697 2005-01-04 Andreas Schwab <schwab@suse.de>
22698
22699 * files.el (insert-directory): Only look for error lines in
22700 inserted text. Don't move too far after processing --dired markers.
22701
22702 2005-01-04 Richard M. Stallman <rms@gnu.org>
22703
22704 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22705 Don't expand if the character is @, period, dash, etc.
22706 (define-mail-abbrev): Quote names that contain problem characters.
22707
22708 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
22709
22710 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22711
22712 2005-01-03 Richard M. Stallman <rms@gnu.org>
22713
22714 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22715 (query-replace-highlight, query-replace-lazy-highlight)
22716 (query-replace): Definitions moved up. Doc fix.
22717
22718 2005-01-03 Richard M. Stallman <rms@gnu.org>
22719
22720 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22721 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22722 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22723 (lazy-highlight-face): Rename from isearch-lazy-...
22724 Change all references to them.
22725
22726 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
22727
22728 * cus-edit.el (custom-file): Doc fix for defcustom.
22729 (custom-file): The function no longer sets the variable
22730 `custom-file' to its return value.
22731
22732 * startup.el (command-line): No longer load `custom-file'.
22733
22734 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22735
22736 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22737
22738 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22739 Don't confuse module-prefixed identifiers for labels.
22740 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22741
22742 2005-01-02 Richard M. Stallman <rms@gnu.org>
22743
22744 * files.el (basic-save-buffer-1): Fix previous change.
22745
22746 * loadhist.el (file-loadhist-lookup): New function.
22747 (file-provides, file-requires): Use it.
22748
22749 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22750 instead of calculating the right size.
22751
22752 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22753
22754 * vc-svn.el (vc-svn-diff): Stay local if possible.
22755
22756 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
22757
22758 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22759
22760 * files.el (hack-local-variables): Fix last change.
22761
22762 2005-01-02 Jay Belanger <belanger@truman.edu>
22763
22764 * calc/calc-yank.el (calc-edit-top): New variable.
22765 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22766 object. Change header properties.
22767 (calc-edit-finish, calc-edit-finish-stack-object)
22768 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22769 edited object.
22770 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22771 for the beginning of the edited object.
22772 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22773 for the beginning of the edited object.
22774 * calc/calc-prog.el (calc-edit-macro-finish-edit)
22775 (calc-finish-formula-edit, calc-macro-repeats)
22776 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22777 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22778 beginning of the edited object.
22779 (calc-user-define-edit): Change the header for editing macros.
22780 Remove unnecessary variable.
22781
22782 2005-01-01 Jay Belanger <belanger@truman.edu>
22783
22784 * calc/calc-yank.el (calc-edit-mode): Change default header.
22785 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22786 * calc/calc-store.el (calc-edit-variable): Change title to match new
22787 header.
22788 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22789 mode to match new header.
22790 (calc-user-define-edit): Change titles to include names of commands.
22791 (calc-finish-formula-edit): Adjust to handle new header.
22792 (calc-finish-macro-edit): Remove.
22793 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22794 (calc-edit-macro-command, calc-edit-macro-command-type)
22795 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22796 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22797 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22798 (calc-edit-macro-finish-edit): New functions.
22799 (calc-user-define-edit): Use new functions to edit named calc macros.
22800
22801 2005-01-01 Stefan <monnier@iro.umontreal.ca>
22802
22803 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22804
22805 * ses.el (copy-region-as-kill): Deactivate mark.
22806
22807 2005-01-01 Richard M. Stallman <rms@gnu.org>
22808
22809 * replace.el (occur-1): If the output buffer is also an input,
22810 don't kill it, rename it.
22811
22812 * faces.el (set-face-background, set-face-foreground): Doc fix.
22813
22814 * cus-face.el (custom-face-attributes): Fix :help-echo strings
22815 for :foreground and :background.
22816
22817 * dired.el (dired-view-command-alist): Variable deleted.
22818 (dired-view-file, dired-mouse-find-file-other-window):
22819 Delete the code to use it.
22820
22821 2005-01-01 Kim F. Storm <storm@cua.dk>
22822
22823 * image.el (insert-sliced-image): Use t for line-height property.
22824
22825 See ChangeLog.11 for earlier changes.
22826
22827 ;; Local Variables:
22828 ;; coding: iso-2022-7bit
22829 ;; End:
22830
22831 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22832 Copying and distribution of this file, with or without modification,
22833 are permitted provided the copyright notice and this notice are preserved.
22834
22835 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1