]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(c-subword-mode-map): Use command remapping.
[gnu-emacs] / lisp / ChangeLog
1 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
4
5 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
6 (add-log-iso8601-time-string): Fix call to format-time-string.
7
8 2006-04-26 Kim F. Storm <storm@cua.dk>
9
10 * subr.el (posn-string, posn-image, posn-object): Doc fix.
11
12 2006-04-26 Masatake YAMATO <jet@gyve.org>
13
14 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
15 Add support for "//" style comments. Remove `b' flag
16 from ?* in `asm-mode-syntax-table'.
17
18 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
19
20 * follow.el: Use (featurep 'xemacs) everywhere.
21 (follow-mode): Use define-minor-mode.
22 (follow-mode-map): Move initialization into the declaration.
23 Use command remapping.
24 (follow-emacs-version-xemacs-p): Remove.
25 (follow-submit-feedback): Remove.
26
27 * allout.el (allout-layout, allout-passphrase-verifier-string)
28 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
29
30 * textmodes/reftex-vars.el (reftex-vref-is-default)
31 (reftex-fref-is-default, reftex-guess-label-type):
32 Tighten up a bit the safety predicate.
33
34 * textmodes/paragraphs.el (sentence-end-double-space)
35 (sentence-end-without-period, sentence-end-without-space)
36 (page-delimiter, paragraph-ignore-fill-prefix):
37 Tighten up a bit the safety predicate.
38
39 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
40
41 * progmodes/python.el (python-continuation-line-p)
42 (python-beginning-of-statement): syntax-ppss may return
43 a negative depth.
44 (python-mode): Don't forcefully enable font-lock.
45
46 * time-stamp.el (time-stamp-start, time-stamp-end)
47 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
48
49 * add-log.el: Remove spurious * in docstrings.
50 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
51 (add-change-log-entry): Use it here, since it's not specific
52 to iso8601.
53 (add-log-iso8601-time-string): Don't use it here any more.
54 (change-log-indent-text, change-log-indent): Rename from add-log-*.
55
56 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
57
58 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
59
60 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
61 (rcirc-toggle-low-priority): Doc fix.
62 (rcirc-handler-NOTICE): Remove beginning of line anchor in
63 ChanServ regexp.
64 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
65 #emacs.
66 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
67 (rcirc-decode-coding-system): Use utf-8 as the default.
68 (rcirc-multiline-minor-mode): Set the fill-column.
69 (rcirc-format-response-string): Display bright and dim nicks.
70 (rcirc-browse-url): Update interactive spec to fill ARG.
71 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
72 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
73
74 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
75
76 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
77 case for @Article, etc.
78
79 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
80
81 * net/tramp.el (tramp-register-file-name-handlers): New defun.
82 Added with autoload cookie.
83 (tramp-unload-file-name-handlers): Rename from
84 `tramp-unload-file-name-handler-alist'.
85
86 2006-04-23 Romain Francoise <romain@orebokech.com>
87
88 * comint.el (comint-match-partial-filename): Doc fix.
89
90 2006-04-21 Glenn Morris <rgm@gnu.org>
91
92 * calendar/cal-menu.el (calendar-mode-map): Refer to
93 `diary-view-entries' rather than alias `view-diary-entries'.
94 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
95
96 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
97
98 * progmodes/antlr-mode.el (antlr-default):
99 * cus-edit.el (custom-documentation):
100 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
101 in defface.
102
103 2006-04-21 Kim F. Storm <storm@cua.dk>
104
105 * image.el (image-type): New defun split out of create-image.
106 (create-image): Use it.
107
108 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
109
110 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
111 (org-open-at-point): Remove the "...done" message to keep output
112 in the echo area visible.
113 (org-export-as-xoxo): Fix call to `indent-region'.
114
115 2006-04-21 Kevin Ryde <user42@zip.com.au>
116
117 * international/mule.el (keyboard-coding-system): defcustom
118 info-link fixes: "Specify Coding" has been split, keyboard now in
119 "Terminal Coding", and "Single-Byte Character Support" is now
120 "Unibyte Mode".
121
122 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
123
124 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
125 Use font-lock-warning-face for any errors e.g. no stack.
126 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
127
128 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
129
130 * progmodes/sh-script.el (sh-shell): Mark as safe.
131
132 * newcomment.el (comment-start, comment-start-skip)
133 (comment-end-skip, comment-end): Mark as safe.
134
135 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
136
137 * textmodes/org.el: (org-deadline-announce): Face removed.
138 (org-level-faces, org-n-levels): Convert to constant.
139 (org-compatible-face): New function.
140 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
141 (org-level-5, org-level-6, org-level-7, org-level-8)
142 (org-special-keyword, org-warning, org-headline-done, org-link)
143 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
144 (org-scheduled-today, org-scheduled-previously, org-time-grid):
145 Face definition revised for better color tty support.
146 (org-bold-re, org-italic-re, org-underline-re): New constants.
147 (org-set-font-lock-defaults): Use the new constants.
148 (org-agenda-highlight-todo): New function.
149 (org-agenda-todo): Fix bug with point at end of line.
150 (org-agenda-change-all-lines, org-finalize-agenda-entries):
151 Fontify TODO keywords.
152 (org-insert-link): Preserve relative path in ../ links.
153 (org-export-as-html): Convert links pointing to .org files into
154 links that will work beteen the exported HTML files.
155 (org-todo-list): Fix bug when arg=0.
156 (org-insert-heading): More fine-tuning.
157
158 2006-04-19 Romain Francoise <romain@orebokech.com>
159
160 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
161 from `rmail-mime-charset-pattern'.
162
163 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
164
165 * progmodes/python.el (python-mode): Fix typo.
166
167 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
168
169 * comint.el (comint-previous-input): Don't clobber input line
170 when moving off either end of the input history ring.
171 (comint-delete-input): New function, used by
172 `comint-previous-input' and others.
173 (comint-previous-matching-input):
174 Use `coming-delete-input'. Save the partial input if leaving the
175 edit line. Goto point-max before deleting input to avoid
176 partial input fragments hanging around.
177 (comint-restore-input): New function, used by `comint-previous-input'.
178
179 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
180
181 * imenu.el (imenu--index-alist): Balance parentheses.
182
183 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
184
185 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
186
187 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
188
189 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
190 file is nil.
191
192 2006-04-18 Richard Stallman <rms@gnu.org>
193
194 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
195
196 * imenu.el (imenu-create-index-function, imenu--index-alist)
197 (imenu--last-menubar-index-alist, imenu--make-index-alist)
198 (imenu-default-create-index-function, imenu--generic-function):
199 Doc fixes.
200
201 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
202
203 * help-mode.el (help-mode): Set view-exit-action to delete window.
204
205 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
206 now works by passing nil as arg.
207
208 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
209
210 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
211 (read-abbrev-file): Provide default when reading filename.
212
213 * files.el (enable-local-variables): Allow :all as value.
214 (hack-local-variables): Implement that value.
215 (safe-local-variable-values, safe-local-eval-forms)
216 (enable-local-variables): Mark as risky.
217 (find-file-visit-truename, kept-old-versions): Mark safe.
218
219 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
220 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
221 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
222
223 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
224
225 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
226 Use forward-line so as to get to BOL even in the presence of fields.
227 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
228 in return.
229 (inferior-tcl): Tell tclsh to work in interactive mode.
230
231 * complete.el (partial-completion-mode):
232 Use 'choose-completion-string-functions to make sure that
233 choose-completion fills the minibuffer properly.
234
235 * complete.el (PC-old-read-file-name-internal): Remove.
236 (PC-read-include-file-name-internal): Remove. Turn it into an advice
237 of read-file-name-internal.
238 (partial-completion-mode): Enable/disable this advice.
239
240 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
241
242 * net/tramp.el (tramp-completion-file-name-handler): Revert change
243 of 2006-04-17.
244
245 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
246
247 * textmodes/org.el (org-insert-heading): Insert heading before
248 current if at beginning of line.
249 (org-todo, org-date): New faces.
250 (org-table-align): Make sure tooltip window contains full text.
251 (org-no-properties): New defsubst.
252 (org-set-font-lock-defaults): Use new faces.
253
254 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
255
256 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
257 for root variables.
258
259 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
260 (gdb-frame-address): Re-use to identify frame for watch expression.
261 (gdb-var-list, gdb-var-create-handler): Add frame address for root
262 variables.
263 (gdb-init-1, gdb-source, gdb-post-prompt)
264 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
265 (gdb-frame-handler): Get gdb-frame-address.
266
267 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
268
269 Sync with Tramp 2.0.53.
270
271 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
272 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
273 (tramp-completion-file-name-handler): Add autoload cookie for
274 adding to `file-name-handler-alist'.
275
276 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
277 the prompt. If it returns earlier (when detecting an error
278 message), the rest of the output will merge accidently with the
279 output of the next command. Reported by M Jared Finder
280 <jared@hpalace.com>.
281
282 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
283 for `process-file', in order to let it work for older Emacsen too.
284
285 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
286
287 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
288 (tex-font-lock-keywords-3): Use it.
289
290 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
291
292 * newcomment.el (comment-add): New function.
293 (comment-region-default, comment-dwim): Use it.
294
295 2006-04-15 Michael Olson <mwolson@gnu.org>
296
297 * emacs-lisp/tq.el: Improve comments.
298 (tq-queue-head-question): New accessor function.
299 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
300 Update for modified queue structure.
301 (tq-queue-add): Accept `question' argument.
302 (tq-queue-pop): If a question is pending, send it.
303 (tq-enqueue): Accept new optional argument `delay-question'.
304 If this is non-nil, and at least one other question is pending a
305 response, queue the question rather than sending it immediately.
306
307 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
308
309 * calendar/appt.el (appt-add): Check whether an appointment is
310 already present in appt-time-msg-list. Simplify code.
311
312 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
313
314 * progmodes/cc-langs.el (c-mode-menu):
315 Don't presume c-subword-mode is bound.
316
317 2006-04-13 Bill Wohler <wohler@newt.com>
318
319 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
320 (customize-package-emacs-version): Use cdr instead of cadr now
321 that alists use dotted pairs.
322
323 * custom.el (defcustom): Fix docstring for :package-version.
324
325 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
326
327 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
328 (tramp-handle-shell-command): Display output buffer only when
329 `tramp-display-shell-command-buffer' is true.
330 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
331
332 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
333
334 * textmodes/org.el (org-set-autofill-regexps): Set only the local
335 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
336
337 2006-04-13 Romain Francoise <romain@orebokech.com>
338
339 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
340 leaving temporary .cvsignore buffers behind.
341
342 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
343
344 * textmodes/org.el: (org-set-regexps-and-options)
345 (org-get-current-options): Better names for the startup folding
346 options.
347
348 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
349
350 * vc.el (vc-annotate): Arrange for point to end up at the same
351 line number as in the original, but only when using a new buffer.
352
353 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
354
355 * files.el (hack-one-local-variable-eval-safep):
356 Recognize `edebug-form-spec' for `put', but only if it passes
357 `edebug-basic-spec'. Generalize `put' handling.
358
359 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
360 vetting file-local form specs.
361
362 * allout.el (allout-layout): Autoload its `safe-local-variable'
363 property.
364
365 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
366
367 * textmodes/org.el: (org-ctrl-c-ctrl-c): Improve documentation string.
368 (org-agenda-mouse-1-follows-link)
369 (org-mouse-1-follows-link): New options.
370 (org-format-agenda-item): Fix bug if TAGS is nil.
371 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
372
373 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
374
375 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
376 GDB 6.1+ gives full filename for "info sources" so use
377 file-name-nondirectory.
378
379 2006-04-12 Romain Francoise <romain@orebokech.com>
380
381 * subr.el (read-passwd): Bind `message-log-max' to nil.
382
383 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
384
385 * progmodes/perl-mode.el (perl-indent-new-calculate):
386 Recompute parse-start after jumping backward by a whole sexp.
387
388 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
389
390 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
391 window configuration.
392 (vc-annotate-display-select): Select the buffer so that current-buffer
393 (and selected-window) is the output buffer at the end of vc-annotate.
394
395 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
396
397 * vc.el (vc-annotate-color-map): Add custom TTY color map for
398 8-color terminals, to use all of the colors in a sensible order.
399 256-color terminals work well with the standard map.
400 (vc-annotate-lines): Only strip the first color character if it
401 is "#", to allow for terminal-style named colors.
402 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
403 the correct buffer is scrolled.
404
405 2006-04-11 Richard Stallman <rms@gnu.org>
406
407 * emacs-lisp/bytecomp.el (byte-compile-file):
408 Bind enable-local-variables to :safe, and make normal-mode obey it.
409
410 * files.el (enable-local-variables): Allow value :safe.
411 (normal-mode): Doc fix.
412 (hack-local-variables): Implement enable-local-variables = :safe.
413 (hack-local-variables-confirm): Don't prevent quitting.
414
415 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
416
417 * loadhist.el (unload-feature): A bit of sanity check of
418 load-history entries. Cancel timer-vars before unbinding them.
419
420 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
421 quote special chars, and make the trick work on the hex part of the
422 buffer as well.
423 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
424 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
425
426 * startup.el (normal-splash-screen): Fix last change so we don't wait
427 2 minutes if we don't show the splash screen.
428
429 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
430
431 * textmodes/org.el (org-export-plain-list-max-depth)
432 (org-table-spaces-around-separators)
433 (org-radio-targets, org-activate-camels)
434 (org-table-spaces-around-invisible-separators): Options removed.
435 (org-time-stamp-rounding-minutes, org-remember-templates)
436 (org-ellipsis, org-activate-links, org-descriptive-links):
437 New options.
438 (org-remember-apply-template, org-current-time)
439 (org-finish-edit-table-field)
440 (org-link-unescape, org-link-escape)
441 (org-string-width, org-table-clean-line, org-html-do-expand)
442 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
443 (org-read-agenda-file-list): New functions.
444 (org-table-edit-field)
445 (org-table-create-or-convert-from-region): New commands
446 (org-table-toggle-vline-visibility): Command removed.
447 (org-table-convert-region): Made a command.
448 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
449 Replace with the normal org- functions.
450 (org-self-insert-command): Don't trigger realign unnecessarily
451 when blanking a field that is not full.
452 (org-mode): `Set buffer-invisibility-spec' for links.
453 (org-activate-links2): Hide link part and only show descriptive
454 part of the link.
455 (org-insert-link): Modify for new linking system.
456 (org-store-link): Store description separately, for use by
457 `org-insert-link'.
458 (org-table-align): Use `org-string-width'.
459 (defgroup): Completely new group structure for custom variables.
460 (org-agenda-files): Option: Single file name allowed. Function:
461 Optional argument unrestrited means ignore any restricitons.
462 (org-install-agenda-files-menu): Find a buffer in Org-mode before
463 trying to modify the menu. Use generalized access to
464 `org-agenda-files.'
465 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
466 (org-agenda-file-to-front, org-remove-file, org-diary)
467 (org-tags-view, org-export-icalendar-all-agenda-files)
468 (org-export-icalendar-combine-agenda-files): Use generalized
469 access to `org-agenda-files'.
470 (org-remember-handler): Correctly preserve heading if present.
471 (org-table-insert-row, org-table-insert-hline): Deal with
472 invisible characters.
473
474 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
475
476 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
477 (vc-annotate-color-map): New 18 element constant
478 value/saturation, rotating hue colormap, from red->blue.
479 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
480 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
481 (vc-annotate): To avoid killing the required local variables,
482 set them before the end of `with-output-to-temp-buffer', and
483 after first switching to annotate-mode.
484 (vc-annotate-warp-version): Add buffer argument in goto-line to
485 ensure annotation, not source, is scrolled.
486
487 2006-04-10 Bill Wohler <wohler@newt.com>
488
489 * custom.el (defcustom, custom-handle-keyword):
490 Add :package-version keyword.
491 (custom-add-package-version): New function. Sets value of new
492 property 'custom-package-version from :package-version keyword.
493 (defcustom): Create Common Keywords section in docstring.
494 (defface, defgroup): Replace definitions of a select few keywords
495 with a reference to the Common Keywords in defcustom.
496 (defcustom, defface, defgroup): Replace reference to Customization
497 chapter in manual with hyperlink.
498
499 * cus-edit.el (customize-package-emacs-version-alist):
500 New variable.
501 (customize-changed-options): Add check for custom-package-version.
502 (customize-package-emacs-version): New function to look up Emacs
503 version corresponding to the given package version.
504
505 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
506 defun name, in similar fashion to find-variable-regexp.
507
508 2006-04-10 Eli Zaretskii <eliz@gnu.org>
509
510 * international/mule-cmds.el (set-locale-environment): Fix last
511 change for when the locale's preferences don't specify any encoding.
512
513 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
514
515 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
516 so the defined var/fun doesn't need to be quoted.
517
518 2006-04-10 Richard Stallman <rms@gnu.org>
519
520 * finder.el (finder-mode-map): Add n and p bindings.
521
522 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
523
524 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
525 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
526 (gdb-setup-windows): Put something in source window if we can't find
527 the source file.
528 (gdb-frame-handler): Make it work again with just assembly.
529 (gdb-data-list-register-values-handler): Make it work when there is
530 no stack.
531
532 2006-04-09 Richard Stallman <rms@gnu.org>
533
534 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
535 specs while looking for charset.
536
537 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
538
539 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
540 Make them faces.
541 (lm-font-lock-keywords): Update appropriately.
542
543 2006-04-10 Kim F. Storm <storm@cua.dk>
544
545 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
546 it can also replace buffer-substring-no-properties.
547
548 * emulation/cua-base.el (cua-delete-region, cua-paste)
549 (cua-repeat-replace-region): Use filter-buffer-substring.
550
551 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
552 (cua-cut-region-to-global-mark): Likewise.
553
554 * emulation/cua-rect.el (cua--extract-rectangle)
555 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
556
557 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
558
559 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
560 entry-type. Add field delimiters to numerical fields if they are
561 not present.
562
563 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
564
565 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
566 string-const to return value.
567 (bibtex-remove-delimiters): Use it.
568
569 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
570
571 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
572 cl-byte-compile-compiler-macro unless it exists.
573
574 2006-04-08 Eli Zaretskii <eliz@gnu.org>
575
576 * files.el (hack-local-variables-confirm) <offer-save>:
577 Clarify message text. Suggested by Ralf Angeli.
578
579 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
580
581 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
582 (delete-extract-rectangle-line): Use `filter-buffer-substring'
583 instead of `buffer-substring' and `delete-region'. (Most of the
584 code actually copied from `kill-region'.)
585
586 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
587
588 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
589 (rcirc-default-port): Rename from rcirc-port.
590 (rcirc-default-nick): Rename from rcirc-nick.
591 (rcirc-default-user-name): Rename from rcirc-user-name.
592 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
593 (rcirc-low-priority-flag): New variable.
594 (rcirc-decode-coding-system): New defcustom.
595 (rcirc-encode-coding-system): New defcustom.
596 (rcirc-coding-system-alist): New defcustom.
597 (rcirc-multiline-major-mode): New defcustom.
598 (rcirc-nick): New internal variable.
599 (rcirc-process): Remove variable.
600 (rcirc-server-buffer): New variable.
601 (rcirc): Update to use rcirc-default-* variables above.
602 (rcirc-connect): Do not add window-configuration-hook-here.
603 (rcirc-server): New internal variable.
604 (rcirc-connect): Do not send keepalive pings if
605 rcirc-keepalive-seconds is nil.
606 (with-rcirc-server-buffer): New macro.
607 (rcirc-send-string): Encode with rcirc-encode-coding-system.
608 (rcirc-server-name): Rename from rcirc-server.
609 (rcirc-buffer-process): New function.
610 (rcirc-buffer-nick): New function.
611 (rcirc-buffer-target): Remove function.
612 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
613 New commands.
614 (rcirc-mode-map): Change binding of C-c C-l to
615 rcirc-toggle-low-priority.
616 (rcirc-mode): Initialize coding system based on
617 rcirc-coding-system-alist. New change-major-mode-hook to part the
618 channel on a mode change. Make kill-buffer-hook buffer-local.
619 (rcirc-change-major-mode-hook): New function.
620 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
621 (rcirc-last-post-time): New variable.
622 (rcirc-process-message): Store the last time user posted a message
623 to this target.
624 (rcirc-multiline-minor-mode): New mode.
625 (rcirc-multiline-minor-mode-map): New mode map.
626 (rcirc-edit-multiline): Put multiline-edit buffer in
627 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
628 (rcirc-print): Ignore any line starting with an ignored nick.
629 (rcirc-print): Decode using rcirc-decode-coding-system.
630 (rcirc-track-minor-mode): Update global-mode-string when disabling
631 this mode.
632 (minor-mode-alist): Add LowPri indicator.
633 (rcirc-toggle-low-priority): New function.
634 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
635 next lowpriority buffer with activity.
636 (rcirc-record-activity): Sort buffers in rcirc-activity by the
637 last time the user posted a message in to the target.
638 (rcirc-update-activity-string): New formatting for low priority
639 buffers.
640 (rcirc-split-activity): New function.
641 (rcirc-handler-PART, rcirc-handler-KICK)
642 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
643 (rcirc-nick-away-alist): New variable.
644 (rcirc-handler-301): New handler. Away messages are printed once
645 per change.
646
647 2006-04-08 Eli Zaretskii <eliz@gnu.org>
648
649 * info.el (Info-follow-nearest-node): Doc fix.
650
651 * international/mule-cmds.el (set-locale-environment): Make sure
652 the coding-system preferred by the locale's language has the same
653 EOL conversion type as the original buffer-file-coding-system.
654 (locale-language-names): Add a few MS Windows language codes.
655
656 2006-04-07 Richard Stallman <rms@gnu.org>
657
658 * simple.el (eval-expression): Doc fix.
659
660 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
661 (eval-defun): Doc fixes.
662
663 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
664
665 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
666
667 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
668
669 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
670 GDB list command without argument for greater generality.
671
672 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
673
674 * subr.el (string-or-null-p): New function.
675
676 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
677
678 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
679
680 * files.el: Update comment about safe-local-variable declarations.
681
682 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
683
684 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
685 See idlwave.org.
686
687 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
688 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
689
690 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
691 See idlwave.org.
692
693 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
694 version 6.0 (minimal changes). See idlwave.org.
695
696 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
697 6.0 (minimal changes). See idlwave.org.
698
699 * progmodes/idlw-rinfo.el: File obsoleted and removed.
700
701 2006-04-06 Romain Francoise <romain@orebokech.com>
702
703 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
704 symmetric encryption features and a new asynchronous interface to
705 GnuPG. This new version is version 1.4, plus whitespace changes.
706
707 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
708
709 * files.el: Move some `safe-local-variable' declarations to the
710 respective files.
711
712 * textmodes/ispell.el (ispell-check-comments)
713 (ispell-local-dictionary): Mark as safe.
714
715 * abbrev.el (abbrev-mode): Mark as safe.
716
717 * add-log.el (change-log-default-name): Mark as safe.
718
719 * textmodes/reftex-vars.el (reftex-vref-is-default)
720 (reftex-fref-is-default, reftex-level-indent)
721 (reftex-guess-label-type): Mark as safe.
722
723 * textmodes/fill.el (colon-double-space): Mark as safe.
724
725 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
726 (sentence-end-double-space, sentence-end-without-period)
727 (sentence-end-without-space, sentence-end, sentence-end-base)
728 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
729
730 2006-04-06 Kim F. Storm <storm@cua.dk>
731
732 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
733 the :set-after list.
734 (ido-downcase-unc-hosts): New user option. Default on.
735 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
736 when it is set, as regexps are now applied on the fly.
737 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
738 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
739 on the fly, but only when ido-process-ignore-lists is set.
740 Do case insensitive filtering if ido-downcase-unc-hosts is set.
741 Only downcase names if ido-downcase-unc-hosts is set.
742
743 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
744
745 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
746
747 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
748
749 2006-04-05 Kim F. Storm <storm@cua.dk>
750
751 * ido.el (ido-mode): Set after ido-unc-hosts and
752 ido-ignore-unc-host-regexps.
753 (ido-save-history): Save ido-unc-hosts-cache.
754 (ido-load-history): Load ido-unc-hosts-cache.
755 (ido-reread-directory): Refresh unc hosts cache in // dir.
756
757 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
758 to nil while displaying slash screen.
759
760 2006-04-05 Daiki Ueno <ueno@unixuser.org>
761
762 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
763 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
764
765 2006-04-05 Kenichi Handa <handa@m17n.org>
766
767 * international/characters.el: Setup cases of Latin, Greek, and
768 Cyrillic characters in CJK charsets.
769
770 2006-03-29 Daiki Ueno <ueno@unixuser.org>
771
772 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
773 default-enable-multibyte-characters. This reverts the change from
774 revision 6.17 which is no longer necessary because the passphrase
775 is sent separately now. GnuPG messages are unreadable under
776 multibyte locales with default-enable-multibyte-characters set to nil.
777
778 2006-04-04 Andreas Schwab <schwab@suse.de>
779
780 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
781 and `byte-compile-warnings' as `safe-local-variable'.
782
783 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
784
785 * man.el (Man-mode-map): Restore the \r binding.
786 (Man-abstract-xref-man-page): If Man-target-string is a function,
787 call it.
788 (Man-highlight-references): Use Man-default-man-entry to get the
789 target. Deal with xrefs too.
790 (Man-highlight-references0): Don't call the target function.
791
792 * woman.el (WoMan-xref-man-page): Strip the section number, woman
793 cannot deal with it.
794
795 2006-04-04 Daiki Ueno <ueno@unixuser.org>
796
797 * pgg-gpg.el: Clean up process buffers every time gpg processes
798 complete.
799
800 2006-04-04 Kenichi Handa <handa@m17n.org>
801
802 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
803 here.
804 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
805 Temporarily bind inhibit-field-text-motion to t.
806
807 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
808
809 * startup.el (normal-splash-screen): Only set mode-line-format in the
810 splash buffer, so as not to interfere when debugging the code.
811 Ignore errors when switching buffer.
812
813 2006-04-03 Romain Francoise <romain@orebokech.com>
814
815 * dired.el (dired-dnd-protocol-alist): Fix typo.
816
817 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
818
819 * savehist.el (savehist): Add :version.
820 (savehist-ignored-variables): New variable.
821 (savehist-minibuffer-hook): Don't save variables listed in
822 `savehist-ignored-variables'.
823
824 * dired.el (dired-dnd-protocol-alist): Mention that change does
825 only apply to new buffers in doc string.
826
827 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
828
829 * recentf.el (recentf-open-files-item): Include newline in button
830 field, so opening a file will work, when the point is at the end
831 of the file name. Allow, for example, to [i]search a file by
832 extension and just push RET to open it.
833
834 2006-04-03 Daiki Ueno <ueno@unixuser.org>
835
836 * pgg-gpg.el (pgg-gpg-process-filter)
837 (pgg-gpg-wait-for-completion): Check if buffer is alive.
838
839 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
840 lines, temporary fix.
841
842 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
843
844 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
845
846 2006-04-02 Richard Stallman <rms@gnu.org>
847
848 * progmodes/compile.el (compilation-message-face): Make it defcustom.
849
850 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
851
852 * ibuf-macs.el (define-ibuffer-column): Add a new key:
853 header-mouse-map.
854
855 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
856 (ibuffer-mode-header-map): New keymaps.
857 (ibuffer-update-title-and-summary): Enable mouse face highlighting
858 and keybindings for column headers.
859 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
860 property.
861
862 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
863
864 * speedbar.el (speedbar-after-create-hook): Doc fix.
865
866 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
867
868 * shell.el (shell-directory-tracker)
869 (shell-dynamic-complete-command): Doc fixes.
870
871 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
872
873 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
874 terminals.
875
876 2006-04-01 Kim F. Storm <storm@cua.dk>
877
878 * ido.el (ido-unc-hosts-cache): New defvar.
879 (ido-unc-hosts): If value of defcustom is a function, call it to
880 get list of UNC hosts. Add function-item choices to specify
881 ido-unc-hosts-net-view or user function.
882 (ido-ignore-unc-host-regexps): New defcustom.
883 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
884 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
885 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
886
887 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
888
889 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
890 wwidth.
891
892 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
893
894 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
895 (ido-max-work-file-list, ido-switch-buffer)
896 (ido-read-file-name-as-directory-commands):
897 Fix typos in docstrings.
898
899 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
900
901 * term/mac-win.el (mac-system-coding-system): Define and use after
902 Mac-specific coding systems are ready.
903
904 2006-03-27 Romain Francoise <romain@orebokech.com>
905
906 * net/rcirc.el (rcirc-connect): Add autoload cookie.
907
908 * ldefs-boot.el: Update.
909
910 2006-03-27 Daiki Ueno <ueno@unixuser.org>
911
912 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
913 passphrases when it is not needed.
914 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
915 passphrase stuff from gpg, should only be necessary when you use
916 gpg with a smartcard.
917
918 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
919
920 * comint.el (comint-dynamic-list-completions): Allow user to
921 select *Completions* buffer.
922
923 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
924
925 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
926
927 2006-03-26 Andreas Schwab <schwab@suse.de>
928
929 * progmodes/gud.el (gdb): Only complain about multiple debugging
930 when the gdb process is still running.
931
932 2006-03-25 Eli Zaretskii <eliz@gnu.org>
933
934 * mail/rmail.el (tool-bar-map): Defvar it.
935 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
936 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
937
938 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
939
940 * help.el (print-help-return-message): Suggest to use
941 display-buffer instead of switch-to-buffer-other-window to restore
942 the previous window without selecting it.
943
944 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
945
946 * frame.el (select-frame-by-name): Call x-focus-frame also when
947 window-system is mac.
948
949 * term/mac-win.el: Adjust Courier font specifications in
950 x-fixed-font-alist.
951 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
952 when directly encoding to UTF-16 in native byte order, no BOM.
953
954 2006-03-25 Kim F. Storm <storm@cua.dk>
955
956 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
957 (cua--init-keymaps): Use it instead of fixed C-return.
958 (cua-mode): Set after it.
959
960 * emulation/cua-rect.el (cua--init-rectangles):
961 Use cua-rectangle-mark-key instead of fixed C-return.
962
963 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
964
965 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
966 "run" in .gdbinit.
967 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
968
969 2006-03-24 Romain Francoise <romain@orebokech.com>
970
971 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
972 `display-buffer-other-frame'.
973
974 2006-03-24 Kim F. Storm <storm@cua.dk>
975
976 * apropos.el (apropos-synonyms): Add selection => region.
977
978 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
979
980 * progmodes/gdb-ui.el (gdb-var-create-regexp)
981 (gdb-var-list-children-regexp, gdb-var-update-regexp)
982 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
983 (gdb-data-list-register-values-regexp)
984 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
985 Future proof against new fields being added to MI output.
986 (gdb-send): Don't treat backslashes for program input as
987 continuations.
988 (gdb-assembler-handler): Don't use window-start for this handler.
989 (gdb-frame-handler): Don't change to hollow arrow if overlay
990 arrow doesn't move to new frame.
991
992 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
993
994 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
995 prevent compiler warnings.
996 (gdb-stopped): Check for gud-last-last-frame (case: signal).
997 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
998 (gdb-assembler-custom): Use hollow-right-triangle for assembler
999 buffer too.
1000
1001 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
1002
1003 * pgg-gpg.el (pgg-gpg-update-agent): Check for
1004 make-network-process, so we can use the same code in Gnus v5-10
1005 too and have this file fully synchronized with that release.
1006
1007 2006-03-23 Romain Francoise <romain@orebokech.com>
1008
1009 * ibuf-ext.el (ibuffer-read-filter-group-name):
1010 Use `ibuffer-generate-filter-groups' to make completion list match
1011 the filter groups that are really displayed in the Ibuffer buffer.
1012 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
1013
1014 2006-03-23 Kenichi Handa <handa@m17n.org>
1015
1016 * international/mule-cmds.el (sort-coding-systems): Describe that
1017 the argument is modified in docstring.
1018
1019 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
1020
1021 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1022 (pgg-gpg-update-agent): New function.
1023 (pgg-gpg-use-agent-p): New function.
1024 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1025 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1026 (pgg-gpg-sign-region): Use it.
1027
1028 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
1029
1030 * cus-edit.el (custom-face-set): Call custom-push-theme before
1031 face-spec set so that `changed' theme is correctly saved.
1032 (custom-face-reset-standard): Reset to recalculated face rather
1033 than defface spec.
1034
1035 * custom.el (custom-push-theme): Only save `changed' theme if the
1036 current face does not match the defface specs.
1037
1038 2006-03-21 Simon Josefsson <jas@extundo.com>
1039
1040 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1041 <wilde@sha-bang.de>.
1042 (pgg-gpg-use-agent): New variable.
1043 (pgg-gpg-process-region): Use it.
1044 (pgg-gpg-encrypt-region): Likewise.
1045 (pgg-gpg-encrypt-symmetric-region): Likewise.
1046 (pgg-gpg-decrypt-region): Likewise.
1047 (pgg-gpg-sign-region): Likewise.
1048 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1049
1050 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
1051
1052 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
1053 bracket links.
1054
1055 2006-03-21 Kim F. Storm <storm@cua.dk>
1056
1057 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
1058 fringe-indicator-alist instead of modifying global value.
1059 (gdb-frame-handler): Likewise.
1060
1061 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
1062
1063 * diff-mode.el (diff-function): Make it inherit from diff-header
1064 instead of diff-context.
1065
1066 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
1067 bitmap.
1068 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
1069 change names in macro above for consistency.
1070 (gdb-frame-handler): Use hollow-right-triangle for all selected
1071 frames which except the innermost (where execution has stopped).
1072 (gdb-reset): Reset buffer-local values of overlay-arrow.
1073
1074 2006-03-20 Richard Stallman <rms@gnu.org>
1075
1076 * simple.el (set-mark-command): Doc fix.
1077
1078 * files.el (display-buffer-other-frame): New command.
1079 (ctl-x-4-map): Bind C-x 5 C-o to it.
1080
1081 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1082
1083 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
1084 rather than just defer-time, in case defer-time has been changed but
1085 the timer isn't running yet.
1086 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
1087
1088 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1089
1090 * help-mode.el (help-follow-symbol): New function.
1091 Essentially identical to the old `help-follow', but do not let
1092 `push-button' do the work when on an xref.
1093 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
1094
1095 2006-03-19 Richard Stallman <rms@gnu.org>
1096
1097 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
1098 preceded by the word `program'.
1099 (help-follow-mouse, help-follow): Throw error if not on xref.
1100 Delete no longer used args.
1101
1102 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
1103
1104 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
1105 annotation ensure gud-overlay-arrow-position is redisplayed.
1106
1107 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1108
1109 * textmodes/bibtex.el (bibtex-include-OPTkey)
1110 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
1111 (bibtex-autokey-name-case-convert)
1112 (bibtex-autokey-titleword-case-convert): Make these the aliases
1113 for the following two variables.
1114 (bibtex-autokey-name-case-convert-function)
1115 (bibtex-autokey-titleword-case-convert-function): Make these the
1116 real names.
1117 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
1118 bibtex-font-lock-crossref sublists.
1119 (bibtex-mode): Revert 2005-12-30 change (which made
1120 completion-ignore-case buffer-local).
1121 (bibtex-url): Simplify.
1122
1123 2006-03-19 Kim F. Storm <storm@cua.dk>
1124
1125 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
1126 cursor property value to 2 (to align with C level change).
1127
1128 2006-03-19 Bill Wohler <wohler@newt.com>
1129
1130 * image.el (image-load-path-for-library): Shorten first line in
1131 docstring.
1132
1133 2006-03-18 Richard Stallman <rms@gnu.org>
1134
1135 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
1136
1137 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
1138
1139 * isearch.el (isearch-other-meta-char): Handle user bindings for
1140 shifted control characters.
1141
1142 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
1143
1144 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
1145 part that matches email addresses, file names, etc.
1146
1147 2006-03-18 Eli Zaretskii <eliz@gnu.org>
1148
1149 * term/w32-win.el (mouse-set-font):
1150 Mention w32-list-proportional-fonts in the doc string.
1151
1152 2006-03-18 Kim F. Storm <storm@cua.dk>
1153
1154 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1155 (ido-unc-hosts): New user option to explicitly define list of know
1156 UNC-style hosts for completion.
1157 (ido-cache-unc-host-shares-time): New user option.
1158 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1159 New helper functions for UNC file-name support.
1160 (ido-may-cache-directory): Check for UNC host. Simplify.
1161 (ido-wash-history): Clean out old UNC hosts.
1162 (ido-nonreadable-directory-p): UNC hosts are always readable.
1163 (ido-directory-too-big-p): UNC hosts are never too big.
1164 (ido-set-current-directory): Handle UNC root path.
1165 (ido-file-name-all-completions): Complete UNC host names from
1166 ido-unc-hosts list. Cache UNC host shares.
1167 (ido-make-file-list-1): Don't filter UNC root.
1168 (ido-exhibit): Check for // in root directory, and switch to UNC
1169 mode by setting ido-current-directory to //.
1170
1171 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
1172
1173 * cus-edit.el (customize-changed-options): Mention explicit
1174 version number as default in prompt.
1175
1176 2006-03-17 Bill Wohler <wohler@newt.com>
1177
1178 * image.el (image-load-path-for-library): Minor docstring fix.
1179
1180 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
1181
1182 * textmodes/org.el (org-read-date): Include subgroup 5 into
1183 replacement text.
1184 (org-popup-calendar-for-date-prompt): Fix customization type.
1185
1186 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1187
1188 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1189 (gdb-continuation): New variable.
1190 (gdb-send): Deal with continuation lines.
1191
1192 * progmodes/gud.el (gud-gdb-complete-command)
1193 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1194 expressions.
1195 (gud-tooltip-mode): Use buffer-local value.
1196
1197 2006-03-16 Kim F. Storm <storm@cua.dk>
1198
1199 * ido.el (ido-edit-input): Use selected match, if any.
1200
1201 2006-03-16 Bill Wohler <wohler@newt.com>
1202
1203 * image.el (image-load-path-for-library): Prefer user's images in
1204 image-load-path.
1205
1206 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1207
1208 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1209 when checking for attempt to drag leftmost or rightmost scrollbar.
1210
1211 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1212
1213 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1214 (gdb-force-mode-line-update): New function.
1215 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1216 (gdb-exited): Use them.
1217 (gdb-signal): New function.
1218 (gdb-annotation-rules): Provide a rule for it.
1219
1220 2006-03-16 Kenichi Handa <handa@m17n.org>
1221
1222 * international/mule.el (auto-coding-regexp-alist): Add entries
1223 for Unicode BOM.
1224
1225 * sort.el (sort-build-lists): Temporarily bind
1226 inhibit-field-text-motion to t.
1227
1228 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1229
1230 * locate.el (locate-command, locate-make-command-line)
1231 (locate-fcodes-file, locate-update-command)
1232 (locate-prompt-for-command, locate, locate-with-filter)
1233 (locate-get-file-positions): Doc fixes.
1234 (locate-buffer-name, locate-header-face): Remove leading `*' in
1235 defcustom.
1236 (locate-filter-output): Use `keep-lines' instead of its alias
1237 `delete-non-matching-lines'.
1238 (locate-get-filename, locate-get-dirname): Add introductory comment.
1239 (locate-find-directory-other-window): Give appropriate error
1240 message if used outside main listing.
1241
1242 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1243
1244 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1245 the new extend-region feature.
1246 (font-lock-after-change-function): Update correspondingly.
1247 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1248 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1249
1250 2006-03-15 Bill Wohler <wohler@newt.com>
1251
1252 * image.el (image-load-path-for-library): Fix example by not
1253 recommending that one binds image-load-path. Just defvar it to
1254 placate compiler and only use it if previously defined.
1255
1256 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1257
1258 * textmodes/org.el (org-insert-centered): Use `string-width' to
1259 make underlining work for wide characters.
1260 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1261 TAB to `org-cycle', to make sure that no binding in
1262 `outline-mode-map' can supercede it.
1263
1264 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1265
1266 * allout.el: Increment version to 2.2.1 in file commentary.
1267
1268 (allout-version): Increment to 2.2.1.
1269
1270 (allout-default-layout): New customization variable, used when the
1271 file lacks a specific allout-layout. Uses allout-layout-type for
1272 recursively nested definition.
1273
1274 (allout-layout-type): Widget defining allout layouts, necessary for
1275 self-recursive definition.
1276
1277 (allout-mode): Incorporate allout-default-layout as fallback for
1278 allout-layout.
1279
1280 (allout-layout): Mark as 'safe-local-variable', and refer mention
1281 fallback to `allout-default-layout' in absence of a specified value.
1282 (allout-passphrase-verifier-string)
1283 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1284
1285 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1286
1287 (allout-get-encryption-passphrase-verifier): Use correct name of
1288 passphrase verifier in docstring.
1289
1290 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1291
1292 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1293 elements.
1294 (gdb-find-watch-expression): Make it work for arrays too.
1295 Follow change to gdb-var-list.
1296 (gud-watch): Allow the user to enter variable name with a prexix
1297 arg. Create keybindings.
1298 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1299 (gdb-var-list-children-handler, gdb-var-update-handler)
1300 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1301 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1302 Follow change to gdb-var-list.
1303 (gdb-starting): Don't show the overlay arrows when program is running.
1304
1305 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1306 gdb-var-list.
1307
1308 2006-03-14 Bill Wohler <wohler@newt.com>
1309
1310 * image.el (image-load-path-for-library): Pass value of path
1311 rather than symbol. Always return list of directories.
1312 Guarantee that image directory comes first.
1313
1314 2006-03-14 Alan Mackenzie <acm@muc.de>
1315
1316 * font-core.el (font-lock-extend-region\(-function\)?.):
1317 New function/variable.
1318
1319 * font-lock.el (font-lock-after-change-function):
1320 Call font-lock-extend-region. Obey font-lock-lines-before.
1321 (font-lock-default-fontify-region): Remove reference to
1322 font-lock-lines-before.
1323
1324 * jit-lock.el (jit-lock-after-change):
1325 Call font-lock-extend-region. Obey font-lock-lines-before.
1326
1327 2006-03-14 David Ponce <david@dponce.com>
1328
1329 * tree-widget.el (tree-widget-themes-load-path)
1330 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1331
1332 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1333
1334 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1335 (rcirc-print): Mark the start of text at the end of the prompt.
1336 (rcirc-track-minor-mode): Add autoload cookie.
1337 (rcirc-update-activity-string): Add space to front of mode-line
1338 indicator.
1339
1340 2006-03-13 Miles Bader <miles@gnu.org>
1341
1342 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1343 (rcirc-abbrev-nick): Remove function.
1344 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1345
1346 2006-03-13 David Ponce <david@dponce.com>
1347
1348 * tree-widget.el: Handle themes across all occurrences of the main
1349 themes sub-directory found in tree-widget-themes-load-path.
1350 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1351 (tree-widget--locate-sub-directory): Return all occurrences.
1352 (tree-widget-themes-path): New function.
1353 Replace tree-widget-themes-directory, and return a list of directories.
1354 (tree-widget-set-parent-theme)
1355 (tree-widget-lookup-image): Use it.
1356
1357 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1358
1359 * textmodes/org.el (org-link-search): Avoid self-matching of
1360 links, allow target text to be distributed over several lines.
1361 (org-search-not-link): New function.
1362 (org-set-regexps-and-options, org-get-current-options):
1363 New startup options.
1364 (org-export-as-html): Take odd-level setting from local variable.
1365 (org-fontify-emphasized-text): New option.
1366 (org-set-font-lock-defaults): Include emphasized text.
1367 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1368 (org-font-lock): Customize group renamed from `org-faces'.
1369
1370 2006-03-13 John Paul Wallington <jpw@pobox.com>
1371
1372 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1373 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1374
1375 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1376
1377 * cus-start.el (all): Delete :version keyword for members of the
1378 fringe group, since the entire group is new in 22.1.
1379
1380 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1381
1382 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1383 map if value is hexadecimal (an address).
1384 (gud-watch): Only search roots for existing watch expressions.
1385 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1386 prevent caching problems with speedbar-update-directory-contents.
1387
1388 2006-03-12 Juri Linkov <juri@jurta.org>
1389
1390 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1391 before comparing with `low' and `warn'.
1392
1393 * info.el (Info-dir-remove-duplicates): Move point to the
1394 beginning of the current line after deleting the entries from
1395 redundant heading. Use marker for `limit' and compare it with
1396 point before calling `re-search-forward'.
1397
1398 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1399
1400 * simple.el (yank): Fix typo in docstring.
1401
1402 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1403
1404 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1405 messages, where "D" is the 6th character.
1406
1407 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1408
1409 * simple.el (yank): Fix last change.
1410
1411 2006-03-11 David Ponce <david@dponce.com>
1412
1413 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1414 merging elements from the standard ispell-dictionary-alist.
1415 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1416 alist, and return the new alist.
1417
1418 2006-03-11 Richard Stallman <rms@gnu.org>
1419
1420 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1421
1422 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1423 the way it is implemented is too unclean.
1424
1425 * simple.el (kill-region, yank): Doc fix.
1426
1427 * battery.el (battery-echo-area-format): Doc fix.
1428 (battery-mode-line-format): Likewise.
1429 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1430 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1431
1432 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1433
1434 * progmodes/octave-mod.el (octave-indent-for-comment):
1435 Behave according to do string.
1436
1437 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1438
1439 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1440 Be visible only if major mode is Mail Mode.
1441
1442 * textmodes/flyspell.el (flyspell-external-point-words)
1443 (flyspell-process-localwords): Fix last changes.
1444
1445 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1446
1447 * calendar/holidays.el (list-holidays): Doc fix.
1448
1449 * international/mule.el (auto-coding-alist): Add .odt
1450 (OpenOffice's open document) files.
1451
1452 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1453 document) files. Mention in the doc string the need to sync with
1454 auto-coding-alist.
1455
1456 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1457
1458 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1459 enable-local-variables is set to always query, or there is no
1460 savable variable.
1461
1462 2006-03-10 Bill Wohler <wohler@newt.com>
1463
1464 * image.el (image-load-path-for-library): Merge at least three
1465 functions from Gnus and MH-E into this one function that can now
1466 be shared.
1467
1468 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1469
1470 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1471 gdb-remove-mouse-face and remove help-echo too.
1472 (gdb-enqueue-input): Correct conditional clause.
1473
1474 2006-03-10 Glenn Morris <rgm@gnu.org>
1475
1476 * calendar/calendar.el (calendar-holidays): Doc fix.
1477 * calendar/holidays.el (list-holidays): Doc fix.
1478
1479 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1480
1481 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1482 it gets called in gdb-prompt anyway.
1483 (gdb-use-separate-io-buffer): Only restore window arrangement for
1484 gdb-many-windows.
1485 (gdb-enqueue-input): Make it harder to send GDB input when program
1486 is running.
1487 (gdb-buffer-list): New variable.
1488 (gdb-remove-mouse-face): New function.
1489 (gdb-starting): Use it when GDB input won't get sent.
1490
1491 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1492
1493 * help.el (view-lossage): Remove trailing whitespace before
1494 inserting "\n".
1495
1496 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1497
1498 * files.el (hack-local-variables-confirm):
1499 Set coding-system-for-read to nil before writing to .emacs.
1500
1501 * arc-mode.el (archive-extract): Check if an existing buffer name
1502 comes from a different archive.
1503
1504 * help.el (describe-key-briefly): If KEY is a down event, read and
1505 discard the up event.
1506
1507 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1508
1509 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1510 be edited and use font-lock-warning-face for any changes.
1511
1512 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1513 (gdb-edit-value): Use it to report any errors.
1514
1515 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1516
1517 * help.el (describe-key): Remove leftover test code.
1518
1519 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1520
1521 * textmodes/org.el: Move defvars out of eval-when-compile.
1522 Use buffer-file-name variable.
1523 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1524 arg `file'.
1525 (org-level-faces): Remove startup dependency.
1526 (org-cycle, org-map-tree, org-scan-tags)
1527 (org-remember-handler): Don't call `outline-level' directly.
1528 (org-mhe-search-all-folders): New option.
1529 (org-mhe-get-message-folder-from-index)
1530 (org-mhe-get-message-folder): Fix indexing search.
1531 (org-format-agenda-item): Handle nil TAGS argument.
1532 (org-cleaned-string-for-export, org-activate-target-links)
1533 (org-make-target-link-regexp): Deal with empty radio target list.
1534 (org-tag): New face.
1535 (org-get-level-face): New function.
1536 (org-set-font-lock-defaults): Simplify setup for headlines.
1537 (org-complete): Pass common substring to `display-completion-list'.
1538
1539 2006-03-06 David Ponce <david@dponce.com>
1540
1541 * tree-widget.el: Update Commentary header.
1542 (tree-widget-theme-name): Ignore parent themes.
1543 (tree-widget-set-parent-theme): New function.
1544 (tree-widget-set-theme): Use it.
1545 (tree-widget-set-image-properties): Move definition. Does nothing
1546 if image properties have already been set.
1547 (tree-widget-image-properties): Move definition. Receive an image
1548 name. Set the :pointer property.
1549 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1550 Don't set the :pointer image property.
1551 (tree-widget-convert-widget): New function. Handle :dynargs
1552 compatibility here.
1553 (tree-widget): Use it to :convert-widget. Add the :expander-p
1554 predicate to control when the :expander function is entered.
1555 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1556 (tree-widget-value-create): Handle :expander-p. widget-apply
1557 :expander.
1558 (tree-widget-expander-p): New function. Default value of the
1559 :expander-p property.
1560
1561 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1562
1563 * help.el (describe-key): Properly handle the return value of
1564 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1565 remaps. Handle string and vector `follow-link' values.
1566
1567 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1568
1569 * complete.el (PC-expand-many-files): Try be more careful when parsing
1570 the shell's output.
1571
1572 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1573
1574 * outline.el (hide-sublevels): Provide better interactive default.
1575
1576 2006-03-06 Kenichi Handa <handa@m17n.org>
1577
1578 * international/fontset.el (create-fontset-from-fontset-spec):
1579 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1580
1581 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1582
1583 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1584 backslashes instead of one in regexp.
1585 (gud-tooltip-dereference): Add missing optional argument.
1586
1587 2006-03-04 John Paul Wallington <jpw@pobox.com>
1588
1589 * wdired.el (toplevel): Require `cl' at compile-time.
1590
1591 2006-03-04 Andreas Schwab <schwab@suse.de>
1592
1593 * server.el (server-process-filter): Handle errors during
1594 evaluation of the argument.
1595
1596 2006-03-03 John Paul Wallington <jpw@pobox.com>
1597
1598 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1599 escape parentheses at beginning of line.
1600 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1601 (t-mouse-mode): Remove period from end of error message.
1602
1603 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1604
1605 * textmodes/flyspell.el (flyspell-process-localwords):
1606 Be case-sensitive.
1607
1608 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1609
1610 * cus-edit.el (custom-quote): Remove function, since it has been
1611 moved to custom.el.
1612
1613 * font-lock.el (lisp-font-lock-keywords-2)
1614 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1615 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1616 they have no special meaning.
1617
1618 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1619 indirect buffer gets killed before indirect buffer. Use dolist.
1620
1621 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1622
1623 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1624 value instead of a literal constant (1) on more pauses.
1625
1626 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1627
1628 * textmodes/flyspell.el (flyspell-external-point-words):
1629 Be case-sensitive.
1630
1631 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1632
1633 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1634 with "www".
1635
1636 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1637
1638 * allout.el: Restablish intermediate missing comment header to
1639 preserve outline structure.
1640 (allout-beginning-of-current-entry): Skip invisible text.
1641 (allout-open-topic): Fix opening a topic at end-of-buffer.
1642 (allout-minor-mode): Move nearer to allout-mode function.
1643
1644 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1645
1646 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1647
1648 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1649
1650 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1651 is nil.
1652
1653 * progmodes/gud.el (gud-speedbar-menu-items):
1654 Use buffer-local-value and add missing :visible keyword.
1655
1656 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1657
1658 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1659
1660 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1661 must be `follow-link'.
1662
1663 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1664
1665 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1666 formatting: No nested anchors.
1667 (org-all-targets): Fix bug with XEmacs compatibility.
1668 (org-read-date): Add (require 'parse-time).
1669 (org-set-tags): Fix bug with extra inserted space.
1670 (org-export-html-style): Define a style class for targets.
1671 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1672 (org-hide-leading-stars): New option.
1673 (org-hide): New face.
1674 (org-set-font-lock-defaults): Allow to hide leading stars.
1675 (org-get-legal-level, org-tr-level): New functions.
1676 (org-odd-levels-only): New option.
1677 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1678 (org-demote, org-promote): Deal with double-star levels.
1679 (org-convert-to-odd-levels): New command.
1680
1681 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1682
1683 * speedbar.el (speedbar-update-localized-contents): Try to
1684 preserve window-start.
1685 (speedbar-update-directory-contents): Try to preserve window-start
1686 and window-point.
1687 (speedbar-update-special-contents): Don't move back to start of window.
1688
1689 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1690 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1691 speedbar-timer-fn.
1692 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1693 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1694 instead of gdb-speedbar-timer-fn.
1695
1696 2006-02-28 Jay Belanger <belanger@truman.edu>
1697
1698 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1699 (math-compose-expr): Use latex option when calling
1700 `math-compose-tex-matrix' for latex mode.
1701
1702 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1703
1704 * speedbar.el: Re-instate comments about developing for speedbar
1705 [this is what info and gdb-ui use even if better methods exist now].
1706
1707 * t-mouse.el: New file.
1708 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1709 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1710 (t-mouse-make-event-element): Use posn-at-x-y instead.
1711 (t-mouse-make-event): Deal with Fedora Core 3.
1712 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1713 (t-mouse-mouse-position-function): New function. Use it instead
1714 of advising mouse-position.
1715 (t-mouse-mode): New minor mode.
1716 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1717
1718 2006-02-27 Glenn Morris <rgm@gnu.org>
1719
1720 * calendar/calendar.el (calendar-holidays): Doc fix.
1721
1722 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1723
1724 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1725 Re-introduce the concept of a source window.
1726 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1727 consistency with get-buffer-create.
1728 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1729 (gdb-data-list-register-values-handler)
1730 (gdb-stack-list-locals-handler): Try to preserve window-start as
1731 well as window-point.
1732 (gdb-display-source-buffer): New function (old concept).
1733 (gdb-goto-breakpoint): Use it.
1734
1735 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1736 for gdb-ui/gdb-mi (old concept).
1737
1738 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1739
1740 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1741 binding.
1742
1743 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1744
1745 * textmodes/reftex-sel.el (reftex-select-label-map)
1746 (reftex-select-bib-map): Add `follow-mouse' binding.
1747
1748 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1749
1750 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1751 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1752 Give :set functions to provide automatic updating.
1753 Update docstring. Give compiler defvars early in the file
1754 and move the defcustoms to a later spot where all called functions
1755 are defined.
1756 (jka-compr-file-name-handler-entry): Doc fix.
1757 (jka-compr-compression-info-list--internal)
1758 (jka-compr-mode-alist-additions--internal)
1759 (jka-compr-load-suffixes--internal): New variables.
1760 (jka-compr-install): Set the three above variables.
1761 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1762 (jka-compr-update, jka-compr-set): New functions.
1763 (auto-compression-mode): Doc fix.
1764
1765 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1766 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1767 Use jka-compr-compression-info-list--internal,
1768 jka-compr-mode-alist-additions--internal and
1769 jka-compr-load-suffixes--internal.
1770
1771 * files.el (load-library):
1772 * loadhist.el (file-loadhist-lookup):
1773 * startup.el (command-line):
1774 * subr.el (locate-library):
1775 * emacs-lisp/autoload.el (update-directory-autoloads):
1776 * emacs-lisp/find-func.el (find-library-suffixes):
1777 Use `get-load-suffixes' instead of `load-suffixes'.
1778
1779 * subr.el (locate-library):
1780 * emacs-lisp/find-func.el (find-library-name):
1781 Use `load-file-rep-suffixes' instead of '("").
1782
1783 2006-02-26 Kim F. Storm <storm@cua.dk>
1784
1785 * ido.el (ido-save-history, ido-load-history): Simplify.
1786 Don't use find-file-noselect to avoid interference from other modes.
1787
1788 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1789
1790 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1791 to use the default shell if filename is not available.
1792 Reported by Giorgos Keramidas.
1793
1794 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1795
1796 * progmodes/etags.el (tags-completion-table): Do completion from
1797 all the tables in the current list, as documented in the manual.
1798
1799 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1800
1801 * CC Mode Update to 5.31.3.
1802
1803 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1804
1805 * progmodes/cc-mode.el (c-postprocess-file-styles):
1806 Bind inhibit-read-only to t, around the call to
1807 c-remove-any-local-eval-or-mode-variables, so that it works on a
1808 RO file.
1809
1810 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1811
1812 * progmodes/cc-awk.el: Correct a typo.
1813
1814 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1815
1816 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1817 c-hungry-delete-backwards, at the request of RMS. Leave the old
1818 name as an alias.
1819
1820 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1821
1822 * progmodes/cc-mode.el: Correct a typo.
1823
1824 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1825
1826 * progmodes/cc-defs.el: Update the version number to 5.31.3.
1827
1828 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1829
1830 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1831 brace-else-brace (error due to mbeg, mend being undefined).
1832
1833 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1834
1835 * progmodes/cc-mode.el: File Local variables: Solve the problem
1836 where both `mode' and c-file-offsets are specified: `mode' will
1837 overwrite c-f-o's settings:
1838 (c-remove-any-local-eval-or-mode-variables): New function.
1839 (c-postprocess-file-styles): Call the above new function, within
1840 c-tentative-buffer-change, to splat `mode' and `eval' before the
1841 second hack-local-variables.
1842
1843 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1844
1845 * progmodes/cc-mode.el:
1846 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1847 (c-after-change): Protect the match data with save-match-data.
1848 It was getting corrupted by c-after-change-check-<>-operators.
1849
1850 * cc-defs.el: [Supersedes patch V1.38]:
1851 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1852 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
1853
1854 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1855 with save-match-data. It was being corrupted when Font Lock was
1856 not enabled.
1857
1858 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1859
1860 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1861 Mode and Subword Mode.
1862
1863 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1864 real labels ("case 1:" or "foo:") from non-labels ("public:").
1865 (c-forward-objc-directive): Replace c-forward-token-2 with crude
1866 coding; c-f-t-2 doesn't move over a token at EOB.
1867
1868 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1869
1870 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1871 (c-update-modeline): Concatenate the minor mode indicators
1872 directly onto mode-name, removing c-submode-indicators.
1873 Sometimes, c-s-i got separated from the mode name on the mode line.
1874
1875 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1876 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1877
1878 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1879
1880 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1881 error message when there's an evaluation error to show whether
1882 it's loaded from source or not.
1883 (c-filter-ops): Make it available at runtime too to work when
1884 `c-make-init-lang-vars-fun' needs to evaluate from source.
1885
1886 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
1887
1888 * help.el (help): Revert last part of 2006-02-23 change (deletion
1889 of the `provide' call).
1890
1891 2006-02-23 Juri Linkov <juri@jurta.org>
1892
1893 * compare-w.el (compare-windows-highlight): Add new value
1894 `persistent' and change :type from `boolean' to `choice'.
1895 (compare-windows-overlays1, compare-windows-overlays2):
1896 New internal variables.
1897 (compare-windows-highlight): If compare-windows-highlight is
1898 `persistent', add current overlays to compare-windows-overlays[12]
1899 instead of adding compare-windows-dehighlight to pre-command-hook.
1900 (compare-windows-dehighlight): Delete all overlays from
1901 compare-windows-overlays[12].
1902
1903 * info.el (Info-search): Don't bind search-spaces-regexp to
1904 Info-search-whitespace-regexp in non-regexp isearch mode.
1905
1906 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1907
1908 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1909
1910 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
1911
1912 * textmodes/org.el (org-xemacs-p)
1913 (org-export-html-show-new-buffer, org-table-may-need-update)
1914 (org-insert-item, org-mhe-get-message-real-folder)
1915 (org-mhe-get-message-folder-from-index)
1916 (org-mhe-get-message-folder, org-mhe-get-message-num)
1917 (org-mhe-get-header, org-make-org-heading-search-string)
1918 (org-make-org-heading-camel, org-table-sort-lines)
1919 (org-format-org-table-html, org-format-table-table-html):
1920 Fix typos in docstrings.
1921
1922 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
1923
1924 * textmodes/org.el (org-cleaned-string-for-export)
1925 (org-solidify-link-text): New function.
1926 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1927 XEmacs, just to silence the compiler.
1928 (org-export-as-ascii, org-export-as-html-and-open):
1929 Use `org-cleaned-string-for-export' and create internal links.
1930 (org-follow-mhe-link): Require mh-e, use folder.
1931
1932 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1933
1934 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1935
1936 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1937 gdb-debug-log-length.
1938 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
1939 it a real ring but...
1940 (gud-gdba-marker-filter): ...make it work like mark-ring.
1941 (gdb-enable-debug): Rename from gdb-enable-debug-log.
1942 (gdb-mouse-jump): New function. Add bindings.
1943
1944 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1945
1946 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1947 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1948 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1949 (gdb-debug-log-length): Customize it's length.
1950 (gud-watch, gdb-var-create-handler): Display function::var format
1951 but don't use to create variable object.
1952 (gdb-var-create-handler): Use message-box in place of message.
1953 (gdb-stopped): Call gdb-exited if signalled.
1954
1955 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
1956
1957 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1958
1959 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1960
1961 * textmodes/reftex.el (reftex-locate-file): Search all extensions
1962 if `reftex-try-all-extensions' is set.
1963
1964 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1965 fail silently when there is no valid argument at point.
1966 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1967 `fail-silently' argument. From a patch by David Reiter.
1968
1969 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1970 New commands.
1971 (org-mark-ring): New variable.
1972 (org-mark-ring-length): New option.
1973 (org-open-at-point, org-goto, org-open-file): Push old position
1974 onto the mark ring.
1975 (org-add-hook): New function.
1976 (org-export-table-remove-special-lines): New option.
1977 (org-skip-comments, org-format-org-table-html): Respect new
1978 option `org-export-table-remove-special-lines'.
1979 (org-open-file): Allow special command configuration for
1980 directory link.
1981 (org-file-apps): Fix bugs in customize type, added setting
1982 for directories.
1983 (org-activate-tags, org-format-agenda-item, org-complete)
1984 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1985 (org-get-tags, org-get-buffer-tags, org-open-at-point)
1986 (org-link-search, org-make-org-heading-search-string)
1987 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1988 (org-radio-targets, org-file-link-context-use-camel-case)
1989 (org-activate-camels): New options.
1990 (org-update-radio-target-regexp, org-all-targets)
1991 (org-make-target-link-regexp, org-activate-target-links):
1992 New functions.
1993 (org-make-org-heading-search-string): New function.
1994 (org-store-link, org-insert-link): Use new option
1995 `org-file-link-context-use-camel-case'.
1996 (org-activate-camels): Use new option `org-activate-camels'.
1997 (org-link-regexp): Add mhe prefix.
1998 (org-open-at-point, org-store-link): Support for mhe links.
1999 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
2000 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
2001 (org-mhe-get-header, org-follow-mhe-link): New functions.
2002 (org-remove-angle-brackets, org-add-angle-brackets):
2003 New functions.
2004 (org-bracket-link-regexp): New constant.
2005 (org-read-date): Fix bug that was rejecting all typed dates.
2006 (org-link-search): Make hierarchy above visible after a match.
2007 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
2008 (org-store-link): Fix bug with link creation when cursor is in
2009 an empty line.
2010 (org-open-at-point): Fix bug with matching a link.
2011 Fixed buggy argument sequence in call to `org-view-tags'.
2012 (org-compile-prefix-format): Set `org-prefix-has-tag'.
2013 (org-prefix-has-tag): New variable.
2014 (org-format-agenda-item): Remove tags from headline
2015 if appropriate.
2016 (org-agenda-remove-tags-when-in-prefix): New option.
2017
2018 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
2019
2020 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
2021 Fix the regular expressions.
2022
2023 2006-02-21 Richard M. Stallman <rms@gnu.org>
2024
2025 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
2026 if there's no other specific basis.
2027
2028 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
2029 as variables at all.
2030 (unsafep-variable): Rename arg; doc fix.
2031
2032 * abbrevlist.el (list-one-abbrev-table): Add autoload.
2033
2034 * calendar/appt.el (diary-selective-display): Add defvar.
2035
2036 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
2037
2038 * isearch.el (search-whitespace-regexp): Fix custom type.
2039
2040 * help.el (describe-key-briefly): Compute interactive args
2041 in same was as before previous change.
2042
2043 * files.el (enable-local-variables): Doc fix.
2044
2045 2006-02-21 Kim F. Storm <storm@cua.dk>
2046
2047 * fringe.el: Cleanup as file is now pre-loaded.
2048 (fringe-bitmaps): Initialize unconditionally.
2049 (fringe-mode, set-fringe-style): Remove autoload cookies.
2050
2051 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2052
2053 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
2054 `horizontal-bar'.
2055 (fringe-cursor-alist): Use `horizontal-bar'.
2056
2057 2006-02-20 Kim F. Storm <storm@cua.dk>
2058
2059 * fringe.el (fringe-bitmaps): Update to new bitmap names.
2060 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
2061
2062 * loadup.el: Load "fringe" on window systems.
2063
2064 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2065
2066 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
2067 out of scope components.
2068
2069 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
2070 default.
2071
2072 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
2073
2074 * custom.el (customize-mark-to-save, customize-mark-as-set):
2075 Load the symbol first.
2076
2077 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
2078
2079 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
2080 strech spec so it doesn't display as "^J" on the header line
2081 when `Buffer-menu-use-header-line' is t.
2082
2083 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2084
2085 * speedbar.el (speedbar-make-button): Keep text properties
2086 of string arguments if desired.
2087
2088 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
2089 expessions.
2090
2091 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
2092 of speedbar.
2093
2094 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
2095
2096 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
2097 to value of `read-file-name-completion-ignore-case'.
2098
2099 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
2100
2101 * custom.el (customize-mark-as-set): Push to `user' theme.
2102
2103 * cus-edit.el (custom-save-variables): Allow unthemed values.
2104 (customize-set-variable): Push setting to `user' theme.
2105
2106 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2107
2108 * progmodes/gud.el: Don't require font-lock as it's now
2109 automatically loaded.
2110 (gud-speedbar-buttons): Replace gdb-var-changed with
2111 gdb-force-update.
2112
2113 * progmodes/gdb-ui.el (gdb-force-update): Rename from
2114 gdb-var-changed.
2115 (gdb-post-prompt): Use it.
2116 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2117 (gdb-var-update-handler, gdb-var-delete)
2118 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
2119 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
2120 gdb-force-update in gdb-post-prompt.
2121 (gdb-reset): Clear watch expressions from speedbar when quitting.
2122
2123 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2124
2125 * viper-cmd.el (viper-insert-state-post-command-sentinel)
2126 (viper-change-state-to-vi, viper-change-state-to-emacs):
2127 Make aware of cursor coloring in the Emacs state.
2128 (viper-special-read-and-insert-char): Use read-char-exclusive.
2129 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
2130
2131 * viper-init.el (viper-emacs-state-cursor-color): New variable.
2132
2133 * viper-util.el (viper-save-cursor-color)
2134 (viper-get-saved-cursor-color-in-replace-mode)
2135 (viper-get-saved-cursor-color-in-insert-mode)
2136 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
2137 state.
2138 (viper-get-saved-cursor-color-in-emacs-mode): New function.
2139
2140 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
2141 (ediff-ignore-case-option3, ediff-actual-diff-options)
2142 (ediff-actual-diff3-options): New variables to control case sensitivity.
2143 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
2144 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
2145 (ediff-toggle-ignore-case): New function.
2146 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
2147
2148 * ediff-help.el (ediff-long-help-message-narrow2)
2149 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
2150 (ediff-long-help-message-word-mode): Add ignore-case command.
2151 (ediff-help-for-quick-help): Add ignore-case command.
2152
2153 * ediff-merg.el: Move provide to the end.
2154
2155 * ediff-ptch.el: Move provide to the end.
2156
2157 * ediff-wind.el: Move provide to the end.
2158
2159 * ediff-mult.el: Move provide to the end.
2160 (ediff-set-meta-overlay): Enable follow-link.
2161
2162 * ediff.el: Move provide to the end.
2163 Break recursive load cycle in eval-when-compile.
2164 (ediff-patch-buffer): Better heuristics.
2165
2166 * ediff-util.el: Move provide to the end.
2167 Break recursive load cycle in eval-when-compile.
2168 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
2169 defuns.
2170 (ediff-submit-report): Pass the values of ediff-diff3-program,
2171 ediff-diff3-options.
2172
2173 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2174
2175 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2176 the opening bracket of the following bracketing pairs: {}, [], (), <>,
2177 `' (for example, in the docstring of `windmove-default-keybindings').
2178
2179 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2180
2181 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2182 shadow face. Don't provide binding to edit variable when it is
2183 out of scope.
2184
2185 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2186 (gdb-var-update-handler): Detect out of scope variables with pre
2187 GDB 6.4 too.
2188 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2189 Reset status of variable objects to nil in update handlers.
2190 (gdb-var-update-handler-1): Detect when a variable object comes
2191 in scope. setcar on var changes gdb-var-list directly.
2192
2193 2006-02-17 Juri Linkov <juri@jurta.org>
2194
2195 * ffap.el (ffap) <defface>: Add explicit face declaration.
2196 (ffap-highlight): Use face `ffap' directly instead of checking
2197 for its existence.
2198
2199 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2200 `visible-ok' of `other-buffer' to find the right original buffer.
2201
2202 * info.el (Info-search): Skip `Local Variables' node.
2203
2204 2006-02-17 Juri Linkov <juri@jurta.org>
2205
2206 * info.el (Info-find-file): Check for symbols `apropos', `history',
2207 `toc' in the input filename, and return these symbols as is.
2208 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2209 `history', `toc' instead of strings.
2210 (Info-set-mode-line): For non-string Info-current-file use the
2211 symbol's name inside **.
2212 (Info-isearch-push-state): Add quote before Info-current-file and
2213 Info-current-node.
2214 (Info-isearch-pop-state): Use `equal' instead of `string='.
2215 (Info-extract-pointer, Info-following-node-name): Use
2216 `match-string-no-properties' instead of `match-string'.
2217 (Info-up): Check `old-file' for `stringp'.
2218 (Info-history): Use `equal' instead of `string-equal'.
2219 Check `file' for `stringp'.
2220 (Info-history): Use symbol `history' instead of string as first arg
2221 of `Info-find-node'.
2222 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2223 `toc' instead of string.
2224 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2225 instead of `buffer-substring', and `match-string-no-properties'
2226 instead of `match-string'.
2227 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2228 instead of strings.
2229 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2230 Use symbol `apropos' instead of string.
2231 (Info-copy-current-node-name): Check `Info-current-file' for
2232 `stringp' and construct a command with `Info-find-node' from it.
2233 (Info-fontify-node): Use `match-string-no-properties' instead of
2234 `match-string' and check file names for `stringp'.
2235 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2236 `history', `toc' instead of strings.
2237
2238 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2239
2240 * files.el: Rearrange functions and variables in the file local
2241 variables section.
2242
2243 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2244
2245 * files.el: Add truncate-lines, ispell-check-comments and
2246 ispell-local-dictionary as safe local variables.
2247
2248 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2249
2250 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2251 out of scope variables.
2252 (gud-speedbar-buttons): Use unless.
2253
2254 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2255 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2256 (gdb-show-changed-values): Also use for out of scope variables.
2257 (gdb-var-update-handler-1): Note if variable goes out of scope.
2258
2259 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2260
2261 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2262 default to global variable values for unsupplied args.
2263 (rcirc-get-buffer-create): Fix bug with setting the target.
2264 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2265 test for rcirc-always-use-server-buffer-flag here.
2266 (rcirc-response-formats): Add %N, which is a facified nick. %n
2267 uses the default face. Change the ACTION format string. If the
2268 "nick" is the server, don't print anything for that field.
2269 Comment fixes.
2270 (rcirc-target-buffer): Don't test
2271 rcirc-always-use-server-buffer-flag here.
2272 (rcirc-print): Squeeze extra spaces out of the text before message.
2273 (rcirc-put-nick-channel): Strip potential "@" char from nick
2274 before adding them to nick table.
2275 (rcirc-url-regexp): Improve to match address like "foo.com".
2276
2277 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2278
2279 * allout.el (allout-hidden-p): Move this defsubst before
2280 allout-overlay-interior-modification-handler, where it is first
2281 used.
2282
2283 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2284
2285 * allout.el: Use allout invisible-text overlays instead of
2286 selective display for concealed text. Also, lots of general
2287 cleanup, and improved compatibility code.
2288
2289 (allout-version) Incremented, corrected, revised, and refined
2290 module commentary.
2291
2292 (provide 'allout): Moved to the bottom, added a require of overlay.
2293
2294 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2295 `except-current'.
2296 (allout-write-file-hook-handler): Minimize delay.
2297 (count-trailing-whitespace-region): New function so
2298 auto-encryption of current topic can resituate cursor exactly.
2299 PGP/GPG encryption trims trailing whitespace from lines, which
2300 must be accounted for across encryption then decryption.
2301
2302 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2303 just plain "\C-c", to avoid intruding on user's keybinding space.
2304
2305 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2306 parameter, so user request to provide a new password is done.
2307
2308 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2309 Refined mechanism for auto-filling behavior while in allout mode.
2310
2311 (allout-mode): Explicitly specify the mode map in the docstring.
2312 Clarify provision for various write-file hook var names.
2313 Adjusted for invisible-text overlays instead of selective-display.
2314
2315 (allout-depth): Really return 0 if not within any topic. This
2316 rectifies `allout-beginning-of-level' and sequence numbering
2317 errors that occur when cutting and pasting numbered topics.
2318 Changed from a in-line subst to a regular function, as well.
2319
2320 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2321
2322 (allout-end-of-subtree, allout-end-of-subtree)
2323 (allout-end-of-entry, allout-end-of-current-heading)
2324 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2325 (allout-show-children, allout-show-to-offshoot)
2326 (allout-hide-current-entry, allout-show-current-entry): Rectified
2327 handling of trailing blank lines between items.
2328
2329 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2330 (allout-current-depth, allout-unprotected, allout-hidden-p)
2331 (allout-on-current-heading-p, allout-listify-exposed)
2332 (allout-chart-subtree, allout-goto-prefix)
2333 (allout-back-to-current-heading, allout-get-body-text)
2334 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2335 (allout-hide-region-body, allout-toggle-subtree-encryption)
2336 (allout-encrypt-string, allout-encrypted-key-info)
2337 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2338 (allout-file-vars-section-data): Adjusted for use with
2339 invisible-text overlays instead of selective-display.
2340
2341 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2342 Reworked for use with invisible text overlays.
2343
2344 (allout-current-topic-collapsed-p): New function.
2345
2346 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2347 to know when to close the containing topic.
2348
2349 (allout-pre-command-business, allout-post-command-business):
2350 Simplify undo-batching and dynamic isearch exposure.
2351
2352 (allout-set-overlay-category): New for invisible-text overlays.
2353 Sets properties of allout-overlay-category, used by
2354 allout-flag-region to set invisible-text overlay properties.
2355 (allout-get-invisibility-overlay): Get the first qualifying
2356 invisibility overlay, so we can find the extent of it.
2357 (allout-back-to-visible-text): Get to just before the beginnining
2358 of the current invisibility overlay, if any.
2359
2360 (allout-overlay-insert-in-front-handler)
2361 (allout-overlay-interior-modification-handler)
2362 (allout-before-change-handler, allout-isearch-end-handler): New
2363 functions to handle extraordinary actions affecting concealed
2364 text.
2365
2366 (allout-flag-region): Use overlays instead of selective-display
2367 for invisible text - by inheritence from the properties of
2368 allout-overlay-category in mainline Emacs, and applied
2369 property-by-property in XEmacs, some recent versions of which
2370 don't inherit the properties from the category. Provisions to
2371 respond to concealed-text edits simplified drastically.
2372
2373 (allout-isearch-rectification, allout-isearch-was-font-lock)
2374 (allout-isearch-expose, allout-enwrap-isearch)
2375 (allout-isearch-abort, allout-pre-was-isearching)
2376 (allout-isearch-prior-pos, allout-isearch-did-quit)
2377 (allout-isearch-dynamic-expose)
2378 (allout-hide-current-entry-completely): Functions deleted.
2379
2380 (allout-undo-aggregation): Explicit undo aggregation no longer
2381 necessary due to transition away from selective-display.
2382
2383 (set-allout-regexp, allout-up-current-level)
2384 (allout-next-visible-heading, allout-forward-current-level)
2385 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2386 (allout-kill-line, allout-yank-processing, allout-show-children)
2387 (allout-expose-topic, allout-old-expose-topic)
2388 (allout-listify-exposed, allout-insert-latex-header)
2389 (allout-toggle-subtree-encryption, allout-encrypt-string)
2390 (remove-from-invisibility-spec, allout-hide-current-subtree):
2391 Ditched unused variables.
2392
2393 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2394
2395 * textmodes/ispell.el (ispell-change-dictionary): Call
2396 ispell-buffer-local-dict instead of
2397 ispell-accept-buffer-local-defs.
2398 (ispell-local-dictionary-alist): Accept as valid any coding-system
2399 supported by Emacs.
2400 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2401 changed to iso-8859-3.
2402
2403 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2404
2405 * speedbar.el (speedbar-frame-width): Make an inline function
2406 instead of a macro. Use frame-width.
2407 (speedbar-try-completion, speedbar-update-contents)
2408 (speedbar-timer-fn): Use consp.
2409 (speedbar-update-localized-contents): Try to preserve point.
2410
2411 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2412 (menu): Re-order menu items.
2413 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2414 field.
2415 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2416 (gdb-post-prompt): Speed things by not forcing update.
2417
2418 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2419
2420 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2421 press and perform default action if we get a mouse movement event.
2422
2423 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2424
2425 * calendar/icalendar.el (icalendar--get-event-property)
2426 (icalendar--get-event-property-attributes): Fix typos in
2427 docstrings.
2428
2429 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2430 docstring.
2431
2432 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2433
2434 * bs.el (bs-mode): Use `buffer-disable-undo'.
2435 (bs--get-file-name): Simplify.
2436 (bs-show-in-buffer): Mark the buffer as not modified.
2437
2438 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2439
2440 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2441 widget-button-click.
2442
2443 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2444 (custom-mode): Update docstring.
2445
2446 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2447 binding.
2448
2449 * files.el (hack-local-variables-confirm): Allow scrolling if the
2450 file variable list is too long. Kill temp buffer after use.
2451
2452 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2453
2454 * progmodes/gud.el (gdb): Improve doc string.
2455 (gdb-script-font-lock-keywords): Expand allowed character set.
2456
2457 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2458 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2459 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2460 (gdb-separate-io-stop, gdb-separate-io-eof):
2461 Rename from gdb-inferior-* to gdb-separate-*.
2462 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2463
2464 2006-02-14 Jay Belanger <belanger@truman.edu>
2465
2466 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2467 expression is a symbol before checking that it is bound.
2468
2469 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2470 test to see if equation can be solved.
2471
2472 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2473
2474 * wid-edit.el (widget-button-click): Use :pressed-face property
2475 for overlay face, if it exists.
2476
2477 * cus-edit.el (custom-manual, custom-add-see-also)
2478 (custom-add-parent-links, custom-group-link): Add :pressed-face
2479 property to links.
2480
2481 * files.el (hack-local-variables): Remove ignored variables before
2482 checking if any variables need setting.
2483
2484 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2485
2486 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2487
2488 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2489
2490 * help.el (where-is): Fix message for remapped commands.
2491
2492 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2493 Fix typos in docstrings.
2494
2495 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2496
2497 * files.el (safe-local-variable-values): New option.
2498 (hack-local-variables-prop-line): Return a list of variable-value
2499 pairs if MODE-ONLY is non-nil.
2500 (hack-local-variables): Construct list of variable-value pairs,
2501 and apply or reject them in one go. Ask for confirmation if
2502 variables are not known safe.
2503 (hack-local-variables-confirm): Complete rewrite. Support
2504 `safe-local-variable-values'.
2505 (enable-local-variables): Update docstring to reflect new
2506 behavior.
2507 (ignored-local-variables): Ignore ignored-local-variables and
2508 safe-local-variable-values.
2509 (safe-local-variable-p): New function.
2510 (risky-local-variable-p): `safe-local-variable' property check
2511 moved to safe-local-variable-p.
2512 (hack-one-local-variable): Checks moved to hack-local-variables.
2513
2514 (byte-compile-dynamic, c-basic-offset, c-file-style)
2515 (c-indent-level, comment-column, fill-column, fill-prefix)
2516 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2517 (no-update-autoloads, outline-regexp, page-delimiter)
2518 (paragraph-start, paragraph-separate, sentence-end)
2519 (sentence-end-double-space tab-width, version-control):
2520 Add `safe-local-variable' property.
2521
2522 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2523
2524 * icomplete.el, play/landmark.el: Change nonexistent
2525 `outline-layout' file variable to `allout-layout'.
2526
2527 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2528
2529 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2530 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2531 to gud-comint-buffer.
2532 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2533 gdb-ui.el for gdb-mi.el.
2534 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2535 registers buffer to gdb-get-changed-registers.
2536 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2537 deletion of catchpoints (throw and catch).
2538 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2539 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2540 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2541 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2542 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2543
2544 2006-02-13 Jay Belanger <belanger@truman.edu>
2545
2546 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2547 expression is a symbol before checking that it is bound.
2548
2549 2006-02-13 Richard M. Stallman <rms@gnu.org>
2550
2551 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2552 for the minibuffer too, but not if resize-mini-windows will interfere.
2553
2554 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2555 inside `interactive' spec.
2556 (describe-key-briefly-internal, describe-key-internal):
2557 Functions merged back into their callers.
2558
2559 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2560
2561 * info.el (info-xref-visited): Inherit from info-xref too.
2562 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2563 when propertizing Info-current-file and Info-current-node.
2564
2565 2006-02-13 Juri Linkov <juri@jurta.org>
2566
2567 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2568 (tumme-thumb-name): Fix per-directory format.
2569
2570 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2571
2572 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2573
2574 2006-02-12 Miles Bader <miles@gnu.org>
2575
2576 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2577
2578 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2579
2580 * tumme.el: Remove history section. If someone needs the it, it
2581 can always be found in CVS.
2582
2583 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2584
2585 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2586 about the Thumbnail Managing Standard option.
2587
2588 2006-02-12 Richard M. Stallman <rms@gnu.org>
2589
2590 * subr.el (substitute-key-definition): Doc fix.
2591
2592 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2593
2594 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2595
2596 * info.el (Info-mode): Doc fix.
2597
2598 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2599
2600 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2601
2602 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2603 because on Solaris a POSIX compatible "id" is needed. Reported by
2604 Magnus Henoch <mange@freemail.hu>.
2605
2606 2006-02-12 Juri Linkov <juri@jurta.org>
2607
2608 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2609 (tumme) <defgroup>: Change :group to `multimedia'.
2610 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2611 Managing Standard.
2612 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2613 Fix dostring.
2614 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2615 and %y. Fix docstring.
2616 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2617 (tumme-cmd-create-standard-thumbnail-command): New user options.
2618 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2619 is `standard'. Fix docstring.
2620 (tumme-thumb-width, tumme-thumb-height): New user options.
2621 (tumme-external-viewer): Try to find various viewers.
2622 (tumme-get-thumbnail-image): Use `create-image' instead of
2623 constructing the `image' structure.
2624 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2625 `standard'.
2626 (tumme-thumb-name): Add file name generation for standard storage.
2627 Simplify code for other storages.
2628 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2629 Add modification time %m and thumbnail-nq8 %q.
2630 Use `tumme-cmd-create-standard-thumbnail-command' if
2631 tumme-thumbnail-storage is `standard'.
2632 (tumme-dired-insert-marked-thumbs): New autoload command.
2633 (tumme-dired-after-readin-hook): New function.
2634 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2635 `tumme-thumb-size'.
2636 (tumme-display-image): Replace size-x %x and size-y %y with
2637 width %w and height %h.
2638
2639 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2640 `tumme-dired-insert-marked-thumbs'.
2641
2642 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2643
2644 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2645 include path).
2646 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2647 matching tag.
2648
2649 2006-02-12 Miles Bader <miles@gnu.org>
2650
2651 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2652 New variables.
2653 (rcirc-abbrev-nick): New function.
2654 (rcirc-format-response-string): Rewrite to use the formats in
2655 `rcirc-response-formats' and expand escape sequences therein.
2656 A text-property `rcirc-text' is added over the actual response
2657 text to make easy to find inside the returned string.
2658 (rcirc-print): When filling, just look for the `rcirc-text'
2659 text-property to find the appropriate fill prefix, instead of
2660 using hardwired patterns.
2661
2662 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2663
2664 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2665 Managing Standard.
2666
2667 2006-02-11 Kim F. Storm <storm@cua.dk>
2668
2669 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2670 Don't use insert-buffer; do insert-buffer-substring directly.
2671 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2672
2673 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2674
2675 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2676 with inhibit-read-only. Suggested by Stefan Monnier.
2677 (revert-buffer): Let insert-file-contents discard
2678 buffer-undo-list. Simplify code.
2679 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2680
2681 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2682
2683 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2684
2685 * help.el (describe-key-briefly): Now a wrapper for
2686 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2687 to t. Populate yank-menu if empty.
2688 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2689 (describe-key): Now a wrapper for describe-key-internal. Bind
2690 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2691 (describe-key-internal): Renamed from describe-key.
2692
2693 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2694
2695 * progmodes/glasses.el (glasses-separator): Doc fix.
2696 (glasses-original-separator): New defcustom.
2697 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2698
2699 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2700
2701 * mwheel.el (mouse-wheel-up-event): Doc fix.
2702
2703 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2704
2705 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2706 (tumme-dir): New function. Copied from thumbs.el.
2707
2708 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2709
2710 * desktop.el (desktop-outvar): Fix typo.
2711 (desktop-save-buffer-p): Doc fix.
2712
2713 * subr.el (substitute-key-definition): Fix typo.
2714
2715 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2716
2717 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2718 when window-system is mac.
2719
2720 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2721
2722 2006-02-10 Kim F. Storm <storm@cua.dk>
2723
2724 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2725 indirect-function instead of using condition-case.
2726
2727 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2728
2729 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2730 less `colloquial'...
2731
2732 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2733
2734 * tumme.el: Add a couple of todo items.
2735
2736 2006-02-09 Lars Hansen <larsh@soem.dk>
2737
2738 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2739 (highlight-changes-mode): Don't change desktop-locals-to-save.
2740
2741 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2742
2743 * image-mode.el (image-toggle-display): Clear image cache if using
2744 filename.
2745
2746 2006-02-09 Masatake YAMATO <jet@gyve.org>
2747
2748 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2749 a `dired-man' target.
2750
2751 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2752 boundary of symbols.
2753
2754 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2755
2756 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2757
2758 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2759
2760 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2761 `mapcar'; return nil.
2762
2763 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2764
2765 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2766 some other event.
2767
2768 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2769
2770 * net/rcirc.el (rcirc-startup-channels-alist):
2771 Add irc.freenode.net and #emacs as defaults.
2772 (rcirc-ignore-all-activity-flag): Remove variable.
2773 (rcirc-authinfo): New variable.
2774 (rcirc-authinfo-filename): Remove variable.
2775 (rcirc-always-use-server-buffer-flag): New flag.
2776 (rcirc): M-x rcirc will automatically connect without prompting.
2777 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2778 connection in lisp.
2779 (rcirc-process-server-response-1): Remove everything but the nick
2780 portion of the sender so it doesn't need to be done everywhere
2781 else. Update related code.
2782 (global-map): Remove global keybindings.
2783 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2784 (rcirc-send-input): Split into several functions.
2785 (rcirc-process-input-line, rcirc-process-message)
2786 (rcirc-process-command): New functions.
2787 (rcirc-target-buffer): New function to determine where to route
2788 messages.
2789 (rcirc-user-nick): Save match data.
2790 (rcirc-toggle-ignore-buffer-activity)
2791 (rcirc-update-activity-string): Remove global ignore functionality,
2792 which can be done now by toggling rcirc-track-minor-mode.
2793 (rcirc-track-minor-mode-map): New keymap.
2794 (rcirc-track-minor-mode): New minor-mode.
2795 (ignore): Make the ignore output nicer. Always print it when
2796 adding or removing nicks.
2797 (rcirc-url-regexp): Improve.
2798 (rcirc-mangle-text): Remove properties before using text in the
2799 modeline.
2800 (rcirc-authenticate): Authentication data comes from
2801 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2802 (rcirc-server-prefix): Inherit from rcirc-server.
2803
2804 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2805
2806 * Makefile.in (compile): Append "|| true" to the end of the `find'
2807 command, like compile-always does.
2808
2809 2006-02-08 Sam Steingold <sds@gnu.org>
2810
2811 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2812 output from a dead connection.
2813
2814 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2815
2816 * dired.el (dired-mode-map): Add more bindings for tumme.
2817
2818 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2819
2820 * wdired.el (wdired-mode-map): Use remap.
2821 (wdired-get-filename): Massage.
2822 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2823 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2824 `keymap' property rather than `local-map'.
2825
2826 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2827
2828 * tumme.el (tumme-get-thumbnail-image): New utility function.
2829 Suggested by from Chong Yidong.
2830 (tumme-dired-with-window-configuration): Rename from
2831 `tumme-dired'. Add code to save window configuration.
2832 (tumme-restore-window-configuration): New command to restore the
2833 window configuration that `tumme-dired-with-window-configuration'
2834 saves before it changes the window configuration.
2835 (tumme-show-all-from-dir): New command to display thumbnails for
2836 all files in a directory entered by the user, like M-x thumbs.
2837 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2838 have been created.
2839 (tumme-display-thumbnail-original-image): Call `display-buffer'.
2840 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2841 Remove obsolete test function.
2842
2843 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
2844
2845 * vc.el (small-temporary-file-directory): Remove defvar; there's
2846 a defcustom for it in files.el.
2847
2848 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2849 Fix typo in message.
2850 (tumme-gallery-generate): Fix typo in `error' message.
2851 (tumme-display-window-height-correction)
2852 (tumme-display-window-width-correction, tumme-line-up-dynamic)
2853 (tumme-line-up-interactive): Dox fixes.
2854 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2855 (tumme-restore-window-configuration, tumme-format-properties-string)
2856 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2857 Fix typos in docstrings.
2858
2859 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2860
2861 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2862
2863 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
2864
2865 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2866 User should use hook if desired.
2867
2868 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2869 buffer if necessary.
2870 (gdb-delete-frame-or-window): New function.
2871 (gdb-breakpoints-mode-map): Bind "q" to it.
2872
2873 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2874
2875 * textmodes/nroff-mode.el: Clean up name space.
2876 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2877 (nroff-mode): Obey the global setting of nroff-electric-mode.
2878 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2879
2880 * calendar/calendar.el (calendar-increment-month): Typo in last change.
2881
2882 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
2883
2884 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2885
2886 2006-02-06 Lars Hansen <larsh@soem.dk>
2887
2888 * generic-x.el (etc-fstab-generic-mode): Add file system types
2889 cifs and usbdevfs. Allow special chars in file names.
2890
2891 2006-02-05 Jay Belanger <belanger@truman.edu>
2892
2893 Update copyright notices of the files in lisp/calc.
2894
2895 2006-02-05 Romain Francoise <romain@orebokech.com>
2896
2897 Update copyright notices of all files in the lisp/play directory.
2898
2899 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
2900
2901 * ldefs-boot.el: Regenerate.
2902
2903 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2904
2905 2006-02-05 Kim F. Storm <storm@cua.dk>
2906
2907 * files.el (magic-mode-regexp-match-limit): New defvar.
2908 (set-auto-mode): Use it to limit magic-mode-alist matching.
2909
2910 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
2911
2912 * simple.el (display-message-or-buffer): Compare the number of
2913 characters to the frame width when determining whether a 1-line
2914 message string will fit in the echo area. Count screen lines
2915 instead of buffer lines when determining whether a multi-line
2916 message will fit in the echo area/minibuffer window.
2917
2918 2006-02-04 Eli Zaretskii <eliz@gnu.org>
2919
2920 * info.el (Info-index, Info-mode): Improve the description of the
2921 `i' command.
2922
2923 * ldefs-boot.el: Regenerate.
2924
2925 2006-02-03 Werner Lemberg <wl@gnu.org>
2926
2927 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2928 greedy to find the closing bracket in \*[...] and similar
2929 expressions. This is a first rough fix -- many additional
2930 refinements are necessary to make nroff mode really usable with groff.
2931
2932 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
2933
2934 * international/mule-cmds.el (set-locale-environment):
2935 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2936 libX11.
2937
2938 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2939
2940 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2941 archive are created in archive-tmpdir.
2942
2943 2006-02-02 John Paul Wallington <jpw@pobox.com>
2944
2945 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2946 (ibuffer-fontification-alist): Use it.
2947 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2948 to "* z" and the Ibuffer Mark menu.
2949
2950 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2951
2952 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2953
2954 * textmodes/table.el (*table--cell-describe-mode)
2955 (*table--cell-describe-bindings): Undo last change since
2956 print-help-return-message is not obsoleted by anything at all.
2957
2958 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
2959
2960 * emulation/cua-base.el (cua-mode): Doc fix.
2961
2962 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
2963
2964 * dframe.el (dframe-handle-make-frame-visible)
2965 (dframe-handle-iconify-frame, dframe-get-focus)
2966 (dframe-select-attached-frame, dframe-power-click)
2967 (dframe-frame-mode): Fix typos in docstrings.
2968
2969 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2970 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2971 Fix typos in docstrings.
2972
2973 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2974 (hi-lock-face-buffer, hi-lock-font-lock-hook)
2975 (hi-lock-archaic-interface-message-used)
2976 (hi-lock-file-patterns-range): Fix typos in docstrings.
2977
2978 * savehist.el (savehist-loaded, savehist-load, savehist-install)
2979 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2980
2981 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2982 Fix typo in docstring.
2983
2984 * net/newsticker.el (newsticker--decode-iso8601-date)
2985 (newsticker--set-customvar, newsticker--buffer-insert-item)
2986 (newsticker--do-run-auto-mark-filter)
2987 (newsticker--parse-generic-feed): Doc fixes.
2988 (newsticker--retrieval-timer-list, newsticker-url-list)
2989 (newsticker-hide-immortal-items-in-echo-area)
2990 (newsticker-hide-obsolete-items-in-echo-area)
2991 (newsticker-new-item-face, newsticker--enclosure)
2992 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2993 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2994 (newsticker--parse-generic-feed, newsticker--cache-contains)
2995 (newsticker--stat-num-items, newsticker-download-enclosures):
2996 Fix typos in docstrings.
2997
2998 * net/rcirc.el (rcirc-debug): Doc fix.
2999 (rcirc-fill-column, rcirc-receive-message-hooks)
3000 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
3001 (rcirc-mode, rcirc-generate-new-buffer-name)
3002 (rcirc-startup-channels, rcirc-ignore-update-automatic)
3003 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
3004 Fix typos in docstrings.
3005 (rcirc-print): "?\ " -> "?\s".
3006 (rcirc-cmd-join): Improve argument/docstring consistency.
3007
3008 2006-02-01 Mark A. Hershberger <mah@everybody.org>
3009
3010 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
3011 before narrow-to-region.
3012
3013 2006-02-01 Richard M. Stallman <rms@gnu.org>
3014
3015 * simple.el (move-beginning-of-line): Scan properly for invis change.
3016
3017 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
3018
3019 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
3020
3021 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
3022 change bit only when id-format is 'integer. Reported by Matt
3023 Hodges <M.P.Hodges@rl.ac.uk>.
3024
3025 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
3026
3027 * hilit-chg.el (highlight-changes-initial-state)
3028 (highlight-changes-global-initial-state): Doc fixes.
3029 (highlight-changes-global-modes, global-highlight-changes):
3030 Fix typos in docstrings.
3031
3032 2006-02-01 Kim F. Storm <storm@cua.dk>
3033
3034 * emulation/cua-base.el (cua-mode): Mention that CUA enables
3035 transient-mark-mode in doc string.
3036
3037 2006-01-31 Richard M. Stallman <rms@gnu.org>
3038
3039 * replace.el (multi-occur): Doc fix.
3040 (multi-occur-in-matching-buffers): Rename from
3041 multi-occur-by-filename-regexp. Prefix arg says match
3042 buffer names instead of file names.
3043
3044 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
3045
3046 * bs.el: Allow non-default values of `bs-header-lines-length'.
3047 (bs--running-in-xemacs): Remove (not needed anymore).
3048 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
3049 instead of `shrink-window', thus avoiding having to compute the
3050 height of the window.
3051 (bs--up): Wrap around even when there's no header.
3052 (bs--down): Use `forward-line' instead of `next-line'.
3053
3054 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
3055
3056 * image-mode.el (image-toggle-display): Use file name if possible,
3057 instead of unnecessarily allocating a (possibly huge) lisp string.
3058
3059 2006-01-30 John Paul Wallington <jpw@pobox.com>
3060
3061 * subr.el (toplevel): Define `cl-assertion-failed' condition here
3062 because the `assert' macro signals it at runtime.
3063
3064 * emacs-lisp/cl.el (toplevel): Remove definition of
3065 `cl-assertion-failed' condition.
3066
3067 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
3068
3069 * thumbs.el (thumbs-marked-list): Make buffer-local and
3070 permanent-local.
3071 (thumbs-insert-thumb): Make help-echo non-sticky.
3072 (thumbs-file-alist): Use eolp as check for (non)-image.
3073
3074 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
3075
3076 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
3077 (ediff-before-session-group-setup-hooks)
3078 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
3079 Fix typos in docstrings.
3080
3081 * window.el (bw-dir, bw-eqdir, balance-windows)
3082 (split-window-keep-point): Fix typos in docstrings.
3083
3084 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
3085 (org-quote-string, org-calendar-to-agenda-key)
3086 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
3087 (org-show-following-heading, org-tags-column)
3088 (org-use-tag-inheritance, org, org-allow-space-in-links)
3089 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
3090 (org-enable-table-editor, org-calc-default-modes)
3091 (org-table-allow-automatic-line-recalculation)
3092 (org-export-html-style, org-export-with-fixed-width)
3093 (org-export-with-sub-superscripts, org-special-keyword)
3094 (org-formula, org-time-grid, org-table-may-need-update)
3095 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
3096 (org-goto-quit, org-get-indentation, org-end-of-item)
3097 (org-move-item-down, org-move-item-up)
3098 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
3099 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
3100 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
3101 (org-agenda-log-mode, org-agenda-toggle-diary)
3102 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
3103 (org-agenda-file-to-end, org-agenda-no-heading-message)
3104 (org-agenda-get-closed, org-format-agenda-item)
3105 (org-cmp-priority, org-cmp-category, org-cmp-time)
3106 (org-agenda-change-all-lines, org-agenda-diary-entry)
3107 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
3108 (org-link-search, org-camel-to-words, org-open-file)
3109 (org-remember-handler, org-table-convert-region)
3110 (org-table-move-row-down, org-table-move-row-up)
3111 (org-table-copy-region, org-table-wrap-region)
3112 (org-table-toggle-vline-visibility)
3113 (org-table-get-vertical-vector, org-table-modify-formulas)
3114 (org-table-get-specials, org-recalc-commands)
3115 (org-table-rotate-recalc-marks, org-table-eval-formula)
3116 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
3117 (org-level-color-stars-only, org-insert-heading):
3118 Fix typos in docstrings.
3119 (last-arg): Add defvar.
3120
3121 * makefile.w32-in (WINS): Add erc.
3122 (MH_E_SRC): Update (copied from lisp/Makefile.in).
3123
3124 2006-01-29 Bill Wohler <wohler@newt.com>
3125
3126 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
3127 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
3128 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
3129 (mh-autoloads): Don't use comments on otherwise empty lines.
3130
3131 2006-01-29 Edward O'Connor <ted@oconnor.cx>
3132
3133 * emulation/viper.el (viper-major-mode-modifier-list): Add
3134 insert-state and vi-state entries for erc-mode.
3135 (viper-go-away, viper-set-hooks): Add and remove
3136 viper-comint-mode-hook from erc-mode-hook as appropriate.
3137
3138 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
3139
3140 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
3141
3142 * bs.el (bs--format-aux): Implement `middle' alignment as
3143 described in the docstring for `bs-attributes-list'.
3144 (bs--get-name): Simplify. Don't pad the buffer name.
3145
3146 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
3147
3148 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
3149 English aspell dictionary is installed, use the first entry of
3150 ispell-dictionary-alist-1.
3151
3152 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
3153
3154 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3155 Doc fix.
3156
3157 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
3158
3159 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3160 for `process-file', in order to let it work for older Emacsen too.
3161
3162 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3163
3164 * international/latexenc.el: Add a suitable `coding:' tag.
3165 (latexenc-find-file-coding-system): Undo last change.
3166
3167 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3168
3169 * international/latexenc.el (latexenc-find-file-coding-system):
3170 Make sure latexenc-main-file is a regular file and is readable.
3171
3172 2006-01-27 Andre Spiegel <spiegel@gnu.org>
3173
3174 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3175 Pass FILE to vc-user-login-name.
3176
3177 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3178
3179 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
3180
3181 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3182 there are no more images to display.
3183 (thumbs-mark, thumbs-unmark): Revert change so that they move to
3184 the next image.
3185
3186 2006-01-26 Richard M. Stallman <rms@gnu.org>
3187
3188 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3189
3190 * wid-edit.el (advertised-widget-backward): New alias.
3191 (widget-keymap): Use advertised-widget-backward for S-TAB.
3192
3193 * tumme.el: Correct the keywords.
3194 (tumme-dir-max-size): Use defvar.
3195 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3196
3197 * simple.el (move-beginning-of-line): Take account of fields.
3198 (clone-indirect-buffer-other-window): Take args like
3199 clone-indirect-buffer, and work like it.
3200
3201 * help-fns.el (describe-function): Don't pass `nil' as default.
3202
3203 * files.el (risky-local-variable-p): Follow var aliases.
3204
3205 * subr.el (lazy-completion-table): Doc fix.
3206
3207 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3208 global binding of `line'.
3209
3210 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3211
3212 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3213 Tramp.
3214
3215 * vc.el (vc-default-dired-state-info): Pass FILE to
3216 vc-user-login-name.
3217 (vc-default-update-changelog): Don't use vc-user-login-name, we
3218 don't need it here.
3219
3220 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3221 no longer necessary.
3222
3223 2006-01-25 Kenichi Handa <handa@m17n.org>
3224
3225 * international/mule.el (decode-char): Avoid the overhead of
3226 calling utf-lookup-subst-table-for-decode if
3227 utf-translate-cjk-mode is nil.
3228 (encode-char): Avoid the overhead of calling
3229 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3230 nil.
3231
3232 2006-01-22 Kenichi Handa <handa@m17n.org>
3233
3234 * international/mule.el (make-subsidiary-coding-system): Reset
3235 `coding-system-define-form' property of subsidiaries to nil.
3236 Avoid duplicated entry in coding-system-alist.
3237 (make-coding-system): Avoid duplicated entry in
3238 coding-system-alist.
3239 (define-coding-system-alias): Likewise.
3240
3241 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3242
3243 * completion.el: Minor fixes in introductory comment.
3244 (completion-def-wrapper): Fix alist.
3245
3246 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3247
3248 * thumbs.el (thumbs-new-image-size): New function.
3249 (thumbs-increment-image-size-element)
3250 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3251 (thumbs-decrement-image-size): Delete.
3252 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3253 temp files and use to resize.
3254 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3255 Use increment argument to enlarge/shrink. Preserve point.
3256 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3257 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3258 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3259 (thumbs-mark, thumbs-unmark): Preserve point.
3260 (thumbs-modify-image): Keep old temp files and use to modify.
3261 Cleanup old temp files at load time. Preserve point.
3262 (thumbs-view-image-mode-map): Use new command names.
3263
3264 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3265
3266 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3267
3268 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3269 the nastiest part of the cyclic dependency.
3270 (cal-menu-update): Use dotimes and calendar-increment-month.
3271
3272 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3273 (calendar-week-start-day): Add an :initializer.
3274 (calendar-mode-map): Use suppress-keymap, and command remapping.
3275 (describe-calendar-mode): Setup xref-stack info for the back button.
3276 (calendar-star-date): Insert before delete.
3277 (calendar-set-mode-line): Add file-modified info if applicable.
3278 (calendar-increment-month): New function.
3279
3280 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3281
3282 * font-lock.el (lisp-font-lock-keywords-2):
3283 Recognize "& keywords" only at word boundaries.
3284
3285 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3286
3287 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3288 and permanent-local.
3289 (thumbs-max-image-number): New variable.
3290 (thumbs-do-thumbs-insertion): Use them.
3291 (thumbs-per-line): Change default to 4.
3292 (thumbs-marked-list): Rename from thumbs-markedL.
3293 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3294 (thumbs-rename-images): Use -list instead of L for internal variables.
3295 (thumbs-call-convert): Use call-process instead of shell-command.
3296 (thumbs-insert-thumb): Add filename as help-echo to each image.
3297 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3298 Give dir to thumbs-show-thumbs-list.
3299 (thumbs-show-thumbs-list): Set default-directory to that of images.
3300 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3301 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3302 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3303 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3304
3305 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3306
3307 * ses.el (ses-read-cell): Provide a default value.
3308
3309 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3310
3311 * term/w32-win.el (image-library-alist): Add additional names for
3312 GIF library.
3313
3314 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3315
3316 * international/latexenc.el (latexenc-find-file-coding-system):
3317 Add file-regular-p check.
3318
3319 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3320
3321 * simple.el (clone-buffer): Don't show the new buffer in the same
3322 window.
3323
3324 2006-01-23 Juri Linkov <juri@jurta.org>
3325
3326 * faces.el (link, link-visited): New faces based on default values
3327 of `info-xref' and `info-xref-visited'.
3328
3329 * info.el (info-xref): Inherit from `link'.
3330 (info-xref-visited): Inherit from `link-visited'.
3331
3332 * cus-edit.el (custom-buffer-create-internal): Use widget type
3333 `custom-manual' instead of `info-link' and don't set properties
3334 `button-face' and `mouse-face' explicitly.
3335 (custom-browse-group-tag, custom-browse-variable-tag)
3336 (custom-browse-face-tag): Inherit from widget class
3337 `custom-group-link' instead of `push-button'.
3338 (custom-button-unraised): Inherit from `underline' face.
3339 (custom-link): Inherit from `link' face. Fix doc and group.
3340 (custom-add-parent-links, custom-group-value-create): Don't set
3341 properties `button-face' and `mouse-face' explicitly for
3342 `custom-group-link' widget.
3343 (custom-group-link): Add properties `button-face' and `mouse-face'
3344 to widget definition.
3345 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3346 editable-field's :keymap property.
3347 (custom-mode): Fix docstring: substitute keybindings for
3348 `widget-forward' and `widget-backward' from `widget-keymap',
3349 `widget-complete' from `custom-field-keymap', replace old
3350 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3351
3352 * desktop.el (desktop-load-file): Check for `fboundp' before
3353 calling `symbol-function'.
3354
3355 * simple.el (clone-buffer, clone-indirect-buffer)
3356 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3357 `read-string'. Fix prompts.
3358
3359 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3360
3361 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3362
3363 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3364
3365 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3366
3367 * startup.el (inhibit-splash-screen, initial-scratch-message):
3368 Doc fixes.
3369
3370 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3371
3372 Sync with Tramp 2.0.52.
3373
3374 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3375 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3376 `tramp-unload-tramp' for checklist.
3377
3378 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3379 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3380 (tramp-unload-file-name-handler-alist)
3381 (tramp-unload-tramp): New defuns.
3382 (tramp-advice-PC-expand-many-files): New defadvice.
3383 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3384 removed.
3385 (tramp-handle-expand-file-name): Remove double slash.
3386 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3387 It doesn't matter, because it will be converted later on.
3388 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3389 implementation was just heuristic.
3390 (tramp-post-connection): Set uid and gid properties.
3391 (tramp-convert-file-attributes): Set file's gid change bit.
3392 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3393 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3394 in case of su(do)? methods. The home directory of the local user
3395 will be taken else.
3396 (tramp-open-connection-telnet)
3397 (tramp-open-connection-rsh, tramp-open-connection-su)
3398 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3399 local shell prompt could hurt. Reported by Romain Francoise
3400 <romain@orebokech.com>.
3401 (tramp-let-maybe): Add `edebug-form-spec' property.
3402 (tramp-handle-expand-file-name): Bind `default-directory' locally
3403 to "/" in order to avoid problems with UNC shares or Cygwin
3404 mounts.
3405 (tramp-md5-function): Fix typo in error message.
3406
3407 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3408
3409 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3410 for byte-compiler pacification.
3411
3412 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3413
3414 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3415 ID-FORMAT `string'. This allows us to get rid of
3416 `vc-user-login-name UID'.
3417
3418 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3419
3420 2006-01-22 John Paul Wallington <jpw@pobox.com>
3421
3422 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3423
3424 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3425
3426 * emacs-lisp/find-func.el (find-definition-noselect)
3427 (find-variable-noselect): Search variables in C source code too.
3428 (find-function-C-source, find-function-noselect, find-function)
3429 (find-function-other-frame, find-variable-noselect, find-variable)
3430 (find-variable-other-frame, find-variable-at-point):
3431 Fix docstrings.
3432
3433 2006-01-21 Francesco Potorti` <pot@gnu.org>
3434
3435 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3436
3437 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3438
3439 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3440 Default to disabling the "Save affix" question.
3441
3442 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3443
3444 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3445 the first arg to run-python.
3446
3447 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3448
3449 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3450 is not loaded.
3451
3452 2006-01-20 Jay Belanger <belanger@truman.edu>
3453
3454 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3455 limit is 0.
3456
3457 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3458 the correct variable.
3459
3460 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3461
3462 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3463 link. Fixed buggy argument sequence in call to `org-view-tags'.
3464 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3465 (org-prefix-has-tag): New variable.
3466 (org-format-agenda-item): Remove tags from headline if
3467 appropriate.
3468 (org-agenda-remove-tags-when-in-prefix): New option.
3469 (org-get-tags-at): New function.
3470
3471 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3472
3473 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3474 (thumbs-find-image): Move image name and number from buffer name
3475 to mode name. Set thumbs-buffer. Preserve point so that large
3476 images remain visible.
3477 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3478 order.
3479 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3480 mode name.
3481 (thumbs-next-image, thumbs-previous-image): Make them work.
3482
3483 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3484
3485 * cus-edit.el (custom-buffer-create-internal): State in the text above
3486 the whole buffer buttons that they do not operate on hidden items.
3487 (custom-face-menu): Use `custom-face-save' instead of
3488 `custom-face-save-command'.
3489 (custom-face-save-command): Make it an alias for `custom-face-save'
3490 and declare it obsolete.
3491 (custom-face-save): Doc fix.
3492
3493 * dired.el (dired-no-confirm): Add quote.
3494 (dired-subdir-alist-pre-R): Add quote in
3495 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3496
3497 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3498
3499 * textmodes/table.el (table-mode-indicator): Typo in last change.
3500
3501 2006-01-19 Richard M. Stallman <rms@gnu.org>
3502
3503 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3504 Fixes bug reported in Nov 2005.
3505
3506 * isearch.el (isearch-forward): Doc fix.
3507
3508 * dired.el (dired-move-to-filename-regexp): Define as alias.
3509 (dired-no-confirm): Use defcustom.
3510 (dired-subdir-alist-pre-R): Put defvar at top level.
3511
3512 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3513
3514 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3515 Mark as risky.
3516
3517 * simple.el (set-mark-command): Doc fix.
3518 (clone-indirect-buffer-other-window):
3519 Read arg like clone-indirect-buffer.
3520 (move-beginning-of-line): Skip invisible newlines.
3521
3522 2006-01-19 Masatake YAMATO <jet@gyve.org>
3523
3524 * progmodes/cpp.el (cpp-edit-load): Make the order of
3525 listed conditions in a base C code buffer and its associate
3526 CPP Edit buffer the same.
3527
3528 2006-01-19 Kenichi Handa <handa@m17n.org>
3529
3530 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3531 (rmail-mime-feature): Likewise.
3532 (rmail-require-mime-maybe): Use display-warning to show a warning
3533 message.
3534
3535 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3536 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3537
3538 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3539
3540 * array.el: Move defvars out of eval-when-compile.
3541 (array-make-template): Replace undeclared global var with a local one.
3542 (array-mode): Inline initialization functions.
3543 (array-init-local-variables, array-init-max-row)
3544 (array-init-max-column, array-init-columns-per-line)
3545 (array-init-field-width, array-init-rows-numbered)
3546 (array-init-line-length, array-init-lines-per-row): Remove.
3547
3548 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3549 (doc-mode-map): Define explicitly.
3550 (doctor-txtype): Use mapc.
3551
3552 * textmodes/table.el: Move defvars out of eval-when-compile.
3553 Remove harmful code meant to avoid byte-compiler warnings.
3554 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3555 specification that checks table-fixed-width-mode directly.
3556 (table-recognize-region, table-recognize-cell):
3557 Use restore-buffer-modified-p.
3558 (table-fixed-width-mode): Remove code that refreshes
3559 table-fixed-mode-indicator.
3560 (*table--cell-describe-bindings, *table--cell-describe-mode):
3561 Avoid obsolete name print-help-return-message.
3562 (table--test-cell-list): Don't use replace-regexp from elisp.
3563 (table--point-entered-cell-function, table--point-left-cell-function):
3564 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3565
3566 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3567 that was after the end of file. Use buffer-file-name variable.
3568 (org-timestamp-change): Use with-current-buffer.
3569 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3570 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3571 `file'.
3572
3573 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3574 (fortran-break-line): Remove unused var `opoint'.
3575 (fortran-abbrev-start): Obey help-event-list.
3576
3577 2006-01-18 Jesper Harder <harder@phys.au.dk>
3578
3579 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3580
3581 2006-01-18 Masatake YAMATO <jet@gyve.org>
3582
3583 * progmodes/make-mode.el (makefile-imake-mode): New mode
3584 derived from makefile-mode.
3585 (makefile-imake-mode-syntax-table): New syntax table
3586 derived from makefile-mode-syntax-table.
3587 (makefile-mode): Write about makefile-imake-mode in doc string.
3588 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3589 (makefile-imake-font-lock-keywords): New font lock keywords.
3590
3591 * files.el (auto-mode-alist): Add Imakefile.
3592
3593 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3594
3595 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3596 loading the file rather than when turning on flyspell-mode.
3597
3598 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3599
3600 * cus-edit.el (customize-rogue): Minor doc fix.
3601
3602 2006-01-17 Juri Linkov <juri@jurta.org>
3603
3604 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3605 instead of the file at the mark as default if the file at the mark
3606 is the same as the file at point or if dired-dwim-target-directory
3607 is not the same as the current directory and the mark is not active.
3608
3609 * log-view.el (log-view-minor-wrap): Use the same logic to get
3610 revisions as `log-view-diff'.
3611
3612 * info.el (Info-revert-find-node): Check for Info-current-file
3613 before preserving new-history.
3614
3615 * man.el (Man-heading-regexp): Add `/'.
3616
3617 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3618 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3619
3620 2006-01-16 Juri Linkov <juri@jurta.org>
3621
3622 * faces.el (mode-line-faces): New defgroup.
3623 (mode-line-highlight): Move definition after new defgroup.
3624 (mode-line, mode-line-inactive, mode-line-highlight):
3625 Replace :group `modeline' with `mode-line-faces'.
3626 (mode-line-buffer-id): New face.
3627 (modeline-buffer-id): New face alias.
3628 (vertical-border): Remove :group `modeline'.
3629
3630 * bindings.el (propertized-buffer-identification): Use face
3631 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3632 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3633 (mode-line-buffer-identification-keymap): For mouse-1 replace
3634 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3635 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3636 mouse-3.
3637
3638 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3639 Buffer-menu-buffer. Doc fix.
3640 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3641 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3642 `Buffer-menu-buffer'.
3643
3644 * info.el (Info-mode-line-node-keymap): New defvar.
3645 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3646 Propertize Info-current-node with `mode-line-buffer-id' and
3647 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3648
3649 * time.el (display-time-mail-face): Replace :group `faces' with
3650 `mode-line-faces'.
3651
3652 2006-01-16 Kenichi Handa <handa@m17n.org>
3653
3654 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3655
3656 * language/european.el (cp1252): New alias for windows-1252.
3657
3658 * international/mule.el (autoload-coding-system): Prepare for EOL
3659 variants.
3660
3661 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3662
3663 * term.el (term-raw-map): Add mapping for insert.
3664 (term-send-insert): New.
3665 (term-mode): Make variables local here instead of doing it in
3666 `term-emulate-terminal'.
3667 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3668 Scroll reverse needs to take into account the scroll region.
3669 Saving and restoring the cursor should save the color attributes too.
3670 (term-reset-terminal): Reset the scroll region.
3671 (term-handle-ansi-escape): Cursor up and down should take into
3672 account the scroll region.
3673 (term-set-scroll-region): Rename from `term-scroll-region'.
3674 Move to 0,0 after setting the region.
3675 (term-handle-scroll): Handle scroll up.
3676 (term-down): Fix off by one error.
3677 (term-delete-lines): Do not delete outside the scroll region.
3678 (term-insert-lines): Take into account the scroll region.
3679
3680 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3681
3682 * textmodes/ispell.el (ispell-internal-change-dictionary)
3683 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3684 (start, end): Move declaration outside of eval-when-compile.
3685
3686 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3687 (flyspell-mode-on): Use it.
3688
3689 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3690 ispell-kill-ispell-hook.
3691
3692 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3693
3694 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3695 (Custom-reset-saved): Do not ask for confirmation in single option
3696 buffers.
3697
3698 2006-01-13 Richard M. Stallman <rms@gnu.org>
3699
3700 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3701
3702 2006-01-13 Romain Francoise <romain@orebokech.com>
3703
3704 * add-log.el (add-change-log-entry, change-log-merge):
3705 Conditionally use `hard-newline'.
3706
3707 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
3708
3709 * wid-edit.el (widget-field-end): If the overlay is no longer
3710 associated with a buffer, behave as if the overlay didn't exist.
3711
3712 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3713 Make sure the links use the `custom-link' face.
3714
3715 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3716
3717 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3718 (ld-script-mode): Don't set indent-line-function since we don't
3719 have one.
3720
3721 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3722
3723 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3724 application.
3725 (org-file-apps-defaults-gnu): Use mailcap as the default for
3726 selecting an application on a UNIX system.
3727 (org-agenda-show-tags): New command.
3728 (org-table-insert-hline): Keep cursor in current table line.
3729 (org-table-convert): Offset effect of modifying
3730 `org-table-insert-hline'.
3731 (org-format-agenda-item): New optional argument TAG.
3732 (org-compile-prefix-format): Handle %T format for the tag.
3733 (org-expand-wide-chars): New function.
3734 (org-table-insert-row, org-table-insert-hline):
3735 Use `org-expand-wide-chars'.
3736 (org-open-file): Fix bug in program launch.
3737 (org-get-time-of-day): Fix bug with times before 1am.
3738 (org-agenda-menu): Add tags commands.
3739
3740 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3741
3742 * textmodes/ispell.el (ispell-init-process): Include the used
3743 dictionary in ispell process start message.
3744 (ispell-internal-change-dictionary): When flyspell-mode is active
3745 and dictionary is changed, make sure ispell process is restarted
3746 and flyspell word cache cleared out for the current buffer.
3747 (ispell-change-dictionary): Make sure flyspell word cache is
3748 cleared out in all buffers with active flyspell mode when
3749 dictionary is globally changed.
3750 Call ispell-internal-change-dictionary after dictionary change.
3751
3752 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3753
3754 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3755
3756 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3757 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3758 years. Fix small differences wrt Makefile.in.
3759 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3760 Makefile.in does.
3761
3762 2006-01-12 Bill Wohler <wohler@newt.com>
3763
3764 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3765 mh-search.el.
3766
3767 2006-01-12 Masatake YAMATO <jet@gyve.org>
3768
3769 * progmodes/ld-script.el: Update copyright year.
3770
3771 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3772
3773 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3774 Don't add widget if setting undefined.
3775
3776 2006-01-12 John Paul Wallington <jpw@pobox.com>
3777
3778 * help-fns.el (describe-variable): Remove newlines from void
3779 variable output.
3780
3781 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3782
3783 * wdired.el (wdired-mode-map): Add help echo for
3784 wdired-abort-changes.
3785
3786 * man.el (Man-file-name-regexp): Adjust for a list of files.
3787
3788 2006-01-12 Masatake YAMATO <jet@gyve.org>
3789
3790 * progmodes/ld-script.el (auto-mode-alist): Support
3791 suffix conventions used in netbsd and eCos.
3792
3793 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3794
3795 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3796 (custom-variable-menu, custom-face-menu, custom-group-menu)
3797 (Custom-mode-menu): Change names of menu items. (As discussed on
3798 emacs-devel.)
3799 (custom-face-menu): Add "Undo Edits" item.
3800
3801 * startup.el (init-file-user): defcustom -> defvar.
3802
3803 * tooltip.el (tooltip-mode): Doc fix.
3804
3805 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3806
3807 * reveal.el (reveal-post-command): window-buffer signals an error on
3808 dead windows rather than returning nil.
3809 (reveal-open-new-overlays): An overlay might die while we open others.
3810
3811 2006-01-11 Bill Wohler <wohler@newt.com>
3812
3813 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3814 phrasing in docstring.
3815
3816 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3817 can give some systems gas. Add new file mh-buffers.el.
3818
3819 2006-01-06 Masatake YAMATO <jet@gyve.org>
3820
3821 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3822 C preprocessor forward ported from GNU Emacs 21.2.
3823
3824 * progmodes/asm-mode.el (asm-font-lock-keywords):
3825 Use `cpp-font-lock-keywords'.
3826
3827 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3828
3829 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3830 of $ for "\\.ld[s]?".
3831
3832 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3833
3834 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3835 (tcl-indent-line): Return `noindent' if inside a string.
3836
3837 * progmodes/flymake.el (flymake-split-string): Remove more than one
3838 empty string at beg/end of the result.
3839 (flymake-find-buildfile, flymake-find-possible-master-files):
3840 Use expand-file-name.
3841 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3842 since expand-file-name does it for us. Use directory-file-name.
3843 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3844 (flymake-ler-get-type, flymake-ler-get-text)
3845 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
3846 (flymake-current-line-no): Remove spurious interactive spec.
3847 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3848 (flymake-check-include): Remove arg inc-path merged into inc-name.
3849 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3850 Arg regexp-list replaced by a simple regexp.
3851 (flymake-master-make-header-init, flymake-master-tex-init):
3852 Correspondingly replace regexp-list with a regexp. Fix regexp.
3853
3854 2006-01-10 Simon Josefsson <jas@extundo.com>
3855
3856 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3857 describing AUTH PLAIN fix.
3858
3859 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3860
3861 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3862 (report-emacs-bug): Don't record initial prompt text.
3863 Instead, add text properties to prompting text.
3864 (report-emacs-bug-hook): Delete prompting text.
3865
3866 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3867
3868 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3869 `dirs'. Adjust callers.
3870
3871 2006-01-09 John Paul Wallington <jpw@gnu.org>
3872
3873 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3874
3875 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3876
3877 * reveal.el (reveal-open-new-overlays): New extracted fun.
3878 (reveal-close-old-overlays): Idem. Check overlays's liveness before
3879 using them. Simplify the code.
3880 (reveal-post-command): Use them. Fix up obsolete windows in
3881 reveal-open-spots.
3882
3883 * progmodes/flymake.el: Use `require' rather than autoload for
3884 XEmacs's overlays.
3885 (flymake-get-common-file-prefix, flymake-build-relative-filename):
3886 Delete. Use file-relative-name instead.
3887 (flymake-get-syntax-check-program-args, flymake-perl-init):
3888 Simplify the resulting code.
3889
3890 * log-view.el (log-view-file-re, log-view-message-re): Add support
3891 for DaRCS output.
3892
3893 2006-01-09 Alex Schroeder <alex@gnu.org>
3894
3895 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3896 identifiers sometimes added in square brackets at the beginning of
3897 subject lines.
3898
3899 2006-01-07 Richard M. Stallman <rms@gnu.org>
3900
3901 * cus-edit.el (Custom-set, Custom-save): Doc fix.
3902 (Custom-reset-current, Custom-reset-saved): Change question text.
3903 (Custom-reset-standard): Likewise.
3904 (custom-variable-reset-saved): Doc fix.
3905
3906 2006-01-07 Eli Zaretskii <eliz@gnu.org>
3907
3908 * startup.el (init-file-user): Doc fix.
3909
3910 2006-01-07 Alex Schroeder <alex@gnu.org>
3911
3912 * mail/rmail.el (rmail-current-subject): New function.
3913 (rmail-current-subject-regexp): New function.
3914 (rmail-next-same-subject): Use it.
3915
3916 * mail/rmailsum.el (rmail-summary-by-topic):
3917 Use rmail-current-subject and rmail-current-subject-regexp.
3918 (rmail-summary-next-same-subject): Ditto.
3919
3920 * net/rcirc.el (rcirc-send-input): No longer check whether the
3921 process is open, since not all commands need an open process.
3922 (rcirc-send-string): Check whether the process is open before
3923 sending anything.
3924 (rcirc-ignore-list): New option.
3925 (rcirc-ignore-list-automatic): New variable.
3926 (rcirc-print): Take rcirc-ignore-list into account.
3927 (rcirc-cmd-ignore): New command.
3928 (rcirc-ignore-update-automatic): New function.
3929 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3930 list if ignored nicks.
3931 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3932
3933 2006-01-06 David Reitter <david.reitter@gmail.com>
3934
3935 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3936 reflect the address to which the report will be sent.
3937
3938 2006-01-06 Eli Zaretskii <eliz@gnu.org>
3939
3940 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3941 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3942
3943 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
3944
3945 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3946
3947 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3948 the doc string: "functoin" => "function".
3949 * ldefs-boot.el: Likewise.
3950
3951 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3952 message text: "Duplicat" => "Duplicate".
3953
3954 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
3955
3956 * files.el (basic-save-buffer-2): If backing-up failed, reset
3957 buffer-backed-up to nil.
3958
3959 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
3960
3961 * progmodes/gud.el (gdb-script-skip-to-head)
3962 (gdb-script-calculate-indentation): Indent for breakpoint command
3963 lists also.
3964
3965 2006-01-05 Bill Wohler <wohler@newt.com>
3966
3967 * Makefile.in (compile-always): Add mh-autoloads dependency.
3968 (bootstrap): Remove mh-autoloads dependency, as compile dependency
3969 provides it.
3970 (updates): Remove mh-autoloads dependency, since it probably has
3971 already run recently (via recompile).
3972
3973 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
3974
3975 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3976 argument `force' to disable the flyspell-last-buffer optimization.
3977 (flyspell-mode-on): Use it.
3978
3979 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3980 flymake-simple-cleanup.
3981 (flymake-allowed-file-name-masks): Use this new default.
3982 All the functions are now called in the right buffer rather than
3983 passing the buffer as argument.
3984 (flymake-process-sentinel): Switch to buffer before calling cleanup.
3985 (flymake-parse-err-lines): Remove redundant buffer arg.
3986 (flymake-get-program-dir): Comment out unused function.
3987 (flymake-start-syntax-check, flymake-start-syntax-check-process):
3988 Remove redundant buffer argument.
3989 (flymake-get-real-file-name, flymake-simple-java-cleanup)
3990 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3991
3992 2006-01-05 Richard M. Stallman <rms@gnu.org>
3993
3994 * info.el (Info-find-node): Don't record previous node if have none.
3995 (info): Go to directory only if history is empty.
3996
3997 * simple.el (mark): Doc fix.
3998
3999 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4000
4001 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
4002 already of desired type.
4003 (mac-ae-list): Coerce parameter to "list" type.
4004 (mac-dispatch-apple-event): Replace cadr part of event with a
4005 dummy position so that event-start returns it.
4006
4007 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
4008
4009 * textmodes/org.el (org-end-of-subtree): New function.
4010 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
4011 Use `org-end-of-subtree'.
4012 (org-agenda, org-agenda-convert-date): Protect calls to
4013 `fit-window-to-buffer'.
4014 (org-tags-view): Force matching of sublevels when doing a
4015 todo-only search. Define the correct redo command, including the
4016 arguments.
4017 (org-agenda-redo): Display message.
4018 (org-check-for-org-mode): New function.
4019 (org-agenda-type): New variable.
4020 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
4021 Set `org-agenda-type'.
4022 (org-agenda-check-type): New function.
4023 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4024 (org-agenda-week-view, org-agenda-day-view)
4025 (org-agenda-next-date-line, org-agenda-previous-date-line)
4026 (org-agenda-log-mode, org-agenda-toggle-diary)
4027 (org-agenda-toggle-time-grid, org-agenda-date-later)
4028 (org-agenda-date-prompt, org-agenda-diary-entry)
4029 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
4030 (org-agenda-convert-date, org-agenda-menu):
4031 Use `org-agenda-check-type'.
4032 (org-make-overlay, org-delete-overlay)
4033 (org-detatch-overlay, org-move-overlay, org-overlay-put):
4034 New compatibility functions.
4035 (org-calendar-select-mouse): New command.
4036
4037 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
4038
4039 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
4040 (Custom-reset-standard): Fix y-or-n-p messages.
4041 (custom-link): New face for links.
4042 (custom-buffer-create-internal, custom-manual): Use it.
4043 (custom-face-save): Push to theme-face before setting face spec.
4044
4045 * wid-edit.el (widget-default-mouse-face-get): New function.
4046 (widget-specify-button): Handle mouse-face like button-face.
4047
4048 * custom.el (load-theme): Clear old theme settings if reloading.
4049
4050 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
4051
4052 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
4053 "Erase Customization" button back to same position it occupies in
4054 the individual State menus.
4055
4056 2006-01-04 Kim F. Storm <storm@cua.dk>
4057
4058 * wid-edit.el (key-sequence): Rework widget to read key binding
4059 using `kbd' syntax. Use C-q to insert literal key, event, or code.
4060 (widget-key-sequence-default-value): Default value for empty sequence.
4061 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
4062 (widget-key-sequence-read-event): New command for C-q.
4063 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
4064 (widget-key-sequence-value-to-external): New functions.
4065
4066 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4067
4068 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
4069 Use expand-file-name.
4070 (flymake-delete-temp-directory): Use expand-file-name,
4071 file-name-directory, and directory-file-name.
4072 (flymake-strrchr): Delete.
4073 (flymake-start-syntax-check): Don't pass the redundant buffer argument
4074 to the init-f function.
4075 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
4076 (flymake-init-find-buildfile-dir)
4077 (flymake-init-create-temp-source-and-master-buffer-copy)
4078 (flymake-simple-make-init-impl, flymake-simple-make-init)
4079 (flymake-master-make-init, flymake-master-make-header-init)
4080 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
4081 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
4082 (flymake-xml-init): Remove corresponding redundant buffer argument.
4083 (flymake-allowed-file-name-masks): Remove last elems that are equal to
4084 the default anyway. Clean up regexps.
4085
4086 * progmodes/flymake.el (flymake-temp-source-file-name)
4087 (flymake-master-file-name, flymake-temp-master-file-name)
4088 (flymake-base-dir): New buffer-local vars.
4089 (flymake-buffer-data, flymake-get-buffer-value)
4090 (flymake-set-buffer-value): Replace those hash-tables by the new
4091 buffer-local vars. Update callers.
4092
4093 * progmodes/flymake.el (flymake-check-start-time)
4094 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
4095 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
4096 Move definition, so we can remove redundant earlier declaration.
4097 (flymake-replace-regexp-in-string, flymake-split-string)
4098 (flymake-get-temp-dir): Use defalias.
4099 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
4100 (flymake-xemacs-window-edges): Remove unused function.
4101 (flymake-get-point-pixel-pos): Move.
4102 (flymake-pid-to-names, flymake-reg-names)
4103 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
4104 Replace by a simple list flymake-processes and by process-buffer.
4105 Update callers. Other than simplify the code, it uses buffers rather
4106 than buffer-names so it doesn't get confused by uniquify.
4107 (flymake-buffer-data): The global value should just be nil.
4108
4109 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
4110 Optimize the body of a defalias like any other code.
4111
4112 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
4113 Make sure we've setup font-lock's vars. It may influence which
4114 function we then call.
4115 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
4116 here since it's too late anyway.
4117
4118 2006-01-03 Romain Francoise <romain@orebokech.com>
4119
4120 * startup.el (fancy-splash-tail, normal-splash-screen):
4121 Update copyright year.
4122
4123 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
4124
4125 * mouse.el (mouse-drag-track): Rename, from
4126 `mouse-drag-region-1'. Includes optional argument required to
4127 enable post-drag event processing (e.g. delete region keys).
4128 Can be used without this argument to track a mouse region and operate
4129 on it as soon as the drag completes.
4130 (mouse-drag-region): Use `mouse-drag-track'.
4131
4132 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4133
4134 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
4135 Move to `custom-buffer' group.
4136
4137 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4138 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
4139 (custom-theme-insert-face-marker, custom-theme-variable-menu)
4140 (custom-theme-face-menu): New variables.
4141 (custom-theme-add-variable, custom-theme-variable-action)
4142 (custom-variable-reset-theme, custom-theme-delete-variable)
4143 (custom-face-reset-theme, custom-theme-face-action)
4144 (custom-theme-delete-face, custom-theme-merge-theme)
4145 (custom-theme-add-face, custom-theme-visit-theme): New functions.
4146
4147 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
4148
4149 * custom.el: Move Custom Themes commentary to start of theme code.
4150 (custom-known-themes): Rename `standard' theme to `changed'.
4151 (custom-push-theme): Caller no longer specifies what theme to use
4152 when doing `reset'---the setting is simply removed from the theme.
4153 Delete MODE from `theme-value' and `theme-settings' properties.
4154 (custom-declare-theme): Ignore &rest args since we don't use them.
4155
4156 (custom-loaded-themes): Delete variable.
4157 (custom-theme-load-themes, custom-theme-loaded-p)
4158 (custom-theme-value): Delete functions.
4159
4160 (custom-declare-theme): Signal error on invalid theme names.
4161 (provide-theme): custom-loaded-themes was deleted.
4162 (load-theme): Load the file unconditionally.
4163 (enable-theme): Call `load-theme' if theme is undefined.
4164 (custom-enabled-themes): Only update value for successful loads.
4165 (disable-theme): Complete from enabled themes when interactive.
4166 (custom-variable-theme-value): Calculate theme value directly.
4167
4168 (custom-theme-reset-variables, custom-reset-variables): Mark as
4169 XEmacs compatibility functions. We don't actually use these.
4170
4171 * cus-edit.el (custom-variable-state-set):
4172 Use custom-variable-theme-value instead of custom-theme-value.
4173 (custom-face-state-set): Rename `standard' theme to `changed'.
4174 (custom-save-variables, custom-save-faces): Delete unneeded
4175 references to custom-reset-variables.
4176 (custom-save-resets): Delete function.
4177 (custom-save-variables, custom-save-faces): MODE argument deleted.
4178 (custom-save-variables, custom-save-faces): Ignore theme values.
4179
4180 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4181 compatibility function.
4182
4183 2006-01-01 Richard M. Stallman <rms@gnu.org>
4184
4185 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4186 (Custom-reset-current, Custom-reset-saved): Likewise.
4187 (Custom-reset-standard): Show message if aborted.
4188 (custom-mode): Doc fix, describing those commands.
4189
4190 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4191 put on event-kind property.
4192
4193 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4194
4195 * custom.el (provide-theme): Ban `user' theme name.
4196 (custom-enabling-themes): New variable.
4197 (enable-theme): Don't enable user if custom-enabling-themes is t.
4198 (custom-enabled-themes): Make it a defcustom.
4199 (custom-theme-recalc-face): No-op if face is undefined.
4200
4201 * cus-edit.el (custom-button-mouse): New variable.
4202 (custom-button-mouse): New face.
4203 (custom-raised-buttons, custom-mode): Use it.
4204
4205 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4206
4207 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4208
4209 * progmodes/gud.el (gud-display-line): Support hl-line in the
4210 source buffer.
4211
4212 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4213
4214 * mouse.el (mouse-drag-window-above): Verify that the found window
4215 overlaps with the given window in the horizontal dimension.
4216
4217 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4218
4219 * Makefile.in (cvs-update): New target.
4220
4221 * makefile.w32-in (cvs-update): Ditto.
4222
4223 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4224
4225 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4226 (custom-new-theme-mode-map): New variable.
4227
4228 2005-12-30 Richard M. Stallman <rms@gnu.org>
4229
4230 * custom.el (custom-load-themes): Function deleted.
4231
4232 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4233 (custom-save-variables): Don't delete or add custom-load-themes call.
4234
4235 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4236
4237 * cus-start.el: Add `visible-cursor'.
4238
4239 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4240 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4241 (flymake-process-filter): Switch to buffer before calling it instead.
4242 (flymake-post-syntax-check, flymake-highlight-err-lines)
4243 (flymake-delete-own-overlays, flymake-parse-err-lines)
4244 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4245 (flymake-count-lines, flymake-parse-residual):
4246 Remove constant buffer argument.
4247 (flymake-start-syntax-check-for-current-buffer): Remove.
4248 Update callers to use flymake-start-syntax-check instead.
4249 (flymake-display-err-menu-for-current-line):
4250 Remove unused var `mouse-pos'.
4251 (flymake-restore-formatting): Comment out unused function.
4252 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4253 argument, use current-buffer instead. Update callers.
4254
4255 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4256
4257 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4258 buffer-local because choose-completion-delete-max-match requires
4259 that we set completion-ignore-case (i.e., binding via let is not
4260 sufficient).
4261 (bibtex-complete): Always set completion-ignore-case and
4262 choose-completion-string-functions. The latter is needed because
4263 choose-completion-string-functions keeps its value if we quit the
4264 *Completions* buffer without requesting a completion.
4265
4266 2005-12-30 Andreas Schwab <schwab@suse.de>
4267
4268 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4269
4270 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4271
4272 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4273
4274 2005-12-30 Juri Linkov <juri@jurta.org>
4275
4276 * locate.el (locate-fcodes-file, locate-header-face)
4277 * progmodes/delphi.el (delphi-other-face)
4278 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4279
4280 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4281 group `paren-showing-faces'.
4282
4283 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4284 (goto-address): Fix docstring.
4285
4286 * net/webjump.el (webjump-sample-sites): Update URLs.
4287
4288 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4289
4290 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4291
4292 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4293
4294 * font-lock.el (font-lock-compile-keywords): Signal an error when
4295 font-lock-set-defaults hasn't been called.
4296
4297 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4298
4299 * subr.el (noreturn, 1value): Doc fixes.
4300
4301 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4302
4303 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4304 that assoc-string returns nil.
4305
4306 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4307
4308 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4309 (bibtex-entry-type-str, bibtex-empty-field-re)
4310 (bibtex-search-backward-string, bibtex-preamble-prefix)
4311 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4312 (bibtex-any-valid-entry-type): New variable.
4313 (bibtex-parse-field-name): Simplify.
4314 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4315 (bibtex-preamble-prefix): Include left delimiter.
4316 (bibtex-search-forward-field, bibtex-search-backward-field):
4317 Allow unbounded search past entry boundaries (required by bibtex-pop).
4318 (bibtex-text-in-field-bounds): Use push.
4319 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4320 (bibtex-parse-preamble, bibtex-valid-entry)
4321 (bibtex-beginning-first-field): New functions.
4322 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4323 (bibtex-map-entries): Fix docstring.
4324 (bibtex-flash-head): New arg prompt. Simplify.
4325 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4326 (bibtex-insert-kill): Simplify. Always insert text past the
4327 current field or entry.
4328 (bibtex-format-entry): Use bibtex-parse-field.
4329 (bibtex-pop): Use bibtex-beginning-of-entry and
4330 bibtex-end-of-entry to initiate the search. Insert empty field if
4331 we found ourselves.
4332 (bibtex-print-help-message): New args field and comma.
4333 Handle entry keys.
4334 (bibtex-make-field): Use bibtex-beginning-of-entry.
4335 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4336 invalid entry.
4337 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4338 Handle preambles. Simplify code for thorough test.
4339 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4340 New arg comma. Handle entry heads.
4341 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4342 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4343 New arg comma.
4344 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4345 (bibtex-fill-field): Simplify.
4346 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4347 bibtex-parse-field.
4348 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4349 (bibtex-complete): Use bibtex-parse-preamble.
4350
4351 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4352
4353 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4354 Display name of expression instead of convenience variable.
4355 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4356
4357 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4358 toggle-gud-tooltip-dereference.
4359 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4360 (gud-tooltip-tips): ...here when dereferencing.
4361
4362 2005-12-28 Bill Wohler <wohler@newt.com>
4363
4364 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4365
4366 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4367
4368 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4369 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4370 (vc-annotate-display-autoscale): Adjust call.
4371 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4372 Fix interactive spec.
4373 (vc-annotate-time-span): Remove.
4374 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4375 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4376 (vc-annotate-display-select): Use new name.
4377
4378 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4379 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4380 Correct the construction of span entries. Simplify.
4381 (vc-annotate-display-select): Fix the nil case.
4382 (vc-annotate): Remove obsolete (and now broken) code.
4383 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4384 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4385
4386 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4387
4388 * subr.el (lazy-completion-table): Correct typo in docstring.
4389
4390 * startup.el (command-line): Use `custom-reevaluate-setting' for
4391 `send-mail-function'.
4392
4393 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4394
4395 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4396
4397 * mail/smtpmail.el (smtpmail-try-auth-methods):
4398 Send credentials together with "AUTH PLAIN" command.
4399
4400 2005-12-27 Richard M. Stallman <rms@gnu.org>
4401
4402 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4403 mouse-2, go back to previously selected window, so it's selected
4404 when mouse-2 command runs.
4405
4406 2005-12-27 Juri Linkov <juri@jurta.org>
4407
4408 * descr-text.el (describe-text-sexp): Use square brackets for
4409 button [Show] to distinguish it from the property value `show'.
4410 (describe-property-list): Use `insert-text-button' with
4411 `help-face' type instead of putting face in quotes, because button
4412 is not created automatically for a list of faces.
4413 (describe-text-properties-1): Put button-type value in quotes to
4414 distinguish from plain text "button".
4415 (describe-char): Display code point values in hex. Don't use
4416 `symbol-name' for `current-input-method' because it is a string.
4417 Use `insert-text-button' with `help-face' type instead of putting
4418 hardcoded face in quotes, because button is not created automatically.
4419
4420 2005-12-27 Richard M. Stallman <rms@gnu.org>
4421
4422 * progmodes/glasses.el (glasses-face): More specific custom type.
4423
4424 * files.el (set-visited-file-name): Doc fix.
4425
4426 * textmodes/flyspell.el (flyspell-external-point-words):
4427 Use local var buffer-scan-pos to advance scan for next misspelling.
4428 Advance it only after we find the misspelling.
4429
4430 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4431
4432 * textmodes/flyspell.el (flyspell-external-point-words):
4433 New criteria for finding the misspelling in the buffer.
4434
4435 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4436
4437 * help-mode.el (help-insert-string): Set help-xref-stack-item
4438 rather than call help-setup-xref.
4439
4440 * descr-text.el (describe-char): Revert previous changes for
4441 optional buffer argument.
4442
4443 2005-12-27 Juri Linkov <juri@jurta.org>
4444
4445 * help-mode.el (help-insert-string): New function. Save buffer
4446 contents in cases where it is impossible to recompute the old contents.
4447
4448 * descr-text.el (describe-char): Set help-xref-stack-item
4449 explicitly after buffer has been generated.
4450
4451 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4452
4453 * cus-start.el (all): Add x-gtk-show-hidden-files.
4454
4455 2005-12-26 Richard M. Stallman <rms@gnu.org>
4456
4457 * replace.el (perform-replace): Calculate match-again
4458 before skipping read-only matches.
4459
4460 * paren.el (paren-showing-faces): New group.
4461 (show-paren-match, show-paren-mismatch): Move to that group.
4462
4463 * button.el (button): Put into group `basic-faces'.
4464
4465 * progmodes/make-mode.el: Remove faces from group `faces'.
4466
4467 * apropos.el (apropos, apropos-value): Doc fix.
4468 (apropos-documentation): Doc fix.
4469
4470 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4471
4472 * subr.el (lazy-completion-table): Remove argument `args'.
4473
4474 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4475 Don't use the `args' argument of lazy-completion-table.
4476
4477 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4478
4479 * descr-text.el (describe-char): Add optional argument for buffer.
4480 Set buffer appropriately. Call help-setup-xref.
4481 Suggested by Stefan Monnier.
4482
4483 2005-12-26 Juri Linkov <juri@jurta.org>
4484
4485 * descr-text.el: Require `help-fns' at runtime. Don't require
4486 `button' for byte compilation.
4487 (describe-text-widget): Add `help-echo' for first button.
4488 Use `help-info' for second.
4489 (describe-property-list): Use `help-argument-name' instead of `italic'.
4490 (describe-text-category): Add prompt to interactive spec.
4491 Call `help-setup-xref'.
4492 (describe-char): Use `help-character-set'. Add `help-echo' for
4493 code point. Use `help-input-method'. Remove superfluous insert.
4494
4495 2005-12-25 Richard M. Stallman <rms@gnu.org>
4496
4497 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4498 at point, in case of narrowing.
4499
4500 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4501
4502 * locate.el (locate-header-face): Allow nil in type.
4503
4504 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4505
4506 2005-12-25 Romain Francoise <romain@orebokech.com>
4507
4508 * battery.el (battery-linux-proc-acpi): Also try
4509 `/proc/acpi/thermal_zone/THM0/temperature'.
4510
4511 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4512
4513 * custom.el (custom-push-theme): Fix docstring.
4514
4515 * cus-edit.el (custom-variable-set, custom-variable-save)
4516 (custom-variable-save): Custom-quote widget values.
4517 (customize-save-variable): Fix custom-push-theme call.
4518
4519 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4520
4521 * w32-fns.el (w32-batch-update-autoloads): New function.
4522
4523 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4524 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4525 from the command line.
4526
4527 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4528
4529 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4530 reset means to remove setting from theme entirely. Don't keep
4531 expanding theme-settings list; delete old entries if necessary.
4532
4533 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4534 customization" button one line up.
4535 (custom-themed): New face.
4536 (custom-magic-alist): New value, THEMED, for theme settings.
4537 (custom-variable-state-set, custom-face-state-set):
4538 Check theme-value instead of saved-value.
4539 (custom-variable-reset-standard, custom-face-reset-standard):
4540 Remove theme setting entirely. Recalculate new values.
4541 (custom-variable-set, custom-variable-set)
4542 (custom-variable-reset-saved, custom-variable-reset-backup)
4543 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4544 (custom-variable-save): Fix typos.
4545
4546 2005-12-23 Juri Linkov <juri@jurta.org>
4547
4548 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4549 Add autoload cookies.
4550 (edebug-outside-d-c-i-n-s-w): New variable.
4551 (edebug-display, edebug-outside-excursion): Use it to save the
4552 original value of default-cursor-in-non-selected-windows.
4553 Set default-cursor-in-non-selected-windows to t while Edebug
4554 is active.
4555 (edebug-mode, edebug-eval-mode): Doc fix.
4556
4557 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4558 with `buffer-substring-no-properties' to remove common substring
4559 highlighting.
4560
4561 * info.el (info-other-window, info): Rename function argument
4562 `file' to `file-or-node'.
4563 (Info-complete-menu-item): Use local variable `complete-nodes' to
4564 keep the global value of `Info-complete-nodes' unchanged for
4565 subsequent completions.
4566 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4567
4568 * simple.el (get-next-valid-buffer, last-buffer)
4569 (next-error-buffer-p, next-error-find-buffer)
4570 (minibuffer-history-sexp-flag): Doc fix.
4571
4572 * savehist.el (savehist-mode-hook): Add `:group'.
4573
4574 * log-view.el: Call autoload for vc-find-version.
4575 (log-view-current-file): Adjust subgroup numbers.
4576 (log-view-current-tag): Add `length'.
4577
4578 2005-12-23 Richard M. Stallman <rms@gnu.org>
4579
4580 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4581
4582 2005-12-23 Juri Linkov <juri@jurta.org>
4583
4584 * hi-lock.el (hi-lock-archaic-interface-message-used)
4585 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4586 (hi-lock-mode): Display "Hi" in the mode line only when
4587 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4588 (hi-lock-write-interactive-patterns):
4589 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4590 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4591 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4592 font-lock-add-keywords to t.
4593
4594 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4595
4596 * hi-lock.el (hi-lock-highlight-range): New variable.
4597 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4598 only if font-lock-fontified is non-nil. Remove overlays.
4599 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4600 font-lock-fontified is non-nil, otherwise use overlays (instead of
4601 text properties).
4602 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4603 New variables.
4604 (hi-lock-string-serialize) New function.
4605
4606 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4607
4608 * menu-bar.el (menu-find-file-existing): New function.
4609 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4610
4611 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4612
4613 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4614
4615 * vc.el: Remove unnecessary leading * in docstrings.
4616 (vc-annotate-mode-map): Move initialization into declaration.
4617 (vc-static-header-alist): Nitpick on the regexp.
4618 (vc-default-init-version): New fun.
4619 (vc-register): Use it.
4620 (vc-insert-headers): Use dolist.
4621 (vc-annotate-get-backend): Remove unused function.
4622 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4623 (vc-annotate-mode): Remove corresponding call.
4624 (vc-annotate-car-last-cons): Simplify.
4625 (vc-annotate-buffers): Remove var.
4626 (vc-annotate-backend): Make it buffer-local.
4627 (vc-annotate): Move the interaction to the interactive spec.
4628 Add a `buf' argument.
4629 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4630 killing&creating a vc-annotate buffer, which is very disruptive when
4631 the buffers are shown in dedicated frames.
4632
4633 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4634
4635 * descr-text.el: Add FSF as maintainer.
4636 (describe-text-mode, describe-text-mode-map)
4637 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4638 help-mode.
4639 (describe-text-widget, describe-text-sexp)
4640 (describe-property-list, describe-text-category)
4641 (describe-text-properties, describe-text-properties-1)
4642 (describe-char): Use help buttons instead of widgets.
4643 (describe-char-unicodedata-file): Make URL link in doc string.
4644
4645 2005-12-22 Richard M. Stallman <rms@gnu.org>
4646
4647 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4648 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4649 Don't include buttons that write a file when there's no file.
4650 (custom-variable-menu, custom-face-menu, custom-group-menu):
4651 Don't include commands that write a file when there's no file.
4652 (customize-browse): Reword the top-of-buffer help intro.
4653 (custom-buffer-create-internal): Fix previous change.
4654 (customize-changed-options-previous-release): Prev release is 21.1.
4655 (customize-changed-options): Doc fix.
4656 (customize-changed): New alias.
4657 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4658 Say "standard values".
4659 (Custom-reset-standard): Doc fix.
4660 (custom-face-reset-standard): Doc fix.
4661
4662 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4663
4664 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4665 even if font-lock-mode is non-nil since it may be t without having
4666 turned on font-lock-mode-internal.
4667 (font-lock-choose-keywords): Minor optimization.
4668 (font-lock-add-keywords, font-lock-remove-keywords)
4669 (font-lock-set-defaults): Don't call make-local-variable on a variable
4670 that we know to already be local.
4671
4672 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4673
4674 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4675 messages if in the minibuffer.
4676
4677 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4678
4679 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4680 (tex-mode-flyspell-verify, flyspell-get-word)
4681 (flyspell-external-point-words): Don't use point-min/max uselessly.
4682
4683 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4684 by Kevin Rodgers. Instead, just hide the completions buffer if we
4685 don't need to show it.
4686
4687 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4688
4689 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4690
4691 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4692
4693 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4694 delete-windows-on with an inexistent buffer.
4695
4696 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4697
4698 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4699 Delete defcustom variable :tag names.
4700
4701 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4702
4703 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4704 (log-view-font-lock-keywords): Ajust subgroup numbers.
4705 (log-view-current-tag): Don't hard code the number of subgroups.
4706
4707 2005-12-20 Juri Linkov <juri@jurta.org>
4708
4709 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4710 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4711
4712 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4713 (menu-bar-non-minibuffer-window-p): Instead of checking
4714 display-multi-frame-p, use selected-frame when menu-updating-frame
4715 is nil.
4716
4717 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
4718
4719 * align.el (align-rules-list): Use [ \t] instead of \s-
4720 for column separators in text mode.
4721
4722 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4723
4724 * help-mode.el (help-customize-variable, help-customize-face):
4725 Don't pop help-xref-stack as help-follow no longer pushes
4726 anything on to it.
4727
4728 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4729
4730 * textmodes/org.el (org-agenda-custom-commands): New option.
4731 (org-agenda): Offer custom commands on splash screen.
4732 (org-make-tags-matcher): Parser for Boolean logic added.
4733 (org-agenda-set-tags): New command.
4734 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4735 (org-set-tags): Efficiency improvements.
4736 (org-auto-align-tags): New option.
4737 (org-todo, org-demote, org-promote): Realign tags.
4738 (org-tags-completion-function): Use also "&" and "|" as separators.
4739 (org-org-menu): Agenda commands simplified.
4740
4741 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4742
4743 * cus-edit.el (customize-apropos, customize-apropos-options):
4744 Docstring changes.
4745
4746 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4747
4748 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4749
4750 * longlines.el (longlines-mode): Wrap while widened.
4751 (longlines-decode-region, longlines-encode-region): Compute max
4752 just once.
4753
4754 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4755
4756 * cus-edit.el (mac): New group.
4757
4758 * cus-start.el (all): Add user options in macterm.c. Add test for
4759 Mac-related built-ins. Fix test for GTK-related built-ins.
4760
4761 * term/mac-win.el (mac-handle-language-change)
4762 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4763 (mac-services-open-selection, mac-services-mail-selection)
4764 (mac-services-mail-to, mac-services-insert-text)
4765 (mac-dispatch-apple-event): Add docstrings.
4766 (x-get-selection, mac-select-convert-to-string): Select coding
4767 system from `utf-16be' and `utf-16le' using `byteorder'.
4768
4769 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4770
4771 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4772 a "list" (lambda ...) rather than a real completion list.
4773
4774 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4775 lexical-let when encountering ((lambda (...) ...) ...).
4776
4777 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4778
4779 * progmodes/sh-script.el (sh-mode):
4780 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4781 * textmodes/picture.el (picture-mode): Update docstrings.
4782
4783 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4784
4785 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4786 commands enclosed in $(ARGQUOTE)s should not be split between two
4787 lines, as that will break with GNU Make >3.80, when sh.exe is used
4788 and arg quoting is with '..'.
4789 (autoloads): Don't break the quoted --eval expression between
4790 several lines.
4791
4792 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4793
4794 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4795 Capture error from printing circular structures.
4796
4797 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
4798
4799 * wid-edit.el (widget-checkbox-action): Clear undo info.
4800
4801 2005-12-16 Bill Wohler <wohler@newt.com>
4802
4803 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4804 bar, not menubar in comment.
4805
4806 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4807
4808 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4809 After-change-functions should not clobber the match data.
4810
4811 2005-12-16 Juri Linkov <juri@jurta.org>
4812
4813 * simple.el (choose-completion): Use `buffer-substring-no-properties'
4814 instead of `buffer-substring'.
4815 (completion-common-substring): Doc fix.
4816 (completion-setup-function): Use minibuffer-completion-contents
4817 instead of minibuffer-contents. Don't set common-string-length
4818 initially. Remove special handling of partial-completion-mode.
4819 Move computation of completion-base-size into one cond.
4820 Call completion-base-size-function in mainbuf. In computation of
4821 completion-base-size for file name completion don't move point to
4822 the end of the minibuffer. Move computation of common-string-length
4823 into one cond. Start putting faces only when common-string-length>=0.
4824 Add condition to put completions-common-part when
4825 common-string-length>0.
4826
4827 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4828 place point at the first different character in the minibuffer
4829 even if this position is at the beginning of the minibuffer.
4830
4831 * info.el (Info-read-node-name-1): In completion-base-size-function's
4832 lambda return 1 if common-substring or minibuffer-completion-contents
4833 starts with (, and 0 otherwise.
4834
4835 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4836 Use `crm-current-element' for second arg of `display-completion-list'.
4837
4838 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
4839
4840 * files.el (set-auto-mode): Look for an interpreter specified on
4841 the first line also if search for mode specification succeeded,
4842 but the mode is not known.
4843
4844 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
4845
4846 * textmodes/org.el (org-tags-match-list-sublevels): New option.
4847 (org-open-at-point): Implement tag searches as links.
4848 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4849 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4850 (org-tags-sparse-tree, org-tags-view, org-set-tags)
4851 (org-agenda-dispatch): New commands.
4852 (org-use-tag-inheritance, org-tags-column): New options.
4853 (org-tab-follows-link, org-return-follows-link): New options.
4854 (org-tags): New customize group.
4855 (org-start-icalendar-file): Get local time zone.
4856 (org-tags-completion-function): New function.
4857 (org-set-font-lock-defaults): Make sure links will also be
4858 highlighted inside headlines.
4859
4860 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
4861
4862 * term.el (term-emulate-terminal):
4863 Let term-handle-ansi-terminal-messages override what Bash says about
4864 its current directory.
4865
4866 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4867
4868 * bindings.el (last-buffer): Move to simple.el.
4869 * simple.el (last-buffer): Move here.
4870 (get-next-valid-buffer): New function.
4871 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4872 (prev-buffer): Ditto. Rename to `previous-buffer'.
4873
4874 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4875 * bindings.el (global-map): Ditto.
4876
4877 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
4878
4879 * cus-edit.el: Introductory comment change.
4880 (custom-magic-alist): Change message string for the `rogue' state.
4881
4882 2005-12-15 Richard M. Stallman <rms@gnu.org>
4883
4884 * tooltip.el: Delete defcustom variable :tag names.
4885
4886 * complete.el (partial-completion-mode): Doc fix.
4887
4888 * textmodes/flyspell.el (flyspell-external-point-words):
4889 Use save-excursion to ensure we don't move backward in the
4890 search loop, not even one character.
4891 (flyspell-delete-all-overlays): Use remove-overlays directly.
4892
4893 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4894 (ispell-start-process): Set that variable.
4895 Clear ispell-buffer-local-name.
4896 (ispell-internal-change-dictionary):
4897 Set ispell-current-dictionary after killing process.
4898 (ispell-buffer-local-dict):
4899 Don't set spell-personal-dictionary after killing process.
4900 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4901 (ispell-tex-skip-alists, ispell-html-skip-alists)
4902 (ispell-skip-region-alist): Mark as risky.
4903
4904 * net/newsticker.el (newsticker--retrieval-timer-list)
4905 (newsticker--display-timer, newsticker-running-p)
4906 (newsticker-ticker-running-p): Definitions moved up.
4907
4908 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
4909
4910 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4911
4912 2005-12-15 David Ponce <david@dponce.com>
4913
4914 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4915 (recentf-edit-list, recentf-open-files): Signal an error when
4916 there is no recent file.
4917
4918 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
4919
4920 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4921 read-only except for texinfo-format-region evaluation.
4922
4923 2005-12-14 Richard M. Stallman <rms@gnu.org>
4924
4925 * vc.el (vc-default-previous-version, vc-default-next-version)
4926 (vc-do-command): Doc fixes.
4927
4928 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4929
4930 * textmodes/bibtex.el (bibtex-expand-strings)
4931 (bibtex-autokey-expand-string, bibtex-name-part)
4932 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4933 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4934 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4935 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4936 (bibtex-entry-postfix, bibtex-known-entry-type-re)
4937 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4938 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4939 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4940 (bibtex-beginning-of-last-entry): Remove.
4941 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
4942 message if comma is missing but buffer is read-only.
4943 (bibtex-parse-field-text): Handle whitespaces at the end of field
4944 text. Return 3-element list with beginning and end of field text
4945 and end of field.
4946 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4947 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
4948 (bibtex-search-forward-field, bibtex-search-backward-field):
4949 Search always delimited by limits of entry. Use more efficient
4950 search algorithms.
4951 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4952 bibtex-end-of-name-in-field.
4953 (bibtex-text-in-field-bounds): Handle BibTeX strings when
4954 extracting the content of a field.
4955 (bibtex-text-in-field): Use search limits.
4956 (bibtex-parse-string-prefix): Handle empty string keys based on
4957 bibtex-string-empty-key.
4958 (bibtex-parse-string): Fix docstring.
4959 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4960 (bibtex-preamble-prefix, bibtex-strings): New functions.
4961 (bibtex-skip-to-valid-entry): Include preceding whitespace in
4962 BibTeX entries (consistent with other BibTeX functions).
4963 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4964 (bibtex-search-entry): Fix docstring. Simplify.
4965 (bibtex-flash-head, bibtex-complete-string-cleanup)
4966 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4967 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4968 (bibtex-parse-entry): New optional arg content.
4969 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4970 Use bibtex-text-in-field-bounds.
4971 (bibtex-print-help-message): Handle BibTeX strings and preambles.
4972 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4973 bibtex-parse-string-postfix.
4974 (bibtex-find-text-internal): New function.
4975 (bibtex-remove-delimiters): Use it.
4976 (bibtex-find-text): Use it. New optional arg help.
4977 (bibtex-complete): Handle BibTeX string and preamble entries.
4978 (bibtex-Preamble): Fix order of closing delimiters.
4979
4980 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4981
4982 * vc.el (vc-default-revert): New fun.
4983
4984 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4985
4986 2005-12-14 Romain Francoise <romain@orebokech.com>
4987
4988 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4989 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4990 (font-lock-remove-keywords): Likewise.
4991
4992 2005-12-14 Juri Linkov <juri@jurta.org>
4993
4994 * log-view.el (log-view-diff): Doc fix.
4995
4996 * isearch.el (isearch-query-replace): Use (mark) instead of
4997 isearch-opoint if mark is active in transient-mark-mode.
4998
4999 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5000
5001 * isearch.el (isearch-query-replace): Check for isearch-other-end.
5002
5003 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
5004
5005 * progmodes/cpp.el (cpp-face): New widget.
5006 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
5007
5008 2005-12-14 Juri Linkov <juri@jurta.org>
5009
5010 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
5011 around `erase-buffer' and `insert'.
5012
5013 * descr-text.el (describe-text-properties): Replace buffer name
5014 "*Help-2*" with "*Help*<2>".
5015 (describe-char): Add functions print-help-return-message,
5016 toggle-read-only. Use help-setup-xref with nil to not store
5017 describe-char in help-xref-stack. Use help-make-xrefs to
5018 make [back] button.
5019
5020 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
5021
5022 * wdired.el (wdired-old-point): New internal variable.
5023 (wdired-change-to-wdired-mode): Set it buffer-locally.
5024 (wdired-abort-changes): Restore point after aborting changes.
5025
5026 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5027
5028 * vc.el (vc-do-command): Add a new value t for okstatus.
5029
5030 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
5031 frame in case of errors.
5032
5033 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5034
5035 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
5036 so it comes after "On the Left" in the menu.
5037
5038 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
5039
5040 * cus-edit.el (customize-apropos, customize-apropos-options)
5041 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
5042
5043 2005-12-12 Bill Wohler <wohler@newt.com>
5044
5045 * vc-svn.el (vc-svn-registered): Fix problem of visiting
5046 non-writable Subversion-controlled files by saving window
5047 configuration before calling vc-do-command. vc-do-command calls
5048 pop-to-buffer on error which is unexpected during registration.
5049
5050 2005-12-12 Jay Belanger <belanger@truman.edu>
5051
5052 * calc/README: Update the summary of changes.
5053
5054 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5055
5056 * descr-text.el (describe-char): Rework last fix to solve the problem
5057 is the same way it's solved for everything else in that function
5058 (i.e. by extracting the info before setting up the *Help* buffer).
5059
5060 2005-12-12 Kim F. Storm <storm@cua.dk>
5061
5062 * subr.el (version-regexp-alist): Allow space as separator before
5063 non-numeric part, e.g. "1.0 alpha".
5064 (version-to-list): Interpret .X.Y version as 0.X.Y version.
5065
5066 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
5067
5068 * textmodes/org.el (org-agenda, org-timeline, org-todo):
5069 Implement Logging and the keep-modes setting.
5070 (org-get-category): Make sure a string is returned.
5071 (org-log-done): New function.
5072 (org-log-done, org-closed-string): New options.
5073
5074 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5075
5076 * tooltip.el (tooltip-y-offset): Change default to 20.
5077
5078 2005-12-12 Richard M. Stallman <rms@gnu.org>
5079
5080 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
5081
5082 * frame.el (display-hourglass): Doc fix.
5083
5084 * help.el (help-for-help-internal): Simplify entry for `a'.
5085
5086 * info.el (Info-on-current-buffer): Doc fix.
5087 (info-insert-file-contents): Don't test (featurep 'jka-compr).
5088
5089 * startup.el (inhibit-splash-screen): Make this the real name.
5090 (inhibit-startup-message): Make this the alias.
5091 (command-line): Find only simple.el, and use its directory
5092 to fill in other preloaded files' names.
5093 (command-line): Deactivate the mark if deactivate-mark is set.
5094
5095 * international/mule.el (load-with-code-conversion):
5096 Bind deactivate-mark.
5097
5098 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
5099
5100 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
5101
5102 * cus-edit.el (customize-apropos): Avoid listing an option more
5103 than once under different aliases. No longer list user options
5104 that are not defined with defcustom (unless a prefix arg is given).
5105 Doc fix.
5106 (customize-apropos-options): Doc fix.
5107
5108 2005-12-11 Juri Linkov <juri@jurta.org>
5109
5110 * frame.el (set-background-color, set-foreground-color)
5111 (set-cursor-color, set-mouse-color, set-border-color):
5112 Add explicit prompts to read colors by `facemenu-read-color'.
5113 (show-trailing-whitespace, blink-cursor-delay)
5114 (blink-cursor-interval, display-hourglass, hourglass-delay):
5115 Remove tags.
5116 (display-hourglass, hourglass-delay): Doc fix.
5117 (cursor-in-non-selected-windows): Capitalize words in tag.
5118
5119 * faces.el (frame-background-mode): Replace `choice-item' keywords
5120 with `const' to not make [default] button. Change default value tag
5121 from `default' to `automatic'. Doc fix.
5122 (trailing-whitespace) <defface>: Change group `whitespace' to
5123 `whitespace-faces'.
5124
5125 2005-12-11 Richard M. Stallman <rms@gnu.org>
5126
5127 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
5128
5129 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5130
5131 * term/mac-win.el: Create keymap for mac-apple-event-map.
5132
5133 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
5134
5135 * tooltip.el (tooltip-mode): Move to start of file so that it
5136 appears at top of customize buffer.
5137
5138 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5139 Add the gud groupname.
5140 (gud-tooltip-mode): Add the tooltip groupname.
5141 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
5142 avoid conflict with tooltip-use-echo-area.
5143
5144 2005-12-10 Romain Francoise <romain@orebokech.com>
5145
5146 * help.el (help-for-help-internal): Add `r' in doc string.
5147
5148 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5149
5150 * align.el (align-regexp, align-highlight-rule):
5151 Use region-beginning and region-end instead of point and mark, so that
5152 repetition (with `repeat-complex-command') recomputes the region
5153 bounds.
5154
5155 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
5156
5157 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5158 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5159 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5160 (balance-windows): Rewrite using the above new functions.
5161
5162 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5163
5164 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5165 react if global-hi-lock-mode seems intended.
5166 (global-hi-lock-mode) Renamed from hi-lock-mode.
5167 (hi-lock-archaic-interface-message-used)
5168 (hi-lock-archaic-interface-deduce): New variables.
5169 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5170 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5171 (hi-lock-find-patterns, hi-lock-font-lock-hook):
5172 Replace hi-lock-buffer-mode with hi-lock-mode.
5173
5174 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
5175
5176 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5177 completion list, even after a partial completion has been
5178 inserted in the current buffer. If there are more than 1
5179 completion, redisplay the *Completions* buffer; if the
5180 completion is unique, delete the *Completions* window.
5181
5182 2005-12-10 Eli Zaretskii <eliz@gnu.org>
5183
5184 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5185 strings and long subject lines that were broken into multiple
5186 lines at arbitrary places. Handle subjects that have "Re: " in
5187 the middle.
5188
5189 2005-12-10 John W. Eaton <jwe@octave.org>
5190
5191 * emacs/octave-mod.el (octave-electric-space): Don't indent
5192 comments or strings if octave-auto-indent is nil.
5193
5194 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5195
5196 * term/mac-win.el: Require url when compiling.
5197 Call mac-process-deferred-apple-events after loading init files.
5198 (mac-apple-event-map): New defvar. Define event handlers in it.
5199 (core-event, internet-event): New Apple event class symbols.
5200 (open-application, reopen-application, open-documents)
5201 (print-documents, open-contents, quit-application)
5202 (application-died, show-preferences, autosave-now, get-url):
5203 New Apple event ID symbols.
5204 (about): New HICommand ID symbol.
5205 (mac-event-spec, mac-event-ae): New macros.
5206 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5207 (mac-ae-selection-range, mac-ae-text-for-search)
5208 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5209 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5210 and Services menu events are now defined in mac-apple-event-map.
5211 (mac-drag-n-drop): Remove selection range handling.
5212
5213 2005-12-10 Kenichi Handa <handa@m17n.org>
5214
5215 * simple.el (zap-to-char):
5216 * isearch.el (isearch-process-search-char): Translate CHAR by
5217 translation-table-for-input.
5218
5219 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5220
5221 * foldout.el (foldout-exit-fold): Properly hide subtree.
5222
5223 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5224
5225 * files.el (save-buffer):
5226 * international/ucs-tables.el (ucs-set-table-for-input):
5227 * mail/mail-extr.el (mail-extract-address-components):
5228 * mail/sendmail.el (mail-mode): Reformat doc string.
5229
5230 2005-12-09 Juri Linkov <juri@jurta.org>
5231
5232 * isearch.el (isearch-highlight): Change main overlay priority
5233 from 1 to 1001. Simplify.
5234 (isearch-lazy-highlight-update): Change lazy overlay priority
5235 from 0 to 1000.
5236
5237 * replace.el (replace-highlight): Change overlay priority from
5238 1 to 1001.
5239
5240 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5241 Change overlay priority from 1 to 1001. Reuse existing overlay.
5242
5243 * compare-w.el (compare-windows-highlight): Change overlay
5244 priority from 1 to 1000.
5245
5246 * menu-bar.el (menu-bar-edit-menu): Add listp around
5247 pending-undo-list to disable menu item "undo" when pending
5248 undo list is empty.
5249
5250 * locate.el (locate): Disable undo in *Locate* buffer.
5251
5252 2005-12-09 Kim F. Storm <storm@cua.dk>
5253
5254 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5255
5256 2005-12-09 David Ponce <david@dponce.com>
5257
5258 * recentf.el: Improvement of the menu code.
5259 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5260 instead of menu hook.
5261 (recentf-show-menu, recentf-hide-menu): New functions.
5262 (recentf-menu-customization-changed, recentf-mode): Use them.
5263 (recentf-menu-action, recentf-max-menu-items)
5264 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5265 (recentf-arrange-by-rule-others)
5266 (recentf-arrange-by-rules-min-items)
5267 (recentf-arrange-by-rule-subfilter) : Don't use
5268 `recentf-menu-customization-changed'.
5269 (recentf-arrange-rules): Likewise. Accept functions to compute
5270 sub-menu titles.
5271 (recentf-menu-filter): Likewise. Doc fix.
5272 (recentf-menu-value-shortcut): Doc fix.
5273 (recentf-dump-variable): Quote atom value.
5274 (recentf-make-menu-items): Update to use it as a menu filter.
5275 (recentf-match-rule): New function.
5276 (recentf-arrange-by-rule): Use it.
5277 (recentf-indirect-mode-rule): New function.
5278 (recentf-build-mode-rules): Use it.
5279 (recentf-dir-rule): New function.
5280 (recentf-arrange-by-dir): Use it.
5281 (recentf-filter-changer-current): Rename from
5282 `recentf-filter-changer-state'. All references updated.
5283 (recentf-filter-changer-alist): Update filter names.
5284 (recentf-filter-changer-select): New function.
5285 (recentf-filter-changer): Use it. Make a sub-menu from filters
5286 available in `recentf-filter-changer-alist'.
5287 (recentf-data-cache, recentf-clear-data)
5288 (recentf-update-menu): Remove. All references updated.
5289 (recentf-match-rule-p, recentf-build-dir-rules)
5290 (recentf-filter-changer-goto-next)
5291 (recentf-filter-changer-get-current)
5292 (recentf-filter-changer-get-next): Remove.
5293
5294 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5295
5296 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5297 buffer "Reset" button to "Reset to Current" for consistency with
5298 the State buttons.
5299
5300 2005-12-08 John Paul Wallington <jpw@pobox.com>
5301
5302 * ibuf-ext.el (define-ibuffer-filter filename):
5303 If `dired-directory' is a list then really use its car.
5304
5305 2005-12-08 Kim F. Storm <storm@cua.dk>
5306
5307 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5308 Fix indention of text on right side of replaced rectangle.
5309
5310 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5311
5312 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5313 No need to check gud-comint-buffer is bound.
5314 (gdb): Prevent multiple debugging when first session uses gdba.
5315
5316 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5317
5318 CC Mode update to 5.31.
5319
5320 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5321 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5322 We might do this function properly in the future).
5323
5324 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5325 New macros c-sentence-end and c-default-value-sentence end, to cope
5326 with Emacs 22's new function `sentence-end'.
5327
5328 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5329
5330 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5331 compat issue using `c-put-overlay' and `c-delete-overlay'.
5332
5333 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5334 New compat macros to handle overlays/extents.
5335
5336 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5337
5338 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5339 (for GNU Emacs 20.4)
5340
5341 * progmodes/cc-defs.el:
5342 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5343
5344 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5345 highlighting mechanism so it will work in XEmacs too.
5346
5347 * progmodes/cc-defs.el: Insert c-int-to-char.
5348
5349 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5350 call to the new macro c-int-to-char. This solves XEmacs's
5351 regarding characters as different from integers.
5352
5353 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5354
5355 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5356 New internal helper.
5357
5358 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5359 construct to make the indirect face lookup work in XEmacs.
5360
5361 (c-cpp-matchers): Append the negation char face to the existing
5362 fontification, so that the cpp face doesn't disappear.
5363 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5364 and strings.
5365
5366 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5367 to map to `font-lock-negation-char-face' in emacsen where it exists.
5368
5369 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5370
5371 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5372
5373 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5374 Rename "c-subword-move-mode" as "c-subword-mode".
5375
5376 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5377 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5378
5379 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5380
5381 * progmodes/cc-mode.el: Added autoload directive for
5382 `c-subword-move-mode' for use in older emacsen.
5383
5384 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5385
5386 * progmodes/cc-mode.el:
5387 (i) Insert a binding for C-c C-backspace into
5388 c-bind-special-erase-keys which works in TTYs.
5389 (ii) Make sure that when file styles are used, any explicitly
5390 given style variables take priority over those in the style.
5391 Do this by calling `hack-local-variables' a second time.
5392
5393 * progmodes/cc-vars.el: Add language specific customization
5394 widgets for AWK to c-doc-comment-style, c-require-final-newline
5395 and c-default-style. Add a defcustom for awk-mode-hook.
5396 Give c-syntactic-element and c-syntactic-context doc-strings by
5397 directly setting their `variable-documentation' propery.
5398 This allows Emacs 22.1 to read these with C-h v.
5399
5400 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5401
5402 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5403
5404 * progmodes/cc-fonts.el, cc-vars.el
5405 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5406 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5407 Masatake YAMATO.
5408
5409 (c-doc-comment-style): Made GtkDoc default in C mode.
5410
5411 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5412 and C-c C-<delete>.
5413
5414 (c-bind-special-erase-keys): New function for use on
5415 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5416
5417 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5418 <delete> key behavior in XEmacs according to `delete-forward-p'.
5419 C.f. `c-electric-delete'.
5420
5421 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5422
5423 * progmodes/cc-mode.el: Give c-hungry-backspace and
5424 c-hungry-delete-forward permanent key bindings.
5425
5426 * progmodes/cc-cmds.el (c-electric-semi&comma):
5427 Bind c-syntactic-context for calls to "criteria functions", for
5428 consistency with other calls to user functions.
5429
5430 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5431 `current-prefix-arg', since this might be the prefix arg to a
5432 command which calls c-indent-command as a function. Change the
5433 interactive spec from "p" to "P".
5434
5435 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5436 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5437 was difficult to understand.
5438
5439 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5440
5441 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5442 first char of an identifier.
5443
5444 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5445 +" syntax in C++.
5446
5447 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5448
5449 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5450 auto-fill doesn't split a c-comment's last word from a hanging
5451 "*/" when a space is typed between them after fill-column.
5452
5453 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5454
5455 * progmodes/cc-styles.el (c-set-style)
5456 (c-setup-paragraph-variables): Abort the command if we're not in a
5457 CC Mode buffer.
5458
5459 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5460 with blank comment-prefix, and a blank line as the comment's
5461 second line.
5462
5463 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5464
5465 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5466 Incorporate the patterns added in the Emacs development branch
5467 for the new Emacs 22 face `font-lock-negation-char-face'.
5468
5469 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5470 of "red" since it stands out better in xterms and DOS terminals.
5471
5472 * progmodes/cc-engine.el (c-literal-faces):
5473 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5474
5475 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5476
5477 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5478 forcibly enable c-electric-flag.
5479
5480 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5481 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5482 after the comment-prefix of a C-style comment will close that comment.
5483
5484 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5485
5486 * progmodes/cc-fonts.el (c-basic-matchers-before)
5487 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5488 in Pike.
5489
5490 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5491 digraphs.
5492
5493 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5494 (c-cpp-message-directives, c-cpp-include-directives)
5495 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5496 (c-cpp-expr-directives): Introduce new language constants to
5497 control cpp syntax in a cleaner way.
5498
5499 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5500
5501 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5502
5503 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5504 (c-multiline-string-start-char): New language constants and
5505 variables to specify how newlines in string literals work.
5506
5507 (c-font-lock-invalid-string): Use them.
5508
5509 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5510 unbalanced close brace is entered. Optimization by avoiding going
5511 back over arbitrarily large blocks. Removed hints that this
5512 function only would be relevant/useful in AWK.
5513
5514 (c-electric-brace): Indent syntactically after the cleanups since
5515 lineup functions might do it differently then.
5516
5517 * progmodes/cc-engine.el, cc-langs.el
5518 (c-opt-op-identifier-prefix): New language constant and variable.
5519
5520 (c-just-after-func-arglist-p, c-after-special-operator-id)
5521 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5522
5523 * progmodes/cc-align.el, cc-engine.el
5524 (c-after-special-operator-id): New helper to handle C++ operator
5525 identifiers.
5526
5527 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5528 (c-guess-basic-syntax): Handle C++ operator identifiers in
5529 declarations.
5530
5531 * progmodes/cc-langs.el (c-assignment-operators): Add the
5532 trigraph version of ^= too.
5533
5534 * progmodes/cc-langs.el (c-assignment-operators): Add the
5535 trigraph version of |= in C++.
5536
5537 * progmodes/cc-fonts.el (c-font-lock-declarators):
5538 Handle `c-decl-hangon-kwds' after the identifier name.
5539
5540 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5541 whether an arglist is "nonempty", ignore a comment after the open
5542 paren if it isn't followed by a non-comment token on the same line.
5543
5544 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5545 Enable heuristics below the point to cope with classes inside special
5546 brace lists in Pike.
5547
5548 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5549
5550 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5551
5552 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5553
5554 * progmodes/cc-guess.el (cc-guess-install): New function to
5555 install an already guessed style in another buffer.
5556
5557 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5558 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5559 anyway if the change always is undone.
5560
5561 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5562
5563 Implement togglable electricity:
5564
5565 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5566 saying when it should be used.
5567
5568 * progmodes/cc-engine.el: Add the new buffer-local variable,
5569 c-electric-flag.
5570
5571 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5572 c-toggle-auto-newline.
5573
5574 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5575 c-toggle-auto-newline. Remove the binding for
5576 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5577 c-toggle-electric-state.
5578
5579 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5580
5581 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5582 c-\(forward\|backward\)-subword.
5583 (c-update-modeline): Add the new modeline flag `l' for
5584 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5585 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5586 Make the old name an alias of the new name.
5587 (c-toggle-electric-state): New function.
5588 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5589 Adapt these functions to do electric things only when
5590 c-electric-flag is non-nil.
5591 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5592 new functions from c-electric-brace.
5593 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5594 mode, so that the tentative extra newline doesn't change the
5595 syntax of the following brace.
5596 (c-electric-brace): Restructure by extracting the above functions.
5597 Tidy up the coding somewhat.
5598 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5599 restructure a bit.
5600
5601 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5602
5603 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5604 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5605
5606 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5607 (c-submode-indicators): Change name from `c-auto-hungry-string'
5608 since it's now used to track another submode.
5609
5610 (c-update-modeline): Convert to function and extended to check
5611 `c-subword-move-mode'.
5612
5613 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5614 Convert to compat aliases for `c-forward-subword' and
5615 `c-backward-subword'.
5616
5617 * progmodes/cc-subword.el: New functions and minor mode to handle
5618 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5619
5620 (c-forward-subword, c-backward-subword, c-mark-subword)
5621 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5622 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5623 Functions corresponding to the standard word handling functions.
5624
5625 (c-subword-move-mode): Minor mode that replaces all the standard
5626 word handling functions with their subword equivalences.
5627
5628 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5629
5630 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5631 entry for one-liner-defun.
5632
5633 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5634 name in its def-edebug-spec.
5635
5636 * progmodes/cc-cmds.el (c-electric-brace): Make the
5637 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5638 compacts space before a comment, if this will make things fit on
5639 one line.
5640
5641 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5642
5643 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5644
5645 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5646 clean-up one-liner-defun.
5647
5648 * progmodes/cc-styles.el: Add the new "awk" style.
5649
5650 * progmodes/cc-vars.el: Add description of one-liner-defun to
5651 c-cleanup-list's doc-string. New user options,
5652 c-max-one-liner-length. In c-default-style, set the default style
5653 for AWK to "awk".
5654
5655 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5656
5657 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5658 macros inside labels.
5659
5660 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5661 `c-at-statement-start-p' and `c-at-expression-start-p'.
5662
5663 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5664 error if the mark isn't set.
5665
5666 * progmodes/cc-engine.el (c-guess-continued-construct)
5667 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5668 accurately detect functions inside functions.
5669
5670 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5671 like `c-at-statement-start-p' that additionally recognizes commas
5672 and expression parentheses as delimiters.
5673
5674 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5675 to avoid heuristics that doesn't work for unclosed blocks.
5676 (c-at-statement-start-p): New function.
5677
5678 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5679 Objective-C directives, e.g. directives spanning lines should work
5680 reasonably well now.
5681
5682 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5683
5684 (c-forward-objc-directive): New function to move over any ObjC
5685 directive.
5686
5687 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5688 (c-basic-matchers-before): Use it.
5689
5690 (c-font-lock-objc-iip-decl): Remove.
5691
5692 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5693 in the template arglist recognition.
5694
5695 * progmodes/cc-styles.el (c-style-alist): Fix several
5696 inconsistencies in the Whitesmith style.
5697
5698 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5699 New lineup function to get lines after Whitesmith style blocks
5700 correctly indented.
5701
5702 (c-lineup-whitesmith-in-block): Back out the compensation for
5703 opening parens since it's done using `add' lists in the style
5704 definition instead. Don't use the anchor position since it varies
5705 too much between the syntactic symbols. :P
5706
5707 * progmodes/cc-vars.el (c-valid-offset): Update.
5708
5709 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5710 lists where the offsets are combined according to several
5711 different methods: `first', `min', `max', and `add'.
5712 Report offset evaluation errors with `c-benign-error' so that some kind
5713 of reindentation still is done.
5714
5715 * progmodes/cc-engine.el (c-guess-basic-syntax):
5716 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5717 `arglist-close'.
5718
5719 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5720 situations for `arglist-cont-nonempty' and `arglist-close'.
5721
5722 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5723
5724 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5725 cc-bytecomp-boundp' in a number of places.
5726
5727 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5728 macro related issue.
5729
5730 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5731
5732 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5733 list is now [asdf], a char class [:alpha:].
5734 Include code for char classes.
5735 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5736 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5737
5738 Remove (nearly all of) the cruft associated with AWK Mode's former
5739 concept of "virtual semicolons":
5740
5741 Adapt c-beginning-of-statement, c-end-of-statement (together with
5742 subfunctions) to use the new notion of "virtual semicolon" in
5743 place of the old awkward special handling for AWK. There remains
5744 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5745 * progmodes/cc-cmds.el:
5746 (c-ascertain-adjacent-literal): In the backwards direction, now
5747 recognises AWK regexp delimiters as string delimiters.
5748 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5749 check more rigorously for "end of macro".
5750 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5751 virtual semicolons;
5752 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5753 out the code for forward movement into ...
5754 (c-end-of-statement): Now contains the code for forward movement,
5755 adapted for virtual semicolons.
5756
5757 * progmodes/cc-engine.el:
5758 (c-ws*-string-limit-regexp): New regexp.
5759 (c-forward-single-comment, c-backward-single-comment): Comment out
5760 the (now redundant) "special" AWK stuff.
5761
5762 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5763 c-string-par-start, c-string-par-separate to be more like Text
5764 Mode than Fundamental Mode.
5765
5766 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5767
5768 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5769 to the fontified region so that fontification doesn't occur
5770 outside it (could happen e.g. when fontifying a line with an
5771 unfinished declaration).
5772
5773 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5774
5775 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5776 start of the file. ^L now separate sections of the file.
5777 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5778 (c-awk-one-line-possibly-open-string-re)
5779 (c-awk-regexp-one-line-possibly-open-char-class-re)
5780 (c-awk-one-line-possibly-open-regexp-re)
5781 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5782 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5783
5784 Amend the concept of "virtual semicolons" (in the indentation
5785 engine) for languages like AWK, such that they are now
5786 conceptually attached to end of the last token of a statement, not
5787 the end of the line. (In AWK Mode, however, the pertinent text
5788 property is still physically set on the EOL.) Remove the specific
5789 tests for awk-mode, thus facilitating the introduction of other
5790 language modes where EOLs can end statements.
5791 (Note: The funtionality in cc-cmds.el, specifically
5792 c-beginning/end-of-statement has yet to be amended.)
5793
5794 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5795 New macros.
5796
5797 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5798 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5799 c-vsemi-status-unknown-p-fn (in a new page).
5800
5801 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5802 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5803 numerous awkward forms like
5804 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5805 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5806 variable before-ws-ip, the place just after char-before-ip appears.
5807
5808 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5809 a comment.
5810
5811 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5812
5813 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5814 `c-tentative-buffer-changes'.
5815
5816 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5817 convert to macro to choose between Emacs and XEmacs at compile time.
5818
5819 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5820
5821 (c-tentative-buffer-changes): New macro to handle temporary buffer
5822 changes in a convenient way.
5823
5824 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5825 for `c-tentative-buffer-changes'.
5826
5827 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5828 the checks for paren sexps between the point and the keyword, to
5829 avoid some false alarms.
5830
5831 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5832 Fixed a situation where an error could be thrown for unbalanced
5833 parens. Changed to make use of c-keyword-member' to avoid some
5834 repeated regexp matches.
5835
5836 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5837 These language variable are no longer necessary.
5838
5839 (c-block-stmt-kwds): New language constant used by
5840 c-looking-at-inexpr-block'.
5841
5842 (c-guess-basic-syntax): Remove an optional check that looked at
5843 the existence of the now removed language variables.
5844
5845 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5846 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5847 object instantiation expressions as declarations in some contexts.
5848 This bug only affected languages where the declarator can't be
5849 enclosed in parentheses.
5850
5851 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5852 insert newlines before and after substatement braces.
5853
5854 * progmodes/cc-engine.el: Improved the heuristics for recognizing
5855 function declaration headers and the handling of C++ style member
5856 init lists.
5857
5858 (c-just-after-func-arglist-p): Rewritten to use
5859 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
5860
5861 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5862
5863 (c-guess-basic-syntax): Adapt case 5B for the new
5864 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
5865 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5866 covers all cases now).
5867
5868 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5869
5870 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5871
5872 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5873 c-string-par-start/separate c-sentence-end-with-esc-eol,
5874 initialised in c-setup-paragraph-variables, used in string
5875 scanning subroutines of c-beginning-of-statement.
5876
5877 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5878 which precedes the newly inserted `{'.
5879
5880 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5881
5882 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5883 function for declaration level blocks. It should now cope with
5884 templates better and also be a lot more comprehensible.
5885
5886 (c-looking-at-decl-block): The new function.
5887
5888 (c-search-uplist-for-classkey): The old one. It's now a wrapper
5889 for compatibility.
5890
5891 (c-add-class-syntax, c-guess-continued-construct)
5892 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5893
5894 (c-decl-block-key): Change to tell apart ambiguous and
5895 unambiguous keywords. Pike specials are now handled directly in
5896 the code instead.
5897
5898 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5899 New language constants and variables to make the backward skip in
5900 `c-looking-at-decl-block' as tight as possible.
5901
5902 (c-nonsymbol-token-char-list): New language constant.
5903
5904 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5905 find balanced template arglists backwards.
5906
5907 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5908 making char classes for `c-syntactic-skip-backward'.
5909
5910 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5911 16D - can't be a class-close at that point.
5912
5913 * progmodes/cc-engine.el (c-guess-basic-syntax)
5914 (c-add-class-syntax): Don't narrow out the enclosing declaration
5915 level. This makes everything a lot easier, and it was actually
5916 only four small places that needed it to work. Some places that
5917 previously did `widen' are removed now, which has the effect that
5918 `c-guess-basic-syntax' never will look at things outside the
5919 current narrowment now. The anchor position for `topmost-intro'
5920 is affected by this, but it was so bogus it was basically useless
5921 before, and now it's equally bogus but in a slightly different way.
5922
5923 (c-narrow-out-enclosing-class): Gone.
5924
5925 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5926 the narrowed region.
5927
5928 (c-least-enclosing-brace): Remove silly optional argument.
5929
5930 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5931 the point could be left directly after an open paren when finding
5932 the beginning of the first decl in the block.
5933
5934 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5935 Specify which submatch to use.
5936
5937 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5938
5939 (c-decl-start-re): No longer any need for special treatment of
5940 ObjC due to the above.
5941
5942 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5943 presumably follows C in that regard.
5944
5945 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5946 New language constants to specify operator tokens inside
5947 identifiers in a more high level way.
5948
5949 (c-opt-identifier-prefix-key): New internal language constant.
5950
5951 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5952 (c-identifier-start, c-identifier-key): Now completely calculated
5953 from other constants.
5954
5955 (c-identifier-last-sym-match): Decommission since it's no longer used.
5956
5957 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
5958
5959 * progmodes/cc-engine.el (c-forward-name): Remove the
5960 optimization when c-identifier-key is equal to c-symbol-key since
5961 it doesn't work in byte compiled files. Don't record empty
5962 regions as identifiers.
5963
5964 * progmodes/cc-langs.el (c-filter-ops): New helper function to
5965 simplify access to `c-operators' and its likes.
5966
5967 (c-operator-list, c-all-op-syntax-tokens)
5968 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5969 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5970 (c-primary-expr-regexp, c-cast-parens): Use it.
5971
5972 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5973 an explicit language in functions.
5974
5975 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5976 variant of adornment.
5977
5978 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5979 variable.
5980
5981 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5982 the Pike value.
5983
5984 * progmodes/cc-engine.el (c-on-identifier)
5985 (c-simple-skip-symbol-backward): Small fix for handling "-"
5986 correctly in `skip-chars-backward'. Affected the operator lfun
5987 syntax in Pike.
5988
5989 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5990 diagnostic message about precompiled language vars not being used.
5991
5992 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5993 "__attribute__" is followed by a parenthesis.
5994
5995 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5996 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5997 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5998
5999 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
6000 Internal cleanups to properly detect the declared identifiers in
6001 various declarations.
6002
6003 (c-decl-start-kwds): New language constant to recognize
6004 declarations that can start anywhere. Used for class declarations
6005 in Pike.
6006
6007 (c-specifier-key, c-not-decl-init-keywords)
6008 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
6009 (c-find-decl-spots): Implement `c-decl-start-kwds'.
6010
6011 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
6012 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
6013 handling of the compiler specific extension keywords into a new
6014 language constant `c-decl-hangon-kwds' that defines keyword
6015 clauses to be ignored in declarations.
6016
6017 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
6018 past unrecognized tokens when handling `c-colon-type-list-kwds'.
6019 Necessary to stop at the declared identifier in e.g. IDL valuetype
6020 declarations.
6021
6022 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
6023 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
6024 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
6025 (c-forward-decl-or-cast-1): Recognize the declared identifier in
6026 class and enum declarations as such and not as part of the type.
6027
6028 (c-forward-decl-or-cast-1, c-forward-label): Relax the
6029 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
6030
6031 (c-forward-decl-or-cast-1): Don't disregard sure signs of
6032 declarations when there's some syntax error later on.
6033
6034 (c-complex-decl-matchers): Did away with a reference to
6035 `c-specifier-key'.
6036
6037 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
6038 value - this variable is always dynamically bound.
6039
6040 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
6041 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
6042 * cc-cmds.el, cc-defs.el: Change the policy for marking up
6043 functions that might do hidden buffer changes: All such internal
6044 functions are now marked instead of those that don't.
6045
6046 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
6047 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
6048 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
6049 (c-literal-type): Allow these functions to make hidden buffer changes,
6050 so that they are free to use text property caching later on.
6051
6052 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
6053 (c-electric-brace, c-electric-slash, c-electric-star)
6054 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
6055 (c-electric-paren, c-electric-continued-statement, c-indent-command)
6056 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
6057 (c-context-line-break): Add `c-save-buffer-state' calls to comply
6058 with the changed semantics of the functions above.
6059
6060 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
6061 when macros occur in obscure places. Optimized the sexp movement
6062 a bit.
6063
6064 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6065
6066 Enhancements for c-beginning-of-statement to work in AWK Mode:
6067
6068 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
6069 (completed statement) with `}' (statement completed by closing
6070 brace or semicolon) and `$' (statement completed by EOL).
6071
6072 (c-awk-virtual-semicolon-ends-prev-line-p)
6073 (c-awk-virtual-semicolon-ends-line-p)
6074 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
6075 (c-awk-at-statement-end-p): New functions.
6076
6077 * progmodes/cc-cmds.el: Simplify the structure of functions
6078 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
6079 two functions and c-beginning-of-statement to handle AWK Mode.
6080
6081 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
6082 c-backward-single-comment for AWK mode. Attempt to clarify their
6083 doc-strings.
6084
6085 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
6086
6087 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6088
6089 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
6090 label handling. Labels are now recognized in a uniform and more
6091 robust way, regardless of context. Text properties are put on all
6092 labels to recognize the following declarations better.
6093 Multiword labels are handled both in indentation and fontification for
6094 the benefit of language extensions like Qt. For consistency, keywords
6095 in labels are now fontified with the label face instead.
6096 That also applies to "case" and "default".
6097
6098 (c-beginning-of-statement-1): Fix some bugs in the label
6099 handling. Disregard `c-nonlabel-token-key' in labels that begin
6100 with `c-label-kwds'.
6101
6102 (c-find-decl-spots): Support that the callback adds more
6103 `c-decl-end' spots to find.
6104
6105 (c-forward-decl-or-cast-1): Don't treat a list of plain
6106 identifiers followed by a colon as a declaration.
6107
6108 (c-forward-label): New function to recognize labels.
6109
6110 (c-guess-basic-syntax): Replace uses of `c-label-key' with
6111 `c-forward-label'. Moved the label recognition cases (14 and 15)
6112 earlier since they aren't so context sensitive now. Handle labels
6113 on the top level gracefully. Moved access label recognition to
6114 the generic label case (CASE 15) - removed CASE 5E.
6115
6116 (c-font-lock-declarations): Add recognition of labels in the
6117 same round since we need to handle labels in parallell with other
6118 declarations to recognize both accurately. It should also improve
6119 speed.
6120
6121 (c-simple-decl-matchers, c-basic-matchers-after):
6122 Move `c-font-lock-labels' so that it only is used on decoration level 2
6123 since `c-font-lock-declarations' handles it otherwise.
6124
6125 (c-complex-decl-matchers): Remove the simplistic recognition of
6126 access labels.
6127
6128 (c-decl-prefix-re): Remove the kludges that was necessary to cope
6129 with labels earlier.
6130
6131 (c-decl-start-re): New language variable to make
6132 `c-font-lock-declarations' stop for the special protection labels
6133 in Objective-C that start with `@'.
6134
6135 (c-label-key): Remove since it's no longer used.
6136
6137 (c-recognize-colon-labels, c-label-prefix-re): New language
6138 constants to support recognition of generic colon-terminated labels.
6139
6140 (c-type-decl-end-used): `c-decl-end' is now used whenever there
6141 are colon terminated labels.
6142
6143 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6144 first argument starts with a special brace list.
6145
6146 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
6147 (c-font-lock-declarations): Break out the declaration and cast
6148 recognition from `c-font-lock-declarations' to a new function, so
6149 that it can be used in the indentation engine.
6150
6151 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
6152 up to the start of the literal. Fixed bug with the point on the
6153 wrong side of the search limit that could happen when the start
6154 position is inside a literal.
6155
6156 * progmodes/cc-engine.el (c-parse-state)
6157 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6158 so that it's kept a little bit back to increase the hit rate.
6159
6160 (c-parse-state): Change the macro handling and fixed some
6161 glitches. Macro context is checked more often than necessary now,
6162 but otoh less garbage conses are generated.
6163
6164 * progmodes/cc-engine.el (c-parse-state)
6165 (c-invalidate-state-cache): Cache the last position where
6166 `c-state-cache' applies. This can speed up refontification quite
6167 a bit in blocks where there are many non-brace parens before the point.
6168
6169 (c-state-cache-end): New variable for this.
6170
6171 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6172 cache variable.
6173
6174 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6175 get close initial continue positions when the start position is
6176 inside a literal or macro. Do not call the callback for spots
6177 before the start position (which can happen e.g. for `c-decl-end'
6178 spots inside comments). Optimize better in special cases when the
6179 region is a single line inside a literal or macro (typically when
6180 the current line is refontified).
6181
6182 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6183 to `c-add-stmt-syntax' - there's no need to explicitly whack off
6184 entries from the paren state.
6185
6186 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6187 special case for "else if" clauses.
6188
6189 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6190 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6191
6192 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6193 New language variable to recognize the gcc extension with statement
6194 blocks inside expressions.
6195
6196 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6197 it somewhat more comprehensible. The argument AT-BLOCK-START is
6198 no longer used and hence removed.
6199
6200 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6201 to `c-add-stmt-syntax'.
6202
6203 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6204 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6205 This fixes bogus label recognition.
6206
6207 * progmodes/cc-engine.el (c-add-type, c-check-type)
6208 (c-forward-name, c-forward-type): Improve storage of template
6209 types in `c-found-types' so that they can be recognized better.
6210
6211 (c-syntactic-content): Add option to skip past nested parens.
6212
6213 * progmodes/cc-engine.el (c-forward-name):
6214 Set `c-last-identifier-range' all the time. It's less work that way.
6215 Handle that there might not be an identifier to store in
6216 `c-last-identifier-range'.
6217
6218 (c-forward-type): Handle that `c-last-identifier-range' might be
6219 nil from `c-forward-name'.
6220
6221 * progmodes/cc-defs.el (c-safe-scan-lists)
6222 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6223
6224 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6225 to work even if the form fails.
6226
6227 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6228 down in a large file in one go.
6229
6230 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6231
6232 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6233 function which is like `c-lineup-math' but returns nil instead of
6234 `c-basic-offset' when it doesn't match.
6235
6236 (c-lineup-math): Change to use `c-lineup-assignments'.
6237
6238 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6239
6240 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6241 c-beginning-of-statement. New subfunctions
6242 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6243
6244 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6245
6246 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6247 hardcoded char classes whereever possible. Changed a couple of
6248 places to use skip by syntax instead of skip by char class.
6249
6250 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6251 Fix a bug in the regexp that caused extreme backtracking.
6252
6253 * progmodes/cc-langs.el (c-block-comment-starter)
6254 (c-block-comment-ender): New language constants to specify in a
6255 single place how block comments look.
6256
6257 (c-comment-start-regexp, c-block-comment-start-regexp)
6258 (comment-start, comment-end, comment-start-skip)
6259 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6260 (c-syntactic-ws, c-nonempty-syntactic-ws)
6261 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6262 `c-line-comment-starter', `c-block-comment-starter' and
6263 `c-block-comment-ender'.
6264
6265 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6266 New language constants to break up things a bit.
6267
6268 (c-simple-ws): New language constant for simple whitespace.
6269
6270 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6271
6272 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6273 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6274 newlines. Allow and ignore nil elements in the list.
6275
6276 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6277
6278 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6279 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6280
6281 * progmodes/cc-cmds.el: Tidy up the comments in
6282 c-beginning-of-statement and subfunctions.
6283
6284 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6285 more flexible c-put-char-property and c-clear-char-properties.
6286 Add the author's email address.
6287
6288 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6289
6290 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6291 closing "*/" of a block comment.
6292
6293 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6294 subfunctions) so that it works at BOB and EOB.
6295
6296 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6297 c-beginning-of-statement, including new variable
6298 c-block-comment-start-regexp.
6299
6300 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6301
6302 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6303 symbols from `*-font-lock-extra-types' so that there's no need to
6304 use `regexp-opt' on those lists.
6305
6306 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6307 `c-type-modifier-kwds' is empty.
6308
6309 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6310 there are several strings on the same line.
6311
6312 * progmodes/cc-engine.el (c-literal-limits): Remove the
6313 compatibility function for older emacsen. `c-literal-limits-fast'
6314 has now taken the place of this function.
6315
6316 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6317 with older emacsen: We now require `pps-extended-state'.
6318
6319 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6320
6321 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6322 which obviates the need to hack sentence-end. This now handles
6323 escaped newlines in strings correctly. Correct minor bugs in
6324 c-move-over-sentence and in c-beginning-of-statement.
6325
6326 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6327 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6328 that movement over macros and code are rigorously separated from
6329 eachother. Correct a few incidental bugs.
6330
6331 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6332 Improve its doc-string. Improve the handling of certain specific cases.
6333
6334 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6335
6336 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6337 (c-guess-basic-syntax): Change the way class-level labels are
6338 recognized; they can now contain essentially any symbols.
6339
6340 (c-opt-extra-label-key): New language variable to cope with the
6341 special protection label syntax in Objective-C.
6342
6343 (c-opt-access-key): Remove; this is now handled better by
6344 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6345
6346 (c-complex-decl-matchers): Update to handle that
6347 `c-opt-access-key' no longer exists.
6348
6349 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6350 improved label recognition in `c-beginning-of-statement-1'.
6351
6352 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6353 Recognize bitfields better.
6354
6355 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6356 Remove some cruft and fixed a bug that could cause it to go to a
6357 position further down.
6358
6359 * progmodes/cc-langs.el, cc-engine.el
6360 (c-beginning-of-statement-1): Improve detection of labels in
6361 declaration contexts.
6362
6363 (c-beginning-of-decl-1): Use it.
6364
6365 (c-nonlabel-token-key): New language constant and variable needed
6366 by `c-beginning-of-statement-1'.
6367
6368 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6369 manifested itself due to the correction in `c-forward-sexp'.
6370
6371 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6372 Make these behave as documented when used at the buffer limits.
6373
6374 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6375 (c-type-decl-end-used): Made this a language variable.
6376
6377 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6378 correctly when `combine-after-change-calls' is used together with
6379 temporary narrowings.
6380
6381 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6382 Report labels correctly when the start point is immediately after the
6383 colon.
6384
6385 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6386 Remove since it isn't used anymore.
6387
6388 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6389 bracket arglists such as template parens in C++.
6390
6391 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6392 in the last check-in. Some optimization.
6393
6394 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6395 where it could stop at the same level in a preceding sexp when
6396 PAREN-LEVEL is set.
6397
6398 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6399 text property lookup only when it's needed.
6400
6401 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6402 Change the policy for paren marked angle brackets to be more
6403 persistent; once marked they remain marked even when they're found
6404 to be unbalanced in the searched region. This should keep the
6405 paren syntax around even when individual lines are refontified in
6406 multiline template arglists.
6407
6408 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6409 to control markup so that incorrect angle bracket arglists aren't
6410 marked in contexts where the correct value for
6411 `c-disallow-comma-in-<>-arglists' isn't known.
6412
6413 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6414 argument has become `c-parse-and-markup-<>-arglists'.
6415
6416 (c-remove-<>-arglist-properties): Remove - no longer used.
6417
6418 (c-after-change-check-<>-operators): New function used on
6419 `after-change-functions' to avoid that "<" and ">" characters that
6420 are part of longer operators have paren syntax.
6421
6422 (c-<>-multichar-token-regexp): New language variable used by
6423 `c-after-change-check-<>-operators'.
6424
6425 (c-after-change): Call `c-after-change-check-<>-operators'.
6426
6427 (c-font-lock-<>-arglists): Use the context properties set by
6428 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6429 correctly to avoid doing invalid markup.
6430
6431 (c-font-lock-declarations): Remove code that undoes the invalid
6432 markup done by `c-font-lock-<>-arglists'.
6433
6434 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6435 after `c-font-lock-declarations'.
6436
6437 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6438 Add paren-level feature.
6439
6440 (c-guess-basic-syntax): Improve the anchor position for
6441 `template-args-cont' in nested template arglists. There's still
6442 much to be desired in this area, though.
6443
6444 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6445
6446 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6447 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6448
6449 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6450
6451 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6452 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6453
6454 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6455 it doesn't work no longer are supported.
6456
6457 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6458 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6459 requires support for the syntax-table' text property, which rules
6460 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6461 cruft associated with those versions.
6462
6463 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6464 for the `syntax-table' text property, which rules out Emacs 19 and
6465 XEmacs < 21.4. Removed various compatibility cruft associated
6466 with those versions.
6467
6468 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6469 support for the `syntax-table' text property.
6470
6471 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6472 variable and use an extra quoted face name instead. All the
6473 emacsen flavors handle that correctly.
6474
6475 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6476 (c-font-lock-declarators, c-font-lock-declarations)
6477 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6478 property to mark the items in in declarator lists to handle
6479 refontification inside multiline declarations better.
6480
6481 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6482 construct like "a * b = c;" as a declaration.
6483
6484 2005-12-08 Kim F. Storm <storm@cua.dk>
6485
6486 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6487 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6488 select either meta, hyper, or super modifier for rectangle commands.
6489 (cua--rectangle-modifier-key): New defvar.
6490 (cua--M/H-key): Use it. Remove special case for `space'.
6491 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6492 on X, to meta otherwise. Always bind C-return to toggle
6493 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6494
6495 * emulation/cua-rect.el (cua-help-for-rectangle):
6496 Use cua--rectangle-modifier-key. Handle super modifier too.
6497 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6498 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6499
6500 * ido.el: Move Acknowledgements and History after Commentary.
6501 Minor changes to Commentary.
6502
6503 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6504 keymap if cua--prefix-override-timer is `shift'.
6505 (cua--shift-control-prefix): New function; emulate "type prefix
6506 key twice" functionality to handle shifted prefix key override.
6507 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6508 New commands.
6509 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6510
6511 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6512
6513 * textmodes/org.el (org-insert-heading): Try to do items before
6514 headings.
6515 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6516 (org-insert-item): New function.
6517 (org-renumber-ordered-list): Don't skip to higher level lists.
6518
6519 2005-12-08 Juri Linkov <juri@jurta.org>
6520
6521 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6522
6523 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6524
6525 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6526
6527 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6528 the constructed function name fun-1.
6529
6530 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6531 because such links don't lead to parent documentation.
6532
6533 2005-12-08 Kenichi Handa <handa@m17n.org>
6534
6535 * descr-text.el (describe-char): Use *Help-2* buffer if the
6536 current buffer is *Help*. Call describe-text-properties while
6537 setting the original buffer.
6538
6539 2005-12-07 Bill Wohler <wohler@newt.com>
6540
6541 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6542 and causes problems with non-MH users (such as Gnus users).
6543
6544 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6545
6546 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6547 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6548 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6549 command "info sources". Move calls to GDB command "list".
6550 (gdb-find-file-hook): Just use gdb-source-file-list.
6551 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6552 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6553 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6554 (gdb-data-list-register-values-handler): Use correct trigger name.
6555
6556 2005-12-07 Kim F. Storm <storm@cua.dk>
6557
6558 * ido.el (ido-completion-map): Rename from ido-mode-map.
6559 (ido-common-completion-map, ido-file-completion-map)
6560 (ido-file-dir-completion-map, ido-buffer-completion-map):
6561 Rename from ido-mode-....-map.
6562 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6563 (ido-setup-completion-map): Rename from ido-define-mode-map.
6564 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6565 to ido-completion-map.
6566
6567 2005-12-07 Kenichi Handa <handa@m17n.org>
6568
6569 * international/mule-cmds.el
6570 (set-display-table-and-terminal-coding-system): If the coding
6571 system specified in `unibyte-display' property is different from
6572 the arg coding-system, don't setup standard-display-table.
6573
6574 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6575
6576 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6577 that comments end at \n, regardless of selective-display.
6578
6579 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6580
6581 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6582 (gdb-version): New variables.
6583 (gdb-source-file-list, gdb-register-names)
6584 (gdb-changed-registers): New variables for use with GDB 6.4+.
6585 (gdb-ann3): Replace with...
6586 (gdb-init-1, gdb-init-2): ...two new functions.
6587 (gdba, gdb-prompt): Call gdb-init-1.
6588 (gdb-get-version): New function. Call gdb-init-2 from here.
6589 (gud-watch): Make it work with mouse events too.
6590 (gdb-post-prompt): Don't add to queue until GDB version is known.
6591 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6592 (gdb-locals-mode): Use gdb-version.
6593 (gdb-memory-format-map, gdb-memory-unit-map)
6594 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6595 (gdb-locals-font-lock-keywords-1)
6596 (gdb-locals-font-lock-keywords-2): New variables.
6597 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6598 (gdb-set-gud-minor-mode-existing-buffers-1)
6599 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6600 (gdb-var-update-1, gdb-var-update-handler-1)
6601 (gdb-data-list-register-values-handler)
6602 (gdb-data-list-register-values-custom)
6603 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6604 (gdb-stack-list-locals-handler, gdb-get-register-names):
6605 New functions for use with GDB 6.4+.
6606 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6607 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6608 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6609 (gdb-stack-list-locals-regexp)
6610 (gdb-data-list-register-names-regexp): New regexps for use with
6611 GDB 6.4+.
6612
6613 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6614
6615 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6616
6617 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6618
6619 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6620 prompts work for AUTH PLAIN. Also reported by Steve Allan
6621 <seallan@verizon.net>.
6622
6623 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6624
6625 * frame.el (set-frame-parameter): Add doc string.
6626
6627 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6628
6629 * textmodes/org.el (org-occur-highlights): New variable.
6630 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6631 (org-highlight-sparse-tree-matches): New option.
6632 (org-do-occur): New function.
6633 (org-get-heading): Make it work also at beginning of line.
6634 (org-category-table): New variable.
6635 (org-get-category-table, org-get-category)
6636 (org-camel-to-words, org-link-search): New functions.
6637 (org-select-this-todo-keyword): New variable.
6638 (org-todo-list): New command.
6639 (org-shiftright, org-shiftleft): New commands.
6640 (org-agenda-todo): Add prefix argument.
6641 (org-show-hierarchy-above): New option.
6642 (org-show-todo-tree): Numerical prefix creates tree for specific
6643 TODO keyword.
6644 (org-outline-level): New function, to assign a level to plain
6645 lists items.
6646 (org-cycle-include-plain-lists): New option.
6647 (org-mode): Use `org-outline-level' as value of `outline-level'.
6648 (org-cycle): Temporarily switch `outline-regexp' if
6649 `org-cycle-include-plain-lists' is non-nil.
6650 (org-start-icalendar-file): Fix format bug.
6651 (org-agenda-get-day-entries): Create category table.
6652 (org-agenda-get-todos, org-agenda-get-timestamps)
6653 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6654 (org-agenda-get-blocks): Use `org-get-category'.
6655 (org-context-in-file-links): Rename from
6656 `org-line-numbers-in-file-links'.
6657
6658 2005-12-06 Romain Francoise <romain@orebokech.com>
6659
6660 * window.el (balance-windows): Delete extraneous third arg in call
6661 to `enlarge-window'.
6662
6663 2005-12-06 Kenichi Handa <handa@m17n.org>
6664
6665 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6666
6667 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6668
6669 * progmodes/gdb-ui.el (gdb-var-create-handler)
6670 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6671 (gdb-var-list-children-handler, gdb-var-update-handler):
6672 Current buffer is already gdb-partial-output-buffer, don't
6673 make it current again.
6674
6675 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6676
6677 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6678 (list-buffers-noselect): Use it.
6679
6680 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6681
6682 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6683 (mail-yank-ignored-headers): Use regexp-opt.
6684 (mail-mode-map): Move initialization into declaration.
6685 (mail-sent-via): Remove unused shadowed var `to-line'.
6686 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6687 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6688 (mail-do-fcc): Use dolist and push.
6689 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6690 (mail-yank-ignored-headers): Don't autoload.
6691
6692 2005-12-05 Kenichi Handa <handa@m17n.org>
6693
6694 * international/mule-cmds.el (set-language-info-internal): New fun.
6695 (set-language-info): Call set-language-info-internal to update
6696 language-info-alist. If LANG-ENV is the current one, call
6697 set-language-environment to make INFO effective now.
6698 (set-language-info-alist): Likewise.
6699 (locale-language-names): With locale "en", use English
6700 lang. env. but set the default codings to iso-8859-1.
6701
6702 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6703
6704 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6705 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6706 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6707 for plain strings.
6708 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6709 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6710 Create registers buffer if necessary. Echo new state in minibuffer.
6711 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6712
6713 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6714
6715 * info.el (Info-fontify-node): Match external links using
6716 non-directory part of filename.
6717
6718 2005-12-04 Juri Linkov <juri@jurta.org>
6719
6720 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6721 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6722 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6723 because there is no customization option for it.
6724
6725 * font-lock.el (lisp-font-lock-keywords-1):
6726 Add define-global-minor-mode.
6727
6728 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6729
6730 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6731 properties on the constructed variable names.
6732
6733 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6734 Put `definition-name' properties on the constructed function names
6735 next-sym and prev-sym.
6736
6737 * emacs-lisp/find-func.el (find-function-regexp):
6738 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6739 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6740 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6741 and easy-menu-define.
6742
6743 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6744 easy-mmode-define-global-mode and define-global-minor-mode.
6745 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6746
6747 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6748 instead of easy-mmode-define-global-mode.
6749
6750 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6751 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6752
6753 * cus-edit.el (customize-group, customize-group-other-window):
6754 Filter out autoloaded options from the group completion list by
6755 using heuristics that autoloaded groups don't have `custom-autoload'
6756 property on their symbols (they have only `custom-loads').
6757
6758 * simple.el (completion-setup-function): Put completions-common-part
6759 face on complete completion string too (i.e. completion string
6760 without completions-first-difference face).
6761
6762 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6763
6764 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6765
6766 * view.el (view-mode): Doc fix.
6767
6768 * disp-table.el (standard-display-european): Add to the warning
6769 message a reference to the doc string.
6770
6771 * play/yow.el (apropos-zippy): Call print-help-return-message,
6772 similar to other Help and Apropos commands.
6773
6774 * help.el (print-help-return-message): If pop-up-frames is
6775 non-nil, set up help-return-method to delete the help window and,
6776 possibly, its frame as well, and don't display message about
6777 scrolling the help window. Doc fix.
6778 (help-return-method): Doc fix.
6779
6780 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
6781
6782 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6783 whereby names of length one or names starting with a
6784 symbol-constituent character would not be returned.
6785
6786 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6787
6788 * subr.el (atomic-change-group): Add edebug and indentation spec.
6789
6790 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6791
6792 * completion.el (save-completions-file-name): Fix typo in last change.
6793
6794 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6795
6796 * info.el: Move back/forward history to the beginning of the tool bar.
6797
6798 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6799
6800 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6801 Add fset of allout-real-isearch-abort during compile to fix
6802 byte-compilation warnings.
6803 (allout-mode-p): Move definition of this macro above all uses, or
6804 byte compilation in barren emacs (eg, during emacs build) will
6805 lack the definition.
6806 (allout-mode): Move this variable above any uses, or byte
6807 compilation will fail.
6808 (allout-resolve-xref): Remove use of personal file-reference function.
6809 (allout-toggle-current-subtree-encryption): Do the current (ie,
6810 visible containing) topic, rather than nearest around point. Doc fix.
6811 (allout-toggle-subtree-encryption): New function, workhorse that
6812 works on nearest topic containing point.
6813 (allout-encrypt-string): Signal requirement for newer version of pgg.
6814 (allout-resumptions): Doc fix.
6815
6816 2005-12-02 Eli Zaretskii <eliz@gnu.org>
6817
6818 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6819
6820 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
6821
6822 * textmodes/flyspell.el (flyspell-external-point-words):
6823 Consider a misspelling as found in the string search if: (a) misspelling
6824 and found string lengths match, or (b) misspelling is found as
6825 element in a boundary-chars separated longer string, or (c)
6826 ispell-program-name is really ispell and misspelling is found as
6827 part of a TeX string. After successful match move beginning of
6828 search region to end of match. Warn about not found misspellings
6829 once the process is done.
6830 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6831
6832 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
6833
6834 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6835 tool bar (removed inadvertently).
6836
6837 2005-12-02 Juri Linkov <juri@jurta.org>
6838
6839 * log-view.el (log-view-diff): Clarify doc string.
6840
6841 2005-12-01 Bill Wohler <wohler@newt.com>
6842
6843 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6844 triggers lm-verify errors.
6845
6846 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
6847
6848 * simple.el (transient-mark-mode, line-number-mode)
6849 (column-number-mode, size-indication-mode): Remove `:require nil'.
6850
6851 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6852
6853 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6854 in the margin also.
6855 (gdb-breakpoints-mode-map): Use D instead of d for
6856 gdb-delete-breakpoint.
6857 (gdb-get-frame-number): Require a number to match on.
6858 (gdb-threads-mode-map): Add follow-link binding.
6859
6860 2005-11-30 Jason Rumney <jasonr@gnu.org>
6861
6862 * isearch.el (isearch-mode-map): Avoid exiting search on
6863 language-change event.
6864
6865 2005-11-30 Romain Francoise <romain@orebokech.com>
6866
6867 * speedbar.el (speedbar-default-position): New defcustom.
6868 (speedbar-frame-reposition-smartly): Use it.
6869
6870 * dframe.el (dframe-reposition-frame-emacs): Fix position
6871 computation for `left' location.
6872 Update copyright year.
6873
6874 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6875
6876 * help.el (help-map): Move initialization into declaration.
6877
6878 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6879
6880 * help-fns.el (help-argument-name): Don't autoload.
6881 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6882 to be re-loaded when customizing the `help' group.
6883
6884 2005-11-30 John Paul Wallington <jpw@gnu.org>
6885
6886 * help-fns.el (describe-function-1): Fill arglist output.
6887
6888 2005-11-30 Kim F. Storm <storm@cua.dk>
6889
6890 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6891 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6892 after revert-buffer (or anything else which kills all local variables).
6893
6894 * apropos.el (apropos-parse-pattern): Doc fix.
6895 Set apropos-regexp directly, rather than expecting callers to do so.
6896 (apropos-command, apropos, apropos-value, apropos-documentation):
6897 Simplify calls to apropos-parse-pattern.
6898
6899 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6900
6901 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6902 (hi-lock-face-phrase-buffer): Use hi-yellow face.
6903 (hi-lock-write-interactive-patterns): Use comment-region.
6904
6905 * longlines.el (longlines-mode): Add mail-setup-hook.
6906
6907 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6908
6909 * simple.el (sendmail-user-agent-compose, next-line):
6910 Conditionally use hard-newline.
6911
6912 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6913
6914 * international/latexenc.el (latex-inputenc-coding-alist):
6915 Reword doc string.
6916
6917 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6918
6919 * help.el (describe-key-briefly, describe-key): Recognize default
6920 bindings.
6921
6922 2005-11-29 Romain Francoise <romain@orebokech.com>
6923
6924 * view.el (view-inhibit-help-message): New defcustom.
6925 (view-mode-enter): Use it.
6926
6927 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
6928
6929 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6930 Preserve user position.
6931
6932 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
6933
6934 * font-lock.el: Throw error if facemenu is not loaded to prevent
6935 accidental change of loading order in loadup.el. (Suggested by RMS.)
6936
6937 * loadup.el: Add comment explaining why facemenu must be loaded
6938 before font-lock.
6939
6940 2005-11-28 Jay Belanger <belanger@truman.edu>
6941
6942 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6943 (calc-dispatch-map): Add more keys for `calc-same-interface'.
6944
6945 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6946
6947 * calc/calc-embed.el (calc-do-embedded): Update help message.
6948
6949 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6950
6951 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6952
6953 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6954
6955 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6956 called-interactively-p.
6957 (elp-profilable-p): Rename from elp-not-profilable-p.
6958 Invert result and take into account macros and autoloaded functions.
6959 (elp-instrument-function): Update call.
6960 (elp-instrument-package): Update call. Add completion.
6961 (elp-pack-number): Use match-string.
6962 (elp-results-jump-to-definition-by-mouse): Merge into
6963 elp-results-jump-to-definition and then remove.
6964 (elp-output-insert-symname): Make help echo text single-line.
6965
6966 * replace.el (query-replace-map): Move initialization into declaration.
6967 (occur-engine): Use with-current-buffer.
6968 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6969 (occur-mode-mouse-goto): Replace with an alias.
6970
6971 2005-11-28 Juri Linkov <juri@jurta.org>
6972
6973 * simple.el (quoted-insert): Let-bind input-method-function to nil.
6974
6975 * term/w32-win.el: Bind [S-tab] to [backtab].
6976
6977 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6978 `Info-find-file' to t.
6979
6980 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6981 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6982 and same-window-regexps.
6983 (occur-next-error): Don't move point for arg 0.
6984
6985 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
6986
6987 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6988
6989 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6990
6991 * log-edit.el (log-edit-changelog-use-first): New var.
6992 (log-edit-changelog-ours-p): Use it.
6993 (log-edit-insert-changelog): Set it with new arg `use-first'.
6994 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6995 (log-edit-hook): Add them to the list of suggested options.
6996
6997 * textmodes/flyspell.el (flyspell-last-buffer): New var.
6998 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6999 redundant work.
7000 (flyspell-mode-on): Use add-hook for after-change-functions.
7001 (flyspell-mode-off): Use remove-hook for after-change-functions.
7002 (flyspell-changes): Make it buffer-local.
7003 (flyspell-after-change-function): Make it non-interactive. Use push.
7004 (flyspell-post-command-hook): Check input-pending-p while processing
7005 the potentially long list of buffer changes.
7006
7007 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7008
7009 * buff-menu.el (list-buffers-noselect): Display the selected
7010 frame's buffer list, not the global one.
7011
7012 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7013
7014 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
7015 that (list last-input-event) works as in interactive spec.
7016
7017 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7018
7019 * loadup.el ("facemenu"): Load facemenu before font-lock, because
7020 `facemenu-keymap' needs to be defined when font-lock is loaded.
7021 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
7022
7023 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7024
7025 * completion.el: Remove useless leading * in defcustom docstrings.
7026 (save-completions-file-name): Use ~/.emacs.d if available.
7027 (completion-standard-syntax-table): Rename from
7028 cmpl-standard-syntax-table and fold initialization into declaration,
7029 thus removing cmpl-make-standard-completion-syntax-table.
7030 (completion-lisp-syntax-table, completion-c-syntax-table)
7031 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
7032 (cmpl-saved-syntax, cmpl-saved-point): Remove.
7033 (symbol-under-point, symbol-before-point)
7034 (symbol-under-or-before-point, symbol-before-point-for-complete)
7035 (add-completions-from-c-buffer): Use with-syntax-table.
7036 (make-completion): Don't return a list of completion entries.
7037 Update callers.
7038 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
7039 (completion-initialize): Rename from initialize-completions.
7040 (completion-find-file-hook): Rename from cmpl-find-file-hook.
7041 (kill-emacs-save-completions): Collect stats here.
7042 (save-completions-to-file, load-completions-from-file):
7043 Use with-current-buffer.
7044 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
7045 into a function. Move all calls to toplevel.
7046 (completion-lisp-mode-hook): New fun.
7047 (completion-c-mode-hook, completion-setup-fortran-mode):
7048 Set the syntax-table here. Use local-set-key.
7049 (completion-saved-bindings): New var.
7050 (dynamic-completion-mode): Make it into a proper minor mode.
7051 (load-completions-from-file): Remove unused var `num-uses'.
7052
7053 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
7054 constructor if it is explicitly overridden.
7055
7056 * complete.el (PC-completion-as-file-name-predicate):
7057 Use minibuffer-completing-file-name.
7058 (partial-completion-mode): Use find-file-not-found-functions.
7059 (PC-lisp-complete-symbol): Use with-syntax-table.
7060 (PC-look-for-include-file): Remove dead setq.
7061 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
7062 (PC-complete): Use with-current-buffer.
7063
7064 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
7065 escape single quotes.
7066
7067 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7068
7069 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
7070 of `if' whose condition always returned nil. Doc fix.
7071
7072 * buff-menu.el (Buffer-menu-revert-function): Make the selected
7073 window's buffer the current buffer around the call to
7074 `list-buffers-noselect'. This is necessary to mark that buffer
7075 with a `.' in the Buffer Menu when called from Lisp, for instance
7076 by Auto Revert Mode.
7077
7078 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7079
7080 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
7081 attaching to it.
7082 (gdb-pre-prompt): Make sure gdb-error is reset.
7083
7084 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
7085 with a child process, detect it.
7086 (gud-speedbar-buttons): Match regexp more carefully.
7087
7088 2005-11-27 Richard M. Stallman <rms@gnu.org>
7089
7090 * mouse.el (mouse-drag-move-window-bottom):
7091 Use adjust-window-trailing-edge.
7092
7093 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7094
7095 * simple.el (blink-matching-open): Ignore
7096 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
7097 (blink-matching-paren-on-screen): Update docstring.
7098
7099 * paren.el (show-paren-mode): No longer change
7100 `blink-matching-paren-on-screen'.
7101
7102 2005-11-27 John Paul Wallington <jpw@pobox.com>
7103
7104 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7105 (gdb-threads-select, gdb-edit-register-value):
7106 Use `posn-set-point' instead of `mouse-set-point' because the
7107 latter is not fbound when configured without X.
7108
7109 2005-11-27 Kim F. Storm <storm@cua.dk>
7110
7111 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
7112 existing face when partially highlighting a TAB in a rectangle.
7113
7114 2005-11-26 Kim F. Storm <storm@cua.dk>
7115
7116 * ido.el (ido-mode-map): Doc fix.
7117 (ido-mode-common-map, ido-mode-file-map)
7118 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
7119 (ido-define-mode-map): Rewrite. Select one of the new maps as
7120 parent for ido-mode-map instead of building from scratch.
7121 (ido-init-mode-maps): New defun to initialize new maps.
7122 (ido-mode): Call it.
7123 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
7124 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
7125
7126 2005-11-26 John Paul Wallington <jpw@pobox.com>
7127
7128 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
7129 `mouse-set-point' because the latter is not fbound when configured
7130 without X.
7131
7132 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
7133
7134 * files.el (file-relative-name): Doc fix.
7135
7136 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7137
7138 * progmodes/octave-inf.el (inferior-octave-startup): Force a
7139 non-empty string for secondary prompt PS2.
7140
7141 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7142
7143 * progmodes/compile.el (compilation-setup): Fix last change.
7144
7145 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
7146
7147 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7148 (gdb-mouse-toggle-breakpoint-margin)
7149 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
7150 Add gdb-server-prefix to keep out of command history.
7151 (gdb-edit-register-value): New function.
7152 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
7153 (gdb-info-registers-custom): Use above map.
7154
7155 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7156
7157 * custom.el (enable-theme): Signal error if argument is not a
7158 theme. Don't recalculate a face if it's not loaded yet.
7159
7160 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7161 the `user' theme is in effect.
7162
7163 * info.el (Info-on-current-buffer): Record actual filename in
7164 Info-current-file, instead of t, or a fake filename if a non-file
7165 buffer. Make autoload.
7166 (Info-find-node, Info-revert-find-node): No need to check for
7167 Info-current-file nil.
7168 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7169 Info-current-file is now never `t'.
7170 (Info-fontify-node): Many simplifications due to Info-current-file
7171 always being valid. Use Info-find-file to find node filename.
7172
7173 2005-11-25 David Kastrup <dak@gnu.org>
7174
7175 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7176 new character, then delete" in order to preserve markers.
7177
7178 2005-11-25 David Ponce <david@dponce.com>
7179
7180 * recentf.el (recentf-arrange-by-rule): Handle a special
7181 `auto-mode-alist'-like "strip suffix" rule.
7182 (recentf-build-mode-rules): Handle second level auto-mode entries.
7183
7184 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7185
7186 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7187 window modes.
7188
7189 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7190 jde-javadoc-checker-report-mode.
7191
7192 * ediff-wind (ediff-make-wide-display): Slight simplification.
7193
7194 * ediff.el (ediff-date): Change the date of last update.
7195
7196 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7197
7198 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7199 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7200 (hi-lock-mode): New global minor mode.
7201 (turn-on-hi-lock-if-enabled): New function.
7202 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7203 Change arguments to regexp and face instead of a font-lock pattern.
7204 Directly set face property, instead of refontifying.
7205 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7206 (hi-lock-find-patterns): Use line-number-at-pos.
7207
7208 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7209 arguments for hi-lock-set-pattern.
7210 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7211 Call font-lock-fontify-buffer.
7212 (hi-lock-find-file-hook, hi-lock-current-line)
7213 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7214
7215 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7216 turned off.
7217
7218 * progmodes/compile.el (compilation-setup): Don't fiddle with
7219 font-lock-defaults.
7220
7221 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7222
7223 * progmodes/gdb-ui.el (gdb-var-create-handler)
7224 (gdb-var-list-children-handler): Find values for all variable
7225 objects. gud-speedbar-buttons decides whether to display them.
7226
7227 2005-11-24 Romain Francoise <romain@orebokech.com>
7228
7229 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7230 buffer name with a space.
7231
7232 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7233
7234 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7235 `org-export-local-list-max-depth'. Change default value to 3.
7236 (org-auto-renumber-ordered-lists)
7237 (org-plain-list-ordered-item-terminator): New options.
7238 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7239 (org-get-indentation, org-get-string-indentation)
7240 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7241 New functions.
7242 (org-move-item-down, org-move-item-up): New commands.
7243 (org-export-as-html): New classes for CSS support. Bug fix in
7244 regular expression detecting fixed-width regions. Respect
7245 `org-local-list-ordered-item-terminator'.
7246 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7247 also a list item.
7248 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7249 New item moving functions.
7250
7251 2005-11-24 Juri Linkov <juri@jurta.org>
7252
7253 * isearch.el (isearch-repeat): With empty search ring set
7254 `isearch-error' to the error string instead of signaling error
7255 with the function `error'.
7256
7257 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7258
7259 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7260
7261 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7262
7263 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7264 and variable.
7265 (gdb-var-create-handler, gdb-var-list-children-handler):
7266 Don't match on "char **...".
7267 (gdb-var-update-handler): Find values for all variable objects.
7268 (gdb-info-frames-custom): Identify frames by leading "#".
7269
7270 * progmodes/gud.el (gud-speedbar-menu-items): Add
7271 gdb-speedbar-auto-raise as radio button.
7272 (gud-speedbar-buttons): Raise speedbar if requested.
7273 Don't match on "char **...".
7274 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7275 Make it editable.
7276
7277 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7278
7279 * info.el (Info-fontify-node): Handle the case where
7280 Info-current-file is t.
7281
7282 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7283
7284 * simple.el (blink-matching-open): Fix off-by-one in last change.
7285
7286 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7287
7288 * term/mac-win.el: Don't change default directory.
7289
7290 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7291
7292 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7293 buffers correctly. (It used to throw an error in such buffers.)
7294 Make it ask for confirmation in group buffers and other Custom
7295 buffers containing more than one customization item.
7296
7297 2005-11-22 John Paul Wallington <jpw@gnu.org>
7298
7299 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7300 property on mail and url overlays.
7301 (goto-address-at-point): Use `posn-set-point' instead of
7302 `mouse-set-point' because the latter is not fbound when configured
7303 without X.
7304
7305 2005-11-22 Lars Hansen <larsh@soem.dk>
7306
7307 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7308 (ls-lisp-classify, ls-lisp-format): Delete call to
7309 ls-lisp-parse-symlink.
7310 (ls-lisp-handle-switches): Handle symlinks to directories as
7311 directories when ls-lisp-dirs-first in non-nil.
7312
7313 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7314
7315 * startup.el (command-line): Make sure that loaddefs.el is handled
7316 correctly in load-history.
7317
7318 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7319
7320 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7321 (gdb-struct-string, gdb-array-string): New constants.
7322 (gdb-info-locals-handler): Use them.
7323 (gdb-reset): Reset gdb-var-list to nil.
7324
7325 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7326
7327 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7328 in patterns.
7329
7330 2005-11-21 Juri Linkov <juri@jurta.org>
7331
7332 * custom.el (defcustom): Update link types in docstring.
7333
7334 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
7335
7336 * custom.el (defgroup): Add doc-string-elt info.
7337
7338 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7339
7340 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7341
7342 * newcomment.el (comment-enter-backward): Fix last fix.
7343
7344 * simple.el (blink-matching-open):
7345 * paren.el (show-paren-function): Allow new paren-class info.
7346
7347 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7348
7349 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7350 handled automagically.
7351
7352 2005-11-20 Andreas Schwab <schwab@suse.de>
7353
7354 * descr-text.el (describe-char): When copying overlays put them
7355 over the full char description instead of just the first character
7356 of it.
7357
7358 2005-11-20 Juri Linkov <juri@jurta.org>
7359
7360 * simple.el (what-cursor-position):
7361 * descr-text.el (describe-char): Use Lisp-readable syntax
7362 for octal and hex. Reorder decimal, octal and hex values.
7363 Remove excess whitespace in the output. Use `=' in `column='
7364 like in `point=' and `Hscroll='.
7365
7366 * international/mule-cmds.el (encoded-string-description):
7367 Use Lisp-readable syntax for hex.
7368
7369 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7370
7371 * newcomment.el (comment-enter-backward): Handle the case where the
7372 comment is closed by EOB.
7373
7374 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7375
7376 * longlines.el (longlines-before-revert-hook)
7377 (longlines-after-revert-hook): New functions.
7378 (longlines-mode): Turn off longlines temporarily when reverting.
7379 Add a message-setup-hook.
7380 (longlines-decode-buffer): New function.
7381 (longlines-wrap-line): Preserve marker positions.
7382
7383 2005-11-19 Andreas Schwab <schwab@suse.de>
7384
7385 * emacs-lisp/shadow.el: Handle compressed files.
7386
7387 2005-11-19 Romain Francoise <romain@orebokech.com>
7388
7389 * net/browse-url.el (browse-url-default-browser): Signal an error
7390 if no usable browser can be found, rather than try to load w3.
7391
7392 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7393
7394 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7395 replacing existing properties.
7396 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7397 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7398 tty specs.
7399 (rcirc-server-prefix, rcirc-server): New faces.
7400 (rcirc-url-regexp): Generate with rx macro.
7401 (rcirc-last-server-message-time): New variable.
7402 (rcirc-filter): Record time of last message.
7403 (rcirc-keepalive): Kill processes that did not send a message
7404 since the last ping.
7405 (rcirc-mode): Give rcirc-topic a local binding here.
7406
7407 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7408
7409 * subr.el (read-passwd): Fontify the prompt as we do with other
7410 prompts.
7411
7412 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7413
7414 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7415 binding buffer-read-only to nil.
7416
7417 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7418
7419 * complete.el (partial-completion-mode):
7420 Mention completion-auto-help in the doc string.
7421
7422 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7423 more Lisp-ish way.
7424
7425 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7426
7427 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7428 digits, not 8, to avoid misalignment for files larger than 100MB.
7429
7430 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7431
7432 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7433 Mention "keyboard shortcuts" in the help text.
7434
7435 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7436
7437 * startup.el (fancy-splash-default-action): Discard only
7438 mouse-down and succeeding mouse-up events in the splash screen
7439 window so that drag-n-drop event can be processed.
7440
7441 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7442
7443 * longlines.el (longlines-mode): Add hacks for mail-mode and
7444 message-mode.
7445
7446 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7447
7448 * textmodes/org.el (org-table-sort-lines): New command.
7449 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7450 (org-add-file): Command removed, use `org-agenda-file-to-front'
7451 instead.
7452 (org-export-icalendar): Use `org-icalendar-combined-name'.
7453 (org-cycle-agenda-files, org-agenda-file-to-end)
7454 (org-agenda-file-to-front): New commands.
7455 (org-table-tab-jumps-over-hlines, org-export-html-style):
7456 New options.
7457 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7458 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7459 New functions.
7460 (org-fill-paragraph): Call `org-table-align' in tables.
7461 (org-mode): Call `org-set-autofill-regexps'.
7462 (org-export-as-html): Support for local handformatted lists.
7463 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7464 (org-export-local-list-max-depth): New option.
7465 (org-html-expand): Use `org-html-protect'.
7466
7467 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7468
7469 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7470 to "p".
7471 (gdb): Move definition of gud-pp to...
7472
7473 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7474 speedbar.
7475 (gdb-find-watch-expression): New function.
7476
7477 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7478
7479 * faces.el (face-attribute, set-face-attribute): Mention existence
7480 of `:ignore-defface' setting in docstring.
7481
7482 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7483
7484 * simple.el (completion-setup-function): Fix last change.
7485
7486 2005-11-17 John Paul Wallington <jpw@pobox.com>
7487
7488 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7489 Use `posn-set-point' instead of `mouse-set-point' because the
7490 latter is not fbound when configured without X.
7491
7492 * comint.el (comint-insert-input): Likewise.
7493
7494 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7495
7496 * simple.el (hard-newline): New variable.
7497 (sendmail-user-agent-compose, next-line): Use it.
7498
7499 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7500 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7501 (mail-mail-reply-to, mail-mail-followup-to)
7502 (mail-position-on-field, mail-signature, mail-yank-original)
7503 (mail-attach-file): Likewise.
7504
7505 * mail/mailheader.el (mail-header-format)
7506 (mail-header-format-function): Likewise.
7507
7508 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7509
7510 2005-11-17 Juri Linkov <juri@jurta.org>
7511
7512 * font-lock.el (font-lock-faces): Rename this defgroup from
7513 `font-lock-highlighting-faces'.
7514 (font-lock-comment-face, font-lock-comment-delimiter-face)
7515 (font-lock-string-face, font-lock-doc-face)
7516 (font-lock-keyword-face, font-lock-builtin-face)
7517 (font-lock-function-name-face, font-lock-variable-name-face)
7518 (font-lock-type-face, font-lock-constant-face)
7519 (font-lock-warning-face, font-lock-negation-char-face)
7520 (font-lock-preprocessor-face)
7521 (font-lock-regexp-grouping-backslash)
7522 (font-lock-regexp-grouping-construct): Rename :group from
7523 `font-lock-highlighting-faces' to `font-lock-faces'.
7524
7525 * cus-edit.el (lisp, c, tex):
7526 * progmodes/ada-mode.el (ada):
7527 * progmodes/asm-mode.el (asm):
7528 * progmodes/cperl-mode.el (cperl-faces):
7529 * progmodes/cpp.el (cpp):
7530 * progmodes/dcl-mode.el (dcl):
7531 * progmodes/f90.el (f90):
7532 * progmodes/fortran.el (fortran):
7533 * progmodes/icon.el (icon):
7534 * progmodes/idlwave.el (idlwave-misc):
7535 * progmodes/m4-mode.el (m4):
7536 * progmodes/make-mode.el (makefile):
7537 * progmodes/meta-mode.el (meta-font):
7538 * progmodes/modula2.el (modula2):
7539 * progmodes/octave-mod.el (octave):
7540 * progmodes/pascal.el (pascal):
7541 * progmodes/perl-mode.el (perl):
7542 * progmodes/prolog.el (prolog):
7543 * progmodes/ps-mode.el (PostScript-edit):
7544 * progmodes/scheme.el (scheme):
7545 * progmodes/sh-script.el (sh-script):
7546 * progmodes/simula.el (simula):
7547 * progmodes/tcl.el (tcl):
7548 * textmodes/nroff-mode.el (nroff):
7549 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7550 * textmodes/sgml-mode.el (sgml):
7551 * textmodes/texinfo.el (texinfo):
7552 Add :link (custom-group-link font-lock-faces) to defgroup.
7553
7554 * hi-lock.el (hi-lock): Rename this defgroup from
7555 `hi-lock-interactive-text-highlighting'. Change parent group from
7556 `faces' to `font-lock'. Add link to the manual.
7557 (hi-lock-mode, hi-lock-file-patterns-range)
7558 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7559 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7560 (hi-lock-faces): Add :group `faces'.
7561
7562 * cus-edit.el (custom-variable-prompt): Clarify the code.
7563
7564 * faces.el (face-read-string): Set the default value arg of
7565 completing-read.
7566
7567 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7568
7569 * rfn-eshadow.el (file-name-shadow-properties)
7570 (file-name-shadow-tty-properties, file-name-shadow-mode):
7571 Remove autoloads, because the file is now preloaded.
7572
7573 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7574
7575 * printing.el (easy-menu-intern): Don't define.
7576 (pr-get-symbol): Use easy-menu-intern only if defined.
7577
7578 * simple.el (blink-matching-open): Simplify a bit.
7579 (completion-setup-function): Fix the case of partial-completion-mode
7580 when the minibuffer's contents start with "-".
7581 Obey completion-base-size-function even when
7582 minibuffer-completing-file-name is non-nil.
7583
7584 2005-11-16 Richard M. Stallman <rms@gnu.org>
7585
7586 * net/eudcb-ph.el (eudc-ph-open-session):
7587 Use set-process-query-on-exit-flag.
7588
7589 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7590
7591 * international/ucs-tables.el (ucs-set-table-for-input):
7592 Use make-local-variable, not make-variable-buffer-local.
7593
7594 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7595 Improve warning message text.
7596
7597 * savehist.el (savehist-save-hook): Add :group.
7598
7599 * menu-bar.el (menu-bar-help-menu):
7600 Rename Find Extra Packages to External Packages.
7601
7602 * cus-edit.el (Custom-reset-standard): Verify that
7603 :custom-standard-value prop exists before calling it.
7604
7605 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7606
7607 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
7608
7609 * wid-edit.el (color): Enclose %t in %{...%}.
7610
7611 * cus-edit.el (face): Enclose %t in %{...%}.
7612
7613 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7614
7615 * savehist.el (savehist-mode-hook): Re-add the var.
7616 (savehist-mode): Use it.
7617
7618 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7619
7620 * textmodes/flyspell.el: Fix commenting convention.
7621 Remove unnecessary leading * in custom docstrings.
7622 (flyspell-emacs): Remove unused var.
7623 (flyspell-delete-region-overlays): Use remove-overlays.
7624 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7625 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7626 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7627 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7628 (make-flyspell-overlay): Don't locally reuse a global name.
7629 (flyspell-highlight-incorrect-region)
7630 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7631 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7632 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7633 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7634 Wrap calls to accept-process-output inside with-local-quit since it's
7635 often called from a post-command-hook.
7636 (flyspell-correct-word, flyspell-auto-correct-word):
7637 Use ispell-send-string.
7638 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7639
7640 * calendar/diary-lib.el (diary-list-entries): Also hide the
7641 terminating newline.
7642
7643 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7644
7645 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7646 window-system, to allow fonts on tty.
7647
7648 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7649
7650 * progmodes/gud.el (gud-speedbar-item-info): New function.
7651 (gud-install-speedbar-variables): Use it to display data type
7652 of watch expression as a tooltip in speedbar.
7653
7654 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7655
7656 * font-core.el (global-font-lock-mode): Add :version keyword,
7657 because default was changed.
7658
7659 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7660
7661 * startup.el (command-line): Use `custom-reevaluate-setting' for
7662 `file-name-shadow-mode'.
7663
7664 * loadup.el: Preload rfn-eshadow.
7665
7666 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7667 Add :version keyword.
7668 (file-name-shadow-properties, file-name-shadow-tty-properties)
7669 (file-name-shadow): Add :version keyword.
7670
7671 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7672 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7673 in the custom-group property of the symbol frames and the fringe
7674 group got no link to its parent group frames.
7675 Doc fix.
7676
7677 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7678
7679 * progmodes/gud.el (gud-stop-subjob): New function.
7680 (gud-menu-map, gud-tool-bar-map): Use it.
7681
7682 2005-11-16 Kim F. Storm <storm@cua.dk>
7683
7684 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7685 than kill it.
7686 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7687 to a more useful/logical place.
7688
7689 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7690
7691 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7692 go buttons complementary.
7693
7694 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7695
7696 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7697 (rfn-eshadow-sifn-equal): New function.
7698 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7699
7700 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7701
7702 * viper-utils.el (viper-non-word-characters-reformed-vi):
7703 Quote `-' in string.
7704
7705 * viper.el (viper-emacs-state-mode-list): Ensure that
7706 rcirc-mode buffers come up in Emacs state.
7707
7708 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7709 operation.
7710
7711 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7712
7713 * term.el (term-termcap-format): Fix typos.
7714 (term-down): Fix the negative argument case.
7715
7716 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7717
7718 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7719 2005-08-15.
7720 (gdb-ann3): New command gud-go.
7721 (menu): Accomodate gdb-mi.el.
7722 (gdb-assembler-custom): Make buffer of selected window current
7723 so that set-window-point works.
7724
7725 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7726 buttons and include new ones.
7727
7728 2005-11-16 Kim F. Storm <storm@cua.dk>
7729
7730 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7731 (gud-menu-map): Use it.
7732
7733 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7734
7735 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7736 that works correctly for Custom and that does not override a user
7737 who disables it.
7738
7739 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7740 (help-xref-interned, help-follow): Make hyperlinks for variables
7741 that are unbound, but have a non-nil variable-documentation property.
7742
7743 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7744 mode hook. (It conflicted with defcustoms for some mode hooks.)
7745 Use the `variable-documentation' property to give the mode hook a
7746 docstring and expand that docstring.
7747
7748 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7749
7750 * savehist.el (savehist-mode): Don't bother with
7751 `custom-set-minor-mode'.
7752 (savehist-coding-system): Check XEmacs version.
7753 (history-length): Declare also at run time.
7754 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7755 Don't set the customize state.
7756 (savehist-minibuffer-hook): Special case for when
7757 minibuffer-history-variable is equal to t.
7758
7759 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7760
7761 * files.el (write-file): Refresh VC status.
7762
7763 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7764 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7765 than fundamental-mode to see if the mode was set.
7766
7767 2005-11-14 Romain Francoise <romain@orebokech.com>
7768
7769 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7770 dummy function in `eval-when-compile' to avoid compiler warning.
7771 Require `man' at compile time.
7772
7773 2005-11-14 Jay Belanger <belanger@truman.edu>
7774
7775 * calc-alg.el (calcFunc-write-out-power): Rename it to
7776 calcFunc-powerexpand.
7777 (math-write-out-power): Rename it to math-powerexpand; have it
7778 handle negative exponents.
7779 (calc-writeoutpower): Rename it to calc-powerexpand.
7780
7781 * calc-ext.el: Change calcFunc-writeoutpower and
7782 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7783 autoloads.
7784 Add calcFunc-ldiv to autoloads.
7785
7786 * calc-arith.el (calcFunc-ldiv): New function.
7787
7788 * calc.el (calc-left-divide): New function.
7789
7790 2005-11-14 Juri Linkov <juri@jurta.org>
7791
7792 * cus-edit.el (custom-variable-prompt): Set the default value arg
7793 of completing-read.
7794
7795 * cus-dep.el (custom-make-dependencies): Reverse the list of
7796 found dependencies.
7797
7798 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7799
7800 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7801 Highlighting" entry, it is on by default now.
7802 (menu-bar-options-save): Do not save global-font-lock-mode.
7803
7804 2005-11-13 Richard M. Stallman <rms@gnu.org>
7805
7806 * textmodes/flyspell.el (flyspell-large-region):
7807 Call flyspell-accept-buffer-local-defs.
7808
7809 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
7810
7811 * textmodes/flyspell.el (flyspell-notify-misspell):
7812 Fix misspelling of "Misspelling".
7813 (flyspell-process-localwords): New function.
7814 (flyspell-large-region): Call flyspell-process-localwords and
7815 flyspell-delete-region-overlays.
7816 (flyspell-delete-region-overlays): New function.
7817 (flyspell-delete-all-overlays): Call that.
7818
7819 2005-11-13 Richard M. Stallman <rms@gnu.org>
7820
7821 * help.el (help-for-help-internal): Improve doc of C-h a.
7822 (describe-key): Improve prompt; doc fix.
7823
7824 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7825
7826 * vc-svn.el (vc-svn-registered): Catch all errors.
7827
7828 * cus-dep.el (custom-make-dependencies): Typo.
7829
7830 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
7831
7832 * net/tramp-util.el (top): Fix compilation warning.
7833
7834 2005-11-13 Kim F. Storm <storm@cua.dk>
7835
7836 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
7837
7838 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7839
7840 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7841 (gud-speedbar-buttons): Match on "const char *" too.
7842
7843 * progmodes/gdb-ui.el (gdb-var-create-handler)
7844 (gdb-var-list-children-handler): Match on "const char *" too.
7845 (gdb-var-evaluate-expression-handler): Match on empty string.
7846 (gdb-var-update-handler): Only call
7847 gdb-var-evaluate-expression-handler when required.
7848
7849 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7850
7851 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7852 selected window. This still doesn't work for speedbar.
7853 (gud-speedbar-buttons): Handle string expressions properly.
7854
7855 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7856 (gdb-var-create-handler): Handle string expressions properly.
7857 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7858 Handle string expressions properly. Move "type" field into regexp.
7859
7860 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7861
7862 * bookmark.el (bookmark-maybe-message): New function to reduce
7863 code duplication: invokes `message' iff baud-rate is high enough.
7864 (bookmark-write-file): Use above instead of an inline conditional.
7865 (bookmark-load): Same.
7866
7867 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7868
7869 * bookmark.el (bookmark-write-file): Don't visit the destination
7870 file, just write the data to it using write-region. This is
7871 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7872 change to avoid visiting the file in the first place.
7873
7874 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
7875
7876 * hi-lock.el (hi-lock-mode): Set the default value of
7877 font-lock-defaults.
7878
7879 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
7880
7881 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7882 arg to `file-attributes'.
7883 (find-lisp-format): The UID and GID can now be strings.
7884
7885 2005-11-12 Kim F. Storm <storm@cua.dk>
7886
7887 * help.el (help-map): Bind C-h d to apropos-documentation.
7888
7889 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7890 when point is at end-of-buffer.
7891
7892 * apropos.el (apropos-match-face): Doc fix.
7893 (apropos-sort-by-scores): Add new choice `verbose'.
7894 (apropos-documentation-sort-by-scores): New defcustom.
7895 (apropos-pattern): Now contains the pattern entered by the user.
7896 (apropos-pattern-quoted): New defvar.
7897 (apropos-regexp): New defvar, containing the regexp corresponding
7898 to apropos-pattern.
7899 (apropos-all-words-regexp): Rename from apropos-all-regexp.
7900 (apropos-read-pattern): New defun. Use it to read pattern arg in
7901 interactive calls; returns list of words for a word list, and
7902 string for a regexp.
7903 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
7904 parses a list of words or regexp as returned by apropos-read-pattern.
7905 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7906 (apropos-score-doc): Return a very high score if the string
7907 entered by the user matches literally.
7908 (apropos-variable): Doc fix. Use apropos-read-pattern.
7909 (apropos-command): Doc fix. Use apropos-read-pattern and
7910 apropos-parse-pattern. Call apropos-print with nosubst=t.
7911 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
7912 apropos-parse-pattern.
7913 (apropos-documentation): Doc fix. Use apropos-read-pattern and
7914 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
7915 apropos-documentation-sort-by-scores. Call apropos-print with
7916 nosubst=t.
7917 (apropos-documentation-internal): Pass doc string through
7918 substitute-key-definition before adding text properties.
7919 Highlight substring matching literal user input if possible.
7920 (apropos-documentation-check-doc-file): Remove locals beg and end.
7921 Fix calculation of score (as added twice). Pass doc string through
7922 substitute-key-definition before adding text properties.
7923 (apropos-documentation-check-elc-file): Pass doc string through
7924 substitute-key-definition before adding text properties.
7925 Highlight substring matching literal user input if possible.
7926 (apropos-print): Add new arg NOSUBST; if set, command and variable
7927 doc strings have already been passed through substitute-key-definition.
7928 Add code to handle apropos-accumulator items without score element
7929 for backwards compatibility (e.g. with woman package).
7930 Only show scores if apropos-sort-by-scores is `verbose'.
7931
7932 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7933
7934 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7935 Add jka-compr-load-suffixes to load-suffixes.
7936
7937 * jka-compr.el: Require jka-cmpr-hook.
7938 (jka-compr-info-compress-message, jka-compr-info-compress-program)
7939 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7940 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7941 (jka-compr-info-can-append, jka-compr-info-strip-extension)
7942 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7943 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
7944 (jka-compr-uninstall): Remove entries from
7945 jka-compr-added-to-file-coding-system-alist after they are used.
7946 (jka-compr-error): Remove unused var `curbuf'.
7947 (jka-compr-file-local-copy): Remove unused var `notfound'.
7948
7949 2005-11-10 Romain Francoise <romain@orebokech.com>
7950
7951 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7952
7953 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
7954
7955 * progmodes/gud.el (gud-menu-map): Move parentheses.
7956 (gdb): New command gud-pv.
7957
7958 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7959
7960 * tar-mode.el: Remove spurious or unnecessary leading stars
7961 in docstrings.
7962 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7963 (tar-parse-octal-integer-safe): Use mapc.
7964 (tar-header-block-summarize): Remove unused var `ck'.
7965 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7966 cleared before. Obey default-enable-multibyte-characters.
7967 Use mapconcat. Simplify setting of tar-header-offset.
7968 (tar-mode-map): Move initialization inside delcaration.
7969 (tar-flag-deleted): Use `abs'.
7970 (tar-expunge-internal): Remove unused var `line'.
7971 (tar-expunge-internal): Don't hardcode point-min==1.
7972 (tar-expunge): Widen while doing set-buffer-multibyte.
7973 (tar-rename-entry): Use file-name-coding-system.
7974 (tar-alter-one-field): Don't hardcode point-min==1.
7975 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7976 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
7977
7978 2005-11-10 Masatake YAMATO <jet@gyve.org>
7979
7980 * add-log.el (add-log-current-defun): Handle class::method
7981 notation of c++. Fix incorrect comment.
7982
7983 2005-11-10 Alan Mackenzie <acm@muc.de>
7984
7985 * help-fns.el (describe-variable): Make C-h v work when a variable
7986 has variable documentation yet is unbound.
7987
7988 2005-11-10 Masatake YAMATO <jet@gyve.org>
7989
7990 * man.el (Man-highlight-references): Set an empty
7991 string to `Man-arguments' if it is nil.
7992 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7993
7994 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7995
7996 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7997 commenting conventions.
7998
7999 * cus-dep.el (custom-make-dependencies): Simplify.
8000 Better follow the commenting conventions.
8001
8002 2005-11-09 Richard M. Stallman <rms@gnu.org>
8003
8004 * apropos.el (apropos-pattern): Rename from apropos-regexp.
8005 (apropos-orig-pattern): Rename from apropos-orig-regexp.
8006 All uses changed.
8007 (apropos-rewrite-regexp): Doc fix.
8008 (apropos-variable, apropos-command, apropos, apropos-value):
8009 Change prompt; carry through the argument renaming.
8010
8011 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
8012
8013 * find-lisp.el: Require dired.
8014 (find-lisp-find-dired-internal): Do not call
8015 `abbreviate-file-name' on DIR.
8016
8017 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
8018
8019 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
8020
8021 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
8022
8023 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
8024 when using the speedbar.
8025 (gdb): New command gud-pp.
8026 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
8027
8028 2005-11-09 Juri Linkov <juri@jurta.org>
8029
8030 * replace.el (occur-excluded-properties): New defcustom.
8031 (occur-1, occur-engine, occur-accumulate-lines): Use it.
8032
8033 2005-11-08 Jay Belanger <belanger@truman.edu>
8034
8035 * calc/calc-units.el (math-convert-units): Replace any composite
8036 unit by its definition.
8037
8038 2005-11-08 Lars Hansen <larsh@soem.dk>
8039
8040 * emacs-lisp/autoload.el (update-directory-autoloads):
8041 Add obsolete function alias.
8042
8043 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8044
8045 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8046 comment-indent-function.
8047 (lisp-comment-indent): Replace by an alias for comment-indent-default.
8048
8049 * reveal.el (reveal-post-command): Rework the handling of
8050 reveal-open-spots, so as to be more reliable. There were several
8051 tricky corner cases where an open spot might be lost, or where
8052 a closed spot might end up on the list of open spots.
8053 Only reveal text that's ellipsised.
8054
8055 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
8056
8057 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
8058
8059 2005-11-07 John Paul Wallington <jpw@gnu.org>
8060
8061 * ibuffer.el (ibuffer): Search iconified frames too when
8062 getting Ibuffer buffer's window.
8063
8064 2005-11-06 Richard M. Stallman <rms@gnu.org>
8065
8066 * progmodes/compile.el (compilation-internal-error-properties):
8067 save-excursion around the computation of MARKER.
8068
8069 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
8070
8071 * textmodes/flyspell.el (flyspell-external-point-words):
8072 flyspell-get-word returns a list, not just a string.
8073
8074 2005-11-06 John Paul Wallington <jpw@pobox.com>
8075
8076 * ibuffer.el (ibuffer): Search all visible frames when getting
8077 Ibuffer buffer's window.
8078
8079 2005-11-07 Masatake YAMATO <jet@gyve.org>
8080
8081 * man.el (Man-reference-regexp): Accept spaces between
8082 `Man-name-regexp' and `Man-section-regexp'.
8083 (Man-apropos-regexp): New variable.
8084 (Man-abstract-xref-man-page): Use value for `Man-target-string'
8085 if available.
8086 (Man-highlight-references, Man-highlight-references0):
8087 Handle the case when `Man-arguments' includes "-k".
8088 (Man-highlight-references0): Rename the argument `TARGET-POS' to
8089 `TARGET'. `TARGET' can be a number, function or nil.
8090
8091 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
8092
8093 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
8094 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
8095 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
8096 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
8097 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
8098 (gdb-send-item): Use buffer-local-value and simplify.
8099
8100 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
8101
8102 * startup.el (command-line): Use `custom-reevaluate-setting' for
8103 `global-font-lock-mode'.
8104
8105 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
8106 by default, except in batch mode or when the -D option is given.
8107
8108 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
8109 specified keyword args on to `define-minor-mode'. Update docstring.
8110
8111 2005-11-05 Romain Francoise <romain@orebokech.com>
8112
8113 * replace.el (occur-engine): Add marker at end of line, too.
8114
8115 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8116
8117 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8118 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8119 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8120 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8121 argument to all these routines, so the passphrase can be managed
8122 externally and passed in to the system.
8123 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8124 pgg-add-passphrase-to-cache function.
8125
8126 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8127 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8128 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8129 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8130 argument to all these routines, so the passphrase can be managed
8131 externally and passed in to the system.
8132 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8133 function.
8134
8135 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8136
8137 * font-lock.el: Don't deal with font-lock-face-attributes here,
8138 move the code ...
8139
8140 * startup.el (command-line): ... here. Use face-spec-set instead
8141 of custom-declare-face.
8142
8143 * faces.el (face-spec-set): Reset the face if spec is not nil.
8144
8145 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8146
8147 * newcomment.el (comment-region-internal): Box more tightly in the
8148 common case where there's no TAB in the boxed text.
8149
8150 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8151
8152 * info.el (info-tool-bar-map): Use images prev-node, next-node and
8153 up-node.
8154
8155 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8156
8157 * newsticker.el: Commentary updated. Code formatting changed.
8158 (newsticker-version): Change to "1.9".
8159 (newsticker, newsticker-feed): Doc fix.
8160 (newsticker-url-list): Doc fix. Add option "Weekly".
8161 (newsticker-retrieval-interval): Add option "Weekly".
8162 (newsticker-headline-processing): Doc fix.
8163 (newsticker-auto-mark-filter): Remove.
8164 (newsticker-auto-mark-filter-list): New.
8165 (newsticker-layout, newsticker-sort-method): Doc fix.
8166 (newsticker-hide-old-items-in-newsticker-buffer)
8167 (newsticker-heading-format, newsticker-item-format)
8168 (newsticker-desc-format): Doc fix.
8169 (newsticker-show-all-rss-elements): Remove.
8170 (newsticker-show-all-news-elements): New.
8171 (newsticker-faces, newsticker-ticker): Doc fix.
8172 (remove-from-invisibility-spec): Code formatting.
8173 (newsticker--process-ids): New.
8174 (newsticker-mode): Doc fix.
8175 (newsticker-mode): Change mode-line-format.
8176 (newsticker-start): Remove debug output.
8177 (newsticker-start-ticker): Doc fix. Add autoload cookie.
8178 (newsticker-w3m-show-inline-images): Code formatting.
8179 (newsticker-next-item): Call `force-mode-line-update'.
8180 (newsticker-previous-item): Call `force-mode-line-update'.
8181 (newsticker-next-feed): Call `force-mode-line-update'.
8182 (newsticker-previous-feed): Call `force-mode-line-update'.
8183 (newsticker-mark-all-items-at-point-as-read): Code formatting.
8184 (newsticker-show-old-items): Do not show descs.
8185 (newsticker-hide-entry): Hide too much.
8186 (newsticker-hide-entry, newsticker-show-entry)
8187 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8188 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8189 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8190 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8191 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8192 (newsticker-get-news): Call `force-mode-line-update'.
8193 Collect process ids.
8194 (newsticker--sentinel): Change coding system handling.
8195 Move image retrieval to new functions newsticker--get-logo-url-*.
8196 Move feed parsing to new functions newsticker--parse-*.
8197 Update list of process ids.
8198 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8199 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8200 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8201 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8202 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8203 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8204 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8205 (newsticker--decode-coding-string): Remove.
8206 (newsticker--decode-numeric-entities): Check input. Format code.
8207 (newsticker--remove-whitespace): Check input.
8208 (newsticker--do-forget-preformatted): Doc fix.
8209 (newsticker--decode-rfc822-date): Allow for missing time.
8210 (newsticker--update-process-ids): New.
8211 (newsticker--image-sentinel): Change comment.
8212 (newsticker--image-read): Change error message.
8213 (newsticker--imenu-goto): Doc fix. Show headline title.
8214 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8215 (newsticker--buffer-do-insert-text): Clean whitespace in
8216 html-rendered headline title. Code formatting.
8217 Call `newsticker--buffer-print-extra-elements'.
8218 (newsticker--buffer-print-extra-element): Remove.
8219 (newsticker--buffer-print-extra-elements): New.
8220 (newsticker--buffer-do-print-extra-element): New.
8221 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8222 large sizes.
8223 (newsticker--run-auto-mark-filter)
8224 (newsticker--do-run-auto-mark-filter):
8225 Use `newsticker-auto-mark-filter-list'.
8226
8227 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8228
8229 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8230 (rcirc-print): Force redisplay before running hooks. Do long
8231 buffer truncation after making new text read-only. Deal with nil
8232 text when decoding strings. If TARGET is nil, use either the
8233 currently selected buffer, if it is an rcirc buffer and of the
8234 same process or the process buffer.
8235 (rcirc-mode): Remove header-line. Recompute short buffer names.
8236 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8237 (rcirc-short-buffer-name): Add variable.
8238 (rcirc-kill-buffer-hook): Recompute short buffer names.
8239 Remove nick from private channel.
8240 (rcirc-send-input): Send command text to current-buffer.
8241 Don't clear overlay arrow here.
8242 (rcirc-short-buffer-name): Return a short buffer name.
8243 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8244 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8245 buffer-name abbreviations.
8246 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8247 Do not touch nick-table when killing a parted channel.
8248 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8249 Clear arrow from current buffer if it is now hidden.
8250 (rcirc-current-buffer): Add variable.
8251 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8252 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8253 Remove -face from names.
8254 (rcirc-update-activity-string): Print "DND" when globally ignoring
8255 activity.
8256 (rcirc-ignore-buffer-activity-flag): Rename from
8257 rcirc-ignore-channel-activity.
8258 (rcirc-ignore-all-activity-flag): Doc fix.
8259 (rcirc-channels): Remove variable.
8260 (rcirc-kill-buffer-hook):
8261 (rcirc-get-buffer-create): Add nick to private channel.
8262 (rcirc-multiline-edit-submit): Remove tabs.
8263 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8264 folded.
8265 (rcirc-remove-nick-channel): Bug fix.
8266 (rcirc-toggle-ignore-buffer-activity): Rename from
8267 rcirc-toggle-ignore-channel-activity.
8268 (rcirc-record-activity): Add buffers to the front of the list.
8269 (rcirc-update-activity): Remove killed buffers from list.
8270 (rcirc-process-server-response-1): Remove last argument if it is
8271 null before calling handler.
8272 (rcirc): Add "rcirc" defcustom prefix.
8273 (rcirc-prompt): Simplify default prompt.
8274 Use custom-initialize-default.
8275 (rcirc-private-chats): Remove variable.
8276 (rcirc-prompt): Change initialization.
8277 (rcirc-version): Remove function.
8278 (rcirc-id-string): Add constant.
8279 (rcirc-last-buffer): Remove variable.
8280 (rcirc-buffer-alist): Add variable.
8281 (rcirc-connect): Update variable setup.
8282 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8283 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8284 default.
8285 (rcirc-handler-generic): Trigger activity.
8286 (rcirc-send-message): Create the buffor of the target.
8287 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8288 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8289 (rcirc-multiline-edit-cancel): Remove function.
8290 (rcirc-set-last-buffer): Remove function.
8291 (rcirc-get-any-buffer): Add function.
8292 (rcirc-join-channels): Don't print /join text.
8293 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8294 messages.
8295 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8296 (rcirc-handler-NOTICE): Recognize CTCP responses.
8297 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8298 constructing TOPIC string for buffers we are not JOINed.
8299 (rcirc-handler-CTCP-response): Add handler.
8300 (rcirc-multiline-edit-submit): Restore the window-configuration
8301 before adjusting point.
8302 (rcirc): Add customization group.
8303 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8304 (rcirc-user-full-name, rcirc-startup-channels-alist)
8305 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8306 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8307 (rcirc-input-ring-size, rcirc-read-only-flag)
8308 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8309 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8310 Change defvar to defcustom.
8311 (rcirc-update-prompt): Add optional ALL arg, which will update
8312 prompts in all rcirc buffers. Regexp quote replacement text.
8313 (rcirc-fill-column): Accept frame-width as a value.
8314 (rcirc-set-changed): Add function.
8315 (rcirc-next-active-buffer): Write more meaningful messages.
8316 (rcirc-faces): Add customization group.
8317 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8318 (rcirc-nick-in-message-face, rcirc-prompt-face)
8319 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8320 (with-rcirc-process-buffer): Move before first usage.
8321 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8322 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8323 (rcirc-debug): Rename from `rcirc-log'.
8324 (rcirc-format-response-string): Do not print `-' chars for a
8325 NOTICE with no sender. Simplify output of server responses.
8326
8327 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8328
8329 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8330 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8331 Make urls mouse and RET clickable.
8332
8333 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8334
8335 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8336
8337 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8338
8339 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8340 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8341 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8342 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8343 argument to all these routines, so the passphrase can be managed
8344 externally and passed in to the system.
8345 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8346 pgg-add-passphrase-to-cache function.
8347
8348 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8349 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8350 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8351 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8352 argument to all these routines, so the passphrase can be managed
8353 externally and passed in to the system.
8354 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8355 function.
8356
8357 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8358
8359 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8360 from goto-address-url-regexp.
8361
8362 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8363
8364 * textmodes/org.el (org-read-date, org-goto-calendar)
8365 (org-recenter-calendar, org-agenda-goto-calendar):
8366 Temporarily clear `calendar-move-hook'.
8367
8368 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8369
8370 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8371 merging.
8372
8373 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8374 have merge clashes.
8375
8376 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8377
8378 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8379 Undo previous change.
8380
8381 * startup.el (command-line): Use `custom-reevaluate-setting' for
8382 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8383 tty-register-default-colors on Mac.
8384
8385 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8386
8387 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8388 (gdb-buffer-type): Make it automatically buffer local...
8389 (gdb-get-create-buffer): ...and set it accordingly.
8390 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8391 actually work.
8392
8393 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8394
8395 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8396 not red.
8397
8398 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8399
8400 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8401 case GUD buffer is not visible.
8402 (gdb-goto-breakpoint): Try to force display in source buffer.
8403 (gdb-frame-gdb-buffer): Copy other similar functions.
8404 (gdb-restore-windows): Don't display source if not asked for.
8405 (gdb-assembler-buffer-name): Don't capitalise.
8406
8407 2005-11-03 Richard M. Stallman <rms@gnu.org>
8408
8409 * wid-edit.el (key-sequence): New widget type.
8410
8411 * simple.el (set-mark-command-repeat-pop): New variable.
8412 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8413 if set-mark-command-repeat-pop is true.
8414
8415 * info.el (Info-fontify-node): Don't display extra "see" if there
8416 already is one here.
8417
8418 * mouse.el: Fix special handling of DEL after dragging a region:
8419 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8420 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8421
8422 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8423
8424 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8425 not to assume it pertains to an affix.
8426
8427 * textmodes/flyspell.el (flyspell-post-command-hook):
8428 Bind deactivate-mark to prevent deactivation.
8429
8430 2005-11-03 Lars Hansen <larsh@soem.dk>
8431
8432 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8433 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8434 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8435
8436 2005-11-03 Romain Francoise <romain@orebokech.com>
8437
8438 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8439 Update copyright years.
8440
8441 2005-11-03 Sam Steingold <sds@gnu.org>
8442
8443 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8444 Use system-type instead of window-system because window-system is not
8445 correctly defined during loadup.
8446
8447 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8448
8449 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8450 (xml-parse-tag): Join strings separated by a comment properly.
8451
8452 2005-11-02 Andreas Schwab <schwab@suse.de>
8453
8454 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8455
8456 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8457
8458 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8459 (byte-optimize-pure-func): Quote the eval'd value.
8460
8461 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8462 Rename from perl-font-lock-syntactic-face-function.
8463 Change the calling convention so it can be used as a font-lock MATCHER.
8464 Do the parse-partial-sexp loop outselves.
8465 (perl-font-lock-syntactic-keywords): Use it.
8466 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8467
8468 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8469
8470 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8471 disassembly buffer too.
8472 (gdb-exited): Remove overlay arrows when execution has finished.
8473 (gdb-info-frames-custom, gdb-info-threads-custom)
8474 (gdb-info-registers-custom): Don't add inappropriate text
8475 properties if inferior is not active.
8476
8477 2005-11-02 Glenn Morris <rgm@gnu.org>
8478
8479 * progmodes/fortran.el (fortran-blink-match):
8480 Use `blink-matching-delay'.
8481
8482 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8483
8484 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8485
8486 2005-11-02 Lars Hansen <larsh@soem.dk>
8487
8488 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8489 "Permission denied".
8490
8491 2005-11-01 Richard M. Stallman <rms@gnu.org>
8492
8493 * textmodes/flyspell.el (flyspell-external-point-words):
8494 Pass nil to flyspell-get-word.
8495
8496 2005-11-02 Kim F. Storm <storm@cua.dk>
8497
8498 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8499 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8500
8501 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8502
8503 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8504 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8505 (calendar-mouse-print-dates): Add optional `event' argument.
8506 Update interactive-spec.
8507 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8508 Use `calendar-event-to-date' instead of `event'.
8509
8510 2005-11-02 Masatake YAMATO <jet@gyve.org>
8511
8512 * progmodes/ld-script.el (ld-script-builtins):
8513 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8514 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8515 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8516
8517 2005-11-01 Romain Francoise <romain@orebokech.com>
8518
8519 * vc-sccs.el: Update copyright year.
8520 * ezimage.el: Likewise.
8521
8522 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8523
8524 * info.el (Info-fontify-node): Use `string-width' for fontifying
8525 underlined titles.
8526
8527 2005-11-01 Juri Linkov <juri@jurta.org>
8528
8529 * info.el (Info-fontify-node): Downcase node header keywords Node,
8530 Prev, Next, Up before comparison.
8531 (Info-history): Insert absolute directory name, and put invisible
8532 property on it.
8533
8534 2005-11-01 Juri Linkov <juri@jurta.org>
8535
8536 * info.el (Info-file-supports-index-cookies): New variable.
8537 (Info-find-node-2): Check makeinfo version for index cookie support.
8538 (Info-index-nodes): Search for nodes with index cookies only when
8539 Info-file-supports-index-cookies is t. Otherwise, search nodes
8540 with "Index" in the node name.
8541 (Info-index-node): Search index cookie in the current node only when
8542 Info-file-supports-index-cookies is t. Otherwise, check the word
8543 "Index" in the node name.
8544 (Info-find-emacs-command-nodes): Remove code that searches nodes
8545 with "Index" node name in the top menu.
8546
8547 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8548
8549 * progmodes/scheme.el (scheme-mode-variables): Use the default
8550 comment-indent-function.
8551
8552 * faces.el (face-attribute): Handle the case where a face inherits from
8553 a non-existent face.
8554
8555 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8556 for octal and hexa output, and merge the char into the paren.
8557 (kill-new): Use push.
8558 (copy-to-buffer): Use with-current-buffer.
8559 (completion-setup-function): Move code in loop to remove redundancy.
8560 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8561 those inherited from minibuffer-local-completion-map.
8562
8563 * savehist.el (savehist-mode) <defcustom>:
8564 Use custom-set-minor-mode if available.
8565 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8566 and emit a message if applicable.
8567
8568 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8569
8570 * savehist.el: Sync up to version 19.
8571 (savehist-mode): New minor mode.
8572 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8573 (savehist-length): Remove (use history-length instead).
8574 (savehist-file-modes): Rename from savehist-modes.
8575 (savehist-save-hook, savehist-loaded): New vars.
8576 (savehist-load): Use savehist-mode. Try to smooth up transition from
8577 old format to new format.
8578 (savehist-install): Allow savehist-autosave-interval to be nil.
8579 (savehist-save): Run the new hook. Be more careful to only trim the
8580 history variables.
8581 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8582 (savehist-printable): Print into a buffer rather than char-by-char.
8583
8584 2005-11-01 John Wiegley <johnw@newartisans.com>
8585
8586 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8587 toggle-ignore keybinding (C-a). The author said it had been
8588 disabled much earlier due to a possible incompatibility, but after
8589 many months of usage I have encountered no problems (and it is a
8590 rather useful option, especially for switching to " *temp*").
8591
8592 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8593 support for OS/X's AddressBook, by calling out to the open source
8594 program "contacts" (installable through Fink).
8595
8596 * net/eudc.el (eudc-expand-inline): If the
8597 `eudc-multiple-match-handling-method' is set to `all', delete the
8598 query string before inserting the query result.
8599
8600 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8601 flag, to prevent Eshell from using the system ls when
8602 `eshell-ls-insert-directory' is in used.
8603 (eshell-ls-insert-directory): Disable font-lock in directory
8604 buffer so that Eshell's own fontification is seen. This broke
8605 recently due to changes in font-lock, so this goes back to version
8606 21 behavior.
8607
8608 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8609
8610 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8611 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8612 (gdb-many-windows): Doc fix.
8613
8614 2005-10-31 Romain Francoise <romain@orebokech.com>
8615
8616 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8617
8618 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8619
8620 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8621 that global-font-lock-mode can be enabled by default.
8622
8623 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8624 (font-lock-add-keywords, font-lock-remove-keywords)
8625 (font-lock-fontify-buffer): Remove autoload cookies.
8626
8627 * jit-lock.el (jit-lock-register): Likewise.
8628
8629 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8630
8631 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8632
8633 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8634 intact if there is no gud-comint-buffer.
8635
8636 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8637
8638 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8639 old prompt comint-prompt-read-only is t and GDB commands are
8640 issued from tool bar etc.
8641
8642 2005-10-31 Masatake YAMATO <jet@gyve.org>
8643
8644 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8645
8646 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8647
8648 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8649 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8650
8651 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8652
8653 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8654 starting at beginning of line. Fontification is messed up when
8655 `open-paren-in-column-0-is-defun-start' set to t.
8656 Reported by John Paul Wallington <jpw@pobox.com>.
8657
8658 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8659
8660 * comint.el (comint-send-input): Call `comint-update-fence' when
8661 `comint-process-echoes' and `comint-prompt-read-only' are both
8662 non-nil, to avoid leftover read-only newline.
8663
8664 2005-10-30 Richard M. Stallman <rms@gnu.org>
8665
8666 * textmodes/flyspell.el (flyspell-external-point-words):
8667 Detect when WORD can't be checked properly because
8668 flyspell-get-word finds just part of it, and move on.
8669
8670 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8671 boundarychar for Polish.
8672 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8673 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8674
8675 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8676
8677 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8678 (gdb-registers-font-lock-keywords): Delete.
8679 (gdb-registers-mode): Don't fontify.
8680 (gdb-info-registers-custom): Use text properties instead as, in
8681 future, changed register values will use font-lock-warning-face.
8682 (gdb-local-font-lock-keywords): Rename to...
8683 (gdb-locals-font-lock-keywords): ...for consistency.
8684
8685 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8686
8687 * vc.el (vc-switch-backend): Better error message if the buffer is
8688 not visiting a file under version control.
8689
8690 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8691
8692 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8693
8694 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8695 ~/.emacs.d/.emacs.
8696
8697 2005-10-29 Richard M. Stallman <rms@gnu.org>
8698
8699 * replace.el (occur-mode-mouse-goto): Always go to other window.
8700 (occur-mode-goto-occurrence): Always switch in same window.
8701
8702 * simple.el (undo): Display message at end, not at start.
8703
8704 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8705 New arg REUSE-CELL.
8706 (cancel-timer-internal): New function.
8707 (timer-event-handler): Use cancel-timer-internal,
8708 and pass the cell it returns to timer-activate...
8709
8710 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8711 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8712 (jit-lock-after-change): Test memory-full.
8713
8714 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8715
8716 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8717 part of the decoded armor to find the key-identifier.
8718 (pgg-gpg-lookup-key-owner): New function to return the
8719 human-readable identifier of a key owner.
8720 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8721 key itself.
8722 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8723 the key value) if we have a key and can match it against a secret
8724 key. Also, added a note pointing out fact that the prompt only
8725 indicates the first matching key.
8726
8727 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8728 pgg-decrypt-region.
8729 (pgg-pending-timers): A new hash for tracking the passphrase cache
8730 timers, so that new ones supercede old ones.
8731 (pgg-add-passphrase-to-cache): Rename from
8732 `pgg-add-passphrase-cache' to reduce confusion (all callers
8733 changed). Modified to cancel old timers when new ones are added.
8734 (pgg-remove-passphrase-from-cache): Rename from
8735 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8736 changed). Modified to cancel old timers when their keys are
8737 removed from the cache.
8738 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8739 XEmacs, an indirection to delete-itimer.
8740 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8741 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8742 users can only check cache without risk of prompting. Correct bug in
8743 notruncate behavior.
8744 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8745 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8746 Add informative docstrings.
8747 (pgg-decrypt): Convey provided passphrase in subordinate call to
8748 pgg-decrypt-region.
8749
8750 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8751 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8752 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8753 `passphrase' argument, so the passphrase can be managed externally
8754 and then passed in to the system.
8755
8756 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8757 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8758 so the passphrase cache can be used reliably with identifiers
8759 besides a pgp packet's key id.
8760
8761 * pgg-gpg.el (pgg-pgp-encrypt-region)
8762 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8763 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8764 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8765 argument to all these routines, so the passphrase can be managed
8766 externally and passed in to the system.
8767
8768 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8769 `notruncate' argument, so the passphrase cache can be used
8770 reliably with identifiers besides a pgp packet's key id.
8771
8772 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8773
8774 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8775 symmetric encryption.
8776 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8777 encrypted session key.
8778 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8779 message ask for the passphrase in a proper way.
8780
8781 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8782 New user commands for symmetric encryption.
8783
8784 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8785
8786 * textmodes/conf-mode.el (conf-assignment-sign)
8787 (conf-assignment-regexp): Fix docstrings.
8788 (conf-mode-initialize): New function.
8789 (conf-mode): Remove optional args. Use delay-mode-hooks to
8790 recognize recursive calls.
8791 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8792 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8793 (conf-xdefaults-mode): Use define-derived-mode and
8794 conf-mode-initialize.
8795
8796 2005-10-29 Romain Francoise <romain@orebokech.com>
8797
8798 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8799
8800 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8801
8802 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8803 part of the decoded armor to find the key-identifier.
8804 (pgg-gpg-lookup-key-owner): New function to return the
8805 human-readable identifier of a key owner.
8806 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8807 key itself.
8808 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8809 the key value) if we have a key and can match it against a secret
8810 key. Also, added a note pointing out fact that the prompt only
8811 indicates the first matching key.
8812
8813 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8814 pgg-decrypt-region.
8815 (pgg-pending-timers): A new hash for tracking the passphrase cache
8816 timers, so that new ones supercede old ones.
8817 (pgg-add-passphrase-to-cache): Rename from
8818 `pgg-add-passphrase-cache' to reduce confusion (all callers
8819 changed). Modified to cancel old timers when new ones are added.
8820 (pgg-remove-passphrase-from-cache): Rename from
8821 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8822 changed). Modified to cancel old timers when their keys are
8823 removed from the cache.
8824 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8825 XEmacs, an indirection to delete-itimer.
8826 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8827 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8828 users can only check cache without risk of prompting. Correct bug in
8829 notruncate behavior.
8830 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8831 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8832 Add informative docstrings.
8833 (pgg-decrypt): Convey provided passphrase in subordinate call to
8834 pgg-decrypt-region.
8835
8836 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
8837
8838 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8839 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8840 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8841 `passphrase' argument, so the passphrase can be managed externally
8842 and then passed in to the system.
8843
8844 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8845 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8846 so the passphrase cache can be used reliably with identifiers
8847 besides a pgp packet's key id.
8848
8849 * pgg-gpg.el (pgg-pgp-encrypt-region)
8850 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8851 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8852 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8853 argument to all these routines, so the passphrase can be managed
8854 externally and passed in to the system.
8855
8856 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8857 `notruncate' argument, so the passphrase cache can be used
8858 reliably with identifiers besides a pgp packet's key id.
8859
8860 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8861
8862 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8863 symmetric encryption.
8864 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8865 encrypted session key.
8866 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8867 message ask for the passphrase in a proper way.
8868
8869 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8870 New user commands for symmetric encryption.
8871
8872 2005-10-28 Bill Wohler <wohler@newt.com>
8873
8874 * help-mode.el (help-url): New button type. Calls browse-url.
8875 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8876 Similar to Info nodes: URL `url'.
8877 (help-make-xrefs): Create help-url buttons for
8878 help-xref-url-regexp matches.
8879
8880 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
8881
8882 * tool-bar.el (tool-bar-add-item-from-menu)
8883 (tool-bar-local-item-from-menu): Fix doc strings.
8884
8885 2005-10-28 Romain Francoise <romain@orebokech.com>
8886
8887 * ldefs-boot.el: Update.
8888
8889 * subr.el (locate-library): Move from help-fns.el.
8890 * help-fns.el (locate-library): Move to subr.el.
8891
8892 2005-10-28 Richard M. Stallman <rms@gnu.org>
8893
8894 * net/tramp.el (tramp-completion-mode): defvar moved up.
8895
8896 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8897
8898 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8899
8900 * files.el (find-file-noselect): Use %d to format large file size.
8901
8902 * bindings.el (mode-line-format): Add %e.
8903
8904 * loadup.el ("facemenu"): Load unconditionally.
8905 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8906 ("x-dnd"): Load, when appropriate.
8907
8908 * startup.el (command-line): Call before-init-hook earlier.
8909 Warn about some bad characters in -u user name.
8910
8911 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8912 (flyspell-external-point-words): Error if misspelled word is not found.
8913 Set flyspell-large-region-beg at end of word.
8914
8915 2005-10-28 Andreas Schwab <schwab@suse.de>
8916
8917 * view.el (View-revert-buffer-scroll-page-forward):
8918 Use view-page-size-default.
8919
8920 2005-10-28 Juri Linkov <juri@jurta.org>
8921
8922 * international/quail.el (quail-get-current-str): Translate last
8923 raw character for deterministic input methods.
8924
8925 2005-10-27 Jay Belanger <belanger@truman.edu>
8926
8927 * calc/calc-ext.el: Add functions to autoloads.
8928 (math-identity-matrix-p, math-ident-row-p): New functions.
8929
8930 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8931 multiplication by an identity matrix; don't turn multiplication by
8932 an inverse matrix into division.
8933 (math-div-symbol-fancy): Replace division by matrices with
8934 multiplication by inverse.
8935
8936 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8937
8938 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8939 (calc-writeoutpower): New functions.
8940
8941 2005-10-27 Romain Francoise <romain@orebokech.com>
8942
8943 * replace.el (occur-engine): Include colon in mouse-face highlight.
8944
8945 * dired-x.el: Change Maintainer field.
8946
8947 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
8948
8949 * longlines.el (longlines-mode): Bind after-change-functions to
8950 nil during initial decoding and final encoding.
8951
8952 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8953
8954 * term.el (term-emulate-terminal, term-handle-colors-array)
8955 (term-handle-ansi-escape): Specify the terminfo capabilities
8956 implemented.
8957
8958 2005-10-26 Richard M. Stallman <rms@gnu.org>
8959
8960 * info.el (Info-fontify-node): Fix detection of sentence-break
8961 before *Note.
8962
8963 2005-10-26 Romain Francoise <romain@orebokech.com>
8964
8965 * smerge-mode.el: Add `tools' to file keywords.
8966
8967 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
8968
8969 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8970 when the fringe is not available.
8971
8972 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8973 (def-gdb-auto-update-trigger): Simplify construction.
8974 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8975 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8976 defined explicitly.
8977 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8978 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8979 defined explicitly.
8980 (gdb-info-locals-custom): Remove as it's a no-op.
8981
8982 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
8983
8984 * longlines.el (longlines-mode): Remove narrowing before
8985 performing the initial decoding or final encoding.
8986
8987 2005-10-25 Romain Francoise <romain@orebokech.com>
8988
8989 * emacs-lisp/find-func.el (find-library-name): Also strip
8990 extension if library name ends in .el, to take advantage of
8991 `find-library-suffixes'.
8992
8993 2005-10-25 Richard M. Stallman <rms@gnu.org>
8994
8995 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8996
8997 2005-10-25 Juri Linkov <juri@jurta.org>
8998
8999 * textmodes/texinfo.el (texinfo-mode): Change charset of one
9000 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
9001
9002 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9003
9004 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
9005 (blackbox-redefine-key): Add argument `map'.
9006
9007 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
9008 regions when moving the jit-lock-context-unfontify-pos boundary.
9009
9010 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9011
9012 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
9013
9014 2005-10-25 Masatake YAMATO <jet@gyve.org>
9015
9016 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
9017
9018 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9019
9020 * play/blackbox.el (blackbox-redefine-key): New function.
9021 (blackbox-mode-map): Use it to remap existing bindings for cursor
9022 motion instead of binding literal keys.
9023
9024 2005-10-25 Glenn Morris <rgm@gnu.org>
9025
9026 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
9027 diary does not end in a newline. Do not assume a blank line at
9028 the start of the diary file.
9029
9030 2005-10-25 Kenichi Handa <handa@m17n.org>
9031
9032 * international/quail.el (quail-translate-key): If the input
9033 method is deterministic and failed to handle the last key, restart
9034 the key handling loop from an appropriate key.
9035
9036 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
9037
9038 * vc.el (vc-dired-mode): Extend comment for binding of
9039 `directory-listing-before-filename-regexp'.
9040
9041 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9042
9043 * textmodes/texinfo.el (texinfo-mode):
9044 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
9045 not to unnecessarily expose emacs-mule's internal char codes.
9046
9047 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
9048
9049 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
9050 Display hand pointer and help-echo on disabled icon too.
9051 (gdb-mouse-until): New function.
9052 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
9053
9054 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
9055
9056 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
9057 with 2005-10-23 change to doctor.el.
9058
9059 * finder.el (finder-mode-map): Add follow-link binding.
9060
9061 2005-10-25 Kim F. Storm <storm@cua.dk>
9062
9063 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
9064 to gdb-mouse-toggle-breakpoint-fringe.
9065 (gdb-mouse-toggle-breakpoint-margin): Rename from
9066 gdb-mouse-toggle-breakpoint. Fix doc.
9067 (gdb-mouse-toggle-breakpoint-fringe): New defun.
9068 (gdb-put-string): Add optional SPROPS arg. Add props to string.
9069 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
9070 string properties also for fringe breakpoint bitmaps.
9071
9072 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
9073
9074 * textmodes/org.el (org-start-icalendar-file): Fix format form.
9075
9076 2005-10-25 Masatake YAMATO <jet@gyve.org>
9077
9078 * simple.el (completion-common-substring):
9079 Use `completion-common-substring' prior to `completion-base-size'.
9080
9081 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
9082
9083 * savehist.el: Require CL while compiling.
9084 (savehist-history-variables): Remove.
9085 (savehist-save-minibuffer-history, savehist-additional-variables)
9086 (savehist-minibuffer-history-variables): New vars.
9087 (savehist-save): Use them.
9088 (savehist-uninstall, savehist-minibuffer-hook): New funs.
9089 (savehist-install): New fun, extracted from savehist-load.
9090 (savehist-load): Use them.
9091
9092 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9093
9094 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
9095 a dummy doc-string-elt property.
9096 (defalias, defvaralias, define-category): Add a docstring property.
9097
9098 * image.el (defimage):
9099 * widget.el (define-widget):
9100 * custom.el (defface, defcustom): Add `doc-string' declaration.
9101
9102 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
9103 (defadvice): Add `doc-string' declaration.
9104
9105 * emacs-lisp/byte-run.el (macro-declaration-function):
9106 Handle `doc-string' declarations.
9107 (define-obsolete-function-alias, define-obsolete-variable-alias):
9108 Add `doc-string' declaration.
9109
9110 2005-10-24 Kenichi Handa <handa@m17n.org>
9111
9112 * international/utf-7.el (utf-7): Add autoload cookie.
9113
9114 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
9115
9116 2005-10-24 Eli Zaretskii <eliz@gnu.org>
9117
9118 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
9119 list of directories passed to batch-update-autoloads. Add "." to
9120 the list of the echoed directories.
9121
9122 * pgg-def.el:
9123 * pgg-gpg.el:
9124 * pgg-parse.el:
9125 * pgg-pgp.el:
9126 * pgg-pgp5.el:
9127 * pgg.el: Moved here from the gnus subdirectory.
9128
9129 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
9130
9131 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
9132 in case comint-prompt-read-only is set to t.
9133
9134 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
9135 in case comint-prompt-read-only is set to t.
9136
9137 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
9138
9139 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
9140 Now a string.
9141 (icalendar-import-format): Handle CLASS, STATUS, URL.
9142 Rename `subject' to `summary'.
9143 (icalendar-import-format-summary): Rename from
9144 `icalendar-import-format-subject'.
9145 (icalendar-import-format-url, icalendar-import-format-status)
9146 (icalendar-import-format-class): New variables.
9147 (icalendar--rris): Take variable argument list.
9148 (icalendar--datestring-to-isodate): Remove unnecessary
9149 calendar-style check when converting dates with explicit month names.
9150 (icalendar-export-region): Change return type of conversion
9151 subroutines. Bury current buffer unless error occurred.
9152 (icalendar--convert-to-ical)
9153 (icalendar--parse-summary-and-rest): New functions.
9154 (icalendar--convert-ordinary-to-ical)
9155 (icalendar--convert-weekly-to-ical)
9156 (icalendar--convert-yearly-to-ical)
9157 (icalendar--convert-block-to-ical)
9158 (icalendar--convert-cyclic-to-ical)
9159 (icalendar--convert-anniversary-to-ical): Change return type.
9160 Strip trailing blanks from subject.
9161 (icalendar--convert-sexp-to-ical): Change return type.
9162 Strip trailing blanks from subject. Handle simple sexp
9163 entries as generated by icalendar.el.
9164 (icalendar--convert-float-to-ical)
9165 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9166 (icalendar-import-file): Doc fix.
9167 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9168 Correct call to icalendar--rris.
9169 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
9170 `summary'.
9171 (icalendar--add-diary-entry): Rename `subject' to `summary'.
9172
9173 2005-10-24 Romain Francoise <romain@orebokech.com>
9174
9175 * server.el (server-sentinel): Set query-on-exit flag to nil on
9176 new client processes (it isn't inherited from the server process).
9177
9178 * replace.el (occur-engine): Rearrange text properties.
9179
9180 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9181
9182 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9183 case-fold-search is nil.
9184 (debug-help-follow): Use help-xref-interned directly.
9185
9186 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9187
9188 * thumbs.el (thumbs-image-type): Add .pbm.
9189
9190 2005-10-23 Richard M. Stallman <rms@gnu.org>
9191
9192 * faces.el (inhibit-face-set-after-frame-default): New variable.
9193 (set-face-attribute): Bind it.
9194 (face-set-after-frame-default): Test it.
9195
9196 * help-fns.el (describe-simplify-lib-file-name): New function.
9197 (describe-function-1, describe-variable): Use it.
9198
9199 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9200
9201 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9202 Eliminate nil as possible value.
9203 (tooltip-hide-delay): Reduce internal-border-width.
9204
9205 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9206 (menu-bar-file-menu) <new-file>: Likewise.
9207
9208 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9209
9210 * international/mule.el (load-with-code-conversion):
9211 Pass full file name to `eval-buffer' unless preloading.
9212
9213 * textmodes/flyspell.el (flyspell-large-region):
9214 Call ispell-check-version.
9215
9216 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9217 Fix the make-variable-buffer-local call that was supposed
9218 to be for this variable.
9219 (ispell-aspell-supports-utf8): Doc fix.
9220 (ispell-find-aspell-dictionaries): Preserve elements of
9221 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9222 (ispell-aspell-find-dictionary): Return nil on error.
9223
9224 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9225 (doctor-symptoms): Likewise.
9226
9227 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9228
9229 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9230
9231 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9232 (custom-raised-buttons): Add :set spec.
9233 (custom-button-unraised, custom-button-pressed-unraised):
9234 New faces, so that custom-raised-buttons actually does something.
9235 (custom-mode): Use custom-button and custom-button-pressed.
9236
9237 * wid-edit.el (widget-specify-button): Don't ignore
9238 widget-mouse-face on graphic terminals.
9239 (widget-move-and-invoke): Cleanup.
9240
9241 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9242
9243 * whitespace.el (whitespace-cleanup): Doc fix.
9244
9245 2005-10-23 Romain Francoise <romain@orebokech.com>
9246
9247 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9248 `eval-after-load' to avoid evaluating their result.
9249
9250 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9251
9252 * files.el (directory-listing-before-filename-regexp):
9253 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9254
9255 * dired.el (dired-move-to-filename-regexp): Remove.
9256 All occurences replaced by `directory-listing-before-filename-regexp'.
9257
9258 * dired-x.el, locate.el, vc.el:
9259 Replace `dired-move-to-filename-regexp' by
9260 `directory-listing-before-filename-regexp'. In vc.el it is
9261 overwritten locally; maybe this can be handled in files.el too.
9262
9263 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9264 replaced by `directory-listing-before-filename-regexp'.
9265
9266 2005-10-23 Andreas Schwab <schwab@suse.de>
9267
9268 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9269 and eval-next-after-load.
9270
9271 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9272
9273 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9274 exist, create it.
9275
9276 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9277
9278 * allout.el: Remove autoloads for mailcrypt and crypt++.
9279 Require pgg, pgg-gpg during compilation.
9280 (allout-version): Increment version number to 2.1, and use a literal
9281 rather than RCS Id.
9282 (allout-default-encryption-scheme): Remove.
9283 (allout-passphrase-verifier-handling)
9284 (allout-passphrase-verifier-string)
9285 (allout-file-passphrase-verifier-string)
9286 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9287 (allout-passphrase-hint-handling): Rename and simplify.
9288 (allout-init): Use `find-file-hook' if available, otherwise
9289 `find-file-hooks'.
9290 (allout-mode): Use `write-file-functions' if available, otherwise
9291 `local-write-file-hooks' and, instead of making auto-save-hook
9292 buffer local, make the write-file-hook activity contingent to
9293 allout-mode.
9294 (allout-mode): Use key-binding substitution in the docstring.
9295 (allout-kill-line): Spell-out kill ring data structure mutation
9296 instead of using byte-compiler-complaint-provoking `pop'.
9297 (allout-insert-listified): Use `insert' rather than `insert-string'
9298 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9299 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9300 (allout-encrypt-string): Totally revamped vis new underlying
9301 encryption facilities.
9302 (allout-mc-activate-passwd): Remove.
9303 (allout-obtain-passphrase): New, more or less replaces
9304 allout-mc-activate-passwd.
9305 (allout-encrypted-key-info): More or less replaces
9306 allout-encrypted-text-type.
9307 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9308 (my-mark-marker): Use `(featurep 'xemacs)'.
9309
9310 2005-10-23 Lars Hansen <larsh@soem.dk>
9311
9312 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9313 (byte-compile-file-form-defmumble, byte-compile-defun)
9314 (byte-compile-defmacro): Use it.
9315 (byte-compile-form): Don't call byte-compile-set-symbol-position
9316 when a byte-compile handler is called.
9317
9318 2005-10-22 Romain Francoise <romain@orebokech.com>
9319
9320 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9321
9322 * subr.el (eval-after-load): Convert library name to an absolute
9323 file name using locate-library, since load-history no longer has
9324 library names in it.
9325
9326 2005-10-22 Richard M. Stallman <rms@gnu.org>
9327
9328 * files.el (make-temp-file): Move from subr.el.
9329 * subr.el (make-temp-file): Move to files.el.
9330
9331 * window.el (get-buffer-window-list): Move from subr.el.
9332 * subr.el (get-buffer-window-list): Move to window.el.
9333
9334 * image.el (image-load-path): Use eval-at-startup to initialize.
9335
9336 * subr.el (eval-at-startup): New macro.
9337
9338 * subr.el: Much rearrangement of functions and division
9339 into pages. No code changes.
9340
9341 2005-10-22 Kenichi Handa <handa@m17n.org>
9342
9343 * tar-mode.el (tar-extract): Be sure to call
9344 find-operation-coding-system if set-auto-coding doesn't find a
9345 coding system.
9346
9347 2005-10-22 Kim F. Storm <storm@cua.dk>
9348
9349 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9350 Change users.
9351 (image-type-file-name-regexps): New defconst.
9352 (image-type-from-data): Simplify loop.
9353 (image-type-from-buffer): New defun.
9354 (image-type-from-file-header): Use it instead of image-type-from-data.
9355 Use image-search-load-path instead of only looking in data-directory.
9356 (image-type-from-file-name): New defun.
9357 (image-search-load-path): Change `pathname' to `filename'.
9358 Make PATH arg optional, default to image-load-path.
9359
9360 2005-10-21 Richard M. Stallman <rms@gnu.org>
9361
9362 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9363
9364 * textmodes/paragraphs.el (sentence-end-base): New variable.
9365 (sentence-end): Use sentence-end-base.
9366
9367 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9368
9369 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9370 property independently from the font-lock-multiline variable.
9371
9372 2005-10-21 Richard M. Stallman <rms@gnu.org>
9373
9374 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9375
9376 * startup.el (command-line): Convert library names
9377 in `load-history' to absolute file names.
9378
9379 * subr.el (symbol-file): Doc fix.
9380
9381 * loadhist.el (file-loadhist-lookup): Call locate-library
9382 instead of find-library-name. Don't try converting
9383 abs file names to library names, since load-history no longer
9384 has library names in it.
9385 (file-dependents, file-provides, file-requires): Doc fixes.
9386
9387 2005-10-21 Juri Linkov <juri@jurta.org>
9388
9389 * progmodes/etags.el (tags-table-mode): New function.
9390 (tags-verify-table): Replace initialize-new-tags-table with
9391 tags-table-mode.
9392
9393 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9394 default value.
9395 (desktop-modes-not-to-save): Add tags-table-mode to the
9396 default value.
9397
9398 * info.el (Info-index-next): Add total number of index
9399 alternatives to the message.
9400
9401 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9402 backward only space (instead of space and period) before looking
9403 at sentence end.
9404
9405 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9406 Add the old variable value as 4th default-value arg of read-string.
9407
9408 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9409
9410 * cus-face.el (custom-declare-face): Make face from X resources
9411 also on Mac.
9412
9413 * disp-table.el (standard-display-g1, standard-display-graphic):
9414 Refuse to use string glyphs also on Mac.
9415 (standard-display-european): Don't set terminal coding system also
9416 on Mac.
9417
9418 * frame.el (display-screens): Use x-display-screens also on Mac.
9419
9420 2005-10-21 Romain Francoise <romain@orebokech.com>
9421
9422 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9423
9424 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9425
9426 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9427 and $? into sexps.
9428
9429 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9430 warning face on open-paren-in-column-0.
9431
9432 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9433 boundary case. Fix typo.
9434 Suggested by Martin Rudalics <rudalics@gmx.at>.
9435
9436 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9437
9438 * textmodes/org.el (org-combined-agenda-icalendar-file)
9439 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9440 (org-export-icalendar-this-file)
9441 (org-export-icalendar-all-agenda-files)
9442 (org-export-icalendar-combine-agenda-files): New commands.
9443 (org-export-icalendar, org-print-icalendar-entries)
9444 (org-start-icalendar-file, org-finish-icalendar-file)
9445 (org-ical-ts-to-string): New functions.
9446 (org-read-date, org-goto-calendar)
9447 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9448 call to `calendar'.
9449 (orgtbl-setup): Remove the :keys arguments from the menu description.
9450 (org-after-save-iCalendar-file-hook): New variable.
9451
9452 2005-10-21 Kenichi Handa <handa@m17n.org>
9453
9454 * language/vietnamese.el (tcvn-5712): Make it an alias of
9455 vietnamese-tcvn coding-system.
9456
9457 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9458
9459 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9460 group id is given.
9461
9462 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9463
9464 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9465 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9466 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9467 whose line is either continued or ends with a comment.
9468
9469 2005-10-20 Romain Francoise <romain@orebokech.com>
9470
9471 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9472
9473 * replace.el (occur-engine): Add follow-link property.
9474
9475 * font-core.el (font-lock-mode): Doc fix.
9476
9477 2005-10-20 Richard M. Stallman <rms@gnu.org>
9478
9479 * net/rcirc.el: New file.
9480
9481 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9482
9483 * term.el (term-term-name): Initialize to "eterm-color".
9484
9485 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9486
9487 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9488 for encryption functionality.
9489 Move allout customization subgroup from `editing' to `outlines' group.
9490 Fix commentary keywords to legitimate ones.
9491 Update author info (using my current email address, obscurified).
9492 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9493 (allout-encrypted-topic-p, allout-encrypted-text-type)
9494 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9495 (allout-situate-encryption-key-verifier)
9496 (allout-get-encryption-key-verifier, allout-verify-key)
9497 (allout-next-topic-pending-encryption)
9498 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9499 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9500 (outline-key-verifier-handling, outline-key-hint-handling)
9501 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9502 (allout-file-key-verifier-string, allout-encryption-scheme)
9503 (allout-key-verifier-string, allout-key-hint-string)
9504 (allout-after-save-decrypt): New variables.
9505 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9506 (allout-after-saves-handler): New hook functions.
9507 (allout-post-command-business): Do allout-after-save-decrypt.
9508 (allout-enable-file-variable-adjustment): Custom var to enable
9509 mechanism for adding and adjusting settings of Emacs file variables.
9510 (allout-adjust-file-variable, allout-file-vars-section-data):
9511 New functions, implement the mechanism.
9512 (outlineify-sticky): Use the file vars mechanism.
9513 (allout-inhibit-protection, allout-during-write-cue)
9514 (allout-override-protect, allout-before-change-protect): Remove.
9515 (allout-flag-region, allout-open-topic): Adjust read-only text.
9516 (allout-open-line-not-read-only): Add to facilitate read-only
9517 text based protection.
9518 (allout-kill-line): Revise to adjust read-only text, clue the
9519 user about the inhibition.
9520 (allout-unprotected): Use unwind-protect.
9521 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9522 topic deeper than the offspring depth of the previous topic -
9523 avoiding confusing "containment discontinuities".
9524 (allout-reindent-bodies): Fix retention of body relative hanging
9525 indent during promotion of collapsed bodies.
9526 (allout-open-topic): Make it easy to open new topic with same
9527 bullet as current topic - topic creation functions provided with
9528 any universal argument provokes now prompt for bullet, defaulting
9529 to the bullet of the previous topic.
9530 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9531 Plain bullet alternates `.' period and `,' comma only. All other
9532 bullets are relegated to special status (but customizable).
9533 (allout-end-of-entry): Rename from allout-end-of-current-entry
9534 since it actually operates w.r.t. most immediately containing
9535 entry, visible or not.
9536 (allout-hide-current-entry, allout-show-current-entry): Use the
9537 revised version.
9538 (allout-old-expose-topic): Solidify deprecation.
9539 (allout-end-of-subtree): Add so we can span concealed as well
9540 as visible topics.
9541 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9542 (allout-end-of-current-heading): Tweak to just respect the first line.
9543 (allout-get-body-text): Add.
9544 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9545 when invoked interactively.
9546 (allout-up-current-level): Use `interactive-p'.
9547 (allout-mode, allout-init): Miscellaneous docstring and
9548 operational refinements, as well as hookups of new encryption stuff.
9549 (allout-beginning-of-current-entry): Now works as advertised.
9550 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9551 (allout-isearch-rectification): Refine condition for isearching.
9552 (allout-isearch-abort, allout-enwrap-isearch)
9553 (allout-flag-region, my-region-active-p): Relocate some macros.
9554 (allout-title): Fallback title is (buffer-name), not
9555 non-existing (current-buffer-name).
9556 (subst-char-in-string): Define if absent (for some XEmacs versions).
9557
9558 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9559
9560 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9561 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9562 (mail-citation-prefix-regexp, mail-signature-file)
9563 (mail-default-headers, mail-bury-selects-summary)
9564 (mail-send-nonascii): Add autoload cookies.
9565
9566 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9567
9568 * frame.el (blink-cursor-mode): Add `mac' to the list of
9569 window-system's that support blinking cursor.
9570
9571 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9572
9573 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9574
9575 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9576
9577 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9578 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9579 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9580
9581 2005-10-20 Kim F. Storm <storm@cua.dk>
9582
9583 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9584 (ido-set-current-directory): Don't add / after final @.
9585 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9586 Explicitly handle ange-ftp completion oddities.
9587 (ido-make-file-list): Don't rotate list at tramp root to avoid
9588 triggering tramp file handler for expand-file-name via get-file-buffer.
9589
9590 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9591
9592 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9593
9594 2005-10-19 Jay Belanger <belanger@truman.edu>
9595
9596 * calc/calc-units.el (math-standard-units): Add units, adjust
9597 symbols and update values.
9598 (math-unit-prefixes): Add more prefixes.
9599
9600 2005-10-19 Romain Francoise <romain@orebokech.com>
9601
9602 * bookmark.el (bookmark-menu-heading): New face.
9603 (bookmark-bmenu-list): Use it.
9604 Don't fiddle with `baud-rate' at top-level.
9605
9606 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9607
9608 * image.el (create-image, find-image): Mention max-image-size in
9609 docstring.
9610
9611 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9612
9613 * savehist.el (savehist-load): Revert to checking XEmacs.
9614
9615 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9616 Various docstring and line-width fixups.
9617 (conf-mode): Use cond.
9618 Set font-lock-defaults. Don't set comment-use-syntax.
9619
9620 2005-10-18 David Ponce <david@dponce.com>
9621
9622 * tree-widget.el (tree-widget-button-click): New function.
9623 (tree-widget-button-keymap): Use it.
9624
9625 2005-10-18 Romain Francoise <romain@orebokech.com>
9626
9627 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9628 (bookmark-bmenu-hide-filenames): Add follow-link property.
9629 Improve help-echo text.
9630
9631 * ffap.el (find-file-at-point): Doc fix.
9632
9633 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9634
9635 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9636
9637 2005-10-18 Masatake YAMATO <jet@gyve.org>
9638
9639 Install to the CVS repository what I forgot to install in my
9640 2005-10-16 changes.
9641
9642 * progmodes/python.el (python-complete-symbol): Pass the common
9643 prefix substring of completion to `display-completion-list'.
9644
9645 * textmodes/org.el (org-complete): Ditto.
9646
9647 2005-10-18 Masatake YAMATO <jet@gyve.org>
9648
9649 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9650
9651 * woman.el (WoMan-xref-man-page): New button type derived
9652 from `Man-abstract-xref-man-page'.
9653 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9654
9655 * man.el (Man-abstract-xref-man-page): New button type.
9656 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9657 (Man-highlight-references): Add new optional argument `xref-man-type'.
9658
9659 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9660
9661 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9662
9663 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9664
9665 * cus-edit.el (Custom-move-and-invoke): Delete.
9666 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9667
9668 * wid-edit.el (widget-move-and-invoke): New function, from
9669 Custom-move-and-invoke.
9670
9671 2005-10-17 Bill Wohler <wohler@newt.com>
9672
9673 Move all remaining images from lisp/toolbar to etc/images, move
9674 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9675 the low resolution images in their own directory (low-color).
9676
9677 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9678 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9679 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9680 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9681 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9682 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9683 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9684
9685 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9686 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9687 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9688 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9689 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9690 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9691 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9692 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9693 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9694 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9695 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9696 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9697 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9698 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9699 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9700
9701 To conform with convention, replace the underscore (_) in the
9702 following image names with dash (-) or (/) as appropriate.
9703
9704 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9705 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9706 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9707 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9708 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9709 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9710 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9711 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9712 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9713 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9714 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9715 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9716 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9717 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9718 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9719
9720 * info.el (info-tool-bar-map): Replace underscores in image names
9721 with dashes.
9722
9723 * makefile.w32-in (WINS): Remove toolbar.
9724
9725 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9726
9727 * tool-bar.el: Move to lisp from toolbar. Now that
9728 toolbar is empty, it should be deleted when folks run "cvs up -P".
9729
9730 2005-10-18 Jay Belanger <belanger@truman.edu>
9731
9732 * calc/calc-store.el (calc-store-into): Get the proper variable name
9733 to display in message.
9734
9735 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9736
9737 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9738 expressions display in speedbar for all buffers when debugging.
9739 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9740
9741 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9742 (speedbar-insert-button, speedbar-make-button):
9743 Use add-text-properties.
9744 (speedbar-update-localized-contents)
9745 (speedbar-update-directory-contents)
9746 (speedbar-update-special-contents): Use dolist.
9747 (speedbar-buffer-easymenu-definition): Add a menu separator.
9748
9749 2005-10-17 Jason Rumney <jasonr@gnu.org>
9750
9751 * makefile.w32-in: Use $(lisp) consistently.
9752 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9753 for shell specific generation of mh-autoloads.
9754
9755 2005-10-17 Richard M. Stallman <rms@gnu.org>
9756
9757 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9758
9759 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9760
9761 * jit-lock.el (jit-lock-fontify-now):
9762 Move jit-lock-context-unfontify-pos to avoid wasted work.
9763
9764 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9765
9766 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9767 `tramp-completion-mode' for checking if we are in completion mode.
9768 (tramp-completion-handle-file-name-all-completions): Reorder code
9769 in order to complete for file names only in case there are no
9770 method/user/host completions. This is necessary for cooperation
9771 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9772
9773 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9774
9775 * longlines.el (longlines-search-forward)
9776 (longlines-search-backward): Match any number of spaces.
9777
9778 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9779
9780 * diff-mode.el (diff-mode): Doc fix.
9781
9782 2005-10-16 David Reitter <david.reitter@gmail.com>
9783
9784 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9785 as default on darwin and windows systems.
9786
9787 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9788
9789 * arc-mode.el (archive-zip-extract): Doc fix.
9790
9791 2005-10-16 Romain Francoise <romain@orebokech.com>
9792
9793 * mouse.el (mouse-1-click-follows-link): Doc fix.
9794
9795 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9796
9797 * savehist.el: Don't require CL at runtime.
9798 (savehist-xemacs): Remove.
9799 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9800 (savehist-no-conversion): Use (featurep 'xemacs).
9801 (savehist-load): Check existence of start-itimer rather than XEmacs.
9802 Use an idle timer.
9803 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9804 `delete-if-not'.
9805
9806 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
9807
9808 * savehist.el: Newer version.
9809 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9810 (savehist-last-checksum, savehist-no-conversion): New vars.
9811 (savehist-autosave, savehist-process-for-saving, savehist-printable):
9812 New functions.
9813 (savehist-load, savehist-save): Use them.
9814 (savehist-delimit): Remove.
9815
9816 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9817
9818 * progmodes/compile.el (compilation-goto-locus): Display the
9819 compilation buffer first and the source buffer second, in case they're
9820 in overlapping frames. Don't raise the compilation frame if it was the
9821 selected window upon entry. Pass the `other-window' arg to
9822 pop-to-buffer.
9823
9824 * info.el (Info-fontify-node): Use dolist.
9825 Change add-text-properties to put-text-property.
9826
9827 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9828
9829 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9830 bound of search.
9831
9832 2005-10-16 Masatake YAMATO <jet@gyve.org>
9833
9834 * dabbrev.el (dabbrev-completion): Pass the common
9835 prefix substring of completion to `display-completion-list'.
9836
9837 * filecache.el (file-cache-minibuffer-complete)
9838 (file-cache-complete): Ditto.
9839
9840 * tempo.el (tempo-display-completions): Ditto.
9841
9842 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9843
9844 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9845
9846 * eshell/em-hist.el (eshell-list-history): Ditto.
9847
9848 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9849
9850 * mail/mailalias.el (mail-complete): Ditto.
9851
9852 * progmodes/etags.el (complete-tag): Ditto.
9853
9854 * progmodes/make-mode.el (makefile-complete): Ditto.
9855
9856 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9857
9858 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9859
9860 * progmodes/pascal.el (pascal-complete-word)
9861 (pascal-show-completions): Ditto.
9862
9863 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9864
9865 * simple.el (completion-common-substring): New variable.
9866 (completion-setup-function): Use `completion-common-substring'
9867 to put faces.
9868
9869 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9870
9871 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9872 (x-get-selection, mac-select-convert-to-string): Convert from/to
9873 UTF-16 clipboard data as in native byte order, no BOM.
9874
9875 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
9876
9877 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9878 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9879 (gud-sentinel): Use speedbar-frame to check for speedbar.
9880
9881 2005-10-15 Richard M. Stallman <rms@gnu.org>
9882
9883 * savehist.el: New file.
9884
9885 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
9886
9887 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9888 Fix bug in \bf fontification.
9889
9890 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9891
9892 * pcvs.el (cvs-edit-log-files): New var.
9893 (cvs-mode-edit-log): New arg `file'.
9894 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9895 Instead force the use of the original file and nothing else.
9896 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9897 the cvs-minor-wrap-function is set.
9898 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9899
9900 2005-10-14 Bill Wohler <wohler@newt.com>
9901
9902 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9903 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9904 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9905 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9906 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9907 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9908 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9909 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9910 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9911 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9912 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9913 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9914 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9915 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9916 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9917
9918 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9919 appropriately (for example, gud-break to gud/break).
9920
9921 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
9922
9923 * longlines.el (longlinges-search-function)
9924 (longlines-search-forward, longlines-search-backward): New functions.
9925 (longlines-mode): Set isearch-search-fun-function to
9926 longlinges-search-function.
9927
9928 * mouse.el (mouse-drag-region-1): Handle the case where a
9929 double-click event is bound to an arbitrary function.
9930
9931 2005-10-14 David Ponce <david@dponce.com>
9932
9933 * recentf.el (recentf-track-opened-file)
9934 (recentf-track-closed-file, recentf-update-menu)
9935 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9936 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9937 mouse-1-click-follows-link.
9938
9939 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9940
9941 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9942 Gnome file-manager.png. Suggested by
9943 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9944
9945 * toolbar/README: Add diropen.xpm.
9946
9947 2005-10-13 Bill Wohler <wohler@newt.com>
9948
9949 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9950 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
9951
9952 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9953
9954 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9955 Don't waste the byte-compiler's time on constant data.
9956
9957 2005-10-13 Kenichi Handa <handa@m17n.org>
9958
9959 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9960 byte with `escape-glyph' face.
9961
9962 * international/fontset.el (ccl-encode-unicode-font):
9963 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9964 Handle the case that ucs-mule-to-mule-unicode translates a character to
9965 ASCII (usually for IPA characters).
9966
9967 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9968
9969 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9970 Don't hide the underline of titles if font-lock-mode is disabled.
9971
9972 2005-10-12 Bill Wohler <wohler@newt.com>
9973
9974 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
9975 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9976 files in MH-E-SRC have been updated.
9977 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9978
9979 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9980
9981 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9982 (mixal-mode-syntax-table): Add \n as end-comment.
9983 (mixal-operation-codes-alist): Immediately initialize to full value.
9984 (mixal-add-operation-code): Remove.
9985 (mixal-describe-operation-code): Make the arg non-optional.
9986 Use the interactive spec instead.
9987 Use mixal-operation-codes-alist rather than mixal-operation-codes.
9988 (mixal-font-lock-keywords): Don't highlight comments here any more.
9989 (mixal-font-lock-syntactic-keywords): New var.
9990 (mixal-mode): Use it. Fix comment-start-skip.
9991
9992 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9993
9994 * startup.el (command-line-x-option-alist): -nb => -nbi
9995
9996 2005-10-12 Kim F. Storm <storm@cua.dk>
9997
9998 * startup.el (fancy-splash-default-action): Discard mouse click in
9999 the splash screen window, as it has no sensible meaning in the
10000 next window to be selected. Fixes error reported by Jan D.
10001
10002 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10003
10004 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
10005
10006 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10007
10008 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
10009 Try to fix up minor layout issues like indentation, line break, etc...
10010 (mixal-mode-syntax-table): Don't try to specify comment syntax,
10011 because it doesn't work.
10012 (mixal-operation-codes): Add some more codes.
10013 (mixal-font-lock-keywords): Process comments here.
10014 (mixal-mode): mixasm no longer needs -g option.
10015
10016 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
10017
10018 * progmodes/sh-script.el (sh-tmp-file):
10019 Use mktemp -t. Finish support for es and rc shells.
10020
10021 2005-10-11 Jay Belanger <belanger@truman.edu>
10022
10023 * calc/calcalg2.el (calc-integral): With an argument, compute the
10024 definite integral.
10025
10026 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
10027
10028 * mouse.el (mouse-drag-region-1): Don't try to catch a
10029 double-click when doing follow-link (it's overridden anyway).
10030
10031 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
10032
10033 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
10034 (autoload-print-form-outbuf): Add docstring.
10035
10036 2005-10-11 Juri Linkov <juri@jurta.org>
10037
10038 * info.el (Info-mode-menu): Delete menu item "Edit".
10039 (Info-mode): Delete description of Info-edit from docstring,
10040 and rearrange descriptions of Info commands in the order
10041 they are documented in the Info manual.
10042
10043 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10044
10045 * calendar/appt.el (appt-check): Use diary-selective-display var.
10046
10047 2005-10-10 Richard M. Stallman <rms@gnu.org>
10048
10049 * net/newsticker.el (newsticker-start, newsticker-show-news):
10050 Add autoload cookies.
10051
10052 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
10053
10054 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
10055
10056 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
10057
10058 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
10059
10060 2005-10-10 Jay Belanger <belanger@truman.edu>
10061
10062 * calc/calc-arith.el (math-check-known-scalarp)
10063 (math-check-known-matrixp): Check the values of arguments that are
10064 variables.
10065 (math-check-known-square-matrixp): New function.
10066 (math-known-square-matrixp): Use math-check-known-square-matrixp.
10067 (math-super-types): Add sqmatrix type.
10068
10069 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
10070 mode name `square' to `sqmatrix'.
10071
10072 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
10073 mode name `square' to `sqmatrix'.
10074
10075 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10076
10077 * progmodes/etags.el (select-tags-table-mode): Don't use
10078 selective-display.
10079 (tags-select-tags-table): Pass `button' to the action function.
10080 (select-tags-table): Place the side-info on button properties rather
10081 than in hidden text. Abbreviate file names.
10082 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
10083 (select-tags-table-select): Add `button' argument.
10084 Get side-info from the button property rather than from hidden text.
10085
10086 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
10087
10088 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
10089 (gud-speedbar-buttons): Preserve point if possible.
10090 (gud-sentinel): Restore previous speedbar display type.
10091
10092 * progmodes/gdb-ui.el (gdba): Improve diagram.
10093 (def-gdb-auto-update-handler, gdb-info-locals-handler)
10094 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
10095 Call get-buffer-window once.
10096
10097 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10098
10099 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
10100 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
10101 (pascal-indent-command): Remove unused var `ind'.
10102 (pascal-indent-case): Remove unused var `oldpos'.
10103 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
10104 since it's now used as a proper minor mode map.
10105 (pascal-outline): Rename to pascal-outline-mode.
10106 (pascal-outline-mode): Use define-minor-mode.
10107 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
10108 selective-display.
10109
10110 2005-10-10 Andreas Schwab <schwab@suse.de>
10111
10112 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
10113 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
10114
10115 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
10116 outside source directory.
10117
10118 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
10119
10120 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
10121 C-x' as a prefix.
10122 (orgtbl-mode-map): Full keymap instead of sparse, because all
10123 `self-insert-command' keys are redefined in this map.
10124 (org-export-as-html): Specify charset for HTML file, by taking it
10125 from the coding system.
10126
10127 2005-10-10 Kenichi Handa <handa@m17n.org>
10128
10129 * textmodes/flyspell.el (flyspell-check-word-p):
10130 If unread-command-events is non-empty, don't call sit-for.
10131
10132 2005-10-09 Richard M. Stallman <rms@gnu.org>
10133
10134 * font-lock.el (font-lock-syntactic-keywords)
10135 (font-lock-keywords): Doc fixes.
10136
10137 * textmodes/flyspell.el (flyspell-external-point-words):
10138 Simplify logic, and don't try to check for consecutive appearances
10139 of one incorrect word.
10140
10141 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
10142
10143 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10144 separator.
10145
10146 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
10147 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
10148 (gud-expansion-speedbar-buttons): New function.
10149 (gud-speedbar-buttons): Check for gud-comint-buffer.
10150
10151 2005-10-09 Bill Wohler <wohler@newt.com>
10152
10153 * Makefile.in (updates): Add mh-loaddefs dependency.
10154
10155 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
10156
10157 * speedbar.el (speedbar-file-key-map): Fix typo.
10158
10159 2005-10-09 Daniel Brockman <daniel@brockman.se>
10160
10161 * cus-start.el (line-spacing): Add custom spec.
10162
10163 2005-10-09 Romain Francoise <romain@orebokech.com>
10164
10165 * textmodes/ispell.el (ispell-check-version): Fix last change.
10166
10167 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10168
10169 * term/x-win.el: Remove -i, --icon-type from comment.
10170
10171 * startup.el (command-line-x-option-alist): Remove options -i,
10172 -itype, --icon-type, added -nb, --no-bitmap-icon
10173
10174 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
10175
10176 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10177 instead of :active.
10178
10179 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
10180
10181 * textmodes/ispell.el (ispell-check-version):
10182 Ignore hyphen, and all that follows, in aspell's version text.
10183
10184 2005-10-08 Jay Belanger <belanger@truman.edu>
10185
10186 * calc/calc-arith.el (math-known-square-matrixp): New function.
10187 (math-pow-fancy): Check for matrices before distributing exponent
10188 across products.
10189
10190 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10191 fullscreen keypad. Suggested by Luc Teirlinck.
10192 (calc-keypad-show-input): Add space for formatting.
10193
10194 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10195 Add square matrix option.
10196
10197 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10198 of checking calc-matrix-mode when deciding how to expand.
10199
10200 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10201
10202 2005-10-08 Lars Hansen <larsh@soem.dk>
10203
10204 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10205 Add error handling.
10206 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10207
10208 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10209
10210 Sync with Tramp 2.0.51.
10211
10212 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10213 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10214 Insert special handling for `last-coding-system-used', again
10215 it still seems to be necessary (unlike stated before).
10216 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10217 (tramp-password-prompt-regexp): There might be other words before
10218 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10219 (tramp-chunksize): Improve docstring.
10220 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10221 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10222 Christian Joergensen <bugs@razor.dk>.
10223
10224 2005-10-07 Glenn Morris <rgm@gnu.org>
10225
10226 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10227 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10228 precision'.
10229
10230 2005-10-07 Romain Francoise <romain@orebokech.com>
10231
10232 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10233 (ibuffer-do-shell-command-pipe-replace)
10234 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10235 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10236 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10237 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10238 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10239 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10240 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10241 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10242 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10243 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10244 Autoload file sans suffix.
10245
10246 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10247
10248 2005-10-07 David Ponce <david@dponce.com>
10249
10250 * recentf.el (recentf-menu-open-all-flag): New option.
10251 (recentf-digit-shortcut-command-name): New function.
10252 (recentf--shortcuts-keymap): New variable.
10253 (recentf-menu-shortcuts): New variable.
10254 (recentf-make-menu-items): Initialize it. Replace the "More..."
10255 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10256 (recentf-menu-value-shortcut): New function.
10257 (recentf-make-menu-item): Use it. No more in-lined.
10258 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10259 (recentf-open-most-recent-file): Rename from
10260 `recentf-open-file-with-key'. Don't depend on key binding.
10261 (recentf-mode-map): New variable.
10262 (recentf-mode): Use it.
10263
10264 2005-10-06 Bill Wohler <wohler@newt.com>
10265
10266 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10267
10268 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10269 (MH-E-SRC): New. Used by mh-autoloads.
10270 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10271 files in MH-E-SRC have been updated.
10272 (compile, recompile, bootstrap): Depend on mh-autoloads.
10273
10274 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10275
10276 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10277 gud-break and gud-remove icons when the fringe is not available.
10278
10279 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10280 Typo.
10281
10282 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10283
10284 * play/zone.el (zone): Wrap body with save-window-excursion.
10285
10286 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10287
10288 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10289 Use the new `list-only' arg to diary-list-entries.
10290
10291 * calendar/diary-lib.el: Use overlays rather than selective-display.
10292 (diary-selective-display): New var.
10293 (diary-header-line-format): Use it.
10294 (diary-list-entries): Add argument `list-only'.
10295 Put the buffer in diary-mode. Don't add \^M at beg and end.
10296 Replace \^M by invisible overlays.
10297 (diary-unhide-everything): Replace \^M by invisible overlays.
10298 (print-diary-entries): Look for overlays rather than \^M.
10299 Add a space to the temp buffer name.
10300 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10301 Put the buffer in diary-mode.
10302 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10303 (diary-anniversary): Make the year arg optional.
10304 (diary-time-regexp): New const.
10305 (diary-font-lock-keywords): Use it to accept a few more time formats.
10306
10307 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10308
10309 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10310
10311 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10312 Fix bug introduced 2005-07-03: Use (car (last ...))
10313 to faithfully reproduce replaced artist-last.
10314 (artist-set-arrow-points-for-poly): Likewise.
10315 Suggested by Johan Bockg\e,Ae\e(Brd.
10316
10317 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10318
10319 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10320 * wid-edit.el (widget):
10321 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10322 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10323
10324 2005-10-06 Kenichi Handa <handa@m17n.org>
10325
10326 * international/mule-cmds.el (set-language-environment):
10327 Fix setting up of case-table for unibyte mode.
10328
10329 * simple.el (what-cursor-position): If the character is displayed
10330 by some `display' text property, show that. Don't use
10331 single-key-description for eight-bit characters in multibyte mode.
10332
10333 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10334
10335 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10336 (gdb-ann3): Set it.
10337 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10338 (gdb-info-frames-custom): Use inverse-video for first five
10339 characters of selected frame only.
10340 (gdb-get-frame-number): Select frame even when point is on frame
10341 number.
10342
10343 2005-10-06 Masatake YAMATO <jet@gyve.org>
10344
10345 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10346 Put `font-lock-function-name-face'.
10347 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10348 and `font-lock-variable-name-face'
10349 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10350 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10351 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10352 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10353 (gdb-local-font-lock-keywords): New font lock keywords definition.
10354 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10355 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10356 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10357
10358 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10359
10360 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10361 (ediff-merge-region-is-non-clash-to-skip): Previously called
10362 ediff-merge-region-is-non-clash.
10363
10364 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10365 Use insert-buffer-substring.
10366
10367 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10368 selecting files to patch. Also bug fixes.
10369
10370 * ediff-util.el (ediff-setup): Bug fix.
10371 (ediff-next-difference): Never skip clashes that differ in white
10372 space only.
10373
10374 * ediff-wind.el (ediff-setup-control-frame)
10375 (ediff-destroy-control-frame): Check the menubar feature.
10376
10377 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10378 (viper-refresh-mode-line): Use make-local-variable to localize
10379 some vars instead of make-variable-buffer-local. Suggested by
10380 Stefan Monnier.
10381
10382 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10383 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10384 Use make-local-variable instead of make-variable-buffer-local.
10385 Suggested by Stefan Monnier.
10386
10387 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10388 (viper-comint-mode-hook): Use make-local-variable on
10389 require-final-newline.
10390 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10391
10392 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10393
10394 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10395 also the second char of a comment-start sequence.
10396 (scheme-sexp-comment-syntax-table): New var.
10397 (lambda, define): Set their scheme-doc-string-elt property.
10398 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10399 Use lisp-font-lock-syntactic-face-function now that it properly
10400 handles |...| symbols.
10401 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10402 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10403
10404 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10405 bit from # to |.
10406 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10407
10408 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10409 (lisp-doc-string-elt-property): New var.
10410 (lisp-font-lock-syntactic-face-function): Use it.
10411 Rewrite to recognize docstrings even for forms not at toplevel.
10412
10413 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10414 annotation on the | part of #| rather than on the # part.
10415 (scheme-font-lock-syntactic-face-function): New function, to
10416 distinguish strings from |...| symbols.
10417 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10418 syntax-table so that #|...|# is properly highlighted.
10419
10420 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10421 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10422
10423 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10424
10425 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10426 and C-e.
10427
10428 * emacs-lisp/eldoc.el: Move comments into docstrings.
10429 (eldoc-message-commands): Initialize in its declaration.
10430 Add move-beginning-of-line and move-end-of-line.
10431 (eldoc-add-command, eldoc-add-command-completions)
10432 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10433
10434 * outline.el (outline-mark-subtree): Activate the mark.
10435
10436 * calendar/appt.el (appt-time-regexp): New var.
10437 (appt-add, appt-make-list): Use it.
10438 (appt-convert-time): Clean up.
10439
10440 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10441 Don't set any syntax-table property here.
10442 (tex-font-lock-verb): New function. Do it here.
10443 (tex-font-lock-syntactic-keywords): Use it.
10444
10445 2005-10-04 Richard M. Stallman <rms@gnu.org>
10446
10447 * wid-edit.el (widget-file-complete): Get the widget start point
10448 the right way. Default directory to `/' if file has none.
10449
10450 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10451
10452 * textmodes/flyspell.el (flyspell-mode-on):
10453 Call ispell-maybe-find-aspell-dictionaries.
10454
10455 * textmodes/ispell.el (ispell-word, ispell-region):
10456 Call ispell-maybe-find-aspell-dictionaries.
10457 (ispell-accept-buffer-local-defs):
10458 Don't call ispell-maybe-find-aspell-dictionaries
10459
10460 2005-10-04 Richard M. Stallman <rms@gnu.org>
10461
10462 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10463
10464 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10465
10466 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10467 instead of `fboundp' in order to allow for anonymous functions.
10468
10469 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10470
10471 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10472 case the user clicks on the link while another window is selected.
10473 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10474
10475 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10476 functionality.
10477 (dframe-help-echo): Save point in case mouse tracking is off.
10478
10479 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10480
10481 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10482
10483 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10484
10485 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10486 not change the global value of those vars.
10487
10488 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10489 make-local-variable which we do not need any more.
10490
10491 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10492
10493 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10494 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10495 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10496 (speedbar-path-line): Define obsolete aliases.
10497 (speedbar-line-directory): Doc fix.
10498
10499 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10500 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10501 instead of speedbar-line-path.
10502
10503 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10504
10505 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10506 to nil if dropping on a window. Handle dropping on a minibuffer window
10507 like dropping on a non-window part of Emacs.
10508
10509 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10510
10511 * net/ange-ftp.el: Use with-current-buffer.
10512 (ange-ftp-insert-directory): Do not follow symlinks any more.
10513
10514 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10515 Remove interactive spec.
10516
10517 2005-10-03 Kim F. Storm <storm@cua.dk>
10518
10519 * ido.el (ido-mode): Use custom-initialize-set.
10520
10521 2005-10-02 Richard M. Stallman <rms@gnu.org>
10522
10523 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10524 Use insert-buffer-substring.
10525
10526 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10527 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10528
10529 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10530
10531 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10532 in last change.
10533 (ange-ftp-insert-directory): Fix up the search for the case where
10534 `file' is absolute.
10535
10536 2005-10-02 Romain Francoise <romain@orebokech.com>
10537
10538 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10539
10540 2005-10-02 Andreas Schwab <schwab@suse.de>
10541
10542 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10543 directory component in the session info.
10544
10545 2005-10-01 Richard M. Stallman <rms@gnu.org>
10546
10547 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10548
10549 * simple.el (next-error-internal): New function.
10550
10551 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10552 (compilation-start): Pass new arg to compilation-buffer-name.
10553 (compile-goto-error): Use next-error-internal.
10554
10555 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10556
10557 * speedbar.el: Remove RCS tag.
10558 (speedbar-check-read-only): Handle non-existent files.
10559
10560 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10561
10562 * info.el (Info-speedbar-hierarchy-buttons)
10563 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10564
10565 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10566
10567 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10568 Do not match newline.
10569 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10570 (bibtex-summary): Remove unnecessary save-excursion.
10571 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10572
10573 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10574
10575 * term/mac-win.el: Add charset info for "iso10646-1".
10576 Modify default fontset to use ATSUI-compatible fonts for some charsets
10577 if available.
10578
10579 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10580
10581 * speedbar.el: Re-apply arch tag.
10582 (speedbar-version): Rename to version 1.0. Suggested by Eric
10583 M. Ludlam.
10584 Reapply two changes from Emacs CVS' version of speedbar lost
10585 during the merge:
10586 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10587 (speedbar-frame-parameters): Improve customize type.
10588
10589 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10590
10591 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10592 (ange-ftp-file-directory-p): Fix the symlink case.
10593 (ange-ftp-insert-directory): When listing a single file, get a list of
10594 the parent buffer and extract the relevant line. Inspired from a patch
10595 by Katsumi Yamaoka <yamaoka@jpl.org>.
10596 (ange-ftp-file-name-sans-versions): Simplify.
10597
10598 2005-09-30 Bill Wohler <wohler@newt.com>
10599
10600 Move MH-E image files from toolbar and mail directories into
10601 etc/images.
10602
10603 * mail/reply2.*: Move to etc/images/mail/reply*.
10604
10605 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10606 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10607 etc/images.
10608
10609 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10610 * toolbar/reply*: Move to etc/images/mail.
10611
10612 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10613
10614 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10615
10616 * speedbar.el: New version 1.0pre3.
10617
10618 Frame management code (including timer, and mouse click specifics)
10619 moved to dframe.el:
10620 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10621 (speedbar-timer): Removed. Use dframe-timer.
10622 (speedbar-close-frame): Removed. Use dframe-close-frame.
10623 (speedbar-activity-change-focus-flag): Removed. Use
10624 dframe-activity-change-focus-flag.
10625 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10626 dframe-update-speed.
10627
10628 (speedbar-current-frame): New macro. Use this instead of the
10629 variable speedbar-frame.
10630
10631 (speedbar-use-images, speedbar-expand-image-button-alist)
10632 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10633
10634 (speedbar-find-image-on-load-path): Removed. Replaced by
10635 defezimage in ezimage.el.
10636 (speedbar-expand-image-button-alist): Removed. Replaced by
10637 ezimage-expand-image-button-alist in ezimage.el.
10638
10639 (speedbar-ignored-directory-regexp)
10640 (speedbar-add-ignored-directory-regexp)
10641 (speedbar-ignored-directory-expressions)
10642 (speedbar-line-directory, speedbar-buffers-line-directory)
10643 (speedbar-directory-line, speedbar-buffers-line-directory):
10644 Renamed, replacing `path' with `directory'.
10645
10646 (speedbar-create-directory, speedbar-expand-line-descendants)
10647 (speedbar-toggle-line-expansion)
10648 (speedbar-contract-line-descendants): New commands.
10649
10650 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10651 (speedbar-use-tool-tips-flag): New options.
10652
10653 (speedbar-check-read-only, speedbar-require-version)
10654 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10655 (speedbar-handle-delete-frame, speedbar-try-completion)
10656 (speedbar-update-localized-contents): New functions.
10657
10658 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10659 (speedbar-object-read-only-indicator): New variables.
10660
10661 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10662 New hooks.
10663
10664 (speedbar-separator-face): New face.
10665
10666 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10667 (speedbar-ignored-modes): Add fundamental-mode.
10668 (speedbar-directory-unshown-regexp): Add . directories.
10669
10670 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10671 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10672 `]' for full expand/close.
10673 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10674
10675 (speedbar-check-vc): Support hidden files.
10676 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10677 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10678 state is nil, it is not checked out.
10679
10680 (speedbar-line-text, speedbar-line-token): Support expand buttons
10681 with no text.
10682 (speedbar-refresh): Universal argument acts as power-click.
10683 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10684 that buffer to get variable values.
10685
10686 And many other bugfixes.
10687
10688 * dframe.el, ezimage.el, sb-image.el: New files.
10689
10690 * sb-*.xpm: Remove files. New image files installed into
10691 etc/images/ezimage.
10692
10693 2005-09-30 Kenichi Handa <handa@m17n.org>
10694
10695 * ps-mule.el (ps-mule-show-warning): If a character is in
10696 ps-print-translation-table, don't treat it as non-printable.
10697
10698 2005-09-30 David Ponce <david@dponce.com>
10699
10700 * tree-widget.el (tree-widget-themes-load-path): New variable.
10701 (tree-widget-themes-directory): Doc fix.
10702 (tree-widget-image-formats) [Emacs]: Doc fix.
10703 (tree-widget--locate-sub-directory): New function.
10704 (tree-widget-themes-directory): Use it.
10705
10706 * recentf.el (recentf-filename-handlers): Rename from
10707 `recentf-filename-handler'. Allow a list of functions.
10708 (recentf-menu-items-for-commands): Fix :help strings.
10709 (recentf-apply-filename-handlers): New function.
10710 (recentf-expand-file-name): Use it.
10711 (recentf-cleanup): Remove duplicates too.
10712
10713 2005-09-29 Juri Linkov <juri@jurta.org>
10714
10715 * faces.el: Rearrange face definitions to be in the same order as
10716 their face descriptions in "(emacs)Standard Faces".
10717
10718 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10719
10720 * tooltip.el (tooltip): Add group `basic-faces'.
10721
10722 * buff-menu.el (Buffer-menu-buffer): Remove group
10723 `font-lock-highlighting-faces'.
10724
10725 * progmodes/compile.el (compilation-error, compilation-warning)
10726 (compilation-info, compilation-line-number, compilation-column-number):
10727 Change group from `font-lock-highlighting-faces' to `compilation'.
10728
10729 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10730 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10731 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10732 (vhdl-font-lock-reserved-words-face)
10733 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10734 `font-lock-highlighting-faces'.
10735
10736 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10737
10738 2005-09-28 Kim F. Storm <storm@cua.dk>
10739
10740 * emulation/cua-base.el: Set CUA move property on additional commands:
10741 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10742 forward-sexp, backward-sexp, forward-list, backward-list.
10743
10744 2005-09-28 Romain Francoise <romain@orebokech.com>
10745
10746 * comint.el (comint-show-output): Really set point at the
10747 beginning of the output when not using `comint-use-prompt-regexp'.
10748
10749 2005-09-27 Jay Belanger <belanger@truman.edu>
10750
10751 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10752 in TeX mode.
10753
10754 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10755
10756 * textmodes/org.el (org-table-sum): Fix format string.
10757
10758 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10759 Quote face names.
10760
10761 2005-09-26 Romain Francoise <romain@orebokech.com>
10762
10763 * isearch.el (isearch-forward-regexp): Close doc string.
10764
10765 2005-09-25 Richard M. Stallman <rms@gnu.org>
10766
10767 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10768
10769 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10770
10771 * progmodes/compile.el (compilation-error-properties):
10772 When getting the file from the previous error message,
10773 correctly decode the new data format.
10774
10775 * progmodes/cc-cmds.el (c-electric-paren):
10776 Call old-blink-paren only for close-paren.
10777
10778 2005-09-24 Andreas Schwab <schwab@suse.de>
10779
10780 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10781 condition.
10782
10783 2005-09-25 Romain Francoise <romain@orebokech.com>
10784
10785 * dired-aux.el (dired-copy-file-recursive):
10786 * dired.el (dired-delete-file):
10787 * ediff-mult.el (ediff-dir-diff-copy-file):
10788 * ediff-util.el (ediff-test-save-region):
10789 * forms.el (forms-mode):
10790 * ido.el (ido-file-internal, ido-delete-file-at-head):
10791 * log-edit.el (log-edit-done):
10792 * ses.el (ses-yank-resize):
10793 * play/gomoku.el (gomoku-human-plays, gomoku)
10794 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10795 (gomoku-offer-a-draw):
10796 * play/landmark.el (lm-human-resigns, lm):
10797 * net/eudcb-ldap.el (eudc-ldap-check-base):
10798 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10799 * progmodes/ebrowse.el (ebrowse-find-pattern):
10800 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10801 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10802 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10803
10804 * vc.el (vc-delete-file):
10805 * play/gomoku.el (gomoku-terminate-game, gomoku)
10806 (gomoku-prompt-for-move, gomoku-human-takes-back):
10807 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10808 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10809
10810 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10811
10812 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10813 color rxvt terminals by using the code xterm.el used to use before
10814 2005-04-09 in order to match the colors used by rxvt.
10815
10816 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10817
10818 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10819 colors rxvt-unicode terminals by using the same code as xterm.el.
10820
10821 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10822
10823 * textmodes/tex-mode.el (tex-font-lock-append-prop)
10824 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10825 new symbol used for the tex-verbatim face.
10826
10827 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10828
10829 * woman.el (woman-file-name):
10830 * wid-edit.el (widget-file-prompt-value)
10831 (widget-coding-system-prompt-value):
10832 * w32-fns.el (set-w32-system-coding-system):
10833 * vc.el (vc-version-diff, vc-annotate):
10834 * textmodes/reftex-auc.el (reftex-arg-cite)
10835 (reftex-arg-index-tag):
10836 * textmodes/refer.el (refer-get-bib-files):
10837 * textmodes/artist.el (artist-figlet-choose-font):
10838 * terminal.el (terminal-emulator):
10839 * replace.el (occur-read-primary-args):
10840 * rect.el (string-rectangle, string-insert-rectangle):
10841 * ps-print.el (ps-print-preprint):
10842 * progmodes/pascal.el (pascal-goto-defun):
10843 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10844 * progmodes/compile.el (compilation-find-file):
10845 * printing.el (pr-interactive-n-up):
10846 * play/animate.el (animate-birthday-present):
10847 * net/rcompile.el (remote-compile):
10848 * man.el (man, Man-goto-section, Man-follow-manual-reference):
10849 * mail/rmailsum.el (rmail-summary-search-backward)
10850 (rmail-summary-search):
10851 * mail/rmailout.el (rmail-output-read-rmail-file-name)
10852 (rmail-output-read-file-name):
10853 * mail/rmail.el (rmail-search, rmail-search-backwards):
10854 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10855 * locate.el (locate):
10856 * international/quail.el (quail-show-keyboard-layout):
10857 * international/mule.el (set-buffer-file-coding-system)
10858 (revert-buffer-with-coding-system, set-file-name-coding-system)
10859 (set-terminal-coding-system, set-keyboard-coding-system)
10860 (set-next-selection-coding-system):
10861 * international/mule-diag.el (describe-coding-system)
10862 (describe-font, describe-fontset):
10863 * international/mule-cmds.el (universal-coding-system-argument)
10864 (search-unencodable-char, describe-input-method)
10865 (set-language-environment, describe-language-environment):
10866 * international/codepage.el (codepage-setup):
10867 * international/code-pages.el (codepage-setup):
10868 * info.el (Info-search, Info-follow-reference)
10869 (Info-search-backward):
10870 * emacs-lisp/advice.el (ad-read-advised-function)
10871 (ad-read-advice-class, ad-clear-cache, ad-activate)
10872 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10873 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10874 (ad-read-regexp):
10875 * ediff-util.el (ediff-toggle-regexp-match):
10876 * ediff-ptch.el (ediff-prompt-for-patch-file):
10877 * dired-aux.el (dired-diff):
10878 * diff.el (diff):
10879 * cus-edit.el (custom-variable-prompt):
10880 * calendar/timeclock.el (timeclock-ask-for-project):
10881 * calc/calcalg3.el (calc-get-fit-variables):
10882 * calc/calc-store.el (calc-edit-variable)
10883 (calc-permanent-variable):
10884 * vc-mcvs.el (vc-mcvs-register):
10885 * shadowfile.el (shadow-define-literal-group):
10886 * woman.el (woman-file-name):
10887 * vc.el (vc-version-diff, vc-merge):
10888 * textmodes/reftex-index.el (reftex-index-complete-tag):
10889 * format.el (format-decode-buffer, format-decode-region):
10890 * emulation/viper-cmd.el (viper-read-string-with-history):
10891 * emacs-lisp/debug.el (cancel-debug-on-entry):
10892 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10893 * ediff.el (ediff-merge-revisions)
10894 (ediff-merge-revisions-with-ancestor, ediff-revision):
10895 * completion.el (interactive-completion-string-reader):
10896 * calc/calc-prog.el (calc-user-define-formula):
10897 Follow convention for reading with the minibuffer.
10898
10899 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
10900
10901 * progmodes/python.el (python-describe-symbol): Add globals() and
10902 locals() to the arguments of emacs.ehelp.
10903
10904 2005-09-24 Magnus Henoch <mange@freemail.hu>
10905
10906 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10907 New function, code extracted from ispell-valid-dictionary-list.
10908 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10909 Call it.
10910
10911 2005-09-24 Eli Zaretskii <eliz@gnu.org>
10912
10913 * subr.el (version-regexp-alist): Extend valid syntax for version
10914 strings: allow any of the characters -,_,+ to separate the
10915 alpha/beta/rc part from the version part. Doc fix.
10916 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
10917
10918 2005-09-23 David Reitter <david.reitter@gmail.com>
10919
10920 * mail/mailclient.el: New file.
10921
10922 2005-09-23 Richard M. Stallman <rms@gnu.org>
10923
10924 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10925 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10926 Doc fixes.
10927
10928 * progmodes/cc-mode.el (c-font-lock-init):
10929 Specify font-lock-lines-before.
10930
10931 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10932
10933 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10934 whole conflict.
10935
10936 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
10937
10938 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10939 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
10940 of `remap' feature when available. Additional key bindings for
10941 better tty support.
10942 (org-mode-restart, org-force-self-insert): New commands.
10943 (org-time-stamp-inactive): New command.
10944 (org-remap): New function.
10945 (org-table-auto-blank-field, org-level-color-stars-only): New options.
10946 (org-enable-fixed-width-editor): Move to `org-structure'
10947 customization group.
10948 (org-self-insert-command, orgtbl-self-insert-command): Modify to
10949 blank field after field motion commands.
10950
10951 2005-09-23 Kenichi Handa <handa@m17n.org>
10952
10953 * international/mule-cmds.el (set-language-environment):
10954 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10955 have to call utf-translate-cjk-load-tables.
10956
10957 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10958
10959 * mouse.el (mouse-move-drag-overlay): Fix last change.
10960
10961 2005-09-22 David Ponce <david@dponce.com>
10962
10963 * tree-widget.el (tree-widget-value-create): Fix previous change.
10964
10965 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10966
10967 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10968
10969 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10970
10971 * mouse.el (mouse-move-drag-overlay): New function.
10972 (mouse-drag-region-1): Use it.
10973 Try to simplify a bit the state handling. Handle clicks on links
10974 inside intangible areas.
10975 (mouse-save-then-kill): Minor simplification.
10976 (mouse-secondary-overlay): Make it always non-nil instead of
10977 recreating it each time.
10978 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10979 (mouse-kill-secondary, mouse-secondary-save-then-kill):
10980 Simplify accordingly.
10981
10982 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10983
10984 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10985
10986 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
10987
10988 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10989 (ediff-file-name-sans-prefix): Treat nil as an empty string.
10990 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10991 to patch.
10992
10993 * ediff-util.el: Use insert-buffer-substring.
10994
10995 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10996
10997 * emulation/viper-cmd.el (viper-change-state): Don't move over the
10998 field boundaries in the minibuffer.
10999 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
11000 (viper-minibuffer-post-command-hook): New hook.
11001 (viper-line): Don't move cursor at bolp.
11002
11003 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
11004
11005 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
11006 avoid compiler warnings.
11007
11008 * emulation/viper-macs.el (ex-map): Better messages.
11009
11010 * emulation/viper-utils.el (viper-beginning-of-field): New function.
11011
11012 * emulation/viper.el: Replace make-variable-buffer-local with
11013 viper-make-variable-buffer-local everywhere, to avoid warnings.
11014
11015 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11016
11017 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
11018 Delete unused var `old-selected-window'.
11019 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
11020 (mouse-drag-secondary): Delete unused var `start-frame'.
11021
11022 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11023
11024 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
11025
11026 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11027
11028 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
11029 Re-indent within 80 columns. Use inhibit-read-only.
11030
11031 2005-09-19 Romain Francoise <romain@orebokech.com>
11032
11033 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
11034
11035 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11036
11037 * font-lock.el (font-lock-default-fontify-region): Don't add a line
11038 unconditionally, since the after-change-function already did it.
11039
11040 2005-09-19 Miles Bader <miles@gnu.org>
11041
11042 * net/newsticker.el: Get rid of CVS keyword.
11043
11044 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
11045
11046 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
11047 The prompt is formatted later.
11048
11049 2005-09-19 David Ponce <david@dponce.com>
11050
11051 * tree-widget.el (tree-widget-value-create): Save the converted
11052 tree :node widget.
11053
11054 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
11055
11056 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
11057 variable `message'.
11058
11059 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
11060
11061 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
11062 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
11063 <slawomir.nowaczyk.847@student.lu.se>.
11064
11065 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
11066
11067 * image.el (image-load-path): Use symbol `data-directory' instead
11068 of its value, for backward compatibility with packages that bind
11069 it during `find-image'. Suggested by Katsumi Yamaoka.
11070 (image-search-load-path): Handle symbols whose values are strings.
11071
11072 2005-09-18 Romain Francoise <romain@orebokech.com>
11073
11074 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
11075 with-current-buffer form in save-excursion.
11076
11077 2005-09-18 D Goel <deego@gnufans.org>
11078
11079 * apropos.el (apropos-command): Fix `message' call: first arg
11080 should be a format spec. In this and all other cases that appear
11081 below and elsewhere in the source code, I made a change only when
11082 two conditions were satisfied: [1] I can think of a possibility
11083 that the arguments would cause an error, for example, the code in
11084 question relies on external variables such as filenames. [2] I
11085 was sure that the arg to `message' could not have been nil in the code.
11086
11087 * textmodes/tildify.el (tildify-region): Ditto.
11088
11089 * textmodes/reftex-index.el (reftex-index-change-entry)
11090 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
11091 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
11092 * textmodes/org.el (org-complete, org-deadline, org-schedule)
11093 (org-priority, org-table-sum):
11094 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
11095 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
11096 (flyspell-word, flyspell-display-next-corrections):
11097 * textmodes/bibtex.el (bibtex-print-help-message):
11098 * textmodes/artist.el (artist-key-set-point-poly):
11099 * term/mac-win.el (mac-services-insert-text):
11100 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
11101 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
11102 (vhdl-port-paste-testbench, vhdl-compose-new-component)
11103 (vhdl-compose-configuration):
11104 * progmodes/sh-script.el (sh-blink, sh-show-indent)
11105 (sh-set-indent, sh-learn-line-indent):
11106 * progmodes/ps-mode.el (ps-mode-target-column):
11107 * progmodes/idlwave.el (idlwave-make-tags)
11108 (idlwave-scan-library-catalogs):
11109 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
11110 * progmodes/gud.el (gud-jdb-analyze-source):
11111 * progmodes/flymake.el (flymake-log):
11112 * progmodes/ebnf2ps.el (ebnf-generate-region):
11113 * progmodes/cmacexp.el (c-macro-expansion):
11114 * progmodes/ada-xref.el (ada-treat-cmd-string):
11115 * progmodes/ada-mode.el (ada-create-case-exception-substring)
11116 (ada-justified-indent-current, ada-batch-reformat):
11117 * play/zone.el (zone):
11118 * play/landmark.el (lm-move):
11119 * play/decipher.el (decipher-show-alphabet):
11120 * net/newsticker.el (newsticker--display-jump)
11121 (newsticker--display-scroll):
11122 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
11123 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
11124 * mail/feedmail.el (feedmail-dump-message-to-queue):
11125 * eshell/esh-proc.el (eshell-remove-process-entry):
11126 * emulation/ws-mode.el (ws-last-error):
11127 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
11128 (viper-record-kbd-macro):
11129 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
11130 * emacs-lisp/lisp-mnt.el (lm-report-bug):
11131 * emacs-lisp/find-func.el (find-function-noselect):
11132 * calendar/timeclock.el (timeclock-status-string)
11133 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
11134 (timeclock-when-to-leave-string):
11135 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
11136 * calc/calc-units.el (calc-enter-units-table):
11137 * calc/calc-mode.el (calc-mode-record-mode):
11138 * woman.el (woman-mini-help):
11139 * wdired.el (wdired-change-to-wdired-mode):
11140 * vc.el (vc-retrieve-snapshot):
11141 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
11142 * startup.el (display-startup-echo-area-message):
11143 * simple.el (set-goal-column):
11144 * ses.el (ses-command-hook, ses-recalculate-cell):
11145 * server.el (server-process-filter):
11146 * printing.el (pr-interface-txt-print, pr-interface-printify)
11147 (pr-interface-ps):
11148 * pcvs.el (cvs-help):
11149 * log-edit.el (log-edit, log-edit-mode-help):
11150 * iswitchb.el (iswitchb-possible-new-buffer):
11151 * isearch.el (isearch-edit-string):
11152 * image-mode.el (image-mode, image-minor-mode):
11153 * ibuf-macs.el (define-ibuffer-filter):
11154 * hi-lock.el (hi-lock-find-patterns):
11155 * files.el (toggle-read-only):
11156 * ediff-util.el (ediff-copy-diff)
11157 (ediff-write-merge-buffer-and-maybe-kill):
11158 * echistory.el (Electric-history-undefined):
11159 * dnd.el (dnd-insert-text):
11160 * dired-aux.el (dired-query):
11161 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11162 * bookmark.el (bookmark-bmenu-locate):
11163 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11164 Fix `message' calls to ensure first arg is a format string.
11165 The change was made only when these two conditions were satisfied:
11166 [1] when there is a possibility that the arguments would cause an error
11167 for example, if the code in question relies on external variables
11168 such as filenames, and
11169 [2] if the arg to `message' could not have been nil in the code.
11170
11171 * pcomplete.el (pcomplete--help): Fix `message' format spec.
11172 Not having a %s would be weird, though not technically wrong.
11173
11174 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11175
11176 * term/mac-win.el (mac-add-charset-info): Doc fix.
11177
11178 2005-09-17 Romain Francoise <romain@orebokech.com>
11179
11180 * shell.el (shell-resync-dirs): Handle echoing processes more
11181 reliably. Don't insert resync command if `comint-process-echoes'
11182 is non-nil.
11183
11184 2005-09-17 Magnus Henoch <mange@freemail.hu>
11185
11186 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11187 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11188 aspell versions >= 0.60.
11189 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11190 only if ispell-aspell-supports-utf8 is non-nil.
11191
11192 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11193
11194 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11195 buffer-local value to lisp-indent-function.
11196
11197 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11198
11199 * progmodes/glasses.el (glasses-make-readable): If
11200 glasses-separator differs from underscore, put appropriate
11201 overlays over underscore characters.
11202 (glasses-convert-to-unreadable): If glasses-separator differs from
11203 underscore, try to convert glasses-separator characters to
11204 underscores.
11205
11206 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11207
11208 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11209 Use with-syntax-table and dolist.
11210
11211 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11212
11213 * textmodes/reftex-auc.el:
11214 * textmodes/reftex-cite.el:
11215 * textmodes/reftex-dcr.el:
11216 * textmodes/reftex-global.el:
11217 * textmodes/reftex-parse.el:
11218 * textmodes/reftex-ref.el:
11219 * textmodes/reftex-sel.el:
11220 * textmodes/reftex-toc.el:
11221 * textmodes/reftex-vars.el:
11222 * textmodes/reftex.el: Small changes to remove compiler warnings.
11223
11224 * textmodes/reftex-index.el: Likewise.
11225 (reftex-query-index-phrase): More efficient use of markers.
11226
11227 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11228
11229 * image.el (image-load-path): New variable.
11230 (image-search-load-path): New function.
11231 (find-image): Search for images in `image-load-path'.
11232
11233 2005-09-15 Richard M. Stallman <rms@gnu.org>
11234
11235 * follow.el: Change Maintainer field.
11236
11237 2005-09-15 David Ponce <david@dponce.com>
11238
11239 * recentf.el (recentf-save-file-modes): New option.
11240 (recentf-save-list): Use it.
11241
11242 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11243
11244 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11245 (mode-line-mule-info, mode-line-modified): Move bindings from
11246 mouse-3 to mouse-1.
11247
11248 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11249
11250 * simple.el (sendmail-user-agent-compose): Revert last change.
11251
11252 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11253
11254 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11255 Use with-current-buffer.
11256 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11257 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11258 (ange-ftp-insert-directory): Remove unused var `short'.
11259 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11260
11261 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11262 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11263
11264 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11265 (check-calendar-holidays, diary-list-entries): Autoload.
11266 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11267 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11268
11269 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11270 which mistakenly removed a call to display-buffer.
11271
11272 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11273
11274 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11275
11276 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11277
11278 * progmodes/hideshow.el
11279 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11280 (hs-allow-nesting): New user var.
11281 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11282 (hs-hide-block-at-point): When nesting allowed,
11283 if there is already an overlay in place, delete it.
11284 (hs-safety-is-job-n): Delete func; remove call sites.
11285 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11286 (hs-overlay-at): New func.
11287 (hs-already-hidden-p, hs-show-block): Use it.
11288 (hs-hide-all): Don't pre-clean if nesting allowed.
11289 (hs-show-all): Temporarily disallow
11290 nesting around call to `hs-discard-overlays'.
11291
11292 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11293
11294 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11295 Delete unused local var.
11296
11297 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11298
11299 * help-fns.el (describe-categories): "?\ " -> "?\s".
11300 (help-do-arg-highlight): Recognize also ARG-n, as in
11301 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11302
11303 * international/codepage.el (dos-unsupported-char-glyph):
11304 * net/newsticker.el (tool-bar-map, w3-mode-map)
11305 (w3m-minor-mode-map):
11306 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11307 (ent-alist):
11308 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11309
11310 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11311
11312 * custom.el (custom-push-theme): Handle the case where a symbol is
11313 bound but face properties have not yet been assigned.
11314
11315 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11316 Fix behavior if noerase is `t' and there is no mail buffer.
11317
11318 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11319 if `continue' is nil, rather than signal an error.
11320
11321 2005-09-12 Richard M. Stallman <rms@gnu.org>
11322
11323 * font-lock.el (font-lock-keywords): Add autoload.
11324
11325 * help-fns.el (describe-variable): Rearrange to put source link
11326 in a predictable place.
11327
11328 * net/newsticker.el: New file.
11329
11330 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11331
11332 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11333 (calendar-basic-setup): Use the new nil arg.
11334 (number-of-diary-entries): Move to diary-lib.el.
11335
11336 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11337 (diary-list-entries): Use with-syntax-table and dolist.
11338 Rename from list-diary-entries.
11339 Use number-of-diary-entries if `number' is nil.
11340 (diary, diary-view-entries): Use this new name and new nil arg value.
11341 (number-of-diary-entries): Move from calendar.el.
11342 (diary-unhide-everything): New function.
11343 (include-other-diary-files, fancy-diary-display)
11344 (diary-show-all-entries, make-diary-entry): Use it.
11345 (diary-mail-entries): Use buffer-string.
11346 (mark-diary-entries): Fix long standing paren typo.
11347 (diary-sexp-entry): Use count-lines.
11348 (make-diary-entry): Avoid `previous-line'.
11349 (diary-mode-map): New var.
11350 (diary-mode): Redraw cal after saving. Setup header-line.
11351 (fancy-diary-display-mode): Use local-set-key.
11352
11353 * startup.el (command-line): Try calling various terminal-init-foo-bar
11354 functions by stripping hyphenated suffixes from $TERM.
11355
11356 * files.el (normal-mode): Check boundness of font-lock-keywords.
11357
11358 2005-09-12 Richard M. Stallman <rms@gnu.org>
11359
11360 * progmodes/compile.el: Don't decide a file's directory
11361 until the user actually tries to go there.
11362 (compilation-next-error-function):
11363 Pass compilation-find-file the directory from the file-struct.
11364 (compilation-internal-error-properties): Separate local FILE-STRUCT
11365 from FILE. Doc the args better. Rename arg FMT to FMTS.
11366 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11367 Expand it, and if nil, use default-directory.
11368 (compilation-get-file-structure): Don't mix specified directory
11369 with default directory. Put specified directory into
11370 file-struct. Don't make the file name absolute.
11371
11372 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11373 (compile-command): Add autoload.
11374 (compilation-disable-input): Add autoload.
11375
11376 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11377
11378 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11379 strings of the variables it can override.
11380 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11381 %Q and %q, for fully-qualified domain name and unqualified host name.
11382
11383 2005-09-11 Kim F. Storm <storm@cua.dk>
11384
11385 * emacs-lisp/authors.el (authors-aliases): Update list.
11386 (authors-fixed-entries): Update mldrag.el entry.
11387
11388 2005-09-10 Alan Mackenzie <acm@muc.de>
11389
11390 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11391 from the region narrowed to.
11392
11393 2005-09-10 Magnus Henoch <mange@freemail.hu>
11394
11395 * textmodes/ispell.el (ispell-check-version): Signal an error if
11396 aspell version is less than 0.60.
11397
11398 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11399
11400 * progmodes/octave-inf.el (inferior-octave-startup):
11401 Resync current dir at the end.
11402
11403 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11404
11405 * woman.el (woman-topic-at-point-default):
11406 Rename to woman-use-topic-at-point-default.
11407 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11408 (woman-file-name): Reflect renames above. Automatically use the
11409 word at point as topic if woman-use-topic-at-point is non-nil.
11410 Otherwise offer it as default but don't insert it in the
11411 minibuffer. Also use `test-completion' instead of `assoc' as
11412 suggested by Stefan Monnier.
11413
11414 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11415
11416 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11417 the attempt to do it over Tramp. This is not yet supported.
11418
11419 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11420
11421 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11422 (menu-bar-non-minibuffer-window-p): New functions.
11423 ("Split Window", "Save As..."): Use them.
11424 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11425 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11426 Use menu-bar-menu-frame-live-and-visible-p.
11427 ("Save Buffer", "Insert File", "Open Directory...")
11428 ("Open File...", "Visit New File..."):
11429 Use menu-bar-non-minibuffer-window-p.
11430 (kill-this-buffer-enabled-p, dired <menu-enable>):
11431 Use menu-bar-non-minibuffer-window-p.
11432
11433 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11434
11435 * cus-start.el (all): Don't complain about fringe-related
11436 built-ins if fringes are not supported. Ditto about
11437 selection-related built-ins. Fix the test for GTK-related built-ins.
11438
11439 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11440 ("Postscript Print Buffer", "Print Region", "Save As...")
11441 ("Save", "Insert File...", "Open Directory...")
11442 ("Open File...", "Visit New File..."")
11443 ("Truncate Long Lines in this Buffer"): Don't look at
11444 menu-updating-frame if this display does not support multiple frames.
11445
11446 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11447
11448 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11449
11450 2005-09-09 Emilio Lopes <eclig@gmx.net>
11451
11452 * woman.el: Format- and whitespace-related changes.
11453
11454 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11455
11456 * woman.el: Fix my email address.
11457
11458 2005-09-08 Richard M. Stallman <rms@gnu.org>
11459
11460 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11461 (sh-mode): Locally set skeleton-pair-default-alist.
11462
11463 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11464
11465 * progmodes/flymake.el: Require `compile' unconditionally.
11466
11467 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11468
11469 * woman.el (woman-file-name): Provide a default, not initial input.
11470
11471 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11472
11473 * font-lock.el (font-lock-support-mode): Doc fix.
11474
11475 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11476
11477 2005-09-08 Richard M. Stallman <rms@gnu.org>
11478
11479 * simple.el (blink-matching-open): Get rid of text props from
11480 the string shown in echo area. Don't permanently set point.
11481 Some rearrangements.
11482
11483 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11484
11485 * recentf.el (recentf-filename-handler): Add custom choice
11486 `abbreviate-file-name'.
11487
11488 * msb.el (msb--very-many-menus): Fix typo.
11489
11490 * disp-table.el (standard-display-european): Don't set
11491 enable-multibyte-characters to nil.
11492
11493 2005-09-08 David Ponce <david@dponce.com>
11494
11495 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11496 (recentf-expand-file-name): Doc fix.
11497 (recentf-dialog-mode-map): Define digit shortcuts.
11498 (recentf--files-with-key): New variable.
11499 (recentf-show-digit-shortcut-filter): New function.
11500 (recentf-open-files-items): New function.
11501 (recentf-open-files): Use it.
11502 (recentf-open-file-with-key): New command.
11503
11504 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11505
11506 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11507 Suggested by Kim F. Storm.
11508 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11509 (Buffer-menu-make-sort-button): Use global keymap.
11510
11511 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11512
11513 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11514 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11515 necessary any longer with the remapped command.
11516 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11517 formatting time only.
11518
11519 * net/tramp.el (tramp-action-password)
11520 (tramp-multi-action-password): Compile the password prompt from
11521 `method', `user' and `host'. Sometimes it isn't obvious which
11522 password to enter, for example with remote files offered by
11523 recentf.el, or with multiple steps. Suggested by Robert Marshall
11524 <robert@chezmarshall.freeserve.co.uk>.
11525
11526 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11527
11528 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11529 Fix regexp for when "s///" is at the beginning of line.
11530
11531 2005-09-07 Jay Belanger <belanger@truman.edu>
11532
11533 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11534 when in matrix mode.
11535
11536 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11537
11538 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11539 non-anonymous functions.
11540
11541 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11542
11543 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11544 when using a header line. Otherwise, use mouse-1-click-follows-link.
11545
11546 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11547 can't be moved; don't signal an error.
11548
11549 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11550
11551 * cus-theme.el (custom-theme-write-faces): Save the current face
11552 spec, not the defface spec.
11553
11554 * custom.el (custom-known-themes): Clarify meaning of "standard".
11555 (custom-push-theme): Save old values in the standard theme.
11556 (disable-theme): Correct typo.
11557 (custom-face-theme-value) Deleted unused function.
11558 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11559
11560 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11561
11562 * progmodes/compile.el (compilation-goto-locus): Take into account
11563 iconified frames when determining whether the buffer is
11564 already visible.
11565 Don't reset window height if the window already existed.
11566
11567 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11568
11569 * custom.el (load-theme): Rename from require-theme.
11570 Add interactive spec.
11571 (enable-theme): Rename from custom-enable-theme.
11572 Add interactive spec.
11573 (disable-theme): Rename from custom-disable-theme.
11574 Add interactive spec.
11575 (custom-make-theme-feature): Doc fix.
11576 (custom-theme-directory): Doc fix.
11577 (provide-theme): Call enable-theme.
11578
11579 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11580
11581 * obsolete/lazy-lock.el (lazy-lock-mode):
11582 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11583 font-lock-mode if it's off. Print a warning instead.
11584
11585 * progmodes/compile.el (compilation-start): Ignore errors if the
11586 process died before we get to send-eof.
11587
11588 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11589 Undo last change. Enclosing the result in quotes broke things on Unix
11590 since tex-send-command passes it through shell-quote-argument.
11591 (tex-send-command): Pass `file' through convert-standard-filename
11592 when possible.
11593 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11594 info in a transcript.
11595
11596 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11597
11598 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11599 fix compilation warning. Reorder the key definitions to group
11600 together keys emitted by the current version of xterm.
11601
11602 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11603 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11604 Reorder predicates to correct min-color usage.
11605
11606 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11607
11608 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11609 Kill local variables when longlines-mode is turned off.
11610
11611 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11612
11613 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11614
11615 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11616
11617 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11618
11619 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11620 (font-lock-lines-before): Change default to being inactive.
11621 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11622 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11623
11624 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11625
11626 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11627 Deactivate temporarily advice if active (not needed for Emacs 22,
11628 but for backwards compatibility).
11629 (tramp-exists-file-name-handler): Rewrite. First implementation
11630 was too simple.
11631 (tramp-advice-make-auto-save-file-name):
11632 Call `tramp-handle-make-auto-save-file-name' (again, just for
11633 backwards compatibility).
11634
11635 2005-08-31 Reto Zimmermann <reto@gnu.org>
11636
11637 * progmodes/vhdl-mode.el
11638 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11639 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11640 (vhdl-set-default-project): New function (easier setting of default).
11641 (vhdl-port-copy): Handle extended identifiers for generics.
11642 (vhdl-compiler-alist): Better description for error message regexp.
11643 (vhdl-make): Query for target, use previous as default.
11644 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11645 (vhdl-font-lock-keywords-2): Fix fontification for record
11646 el. assign.
11647 (vhdl-speedbar-make-subpack-line): Add package body link.
11648 (vhdl-generate-makefile-1): Not include itself as dependency.
11649 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11650 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11651 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11652 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11653 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11654 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11655 (vhdl-import-project): Add string argument for `error'.
11656 (vhdl-compose-configuration)
11657 (vhdl-compose-configuration-architecture): Add configuration
11658 declaration generation.
11659 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11660 (vhdl-trailer-re): Add "record" keyword (better indentation).
11661 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11662 "[^ \t-\"]+".
11663 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11664 (vhdl-testbench-entity-file-name)
11665 (vhdl-testbench-architecture-file-name): Allow separate
11666 customization of testbench file names.
11667 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11668 (vhdl-get-visible-signals): Allow newline within alias declaration.
11669 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11670 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11671 (member-ignore-case): Alias for missing function in XEmacs.
11672 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11673 (vhdl-update-sensitivity-list): Ignore case on read signals.
11674 (vhdl-replace-string): Adjust case only for file names.
11675 (vhdl-update-sensitivity-list): Fix search for read signals.
11676 (vhdl-update-sensitivity-list): Exclude formal parameters.
11677 (vhdl-get-visible-signals): Include aliases of signals.
11678 (vhdl-get-visible-signals): Fix signal name searching.
11679 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11680 (vhdl-fixup-whitespace-region): Fix for character
11681 literals (e.g. `:').
11682
11683 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11684
11685 * ansi-color.el (comint-last-output-start):
11686 * bs.el (font-lock-verbose):
11687 * diff-mode.el (add-log-buffer-file-name-function):
11688 * dired-x.el (vm-folder-directory):
11689 * faces.el (help-xref-stack-item):
11690 * files.el (font-lock-keywords):
11691 * find-lisp.el (dired-buffers, dired-subdir-alist):
11692 * ido.el (cua-inhibit-cua-keys):
11693 * log-view.el (cvs-minor-wrap-function):
11694 * outline.el (font-lock-warning-face):
11695 * simple.el (compilation-current-error):
11696 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11697 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11698 * tooltip.el (comint-prompt-regexp):
11699 * w32-fns.el (explicit-shell-file-name):
11700 * term/mac-win.el (mac-charset-info-alist)
11701 (mac-services-selection, mac-system-script-code):
11702 * term/tty-colors.el (msdos-color-values):
11703 * term/w32-win.el (xlfd-regexp-registry-subnum):
11704 * term/x-win.el (x-keysym-table, x-selection-timeout)
11705 (x-session-id, x-session-previous-id):
11706 * textmodes/ispell.el (mail-yank-prefix):
11707 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11708 * textmodes/org.el (calc-embedded-close-formula)
11709 (calc-embedded-open-formula)
11710 (font-lock-unfontify-region-function):
11711 * textmodes/reftex-global.el (isearch-next-buffer-function)
11712 (TeX-master):
11713 * textmodes/reftex.el (font-lock-keywords):
11714 * textmodes/tex-mode.el (font-lock-comment-face)
11715 (font-lock-doc-face):
11716 * textmodes/texinfo.el (outline-heading-alist):
11717 Add defvars.
11718
11719 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11720 (artist-spray-chars, artist-mode-init, artist-replace-string)
11721 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11722 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11723 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11724
11725 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11726 (conf-align-assignments): "?\ " -> "?\s".
11727
11728 * textmodes/reftex-index.el (TeX-master): Add defvar.
11729 (reftex-index-phrases-marker): Move up defvar.
11730
11731 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11732 (reftex-toc-include-labels-indicator)
11733 (reftex-toc-include-index-indicator)
11734 (reftex-toc-max-level-indicator): Move up declarations.
11735
11736 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11737 of args to `tramp-run-real-handler', even if it's empty in this case.
11738
11739 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11740
11741 * dired.el (dired-move-to-filename-regexp): Add date format for
11742 Mac OS X 10.3 in East Asian locales.
11743
11744 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11745
11746 * files.el (make-auto-save-file-name): Add file name handler call
11747 if applicable.
11748
11749 * net/tramp.el (tramp-file-name-handler-alist)
11750 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11751 (tramp-handle-make-auto-save-file-name): Rename from
11752 `tramp-make-auto-save-file-name'.
11753 (tramp-exists-file-name-handler): New defun.
11754 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11755 `make-auto-save-file-name' is not a magic file name operation.
11756
11757 2005-08-30 Richard M. Stallman <rms@gnu.org>
11758
11759 * files.el (risky-local-variable-p):
11760 Match `-predicates' and `-commands.
11761
11762 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11763 (custom-save-all): Visit the file if necessary;
11764 kill the buffer if we created it.
11765 (custom-save-delete): Don't visit file or kill buffer here.
11766
11767 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11768
11769 * textmodes/org.el (org-special-keyword): New face.
11770 (org-table-copy-down, org-table-eval-formula)
11771 (org-table-recalculate, org-init-section-numbers):
11772 Use `string-to-number' instead of `string-to-int'.
11773 (org-get-location): Use `insert-buffer-substring' instead of
11774 `insert-buffer'.
11775 (org-modify-diary-entry-string): New function.
11776 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11777 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11778 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11779 active region.
11780 (org-export-as-html): Handle QUOTE keyword.
11781 (org-quote-string): New option.
11782 (org-bookmark-jump-unhide): New function, used for
11783 `bookmark-after-jump-hook'.
11784 (org-diary-default-entry): Apply only when not called through
11785 `org-agenda'.
11786
11787 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11788
11789 * net/eudc.el (mode-popup-menu):
11790 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11791 * progmodes/ada-mode.el (compile-auto-highlight)
11792 (skeleton-further-elements):
11793 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11794 * progmodes/cmacexp.el (msdos-shells):
11795 * progmodes/compile.el (font-lock-extra-managed-props)
11796 (font-lock-keywords, font-lock-maximum-size)
11797 (font-lock-support-mode):
11798 * progmodes/grep.el (font-lock-lines-before):
11799 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11800 * progmodes/mixal-mode.el (compile-command):
11801 * progmodes/perl-mode.el (font-lock-comment-face)
11802 (font-lock-doc-face, font-lock-string-face):
11803 * progmodes/prolog.el (comint-prompt-regexp):
11804 * progmodes/sh-script.el (font-lock-comment-face)
11805 (font-lock-set-defaults, font-lock-string-face):
11806 * progmodes/sql.el (font-lock-keyword-face)
11807 (font-lock-set-defaults, font-lock-string-face):
11808 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11809 (itimer-version, lazy-lock-defer-contextually)
11810 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11811 Add defvars.
11812
11813 * progmodes/cperl-mode.el (cperl-electric-lbrace)
11814 (cperl-electric-keyword, cperl-electric-pod)
11815 (cperl-electric-backspace, cperl-forward-re)
11816 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11817 (vc-rcs-header, vc-sccs-header): Add defvars.
11818
11819 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11820 (font-lock-syntactic-keywords, gud-find-expr-function):
11821 Add defvars.
11822
11823 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11824 (gdb-frame-parameters): Declare before use.
11825
11826 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11827 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11828 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11829 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11830
11831 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11832 (idlwave-help-with-source): Use `insert-buffer-substring', not
11833 `insert-buffer'.
11834
11835 2005-08-29 Juri Linkov <juri@jurta.org>
11836
11837 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11838 Put outline-back-to-heading function call inside save-excursion.
11839
11840 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
11841
11842 * man.el (Man-init-defvars, Man-translate-references)
11843 (Man-support-local-filenames, Man-highlight-references):
11844 * progmodes/sql.el (sql-interactive-mode):
11845 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11846
11847 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11848 (compilation-mode-font-lock-keywords): Add defvars.
11849 (checkdoc-interactive-loop): "?\ " -> "?\s".
11850
11851 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11852 (font-lock-doc-face, font-lock-string-face)
11853 (font-lock-keywords-case-fold-search): Add defvars.
11854 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11855
11856 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11857 Don't pass X and Y (they are ignored anyway).
11858 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11859 (mouse-delete-window): Make arguments optional.
11860
11861 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11862 (caesar-translate-table, minor-modes, news-buffer-save)
11863 (news-group-name, news-minor-modes): Add defvars.
11864
11865 * emacs-lisp/lselect.el (mouse-highlight-priority)
11866 (x-lost-selection-functions, zmacs-regions):
11867 * emacs-lisp/pp.el (font-lock-verbose):
11868 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11869 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11870 (ses-mode-map):
11871 * emacs-lisp/tcover-unsafep.el (safe-functions):
11872 * international/mule-cmds.el (mac-system-coding-system)
11873 (mac-system-locale):
11874 * language/ethio-util.el (rmail-current-message)
11875 (rmail-message-vector):
11876 * language/thai-util.el (thai-auto-composition-mode):
11877 * mail/metamail.el (rmail-current-message, rmail-message-vector):
11878 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11879 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11880 (vm-primary-inbox, vm-spool-files):
11881 * mail/rmail.el (deleted-head, font-lock-fontified)
11882 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11883 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11884 (total-messages):
11885 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11886 (rmail-summary-mode-map):
11887 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11888 (rmail-last-label, rmail-last-multi-labels)
11889 (rmail-summary-vector, rmail-total-messages):
11890 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11891 * mail/rmailsum.el (msgnum):
11892 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11893 (rmail-current-message):
11894 * obsolete/fast-lock.el (font-lock-face-list):
11895 * obsolete/rnewspost.el (mail-reply-buffer):
11896 * obsolete/scribe.el (compile-command):
11897 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11898
11899 2005-08-28 John Paul Wallington <jpw@gnu.org>
11900
11901 * ibuf-ext.el (ibuffer-auto-update-changed):
11902 Use `frame-or-buffer-changed-p' to check whether we need to update.
11903 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11904 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
11905 as a `frame-or-buffer-changed-p' state vector instead.
11906
11907 2005-08-27 Romain Francoise <romain@orebokech.com>
11908
11909 * textmodes/makeinfo.el (makeinfo-compile):
11910 Use `compilation-start'. Set `next-error-function' according to
11911 `disable-errors'.
11912 (makeinfo-next-error): New function.
11913 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11914 (makeinfo-buffer): Likewise.
11915
11916 * progmodes/compile.el (compilation-start): Add autoload cookie.
11917
11918 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11919 * textmodes/sgml-mode.el: Likewise.
11920 * progmodes/python.el: Likewise.
11921
11922 2005-08-27 Eli Zaretskii <eliz@gnu.org>
11923
11924 * simple.el (blink-matching-paren-distance): Document the meaning
11925 of nil value, and allow to customize to nil.
11926
11927 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11928 command.com, not command.exe.
11929
11930 2005-08-26 John Wiegley <johnw@newartisans.com>
11931
11932 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11933 code around a bit so that an extraneous nil argument is not added
11934 to a command when no args are given.
11935
11936 * eshell/esh-arg.el (eshell-parse-double-quote): If a
11937 double-quoted argument resolves to nil, return it as an empty
11938 string rather than as nil. This made it impossible to pass "" to
11939 a shell script as a null string argument.
11940
11941 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11942
11943 * outline.el (outline-invent-heading): New fun.
11944 (outline-promote, outline-demote): Use it.
11945 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11946 (outline-end-of-subtree): Remove unused var `opoint'.
11947
11948 2005-08-26 David Reitter <david.reitter@gmail.com>
11949
11950 * menu-bar.el (truncate-lines, write-file, print-buffer)
11951 (ps-print-buffer-faces, ps-print-buffer, split-window):
11952 Disable menu items when the frame they refer to is invisible, or when
11953 they refer to a buffer and the minibuffer is selected.
11954
11955 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11956
11957 * progmodes/flymake.el (flymake-highlight-err-lines):
11958 Use save-excursion around flymake-highlight-line to preserve point.
11959
11960 2005-08-26 Eli Zaretskii <eliz@gnu.org>
11961
11962 * progmodes/octave-mod.el: Change Author and Maintainer address.
11963 (octave-maintainer-address): Change Kurt's email address.
11964 * progmodes/octave-inf.el: Change Author and Maintainer address.
11965 * progmodes/octave-hlp.el: Change Author and Maintainer address.
11966
11967 2005-08-26 Kim F. Storm <storm@cua.dk>
11968
11969 * subr.el (version-list-<, version-list-<=, version-list-=):
11970 Rename from integer-list-*.
11971 (version-list-not-zero): Likewise. Fix while loop.
11972 (version=): Use version-list-= instead of string-equal.
11973
11974 2005-08-26 Richard M. Stallman <rms@gnu.org>
11975
11976 * outline.el (outline-promote): Try shortening the heading.
11977 As last resort, read the heading to use.
11978 (outline-demote): As last resort, read the heading to use.
11979
11980 2005-08-26 Romain Francoise <romain@orebokech.com>
11981
11982 * progmodes/compile.el (compilation-start): Doc fix.
11983
11984 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11985 (antlr-font-lock-additional-keywords): Fix reference to
11986 `antlr-font-lock-literal-regexp' erroneously changed during the
11987 mass face rename.
11988 (antlr-run-tool): Use `compilation-start'.
11989
11990 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11991 instead of the obsolete `compile-internal'.
11992
11993 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
11994
11995 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11996 (number, original-date):
11997 * calendar/cal-china.el (date):
11998 * calendar/cal-coptic.el (date):
11999 * calendar/cal-french.el (date):
12000 * calendar/cal-hebrew.el (date, entry, number, original-date):
12001 * calendar/cal-islam.el (date, number, original-date):
12002 * calendar/cal-iso.el (date):
12003 * calendar/cal-julian.el (date):
12004 * calendar/cal-mayan.el (date):
12005 * calendar/cal-menu.el (date, event):
12006 * calendar/cal-persia.el (date):
12007 * calendar/lunar.el (date):
12008 * calendar/solar.el (date): Add defvars.
12009
12010 * emerge.el:
12011 * ibuffer.el:
12012 * info-xref.el:
12013 * obsolete/bg-mouse.el:
12014 * obsolete/sun-curs.el:
12015 * obsolete/swedish.el: Move the `defvar's to the top level.
12016
12017 * smerge-mode.el (smerge-refined-change): Add :group.
12018
12019 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
12020
12021 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
12022 (smerge-keep-n): Remove props.
12023 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
12024 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
12025 now that it's done in smerge-keep-n.
12026 (smerge-refined-change): New face.
12027 (smerge-refine-chopup-region, smerge-refine-highlight-change)
12028 (smerge-refine): New funs.
12029 (smerge-basic-map): Bind smerge-refine.
12030
12031 2005-08-25 Juri Linkov <juri@jurta.org>
12032
12033 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
12034 compilation-process-setup-function and compilation-disable-input
12035 in grep-mode instead of let-bindings in grep.
12036
12037 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
12038 Delete "Automatic File De/compression" (auto-compression-mode).
12039
12040 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
12041
12042 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
12043 Silence warning about non-existent variable.
12044
12045 2005-08-25 Richard M. Stallman <rms@gnu.org>
12046
12047 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
12048 Rename "Describe Key" to "Describe Key or Mouse Operation".
12049
12050 * mail/mailalias.el (build-mail-aliases): Delete comments
12051 from the contents before processing them.
12052
12053 * isearch.el (isearch-edit-string): Erase the Search prompt
12054 if user enters an empty string and there is no default.
12055
12056 * comint.el (comint-file-name-prefix): Add autoload.
12057
12058 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
12059
12060 * subr.el (play-sound): Rearrange to avoid warning.
12061
12062 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
12063
12064 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
12065 New hook.
12066 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
12067
12068 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12069
12070 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
12071
12072 * custom.el (custom-theme-set-variables): Sort minor modes last.
12073
12074 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12075
12076 * subr.el (version-separator, version-regexp-alist): New vars used by
12077 version comparison funs.
12078 (integer-list-<, integer-list-=, integer-list-<=)
12079 (integer-list-not-zero): New funs for integer list comparison.
12080 (version-to-list, version=, version<, version<=): New funs for version
12081 comparison.
12082
12083 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
12084
12085 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
12086 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
12087 time to silence the byte-compiler.
12088
12089 * ibuffer.el (ibuffer-compile-make-eliding-form)
12090 (ibuffer-check-formats): Use `with-no-warnings' to hide references
12091 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
12092 so it's silly to get warnings for it).
12093 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
12094 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
12095 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
12096 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
12097 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
12098 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
12099 Defvar at compile time.
12100 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
12101 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
12102 Declare them before use.
12103
12104 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
12105 (info-xref-good, info-xref-bad): Defvar at compile time.
12106
12107 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
12108 Use `let*' instead of `let'.
12109
12110 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
12111 (*mouse-y*, menu, char): Defvar at compile time.
12112 (sc::menu): Declare it before use.
12113 (sc::pack-one-line): Use `let', not `let*'.
12114
12115 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
12116 (mail-send-hook): Defvar at compile time.
12117
12118 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
12119 Defvar at compile time.
12120
12121 * term/sun-mouse.el (current-global-mousemap)
12122 (current-local-mousemap): Declare them before use.
12123
12124 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
12125
12126 * bookmark.el (bookmark-after-jump-hook): New hook.
12127 (bookmark-jump): Run `bookmark-after-jump-hook'.
12128
12129 2005-08-23 Juri Linkov <juri@jurta.org>
12130
12131 * faces.el (minibuffer-prompt): Doc fix.
12132
12133 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
12134
12135 * progmodes/xscheme.el: Trivial changes to silence warnings.
12136 (xscheme-previous-mode, xscheme-previous-process-state):
12137 Add defvars.
12138 (xscheme-last-input-end, xscheme-process-command-line)
12139 (xscheme-process-name, xscheme-buffer-name)
12140 (xscheme-expressions-ring-max, xscheme-expressions-ring)
12141 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
12142 (xscheme-control-g-synchronization-p)
12143 (xscheme-control-g-disabled-p, xscheme-string-receiver)
12144 (default-xscheme-runlight, xscheme-runlight)
12145 (xscheme-runlight-string, xscheme-process-filter-state)
12146 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
12147 Move to beginning of file.
12148 (scheme-interaction-mode-commands-alist)
12149 (scheme-interaction-mode-map, scheme-debugger-mode-map):
12150 Declare them before use. Note: the initialization code for the variables
12151 has not been moved because it uses functions that reference the variables.
12152 (xscheme-control-g-message-string, xscheme-process-filter-alist)
12153 (xscheme-prompt-for-expression-map): Declare them before use.
12154 (scheme-debugger-mode-commands): "?\ " -> "?\s".
12155
12156 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12157
12158 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12159
12160 2005-08-22 Juri Linkov <juri@jurta.org>
12161
12162 * faces.el (set-face-underline): Delete this duplicate function
12163 and make an obsolete alias to set-face-underline-p.
12164 (set-face-underline-p): Use docstring of set-face-underline.
12165 (describe-face): Create hyperlink to parent face.
12166
12167 * info.el (Info-insert-dir): Use save-excursion around
12168 insert-buffer-substring.
12169 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12170 (Info-escape-percent): Delete function.
12171 (Info-fontify-node): Replace Info-escape-percent by
12172 replace-regexp-in-string with REP arg set to lambda that
12173 duplicates `%' and preserves text properties.
12174
12175 * progmodes/compile.el (compilation-disable-input): Doc fix.
12176 (define-compilation-mode): Doc fix and refill.
12177 (kill-compilation): Use `mode-name' in the error message.
12178 (compilation-find-file): Use `compilation-error' in the
12179 read-file-name's prompt.
12180
12181 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12182
12183 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12184 (smerge-auto-leave): Make undo re-enable the mode.
12185 (debug-ignored-errors): Add the user-error of impossible resolution.
12186 (smerge-resolve): Move things around a bit, in preparation for later.
12187 (smerge-diff): Don't fail if the buffer has no associated file.
12188 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12189 (smerge-conflict-overlay): New function.
12190 (smerge-match-conflict): Don't add text properties here.
12191 (smerge-find-conflict): Instead, add an overlay here.
12192 Also check for the case where we're inside a conflict already, so as to
12193 obviate the need for font-lock-multiline, which is unbearably slow with
12194 large conflicts and ciomplex font-lock patterns.
12195 (smerge-remove-props): Remove overlay rather than text-properties.
12196 (smerge-mode): Don't set font-lock-multiline.
12197 Remove overlays when turned off.
12198
12199 2005-08-21 Kim F. Storm <storm@cua.dk>
12200
12201 * ido.el (ido-ignore-item-p): Use save-match-data.
12202 Bind case-fold-search to ido-case-fold locally.
12203
12204 2005-08-20 Richard M. Stallman <rms@gnu.org>
12205
12206 * files.el (normal-mode): If font lock is on, turn it off and on.
12207
12208 * subr.el (replace-regexp-in-string): Doc fix.
12209
12210 * startup.el (command-line-1): Don't suppress startup screen
12211 due to existing processes.
12212
12213 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12214
12215 * progmodes/compile.el (compilation-disable-input): Default to nil.
12216
12217 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12218
12219 * progmodes/compile.el (compilation-disable-input): New defcustom.
12220 (compilation-start): If compilation-disable-input is non-nil, send
12221 EOF to the compilation process.
12222
12223 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12224
12225 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12226 Run the argument of tex-shell-cd-command through
12227 convert-standard-filename, to get the correct style of slashes on
12228 Windows, and enclose the result in quotes, in case the file name
12229 includes whitespace or other special characters.
12230
12231 2005-08-19 Andreas Schwab <schwab@suse.de>
12232
12233 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12234 process.
12235
12236 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12237
12238 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12239
12240 2005-08-18 Kim F. Storm <storm@cua.dk>
12241
12242 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12243
12244 2005-08-18 Richard M. Stallman <rms@gnu.org>
12245
12246 * scroll-lock.el: New file.
12247
12248 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12249
12250 * dired.el (dired-move-to-end-of-filename):
12251 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12252
12253 2005-08-18 Kim F. Storm <storm@cua.dk>
12254
12255 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12256 rather than toggle mode when custom value is nil.
12257 (ido-everywhere): Fix defun doc string.
12258
12259 2005-08-17 Richard M. Stallman <rms@gnu.org>
12260
12261 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12262 as tag instead of "Inviolable".
12263
12264 2005-08-17 Kim F. Storm <storm@cua.dk>
12265
12266 * windmove.el (windmove-coordinates-of-position): Remove.
12267 (windmove-coordinates-of-window-position): Remove.
12268 (windmove-reference-loc): Use posn-at-point instead.
12269
12270 * subr.el (insert-for-yank-1): Doc fix.
12271
12272 * ido.el (ido-enter-matching-directory): Rename from
12273 ido-enter-single-matching-directory. Change `slash' choice to
12274 `only'. Add `first' choice.
12275 (ido-exhibit): Adapt to above changes.
12276
12277 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12278
12279 * Makefile.in: Expand comment about building loaddefs.el.
12280
12281 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12282
12283 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12284 Comment use of defadvice.
12285
12286 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12287
12288 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12289
12290 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12291 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12292 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12293 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12294 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12295 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12296 for backward compatibility for faces that did not appear in the
12297 previous Emacs release.
12298
12299 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12300
12301 2005-08-15 Kim F. Storm <storm@cua.dk>
12302
12303 * emulation/cua-base.el (cua-delete-region): Return t if
12304 deleted region was non-empty.
12305 (cua-replace-region): Inhibit overwrite-mode for
12306 self-insert-command if replaced region was non-empty.
12307 (cua--explicit-region-start, cua--status-string): Make them
12308 buffer-local at top-level...
12309 (cua-mode): ...rather than when mode is enabled.
12310
12311 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12312
12313 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12314 Set t for Emacs 21, 22, and so on.
12315
12316 2005-08-15 David Ponce <david@dponce.com>
12317
12318 * tree-widget.el: Update Commentary header.
12319 (tree-widget-theme): Doc fix.
12320 (tree-widget-space-width): New option.
12321 (tree-widget-image-properties): Look up in the default theme too.
12322 (tree-widget--cursors): Only for images with arrow pointer shape.
12323 (tree-widget-lookup-image): Pointer shape is hand by default.
12324 (tree-widget-icon): Rename generic icon widget from
12325 `tree-widget-control'.
12326 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12327 derive from `tree-widget-icon'.
12328 (tree-widget-handle): Improve default look and feel of the text
12329 representation.
12330 (tree-widget): Rename :*-control properties to :*-icon properties.
12331 Add :action and :help-echo properties.
12332 (tree-widget-after-toggle-functions): Move.
12333 (tree-widget-close-node, tree-widget-open-node): Remove.
12334 (tree-widget-before-create-icon-functions): New hook.
12335 (tree-widget-value-create): Update to allow customization of icons
12336 and nodes at run-time via that new hook.
12337 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12338 (tree-widget-icon-action, tree-widget-icon-help-echo)
12339 (tree-widget-action, tree-widget-help-echo): New functions.
12340
12341 2005-08-15 Kim F. Storm <storm@cua.dk>
12342
12343 * ido.el (ido-buffer-internal): Use with-no-warnings.
12344 (ido-make-merged-file-list): Use while-no-input.
12345
12346 2005-08-15 Richard M. Stallman <rms@gnu.org>
12347
12348 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12349 (flyspell-large-region): Fix doc and custom type.
12350
12351 2005-08-14 Richard M. Stallman <rms@gnu.org>
12352
12353 * files.el (interpreter-mode-alist): Doc fix.
12354
12355 * mail/rmail.el (rmail-nonignored-headers): New variable.
12356 (rmail-clear-headers): Use it.
12357 (rmail-reply): Better handling of mail-followup-to header.
12358
12359 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12360 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12361 don't try to refer to executable-font-lock-keywords.
12362 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12363 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12364 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12365 (sh-mode): Set comment-start-skip, local-abbrev-table,
12366 imenu-case-fold-search.
12367 (sh-set-shell): Don't set them here.
12368 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12369 Don't cache the results in the original alist; don't ever modify
12370 that alist.
12371
12372 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12373
12374 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12375 empty.
12376
12377 2005-08-15 Andreas Schwab <schwab@suse.de>
12378
12379 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12380
12381 * dired.el, info.el, mail/rmail.el: Revert last change.
12382
12383 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12384
12385 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12386 modification in `eval-after-load' form.
12387 * info.el: Likewise.
12388 * mail/rmail.el: Likewise.
12389
12390 2005-08-14 Juri Linkov <juri@jurta.org>
12391
12392 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12393 Remove highlighting of "Compilation started". Highlight only
12394 the word "finished" in "Compilation finished". Add highlighting
12395 of "interrupt", "killed", "terminated" and the exit code.
12396 (compilation-start): Add newline after header. Use exactly the
12397 same time stamp format as the finishing message.
12398 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12399
12400 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12401 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12402 Add highlighting of "interrupt", "killed", "terminated".
12403
12404 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12405 enabled and the current command is self-insert-command, call it
12406 explicitly with overwrite-mode bound to nil, to not allow it
12407 to delete the character after the selected region.
12408
12409 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12410
12411 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12412 move-end-of-line, end-of-line, and beginning-of-line to the list
12413 of commands after which the echo area is updated.
12414
12415 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12416
12417 * cus-edit.el (custom-save-all, custom-save-delete):
12418 Bind recentf-exclude to exclude custom-file.
12419
12420 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12421
12422 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12423 to go to the bottom of the mail message. Added to
12424 `rmail-summary-mode-map' with key "/".
12425 (rmail-summary-show-message): New (internal) function for use by
12426 both `rmail-summary-beginning/end-of-message'.
12427 (rmail-summary-beginning-of-message): Change to use
12428 rmail-summary-show-message.
12429
12430 * mail/rmail.el (rmail-end-of-message): New command to go to the
12431 end of the current message. Added to `rmail-mode-map' with key "/".
12432 (rmail-beginning-of-message): Fix to work as documented.
12433 (rmail-mode): Change documentation.
12434
12435 * progmodes/compile.el (compilation-start): Add the line
12436 "Compilation started" with compilation start time.
12437 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12438
12439 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12440
12441 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12442 of menu items.
12443
12444 2005-08-11 Richard M. Stallman <rms@gnu.org>
12445
12446 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12447
12448 * battery.el (battery-status-function): Don't use ignore-errors.
12449
12450 2005-08-11 Lute Kamstra <lute@gnu.org>
12451
12452 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12453 define-obsolete-variable-alias.
12454
12455 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12456
12457 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12458 (ange-ftp-send-cmd): Revert last change, and expand
12459 the comment explaining the problem.
12460
12461 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12462
12463 * ldefs-boot.el: Update.
12464
12465 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12466 item to "Time, Load and Mail". Change help echo text.
12467
12468 * time.el (display-time-use-mail-icon, display-time-format)
12469 (display-time-string-forms): Shorten first line of docstrings.
12470
12471 2005-08-10 Lars Hansen <larsh@soem.dk>
12472
12473 * desktop.el (desktop-buffer-mode-handlers):
12474 Make non-customizable. Add autoload cookie. Change initial value to
12475 nil; add elements in respective modules instead. Fix doc string.
12476 (desktop-load-file): New function.
12477 (desktop-minor-mode-handlers): New autoloaded variable.
12478 (desktop-create-buffer): Call minor mode handlers.
12479 Use desktop-load-file to load major and minor mode modules prior to
12480 checking for a handler.
12481 (desktop-save): Don't add nil to desktop-minor-modes for minor
12482 modes with nil function in desktop-minor-mode-table. Don't delete
12483 desktop file before rewriting it.
12484 (desktop-locals-to-save): Add autoload cookie. Don't make
12485 automatically buffer-local. Add variables column-number-mode,
12486 size-indication-mode, indent-tabs-mode,
12487 indicate-buffer-boundaries, indicate-empty-lines and
12488 show-trailing-whitespace.
12489 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12490 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12491 (desktop-clear-preserve-buffers-regexp): Delete.
12492 (desktop-clear-preserve-buffers): Update initial value and docstring.
12493 (desktop-save-buffer): Fix doc string.
12494
12495 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12496 (hilit-chg-desktop-restore): New function.
12497 (highlight-changes-mode): Add highlight-changes-mode to
12498 desktop-locals-to-save.
12499
12500 * dired.el: Add handler to desktop-buffer-mode-handlers.
12501 (dired-restore-desktop-buffer): Remove autoload cookie.
12502 (dired-mode): Add autoload cookie.
12503
12504 * info.el: Add handler to desktop-buffer-mode-handlers.
12505 (Info-restore-desktop-buffer): Remove autoload cookie.
12506 (Info-mode): Add autoload cookie.
12507
12508 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12509 (mh-restore-desktop-buffer): Remove autoload cookie.
12510 (mh-folder-mode): Add autoload cookie.
12511
12512 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12513 (rmail-restore-desktop-buffer): Remove autoload cookie.
12514
12515 2005-08-11 Masatake YAMATO <jet@gyve.org>
12516
12517 * hexl.el (hexl-address-region):
12518 (hexl-ascii-region, hexl-font-lock-keywords):
12519 (hexl-highlight-line-range): Use the term "region"
12520 instead of "area" for consistency with the other symbols
12521 defined in hexl.el.
12522
12523 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12524
12525 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12526 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12527 out by Juri Linkov). Add `display-battery-mode'.
12528
12529 2005-08-09 Juri Linkov <juri@jurta.org>
12530
12531 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12532 Remove `-text' from face variable names.
12533 (compilation-error-file-name, compilation-warning-file-name)
12534 (compilation-info-file-name): Delete faces.
12535 (compilation-line-number, compilation-column-number):
12536 Remove face underlining.
12537 (compilation-message-face): Set to `underline' value by default.
12538 (compilation-error-face, compilation-warning-face)
12539 (compilation-info-face): Remove `-file-name' from face names.
12540 (compilation-error-text-face, compilation-warning-text-face)
12541 (compilation-info-text-face): Delete face variables.
12542 (compilation-text-face): Delete function.
12543
12544 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12545 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12546 (grep-error-face): Set to `compilation-error' instead of
12547 `compilation-error-face' (which is redefined to `grep-hit-face' in
12548 grep buffers).
12549 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12550 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12551
12552 * dired-aux.el (dired-do-query-replace-regexp):
12553 Use `query-replace-read-args'.
12554
12555 * replace.el (query-replace-read-from, query-replace-read-to)
12556 (query-replace-read-args): Rename arg `string' to `prompt'.
12557
12558 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12559
12560 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12561
12562 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12563 uploading files.
12564 (ange-ftp-canonize-filename): Handle file names beginning with ~
12565 correctly.
12566
12567 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12568
12569 * textmodes/fill.el (canonically-space-region)
12570 (fill-context-prefix, fill-french-nobreak-p)
12571 (fill-delete-newlines, fill-comment-paragraph)
12572 (justify-current-line): "?\ " -> "?\s".
12573
12574 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12575
12576 * textmodes/fill.el (fill-nonuniform-paragraphs):
12577 Improve argument/docstring consistency.
12578
12579 2005-08-09 Richard M. Stallman <rms@gnu.org>
12580
12581 * textmodes/ispell.el (ispell-word): More fboundp checks.
12582
12583 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12584 (find-file-noselect-1): Call it here, only if RAWFILE.
12585 (normal-mode): Always set some major mode.
12586 (save-some-buffers-action-alist): Change some explanation strings.
12587 (file-name-non-special): In the `quote' method, use unwind-protect.
12588
12589 2005-08-09 Magnus Henoch <mange@freemail.hu>
12590
12591 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12592 (ispell-have-aspell-dictionaries): New variable.
12593 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12594 (ispell-get-aspell-config-value): New function.
12595 (ispell-aspell-find-dictionary): New function.
12596 (ispell-aspell-add-aliases): New function.
12597 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12598 appropriate. Don't look for ispell dictionaries if we use aspell.
12599 (ispell-menu-map): Don't build a submenu of dictionaries.
12600
12601 2005-08-09 Richard M. Stallman <rms@gnu.org>
12602
12603 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12604 (sql-read-passwd): Use read-passwd.
12605
12606 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12607 (idlwave-toolbar-is-possible): Add defvars.
12608
12609 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12610 Avoid warnings.
12611
12612 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12613 (idlwave-system-class-info, idlwave-executive-commands-alist):
12614 Use defvar.
12615
12616 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12617
12618 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12619 Avoid warnings.
12620
12621 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12622 and content-type: headers.
12623
12624 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12625
12626 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12627 and rename some of them to be more self-explanatory.
12628
12629 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12630
12631 * startup.el (command-line-1): Implement -scriptload.
12632
12633 * replace.el (occur-engine): Initial *Occur* output not undoable.
12634
12635 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12636 and improve help strings.
12637
12638 * isearch.el (isearch-repeat): When changing direction,
12639 mark search successful.
12640
12641 * ediff-init.el: Use (featurep 'xemacs).
12642
12643 * comint.el (send-invisible): Identify buffer, if not selected.
12644
12645 * align.el: Delete autoload for c-guess-basic-syntax.
12646
12647 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12648
12649 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12650 Improve argument/docstring consistency. Doc fixes.
12651 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12652 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12653 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12654 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12655 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12656 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12657 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12658 Defvar at compile time.
12659
12660 2005-08-09 Juri Linkov <juri@jurta.org>
12661
12662 * info.el: Replace `info' with upper-case `Info' where appropriate.
12663 (info-title-1, info-title-2, info-title-3, info-title-4)
12664 (info-menu-header): Move up face definitions.
12665 (info-menu-star): Rename from `info-menu-5'.
12666 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12667 (Info-fontify-visited-nodes): Fix docstring.
12668 (Info-hide-note-references): Fix docstring.
12669 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12670 menu items in the same way as on cross-references.
12671 (info-apropos): Fix sorting order and formatting to be like in the
12672 stand-alone Info browser. Display error messages for 1 sec.
12673 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12674 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12675 from the menu bar.
12676 (Info-insert-dir): Restore point after calling
12677 `insert-buffer-substring'.
12678
12679 2005-08-08 Richard M. Stallman <rms@gnu.org>
12680
12681 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12682 (recompute-lucid-menubar): Add defvars.
12683
12684 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12685
12686 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12687
12688 * net/net-utils.el (run-dig): Rename from `dig'.
12689
12690 * play/gametree.el (gametree-mode): Use make-local-variable,
12691 not make-variable-buffer-local.
12692
12693 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12694
12695 * ansi-color.el (ansi-color-make-extent)
12696 (ansi-color-set-extent-face): Use fboundp, not functionp.
12697
12698 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12699 not make-variable-buffer-local.
12700
12701 * bookmark.el (Info-current-file): Add defvar.
12702 (bookmark-jump-noselect): Use with-no-warnings.
12703
12704 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12705
12706 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12707
12708 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12709
12710 * find-file.el (ada-procedure-start-regexp)
12711 (ada-package-start-regexp): Add defvars.
12712
12713 * info.el (Info-insert-dir): Use insert-buffer-substring.
12714
12715 * xml.el (xml-att-def-re): Add defvar.
12716
12717 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12718 calling convention.
12719
12720 * subr.el (while-no-input): Return t if there is input.
12721
12722 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12723
12724 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12725
12726 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12727
12728 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12729 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12730
12731 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12732
12733 * cmuscheme.el (scheme-start-file): Replace reference to
12734 `user-emacs-directory' by "~/.emacs.d/".
12735
12736 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12737
12738 * info.el (Info-dir-remove-duplicates): Avoid case folding
12739 in loop; instead, keep downcased strings for comparison.
12740 Suggested by Helmut Eller.
12741
12742 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12743
12744 Sync with Tramp 2.0.50.
12745
12746 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12747 XEmacs case; not necessary anymore.
12748 (tramp-user-regexp): Allow "@" as part of user name.
12749 (tramp-handle-set-visited-file-modtime)
12750 (tramp-handle-insert-file-contents)
12751 (tramp-handle-write-region): No special handling for
12752 `last-coding-system-used, because this is done in
12753 `tramp-accept-process-output' now.
12754 (tramp-accept-process-output): New defun.
12755 (tramp-process-one-action, tramp-process-one-multi-action)
12756 (tramp-wait-for-regexp, tramp-wait-for-output)
12757 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12758 Howells <dhowells@redhat.com>.
12759 (clear-visited-file-modtime): Defadvice removed. The check for
12760 unset buffer's modtime does not need to be based on
12761 `tramp-buffer-file-attributes'. Suggested by RMS.
12762 (tramp-message): Insert "\n" if not being at beginning of line.
12763 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12764 sequence with same logic.
12765 (tramp-completion-handle-expand-file-name): Discard call of
12766 `tramp-drop-volume-letter'. It is not necessary, and there have
12767 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12768 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12769 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12770 should always be visible.
12771 (tramp-handle-insert-directory, tramp-setup-complete)
12772 (tramp-set-process-query-on-exit-flag)
12773 (tramp-append-tramp-buffers): Pacify byte-compiler.
12774 (tramp-bug): Delete non-existing variables from list.
12775 Apply `tramp-load-report-modules' as pre-hook.
12776 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12777 `shell-prompt-pattern' because of non-7bit characters.
12778 Reported by Sebastian Luque <sluque@mun.ca>.
12779 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12780 (tramp-match-string-list): Remove function.
12781 (tramp-wait-for-regexp): Remove call of that function.
12782 Suggested by Kim F. Storm <storm@cua.dk>.
12783 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12784 instead of octal character code ?\600. The latter resulted in a
12785 syntax error with XEmacs.
12786
12787 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12788 XEmacs case; not necessary anymore.
12789 (tramp-smb-handle-write-region): No special handling for
12790 `last-coding-system-used, because this is done in
12791 `tramp-accept-process-output' now.
12792 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12793
12794 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12795
12796 * wid-edit.el (widget-choice-value-create):
12797 Unconditionally respect user choice. Set :explicit-choice back to nil
12798 when no longer needed.
12799 (widget-choice-action): Unconditionally respect user choice.
12800 Eliminate :explicit-choice-value.
12801
12802 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12803
12804 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12805 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12806 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12807 running new function `toggle-indicate-empty-lines'.
12808 Rename "Customize" item to "Customize fringe".
12809 Rename "Indicators" item to "Buffer boundaries" and change help echo.
12810 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12811 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12812 Delete "Empty lines only" item.
12813 (menu-bar-showhide-fringe-ind-customize): New function.
12814 (menu-bar-showhide-fringe-ind-mixed)
12815 (menu-bar-showhide-fringe-ind-box)
12816 (menu-bar-showhide-fringe-ind-right)
12817 (menu-bar-showhide-fringe-ind-left)
12818 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12819 instead of `fringe-indicators'.
12820
12821 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12822
12823 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12824 Change the date of last update.
12825
12826 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12827
12828 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12829 (viper-exec-yank, viper-put-back): Don't display modification msg
12830 if in the minibuffer.
12831
12832 * viper-init.el (viper-replace-overlay-cursor-color)
12833 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12834 Make variables frame local.
12835
12836 * viper-util.el (viper-append-filter-alist): Use append instead of
12837 nconc.
12838
12839 * viper.el (viper-vi-state-mode-list)
12840 (viper-emacs-state-mode-list): Move help-mode and
12841 completion-list-mode from the first list to the second.
12842 (viper-mode): Docstring.
12843 (viper-go-away, viper-non-hook-settings): Don't localize
12844 minor-mode-alist in newer Emacsen. Add advice to
12845 set-cursor-color. Don't bind "\C-c\\".
12846
12847 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
12848
12849 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12850 (scheme-macro-expand-command): New user options.
12851 (scheme-trace-procedure, scheme-expand-current-form): New commands.
12852 (scheme-form-at-point, scheme-start-file)
12853 (scheme-interactively-start-process): New functions.
12854 (scheme-get-process): New function, extracted from `scheme-proc'.
12855 (run-scheme): Call `scheme-start-file' to get start file, and pass
12856 it to `make-comint'.
12857 (switch-to-scheme, scheme-proc):
12858 Call `scheme-interactively-start-process' if no Scheme buffer/process
12859 is available.
12860
12861 2005-08-06 Juri Linkov <juri@jurta.org>
12862
12863 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12864 Use `compilation-text-face', `compilation-info-text-face' and
12865 `compilation-error-text-face' instead of `font-lock-keyword-face'.
12866 (compilation-error): New face.
12867 (compilation-error-file-name): Inherit from
12868 `compilation-error' instead of `font-lock-warning-face'.
12869 (compilation-warning-file-name): Inherit from
12870 `compilation-warning' instead of `font-lock-warning-face'.
12871 (compilation-info, compilation-error-file-name)
12872 (compilation-warning-file-name, compilation-info-file-name)
12873 (compilation-line-number, compilation-column-number): Doc fix.
12874 (compilation-error-text-face, compilation-warning-text-face)
12875 (compilation-info-text-face): New face variables.
12876 (compilation-line-face, compilation-column-face)
12877 (compilation-enter-directory-face)
12878 (compilation-leave-directory-face): Doc fix.
12879 (compilation-text-face): New function.
12880
12881 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12882 instead of 1 to display binary file names as info file links.
12883 (grep-error-face): Use `compilation-error-face' instead of
12884 `font-lock-keyword-face'.
12885 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12886 and `compilation-warning-text-face' instead of
12887 `font-lock-keyword-face'. Use `compilation-error-text-face'
12888 instead of `grep-error-face'.
12889
12890 2005-08-05 Kenichi Handa <handa@m17n.org>
12891
12892 * international/code-pages.el: Add autoload cookies for all coding
12893 systems.
12894
12895 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
12896
12897 * cus-start.el (all): Put undo.c where it alphabetically belongs.
12898
12899 2005-08-04 Juri Linkov <juri@jurta.org>
12900
12901 * progmodes/compile.el (compilation-mode-map):
12902 * progmodes/grep.el (grep-mode-map):
12903 Bind TAB to `compilation-next-error' and [backtab] to
12904 `compilation-previous-error'.
12905
12906 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12907 matching line numbers, column numbers and their ranges with regexp
12908 matching only line numbers.
12909 (grep-context-face): New face variable.
12910 (grep-mode-font-lock-keywords): Use it.
12911
12912 * faces.el (read-face-name): Delete duplicate faces.
12913
12914 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
12915
12916 * thumbs.el (thumbs-find-image): Don't make variables
12917 automatically buffer local.
12918 (thumbs-current-tmp-filename, thumbs-current-image-filename)
12919 (thumbs-image-num): Make automatically buffer local.
12920 (thumbs-show-thumbs-list): Use `make-local-variable', not
12921 `make-variable-buffer-local'.
12922 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12923
12924 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12925 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12926 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12927 (bother, bye, canyou, chatlst, continue, deathlst, describe)
12928 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12929 (feelings-about, foullst, found, hello, history, howareyoulst)
12930 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12931 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12932 (neglst, obj, object, owner, please, problems, qlist)
12933 (random-adjective, relation, remlst, repetitive-shortness)
12934 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12935 (shortlst, something, sportslst, stallmanlst, states, subj)
12936 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12937 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12938 Defvar at compile time.
12939
12940 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12941 not `make-variable-buffer-local'.
12942
12943 2005-08-02 Kim F. Storm <storm@cua.dk>
12944
12945 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12946 rectangle overlay in selected window.
12947
12948 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
12949
12950 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12951 instead of display group. Make `indicate-buffer-boundaries'
12952 customizable through Custom.
12953
12954 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
12955
12956 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12957 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12958 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12959 (gdb-put-string): Fix typos in docstrings.
12960
12961 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
12962
12963 Update copyright notices of files in progmodes directory for
12964 release of Emacs 22.1.
12965
12966 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12967
12968 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12969 Don't barf if the GUD buffer has been killed.
12970
12971 2005-08-01 Kim F. Storm <storm@cua.dk>
12972
12973 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12974
12975 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
12976
12977 * simple.el (next-error-follow-minor-mode):
12978 make-variable-buffer-local -> make-local-variable.
12979
12980 * emacs-lisp/cl-extra.el: Require CL also when compiling.
12981
12982 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12983 (byte-compile-form-make-variable-buffer-local): New functions to warn
12984 about misuses of make-variable-buffer-local where make-local-variable
12985 was meant.
12986
12987 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
12988
12989 * bs.el (bs-attributes-list): Doc fix.
12990 (bs): Update url-link.
12991
12992 * desktop.el (desktop-save-buffer): Fix typos in docstring.
12993 (desktop-load-default): Simplify.
12994
12995 * ibuffer.el (ibuffer-columnize-and-insert-list)
12996 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12997 (ibuffer-unmark-all, ibuffer-toggle-marks)
12998 (ibuffer-unmark-forward, ibuffer-unmark-backward)
12999 (ibuffer-compile-make-format-form, ibuffer-format-column)
13000 (ibuffer-current-buffers-with-marks)
13001 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
13002 (ibuffer): Doc fix.
13003 (ibuffer-mode): Fix typo in docstring.
13004 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
13005 with `define-obsolete-variable-alias'.
13006 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
13007
13008 2005-07-29 Kenichi Handa <handa@m17n.org>
13009
13010 * international/mule-cmds.el (select-message-coding-system):
13011 Be sure to use LF for end-of-line. If no coding system is decided,
13012 return iso-8859-1-unix.
13013
13014 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
13015
13016 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
13017 (ange-ftp-pending-error-line): New vars.
13018 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
13019 to handle the non-fatal no-route-to-host messages.
13020 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
13021
13022 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
13023
13024 * isearch.el (isearch-mode-map, isearch-other-meta-char)
13025 (isearch-quote-char, isearch-printing-char)
13026 (isearch-text-char-description): "?\ " -> "?\s".
13027 (isearch-lazy-highlight-cleanup)
13028 (isearch-lazy-highlight-initial-delay)
13029 (isearch-lazy-highlight-interval)
13030 (isearch-lazy-highlight-max-at-a-time)
13031 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
13032 Declare with define-obsolete-*-alias macros.
13033 (isearch-forward): Fix typo in docstring.
13034 (search-invisible, search-ring-yank-pointer)
13035 (regexp-search-ring-yank-pointer): Doc fixes.
13036
13037 * recentf.el (recentf-menu-append-commands-p): Declare with
13038 `define-obsolete-variable-alias'.
13039 (recentf-max-saved-items, recentf-menu-filter)
13040 (recentf-arrange-by-rule-subfilter): Doc fixes.
13041 (recentf-menu-append-commands-flag)
13042 (recentf-initialize-file-name-history, recentf-expand-file-name)
13043 (recentf-clear-data): Fix typos in docstrings.
13044
13045 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
13046
13047 * progmodes/gdb-ui.el: Smarten comments.
13048 (gdb-info-breakpoints-custom): Use nowarn when finding file.
13049
13050 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13051
13052 * term/apollo.el (terminal-init-apollo): New function containing
13053 all former top level forms in the file.
13054 * term/bobcat.el (terminal-init-bobcat):
13055 * term/cygwin.el (terminal-init-cygwin):
13056 * term/iris-ansi.el (terminal-init-iris-ansi):
13057 * term/linux.el (terminal-init-linux):
13058 * term/news.el (terminal-init-news):
13059 * term/rxvt.el (terminal-init-rxvt):
13060 * term/sun.el (terminal-init-sun):
13061 * term/tvi970.el (terminal-init-tvi970):
13062 * term/vt100.el (terminal-init-vt100):
13063 * term/vt102.el (terminal-init-vt102):
13064 * term/vt125.el (terminal-init-vt125):
13065 * term/vt200.el (terminal-init-vt200):
13066 * term/vt201.el (terminal-init-vt201):
13067 * term/vt220.el (terminal-init-vt220):
13068 * term/vt240.el (terminal-init-vt240):
13069 * term/vt300.el (terminal-init-vt300):
13070 * term/vt320.el (terminal-init-vt320):
13071 * term/vt400.el (terminal-init-vt400):
13072 * term/vt420.el (terminal-init-vt420):
13073 * term/wyse50.el (terminal-init-wyse50):
13074 * term/xterm.el (terminal-init-xterm): Likewise.
13075
13076 * term/README: Describe the terminal-init-* functionality.
13077
13078 * startup.el (command-line): After loading the terminal initialization
13079 file call the corresponding terminal initialization function.
13080
13081 2005-07-27 Kenichi Handa <handa@m17n.org>
13082
13083 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
13084 negative.
13085
13086 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
13087 (ps-mule-composition-prologue): Fix for the case that
13088 RelativeCompose is false.
13089
13090 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13091
13092 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
13093
13094 * descr-text.el (describe-char): Handle the case where the list of
13095 chars is displayed in a separate frame.
13096 Be a bit more discriminating when looking for the char.
13097
13098 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
13099
13100 * bookmark.el (bookmark-automatically-show-annotations)
13101 (bookmark-read-annotation-text-func): Doc fixes.
13102 (bookmark-save): Improve argument/docstring consistency.
13103 (bookmark-get-bookmark, bookmark-get-bookmark-record)
13104 (bookmark-alist-from-buffer)
13105 (bookmark-upgrade-file-format-from-0)
13106 (bookmark-grok-file-format-version)
13107 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
13108 (bookmark-read-annotation-mode)
13109 (bookmark-insert-current-bookmark, bookmark-jump)
13110 (bookmark-exit-hook): Fix typos in docstrings.
13111 (bookmark-exit-hooks): Define as obsolete alias.
13112 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
13113 not `bookmark-exit-hooks'. Fix docstring.
13114 (bookmark-bmenu-select): "?\ " -> "?\s".
13115
13116 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
13117
13118 * startup.el (command-line): Fix typo.
13119
13120 2005-07-24 Richard M. Stallman <rms@gnu.org>
13121
13122 * tooltip.el (tooltip-mode): Test emacs-basic-display,
13123 not emacs-quick-startup.
13124
13125 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
13126
13127 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13128 (reb-next-match, reb-show-subexp): Use `with-selected-window'
13129 instead of `reb-with-current-window'.
13130 (reb-prev-match): Likewise. Also, don't move left if the search
13131 was unsuccessful.
13132 (reb-initialize-buffer): New function.
13133 (re-builder, reb-change-syntax): Use it.
13134
13135 * man.el (Man-goto-page): Make second argument NOERROR optional.
13136
13137 2005-07-23 Richard M. Stallman <rms@gnu.org>
13138
13139 * man.el (Man-bgproc-sentinel): Check here for failure to find
13140 any man page in the output, and report the error here.
13141 (Man-arguments): Make it permanent local.
13142 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
13143 (Man-mode): Pass t for NOERROR.
13144
13145 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
13146 (grep-mode-font-lock-keywords):
13147 Don't use compilation-...-face for messages that are not file names.
13148
13149 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13150 Don't use compilation-...-face for messages that are not file names.
13151
13152 2005-07-22 Juri Linkov <juri@jurta.org>
13153
13154 * startup.el (normal-splash-screen): Update menu name.
13155
13156 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13157
13158 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13159
13160 * term/xterm.el: Load term/rxvt if the terminal is actually an
13161 rxvt terminal.
13162 (xterm-rxvt-set-background-mode): Remove, not used anymore.
13163
13164 * term/rxvt.el (function-key-map): Use substitute-key-definition
13165 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
13166
13167 * term/cygwin.el: New file.
13168
13169 2005-07-22 Kim F. Storm <storm@cua.dk>
13170
13171 * image-file.el (insert-image-file, image-file-yank-handler):
13172 Fix last change to maintain a (unique) yank-handler on yanked images.
13173
13174 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
13175
13176 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13177 of the file size (as in "177B" for 177 bytes). This happens with
13178 "ls -lh" on FreeBSD.
13179
13180 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
13181
13182 * hilit-chg.el (highlight-changes-global-initial-state)
13183 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13184 (hilit-chg-fixup, highlight-changes-mode):
13185 Fix typos in docstrings.
13186 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13187 Doc fixes.
13188
13189 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13190
13191 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13192 mode function using `eval-after-load'.
13193
13194 2005-07-21 Kim F. Storm <storm@cua.dk>
13195
13196 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13197 included when reporting an emacs crash, and tell about the DEBUG file.
13198
13199 * image-file.el (insert-image-file): Add yank-handler.
13200 (image-file-yank-handler): Yank handler to make unique copies of
13201 images when they are yanked into a buffer next to each other.
13202
13203 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13204
13205 * comint.el (comint-use-prompt-regexp, comint-send-input)
13206 (comint-source-default, comint-extract-string)
13207 (comint-get-source, comint-word, comint-completion)
13208 (comint-source, comint-prompt-read-only, comint-update-fence):
13209 Fix typos in docstrings.
13210 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13211 Declare with define-obsolete-*-alias macros.
13212 (comint-previous-matching-input-from-input)
13213 (comint-next-matching-input-from-input)
13214 (comint-previous-matching-input, comint-next-matching-input)
13215 (comint-forward-matching-input):
13216 Improve argument/docstring consistency.
13217
13218 * desktop.el (desktop-clear-preserve-buffers-regexp):
13219 Also preserve the *server* buffer.
13220
13221 * simple.el (clone-indirect-buffer): Doc fix.
13222 (fixup-whitespace, just-one-space)
13223 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13224 (next-error, next-error-highlight)
13225 (next-error-highlight-no-select, next-error-last-buffer)
13226 (next-error-buffer-p, next-error-find-buffer, next-error)
13227 (previous-error, next-error-no-select, previous-error-no-select)
13228 (open-line, split-line, minibuffer-prompt-width, kill-new)
13229 (binary-overwrite-mode): Fix typos in docstrings.
13230 (set-fill-column): Fix typo in message.
13231
13232 * skeleton.el (skeleton-proxy-new): Doc fix.
13233
13234 * strokes.el (strokes-load-hook): Doc fix.
13235 (strokes-grid-resolution, strokes-get-grid-position)
13236 (strokes-renormalize-to-grid, strokes-read-stroke)
13237 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13238 (strokes-global-map): Fix typos in docstrings.
13239 (strokes-help): Doc fix. Fix help message and pass it through
13240 `substitute-command-keys'.
13241
13242 * tempo.el (tempo-insert-prompt, tempo-interactive)
13243 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13244 (tempo-insert-string-functions, tempo-local-tags)
13245 (tempo-define-template, tempo-insert-template)
13246 (tempo-insert-prompt-compat, tempo-is-user-element)
13247 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13248 Fix typos in docstrings.
13249
13250 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13251 (vcursor-key-bindings, vcursor-use-vcursor-map)
13252 (vcursor-find-window, vcursor-scroll-down)
13253 (vcursor-disable, vcursor-beginning-of-buffer)
13254 (vcursor-end-of-buffer): Fix typos in docstrings.
13255 (vcursor-relative-move, vcursor-get-char-count):
13256 Improve argument/docstring consistency.
13257
13258 * version.el: "?\ " -> "?\s".
13259
13260 * wid-edit.el (widget-default-create, widget-after-change)
13261 (widget-default-format-handler, widget-checklist-add-item)
13262 (widget-radio-add-item, widget-choose, widget-specify-secret)
13263 (widget-field-value-create, widget-field-value-get)
13264 (widget-editable-list-format-handler)
13265 (widget-editable-list-entry-create, widget-group-value-create)
13266 (widget-documentation-link-add)
13267 (widget-documentation-string-value-create): "?\ " -> "?\s".
13268 (widget-convert-text): Doc fix.
13269 (widget-narrow-to-field, widget-field-find)
13270 (widget-url-link-action, widget-emacs-library-link-action)
13271 (widget-color-notify): Fix typos in docstrings.
13272
13273 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13274 (x-select-text, set-w32-system-coding-system)
13275 (w32-add-charset-info): Fix typos in docstrings.
13276
13277 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13278 (cua-enable-cua-keys, cua-use-hyper-key)
13279 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13280 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13281
13282 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13283
13284 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13285 `defalias' instead of faking it.
13286
13287 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13288 (eshell-ls-missing, eshell-ls-dired-initial-args)
13289 (eshell-ls-use-in-dired): Fix typos in docstrings.
13290
13291 2005-07-20 Kim F. Storm <storm@cua.dk>
13292
13293 * emulation/cua-base.el (cua-mode): Improve doc string.
13294
13295 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13296
13297 * abbrev.el (expand-region-abbrevs): Doc fix.
13298 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13299 Improve argument/docstring consistency.
13300
13301 * arc-mode.el (archive-get-descr, archive-alternate-display):
13302 Doc fixes.
13303 (archive-l-e): Improve argument/docstring consistency.
13304 (archive-tmpdir, archive-unixdate, archive-unixtime)
13305 (archive-chmod-entry): Fix typos in docstrings.
13306 (archive-unflag, archive-unflag-backwards)
13307 (archive-unmark-all-files): "?\ " -> "?\s".
13308
13309 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13310 (Buffer-menu-not-modified, Buffer-menu-execute)
13311 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13312 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13313
13314 * composite.el (compose-string, encode-composition-rule)
13315 (compose-last-chars): Fix typos in docstrings.
13316
13317 * desktop.el (desktop-enable, desktop-basefilename):
13318 Declare with `define-obsolete-variable-alias'.
13319 (desktop-internal-v2s): Don't quote keywords.
13320 (desktop-clear): "?\ " -> "?\s".
13321
13322 * dired.el (dired-align-file, dired-flag-backup-files)
13323 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13324 (dired-listing-switches, dired-ls-F-marks-symlinks)
13325 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13326 (dired-directory, dired-faces, dired, dired-revert)
13327 (dired-mode, dired-summary, dired-view-file)
13328 (dired-copy-filename-as-kill, dired-delete-file)
13329 (dired-no-confirm, dired-unmark-all-marks)
13330 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13331 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13332 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13333 Fix typos in message strings.
13334
13335 * dired-x.el (virtual-dired): Declare with `defalias'.
13336 (dired-mark-unmarked-files, dired-local-variables-file)
13337 (dired-omit-here-always): Doc fix.
13338 (dired-omit-mode, dired-find-subdir)
13339 (dired-enable-local-variables, dired-clean-up-buffers-too)
13340 (dired-extra-startup, dired-mark-extension, dired-jump)
13341 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13342 (dired-smart-shell-command, dired-guess-shell-alist-user)
13343 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13344 (dired-x-bind-find-file, dired-x-submit-report):
13345 Fix typos in docstrings.
13346 (dired-mark-unmarked-files): "?\ " -> "?\s".
13347
13348 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13349
13350 * faces.el (describe-face): "?\ " -> "?\s".
13351 (read-all-face-attributes, read-face-font, modify-face)
13352 (face-attr-construct, italic): Fix typos in docstrings.
13353 (frame-update-face-colors): Declare with
13354 `define-obsolete-function-alias'.
13355
13356 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13357 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13358 (magic-mode-alist, buffer-file-numbers-unique)
13359 (write-file-functions, get-free-disk-space):
13360 Fix typos in docstrings.
13361 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13362 (write-contents-hooks, write-file-hooks):
13363 Declare with `define-obsolete-variable-alias'.
13364
13365 * forms-d2.el (arch-rj): Fix typo in docstrings.
13366 (arch-tocol): Likewise. "?\ " -> "?\s".
13367
13368 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13369 Fix typo in docstring.
13370 (set-screen-width, set-screen-height): Delete redundant info in
13371 doctrings.
13372 (new-frame, screen-height, screen-width): Declare with
13373 `define-obsolete-function-alias'.
13374 (delete-frame-hook, blink-cursor): Declare with
13375 `define-obsolete-variable-alias'.
13376
13377 * paths.el (prune-directory-list): Fix typos in docstring.
13378
13379 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13380 (cvs-prefix-get): Fix typos in docstrings.
13381
13382 * ps-print.el (ps-extend-face-list, ps-extend-face)
13383 (ps-print-background-image): Fix typos in docstrings.
13384 (ps-default-fg, ps-default-bg): Doc fixes.
13385
13386 * s-region.el (s-region-bind): Doc fix.
13387 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13388
13389 * textmodes/org.el (org-table-formula-substitute-names)
13390 (org-table-get-vertical-vector): Doc fixes.
13391 (org-table-recalculate): Remove unused argument to `message'.
13392
13393 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13394
13395 * textmodes/org.el (org-table-column-names)
13396 (org-table-column-name-regexp)
13397 (org-table-named-field-locations): New variables.
13398 (org-archive-subtree): Protect `this-command' when calling
13399 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13400 the kill buffer.
13401 (org-complete): Remove fixed-formula completion.
13402 (org-edit-formulas-map): New variable.
13403 (org-table-edit-formulas): New command.
13404 (org-finish-edit-formulas, org-abort-edit-formulas)
13405 (org-show-variable, org-table-get-vertical-vector): New functions.
13406 (org-table-maybe-eval-formula): Handle `:=' fields.
13407 (org-table-get-stored-formulas, org-table-store-formulas)
13408 (org-table-get-formula, org-table-modify-formulas)
13409 (org-table-replace-in-formulas): Handle named field formulas.
13410 (org-table-get-specials): Store locations of named fields.
13411
13412 2005-07-19 Juri Linkov <juri@jurta.org>
13413
13414 * progmodes/grep.el (grep-regexp-alist)
13415 (grep-mode-font-lock-keywords, grep-process-setup):
13416 Use default GNU grep match color "01;31m" instead of "01;41m".
13417 (grep-regexp-alist, grep-mode-font-lock-keywords):
13418 Use `\\[[0-9]*m' instead of `\\[00m'.
13419 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13420 sgr_start where its handling is more important. Use the real
13421 length of sgr_start instead of constant 8.
13422 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13423 specially. Delete all remaining escape sequences.
13424 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13425 (grep-regexp-alist): Make hyperlink only for binary file name
13426 instead of the whole line.
13427 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13428 (grep-mode): Add autoload.
13429
13430 * emacs-lisp/find-func.el (find-function-regexp):
13431 Add `define-compilation-mode'.
13432
13433 2005-07-19 Juri Linkov <juri@jurta.org>
13434
13435 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13436 (compare-windows-sync-string-size, compare-windows-recenter)
13437 (compare-windows-highlight, compare-windows): Add version 22.1.
13438 (compare-windows) <defface>: Inherit from lazy-highlight instead
13439 of duplicating its default value.
13440
13441 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13442 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13443
13444 * descr-text.el (describe-char): Create link buttons for `charset'
13445 and `code point'. Add the current input method name with a link
13446 button to `to input' field. Print face names of display table
13447 characters in `The display table entry is displayed by' section
13448 instead of printing face-id in the `display' field.
13449 Guess hardcoded faces and create a link button for them.
13450 Skip empty fields when calculating max-width.
13451 Treat `widget-create' specially while inserting strings from the
13452 collected field list.
13453 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13454
13455 * diff-mode.el (diff-file-header): Change foreground color from
13456 yellow to green on light backgrounds.
13457 (diff-context): Inherit from `shadow' only for color/grayscale
13458 with more than 88 colors.
13459 (diff-indicator-removed, diff-indicator-added)
13460 (diff-indicator-changed): New faces.
13461 (diff-font-lock-keywords): Use new faces. Regroup rules.
13462 Add "^---$" for `normal' diff format. Fontify `#' lines with
13463 font-lock-comment-delimiter-face and font-lock-comment-face.
13464 Add `#' to ^[^...] in the rule for `diff-context-face'.
13465
13466 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13467 a button-like box. Inherit from `highlight' on low colors.
13468 (shadow): Use shades of gray only for color/grayscale with
13469 more than 88 colors. Use green for light backgrounds with
13470 8 colors, and yellow for dark backgrounds with 8 colors.
13471
13472 * font-lock.el (font-lock-regexp-grouping-backslash):
13473 Don't inherit from escape-glyph (use bold for all cases).
13474
13475 * info.el (info-xref-visited): Use light foreground color `violet'
13476 for dark backgrounds instead of dark color `magenta3'.
13477 (info-title-1): Use `yellow' color for dark backgrounds.
13478
13479 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13480 too-light magenta2.
13481
13482 * replace.el (match): Use slightly more light RoyalBlue3 instead
13483 of dark RoyalBlue4.
13484
13485 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13486
13487 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13488
13489 * novice.el (disabled-command-hook): Declare it with
13490 `define-obsolete-variable-alias'.
13491
13492 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13493 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13494 (desktop-load-default): Add release to obsolescence info.
13495 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13496 (desktop-append-buffer-args, desktop-read):
13497 Fix typos in docstrings.
13498 (desktop-kill): Fix typo in message.
13499 (desktop-save): Doc fix.
13500
13501 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13502
13503 * viper-cmd.el (viper-escape-to-state): Bug fix.
13504 (viper-envelop-ESC-key): Change the definition of fast
13505 keysequence so it'll work with keyboard macros.
13506
13507 * ediff.el (ediff-patch-buffer): Change the docstring.
13508
13509 2005-07-19 Kenichi Handa <handa@m17n.org>
13510
13511 * international/mule-cmds.el (select-safe-coding-system): Try to
13512 use an auto-coding (if any) before anything else. If the found
13513 auto-coding is invalid, show a warning message.
13514
13515 * international/mule.el (find-auto-coding): New function created
13516 by modifying the body of set-auto-coding.
13517 (set-auto-coding): Use find-auto-coding to find a coding.
13518
13519 2005-07-18 Richard M. Stallman <rms@gnu.org>
13520
13521 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13522 not isearch-mode-end-hook-error.
13523 (allout-before-change-protect): Fix error message.
13524
13525 2005-07-18 Juri Linkov <juri@jurta.org>
13526
13527 * allout.el (allout-mode):
13528 * calculator.el (calculator-copy):
13529 * custom.el (custom-known-themes):
13530 * dired.el (dired-desktop-buffer-misc-data)
13531 (dired-restore-desktop-buffer):
13532 * dired-x.el (dired-omit-marker-char):
13533 * files.el (basic-save-buffer):
13534 * font-core.el (font-lock-mode):
13535 * calendar/calendar.el (calendar-goto-hebrew-date)
13536 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13537 (calendar-goto-persian-date):
13538 * language/ethio-util.el (ethio-sera-to-fidel-region):
13539 * textmodes/picture.el (picture-mode):
13540 Delete duplicate duplicate words.
13541
13542 2005-07-18 Juri Linkov <juri@jurta.org>
13543
13544 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13545 chars * ? } |.
13546 (isearch-fallback): Don't call `isearch-process-search-char'.
13547 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13548 (isearch-process-search-char): Call `isearch-fallback' for regexp
13549 chars * ? } |.
13550 (isearch-return-char): Make obsolete with `make-obsolete' instead
13551 of simply documenting it as obsolete in the docstring.
13552 (isearch-fallback): Refill docstring.
13553
13554 * international/isearch-x.el
13555 (isearch-process-search-multibyte-characters): Remove unneeded
13556 `concat'. Add intermediate values to `junk-hist' instead of
13557 `minibuffer-history'. Test the length of `str'.
13558
13559 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13560
13561 * allout.el (allout-resolve-xref): Fix typos in error strings.
13562 (allout-before-change-protect): Remove unneeded `concat'.
13563
13564 * array.el (array-mode, array-reconfigure-rows)
13565 (untabify-backward): Fix typos in docstrings.
13566 (array-reconfigure-rows): Use `insert-buffer-substring', not
13567 `insert-buffer'.
13568
13569 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13570 * progmodes/ada-mode.el (ada-make-body):
13571 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13572
13573 * dired.el (dired-log):
13574 * tar-mode.el (tar-subfile-save-buffer):
13575 * play/zone.el (zone-pgm-stress-destress):
13576 Use `insert-buffer-substring', not `insert-buffer'.
13577
13578 2005-07-17 Simon Josefsson <jas@extundo.com>
13579
13580 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13581
13582 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13583
13584 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13585 Add plain auth method.
13586 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13587
13588 2005-07-17 Kim F. Storm <storm@cua.dk>
13589
13590 * ido.el (dired-other-window): Add ido property.
13591
13592 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13593
13594 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13595 Fix typo in docstring.
13596 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13597 `insert-file-literally'.
13598
13599 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13600 info and delete redundant message. Doc fix.
13601 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13602 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13603
13604 2005-07-16 Richard M. Stallman <rms@gnu.org>
13605
13606 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13607 (byte-compile-and): Use byte-compile-and-recursion.
13608 (byte-compile-or-recursion): New function.
13609 (byte-compile-or): Use that.
13610 (byte-compile-if): Guard the else-clause too.
13611 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13612
13613 * isearch.el (isearch-mode-end-hook-quit): New variable.
13614 (isearch-done): Bind it.
13615 (isearch-mode-end-hook): Doc fix.
13616
13617 * allout.el (allout-isearch-did-quit): Variable deleted.
13618 (allout-real-isearch-abort): Function name no longer used.
13619 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13620 (allout-isearch-rectification): isearch-mode always exists.
13621 Don't set allout-isearch-did-quit.
13622 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13623 allout-isearch-did-quit.
13624 (allout-enwrap-isearch): Just add the hook.
13625 (allout-isearch-abort): Function deleted.
13626 (allout-pre-command-business): Avoid warning.
13627
13628 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13629 Correctly avoid warnings.
13630 (pascal-outline): Likewise.
13631
13632 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13633
13634 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13635
13636 * play/tetris.el (tetris-mode): Avoid warning.
13637
13638 * play/snake.el (snake-mode): Avoid warning.
13639
13640 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13641 (gamegrid-set-display-table): Avoid warning.
13642 (gamegrid-set-timer): Likewise.
13643 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13644 (gamegrid-add-score-with-update-game-score-1): Take FILE
13645 as argument.
13646 (gamegrid-add-score-with-update-game-score): Pass that argument.
13647 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13648
13649 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13650
13651 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13652 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13653
13654 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13655 and insert-file.
13656
13657 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13658 (sc-ask): Avoid warnings.
13659
13660 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13661 (eshell-hist-initialize): Use that var the natural way.
13662
13663 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13664
13665 * emacs-lisp/re-builder.el (reb-cook-regexp):
13666 Avoid warning calling lre-compile-string.
13667 (reb-color-display-p): Avoid warning.
13668
13669 * calculator.el (calculator-last-input): Guard uses
13670 of event-key and key-press-event-p.
13671 (event-key, key-press-event-p): Delete definitions.
13672
13673 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13674 (find-gc-source-directory, find-gc-subrs-callers)
13675 (find-gc-noreturn-list, find-gc-source-files)
13676 (find-gc-subrs-called): Vars renamed and defvar'd.
13677
13678 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13679 (checkdoc-overlay-put, checkdoc-delete-overlay)
13680 (checkdoc-overlay-start, checkdoc-overlay-end)
13681 (checkdoc-mode-line-update, checkdoc-char=):
13682 Define such that compiler knows they are defined.
13683 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13684 (checkdoc-read-event): Delete. Use read-event directly.
13685
13686 * whitespace.el (whitespace-make-overlay)
13687 (whitespace-overlay-put, whitespace-delete-overlay)
13688 (whitespace-overlay-start, whitespace-overlay-end):
13689 Define such that compiler knows they are defined.
13690 (whitespace): Move conditional inside.
13691
13692 * tempo.el (tempo-insert-template): Suppress warning.
13693
13694 * ediff-diff.el (longlines-mode): Add defvar.
13695
13696 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13697
13698 * server.el: Bind "C-x #" in a way that works even if C-x is
13699 redefined to a command key, not a prefix key.
13700
13701 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13702
13703 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13704 cl-make-type-test till execution time.
13705
13706 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13707
13708 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13709 arg ARG and use it.
13710
13711 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13712
13713 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13714
13715 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13716
13717 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13718 a defcustom with two :set or :type keywords.
13719
13720 2005-07-15 Richard M. Stallman <rms@gnu.org>
13721
13722 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13723 Don't give ^M comment-end syntax.
13724
13725 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13726
13727 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13728 Don't consider gdbmi (gdb-mi.el has its own update functions).
13729 (gdb-var-delete): Make it work for gdbmi as well.
13730 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13731
13732 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13733 (gud-speedbar-menu-items): Correct logic for enabling items.
13734
13735 2005-07-15 Kim F. Storm <storm@cua.dk>
13736
13737 * ido.el: Fix commentary.
13738 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13739 Use with-no-warnings around ffap-guesser.
13740 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13741 Let bind minibuffer-completing-file-name to t.
13742
13743 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13744
13745 * startup.el (site-run-file, keyboard-type): Doc fixes.
13746 (command-line): Check for "--basic-display" argument; also for
13747 "--quick", not "--bare-bones" (which was renamed).
13748 (fancy-splash-text): Add missing item "Getting New Versions".
13749 (normal-splash-screen): Fix typos and improve consistency with
13750 `fancy-splash-text'. Update copyright year.
13751
13752 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13753 valid binding for `help-char'.
13754
13755 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13756
13757 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13758
13759 * term.el (term-mode): Disable cua-mode for term buffers.
13760
13761 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13762
13763 * add-log.el (add-log-mailing-address, change-log-merge):
13764 Doc fixes.
13765 (change-log-get-method-definition): Fix typo in docstring.
13766
13767 2005-07-14 Kim F. Storm <storm@cua.dk>
13768
13769 * emulation/cua-base.el:
13770 (cua--pre-command-handler-1, cua--pre-command-handler)
13771 (cua--post-command-handler-1, cua--post-command-handler):
13772 Split in two. Check (buffer local) value of cua-mode.
13773 (cua-selection-mode): New command.
13774
13775 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13776
13777 * custom.el (custom-initialize-safe-set)
13778 (custom-initialize-safe-default): Doc fixes.
13779
13780 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13781 and simplify :init-value again.
13782
13783 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13784 and simplify :init-value again. Delete autoload.
13785
13786 * startup.el (command-line): Use `custom-reevaluate-setting' again
13787 for tooltip-mode.
13788
13789 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13790 a defcustom with two :initialize keywords.
13791
13792 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13793
13794 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13795 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13796 (allout-post-command-business, allout-flag-region)
13797 (isearch-reenable-font-lock, allout-yank)
13798 (allout-insert-latex-header, allout-insert-latex-trailer)
13799 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13800 (allout-latex-verb-quote): Fix typos in docstrings.
13801 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13802 (allout-unprotected, allout-prefix-data):
13803 Improve argument/docstring consistency.
13804 (allout-chart-subtree): Fix argument spec.
13805 (allout-open-topic): Rename `use_sib_bullet' argument to
13806 `use-sib-bullet'. Doc fix.
13807
13808 * whitespace.el (whitespace-check-buffer-leading)
13809 (whitespace-check-buffer-trailing)
13810 (whitespace-check-buffer-indent)
13811 (whitespace-check-buffer-spacetab)
13812 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13813 (whitespace-check-leading-whitespace)
13814 (whitespace-check-trailing-whitespace)
13815 (whitespace-check-spacetab-whitespace)
13816 (whitespace-check-indent-whitespace)
13817 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13818 (whitespace-modes): Fix typos in docstrings.
13819 (defgroup, defcustom): Doc fixes.
13820
13821 * winner.el (winner-mode, winner-boring-buffers)
13822 (winner-pending-undo-ring): Doc fixes.
13823 (winner-ring): Remove unneeded `progn'.
13824 (winner-equal): `defsubst' it.
13825 (winner-redo): Fix message.
13826
13827 2005-07-13 Kim F. Storm <storm@cua.dk>
13828
13829 * simple.el (line-move-1): Always use vertical-motion to
13830 do the last (or only) line move to ensure some movement.
13831 Undo 2005-06-23 change--don't check for overlays.
13832
13833 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13834
13835 * term/mac-win.el (ccl-encode-mac-roman-font)
13836 (ccl-encode-mac-centraleurroman-font)
13837 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13838 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13839 Change charset-id boundary of dimension to ?\xef.
13840 (mac-char-fontspec-list): New constant.
13841 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
13842 argument. Nil uses itself as family in font-spec. Previous
13843 behavior for nil is now provided by non-nil non-string argument.
13844 All callers changed. Add font-specs for Mac fonts to
13845 "fontset-default" unless iso8859-1 fonts are installed.
13846
13847 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13848
13849 * progmodes/sh-script.el (sh-get-indent-info): Only indent
13850 a continuation line if the \ is preceded by SPC or TAB.
13851 (sh-get-indent-info): Simplify.
13852 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13853 Use with-current-buffer.
13854
13855 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13856 when the matched text is empty.
13857
13858 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
13859
13860 * startup.el (command-line): Revert to previous handling of
13861 tooltip-mode. Explain in comment why the complexity is needed.
13862
13863 * tooltip.el (tooltip-mode): Revert to previous implementation of
13864 its defcustom.
13865
13866 * frame.el (blink-cursor-mode): Revert to previous implementation
13867 of its defcustom. Update comment.
13868
13869 2005-07-12 Lars Hansen <larsh@soem.dk>
13870
13871 * desktop.el: Update e-mail address.
13872
13873 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13874
13875 * term/mac-win.el (mac-services-mail-selection)
13876 (mac-services-mail-to): New functions.
13877 (mac-application-menu-map): Bind them.
13878
13879 2005-07-12 wulei <milton@wulei.net> (tiny change)
13880
13881 * progmodes/gdb-ui.el: Add note about buffering with Windows.
13882
13883 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
13884
13885 * custom.el (custom-reevaluate-setting): Doc fix.
13886
13887 2005-07-11 Jay Belanger <belanger@truman.edu>
13888
13889 * calc/calc.el (calc-embedded-announce-formula-alist)
13890 (calc-embedded-open-close-plain-alist)
13891 (calc-embedded-open-close-mode-alist): Add checks for additional
13892 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13893
13894 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
13895
13896 * custom.el (custom-enable-theme): Don't add theme to
13897 `custom-enabled-themes' with `push' because there is no
13898 setf-method for `delq'.
13899
13900 2005-07-11 Richard M. Stallman <rms@gnu.org>
13901
13902 * custom.el (custom-declare-variable): Doc fix.
13903
13904 * dired-aux.el (dired-compare-directories): Remove "." and ".."
13905 from the alists.
13906
13907 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13908 Do nothing if edebug-active.
13909
13910 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13911 (edebug-display): Do it here instead.
13912
13913 2005-07-10 Richard M. Stallman <rms@gnu.org>
13914
13915 * cus-face.el (custom-theme-set-faces): Make it work.
13916 (custom-reset-faces): Doc fix.
13917 (custom-theme-reset-internal-face, custom-theme-face-value):
13918 Functions deleted.
13919
13920 * custom.el (custom-push-theme): Maintain list of the settings
13921 of a given theme in its theme-settings property.
13922 Maintain position of old settings in the theme-value
13923 or theme-face property.
13924 (custom-enabled-themes): New variable.
13925 (custom-theme-enabled-p): New function.
13926 (provide-theme): Update custom-enabled-themes.
13927 Disable and reenable the `user' theme.
13928 (require-theme): Doc fix.
13929 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13930 (custom-theme-value, custom-theme-variable-value): Likewise.
13931 (custom-theme-reset-internal): Likewise.
13932 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13933 (custom-enable-theme, custom-disable-theme): New functions.
13934 (custom-variable-theme-value, custom-face-theme-value): Likewise.
13935 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13936 (custom-theme-reset-variables): Simplify.
13937 (deftheme, custom-declare-theme, custom-make-theme-feature):
13938 Definitions moved.
13939
13940 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
13941
13942 * longlines.el (longlines-show-region)
13943 (longlines-unshow-hard-newlines): Recognize hard newlines by
13944 non-nil hard property, instead of t.
13945
13946 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
13947
13948 * viper-cmd.el (viper--key-maps): New variable.
13949 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13950 emulation-mode-map-alists.
13951 (viper-envelop-ESC-key): Use viper-subseq.
13952 (viper-search-forward/backward/next): Disable debug-on-error.
13953
13954 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13955 (viper-ESC-key): New defcustoms.
13956
13957 * viper-macs.el (ex-map-read-args): Use viper-subseq.
13958
13959 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13960 (viper-subseq): Copy of subseq from cl.el.
13961
13962 * viper.el (viper-go-away, viper-set-hooks): Use
13963 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13964
13965 * viper-mous.el (viper-current-frame-saved): Use defvar.
13966
13967 * viper-init.el: Get rid of -face in face names.
13968
13969 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13970 Make it work with longlines mode
13971
13972 * ediff-mult.el (ediff-meta-mode-hook): New variable.
13973
13974 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13975
13976 * ediff-init.el: Get rid of -face in face names.
13977
13978 2005-07-10 Richard M. Stallman <rms@gnu.org>
13979
13980 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13981 and with-timeout-unsuspend.
13982
13983 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13984 and with-timeout-unsuspend.
13985
13986 * emacs-lisp/timer.el (with-timeout-timers): New variable.
13987 (with-timeout): Bind that variable to record timers.
13988 (with-timeout-suspend, with-timeout-unsuspend): New functions.
13989
13990 * emacs-lisp/debug.el (debug-help-follow): New function.
13991 (debugger-mode-map): Use that instead of help-follow.
13992 (debugger-setup-buffer): Use eval-buffer-list
13993 to handle eval-buffer frames.
13994
13995 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
13996
13997 * timezone.el (timezone-parse-date): Change first regexp
13998 so it will not mistakenly match dates with no time zone.
13999
14000 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
14001
14002 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
14003
14004 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
14005
14006 * custom.el (custom-initialize-safe-set)
14007 (custom-initialize-safe-default): New functions.
14008
14009 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
14010 and simplify :init-value.
14011
14012 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
14013 and simplify :init-value. Delete obsolete comment.
14014
14015 * startup.el (command-line): Use `custom-reevaluate-setting' to
14016 handle `tooltip-mode'. Delete obsolete comment.
14017
14018 * files.el (set-visited-file-name): Avoid calling
14019 `file-name-nondirectory' with a nil argument.
14020
14021 2005-07-09 Richard M. Stallman <rms@gnu.org>
14022
14023 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
14024 was called with nil for the buffer, handle the read position right.
14025 Handle read position for eval-region, too.
14026
14027 2005-07-09 Juri Linkov <juri@jurta.org>
14028
14029 * fringe.el (fringe-mode): Add period in docstring.
14030 (fringe-query-style): Build prompt depending on `all-frames' arg.
14031
14032 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
14033 to not create links to unrelated functions in the Help buffer.
14034
14035 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
14036 Doc fix.
14037
14038 * simple.el (next-error-hook): New variable.
14039 (next-error): Use it. Doc fix.
14040
14041 * textmodes/ispell.el (ispell-command-loop): Add current
14042 dictionary name and program name to mode-line-format.
14043 (ispell-region, ispell-process-line): Add current dictionary name
14044 and program name to messages.
14045
14046 2005-07-08 Jay Belanger <belanger@truman.edu>
14047
14048 * calc/calc.el (calc-embedded-announce-formula-alist)
14049 (calc-embedded-open-close-formula-alist)
14050 (calc-embedded-open-close-word-alist)
14051 (calc-embedded-open-close-plain-alist)
14052 (calc-embedded-open-close-new-formula-alist)
14053 (calc-embedded-open-close-mode-alist)
14054 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
14055 (calc-embedded-mode-hook): New variables.
14056
14057 * calc/calc-embed.el (calc-embedded-firsttime)
14058 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
14059 New variables.
14060 (calc-do-embedded): Use calc-embedded-firsttime,
14061 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
14062 determine whether or not to run hooks.
14063 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
14064 calc-embedded-firsttime-formula appropriately.
14065 Set calc-embedded delimiter variables according to mode.
14066
14067 2005-07-08 Richard M. Stallman <rms@gnu.org>
14068
14069 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
14070 Check for "emacs", etc., as entire symbol, not just as word.
14071 (checkdoc-file-comments-engine): Use regexp-quote on FN.
14072
14073 * files.el (set-visited-file-name): Report the error
14074 for "empty filename" earlier.
14075 (kill-some-buffers): Ignore buffers already dead.
14076
14077 * fringe.el (fringe-mode): Doc fix.
14078
14079 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14080 Check for (featurep 'xemacs) and turn off warnings in what it guards.
14081 Use unwind-protect to ensure byte-compile-unresolved-functions
14082 is updated.
14083
14084 * whitespace.el (whitespace-buffer-leading-cleanup):
14085 Simplify w/ skip-chars-forward.
14086 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
14087
14088 * mail/rmail.el (rmail-only-expunge): Fix paren error.
14089 Unconditionally try to leave point at the same old place.
14090
14091 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
14092
14093 * comint.el (comint-postoutput-scroll-to-bottom)
14094 (comint-show-maximum-output): Take scroll-margin into consideration.
14095
14096 2005-07-08 Kim F. Storm <storm@cua.dk>
14097
14098 * ido.el (ido-use-filename-at-point): New choice `guess'.
14099 (ido-file-internal): Try ffap-guesser if selected.
14100
14101 * ido.el (ido-before-fallback-functions): New hook.
14102 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
14103 (ido-read-file-name): Run it.
14104
14105 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
14106
14107 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
14108 strings rather than a list of symbols to the completion function.
14109
14110 2005-07-07 Jay Belanger <belanger@truman.edu>
14111
14112 * calc/calc-units.el (math-apply-units): Change the places in
14113 which units are simplified.
14114
14115 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
14116
14117 * cus-edit.el (customize-option, customize-option-other-window):
14118 Make them handle aliases.
14119
14120 * custom.el (custom-variable-p): Make it recursively follow
14121 aliases. Mention that in the docstring.
14122
14123 2005-07-07 Richard M. Stallman <rms@gnu.org>
14124
14125 * cus-start.el (exec-path): Use `directory' instead of `file'.
14126 Fix tag for nil.
14127
14128 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14129
14130 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
14131 when called non-interactively. Doc fix.
14132
14133 2005-07-07 Lute Kamstra <lute@gnu.org>
14134
14135 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
14136 new address as well.
14137
14138 2005-07-07 Kenichi Handa <handa@m17n.org>
14139
14140 * international/mule.el (make-coding-system):
14141 Describe `ascii-incompatible' property in the docstring.
14142 (set-file-name-coding-system): Signal an error if coding-system is
14143 ascii-incompatible.
14144 (set-keyboard-coding-system): Likewise.
14145
14146 * international/mule-cmds.el (set-default-coding-systems):
14147 Don't set default-file-name-coding-system and
14148 default-keyboard-coding-system if coding-system is ASCII-incompatible.
14149
14150 * international/utf-16.el: Declare that all UTF-16-based coding
14151 systems are ASCII-incompatible.
14152
14153 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
14154
14155 * progmodes/gud.el: Require font-lock for displaying errors.
14156 Used by gdb-ui.el.
14157
14158 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14159
14160 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14161 values for the pattern lists which are `read'able but not
14162 `append'able (like symbols).
14163
14164 2005-07-06 Richard M. Stallman <rms@gnu.org>
14165
14166 * progmodes/flymake.el (flymake-float-time): Instead of
14167 with-no-warnings, test for xemacs.
14168 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14169 to avoid warning.
14170
14171 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
14172
14173 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14174
14175 2005-07-05 Lute Kamstra <lute@gnu.org>
14176
14177 * battery.el: Add support for Darwin (with much debugging help
14178 from Samuel Lauber <sam124@operamail.com>).
14179 (battery-status-function, battery-echo-area-format)
14180 (battery-mode-line-format): Add support for pmset on Darwin.
14181 (battery-load-low, battery-load-critical): New user options.
14182 (battery-pmset): New function.
14183
14184 2005-07-05 Lute Kamstra <lute@gnu.org>
14185
14186 Update FSF's address in GPL notices.
14187
14188 * textmodes/page-ext.el: Update FSF's address.
14189
14190 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14191
14192 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14193 filling from using prefix when filling a single-line docstring.
14194
14195 * progmodes/flymake.el: Remove useless eval-when-compile.
14196
14197 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14198
14199 2005-07-04 Richard M. Stallman <rms@gnu.org>
14200
14201 * textmodes/org.el (org-file-apps-defaults-gnu):
14202 Rename from org-file-apps-defaults-linux.
14203 (org-default-apps): Don't test system-type for `linux'.
14204 (org-file-apps): Doc fix.
14205
14206 2005-07-04 David Ponce <david@dponce.com>
14207
14208 * tree-widget.el: Improve header Commentary section.
14209 (tree-widget) [defgroup]
14210 (tree-widget-image-enable, tree-widget-themes-directory)
14211 (tree-widget-theme, tree-widget-image-properties-emacs)
14212 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14213 (tree-widget-image-formats, tree-widget-control)
14214 (tree-widget-empty-control, tree-widget-leaf-control
14215 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14216 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14217 (tree-widget-keep, tree-widget-after-toggle-functions)
14218 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14219 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14220 :help-echo message.
14221 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14222 (tree-widget-image-properties): Doc fix. Clearer implementation.
14223 (tree-widget--cursors): New constant.
14224 (tree-widget-lookup-image): New function split from
14225 `tree-widget-find-image'. Clearer implementation.
14226 (tree-widget-find-image): Use it.
14227 (tree-widget-button-keymap): Use `set-keymap-parent'.
14228 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14229 Define the sub-widgets here.
14230 (tree-widget-node): Check that :node is not a tree-widget.
14231 (tree-widget-get-super, tree-widget-open-control)
14232 (tree-widget-close-control, tree-widget-empty-control)
14233 (tree-widget-leaf-control, tree-widget-guide)
14234 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14235 (tree-widget-no-handle, tree-widget-value-delete)
14236 (tree-widget-map): Remove.
14237 (tree-widget-children-value-save): Doc fix. Simplified.
14238 (tree-widget-value-create): Update according to previous changes.
14239
14240 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14241
14242 * textmodes/org.el: Leading space replaced by TABS.
14243 (org-recalc-marks, org-table-rotate-recalc-marks)
14244 (org-table-get-specials): Treat "^" and "_" marks.
14245 (org-table-justify-field-maybe): Optional argument NEW.
14246 (org-table-eval-formula): Parsing of the format simplified.
14247 New modes C,I. Honor the %= parameter in the current table.
14248 Avoid unnecessary re-align by using the NEW argument to
14249 `org-table-justify-field-maybe'.
14250 (org-calc-default-modes): Default for date-format mimicks org-mode.
14251 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14252
14253 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14254
14255 * cus-face.el (custom-theme-set-faces): Make it handle face
14256 aliases whose alias declarations are pre- or autoloaded.
14257
14258 2005-07-04 Juri Linkov <juri@jurta.org>
14259
14260 * faces.el (read-face-name): Put the code for getting a face name
14261 from the buffer before adding the faces from the `face' property.
14262 Use `completing-read-multiple' instead of `completing-read'.
14263 Require `crm'. Add default value and post-process the returned
14264 list of faces.
14265
14266 * emacs-lisp/crm.el (crm-find-current-element)
14267 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14268
14269 * emacs-lisp/lisp-mode.el (eval-defun-1):
14270 * emacs-lisp/edebug.el (edebug-eval-defun):
14271 Remove unnecessary quotes.
14272
14273 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14274
14275 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14276 (prolog-indent-level): Fix typo in docstring.
14277
14278 * info.el (Info-history, Info-history-forward)
14279 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14280
14281 * add-log.el (add-change-log-entry):
14282 * comint.el (comint-dynamic-list-input-ring)
14283 (comint-dynamic-list-completions):
14284 * dabbrev.el (dabbrev-expand):
14285 * delim-col.el (delimit-columns-rectangle-line):
14286 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14287 (diff-unified->context):
14288 * ediff-init.el (ediff-abbrev-jobname):
14289 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14290 (ediff-replace-session-activity-marker-in-meta-buffer):
14291 * info.el (Info-summary):
14292 * lpr.el (printify-region):
14293 * printing.el (pr-create-interface):
14294 * ps-print.el (ps-print-quote):
14295 * ses.el (ses-column-widths, ses-print-cell)
14296 (ses-adjust-print-width, ses-center):
14297 * shell.el (shell-file-name-quote-list):
14298 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14299 (strokes-fill-current-buffer-with-whitespace)
14300 (strokes-xpm-for-stroke, strokes-list-strokes)
14301 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14302 * term.el (term-dynamic-list-input-ring)
14303 (term-dynamic-list-completions):
14304 * calc/calc.el (math-format-stack-value):
14305 * emacs-lisp/edebug.el (edebug-display-freq-count):
14306 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14307 (delphi-new-comment-line):
14308 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14309 * progmodes/executable.el (executable-set-magic):
14310 * progmodes/python.el (inferior-python-mode):
14311 * progmodes/scheme.el (scheme-mode-syntax-table):
14312 * progmodes/sh-script.el (sh-maybe-here-document):
14313 * progmodes/sql.el (sql-copy-column):
14314 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14315 * textmodes/bibtex.el (bibtex-mode):
14316 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14317 (sgml-auto-attributes):
14318 * textmodes/table.el (table-insert, table-shorten-cell)
14319 (table--generate-source-scan-lines, table-delete-row)
14320 (*table--cell-delete-char, table--spacify-frame)
14321 (table--horizontally-shift-above-and-below)
14322 (table--cell-insert-char, table--cell-blank-str)
14323 (table--fill-region-strictly):
14324 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14325 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14326
14327 * add-log.el (change-log):
14328 * apropos.el (apropos):
14329 * comint.el (comint-completion, comint-source):
14330 * dabbrev.el (dabbrev):
14331 * delim-col.el (columns):
14332 * diff-mode.el (diff-mode):
14333 * ediff.el (ediff):
14334 * ediff-diff.el (ediff-diff):
14335 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14336 * ediff-mult.el (ediff-mult):
14337 * ediff-ptch.el (ediff-ptch):
14338 * ediff-wind.el (ediff-window):
14339 * facemenu.el (facemenu):
14340 * indent.el (indent):
14341 * info.el (info):
14342 * jka-cmpr-hook.el (compression, jka-compr):
14343 * lpr.el (lpr):
14344 * outline.el (outlines):
14345 * pcmpl-cvs.el (pcmpl-cvs):
14346 * pcmpl-rpm.el (pcmpl-rpm):
14347 * printing.el (printing):
14348 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14349 (ps-print-vertical, ps-print-headers, ps-print-font)
14350 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14351 (ps-print-background, ps-print-printer, ps-print-page)
14352 (ps-print-miscellany):
14353 * ses.el (ses):
14354 * shell.el (shell, shell-directories, shell-faces):
14355 * startup.el (initialization):
14356 * strokes.el (strokes):
14357 * term.el (term):
14358 * uniquify.el (uniquify):
14359 * w32-vars.el (w32):
14360 * calc/calc.el (calc):
14361 * emacs-lisp/bytecomp.el (bytecomp):
14362 * emacs-lisp/cl-indent.el (lisp-indent):
14363 * emacs-lisp/edebug.el (edebug):
14364 * emacs-lisp/elp.el (elp):
14365 * emacs-lisp/testcover.el (testcover):
14366 * emacs-lisp/trace.el (trace):
14367 * emulation/viper-ex.el (viper-ex):
14368 * emulation/viper-mous.el (viper-mouse):
14369 * mail/mailalias.el (mailalias):
14370 * mail/supercite.el (supercite, supercite-frames)
14371 (supercite-attr, supercite-cite, supercite-hooks):
14372 * net/rcompile.el (remote-compile):
14373 * net/rlogin.el (rlogin):
14374 * obsolete/ooutline.el (outlines):
14375 * progmodes/delphi.el (delphi):
14376 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14377 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14378 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14379 (ebnf-optimization):
14380 * progmodes/etags.el (etags):
14381 * progmodes/executable.el (executable):
14382 * progmodes/idlwave.el (idlwave):
14383 * progmodes/pascal.el (pascal):
14384 * progmodes/prolog.el (prolog):
14385 * progmodes/python.el (python):
14386 * progmodes/scheme.el (scheme):
14387 * progmodes/sh-script.el (sh, sh-script):
14388 * progmodes/sql.el (SQL):
14389 * progmodes/tcl.el (tcl):
14390 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14391 * textmodes/enriched.el (enriched):
14392 * textmodes/makeinfo.el (makeinfo):
14393 * textmodes/sgml-mode.el (sgml):
14394 * textmodes/table.el (table-hooks):
14395 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14396 * textmodes/texinfo.el (texinfo):
14397 * textmodes/two-column.el (two-column):
14398 Finish `defgroup' description with period.
14399
14400 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14401 * eshell/esh-var.el (eshell-var):
14402 * progmodes/vhdl-mode.el (vhdl-testbench):
14403 * textmodes/org.el (org): Fix typos in docstrings.
14404
14405 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14406 consistency.
14407
14408 * progmodes/flymake.el (flymake-find-file): Remove.
14409 (flymake-float-time): Use `with-no-warnings'.
14410 (flymake-check-start-time, flymake-check-was-interrupted)
14411 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14412 (flymake-new-err-info): `defvar' at compile time.
14413
14414 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14415
14416 * replace.el (occur-hook): Doc fix.
14417 (occur-1): Don't call `occur-hook' if there are no matches.
14418
14419 2005-07-03 Richard M. Stallman <rms@gnu.org>
14420
14421 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14422 global-map, save the same map.
14423 (global-map): Don't alter it at top level.
14424 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14425 Then alter it here instead.
14426 (tpu-edt-off): Set global-map to the saved one.
14427
14428 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14429 All references simplified.
14430 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14431 (zmacs-regions): Add defvar.
14432 (repeat-complex-command-map): Everything about that deleted.
14433
14434 * textmodes/artist.el (artist-key-is-drawing)
14435 (artist-key-endpoint1, artist-key-poly-point-list)
14436 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14437 (artist-key-compl-table, artist-rb-save-data)
14438 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14439 Don't put them in eval-when-compile.
14440 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14441
14442 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14443 Use with-no-warnings.
14444
14445 * net/browse-url.el (dos-windows-version): Add defvar.
14446
14447 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14448
14449 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14450 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14451 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14452 Add defvar.
14453 (rmail-summary-beginning-of-message): Use with-no-warnings.
14454 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14455
14456 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14457 Use with-no-warnings.
14458
14459 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14460 (c-mark-function): Add point-moving-unit property.
14461 (vi-goto-line): Use with-no-warnings.
14462
14463 * emulation/edt.el (edt-last-copied-word): Add defvar.
14464 (zmacs-region-stays): Likewise.
14465 (edt-mark-section-wisely): Use c-mark-function for C.
14466 Use makr-defun for Fortran.
14467 (time-string): defvar deleted.
14468 (edt-display-the-time): Don't set time-string.
14469
14470 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14471
14472 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14473 Don't warn when name is not constant
14474 or for defining the group `emacs'.
14475
14476 * tooltip.el (gud-tooltip-mode): Add defvar.
14477
14478 * startup.el (default-frame-background-mode): Add defvar.
14479
14480 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14481
14482 * info.el (tool-bar-map): Add defvar.
14483
14484 * dired.el (dnd-protocol-alist): Add defvar.
14485
14486 * dired-aux.el (dired-query): Display question with answer, when
14487 the user answers.
14488
14489 * custom.el (custom-add-option): Doc fix.
14490
14491 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14492
14493 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14494
14495 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14496 bogus name from the last change.
14497
14498 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14499
14500 * custom.el (custom-declare-variable): Fix typos in comment.
14501 (custom-known-themes): Doc fix.
14502 (custom-theme-directory): New defcustom.
14503 (require-theme): Make it check `custom-theme-directory'.
14504
14505 * cus-theme.el (custom-new-theme-mode): New function.
14506 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14507 (custom-theme-description): Add compiler defvars.
14508 (customize-create-theme): Add doc to the "*New Custom Theme*"
14509 buffer. Use `custom-new-theme-mode'.
14510 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14511 and save it to the `custom-theme-directory'. Make this the
14512 default directory of the buffer.
14513
14514 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14515
14516 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14517 Fix unbalanced parentheses.
14518
14519 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14520
14521 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14522 into flymake-mode and delegate to flymake-mode.
14523
14524 * find-file.el (ff-which-function-are-we-in): Clean up.
14525
14526 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14527
14528 * replace.el (occur-rename-buffer): Fix docstring.
14529
14530 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14531 (edt-last-copied-word, edt-learn-macro-count)
14532 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14533 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14534 (time-string, zmacs-region-stays):
14535 * emulation/edt-mapper.el (edt-save-function-key-map)
14536 (EDT-key-name): `defvar' to silence the byte-compiler.
14537
14538 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
14539
14540 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14541 font-lock-regexp-backslash. Doc fix.
14542 (font-lock-regexp-backslash-grouping-construct): Rename from
14543 font-lock-regexp-backslash-construct. Doc fix.
14544 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14545 grouping constructs.
14546
14547 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14548
14549 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14550 updating all the prerequisites.
14551
14552 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14553
14554 * textmodes/org.el (org-agenda-start-on-weekday)
14555 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14556 (org-agenda-use-time-grid, org-archive-location)
14557 (org-allow-space-in-links, org-usenet-links-prefer-google)
14558 (org-enable-table-editor, org-export-default-language)
14559 (org-export-html-show-new-buffer, org-fill-paragraph)
14560 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14561 (org-goto-quit, org-occur, org-eval-in-calendar)
14562 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14563 (org-agenda-diary-entry, org-remember-help)
14564 (org-table-convert-region, org-at-table-p)
14565 (org-table-move-row-down, org-table-move-row-up)
14566 (org-table-copy-region, org-table-toggle-vline-visibility)
14567 (org-table-get-stored-formulas, org-table-get-specials)
14568 (org-recalc-commands, org-table-eval-formula)
14569 (org-table-formula-substitute-names, orgtbl-make-binding)
14570 (org-format-org-table-html, org-format-table-table-html)
14571 (org-format-table-table-html-using-table-generate-source)
14572 (org-customize): Fix typos in docstrings.
14573 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14574 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14575 (org-back-to-heading): Doc fixes.
14576 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14577 (org-agenda-change-all-lines, org-get-header):
14578 Improve argument/docstring consistency.
14579 (orgtbl-error): Fix error message.
14580
14581 * progmodes/flymake.el (flymake-find-possible-master-files)
14582 (flymake-master-file-compare, flymake-get-line-err-count)
14583 (flymake-highlight-line, flymake-gui-warnings-enabled):
14584 Fix typos in docstrings.
14585 (flymake-parse-line, flymake-get-project-include-dirs-function)
14586 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14587 Doc fixes.
14588 (flymake-get-project-include-dirs-function)
14589 (flymake-make-err-menu-data):
14590 Improve argument/docstring consistency.
14591
14592 2005-07-01 Lute Kamstra <lute@gnu.org>
14593
14594 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14595 Catch errors with ignore-errors. Use temporary buffer.
14596 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14597
14598 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14599 background color faces.
14600 (facemenu-set-foreground, facemenu-set-background):
14601 Use facemenu-set-face-from-menu.
14602 (facemenu-set-face-from-menu): Treat face names that start with
14603 "fg:" or "bg:" as special.
14604 (facemenu-add-new-color): Don't create faces. Simplify.
14605
14606 2005-06-30 Richard M. Stallman <rms@gnu.org>
14607
14608 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14609 (crm-find-current-element): Likewise.
14610
14611 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14612
14613 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14614
14615 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14616
14617 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14618 (archive-mouse-extract): Make it an obsolete alias.
14619 (archive-mode-map): Don't use archive-mouse-extract any more.
14620 (archive-mode, archive-extract): write-contents-hooks ->
14621 write-contents-functions.
14622 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14623 first arg.
14624 (archive-rename-entry): Update the call.
14625 (archive-zip-summarize): Remove unused var `method'.
14626 (archive-lzh-summarize): Remove unused var `creator'.
14627
14628 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14629 dedicated frame upon exit.
14630
14631 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14632 (archive-zip-extract, archive-zip-expunge)
14633 (archive-zip-update, archive-zip-update-case): Use executable-find.
14634 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14635 Use restore-buffer-modified-p.
14636 (archive-extract, archive-add-new-member, archive-write-file-member):
14637 Use with-current-buffer.
14638 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14639
14640 2005-06-30 Andreas Schwab <schwab@suse.de>
14641
14642 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14643
14644 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14645
14646 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14647
14648 2005-06-30 Juri Linkov <juri@jurta.org>
14649
14650 * faces.el (vertical-border): Inherit from mode-line-inactive
14651 only on tty.
14652
14653 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14654
14655 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14656 example, -NLINES in the `occur' docstring).
14657
14658 * replace.el (occur-1): When no matches are found, do not set the
14659 `buffer-read-only' and modified flags for the occur buffer,
14660 because it is deleted.
14661
14662 * emulation/cua-base.el (cua-check-pending-input)
14663 (cua-repeat-replace-region, cua-mode, cua-debug)
14664 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14665 Fix typos in docstrings.
14666
14667 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14668 (cua-cut-region-to-global-mark)
14669 (cua--cut-rectangle-to-global-mark):
14670 Remove period from end of messages.
14671
14672 * emulation/cua-rect.el (cua-do-rectangle-padding):
14673 Remove period from end of messages.
14674 (cua--rectangle-seq-format): Fix typo in docstring.
14675 (cua-sequence-rectangle, cua-fill-char-rectangle):
14676 Improve argument/docstring consistency.
14677
14678 2005-06-29 Juri Linkov <juri@jurta.org>
14679
14680 * faces.el (default-frame-background-mode): New internal variable.
14681 (frame-set-background-mode): Use it.
14682
14683 * startup.el (normal-top-level): Set default-frame-background-mode
14684 instead of frame-background-mode. Before setting it, test for its
14685 nil value. Remove tests for frame-background-mode and frame
14686 parameter `reverse'. Add test for "unspecified-fg".
14687
14688 * term/xterm.el (xterm-rxvt-set-background-mode):
14689 * term/rxvt.el (rxvt-set-background-mode):
14690 Set default-frame-background-mode instead of frame-background-mode.
14691
14692 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14693
14694 * simple.el (set-variable): Warn about obsolete user variables.
14695
14696 * imenu.el (imenu--completion-buffer):
14697 * mouse.el (mouse-buffer-menu-alist):
14698 * msb.el (msb-invisible-buffer-p):
14699 * calendar/diary-lib.el (diary-header-line-format):
14700 * emacs-lisp/pp.el (pp-buffer):
14701 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14702 * textmodes/picture.el (picture-replace-match):
14703 Change space constants followed by a sexp to "?\s ".
14704
14705 * play/decipher.el (decipher-loop-with-breaks):
14706 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14707 constants "protected" from end of line by a comment to "?\s".
14708
14709 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14710
14711 * font-lock.el (save-buffer-state): Use `declare'.
14712
14713 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14714 reset the syntax-table to cperl-mode-syntax-table.
14715 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14716 "foo_print_bar" is not matched as a reserved keyword.
14717
14718 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14719
14720 * textmodes/org.el (orgtbl-setup): New function, for delayed
14721 setup for the orgtbl commands.
14722 (org-calc-default-modes): New option.
14723 (orgtbl-make-binding): Use `defun' to get better help display.
14724 (org-diary): Call `org-compile-prefix-format'.
14725 (org-table-formula-substitute-names): New function.
14726 (org-agenda-day-view, org-agenda-week-view): New commands.
14727 (org-agenda-toggle-week-view): Command removed.
14728 (org-tbl-menu): Split off from org-org-menu.
14729 (org-mode): Move removal of outline-mode menus to here.
14730 (org-table-formula-debug): New option.
14731 (org-table-insert-row): Keep first field if just "#" or "*".
14732 (org-mode): Paragraph regexps fixed.
14733 (org-table-recalculate-regexp): New constant.
14734 (org-table-justify-field-maybe): Avoid replace if not necessary.
14735 (org-copy-special, org-cut-special): Use `call-interactively'.
14736 (org-table-copy-region): Take region from `interactive' call.
14737 (org-trim): Return string even if no match.
14738 (org-formula): New face.
14739 (org-set-font-lock-defaults): No longer highlight "FIXME".
14740 But highlight formula-related fields in table.
14741 (org-table-p): Use regexp, not fontification.
14742 (org-table-align): Handle white space at end of line.
14743 (org-table-formula-evaluate-inline): New option.
14744 (org-mode): Auto-wrapping in comment lines turned off.
14745 (org-table-copy-down): Evaluate only in copied field, not in
14746 destination.
14747 (org-table-current-formula): Variable removed.
14748 (org-table-store-formulas, org-table-get-stored-formulas)
14749 (org-table-modify-formulas, org-table-replace-in-formulas)
14750 (org-table-maybe-eval-formula): New functions.
14751 (org-table-get-formula): Modify to use stored formulas.
14752 (org-table-insert-column, org-table-delete-column)
14753 (org-table-move-column): Call `org-table-modify-formulas'.
14754 (org-complete): Add completion for keyword formulas.
14755 (orgtbl-mode): Pull orgtbl-mode-map to start of
14756 minor-mode-map-alist.
14757
14758 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14759
14760 * progmodes/python.el (python-check): Require `compile' before
14761 modifying its variables.
14762
14763 * newcomment.el (comment-indent-default): Don't get fooled by an early
14764 end of buffer.
14765
14766 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14767
14768 * ps-print.el (ps-print-version): Fix version number.
14769
14770 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14771
14772 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14773
14774 2005-06-28 Richard M. Stallman <rms@gnu.org>
14775
14776 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14777 (flyspell-local-mouse-map): Declaration deleted.
14778 (flyspell-mouse-map): Bind only mouse-2.
14779 (flyspell-mode-map): Don't test flyspell-use-local-map.
14780 (flyspell-overlay-keymap-property-name): Var deleted.
14781 (flyspell-mode-on): Don't make local bindings for
14782 flyspell-mouse-map and flyspell-mode-map.
14783 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14784
14785 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14786
14787 * progmodes/compile.el (compilation-next-error-function):
14788 Don't switch buffers; operate on the current buffer.
14789
14790 * progmodes/compile.el (compilation-error-file-name)
14791 (compilation-warning-file-name, compilation-info-file-name)
14792 (compilation-line-number, compilation-column-number): New faces.
14793 (compilation-error-face, compilation-warning-face)
14794 (compilation-info-face, compilation-line-face)
14795 (compilation-column-face): Use them.
14796
14797 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14798
14799 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14800
14801 * bindings.el (global-map): Bind insertchar and its variants.
14802
14803 2005-06-27 Richard M. Stallman <rms@gnu.org>
14804
14805 * textmodes/artist.el (artist-text-overwrite)
14806 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14807
14808 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14809
14810 * ps-print.el: It was not working the page selection for printing.
14811 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14812 (ps-print-version): New version 6.6.7.
14813 (ps-end-sheet): New fun.
14814 (ps-header-sheet, ps-end-job): Call it.
14815
14816 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
14817
14818 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14819
14820 2005-06-27 Lute Kamstra <lute@gnu.org>
14821
14822 * facemenu.el (facemenu-unlisted-faces): Add foreground and
14823 background color faces.
14824 (facemenu-get-face): Delete function.
14825 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14826 (facemenu-add-new-color): Make second argument mandatory.
14827 Create the appropriate face and return it. Simplify.
14828 (facemenu-set-foreground, facemenu-set-background): Don't check if
14829 color is defined. Use return value of facemenu-add-new-color.
14830
14831 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
14832
14833 * progmodes/gud.el (gud-filter): Add missing argument to
14834 with-selected-window.
14835
14836 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14837
14838 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14839 a :require to the defcustom.
14840
14841 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14842 defcustoms corresponding to minor modes.
14843
14844 2005-06-26 David Ponce <david@dponce.com>
14845
14846 * recentf.el: Require tree-widget instead of wid-edit.
14847 (recentf-filename-handler): Fix widget :type.
14848 (recentf-cancel-dialog, recentf-open-more-files)
14849 (recentf-open-files-action): Doc fix.
14850 (recentf-dialog-goto-first): New function.
14851 (recentf-dialog-mode-map): Set parent keymap first.
14852 (recentf-dialog-mode): Define with define-derived-mode.
14853 Don't display continuation lines in dialogs.
14854 (recentf-edit-list): Rename from recentf-edit-selected-items.
14855 (recentf-edit-list-select): Rename from recentf-edit-list-action.
14856 Simplify.
14857 (recentf-edit-list-validate): New function.
14858 (recentf-edit-list): Update accordingly.
14859 (recentf-open-files-item-shift): Remove.
14860 (recentf-open-files-item): Convert menu elements into tree and
14861 link widgets. Don't create the widgets.
14862 (recentf-open-files): Update accordingly.
14863 (recentf-save-list): Untabify.
14864
14865 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
14866
14867 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14868 (keep-lines): Add INTERACTIVE arg. Never delete lines only
14869 partially contained in the active region. Do not take active
14870 region into account when called from Lisp, unless INTERACTIVE arg
14871 is non-nil. Use `forward-line' instead of `beginning-of-line' to
14872 avoid trouble with fields. Make marker point nowhere when no
14873 longer used. Always return nil. Doc fix.
14874 (flush-lines): Add INTERACTIVE arg. Do not take active region
14875 into account when called from Lisp, unless INTERACTIVE arg is
14876 non-nil. Use `forward-line' instead of `beginning-of-line' to
14877 avoid trouble with fields. Make marker point nowhere when no
14878 longer used. Always return nil. Doc fix.
14879 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
14880 interchangeable. Do not take active region into account when
14881 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
14882 message in echo area when called from Lisp, unless INTERACTIVE arg
14883 is non-nil. Avoid saying "1 occurrences". Do not use markers.
14884 Return the number of matches. Doc fix.
14885 (occur): Doc fix.
14886 (perform-replace): Make comment follow double space convention for
14887 the sake of `outline-minor-mode'.
14888
14889 * faces.el (facep): Doc fix.
14890
14891 2005-06-25 Richard M. Stallman <rms@gnu.org>
14892
14893 * facemenu.el (facemenu-enable-faces-p): New function.
14894 (facemenu-background-menu, facemenu-foreground-menu)
14895 (facemenu-face-menu): Add menu-enable property.
14896
14897 * jka-compr.el (jka-compr-insert-file-contents):
14898 Special handling if cannot find the uncompression program.
14899
14900 * cus-face.el (custom-face-attributes): Add autoload.
14901
14902 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14903 Bind comment-indent-function locally.
14904
14905 * window.el (save-selected-window): Use save-current-buffer.
14906
14907 * subr.el (with-selected-window): Use save-current-buffer.
14908
14909 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14910 and with-current-buffer.
14911
14912 2005-06-24 Richard M. Stallman <rms@gnu.org>
14913
14914 * simple.el (line-move-1): Fix previous change.
14915
14916 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
14917
14918 * replace.el (occur-1): Set `buffer-read-only' and the
14919 buffer-modified flag before running `occur-hook' to protect
14920 against unintentional buffer switches that can lead to data loss.
14921
14922 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
14923
14924 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14925 (gud-gdb-marker-filter): Use font-lock-warning-face for any
14926 initial error.
14927
14928 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14929 after fresh input.
14930 (gdb-var-create-handler): Put name of expression in quotes.
14931
14932 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
14933
14934 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14935 elements of RING in order, and without bogus nil elements.
14936
14937 2005-06-23 Richard M. Stallman <rms@gnu.org>
14938
14939 * simple.el (set-variable): Args renamed; doc fix.
14940 (line-move-1): When there are overlays around, use vertical-motion.
14941
14942 * faces.el (escape-glyph): Use brown against light background.
14943 (nobreak-space): Rename from no-break-space.
14944 Fix previous change.
14945
14946 * dired-aux.el (dired-do-copy): Fix arg prompt.
14947
14948 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14949
14950 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14951
14952 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14953 rather than "Distributor".
14954
14955 2005-06-23 Lute Kamstra <lute@gnu.org>
14956
14957 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14958 (debug-on-entry): Use it. New interactive declaration that uses
14959 function-called-at-point.
14960
14961 2005-06-23 Kim F. Storm <storm@cua.dk>
14962
14963 * subr.el (save-match-data): Add comment about using evaporate arg
14964 to set-match-data.
14965
14966 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
14967
14968 * cus-edit.el (customize-face)
14969 (customize-face-other-window): Handle face aliases.
14970
14971 * faces.el (face-documentation, set-face-attribute)
14972 (face-spec-set): Handle face aliases.
14973
14974 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
14975
14976 * help-mode.el (help-make-xrefs): If a symbol representing a face
14977 name is not followed by the word "face", it could still be a
14978 function or variable name, so don't bypass other checks.
14979
14980 2005-06-22 Juri Linkov <juri@jurta.org>
14981
14982 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14983 Replace aliased functions with calls where second arg `inherit' is t.
14984
14985 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
14986
14987 * progmodes/gdb-ui.el (gdb-error): New variable.
14988 (gdb-error): New function.
14989 (gdb-annotation-rules): Act on error-begin and error annotations.
14990 (gdb-concat-output): Use font-lock-warning-face for errors.
14991
14992 2005-06-22 Miles Bader <miles@gnu.org>
14993
14994 * bindings.el (propertized-buffer-identification): Use renamed
14995 `Buffer-menu-buffer' face.
14996
14997 * faces.el (vertical-border): Rename from `vertical-divider'.
14998 (escape-glyph): Change dark-background color back to `cyan'.
14999
15000 2005-06-21 Juri Linkov <juri@jurta.org>
15001
15002 * faces.el (face-user-default-spec): Try getting `customized-face'
15003 prior to `saved-face'.
15004 (frame-background-mode): Refill docstring.
15005
15006 * emacs-lisp/lisp-mode.el (eval-defun-1):
15007 * emacs-lisp/edebug.el (edebug-eval-defun):
15008 Set `saved-face' temporarily to nil before calling form.
15009 Set `customized-face' to the new spec after that.
15010
15011 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15012
15013 * subr.el (1value, lambda, key-substitution-in-progress):
15014 Doc fixes.
15015
15016 * autoinsert.el (auto-insert-alist):
15017 * ses.el (ses-call-printer):
15018 * subr.el (noreturn):
15019 * emacs-lisp/lisp.el (check-parens):
15020 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
15021 * net/browse-url.el (browse-url-mosaic):
15022 * progmodes/cc-defs.el (c-safe-scan-lists):
15023 * progmodes/ebnf-abn.el (ebnf-abn-lex):
15024 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
15025 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
15026 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
15027 * progmodes/ebnf-iso.el (ebnf-iso-lex):
15028 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
15029
15030 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
15031
15032 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
15033
15034 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
15035
15036 * calendar/appt.el (appt-make-list): Activate the package, if
15037 not already active (for backwards compatibility).
15038
15039 2005-06-20 Kim F. Storm <storm@cua.dk>
15040
15041 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
15042
15043 2005-06-20 Miles Bader <miles@gnu.org>
15044
15045 * faces.el (vertical-divider): New face.
15046
15047 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
15048
15049 * simple.el (kill-whole-line): Doc fix.
15050 (next-error-buffer-p, next-error-find-buffer)
15051 (clone-indirect-buffer): Fix typos in docstrings.
15052 (comment-line-break-function): Doc fix: don't say variable
15053 is automatically buffer-local (it isn't).
15054
15055 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
15056
15057 * net/tramp-ftp.el (top):
15058 * net/tramp-smb.el (top):
15059 * net/tramp-util.el (top):
15060 * net/tramp-uu.el (top):
15061 * net/tramp-vc.el (top):
15062 * net/tramp.el (top): Revert copyright years back to original
15063 ones. Tramp has a life outside GNU Emacs.
15064
15065 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
15066
15067 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
15068
15069 2005-06-18 Juri Linkov <juri@jurta.org>
15070
15071 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
15072 end of first regexp to limit the match to the position between
15073 line number and source line with same separator character as used
15074 between file name and line number. In the second regexp limit
15075 mouse-face area to file name and line number by adding new group
15076 for them and referring it in HYPERLINK arg.
15077 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
15078 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
15079 previous line where grep markers may be already removed.
15080
15081 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
15082
15083 * progmodes/ps-mode.el: Update version and maintainer's email address.
15084
15085 2005-06-18 Steve Youngs <steve@xemacs.org>
15086
15087 * net/browse-url.el (browse-url-browser-function)
15088 (browse-url-default-browser): Add firefox.
15089 (browse-url-firefox-program, browse-url-firefox-arguments)
15090 (browse-url-firefox-startup-arguments)
15091 (browse-url-firefox-new-window-is-tab): New defcustoms.
15092 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
15093
15094 2005-06-17 Richard M. Stallman <rms@gnu.org>
15095
15096 * startup.el (command-line): Warn if specified user name has
15097 no home directory.
15098
15099 * term.el (term-get-old-input, term-input-filter, term-input-sender)
15100 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
15101
15102 * longlines.el (longlines-mode, longlines-show-hard-newlines):
15103 Doc fixes.
15104
15105 * faces.el (underline): Try bold if terminal doesn't support underline.
15106
15107 * mail/sendmail.el (mail-setup-with-from): New variable.
15108 (mail-insert-from-field): New function.
15109 (sendmail-send-it): Call it.
15110 (mail-setup): Optionally call it here.
15111
15112 * term/linux.el: Call tty-no-underline.
15113
15114 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
15115
15116 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
15117
15118 2005-06-17 Miles Bader <miles@gnu.org>
15119
15120 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
15121 (ediff-current-diff-C, ediff-current-diff-Ancestor)
15122 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
15123 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
15124 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
15125 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
15126 Remove "-face" suffix from face names.
15127 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15128 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15129 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15130 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15131 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15132 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15133 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15134 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15135 New backward-compatibility aliases for renamed faces.
15136 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15137 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15138 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15139 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15140 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15141 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15142 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15143 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15144 Use renamed ediff faces.
15145
15146 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
15147 Remove "-face" suffix from face names.
15148 (eshell-test-ok-face, eshell-test-failed-face):
15149 New backward-compatibility aliases for renamed faces.
15150 (eshell-run-test): Use renamed eshell-test faces.
15151
15152 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
15153 face name.
15154 (eshell-prompt-face): New backward-compatibility alias for renamed
15155 face.
15156 (eshell-emit-prompt): Use renamed eshell-prompt face.
15157
15158 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15159 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15160 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15161 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15162 Remove "-face" suffix from face names.
15163 (eshell-ls-directory-face, eshell-ls-symlink-face)
15164 (eshell-ls-executable-face, eshell-ls-readonly-face)
15165 (eshell-ls-unreadable-face, eshell-ls-special-face)
15166 (eshell-ls-missing-face, eshell-ls-archive-face)
15167 (eshell-ls-backup-face, eshell-ls-product-face)
15168 (eshell-ls-clutter-face):
15169 New backward-compatibility aliases for renamed faces.
15170 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15171
15172 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15173 Remove "-face" suffix from face name.
15174 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15175 instead of literal face.
15176
15177 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
15178
15179 * emacs-lisp/warnings.el (display-warning, lwarn)
15180 (warning-minimum-log-level): Doc fixes.
15181 (warning-minimum-level, warning-minimum-log-level):
15182 Add :debug to :type choices.
15183
15184 * progmodes/ada-mode.el (ada-format-paramlist)
15185 (ada-get-indent-case, ada-check-matching-start)
15186 (ada-check-defun-name, ada-goto-matching-decl-start)
15187 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15188 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15189 (ada-make-subprogram-body): Follow error conventions.
15190 (ada-case-exception-file, ada-indent-comment-as-code)
15191 (ada-indent-handle-comment-special, ada-indent-renames)
15192 (ada-indent-return, ada-search-directories-internal)
15193 (ada-tab-policy, ada-case-exception-substring)
15194 (ada-other-file-alist, ada-matching-start-re)
15195 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15196 (ada-imenu-generic-expression, ada-compile-goto-error)
15197 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15198 (ada-popup-menu, ada-add-extensions, ada-mode)
15199 (ada-region-selected, ada-create-case-exception)
15200 (ada-create-case-exception-substring, ada-after-keyword-p)
15201 (ada-activate-keys-for-case, ada-adjust-case-region)
15202 (ada-adjust-case-buffer, ada-format-paramlist)
15203 (ada-scan-paramlist, ada-insert-paramlist)
15204 (ada-indent-newline-indent)
15205 (ada-indent-newline-indent-conditional)
15206 (ada-justified-indent-current, ada-goto-previous-word)
15207 (ada-indent-current, ada-get-indent-open-paren)
15208 (ada-get-indent-paramlist, ada-get-indent-end)
15209 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15210 (ada-get-indent-block-start, ada-get-indent-subprog)
15211 (ada-get-indent-noindent, ada-get-indent-label)
15212 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15213 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15214 (ada-goto-stmt-end, ada-goto-next-word)
15215 (ada-check-matching-start, ada-check-defun-name)
15216 (ada-goto-matching-decl-start, ada-goto-matching-start)
15217 (ada-goto-matching-end, ada-search-ignore-string-comment)
15218 (ada-in-decl-p, ada-looking-at-semi-or)
15219 (ada-looking-at-semi-private, ada-in-paramlist-p)
15220 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15221 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15222 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15223 (ada-previous-package, ada-create-menu)
15224 (ada-fill-comment-paragraph-justify)
15225 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15226 (ada-other-file-name, ada-last-which-function-line)
15227 (ada-last-which-function-subprog, ada-which-function)
15228 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15229 (ada-gen-treat-proc, ada-check-emacs-version)
15230 (ada-continuation-indent, ada-align-region-separate):
15231 Fix typos in docstrings.
15232 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15233
15234 2005-06-16 Lute Kamstra <lute@gnu.org>
15235
15236 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15237 conditionally.
15238
15239 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15240
15241 * comint.el (comint-replace-by-expanded-filename)
15242 (comint-prompt-regexp, comint-delimiter-argument-list)
15243 (comint-preinput-scroll-to-bottom):
15244 * info.el (Info-hide-cookies-node):
15245 * ls-lisp.el (ls-lisp-classify):
15246 * find-file.el (ff-search-directories, ff-special-constructs)
15247 (ff-find-other-file):
15248 * font-lock.el (font-lock-keywords):
15249 * shell.el (shell-prompt-pattern)
15250 (shell-dynamic-complete-functions, shell-mode)
15251 (shell-delimiter-argument-list):
15252 * term.el (term-replace-by-expanded-filename)
15253 (term-prompt-regexp, term-delimiter-argument-list):
15254 * woman.el (woman-ignore, woman0-if):
15255 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15256 * emacs-lisp/elint.el (elint-init-env):
15257 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15258 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15259 * language/ethio-util.el (ethio-tilde-escape)
15260 (ethio-use-three-dot-question):
15261 * net/zone-mode.el (zone-mode-load-time-setup):
15262 * progmodes/cc-align.el (c-lineup-argcont):
15263 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15264 * progmodes/cperl-mode.el (cperl-set-style-back):
15265 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15266 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15267 Fix spellings in docstrings.
15268
15269 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15270 * progmodes/modula2.el (m2-for): Fix spellings.
15271
15272 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15273
15274 * simple.el (undo-more): Don't use `format' on `error' arguments.
15275 Improve argument/docstring consistency.
15276 (pending-undo-list): Doc fix.
15277
15278 * smerge-mode.el (smerge-ensure-match):
15279 * emulation/vip.el (vip-ex):
15280 * net/zone-mode.el (zone-mode-update-serial):
15281 * progmodes/idlwave.el (idlwave-complete):
15282 * progmodes/vhdl-mode.el (vhdl-visit-file)
15283 (vhdl-compose-wire-components):
15284 Don't use `format' on `error' arguments.
15285
15286 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15287 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15288 (tooltip-help-tips): Fix typos in docstrings.
15289
15290 2005-06-16 David Ponce <david@dponce.com>
15291
15292 * tree-widget.el (tree-widget-value-create): Simplify last change.
15293
15294 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15295
15296 * ido.el (ido-incomplete-regexp): New variable.
15297 (ido-set-matches-1): Handle invalid-regexp error and set
15298 ido-incomplete-regexp.
15299 (ido-incomplete-regexp): New face.
15300 (ido-completions): Use it.
15301 (ido-complete, ido-exit-minibuffer, ido-completions):
15302 Handle incomplete regexps.
15303 (ido-completions): Add check for complete match when entering a regexp.
15304
15305 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15306
15307 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15308
15309 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15310
15311 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15312 by field delimiters.
15313
15314 2005-06-15 David Ponce <david@dponce.com>
15315
15316 * tree-widget.el: eval-and-compile inlined functions so they will
15317 be available at run-time too.
15318 (tree-widget-super-format-handler)
15319 (tree-widget-format-handler): Remove.
15320 (tree-widget-value-create): Handle the :indent property.
15321
15322 2005-06-15 Miles Bader <miles@gnu.org>
15323
15324 * progmodes/which-func.el (which-func): Only inherit
15325 `font-lock-function-name-face' when that makes sense against the
15326 default mode-line face, otherwise set the face color explicitly.
15327
15328 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15329 faces instead of (non-existent) variables.
15330
15331 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15332
15333 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15334 (iswitchb-get-matched-buffers): Likewise. Simplify.
15335
15336 2005-06-14 Miles Bader <miles@gnu.org>
15337
15338 * progmodes/ld-script.el (ld-script-location-counter):
15339 Remove "-face" suffix from face name.
15340 (ld-script-location-counter-face):
15341 New backward-compatibility alias for renamed face.
15342 (ld-script-location-counter-face): Use renamed face.
15343
15344 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15345 (cperl-hash): Remove "-face" suffix from face names.
15346 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15347 New backward-compatibility aliases for renamed faces.
15348 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15349 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15350
15351 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15352 name.
15353 (which-func-face): New backward-compatibility alias for renamed face.
15354 (which-func-format): Use renamed which-func face.
15355
15356 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15357 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15358 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15359 names.
15360 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15361 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15362 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15363 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15364 (vhdl-speedbar-architecture-selected)
15365 (vhdl-speedbar-configuration-selected)
15366 (vhdl-speedbar-package-selected)
15367 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15368 names.
15369 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15370 Use renamed faces.
15371 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15372 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15373 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15374 Use renamed faces.
15375 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15376 names.
15377 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15378 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15379 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15380 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15381 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15382 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15383
15384 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15385 face name.
15386 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15387 (sh-heredoc-face): Use renamed sh-heredoc face.
15388
15389 * progmodes/idlw-help.el (idlwave-help-link):
15390 Remove "-face" suffix from face name.
15391 (idlwave-help-link-face):
15392 New backward-compatibility alias for renamed face.
15393 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15394
15395 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15396 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15397 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15398 New backward-compatibility aliases for renamed faces.
15399 (idlwave-shell-disabled-breakpoint-face)
15400 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15401
15402 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15403 Remove "-face" suffix from face names.
15404 (flymake-errline-face, flymake-warnline-face):
15405 New backward-compatibility aliases for renamed faces.
15406 (flymake-highlight-line): Use renamed flymake faces.
15407
15408 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15409 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15410 (ebrowse-member-class, ebrowse-progress):
15411 Remove "-face" suffix from face names.
15412 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15413 (ebrowse-file-name-face, ebrowse-default-face)
15414 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15415 (ebrowse-progress-face):
15416 New backward-compatibility aliases for renamed faces.
15417 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15418 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15419 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15420 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15421
15422 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15423 antlr-syntax)
15424 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15425 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15426 names.
15427 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15428 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15429 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15430 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15431 backward-compatibility aliases for renamed faces.
15432 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15433 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15434 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15435 remove "font-lock-". Use renamed antlr-mode faces.
15436 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15437 literal face-names with face variable references.
15438
15439 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15440 face name.
15441 (Buffer-menu-buffer-face): New backward-compatibility alias for
15442 renamed face.
15443 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15444
15445 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15446
15447 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15448 Eliminate "-face" suffix.
15449 (makefile-targets): Inherit from font-lock-function-name-face and
15450 eliminate "-face" suffix.
15451 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15452 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15453 actions, instead of prepending, to make it less visible.
15454 (makefile-previous-dependency, makefile-match-dependency):
15455 Don't match a target on a continuation line.
15456
15457 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15458
15459 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15460
15461 * progmodes/gdb-ui.el (menu): Re-order menu items.
15462 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15463
15464 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15465 Define in tooltip.el.
15466 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15467 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15468 gud-tooltip-echo-area.
15469
15470 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15471 backward compatibility and make obsolete.
15472 (tooltip-help-tips): Use tooltip-use-echo-area.
15473 (tooltip-show-help-function): Rename to...
15474 (tooltip-show-help): ...this, because it is a function.
15475 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15476
15477 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15478
15479 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15480 (edebug-print-length, edebug-print-level, edebug-print-circle)
15481 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15482 (edebug-eval-print-last-sexp): Doc fixes.
15483
15484 2005-06-14 Kim F. Storm <storm@cua.dk>
15485
15486 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15487 as the coverage buffer/file/both may change.
15488
15489 2005-06-14 Lute Kamstra <lute@gnu.org>
15490
15491 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15492 and run-mode-hooks. Simplify.
15493
15494 * mail/rmailedit.el (rmail-edit-mode):
15495 * progmodes/octave-inf.el (inferior-octave-mode):
15496 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15497
15498 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15499 and run-mode-hooks.
15500 (recentf-edit-list, recentf-open-files): Don't call
15501 kill-all-local-variables directly.
15502
15503 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15504
15505 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15506
15507 * emacs-lisp/byte-run.el (make-obsolete)
15508 (define-obsolete-function-alias): Rename arguments FUNCTION and
15509 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15510 (make-obsolete-variable, define-obsolete-variable-alias):
15511 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15512 respectively.
15513
15514 * isearchb.el (isearchb-activate):
15515 * pcvs.el (cvs-mode):
15516 * ses.el (ses-load):
15517 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15518 * net/tramp.el (tramp-find-file-exists-command)
15519 (tramp-find-shell):
15520 * progmodes/ada-mode.el (ada-create-case-exception)
15521 (ada-create-case-exception-substring, ada-make-subprogram-body):
15522 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15523 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15524 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15525 * textmodes/org.el (org-promote, org-evaluate-time-range)
15526 (org-agenda-next-date-line, org-agenda-previous-date-line)
15527 (org-agenda-error, org-open-at-point, org-table-move-row)
15528 (org-format-table-table-html-using-table-generate-source)
15529 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15530 * textmodes/reftex.el (reftex-access-scan-info):
15531 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15532 (reftex-toc-promote-prepare): Follow error conventions.
15533
15534 * diff-mode.el (diff-mode): Fix typo in docstring.
15535
15536 * forms.el (forms--intuit-from-file): Fix reference to
15537 `forms-number-of-fields' in error message.
15538 (forms-print): Fix quoting in error message.
15539
15540 * forms.el (forms-mode):
15541 * emulation/vi.el (vi-goto-insert-state):
15542 * progmodes/flymake.el (flymake-new-err-info)
15543 (flymake-start-syntax-check-for-current-buffer)
15544 (flymake-simple-cleanup):
15545 * eshell/esh-var.el (eshell/export):
15546 * progmodes/gud.el (xdb):
15547 * textmodes/flyspell.el (flyspell-incorrect-hook)
15548 (flyspell-maybe-correct-transposition)
15549 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15550
15551 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15552
15553 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15554 minibuffer prompt.
15555
15556 2005-06-13 Kim F. Storm <storm@cua.dk>
15557
15558 * subr.el (add-to-ordered-list): New defun.
15559
15560 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15561 add cua--keymap-alist to emulation-mode-map-alists.
15562
15563 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15564
15565 * subr.el (complete-in-turn): New macro.
15566 (dynamic-completion-table, lazy-completion-table): Add debug info.
15567
15568 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15569 in preference to face aliases.
15570
15571 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15572 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15573 Remove unused vars `start' and `firstline'.
15574 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15575 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15576
15577 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15578
15579 * cus-start.el (all): Don't complain about missing GTK-related
15580 variables, unless either `gtk' is boundp or this isn't a
15581 `windows-nt' build.
15582
15583 2005-06-13 Lute Kamstra <lute@gnu.org>
15584
15585 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15586 run-mode-hooks.
15587
15588 * ediff-mult.el (ediff-meta-mode):
15589 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15590
15591 * ledit.el (ledit-mode): Use delay-mode-hooks.
15592
15593 * woman.el (woman-mode-line-format): Delete constant.
15594 (woman-mode-map): Initialize it properly.
15595 (woman-mode): Set mode-class property to special.
15596 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15597 Set major-mode and mode-name. Don't set mode-line-format directly.
15598 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15599
15600 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15601 string argument obsolete.
15602
15603 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15604
15605 * textmodes/org.el (org-CUA-compatible): New option.
15606 (org-disputed-keys): New variable.
15607 (org-key): New function.
15608 (orgtbl-make-binding): Add docstring to the created function.
15609 (org-mode): Set paragraph start/separate regexps.
15610 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15611 (org-archive-location, org-archive-mark-done)
15612 (org-archive-stamp-time): New options.
15613 (org-archive-subtree): New command.
15614 (org-fill-paragraph): New function.
15615 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15616 (org-fake-empty-table-line): Function removed.
15617 (org-format-org-table-html): Do not create empty table lines at
15618 separator lines. Improved table header treatment.
15619 (org-link-format): New option.
15620 (org-make-link): New function.
15621 (org-insert-link, org-store-link): Use org-make-link.
15622 (org-open-file): Quote file name for shell command, to allow
15623 spaces in file names.
15624 (org-link-regexp): Fix bug with mailto link.
15625 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15626 New constants.
15627 (org-export-as-html): Deal with the optional angles around a link.
15628 Better treatment of file: links.
15629 (org-open-at-point): Replace @{ and @} with < and >.
15630 (org-run-mode-hooks): Function removed.
15631 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15632
15633 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15634
15635 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15636 MI command -data-list-register-values.
15637 (gdb-post-prompt): Indent properly.
15638
15639 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15640
15641 * hilit-chg.el (highlight-changes-colors): Rename from
15642 `highlight-changes-colours'.
15643 (highlight-changes-colours): Keep as obsolete alias.
15644 (highlight-changes-face-list): Doc fix.
15645 (hilit-chg-make-list): Use `highlight-changes-colors'.
15646
15647 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15648
15649 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15650 defun-prompt-regexp.
15651
15652 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15653
15654 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15655 and cygwin.
15656
15657 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15658 Don't use an old loaddefs.el, as in Makefile.in.
15659
15660 2005-06-12 Lute Kamstra <lute@gnu.org>
15661
15662 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15663
15664 * man.el (Man-mode-map): Initialize it properly.
15665 (Man-mode): Set mode-class property to special.
15666
15667 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15668
15669 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15670
15671 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15672 A newline is needed in the docstring there.
15673
15674 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15675 Doc fixes.
15676
15677 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15678
15679 * printing.el: Doc fix. The menubar is no more changed when printing
15680 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15681 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15682 (pr-version): New version number (6.8.4).
15683 (pr-menu-bind): New command.
15684 (pr-update-menus): Docstring and code fix.
15685 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15686 Docstring fix.
15687 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15688 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15689
15690 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15691
15692 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15693 "Returns" to "return", document useful return values, etc.
15694
15695 2005-06-11 Alan Mackenzie <acm@muc.de>
15696
15697 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15698 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15699 (adaptive-file-function): Minor amendment to doc-string.
15700
15701 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15702
15703 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15704 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15705 Fix :type--it is `integer', not `string'.
15706
15707 * faces.el (modeline-highlight): Rename from (the erroneous)
15708 `modeline-higilight'.
15709
15710 2005-06-11 Lute Kamstra <lute@gnu.org>
15711
15712 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15713 lisp-interaction-mode-map but make it the parent.
15714 (edebug-eval-mode): Use define-derived-mode.
15715
15716 2005-06-11 Andreas Schwab <schwab@suse.de>
15717
15718 * bindings.el: Add binding of `ESC functionkey' for every
15719 `M-functionkey'.
15720 * hexl.el (hexl-mode-map): Likewise.
15721
15722 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15723
15724 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15725 [msft]: update regexp for newer msft compilers.
15726
15727 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15728
15729 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15730 ATTLIST portions of included DTDs.
15731 (xml-parse-dtd): Eliminate use of inefficient match-data.
15732
15733 2005-06-10 Miles Bader <miles@gnu.org>
15734
15735 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15736 (mpuz-text): Remove "-face" suffix from face names.
15737 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15738 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15739 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15740
15741 * play/gomoku.el (gomoku-O, gomoku-X):
15742 Remove "-face" suffix from face names.
15743 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15744 New backward-compatibility aliases for renamed faces.
15745 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15746
15747 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15748
15749 * thumbs.el: Fixes for changes of 2005-06-09.
15750 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15751 as a directory.
15752 (thumbs-thumbname): Remove directory separator from format string;
15753 `thumbs-thumbsdir' now returns a valid directory name.
15754 (thumbs-temp-dir): New defsubst.
15755 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15756 Use it.
15757
15758 * cus-edit.el (minibuffer):
15759 * files.el (make-backup-file-name-function):
15760 * filesets.el (filesets-external-viewers):
15761 * hilit-chg.el (highlight-changes-colours)
15762 (highlight-changes-face-list, highlight-changes-rotate-faces):
15763 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15764 * kmacro.el (kmacro-call-macro):
15765 * log-edit.el (log-edit-changelog-full-paragraphs):
15766 * mouse.el (mouse-1-click-follows-link):
15767 * skeleton.el (skeleton-autowrap):
15768 * subr.el (insert-for-yank-1):
15769 * tempo.el (tempo-insert-region):
15770 * terminal.el (terminal-emulator):
15771 * time.el (display-time-mail-face):
15772 * vc.el (vc-annotate):
15773 * vcursor.el (vcursor-copy-line):
15774 * woman.el (woman-bold-headings, woman-ignore)
15775 (woman-default-faces, woman-monochrome-faces):
15776 * calendar/todo-mode.el (todo-insert-threshold):
15777 * emulation/pc-select.el (pc-select-selection-keys-only)
15778 (pc-selection-mode):
15779 * emulation/vip.el (vip-find-char-forward):
15780 * emulation/viper-cmd.el (viper-find-char-forward):
15781 * international/mule-cmds.el
15782 (select-safe-coding-system-accept-default-p)
15783 (input-method-exit-on-invalid-key):
15784 * international/mule-diag.el (describe-coding-system):
15785 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15786 * net/browse-url.el (browse-url-xterm-program):
15787 * obsolete/lazy-lock.el (lazy-lock-mode):
15788 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15789 (cperl-mode):
15790 * progmodes/cpp.el (cpp-face-light-name-list)
15791 (cpp-face-dark-name-list):
15792 * progmodes/delphi.el (delphi-newline-always-indents):
15793 Fix spellings in docstrings.
15794
15795 * ido.el (ido-mode, ido-file-extensions-order)
15796 (ido-default-file-method, ido-default-buffer-method)
15797 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15798 (ido-decorations, ido-read-file-name-as-directory-commands)
15799 (ido-read-file-name-non-ido, ido-work-directory-list)
15800 (ido-ignore-item-temp-list, ido-current-directory)
15801 (ido-magic-forward-char, ido-enter-find-file)
15802 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15803 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15804
15805 2005-06-10 Lute Kamstra <lute@gnu.org>
15806
15807 * play/dunnet.el (dun-mode): Use define-derived-mode.
15808 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
15809 obsolete alias.
15810
15811 * play/doctor.el (doctor-mode-map): Remove defvar.
15812 (doctor-mode): Use define-derived-mode.
15813
15814 * mail/mspools.el (mspools-mode):
15815 * net/eudc-hotlist.el (eudc-hotlist-mode):
15816 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15817
15818 2005-06-10 Miles Bader <miles@gnu.org>
15819
15820 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15821 Remove "-face" suffix from face names.
15822 (flyspell-incorrect-face, flyspell-duplicate-face):
15823 New backward-compatibility aliases for renamed faces.
15824 (flyspell-mode-on, make-flyspell-overlay)
15825 (flyspell-highlight-incorrect-region)
15826 (flyspell-highlight-duplicate-region)
15827 (flyspell-display-next-corrections)
15828 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15829
15830 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15831 from face name.
15832 (texinfo-heading-face): New backward-compatibility alias for
15833 renamed face.
15834 (texinfo-heading-face): Use renamed texinfo-heading face.
15835
15836 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15837 suffix from face names.
15838 (tex-math-face, tex-verbatim-face):
15839 New backward-compatibility aliases for renamed faces.
15840 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15841 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15842 literal face name.
15843
15844 * textmodes/table.el (table-cell): Remove "-face" suffix from face
15845 name.
15846 (table-cell-face): New backward-compatibility alias for renamed face.
15847 (table--put-cell-face-property, table--update-cell-face):
15848 Use renamed table-cell face.
15849
15850 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15851 from face name.
15852 (sgml-namespace-face): New backward-compatibility alias for
15853 renamed face.
15854 (sgml-namespace-face): Use renamed sgml-namespace face.
15855
15856 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15857 (org-level-4, org-level-5, org-level-6, org-level-7)
15858 (org-level-8, org-warning, org-headline-done)
15859 (org-deadline-announce, org-scheduled-today)
15860 (org-scheduled-previously, org-link, org-done, org-table)
15861 (org-time-grid): Remove "-face" suffix from face names.
15862 (org-level-1-face, org-level-2-face, org-level-3-face)
15863 (org-level-4-face, org-level-5-face, org-level-6-face)
15864 (org-level-7-face, org-level-8-face, org-warning-face)
15865 (org-headline-done-face, org-deadline-announce-face)
15866 (org-scheduled-today-face, org-scheduled-previously-face)
15867 (org-link-face, org-done-face, org-table-face)
15868 (org-time-grid-face):
15869 New backward-compatibility aliases for renamed faces.
15870 (org-level-faces, org-set-font-lock-defaults, org-timeline)
15871 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15872 (org-agenda-get-timestamps, org-agenda-get-scheduled)
15873 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15874
15875 * emulation/viper-init.el (viper-search, viper-replace-overlay)
15876 (viper-minibuffer-emacs, viper-minibuffer-insert)
15877 (viper-minibuffer-vi): Remove "-face" suffix from face names.
15878 (viper-search-face, viper-replace-overlay-face)
15879 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15880 (viper-minibuffer-vi-face):
15881 New backward-compatibility aliases for renamed faces.
15882 (viper-search-face, viper-replace-overlay-face)
15883 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15884 (viper-minibuffer-vi-face): Use renamed viper faces.
15885
15886 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15887 Remove "-face" suffix from face names.
15888 (testcover-nohits-face, testcover-1value-face):
15889 New backward-compatibility aliases for renamed faces.
15890 (testcover-mark): Use renamed testcover faces.
15891
15892 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15893 face name.
15894 (diary-button-face): New backward-compatibility alias for renamed face.
15895 (diary-entry): Use renamed diary-button face.
15896
15897 * calendar/calendar.el (diary, calendar-today, holiday)
15898 (mark-visible-calendar-date): Remove "-face" suffix from face names.
15899 (diary-face, calendar-today-face, holiday-face):
15900 New backward-compatibility aliases for renamed faces.
15901 (eval-after-load "facemenu", diary-entry-marker)
15902 (calendar-today-marker, calendar-holiday-marker, diary-face):
15903 Use renamed calendar faces.
15904
15905 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15906 (compare-windows-face): New backward-compatibility alias for
15907 renamed face.
15908 (compare-windows-highlight): Use renamed compare-windows face.
15909
15910 * strokes.el (strokes-char): Remove "-face" suffix from face name.
15911 (strokes-char-face): New backward-compatibility alias for renamed face.
15912 (strokes-encode-buffer): Use renamed strokes-char face.
15913
15914 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15915 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15916 Remove "-face" suffix from face names.
15917 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15918 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15919 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15920 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15921 Use renamed pcvs faces.
15922 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15923 * pcvs-defs.el (cvs-mode-map): Likewise.
15924 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15925
15926 * info.el (info-title-1, info-title-2, info-title-3)
15927 (info-title-4): Remove "-face" suffix from and downcase face names.
15928 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15929 (Info-title-4-face):
15930 New backward-compatibility aliases for renamed faces.
15931 (Info-fontify-node): Use renamed info faces.
15932
15933 * hilit-chg.el (highlight-changes, highlight-changes-delete):
15934 Remove "-face" suffix from face names.
15935 (highlight-changes-face, highlight-changes-delete-face):
15936 New backward-compatibility aliases for renamed faces.
15937 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15938 (hilit-chg-make-list): Use renamed highlight-changes faces.
15939
15940 * generic-x.el (show-tabs-tab, show-tabs-space):
15941 Remove "-face" suffix from face names.
15942 (show-tabs-tab-face, show-tabs-space-face):
15943 New backward-compatibility aliases for renamed faces.
15944 (show-tabs-generic-mode-font-lock-defaults-1)
15945 (show-tabs-generic-mode-font-lock-defaults-2):
15946 Use renamed show-tabs faces.
15947
15948 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15949 (smerge-markers): Remove "-face" suffix from face names.
15950 (smerge-mine-face, smerge-other-face, smerge-base-face)
15951 (smerge-markers-face):
15952 New backward-compatibility aliases for renamed faces.
15953 (smerge-mine-face, smerge-other-face, smerge-base-face)
15954 (smerge-markers-face): Use renamed smerge faces.
15955
15956 * log-view.el (log-view-file, log-view-message): Remove "-face"
15957 suffix from face names.
15958 (log-view-file-face, log-view-message-face):
15959 New backward-compatibility aliases for renamed faces.
15960 (log-view-file-face, log-view-message-face): Use renamed log-view
15961 faces.
15962
15963 * paren.el (show-paren-match, show-paren-mismatch):
15964 Remove "-face" suffix from face names.
15965 (show-paren-match-face, show-paren-mismatch-face):
15966 New backward-compatibility aliases for renamed faces.
15967 (show-paren-function): Use renamed show-paren faces.
15968
15969 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15970 (ruler-mode-margins, ruler-mode-fringes)
15971 (ruler-mode-column-number, ruler-mode-fill-column)
15972 (ruler-mode-comment-column, ruler-mode-goal-column)
15973 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15974 suffix from face names.
15975 (ruler-mode-default-face, ruler-mode-pad-face)
15976 (ruler-mode-margins-face, ruler-mode-fringes-face)
15977 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15978 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15979 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15980 New backward-compatibility aliases for renamed faces.
15981 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15982 (ruler-mode-column-number, ruler-mode-fill-column)
15983 (ruler-mode-comment-column, ruler-mode-goal-column)
15984 (ruler-mode-tab-stop, ruler-mode-current-column)
15985 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15986 faces.
15987
15988 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15989 face name.
15990 (whitespace-highlight-the-space): Use renamed face.
15991 (whitespace-highlight-face): New backward-compatibility alias for
15992 renamed face.
15993
15994 * woman.el (woman-italic, woman-bold, woman-unknown)
15995 (woman-addition, woman-symbol-face):
15996 Remove "-face" suffix from face names.
15997 (woman-italic-face, woman-bold-face, woman-unknown-face)
15998 (woman-addition-face):
15999 New backward-compatibility aliases for renamed faces.
16000 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
16001 (woman-decode-region, woman-replace-match)
16002 (woman-display-extended-fonts, woman-special-characters)
16003 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
16004 Use renamed woman faces.
16005
16006 * longlines.el (longlines-visible-face): Face removed.
16007
16008 * diff-mode.el (diff-header, diff-file-header, diff-index)
16009 (diff-hunk-header, diff-removed, diff-added, diff-changed)
16010 (diff-function, diff-context, diff-nonexistent): Remove "-face"
16011 suffix from face names.
16012 (diff-header-face, diff-file-header-face, diff-index-face)
16013 (diff-hunk-header-face, diff-removed-face, diff-added-face)
16014 (diff-changed-face, diff-function-face, diff-context-face)
16015 (diff-nonexistent-face): New backward-compatibility aliases for
16016 renamed faces.
16017 (diff-header-face, diff-file-header-face)
16018 (diff-index, diff-index-face, diff-hunk-header)
16019 (diff-hunk-header-face, diff-removed, diff-removed-face)
16020 (diff-added, diff-added-face, diff-changed-face, diff-function)
16021 (diff-function-face, diff-context-face, diff-nonexistent)
16022 (diff-nonexistent-face): Use renamed diff-mode faces.
16023
16024 * progmodes/compile.el (compilation-warning-face)
16025 (compilation-info-face): Remove "-face" suffix from face names.
16026 (compilation-warning-face, compilation-info-face):
16027 New backward-compatibility aliases for renamed faces.
16028 (compilation-warning-face, compilation-info-face):
16029 Use renamed compilation faces.
16030
16031 * add-log.el (change-log-date, change-log-name)
16032 (change-log-email, change-log-file, change-log-list)
16033 (change-log-conditionals, change-log-function)
16034 (change-log-acknowledgement): Remove "-face" suffix from face names.
16035 (change-log-date-face, change-log-name-face)
16036 (change-log-email-face, change-log-file-face)
16037 (change-log-list-face, change-log-conditionals-face)
16038 (change-log-function-face, change-log-acknowledgement-face):
16039 New backward-compatibility aliases for renamed faces.
16040 (change-log-font-lock-keywords): Use renamed change-log faces.
16041
16042 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
16043 (custom-set, custom-changed, custom-saved, custom-button)
16044 (custom-button-pressed, custom-documentation, custom-state)
16045 (custom-comment, custom-comment-tag, custom-variable-tag)
16046 (custom-variable-button, custom-face-tag, custom-group-tag-1)
16047 (custom-group-tag): Remove "-face" suffix from face names.
16048 (custom-magic-alist, custom-magic-value-create)
16049 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
16050 (custom-invalid-face, custom-rogue-face, custom-modified-face)
16051 (custom-set-face, custom-changed-face, custom-saved-face)
16052 (custom-button-face, custom-button-pressed-face)
16053 (custom-documentation-face, custom-state-face)
16054 (custom-comment-face, custom-comment-tag-face)
16055 (custom-variable-tag-face, custom-variable-button-face)
16056 (custom-face-tag-face, custom-group-tag-face-1)
16057 (custom-group-tag-face):
16058 New backward-compatibility aliases for renamed faces.
16059
16060 * wid-edit.el (widget-documentation, widget-button)
16061 (widget-field, widget-single-line-field, widget-inactive)
16062 (widget-button-pressed): "-face" suffix removed from face names.
16063 (widget-documentation-face, widget-button-face)
16064 (widget-field-face, widget-single-line-field-face)
16065 (widget-inactive-face, widget-button-pressed-face):
16066 New backward-compatibility aliases for renamed faces.
16067 (widget-documentation-face, widget-button-face)
16068 (widget-button-pressed-face, widget-specify-field)
16069 (widget-specify-inactive): Use renamed widget faces.
16070
16071 2005-06-10 Kenichi Handa <handa@m17n.org>
16072
16073 * term/x-win.el (x-clipboard-yank): Remove condition-case
16074 wrapping.
16075
16076 2005-06-11 Kenichi Handa <handa@m17n.org>
16077
16078 * add-log.el (change-log-font-lock-keywords): Make the regexp for
16079 date lines stricter.
16080
16081 2005-06-10 Zhang Wei <id.brep@gmail.com>
16082
16083 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
16084 of x-get-selection.
16085
16086 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16087
16088 * comint.el (comint-mode, comint-snapshot-last-prompt):
16089 * frame.el (frame-current-scroll-bars):
16090 * term.el (term-mode, term-check-proc, term-input-sender)
16091 (term-simple-send, term-extract-string, term-word)
16092 (term-match-partial-filename):
16093 * window.el (window-current-scroll-bars):
16094 * emulation/cua-base.el (cua-normal-cursor-color)
16095 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
16096 (cua-global-mark-cursor-color):
16097 * mail/undigest.el (rmail-forward-separator-regex):
16098 Fix typos in docstrings.
16099
16100 * comint.el (comint-check-proc, make-comint-in-buffer)
16101 (comint-source-default): Doc fixes.
16102
16103 * term.el (term-send-string): Improve argument/docstring consistency.
16104
16105 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
16106
16107 * comint.el (comint-send-input): Bind `inhibit-read-only' around
16108 call to `delete-region'.
16109 (comint-mode-hook): Do not enable Font Lock by default.
16110
16111 2005-06-09 Lute Kamstra <lute@gnu.org>
16112
16113 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
16114 could be void.
16115
16116 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
16117
16118 * emacs-lisp/debug.el (debugger-will-be-back): New var.
16119 (debug): Use it.
16120 (debugger-step-through, debugger-continue, debugger-jump)
16121 (debugger-return-value): Set it when needed.
16122 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
16123 Use inhibit-read-only.
16124
16125 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
16126
16127 * window.el (shrink-window-if-larger-than-buffer)
16128 (window-size-fixed): Fix typo in docstring.
16129
16130 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
16131 thumbnails directory on loading.
16132 (thumbs-conversion-program): Use `eq' to check the system type,
16133 not `equal'.
16134 (thumbs-temp-dir): Initialize to `temporary-file-directory',
16135 not "/tmp". Fix docstring.
16136 (thumbs-thumbsdir): New function to return the thumbnails
16137 directory, creating it if needed.
16138 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
16139 (thumbs-temp-file): Delete variable and make it into a function.
16140 (thumbs-resize-image, thumbs-modify-image): Use it.
16141 (thumbs-kill-buffer): Simplify.
16142 (thumbs-gensym): Defalias or duplicate CL `gensym'.
16143 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
16144 docstrings.
16145
16146 2005-06-09 Kim F. Storm <storm@cua.dk>
16147
16148 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
16149 set-match-data to free markers in match-data.
16150
16151 * replace.el (replace-match-data): Pass RESEAT arg `t' to
16152 match-data to unchain markers in match-data.
16153
16154 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
16155
16156 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16157 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
16158 unnecessary now.
16159
16160 2005-06-08 Richard M. Stallman <rms@gnu.org>
16161
16162 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16163 give the variable a doc string that doesn't say don't set it directly.
16164
16165 * textmodes/ispell.el (ispell-check-version):
16166 Use match-string-no-properties.
16167 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16168 (ispell-buffer-local-words): Likewise.
16169
16170 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16171 except on terminals with enough colors to really display it.
16172 (makefile-dependency-regex): Delete spurious `bb'.
16173
16174 * faces.el (escape-glyph): Use blue once again in last case.
16175 (no-break-space): Redefine so that it isn't invisible on a tty.
16176
16177 2005-06-08 Kim F. Storm <storm@cua.dk>
16178
16179 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16180 also when reading directory name.
16181
16182 2005-06-08 Lute Kamstra <lute@gnu.org>
16183
16184 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16185 (flyspell-mode-line-string): Remove autoload cookie.
16186 (flyspell-mode): Remove defvar.
16187
16188 2005-06-07 Lute Kamstra <lute@gnu.org>
16189
16190 * textmodes/org.el (org-run-mode-hooks): New function.
16191 (org-agenda-mode): Use it.
16192
16193 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16194
16195 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16196
16197 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16198
16199 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16200
16201 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16202
16203 * font-lock.el (font-lock-add-keywords): Doc fix.
16204
16205 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16206
16207 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16208 (tex-compile-default): In the absence of any history, use the order in
16209 tex-compile-alist to choose the preferred command.
16210 (tex-compile-commands): Reorder a bit.
16211
16212 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16213 (flyspell-incorrect-face, flyspell-duplicate-face):
16214 Use (X)Emacs-agnostic code.
16215 (flyspell-mode-map): Don't overwrite at each load. Remove code
16216 redundant with the subsequent add-minor-mode. Merge Emacs and
16217 XEmacs code.
16218 (flyspell-word): Minor simplification.
16219 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16220 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16221 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16222 Merge the corresponding Emacs code.
16223 (flyspell-correct-word, flyspell-xemacs-popup):
16224 Use flyspell-do-correct.
16225
16226 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16227 a dedicated window.
16228
16229 * international/latexenc.el (latexenc-find-file-coding-system):
16230 Undo part of last patch, to turn off a compiler warning.
16231
16232 2005-06-06 Juri Linkov <juri@jurta.org>
16233
16234 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16235 Rename `tmm-inactive-face' to `tmm-inactive'.
16236
16237 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16238
16239 * iswitchb.el: Rename faces.
16240
16241 2005-06-06 Kim F. Storm <storm@cua.dk>
16242
16243 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16244 (cua-global-mark): Remove -face suffix from face names.
16245
16246 * emulation/cua-gmrk.el (cua--init-global-mark):
16247 Remove cua-global-mark face setup.
16248
16249 2005-06-06 Richard M. Stallman <rms@gnu.org>
16250
16251 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16252 just like other allowed characters.
16253 (makefile-match-dependency): Exclude leading and training whitespace
16254 from the range of regexp subexp 1.
16255 (makefile-macroassign-regex): Don't try to match the body,
16256 just the name of the macro being defined.
16257
16258 * info.el (Info-read-node-name-2): New function.
16259 (Info-read-node-name-1): Use that.
16260 Add a completion-base-size-function property.
16261
16262 * simple.el (completion-setup-function): Look for
16263 completion-base-size-function property of minibuffer-completion-table.
16264
16265 * files.el (locate-file-completion): Doc fix.
16266
16267 * printing.el: Don't call pr-update-menus; user must do that.
16268
16269 * emacs-lisp/debug.el (debugger-window): New variable.
16270 (debug): Use debugger-window if it is set and still alive.
16271 Record debugger-window for next entry.
16272
16273 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16274
16275 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16276
16277 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16278 (hack-one-local-variable, hack-local-variables)
16279 (hack-local-variables-prop-line): Pass that arg.
16280
16281 2005-06-06 Kim F. Storm <storm@cua.dk>
16282
16283 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16284 (ido-indicator): Remove -face suffix from face names.
16285
16286 2005-06-06 Juri Linkov <juri@jurta.org>
16287
16288 * font-lock.el (font-lock-regexp-backslash)
16289 (font-lock-regexp-backslash-construct): New faces.
16290 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16291 after `('. Add `while-no-input' to control structures.
16292
16293 * faces.el (no-break-space, shadow): New faces.
16294 (escape-glyph): Use less loud colors pink2 and red4.
16295
16296 * diff-mode.el (diff-context-face)
16297 * dired.el (dired-ignored)
16298 * rfn-eshadow.el (file-name-shadow)
16299 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16300
16301 * info.el (Info-title-1-face): Use green instead of yellow because
16302 bold yellow is not readable on light backgrounds.
16303
16304 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16305 before selecting the desired mode to not spend time fontifying
16306 old contents.
16307
16308 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16309
16310 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16311 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16312
16313 * ps-print.el (ps-default-fg, ps-default-bg):
16314 Fix typos in docstrings.
16315
16316 * isearchb.el (isearchb): Don't pass a spurious second argument to
16317 `iswitchb-completions'.
16318
16319 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16320
16321 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16322 to preserve point.
16323 (gdb-find-file-hook): Add doc string.
16324
16325 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16326 C dereferenced pointer expression.
16327 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16328
16329 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16330
16331 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16332 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16333 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16334 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16335 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16336 Make background transparent.
16337
16338 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16339
16340 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16341 (font-lock-remove-keywords): Doc fix.
16342 (font-lock-mode-major-mode): Compiler defvar.
16343 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16344
16345 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16346 (font-lock-mode): Update `font-lock-mode-major-mode'.
16347 (font-lock-set-defaults): Compiler defvar.
16348 (font-lock-default-function): Take `font-lock-mode-major-mode'
16349 into account.
16350
16351 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16352 keep track of which major mode it enabled the minor mode for.
16353 Use find-file-hook again. Update docstring.
16354
16355 * simple.el (eval-expression-print-level)
16356 (eval-expression-print-length, eval-expression-debug-on-error):
16357 Doc fixes.
16358
16359 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16360
16361 * iswitchb.el (iswitchb-single-match-face)
16362 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16363 (iswitchb-invalid-regexp-face): New faces.
16364 (iswitchb-completions): Use them.
16365 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16366 now marked as an obsolete alias.
16367 (iswitchb-read-buffer): Remove check for bound font variables.
16368 (iswitchb-invalid-regexp): New free variable.
16369 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16370 set iswitchb-invalid-regexp.
16371 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16372 invalid regexps.
16373 (iswitchb-completions): Add check for complete match when entering
16374 a regexp.
16375 (iswitchb-completions): Remove require-match argument.
16376 (iswitchb-exhibit): Fix caller.
16377 (iswitchb-common-match-inserted): New variable.
16378 (iswitchb-complete, iswitchb-completion-help): Use it.
16379
16380 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16381
16382 * url-http.el (url-http-chunked-encoding-after-change-function):
16383 Use `url-http-debug' instead of `message'.
16384
16385 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16386
16387 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16388 callback argument.
16389
16390 2005-06-04 Kim F. Storm <storm@cua.dk>
16391
16392 * simple.el (line-move): Only call sit-for when moving backwards.
16393
16394 * ido.el (ido-make-merged-file-list-1): New defun split from
16395 ido-make-merged-file-list.
16396 (ido-make-merged-file-list): Bind throw-on-input around call to
16397 ido-make-merged-file-list-1. Return input-pending-p if
16398 interrupted by more input available.
16399 (ido-read-internal): Handle input-pending-p return value from
16400 ido-make-merged-file-list.
16401
16402 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16403
16404 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16405 compatibility code.
16406
16407 * international/latexenc.el (latexenc-find-file-coding-system):
16408 Don't inherit the EOL part of the coding-system from the
16409 tex-main buffer. Fit within 80 columns.
16410
16411 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16412
16413 * tmm.el (tmm-inactive-face): New face.
16414 (tmm-remove-inactive-mouse-face): New function.
16415 (tmm-prompt, tmm-add-one-shortcut)
16416 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16417 but not selectable.
16418
16419 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16420
16421 * faces.el (face-equal): Improve argument/docstring consistency.
16422
16423 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16424
16425 * progmodes/make-mode.el (makefile-targets-face)
16426 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16427 (makefile-bsdmake-dependency-regex)
16428 (makefile-makepp-rule-action-regex)
16429 (makefile-bsdmake-rule-action-regex): New constants.
16430 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16431
16432 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16433 Allow (...) within `...' for makepp messages.
16434
16435 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16436
16437 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16438
16439 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16440 "." files are deleted from all file lists before comparison.
16441
16442 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16443 (viper-ESC-key): Made them customizable.
16444
16445 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16446
16447 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16448
16449 * autorevert.el (auto-revert-buffers): Use save-match-data.
16450
16451 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16452
16453 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16454 menu items with a nil command binding.
16455
16456 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16457
16458 * emacs-lisp/cl-macs.el (defsetf):
16459 Improve argument/docstring consistency.
16460
16461 * faces.el (list-faces-display): Improve the formatting by
16462 computing the maximum length required for any face-name (reworked
16463 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16464 (internal-find-face): Remove redundant info in docstring.
16465
16466 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16467
16468 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16469 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16470 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16471 (gdb-assembler-custom): Improve regexps.
16472 (def-gdb-auto-update-handler): Use window point to preserve point.
16473
16474 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16475
16476 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16477
16478 2005-05-31 Jay Belanger <belanger@truman.edu>
16479
16480 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16481 to calc-embedded.
16482 (calc-embedded-make-info): Have plain prefix argument select
16483 entire line.
16484
16485 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16486
16487 * faces.el (list-faces-display): Signal error if passed a regexp
16488 that matches no face name.
16489
16490 * simple.el (filter-buffer-substring): Fix typo in docstring.
16491
16492 2005-05-31 Richard M. Stallman <rms@gnu.org>
16493
16494 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16495 (vhdl-emacs-21): Doc fix.
16496 (vhdl-mode): Unconditionally set comment-padding.
16497 (vhdl-fixup-whitespace-region): Insert spaces only where
16498 there are none.
16499 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16500
16501 2005-05-30 John Wiegley <johnw@newartisans.com>
16502
16503 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16504 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16505 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16506 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16507 `string-to-number'.
16508
16509 2005-05-30 Jay Belanger <belanger@truman.edu>
16510
16511 * calc/calc.el (calc-bug-address): Fix docstring.
16512 (calc-window-hook, calc-trail-window-hook): New variables.
16513 (calc-trail-display): Restore use of calc-trail-window-hook.
16514 (calc): Restore use of calc-window-hook.
16515
16516 2005-05-31 Masatake YAMATO <jet@gyve.org>
16517
16518 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16519
16520 * help-fns.el (help-C-file-name): Add autoload mark for
16521 `find-function-noselect'.
16522
16523 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16524
16525 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16526 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16527
16528 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16529
16530 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16531 included diary buffer if it was not already being visited.
16532 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16533
16534 * calendar/icalendar.el (top-level): Do not require appt.
16535
16536 * mail/supercite.el (sc-select-attribution): Only use a list
16537 element from sc-attrib-selection-list if it returns a string.
16538 Reported by Davide G. M. Salvetti <salve@debian.org>.
16539
16540 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16541
16542 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16543 includes a hash value to improve its uniqueness, and has a ".jpg"
16544 extension. Also, it is now a valid filename on all systems.
16545 (thumbs-make-thumb): Use `let', not `let*'.
16546 (thumbs-show-thumbs-list): Check for JPEG availability.
16547
16548 2005-05-30 Richard M. Stallman <rms@gnu.org>
16549
16550 * filesets.el (filesets-menu-ensure-use-cached):
16551 Prevent warning when emacs-version>= is undefined.
16552
16553 * printing.el (pr-interactive-n-up): Use string-to-number.
16554
16555 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16556
16557 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16558 Warn only when name to be defined is quoted.
16559
16560 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16561
16562 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16563 Make regexp more robust.
16564 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16565 Force regeneration of disassembly.
16566
16567 2005-05-29 Jay Belanger <belanger@truman.edu>
16568
16569 * calc/calc.el (calc-user-invocation): Check if
16570 calc-invocation-macro is non-nil.
16571
16572 2005-05-29 Juri Linkov <juri@jurta.org>
16573
16574 * add-log.el (change-log-font-lock-keywords):
16575 Add `+' to e-mail regexp to accept mail address with keywords.
16576
16577 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16578
16579 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16580
16581 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16582
16583 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16584
16585 2005-05-29 Richard M. Stallman <rms@gnu.org>
16586
16587 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16588 Undo the change that moves to end of the current word.
16589
16590 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16591
16592 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16593 Throw error when count <= 0 to ensure input is a number.
16594 (gdb-read-memory-custom): Pick up address from buffer.
16595 (gdb-memory-mode): Allow user to increment and decrement
16596 memory address from header line.
16597
16598 2005-05-29 Richard M. Stallman <rms@gnu.org>
16599
16600 * flyspell.el (flyspell-version): Function deleted.
16601 (flyspell-auto-correct-previous-hook): Doc fix.
16602
16603 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16604 Do nothing if memory is full.
16605
16606 * font-lock.el (font-lock-fontify-syntactically-region):
16607 Pass t for GREEDY to looking-back.
16608
16609 * saveplace.el (save-place-alist-to-file): Write the file
16610 using write-region.
16611
16612 * subr.el (looking-back): New argument GREEDY.
16613
16614 * progmodes/compile.el (compilation-start): Set the mode
16615 before inserting the initial text.
16616
16617 * progmodes/which-func.el (which-func-update-1): Turn the mode
16618 off in case of error by setting which-func-mode.
16619
16620 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16621
16622 * flyspell.el (flyspell-auto-correct-previous-word):
16623 Narrow down to what's on the screen, and recenter overlays
16624 at the end of the next word.
16625
16626 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16627
16628 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16629 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16630 (flyspell-abbrev-p): Default to nil.
16631 (flyspell-use-global-abbrev-table-p): Doc fix.
16632 (flyspell-large-region): Allow nil as value.
16633 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16634
16635 (mail-mode-flyspell-verify): More robust handling
16636 of `mail-header-separator'. More efficient signature detection.
16637 Allow for regexp metacharacters in message-header-separator.
16638 Adding `To' not to be checked in mail-mode-flyspell-verify.
16639
16640 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16641 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16642 Bind flyspell-auto-correct-binding.
16643 Bind C-. and C-, .
16644 (flyspell-mode-map): Likewise.
16645 (flyspell-mode): Doc fix.
16646 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16647 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16648 (flyspell-word-cache-result): New var, always local.
16649 (flyspell-check-pre-word-p): Doc fix.
16650 (flyspell-check-changed-word-p): Handle spc like newline.
16651 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16652 (flyspell-word-search-backward, flyspell-word-search-forward):
16653 New functions.
16654 (flyspell-word): Return t if nothing to check.
16655 When parsing TeX code, check for after } or \.
16656 Use flyspell-word-search-backward to find previous word.
16657 Return nil if duplicated word.
16658 For word already checked, return same value as last time.
16659 Set flyspell-word-cache-result after checking.
16660 Don't clobber the return value.
16661 (flyspell-get-word): Major rewrite.
16662 (flyspell-external-point-words): New locals pword, pcount.
16663 Fix size used in progress message.
16664 Find the proper corresponding word in flyspell-large-region-buffer.
16665 (flyspell-region): Check for flyspell-large-region = nil.
16666 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16667 (flyspell-auto-correct-word): Check that WORD is a cons.
16668 (flyspell-correct-word): Likewise.
16669
16670 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16671
16672 * progmodes/make-mode.el (makefile-rule-action-regex)
16673 (makefile-macroassign-regex, makefile-makepp-mode)
16674 (makefile-bsdmake-mode): Continuation lines may be empty.
16675 Reported by Joshua Varner.
16676 (makefile-makepp-font-lock-keywords): Add $(stem).
16677
16678 2005-05-28 Karl Berry <karl@gnu.org>
16679
16680 * textmodes/tex-mode.el: Now that tex-send-command calls
16681 shell-quote-argument (2005-03-31 change), remove all calls to
16682 shell-quote-argument; they all end up invoking tex-send-command.
16683 The double quoting loses on filenames with non-safe characters,
16684 such as "@". Reported by Frederik Fouvry.
16685
16686 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16687
16688 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16689 about preserving point.
16690
16691 2005-05-27 Jay Belanger <belanger@truman.edu>
16692
16693 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16694 Info-goto-node.
16695
16696 * calc/calc-embed.el (calc-embed-arg): New variable.
16697 (calc-do-embedded-activate, calc-embedded-activate-formula)
16698 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16699 variable by new variable.
16700 (calc-embedded-make-info): Replace undeclared variable by new
16701 variable. When selecting region with positive prefix
16702 argument, use end of previous line instead of beginning of line.
16703
16704 * calc/calc-aent.el (calc-arg-values): Declare it.
16705
16706 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16707 Declare them.
16708
16709 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16710
16711 * calc/calc.el (calc-alg-map): Declare it.
16712
16713 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16714
16715 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16716
16717 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16718 (gdb-registers-buffer, toggle-gdb-all-registers):
16719 Toggle display of floating point registers.
16720 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16721
16722 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16723 (toggle-gud-tooltip-dereference):
16724 Rename from gud-toggle-tooltip-dereference.
16725
16726 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16727
16728 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16729
16730 2005-05-27 Jay Belanger <belanger@truman.edu>
16731
16732 * calc/calc-prog.el (calc-kbd-report): Remove.
16733 (calc-kbd-query): Rewrite.
16734
16735 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16736
16737 * image.el (image-library-alist): Move to image.c.
16738 (image-type-available-p): Doc fix.
16739
16740 2005-05-27 Lute Kamstra <lute@gnu.org>
16741
16742 * calc/calc.el (calc):
16743 * outline.el (outline-1, outline-2, outline-3, outline-4)
16744 (outline-5, outline-6, outline-7, outline-8):
16745 * textmodes/dns-mode.el (dns-mode):
16746 * textmodes/sgml-mode.el (sgml-namespace-face):
16747 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16748 (tex-verbatim-face, tex-use-reftex):
16749 * textmodes/texinfo.el (texinfo-heading-face):
16750 Specify customization group.
16751
16752 * longlines.el: Don't require easy-mmode.
16753 (longlines-visible-face): Specify customization group.
16754
16755 2005-05-27 Kenichi Handa <handa@m17n.org>
16756
16757 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16758 encoding table of windows-1251.
16759
16760 * international/ucs-tables.el (ucs-set-table-for-input):
16761 If translation-table-for-input of a coding system is a symbol, get
16762 its translation-table property.
16763
16764 * international/code-pages.el: Don't register a coding system into
16765 non-iso-charset-alist more than once.
16766 (cp-make-coding-system): Likewise.
16767
16768 2005-05-26 John Wiegley <johnw@newartisans.com>
16769
16770 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16771 `eshell-resume-eval' is wrapped in a list, it indicates that the
16772 command was run asynchronously. In that case, unwrap the value
16773 before checking the delimiter value.
16774
16775 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16776 character before a space at the end of a line is \, assume the space
16777 is part of the last argument rather than a final argument separator.
16778
16779 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16780 is in use, and the target is `t' or `nil' (which are the most common
16781 values), don't assume that the symbol target is a buffer.
16782
16783 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16784
16785 * calendar/calendar.el (calendar-mode-line-format):
16786 Use mode-line-highlight as mouse-face.
16787
16788 * time.el (display-time-string-forms, display-time-update):
16789 Use mode-line-highlight as mouse-face.
16790
16791 2005-05-26 Jay Belanger <belanger@truman.edu>
16792
16793 * calc/calc.el (calc-language-alist): Remove extra defvar.
16794
16795 2005-05-26 Lute Kamstra <lute@gnu.org>
16796
16797 * arc-mode.el (archive-mode):
16798 * bookmark.el (bookmark-read-annotation-mode)
16799 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16800 * bs.el (bs-mode):
16801 * calc/calc-yank.el (calc-edit-mode):
16802 * calc/calc.el (calc-mode, calc-trail-mode):
16803 * calculator.el (calculator-mode):
16804 * chistory.el (command-history-mode):
16805 * comint.el:
16806 * cus-edit.el (custom-mode):
16807 * descr-text.el (describe-text-mode):
16808 * ebuff-menu.el (Electric-buffer-menu-mode):
16809 * ediff-util.el (ediff-mode):
16810 * emacs-lisp/re-builder.el (reb-mode):
16811 * emulation/vi.el (vi-mode-setup):
16812 * emulation/ws-mode.el (wordstar-mode):
16813 * eshell/esh-mode.el (eshell-mode):
16814 * forms.el (forms-mode):
16815 * help-mode.el (help-mode):
16816 * hexl.el (hexl-mode):
16817 * ibuffer.el (ibuffer-mode):
16818 * ielm.el (inferior-emacs-lisp-mode):
16819 * info.el (Info-mode, Info-edit-mode):
16820 * international/swedish.el:
16821 * ledit.el (ledit-from-lisp-mode):
16822 * locate.el (locate-mode):
16823 * mail/rmail.el (rmail-mode):
16824 * mail/rmailedit.el (rmail-edit-mode):
16825 * mail/rmailsum.el (rmail-summary-mode):
16826 * mail/supercite.el (sc-electric-mode):
16827 * net/eudc.el (eudc-mode):
16828 * net/quickurl.el (quickurl-list-mode):
16829 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16830 * obsolete/ooutline.el (outline-mode):
16831 * obsolete/options.el (Edit-options-mode):
16832 * obsolete/rnews.el (news-mode):
16833 * obsolete/rnewspost.el (news-reply-mode):
16834 * play/5x5.el (5x5-mode):
16835 * play/decipher.el (decipher-mode, decipher-stats-mode):
16836 * play/gomoku.el (gomoku-mode):
16837 * play/snake.el (snake-mode):
16838 * play/solitaire.el (solitaire-mode):
16839 * play/tetris.el (tetris-mode):
16840 * progmodes/ada-mode.el (ada-mode):
16841 * progmodes/antlr-mode.el (antlr-mode):
16842 * progmodes/autoconf.el (autoconf-mode):
16843 * progmodes/dcl-mode.el (dcl-mode):
16844 * progmodes/delphi.el (delphi-mode):
16845 * progmodes/ebrowse.el (ebrowse-tree-mode)
16846 (ebrowse-electric-list-mode, ebrowse-member-mode)
16847 (ebrowse-electric-position-mode):
16848 * progmodes/f90.el (f90-mode):
16849 * progmodes/fortran.el (fortran-mode):
16850 * progmodes/icon.el (icon-mode):
16851 * progmodes/idlw-help.el (idlwave-help-mode):
16852 * progmodes/idlw-shell.el (idlwave-shell-mode):
16853 * progmodes/idlwave.el (idlwave-mode):
16854 * progmodes/inf-lisp.el (inferior-lisp-mode):
16855 * progmodes/m4-mode.el (m4-mode):
16856 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16857 * progmodes/modula2.el (modula-2-mode):
16858 * progmodes/octave-inf.el (inferior-octave-mode):
16859 * progmodes/octave-mod.el (octave-mode):
16860 * progmodes/pascal.el (pascal-mode):
16861 * progmodes/sh-script.el (sh-mode):
16862 * progmodes/sql.el (sql-mode, sql-interactive-mode):
16863 * progmodes/vhdl-mode.el (vhdl-mode):
16864 * progmodes/xscheme.el (scheme-interaction-mode):
16865 * replace.el (occur-mode):
16866 * ses.el (ses-mode):
16867 * simple.el (completion-list-mode):
16868 * skeleton.el:
16869 * speedbar.el (speedbar-mode):
16870 * term.el (term-mode):
16871 * terminal.el (terminal-edit-mode):
16872 * textmodes/reftex-index.el (reftex-index-mode)
16873 (reftex-index-phrases-mode):
16874 * textmodes/reftex-sel.el (reftex-select-label-mode)
16875 (reftex-select-bib-mode):
16876 * textmodes/reftex-toc.el (reftex-toc-mode):
16877 * wdired.el (wdired-change-to-wdired-mode):
16878 * wid-browse.el (widget-browse-mode):
16879 Use run-mode-hooks.
16880
16881 * array.el (array-mode):
16882 * calendar/todo-mode.el (todo-mode):
16883 * man.el (Man-mode):
16884 * play/landmark.el (lm-mode):
16885 * play/mpuz.el (mpuz-mode):
16886 Use kill-all-local-variables and run-mode-hooks.
16887
16888 * subr.el (delay-mode-hooks): Specify indentation.
16889
16890 2005-05-26 Mark A. Hershberger <mah@everybody.org>
16891
16892 * xml.el (xml-substitute-special): Don't die for undefined xml
16893 entities.
16894
16895 2005-05-26 Jay Belanger <belanger@truman.edu>
16896
16897 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16898 of nil.
16899
16900 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
16901
16902 * progmodes/gdb-ui.el (gdb-frame-address):
16903 Rename from gdb-current-address.
16904 (gdb-previous-frame-address): Rename from gdb-previous-address.
16905 (gdb-selected-frame): Rename from gdb-current-frame.
16906 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16907 (gdb-frame-number): Rename from gdb-current-stack-level.
16908 (gdb-ann3): Match new mode-name for disassembly buffer.
16909 Extend initialization of variables.
16910 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16911 (gdb-memory-mode): Use mouse-face in header line.
16912 (gdb-assembler-buffer-name): Call it disassembly and give frame
16913 in mode line.
16914 (gdb-source-spec-regexp, gdb-assembler-custom)
16915 (gdb-invalidate-assembler, gdb-frame-handler):
16916 Make robust to leading zeroes in address format.
16917
16918 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
16919
16920 * textmodes/org.el (org-mode): Use `define-derived-mode' to
16921 define `org-mode'.
16922 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16923
16924 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
16925
16926 * log-edit.el (log-edit-changelog-entries): Distinguish between
16927 filenames like xfns.c and fns.c.
16928
16929 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
16930
16931 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16932 point after reverting.
16933 (Buffer-menu-make-sort-button): Handle the case where
16934 `Buffer-menu-use-header-line' is nil.
16935
16936 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
16937
16938 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16939 New funcs. In minibuffer-local-completion-map bind `]', `/'
16940 and `:' to them.
16941
16942 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
16943
16944 * startup.el (normal-top-level): Allow modification of load-path while
16945 we're iterating over it.
16946
16947 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
16948
16949 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16950 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16951 (thumbs-resize-interactive, thumbs-insert-image)
16952 (thumbs-insert-thumb, thumbs-dired-show-marked)
16953 (thumbs-find-image-at-point, thumbs-delete-images)
16954 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16955 (thumbs-increment-image-size, thumbs-decrement-image-size):
16956 Fix typos in docstrings.
16957
16958 2005-05-24 Andre Spiegel <spiegel@gnu.org>
16959
16960 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16961 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16962 (cperl-mode): Use them.
16963
16964 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
16965
16966 * window.el (quit-window, shrink-window-if-larger-than-buffer):
16967 Doc fixes.
16968
16969 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
16970
16971 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16972 Bind C-d to gdb-inferior-io-eof.
16973
16974 * dired.el (dired-dnd-popup-notice): Use message-box.
16975
16976 2005-05-23 Masatake YAMATO <jet@gyve.org>
16977
16978 * bindings.el (mode-line-major-mode-keymap):
16979 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16980
16981 * faces.el (mode-line-highlight): New face.
16982
16983 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16984 as mouse-face.
16985
16986 * bindings.el (top-level, help-echo, mode-line-modified)
16987 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16988 as mouse-face.
16989
16990 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
16991
16992 * progmodes/cc-engine.el (c-guess-basic-syntax):
16993 Remove spurious call to `zerop'.
16994
16995 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16996
16997 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
16998
16999 CC Mode update to 5.30.10:
17000
17001 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
17002 could go past the limit in decoration level 2, thereby causing
17003 errors during interactive fontification.
17004
17005 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
17006 the file is evaluated interactively.
17007
17008 * cc-engine.el (c-guess-basic-syntax): Handle operator
17009 declarations somewhat better in C++.
17010
17011 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
17012 make use of `run-mode-hooks' which has been added in Emacs 21.1.
17013 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
17014 (awk-mode): Use it.
17015 (make-local-hook): Suppress warning about obsoleteness.
17016
17017 * cc-engine.el, cc-align.el, cc-cmds.el
17018 (c-append-backslashes-forward, c-delete-backslashes-forward)
17019 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
17020 Compensate for return value from `forward-line' when it has moved
17021 but not to a different line due to eob.
17022
17023 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
17024 `objc-method-intro' and `objc-method-args-cont'.
17025
17026 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
17027
17028 CC Mode update to 5.30.10:
17029
17030 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
17031 in the copyright statement. Incidentally, change "along with GNU
17032 Emacs" to "along with this program" where it occurs.
17033
17034 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
17035 so that it is interactive, hence can be found by M-x awk-mode
17036 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
17037 <gmorris+emacs@ast.cam.ac.uk>.
17038
17039 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
17040 Mode's regexps.
17041
17042 2005-05-23 Kevin Ryde <user42@zip.com.au>
17043
17044 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
17045 c-parse-state, to avoid a lisp error (on bad code).
17046
17047 2005-05-23 Lute Kamstra <lute@gnu.org>
17048
17049 * subr.el (font-lock-defaults): Remove defvar as it's already
17050 defined in font-core.el.
17051
17052 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
17053
17054 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
17055
17056 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
17057 more general and work when GDB variable "print pretty" is on,
17058 as with Emacs, for example.
17059
17060 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
17061
17062 * font-core.el: Update comment.
17063
17064 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17065 Use `after-change-major-mode-hook' instead of `find-file-hook'.
17066
17067 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
17068
17069 2005-05-22 Eli Zaretskii <eliz@gnu.org>
17070
17071 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
17072 and `yank-handler' in the doc strings.
17073
17074 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17075
17076 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
17077
17078 2005-05-22 Richard M. Stallman <rms@gnu.org>
17079
17080 * help.el (describe-key): Move print-help-return-message call
17081 out of conditional.
17082
17083 * progmodes/etags.el (list-tags): Use with-no-warnings.
17084
17085 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
17086 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
17087 (starttls-extra-args, starttls-extra-arguments): Add defvars.
17088
17089 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
17090
17091 * language/viet-util.el (viet-viscii-nonascii-translation-table):
17092 Add defvar.
17093
17094 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
17095 Use defvar, not defconst.
17096
17097 * hexl.el (hexl-follow-line): Use with-no-warnings.
17098
17099 * emulation/tpu-extras.el: Use write-file-functions instead of
17100 write-file-hooks.
17101
17102 * dired.el (dired-font-lock-keywords): Fontify files with junk
17103 extensions even if marked by -F.
17104
17105 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
17106
17107 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
17108 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
17109 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
17110 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
17111 (concatenate, list-length, get*, getf, cl-remprop):
17112 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
17113 (etypecase, progv, lexical-let, lexical-let*)
17114 (multiple-value-bind, multiple-value-setq, shiftf):
17115 Improve argument/docstring consistency.
17116
17117 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
17118
17119 2005-05-22 Andre Spiegel <spiegel@gnu.org>
17120
17121 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
17122 doesn't exist.
17123
17124 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
17125 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
17126
17127 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
17128
17129 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
17130 already deleted variables: auto-fill-hook, blink-paren-hook,
17131 lisp-indent-hook, inhibit-local-variables, unread-command-event,
17132 suspend-hooks, comment-indent-hook, meta-flag,
17133 before-change-function, after-change-function,
17134 font-lock-doc-string-face.
17135
17136 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
17137
17138 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17139
17140 2005-05-21 Eli Zaretskii <eliz@gnu.org>
17141
17142 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
17143 rmail-dont-reply-to.
17144
17145 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17146
17147 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
17148 literal blank when splitting new-header-values.
17149
17150 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
17151
17152 * calendar/cal-menu.el (cal-menu-update): Add separator as a
17153 string so that tmm doesn't create a completion entry for it.
17154
17155 * textmodes/table.el (table-disable-menu): Ditto.
17156
17157 2005-05-21 Richard M. Stallman <rms@gnu.org>
17158
17159 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17160
17161 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17162
17163 * net/rcompile.el (remote-compile): Use compilation-start.
17164
17165 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17166
17167 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
17168
17169 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17170 Default to makefile-bsdmake-mode on BSD systems.
17171
17172 * imenu.el (imenu-generic-expression, imenu--generic-function'):
17173 REGEXP may also be a search function now. The part of doc-string
17174 for describing the structure was 95% identical to that of
17175 `imenu--generic-function'. Unify it there.
17176
17177 * progmodes/make-mode.el (makefile-imenu-generic-expression):
17178 Use function to find dependencies, because regexp alone is so complex,
17179 it easily goes into an endless loop.
17180 (makefile-makepp-mode): Also add submenu for Perl functions
17181 defined in the makefile.
17182 (makefile-bsdmake-mode): Special imenu-generic-expression no
17183 longer needed, due to function call.
17184 (makefile-match-dependency): Take BOUND into account when checking
17185 if we're through.
17186
17187 2005-05-20 Jay Belanger <belanger@truman.edu>
17188
17189 * calc/calc-units.el (calc-invalidate-units-table):
17190 Use inhibit-read-only.
17191 (math-build-units-table-buffer): Use view-mode.
17192
17193 2005-05-20 David Kastrup <dak@gnu.org>
17194
17195 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17196 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17197
17198 2005-05-20 Lute Kamstra <lute@gnu.org>
17199
17200 * diff-mode.el (diff-header-face, diff-file-header-face)
17201 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17202 (diff-added-face, diff-changed-face, diff-function-face)
17203 (diff-context-face, diff-nonexistent-face): Put them in the
17204 diff-mode customization group.
17205
17206 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17207
17208 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17209
17210 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17211
17212 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17213 Minor regexp-optimization.
17214
17215 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17216
17217 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17218 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17219 (org-agenda-add-time-grid-maybe): New function.
17220 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17221 (org-table-create): `dotimes' instead of `mapcar'.
17222 (org-xor): Simplify implementation.
17223 (org-agenda): `inhibit-redisplay' turned on.
17224 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17225 a consistent line after a state change.
17226 (org-agenda-remove-times-when-in-prefix): New option.
17227 (org-prefix-has-time): New variable.
17228 (org-parse-time-string): Optional argument NODEFAULT.
17229 (org-format-agenda-item): Parse items for time-of-day
17230 specifications and move these into the prefix if possible.
17231 (org-agenda-priority): Get current heading, not previous heading
17232 during agenda remote editing.
17233
17234 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17235
17236 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17237 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17238 (remove-duplicates, delete-duplicates, substitute)
17239 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17240 (nsubstitute-if-not, find, find-if, find-if-not, position)
17241 (position-if, position-if-not, count, count-if, count-if-not)
17242 (mismatch, search, sort*, stable-sort, merge, member*)
17243 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17244 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17245 (intersection, nintersection, set-difference, nset-difference)
17246 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17247 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17248 (nsublis, tree-equal): Improve argument/docstring consistency.
17249
17250 * subr.el (send-string, send-region): Remove obsolescence declaration.
17251 (window-dot, set-window-dot, read-input, show-buffer)
17252 (eval-current-buffer, string-to-int):
17253 Add release number to obsolescence declarations.
17254
17255 2005-05-19 Kim F. Storm <storm@cua.dk>
17256
17257 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17258 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17259
17260 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17261
17262 * faces.el (list-faces-display): Make back button respect optional
17263 regexp arg.
17264
17265 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17266
17267 * calculator.el (calculator-radix-grouping-mode)
17268 (calculator-radix-grouping-digits, calculator-displayer)
17269 (calculator-radix-grouping-separator, calculator-copy-displayer):
17270 * dabbrev.el (dabbrev-search-these-buffers-only):
17271 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17272 (diff-advance-after-apply-hunk, diff-mode-hook)
17273 (diff-minor-mode-prefix):
17274 * imenu.el (imenu-use-popup-menu):
17275 * jit-lock.el (jit-lock-context-time):
17276 * newcomment.el (comment-fill-column, comment-column)
17277 (comment-style, comment-padding, comment-multi-line)
17278 (comment-empty-lines, comment-auto-fill-only-comments):
17279 * reveal.el (reveal-around-mark):
17280 * uniquify.el (uniquify-buffer-name-style)
17281 (uniquify-after-kill-buffer-p)
17282 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17283 (uniquify-min-dir-content, uniquify-separator)
17284 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17285 * w32-vars.el (w32-fixed-font-alist):
17286 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17287 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17288 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17289 * progmodes/perl-mode.el (perl-indent-level)
17290 (perl-continued-statement-offset, perl-continued-brace-offset)
17291 (perl-brace-offset, perl-brace-imaginary-offset)
17292 (perl-label-offset, perl-indent-continued-arguments)
17293 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17294 * progmodes/tcl.el (tcl-indent-level)
17295 (tcl-continued-indent-level, tcl-auto-newline)
17296 (tcl-tab-always-indent, tcl-electric-hash-style)
17297 (tcl-help-directory-list, tcl-use-smart-word-finder)
17298 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17299 (inferior-tcl-source-command):
17300 * textmodes/fill.el (enable-kinsoku):
17301 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17302 * textmodes/table.el (table-yank-handler):
17303 Specify missing group (and type, if simple) in defcustom.
17304
17305 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17306
17307 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17308
17309 2005-05-19 Richard M. Stallman <rms@gnu.org>
17310
17311 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17312
17313 * subr.el (event-basic-type): Don't get an error.
17314 (left-fringe-p): Function deleted.
17315
17316 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17317 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17318
17319 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17320 in recursive copy.
17321
17322 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17323
17324 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17325
17326 * emacs-lisp/bytecomp.el
17327 (byte-compile-file-form-custom-declare-variable):
17328 Call byte-compile-nogroup-warn if appropriate.
17329
17330 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17331 (compilation-set-window): Don't call left-fringe-p; do it directly.
17332
17333 2005-05-19 Jay Belanger <belanger@truman.edu>
17334
17335 * calc/calc-graph.el (calc-graph-format-data): Make sure
17336 var-PlotRejects is bound before trying to check its value.
17337
17338 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17339
17340 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17341 definition of this variable from reftex-global.el to reftex.el,
17342 because it is needed in the menu.
17343
17344 2005-05-19 Lute Kamstra <lute@gnu.org>
17345
17346 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17347 years are fixed. Don't insert a space after a dash.
17348
17349 2005-05-19 Kim F. Storm <storm@cua.dk>
17350
17351 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17352
17353 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17354
17355 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17356 strings, because (eq ... ?\\) is fairly frequent.
17357
17358 * progmodes/make-mode.el (makefile-add-this-line-targets):
17359 Simplify and integrate into `makefile-pickup-targets'.
17360 (makefile-add-this-line-macro): Simplify and integrate into
17361 `makefile-pickup-macros.
17362 (makefile-pickup-filenames-as-targets): Simplify.
17363 (makefile-previous-dependency, makefile-match-dependency):
17364 Don't stumble over `::'.
17365
17366 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17367
17368 * subr.el (post-command-idle-hook, post-command-idle-delay):
17369 Remove obsoletion of post-command-idle-hook and
17370 post-command-idle-delay.
17371
17372 * faces.el (list-faces-display): Provide button when describe-face
17373 is called to take user back to the list of faces.
17374
17375 * help-fns.el (describe-variable): Remove hyperlinks in a
17376 variable's value as these are quite frequently inappropriate.
17377
17378 * follow.el (follow-submit-feedback, follow-mode):
17379 Remove references to post-command-idle-hook.
17380
17381 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17382
17383 * progmodes/make-mode.el (makefile-previous-dependency)
17384 (makefile-match-dependency): Check for := (and in bsd mode also
17385 !=) to give a better result, even when font-lock is not on.
17386
17387 2005-05-18 Jay Belanger <belanger@truman.edu>
17388
17389 * calc/calc-help.el (calc-s-prefix-help):
17390 Add `calc-copy-special-constant' to help string.
17391
17392 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17393
17394 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17395
17396 2005-05-18 Jay Belanger <belanger@truman.edu>
17397
17398 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17399 in linear factors are in proper order.
17400
17401 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17402
17403 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17404 Support for jurabib.
17405
17406 * textmodes/reftex.el (featurep): Define aliases for overlay
17407 commands, for XEmacs compatibility, and use these aliases in
17408 overlay initializations.
17409 (reftex-highlight): Use `reftex-move-overlay'.
17410 (reftex-unhighlight): Use `reftex-delete-overlay'.
17411 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17412 (reftex-access-search-path): Use `reftex-uniquify' instead of
17413 `reftex-uniq'
17414
17415 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17416 `before-string' property modification enables for Emacs as well.
17417 (reftex-select-item): Use `reftex-delete-overlay'.
17418 (reftex-select-mark): Use `reftex-make-overlay' and
17419 `reftex-overlay-put'.
17420 (reftex-select-unmark): Use `reftex-delete-overlay' and
17421 `reftex-overlay-put'.
17422
17423 2005-05-18 Lute Kamstra <lute@gnu.org>
17424
17425 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17426
17427 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17428
17429 * add-log.el (add-change-log-entry):
17430 * array.el (array-make-template, array-reconfigure-rows)
17431 (array-init-max-row, array-init-max-column)
17432 (array-init-columns-per-line, array-init-field-width):
17433 * replace.el (replace-match-maybe-edit, perform-replace):
17434 * textmodes/spell.el (spell-region):
17435 Replace `read-input' by `read-string'.
17436
17437 * forms.el (forms-mode):
17438 * finder.el (finder-compile-keywords):
17439 * shadowfile.el (shadow-read-files):
17440 Replace `eval-current-buffer' by `eval-buffer'.
17441
17442 * terminal.el (te-pass-through):
17443 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17444 (ange-ftp-raw-send-cmd):
17445 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17446 (send-process-next-char, telnet-initial-filter, telnet):
17447 Replace `send-string' by `process-send-string'.
17448
17449 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17450 (prolog-consult-region): Replace `send-string' by
17451 `process-send-string'; replace `send-region' by `process-send-region'.
17452
17453 * progmodes/delphi.el (delphi-log-msg):
17454 Replace `set-window-dot' by `set-window-point'.
17455
17456 * subr.el (window-dot, set-window-dot, read-input, send-string)
17457 (send-region, show-buffer, eval-current-buffer):
17458 Make really obsolete, as the comment says.
17459
17460 2005-05-17 Kim F. Storm <storm@cua.dk>
17461
17462 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17463 (cua--init-keymaps): Bind C-return instead of S-return to set
17464 rectangle mark.
17465
17466 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17467 instead of S-return to toggle/clear rectangle mark.
17468
17469 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17470
17471 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17472 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17473 Also fontify plain strings assigned to variables, mostly so that a
17474 colon has a face and is thus not taken as a dependency separator.
17475 (makefile-previous-dependency): Inline the new matcher, because it
17476 is too complex to work in both directions.
17477 (makefile-match-dependency): Eliminate `backward' arg (see above).
17478 Completely reimplemented so as to not sometimes go into an endless
17479 loop. It should also be more efficient, because first it only
17480 searches for `:', instead of applying the very complex regexp.
17481 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17482 to be fontified in one piece can be too long for JIT.
17483 Makefiles are never *that* big.
17484
17485 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17486
17487 * dired.el (dired-mode): Simplify.
17488
17489 2005-05-17 Lute Kamstra <lute@gnu.org>
17490
17491 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17492 defcustom for the mode hook variable.
17493
17494 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17495 Emacs Lisp Reference Manual.
17496
17497 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17498
17499 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17500 (evenp, list*):
17501 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17502 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17503
17504 * net/tramp-smb.el (tramp-smb-open-connection):
17505 Pass `tramp-chunksize' as fifth (required) argument.
17506
17507 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17508
17509 * font-lock.el (lisp-font-lock-keywords-1):
17510 Set `font-lock-negation-char-face' for [^...] char group.
17511 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17512
17513 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17514 a var, and refine it to mask one more level of nested vars.
17515 (makefile-rule-action-regex): Turn it into a var, and refine it so
17516 it recognizes backslashed continuation lines as belonging to the
17517 same command.
17518 (makefile-macroassign-regex): Refine it so it recognizes
17519 backslashed continuation lines as belonging to the same command.
17520 (makefile-var-use-regex): Don't look at the next char, because it
17521 might be the same one to be skipped by the initial [^$], leading
17522 to an overlooked variable use.
17523 (makefile-make-font-lock-keywords): Remove two parameters, which
17524 are now variables that some of the modes set locally.
17525 Handle dependency and rule action matching through functions, because
17526 regexps alone match too often. Dependency matching now comes
17527 last, so it can check, whether a colon already matched something else.
17528 (makefile-mode): Inform that font-lock improves makefile parsing
17529 capabilities.
17530 (makefile-match-dependency, makefile-match-action): New functions.
17531
17532 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17533
17534 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17535
17536 * align.el (align-regexp):
17537 * ansi-color.el (ansi-color-get-face):
17538 * array.el (array-reconfigure-rows, array-init-max-row)
17539 (array-init-max-column, array-init-columns-per-line)
17540 (array-init-field-width):
17541 * dired-aux.el (dired-trample-file-versions):
17542 * dired-x.el (dired-mark-sexp):
17543 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17544 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17545 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17546 * faces.el (face-read-integer):
17547 * files.el (backup-extract-version, insert-directory):
17548 * hexl.el (hexl-insert-decimal-char):
17549 * server.el (server-process-filter):
17550 * shell.el (shell-extract-num):
17551 * startup.el (command-line-1):
17552 * term.el (term-command-hook):
17553 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17554 (time-stamp-do-number):
17555 * time.el (display-time-update):
17556 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17557 (timezone-fix-time):
17558 * vms-patch.el (vms-suspend-resume-hook):
17559 * calendar/appt.el (appt-convert-time):
17560 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17561 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17562 * calendar/cal-islam.el (mark-islamic-diary-entries):
17563 * calendar/calendar.el (calendar-cursor-to-date)
17564 (calendar-star-date):
17565 * calendar/diary-lib.el (diary-attrtype-convert)
17566 (mark-diary-entries, diary-entry-time):
17567 * calendar/solar.el (solar-get-number):
17568 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17569 * emacs-lisp/re-builder.el (reb-display-subexp):
17570 * emulation/edt.el (edt-set-scroll-margins):
17571 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17572 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17573 (vip-get-ex-count):
17574 * emulation/viper-ex.el (viper-get-ex-token)
17575 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17576 * international/fontset.el (fontset-plain-name):
17577 * mail/feedmail.el (feedmail-look-at-queue-directory):
17578 * mail/mailalias.el (mail-get-names):
17579 * mail/rmail.el (rmail-convert-to-babyl-format):
17580 * mail/rmailsum.el (rmail-make-basic-summary-line)
17581 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17582 (rmail-summary-goto-msg):
17583 * mail/smtpmail.el (smtpmail-read-response):
17584 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17585 (ange-ftp-vms-add-file-entry):
17586 * play/gametree.el (gametree-looking-at-ply)
17587 (gametree-current-branch-score):
17588 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17589 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17590 * progmodes/cperl-mode.el (condition-case):
17591 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17592 (ebrowse-set-member-buffer-column-width)
17593 (ebrowse-select-1st-to-9nth):
17594 * progmodes/etags.el (etags-snarf-tag):
17595 * progmodes/flymake.el (flymake-parse-line):
17596 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17597 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17598 (idlwave-shell-menu-def):
17599 * progmodes/ps-mode.el (ps-run-goto-error):
17600 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17601 (vhdl-speedbar-contract-level):
17602 * term/mac-win.el (x-handle-numeric-switch):
17603 * term/sun-mouse.el (sun-get-frame-data):
17604 * term/w32-win.el (x-handle-numeric-switch):
17605 * term/x-win.el (x-handle-numeric-switch):
17606 * textmodes/ispell.el (ispell-parse-output):
17607 * textmodes/nroff-mode.el (nroff-outline-level):
17608 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17609 (reftex-bib-sort-year-reverse, reftex-format-citation):
17610 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17611 (reftex-section-number):
17612 * textmodes/texinfmt.el (texinfo-paragraphindent):
17613 Replace `string-to-int' by `string-to-number'.
17614
17615 * international/latexenc.el: Add page marker to force the "Local
17616 Variables:" string out of the last page.
17617
17618 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17619
17620 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17621 tooltip-change-major-mode.
17622 (gud-tooltip-print-command): Remove case where gud-minor-mode
17623 is gdb ("--fullname").
17624 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17625 explain to user.
17626
17627 2005-05-16 Jay Belanger <belanger@truman.edu>
17628
17629 * calc/calc-store.el (calc-copy-special-constant): New function.
17630
17631 * calc/calc-ext.el (calc-init-extensions): Add binding for
17632 `calc-copy-special-constant'.
17633
17634 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17635 for the `calc-copy-special-constant' command.
17636
17637 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17638
17639 * subr.el (left-fringe-p): New function.
17640
17641 * progmodes/compile.el (compilation-setup): Set local value of
17642 overlay-arrow-string to "" always.
17643 (compilation-set-window): Left fringe then don't scroll.
17644 No left fringe then no arrow and scroll message to top.
17645 (compilation-context-lines): Adjust doc string accordingly.
17646
17647 2005-05-16 Kim F. Storm <storm@cua.dk>
17648
17649 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17650 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17651 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17652 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17653 (ido-read-file-name): Handle commands with ido property value
17654 equal to find-file as reading a file name, to allow C-d to enter dired.
17655 (ibuffer-find-file): Add ido property with value find-file.
17656
17657 2005-05-15 Kim F. Storm <storm@cua.dk>
17658
17659 * subr.el (open-network-stream-nowait): Remove.
17660 (open-network-stream-server): Remove.
17661
17662 2005-05-15 Richard M. Stallman <rms@gnu.org>
17663
17664 * faces.el (describe-face): Output a definition link button.
17665
17666 * help-mode.el (help-face-def): New button type.
17667
17668 * emacs-lisp/copyright.el (copyright-fix-years):
17669 Match properly if the first year is 2-digit.
17670 Don't mess up the whitespace after the years by filling.
17671
17672 * dired-aux.el (dired-mark-confirm):
17673 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17674
17675 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17676 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17677 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17678
17679 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17680 Set font-lock-comment-start-skip.
17681
17682 * font-lock.el (font-lock-comment-start-skip): New variable.
17683 (font-lock-comment-end-skip): New variable.
17684 (font-lock-fontify-syntactically-region): Use them if non-nil.
17685
17686 2005-05-15 Jay Belanger <belanger@truman.edu>
17687
17688 * calc/calc-store.el (calc-store-value): Return a string rather
17689 than display it as a message.
17690 Use calc-var-name for variable name.
17691 (calc-store-into): Add the result of calc-store-value to message.
17692 (calc-copy-variable): Add a message.
17693 (calc-store-exchange): Improve error messages.
17694 (calc-store-binary, calc-store-map): Don't reset the values of
17695 special constants.
17696
17697 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17698
17699 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17700 manual to docstring.
17701
17702 * files.el (hack-local-variables-confirm): Add STRING argument.
17703 Make the function handle non file visiting buffers correctly.
17704 (hack-local-variables-prop-line, hack-local-variables)
17705 (hack-one-local-variable): Use STRING arg of
17706 `hack-local-variables-confirm'.
17707
17708 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17709
17710 Sync with Tramp 2.0.49.
17711
17712 * net/tramp.el (tramp-handle-dired-call-process)
17713 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17714 because the contents of the Tramp buffer is changed before
17715 insertion (`expand-file' and alike).
17716 (tramp-handle-insert-directory): If `localname' has an empty
17717 nondirectory name, it must not be quoted.
17718 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17719 variable `tramp-chunksize'. Change callees.
17720 (tramp-open-connection-setup-interactive-shell): Check remote host
17721 for buggy `send-process-string' implementation.
17722 Set `tramp-chunksize' if found. Reported by Michael Kifer
17723 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17724 (tramp-handle-shell-command): `insert-buffer' cannot be used
17725 because the contents of the Tramp buffer is changed before
17726 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17727 <frederic.bothamy@free.fr>.
17728 (tramp-set-auto-save): Actions should be done for Tramp file name
17729 handler only. Ange-FTP has its own auto-save mechanism.
17730 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17731 (tramp-set-auto-save-file-modes): Set file modes of
17732 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17733 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17734 (tramp-bug): Remove obsolete variable.
17735 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17736 for presence of `mml-mode'. Make it running for older Emacsen as well.
17737
17738 2005-05-14 John Paul Wallington <jpw@pobox.com>
17739
17740 * ibuf-ext.el (define-ibuffer-filter filename):
17741 If `dired-directory' is a list, use its car.
17742
17743 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17744
17745 * ibuffer.el (define-ibuffer-column filename):
17746 If `dired-directory' is a list, use its car.
17747
17748 2005-05-14 Richard M. Stallman <rms@gnu.org>
17749
17750 * subr.el (symbol-file): Doc fix.
17751
17752 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17753 (byte-compile-form): Call byte-compile-nogroup-warn.
17754 (byte-compile-warning-types): Doc fix.
17755
17756 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17757
17758 * progmodes/cc-engine.el (c-literal-faces):
17759 Add font-lock-comment-delimiter-face.
17760
17761 * net/net-utils.el (dig): Use with-no-warnings.
17762
17763 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17764 (sc-recite-frame-alist, sc-default-cite-frame)
17765 (sc-default-uncite-frame, sc-default-recite-frame)
17766 (sc-attrib-selection-list, sc-rewrite-header-list):
17767 Mark as risky-local-variable.
17768
17769 * international/ogonek.el (ogonek-jak, ogonek-how):
17770 Don't use beginning-of-buffer.
17771
17772 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17773
17774 * calendar/solar.el (solar-data-list): Move definition up.
17775
17776 * dnd.el (dnd-protocol-alist): Add autoload.
17777
17778 * progmodes/sh-script.el: Many doc usage fixes.
17779 (sh-indent-after-do): Change default to match common styles.
17780
17781 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17782
17783 * files.el (interpreter-mode-alist)
17784 (auto-mode-interpreter-regexp): Doc fixes.
17785
17786 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17787
17788 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17789
17790 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17791
17792 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17793
17794 * dired.el (dired-mode): make-variable-buffer-local =>
17795 make-local-variable.
17796
17797 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17798
17799 * term/mac-win.el (mac-select-convert-to-string): Try coding
17800 systems in mac-script-code-coding-systems if specified one cannot
17801 encode string for `com.apple.traditional-mac-plain-text'.
17802
17803 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17804
17805 * progmodes/make-mode.el (makefile-targets-face)
17806 (makefile-shell-face, makefile-makepp-perl-face): New faces.
17807 (makefile-dependency-regex): Fix it to not make the colon in
17808 $(var:a=b) special.
17809 (makefile-rule-action-regex): New regexp for highlighting embedded
17810 Shell strings.
17811 (makefile-macroassign-regex): Handle != for highlighting as
17812 embedded Shell strings.
17813 (makefile-var-use-regex): New const.
17814 (makefile-statements, makefile-automake-statements)
17815 (makefile-gmake-statements, makefile-makepp-statements)
17816 (makefile-bsdmake-statements): New consts.
17817 (makefile-make-font-lock-keywords): New function.
17818 (makefile-automake-font-lock-keywords)
17819 (makefile-gmake-font-lock-keywords)
17820 (makefile-makepp-font-lock-keywords)
17821 (makefile-bsdmake-font-lock-keywords): New consts.
17822 (makefile-mode-map): Add switchers between the various submodes.
17823 (makefile-mode): Document the availability of the variants.
17824 (makefile-automake-mode, makefile-gmake-mode)
17825 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17826
17827 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17828 new variants of makefile-mode.
17829
17830 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17831
17832 * font-lock.el (font-lock-comment-delimiter-face): Fix up
17833 the inheritance.
17834
17835 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
17836
17837 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17838 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17839
17840 * files.el (normal-mode): Extend the scope of the
17841 `enable-local-variables' binding to include the `set-auto-mode' call.
17842 (magic-mode-alist): Doc fix.
17843
17844 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17845
17846 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17847 font-lock-comment-face rather than copying its setting.
17848
17849 2005-05-12 Andreas Schwab <schwab@suse.de>
17850
17851 * eshell/esh-mode.el (eshell-send-input): Doc fix.
17852
17853 2005-05-12 Lute Kamstra <lute@gnu.org>
17854
17855 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17856 defcustom for the mode hook variable. Delete the last argument.
17857 * generic-x.el: Fix callers of define-generic-mode.
17858 (generic-x-modes): Delete group.
17859 (show-tabs-tab-face, show-tabs-space-face): Put them in the
17860 generic-x customization group.
17861
17862 2005-05-12 Kim F. Storm <storm@cua.dk>
17863
17864 * font-lock.el (font-lock-negation-char-face): Default to "off".
17865
17866 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17867 font-lock-negation-char-face to ! in !=.
17868
17869 2005-05-12 Masatake YAMATO <jet@gyve.org>
17870
17871 * add-log.el (find-change-log): Fix typos in the docstring
17872 of function.
17873
17874 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17875
17876 * international/latexenc.el (latexenc-find-file-coding-system):
17877 Avoid `re-search-forward' when looking for input encoding because
17878 of speed and safety. Better regular expressions for recognizing
17879 input encoding. Limit a search for TeX-master/tex-main-file to
17880 the local variable section.
17881
17882 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
17883
17884 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17885 syntax of $ to "'" (quote).
17886
17887 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
17888
17889 * dnd.el (dnd-protocol-alist): Improve custom type.
17890
17891 * dired.el (dired-dnd-protocol-alist): New variable.
17892 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
17893 `dired-mode-hook' to the end.
17894
17895 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17896
17897 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17898 comment-end if comment-start-skip is not set.
17899 Obey the font-lock-comment-delimiter-face variables.
17900
17901 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17902
17903 * files.el (executable-find): Move from executable.el. Use
17904 locate-file.
17905 * progmodes/executable.el (executable-find): Move to files.el.
17906
17907 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17908 when trying to ensure forward progress.
17909
17910 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
17911
17912 * mouse-sel.el (mouse-sel-follow-link-p): New function.
17913 (mouse-select, mouse-select-internal, mouse-extend-internal):
17914 Use it to implement mouse-1-click-follows-link functionality.
17915
17916 2005-05-11 Richard M. Stallman <rms@gnu.org>
17917
17918 * font-lock.el (font-lock-fontify-syntactically-region):
17919 Use font-lock-comment-delimiter-face for comment delimiters.
17920
17921 2005-05-10 Jay Belanger <belanger@truman.edu>
17922
17923 * calc/calc-help.el (calc-m-prefix-help): Add mention of
17924 preserving embedded modes.
17925
17926 2005-05-10 Richard M. Stallman <rms@gnu.org>
17927
17928 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17929
17930 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17931 Move from ada-stmt.el.
17932 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17933
17934 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17935 Move to ada-mode.el.
17936 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17937
17938 * cus-edit.el (custom-file): Call file-chase-links.
17939
17940 * files.el (read-directory-name): Fix previous change.
17941 (hack-local-variables-confirm): New function.
17942 (hack-local-variables-prop-line, hack-local-variables)
17943 (hack-one-local-variable): Use it.
17944
17945 2005-05-10 Lute Kamstra <lute@gnu.org>
17946
17947 * font-lock.el (font-lock-keywords-alist)
17948 (font-lock-removed-keywords-alist): Clarify docstrings.
17949
17950 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
17951
17952 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17953 (gdb-source-info): Check for preprocessor info.
17954 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
17955 a macro for a function.
17956 (gdb-info-breakpoints-custom): Try to find file again if not already
17957 found (user might have used GDB dir command).
17958 (gdb-get-location): Update gdb-location-alist correctly for change
17959 to gdb-info-breakpoints-custom.
17960
17961 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17962 (gud-tooltip-print-command): Add gdbmi case.
17963 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17964 preprocessor info.
17965
17966 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
17967
17968 * startup.el (fancy-splash-insert): Fix typo in doc string.
17969
17970 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
17971
17972 * obsolete/float.el (string-to-float):
17973 * obsolete/hilit19.el (hilit-add-pattern):
17974 * obsolete/rnews.el (news-parse-range, news-select-message)
17975 (news-get-pruned-list-of-files): Replace `string-to-int' by
17976 `string-to-number'.
17977
17978 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17979 `find-file-not-found-hooks'; use `add-hook'.
17980 (uncompress-while-visiting): Set `write-file-functions', not
17981 `write-file-hooks'; use `add-hook'.
17982
17983 2005-05-09 Kim F. Storm <storm@cua.dk>
17984
17985 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17986 (cua-paste): Handle clipboard action.
17987 (cua--init-keymaps): Remap clipboard-kill-region and
17988 clipboard-kill-ring-save.
17989
17990 2005-05-08 Eli Zaretskii <eliz@gnu.org>
17991
17992 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17993 Improve commentary.
17994
17995 * simple.el (next-error-overlay-arrow-position): Revert the change
17996 made on 2005-04-30.
17997
17998 2005-05-07 Jay Belanger <belanger@truman.edu>
17999
18000 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
18001 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
18002 `calc-sel-reselect'.
18003
18004 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
18005 Calc is in embedded mode.
18006
18007 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18008
18009 * progmodes/compile.el (compilation-setup):
18010 Set overlay-arrow-string to an empty string on text terminals.
18011
18012 * textmodes/ispell.el (ispell-program-name): Try looking for
18013 "aspell" along exec-path, and if found, use it as the default
18014 speller program.
18015
18016 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
18017
18018 * international/mule.el (sgml-xml-auto-coding-function):
18019 Recognize encoding='FOO' in single quotes as well as in double quotes.
18020
18021 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18022
18023 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
18024 as well as `interactive', so that defmacro* would recognize
18025 `declare' forms.
18026
18027 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18028
18029 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18030 Explain more about the LIGHTER arg's usage in the doc string.
18031 Add commentary to clarify what the code does. Fix the regexp that
18032 strips whitespace from LIGHTER. Quote LIGHTER before using it,
18033 since it could have characters special to regular expressions.
18034
18035 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18036
18037 * replace.el (occur-1): Bind inhibit-read-only so that
18038 erase-buffer doesn't barf on read-only text properties (likewise
18039 for add-text-properties in occur-engine). Mark buffer as unmodified.
18040 (occur-engine): Don't set buffer-read-only here.
18041
18042 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18043
18044 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
18045 list-buffers-directory. This caused the *cvs-commit* buffer to be
18046 sometimes mistakenly reused as a *cvs* buffer.
18047
18048 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
18049
18050 * tooltip.el: Move code for GUD tooltips into gud.el.
18051 (require): CL no longer needed to compile case.
18052 (tooltip-mode): Do not toggle functions for GUD tooltips.
18053 (tooltip-gud-tips-p): Remove. Replace with minor mode
18054 gud-tooltip-mode in gud.el.
18055 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
18056 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
18057 tooltip-gud prefix with gud-tooltip and obsolete.
18058 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
18059 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
18060 (tooltip-mouse-motion): Mouse movement functions/variable.
18061 Rename in gud.el by adding gud prefix.
18062 (tooltip-gud-original-filter, tooltip-gud-dereference)
18063 (tooltip-gud-event, tooltip-toggle-gud-tips)
18064 (tooltip-gud-process-output, tooltip-gud-print-command)
18065 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
18066 gud.el by replacing tooltip-gud prefix with gud-tooltip.
18067 (gdb-tooltip-print): Move to gdb-ui.el.
18068
18069 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
18070 (require): CL needed to compile case.
18071 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
18072 tooltip-gud-tips-p. Make it a minor-mode.
18073 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
18074 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
18075 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
18076 (gud-tooltip-change-major-mode)
18077 (gud-tooltip-activate-mouse-motions-if-enabled)
18078 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
18079 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
18080 (gud-tooltip-original-filter, gud-tooltip-dereference)
18081 (gud-tooltip-event, tooltip-toggle-gud-tips)
18082 (gud-tooltip-process-output, gud-tooltip-print-command)
18083 (gud-tooltip-tips): Move from tooltip.el.
18084
18085 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
18086 (gdb-cpp-define-alist-flags): Doc fix.
18087 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
18088 gud-tooltip-mode is t.
18089
18090 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18091
18092 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
18093 evaporate if their text is deleted.
18094 (goto-address-at-point): Make it work as a mouse binding as well.
18095 (goto-address-at-mouse): Obsolete it. Update users.
18096
18097 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
18098
18099 * calendar/appt.el (top-level): No longer activate on load.
18100
18101 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
18102
18103 * calendar/cal-bahai.el (mark-bahai-diary-entries):
18104 * net/webjump.el (webjump):
18105 * progmodes/idlw-help.el (idlwave-do-context-help1)
18106 (idlwave-highlight-linked-completions):
18107 * textmodes/po.el (po-find-file-coding-system-guts):
18108 Replace `assoc-ignore-case' by `assoc-string'.
18109
18110 2005-05-06 Eli Zaretskii <eliz@gnu.org>
18111
18112 * files.el (locate-file): Doc fix.
18113
18114 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
18115 Remove the redundant test for ms-dos.
18116
18117 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
18118 look for the preprocessor with exec-suffixes. If not found in
18119 standard places, look in exec-path. Remove most of the tests that
18120 used system-type.
18121
18122 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
18123
18124 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
18125
18126 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
18127 file-name clash with jka-compr.el on 8+3 filesystems.
18128
18129 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18130
18131 * term/mac-win.el: Don't define or bind scroll bar functions if
18132 x-toolkit-scroll-bars is t.
18133 (x-select-text, x-get-selection-value): Clear
18134 x-last-selected-text-clipboard if x-select-enable-clipboard is
18135 nil.
18136 (PRIMARY): Put mac-scrap-name property.
18137 (mac-select-convert-to-file-url): New function.
18138 (public.file-url): New selection target type. Add to
18139 selection-converter-alist.
18140 (x-get-selection, x-selection-value): Handle it.
18141 (x-cut-buffer-or-selection-value): New alias.
18142
18143 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18144
18145 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
18146 entry to avoid calling bibtex-find-entry with arg global
18147 being t. Remove arg key.
18148 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
18149 (bibtex-copy-summary-as-kill): Change accordingly.
18150
18151 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18152
18153 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
18154 (org-agenda-date-later): Use with-current-buffer.
18155
18156 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
18157
18158 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18159 (define-obsolete-variable-alias): Doc Fixes.
18160
18161 2005-05-06 Kim F. Storm <storm@cua.dk>
18162
18163 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
18164 vertical-motion when selective-display is active.
18165
18166 * ido.el (ido-setup-hook): New hook.
18167 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18168 (ido-input-stack): New var.
18169 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
18170 ido-next-work-file binding to M-O.
18171 Bind M-f to ido-wide-find-file-or-pop-dir.
18172 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18173 (ido-read-internal): Run ido-setup-hook.
18174 Catch quit in read-file-name and read-string to cancel edit.
18175 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18176 Automatically pop-all when completing a directory name (RET).
18177 (ido-file-internal): Add with-no-warnings around ffap and dired code.
18178 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18179 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18180 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18181 New functions for M-b/M-f to move among the directory components.
18182 (ido-make-merged-file-list): Catch quit to cancel merge.
18183 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18184 (ido-completion-help): No warnings for ido-completion-buffer-full.
18185
18186 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18187
18188 * font-lock.el (font-lock-negation-char-face): New face and variable.
18189 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18190 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18191 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18192 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18193
18194 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18195
18196 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18197 Fix typo in docstring.
18198
18199 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18200 (ebrowse-print-statistics-line)
18201 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18202
18203 * term/w32-win.el (image-library-alist): Add additional name for
18204 Xpm library.
18205
18206 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18207
18208 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18209 use gcc instead of cpp.
18210
18211 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18212 (gdb-create-define-alist): Use it.
18213 (gdb-cpp-define-alist-program): Update for MS-DOS.
18214
18215 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18216
18217 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18218
18219 2005-05-04 Richard M. Stallman <rms@gnu.org>
18220
18221 * help.el (describe-key): No error when UNTRANSLATED is nil.
18222
18223 * simple.el (line-move-1): Fix previous change to signal errors
18224 appropriately.
18225
18226 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18227
18228 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18229 (icalendar-duration-correction): Remove.
18230 (icalendar--get-event-properties): Split result at commas.
18231 (icalendar--decode-isoduration): New optional argument
18232 DURATION-CORRECTION.
18233 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18234 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18235 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18236 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18237 (icalendar--convert-anniversary-to-ical): New functions, extracted
18238 from icalendar-export-region, with bug fixes.
18239 (icalendar-export-region): Use the above functions.
18240 (icalendar-import-buffer): Check before saving diary file.
18241 (icalendar--convert-recurring-to-diary)
18242 (icalendar--convert-non-recurring-all-day-to-diary)
18243 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18244 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18245 (icalendar--convert-ical-to-diary): Use the above functions.
18246
18247 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18248
18249 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18250 Remove these recent additions.
18251 (c-mode): Restore to before 2005-04-28.
18252
18253 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18254 recent addition.
18255
18256 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18257 (gdb-define-alist): New variables.
18258 (gdb-create-define-alist): New function.
18259 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18260 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18261 with string-to-number.
18262 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18263
18264 * progmodes/gud.el: Replace string-to-int with string-to-number.
18265 (gud-find-file): Handle gdb-define-alist.
18266
18267 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18268
18269 2005-05-02 Jay Belanger <belanger@truman.edu>
18270
18271 * calc/calc-aent.el (math-read-token):
18272 * calc/calc-bin.el (calc-word-size):
18273 * calc/calc-ext.el (calc-read-number-fancy):
18274 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18275 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18276 * calc/calc-frac.el (calc-over-notation):
18277 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18278 (calc-graph-num-points, calc-graph-init):
18279 * calc/calc-prog.el (calc-read-parse-table-part)
18280 (calc-edit-macro-repeats):
18281 * calc/calc-yank.el (calc-do-grab-rectangle):
18282 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18283 Replace `string-to-int' by `string-to-number'.
18284
18285 2005-05-02 Kim F. Storm <storm@cua.dk>
18286
18287 * kmacro.el: Use executing-kbd-macro-index variable.
18288
18289 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18290
18291 * net/rlogin.el (rlogin-parse-words): Delete func.
18292 (rlogin): Use split-string, not rlogin-parse-words.
18293 Also, if there are option-like elements in the parsed args,
18294 take the host to be the first arg immediately following them.
18295 Suggested by Michael Mauger.
18296
18297 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18298
18299 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18300
18301 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18302
18303 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18304 (cc-mode-cpp-program): Rename to cc-define-list-program and
18305 move to cc-vars.el.
18306
18307 * progmodes/cc-vars.el (cc-define-list-program):
18308 Change to "gcc -E -dM -". Make customizable.
18309
18310 2005-05-02 Kim F. Storm <storm@cua.dk>
18311
18312 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18313
18314 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18315
18316 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18317
18318 * international/mule-util.el (truncate-string): Remove alias and
18319 obsolete declaration.
18320
18321 * international/mule-cmds.el (update-iso-coding-systems):
18322 Remove alias and obsolete declaration.
18323
18324 * international/mule.el (coding-system-parent): Remove alias and
18325 obsolete declaration.
18326
18327 * subr.el (define-function, sref): Remove aliases and obsolete
18328 declarations.
18329 (chars-in-region): Remove obsolete declaration.
18330
18331 2005-05-01 Richard M. Stallman <rms@gnu.org>
18332
18333 * info.el (Info-mode): Set widen-automatically to nil, locally.
18334
18335 * simple.el (widen-automatically): New variable.
18336 (pop-global-mark): Obey widen-automatically.
18337
18338 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18339
18340 * term/xterm.el (function-key-map): Call substitute-key-definition
18341 before the keymap size is increased by a lot of define-key calls.
18342
18343 2005-05-01 Richard M. Stallman <rms@gnu.org>
18344
18345 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18346 Rename ARG to ELEMENT. Doc fix.
18347
18348 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18349
18350 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18351 Remove references to allout-exposure/change to allout-new-exposure.
18352
18353 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18354 bytecode symbols.
18355
18356 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18357 (compiled-function-p, focus-frame, unfocus-frame):
18358 Remove aliases and obsolete declarations.
18359 Back out inadvertent changes from previous commit.
18360
18361 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18362
18363 * files.el (require-final-newline): Make Custom tags consistent
18364 with mode-require-final-newline.
18365 (mode-require-final-newline): Doc fix.
18366
18367 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18368
18369 * international/latexenc.el (latexenc-find-file-coding-system):
18370 Fix regular expressions.
18371
18372 2005-05-01 David Kastrup <dak@gnu.org>
18373
18374 * international/latexenc.el (latexenc-find-file-coding-system):
18375 Fix regular expressions.
18376
18377 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18378
18379 * subr.el (string-to-int): Make obsolete.
18380
18381 2005-04-30 Richard M. Stallman <rms@gnu.org>
18382
18383 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18384
18385 * loadup.el: load jka-comp-hook.
18386
18387 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18388 (jka-compr-handler): Add autoload. `put' calls moved
18389 to jka-comp-hook.el.
18390 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18391 (jka-compr-inhibit): Autoload.
18392
18393 * jka-comp-hook.el: New file.
18394 Enable the mode by default.
18395
18396 * files.el (backup-buffer-copy): Use copy-file instead
18397 of write-region, and put back the 'excl.
18398
18399 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18400
18401 * progmodes/flymake.el (flymake-split-string)
18402 (flymake-split-string, flymake-log, flymake-pid-to-names)
18403 (flymake-reg-names, flymake-get-source-buffer-name)
18404 (flymake-unreg-names, flymake-add-line-err-info)
18405 (flymake-add-err-info): Clarify docstrings.
18406 (flymake-popup-menu, flymake-make-emacs-menu)
18407 (flymake-make-xemacs-menu): Add docstrings.
18408 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18409 Set variables directly throughout.
18410
18411 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18412
18413 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18414 exists. Initialize cc-define-alist.
18415 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18416 If there is no file (Macroexpansion) don't create an alist.
18417
18418 2005-04-29 Sam Steingold <sds@gnu.org>
18419
18420 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18421 (cc-create-define-alist): Use it instead of the hard-coded string.
18422
18423 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18424
18425 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18426 for latexenc.
18427
18428 2005-04-29 Lute Kamstra <lute@gnu.org>
18429
18430 * emacs-lisp/generic.el: Improve commentary section.
18431 (define-generic-mode): Improve docstring.
18432
18433 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18434
18435 * textmodes/org.el (many places): Change to quiet the byte compiler.
18436 (org-prefix-format-compiled): New variable.
18437 (org-compile-prefix-format): New function.
18438 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18439 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18440 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18441 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18442 consistency with entries from `org-mode' files.
18443 (org-get-time-of-day): Fix bug with partial matches early in a line.
18444 (org-non-link-chars): New constant.
18445 (org-link-regexp): Respect `org-non-link-chars'.
18446 (org-agenda-day-view): Remove command.
18447 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18448 (org-follow-bbdb-link, org-store-link): Search also company field.
18449 (org-highlight-overlay): New variable.
18450 (org-highlight, org-unhighlight): New functions.
18451 (org-agenda-mode): Add pre-command-hook to remove highlight.
18452 (org-evaluate-time-range): Behavior depends upon whether time stamp
18453 contains a time or not.
18454 (org-show-subtree, org-show-entry): New functions.
18455 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18456
18457 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18458
18459 * comint.el (comint-output-filter-functions): Add autoload cookie.
18460
18461 2005-04-28 Kim F. Storm <storm@cua.dk>
18462
18463 * ido.el (ido-everywhere): Fix last change.
18464
18465 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18466
18467 * international/latexenc.el: New file.
18468 * international/mule-conf.el (file-coding-system-alist): For .tex,
18469 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18470
18471 2005-04-28 Lute Kamstra <lute@gnu.org>
18472
18473 * font-lock.el (font-lock-add-keywords)
18474 (font-lock-remove-keywords): Clarify docstring.
18475 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18476 Don't start docstrings with a `*'.
18477 (font-lock-update-removed-keyword-alist): Give it a docstring.
18478
18479 * generic-x.el: Update commentary section.
18480 Only require font-lock when compiling.
18481 Define all modes conditionally.
18482 Place all generic modes in the generic-x-modes customization group.
18483 (generic-x-modes): New customization group.
18484 (generic-default-modes, generic-mswindows-modes)
18485 (generic-unix-modes, generic-other-modes): New constants.
18486 (generic-define-mswindows-modes, generic-define-unix-modes):
18487 Update docstrings. Make them obsolete.
18488 (generic-extras-enable-list): New default value. Update docstring.
18489 Improve :type. Change :set function.
18490 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18491 Fix docstring.
18492
18493 * emacs-lisp/generic.el (generic-mode-internal):
18494 Simplify font-lock-defaults.
18495 (define-generic-mode): Fix docstring.
18496
18497 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18498
18499 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18500 font-lock-face property to highlight matches.
18501
18502 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18503
18504 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18505 (cc-define-alist): New variable.
18506 (c-mode): Make it local and initialize it.
18507
18508 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18509 (gdb-exited): New function.
18510 (gdb-annotation-rules): Use it.
18511 (gdb-starting): Set gdb-active-process to t.
18512 (gdb-stopping): Amend doc string.
18513 (gdb-reset): Set gdb-active-process to nil.
18514
18515 * tooltip.el (tooltip-gud-tips): Show the associated #define
18516 directives when a C program under GDB is not executing.
18517
18518 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18519
18520 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18521 font-lock-fontify-syntactic-keywords.
18522
18523 * font-lock.el (font-lock-default-fontify-region): Don't force
18524 parse-sexp-lookup-properties to nil.
18525
18526 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18527
18528 * man.el (man-mode-syntax-table): Set up `:' to have
18529 word-constituent syntax.
18530
18531 2005-04-27 Lute Kamstra <lute@gnu.org>
18532
18533 * novice.el (disable-command): Don't add spurious newlines to the
18534 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18535
18536 2005-04-26 Jay Belanger <belanger@truman.edu>
18537
18538 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18539 than one window before deleting window.
18540
18541 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18542
18543 * shell.el (shell-prompt-pattern): Doc fix.
18544 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18545
18546 * comint.el (comint-prompt-regexp, comint-get-old-input)
18547 (comint-use-prompt-regexp)
18548 (comint-use-prompt-regexp-instead-of-fields)
18549 (comint-replace-by-expanded-history, comint-send-input)
18550 (comint-output-filter, comint-get-old-input-default)
18551 (comint-line-beginning-position, comint-bol, comint-show-output)
18552 (comint-backward-matching-input, comint-forward-matching-input)
18553 (comint-next-prompt, comint-previous-prompt):
18554 Rename `comint-use-prompt-regexp-instead-of-fields' to
18555 `comint-use-prompt-regexp'. Keep old name as alias and declare
18556 obsolete.
18557 (comint-use-prompt-regexp): Shorten first line of doc string.
18558
18559 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18560 Set paragraph-separate buffer locally to "\\'".
18561
18562 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18563 Adapt to above name change.
18564
18565 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18566 (smbclient-prompt-regexp): Ditto.
18567
18568 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18569
18570 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18571
18572 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18573 gdb-location-list.
18574 Break lines that are over 80 characters wide.
18575
18576 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18577
18578 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18579 New fun and var, to preserve compatibility.
18580
18581 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18582
18583 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18584
18585 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18586 name to file-newer-than-file-p.
18587
18588 2005-04-26 Richard M. Stallman <rms@gnu.org>
18589
18590 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18591
18592 * progmodes/python.el (python-mode):
18593 Use new name eldoc-documentation-function.
18594
18595 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18596
18597 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18598 (eldoc-documentation-function):
18599 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18600
18601 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18602
18603 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18604
18605 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18606
18607 * term/xterm.el (function-key-map): Fix strings for
18608 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18609 {C,S,A,C-S}-{f1-f12}.
18610
18611 2005-04-26 Kenichi Handa <handa@m17n.org>
18612
18613 * international/mule-cmds.el (select-safe-coding-system):
18614 Fix previous change.
18615
18616 2005-04-26 Lute Kamstra <lute@gnu.org>
18617
18618 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18619
18620 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18621 (font-lock-comment-delimiter-face): Ditto.
18622
18623 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18624
18625 2005-04-25 Jay Belanger <belanger@truman.edu>
18626
18627 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18628 to t while inserting information; use help-mode.
18629
18630 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18631
18632 * term.el (ansi-term-color-vector): Use the xterm colors.
18633 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18634
18635 2005-04-25 Lute Kamstra <lute@gnu.org>
18636
18637 * font-core.el (font-lock-defaults): Fix docstring.
18638
18639 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18640
18641 2005-04-25 Kenichi Handa <handa@m17n.org>
18642
18643 * international/mule-cmds.el (select-safe-coding-system):
18644 Don't check consistency with coding: spec, etc if raw-text or
18645 no-conversion was found to be safe.
18646
18647 2005-04-24 Richard M. Stallman <rms@gnu.org>
18648
18649 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18650 citation markers at start of each line.
18651
18652 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18653 citation markers at start of each line.
18654
18655 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18656
18657 * files.el (mode-require-final-newline): Fix previous change.
18658 (require-final-newline): Fix type label.
18659
18660 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18661
18662 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18663 statement in buffer (broken by 2004-11-24 change).
18664
18665 2005-04-24 Kim F. Storm <storm@cua.dk>
18666
18667 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18668 and read-file-name-function values. Don't overwrite existing
18669 non-nil values if ido-mode is enabled without ido-everywhere.
18670
18671 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18672
18673 * files.el (mode-require-final-newline): Minor doc fix.
18674
18675 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18676
18677 * subr.el (syntax-after): Doc fix.
18678 (syntax-class): If argument is nil, return nil. Mask off upper 16
18679 bits, not 8 bits.
18680
18681 * files.el (mode-require-final-newline): Doc fix.
18682 (backup-buffer-copy): Fix last change.
18683
18684 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18685
18686 * term/mac-win.el: Require select. Set selection-coding-system to
18687 mac-system-coding-system. Call menu-bar-enable-clipboard.
18688 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18689 (x-select-enable-clipboard): New variables.
18690 (x-select-text, x-get-selection, x-selection-value)
18691 (x-get-selection-value, mac-select-convert-to-string)
18692 (mac-services-open-file, mac-services-open-selection)
18693 (mac-services-insert-text): New functions.
18694 (CLIPBOARD, FIND): Put mac-scrap-name property.
18695 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18696 (public.tiff): Put mac-ostype property.
18697 (selection-converter-alist): Add entries for them.
18698 (mac-application-menu-map): New keymap.
18699 (interprogram-cut-function, interprogram-paste-function): Set to
18700 x-select-text and x-get-selection-value, respectively.
18701 (split-window-keep-point): Set to t.
18702
18703 2005-04-23 Richard M. Stallman <rms@gnu.org>
18704
18705 * files.el (read-directory-name): Always pass non-nil
18706 DEFAULT-FILENAME arg to read-file-name.
18707 (backup-buffer-copy, basic-save-buffer-2): Take care against
18708 writing thru an unexpected existing symlink.
18709 (revert-buffer): In indirect buffer, revert the base buffer.
18710 (magic-mode-alist): Doc fix.
18711 (buffer-stale-function): Doc fix.
18712 (minibuffer-with-setup-hook): Avoid warning.
18713 (mode-require-final-newline): Doc and custom fix.
18714
18715 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18716
18717 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18718 use the default appearance.
18719 (font-lock-comment-delimiter-face): New face, new variable.
18720
18721 * imenu.el (imenu--generic-function): The official position of a
18722 definition is the start of the line that BEG is in.
18723
18724 * midnight.el (midnight-timer): Move defvar up.
18725
18726 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18727
18728 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18729
18730 * startup.el (command-line): Use with-no-warnings.
18731
18732 * window.el (window-size-fixed): New defvar.
18733
18734 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18735
18736 * mail/rmail.el (rmail-font-lock-keywords):
18737 Use font-lock-comment-delimiter-face.
18738
18739 * mail/sendmail.el (mail-font-lock-keywords):
18740 Use font-lock-comment-delimiter-face.
18741
18742 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18743
18744 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18745
18746 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18747 Specify t for LAXMATCH when matching directories.
18748 Save match data around compilation-compat-error-properties form.
18749
18750 2005-04-23 David Kastrup <dak@gnu.org>
18751
18752 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18753 Mention that the autoloaded aliases should be kept for AUCTeX.
18754
18755 2005-04-23 Andreas Schwab <schwab@suse.de>
18756
18757 * isearch.el (isearch-forward): Doc fix.
18758
18759 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18760
18761 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18762 (jit-lock-stealth-nice): Change default value to 0.5.
18763
18764 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18765
18766 * abbrev.el (write-abbrev-file): Write table entries in
18767 alphabetical order by table name.
18768
18769 2005-04-22 Kim F. Storm <storm@cua.dk>
18770
18771 * ido.el (ido-read-internal): Fix `list' completion.
18772
18773 2005-04-22 Kenichi Handa <handa@m17n.org>
18774
18775 * recentf.el (recentf-save-file-coding-system): New variable.
18776 (recentf-save-list): Encode the file by
18777 recentf-save-file-coding-system and add coding: tag.
18778
18779 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18780
18781 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18782
18783 2005-04-21 Lute Kamstra <lute@gnu.org>
18784
18785 * loadhist.el (unload-feature): Don't remove a function from hooks
18786 if it is about to be restored to an autoload . Remove functions
18787 that will become unbound from auto-mode-alist. Simplify the code.
18788
18789 * subr.el (assq-delete-all): New implementation that is linear,
18790 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18791 (rassq-delete-all): New function.
18792
18793 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18794 Add size-indication-mode.
18795
18796 2005-04-21 Kenichi Handa <handa@m17n.org>
18797
18798 * international/mule-cmds.el: Add autoload for widget-value in
18799 eval-when-compile.
18800
18801 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18802
18803 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18804 Add tooltip-mode.
18805
18806 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18807
18808 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
18809
18810 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18811 (inferior-lisp-filter-regexp, inferior-lisp-program)
18812 (inferior-lisp-load-command, inferior-lisp-prompt)
18813 (inferior-lisp-mode-hook, lisp-source-modes)
18814 (inferior-lisp-load-hook): defvar->defcustom.
18815 (inferior-lisp-program, inferior-lisp-prompt)
18816 (inferior-lisp-load-hook): Doc fixes.
18817 (inferior-lisp-install-letter-bindings): Small change in
18818 introductory comment.
18819
18820 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
18821
18822 * vc.el (vc-annotate-color-map): Change some colors so that text
18823 using them as foreground is readable on both white and black
18824 backgrounds.
18825
18826 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18827
18828 * international/mule-conf.el (translation-table-for-input):
18829 Remove redundant declaration.
18830
18831 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18832
18833 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18834
18835 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18836 (tooltip-toggle-gud-tips): New function.
18837
18838 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18839
18840 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18841 right angle brackets.
18842
18843 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18844
18845 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18846
18847 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18848
18849 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18850 Remove. Update callers to use expand-file-name instead.
18851
18852 * subr.el (syntax-class): New function.
18853
18854 * simple.el (blink-matching-open): Use it.
18855
18856 * paren.el (show-paren-function): Use it to recognize parens that are
18857 also used in 2-char comment markers.
18858
18859 2005-04-19 Lute Kamstra <lute@gnu.org>
18860
18861 * loadhist.el (unload-feature): Update for new format of
18862 load-history. Simplify the code.
18863
18864 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18865
18866 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18867 (mac-add-charset-info): New function. Initialize variable
18868 mac-charset-info-alist using it.
18869 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18870 for translation.
18871 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18872 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18873 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18874 New CCL programs.
18875
18876 2005-04-19 Kim F. Storm <storm@cua.dk>
18877
18878 * simple.el (next-buffer, prev-buffer, next-error)
18879 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18880 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18881
18882 * bindings.el (next-buffer, prev-buffer, next-error)
18883 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18884 (clone-indirect-buffer-other-window): Move bindings from simple.el.
18885 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18886 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18887
18888 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18889
18890 * isearch.el (isearch-edit-string): Make the search-ring available for
18891 minibuffer history commands.
18892 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18893 the default history commands now work just as well.
18894 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18895
18896 2005-04-18 Kim F. Storm <storm@cua.dk>
18897
18898 * emulation/cua-base.el (cua--pre-command-handler): Add more
18899 elaborate check for shift modifier on non-window systems.
18900
18901 2005-04-18 Lars Hansen <larsh@math.ku.dk>
18902
18903 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18904
18905 2005-04-18 Kim F. Storm <storm@cua.dk>
18906
18907 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18908 and make it optional. Don't test tooltip-gud-echo-area here.
18909 (tooltip-gud-process-output, gdb-tooltip-print):
18910 Pass tooltip-gud-echo-area to tooltip-show.
18911 (tooltip-help-tips): Remove second optional arg to tooltip-show.
18912
18913 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18914
18915 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18916 `display-graphic-p' may not be bound yet.
18917
18918 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
18919
18920 * startup.el (command-line): No longer enable Xterm Mouse mode by
18921 default in terminals compatible with xterm.
18922
18923 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18924
18925 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
18926
18927 * tooltip.el (tooltip-gud-echo-area): Rename from
18928 tooltip-use-echo-area.
18929 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18930 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18931 area independently of where help tooltips are displayed.
18932
18933 2005-04-17 David Kastrup <dak@gnu.org>
18934
18935 * cus-theme.el (custom-theme-write-variables): Quote variables
18936 where necessary.
18937
18938 2005-04-17 Richard M. Stallman <rms@gnu.org>
18939
18940 * simple.el (yank-excluded-properties): Add follow-link to value.
18941
18942 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18943
18944 * startup.el (fancy-splash-max-time): Just 30 seconds.
18945 (fancy-splash-delay): Just 7.
18946 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18947
18948 * loadhist.el (unload-feature): Update for new format of load-history.
18949 Simplify the code.
18950
18951 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18952 (rmail-font-lock-keywords): Don't fontify the text of a citation.
18953
18954 * mail/sendmail.el (mail-font-lock-keywords):
18955 Don't fontify subject text.
18956 Don't fontify the text of a citation.
18957
18958 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
18959
18960 * comint.el (comint-output-filter): Run comint-output-filter-functions
18961 with point where the user had it.
18962
18963 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18964
18965 * international/ucs-tables.el (ucs-set-table-for-input):
18966 Disable when using unify-on-decoding.
18967
18968 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
18969
18970 * emulation/cua-base.el (cua-global-mark-face): Add special case
18971 for displays supporting a high number of colors.
18972
18973 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18974
18975 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18976
18977 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
18978
18979 * filesets.el (filesets-add-buffer): If user supplies a name of a
18980 non-existing fileset, create a new fileset.
18981
18982 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
18983
18984 * textmodes/org.el (org-up-heading-all): Fix bug with
18985 `outline-up-heading-all'.
18986
18987 2005-04-16 Andreas Schwab <schwab@suse.de>
18988
18989 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18990 /etc/permissions.d/* and /etc/aliases.d/*.
18991
18992 2005-04-16 Kenichi Handa <handa@m17n.org>
18993
18994 * international/code-pages.el (cp-make-coding-system):
18995 Set `translation-table-for-input' property value to the symbol
18996 ucs-mule-to-mule-unicode, not to that value.
18997 (pt154): Escape guillemet by `\'.
18998
18999 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
19000
19001 * loadup.el: Load tooltip if x-show-tip is fboundp.
19002
19003 * startup.el (command-line): Add comment.
19004
19005 * tooltip.el (tooltip-mode): Specify correct standard value for
19006 Custom in init-value.
19007
19008 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
19009
19010 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
19011 possible.
19012
19013 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
19014
19015 * textmodes/org.el (org-agenda-date-prompt): Rename from
19016 `org-agenda-date-today'.
19017 (org-evaluate-time-range): Insert at point instead of directly
19018 after time range.
19019 (org-first-headline-recenter, org-subtree-end-visible-p)
19020 (org-optimize-window-after-visibility-change): New functions
19021 (org-agenda-post-command-hook): Don't allow point at end of line,
19022 to make sure it always hits the text properties.
19023 (org-agenda-next-date-line, org-agenda-previous-date-line):
19024 New commands.
19025 (org-set-regexps-and-options): Category may contain white space.
19026 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19027 Improve marker positions.
19028 (org-agenda-new-marker): Argument POS made optional.
19029 (org-agenda-get-timestamps): Deadlines which are done are listed
19030 in org-done-face now.
19031 (org-agenda-get-todos, org-agenda-get-timestamps)
19032 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19033 Set `undone-face' and `done-face' properties.
19034 (org-last-todo-state-is-todo): New variable.
19035 (org-todo): Set `org-last-todo-state-is-todo'.
19036 (org-agenda-todo): Change face according to
19037 `org-last-todo-state-is-todo'. And change other lines referring to
19038 the same entry.
19039 (org-calendar-goto-agenda): New command.
19040 (org-calendar-to-agenda-key): New option.
19041 (org-startup-folded): New allowed value `content'.
19042 (org-set-regexps-and-options): Accept new value `content' for
19043 `org-startup-folded'.
19044 (org-get-current-options): Handle new value `content' for
19045 `org-startup-folded'.
19046 (org-insert-todo-heading): New command.
19047 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
19048 interactively in empty file and option
19049 `org-insert-mode-line-in-empty-file' has been set.
19050 (org-agenda-todo, org-agenda-priority): Modify to use
19051 `org-agenda-change-all-lines'.
19052 (org-warning-face): Change color on dark background
19053
19054 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19055
19056 * international/mule-cmds.el (set-locale-environment): On Mac OS,
19057 use preferences AppleLocale and AppleLanguages, and variable
19058 mac-system-locale for default locale. On Mac OS Classic, use
19059 mac-system-coding-system for default coding systems.
19060
19061 * term/mac-win.el: Don't set file-name-coding-system.
19062 Decode variables system-name, emacs-build-system, user-login-name, and
19063 user-full-name by mac-system-coding-system on Mac OS Classic.
19064 (mac-system-coding-system): New variable.
19065
19066 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
19067
19068 * startup.el (command-line): Handle `xterm-mouse-mode' before
19069 reading init file.
19070
19071 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
19072
19073 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
19074
19075 * progmodes/sh-script.el (sh-here-document-word): Make it a
19076 defcustom. Doc fix.
19077 (sh-add): Bash uses $(( )) for arithmetic.
19078 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
19079 (sh-maybe-here-document): Remove quotes and leading whitespace
19080 from heredoc word when closing. Indent heredoc with tabs if word
19081 starts with "-".
19082
19083 2005-04-13 Richard M. Stallman <rms@gnu.org>
19084
19085 * simple.el (undo): Fix previous change.
19086
19087 * custom.el (defface): Doc fix.
19088
19089 2005-04-13 Lute Kamstra <lute@gnu.org>
19090
19091 * Makefile.in (DONTCOMPILE): Remove list.
19092 (compile, compile-always): Don't use DONTCOMPILE.
19093 (update-authors): Load the library in which batch-update-authors
19094 is defined.
19095 * makefile.w32-in (DONTCOMPILE): Remove list.
19096 (compile, compile-always): Fix comments.
19097 (update-authors): Load the library in which batch-update-authors
19098 is defined.
19099
19100 * generic-x.el (generic-mode-ini-file-find-file-hook):
19101 Rename to ini-generic-mode-find-file-hook.
19102 Keep generic-mode-ini-file-find-file-hook as an alias.
19103 (ini-generic-mode-find-file-hook): Rename from
19104 generic-mode-ini-file-find-file-hook. Fix docstring.
19105 (ini-generic-mode): Docstring change.
19106 (bat-generic-mode-run-as-comint): Silence the byte compiler.
19107
19108 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
19109 called from lisp.
19110
19111 * generic.el: Move to the emacs-lisp subdir.
19112
19113 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
19114
19115 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
19116 and C-S- function and cursor motion keys.
19117
19118 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
19119
19120 * startup.el (command-line): Enable Xterm Mouse mode by default.
19121 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
19122 for Custom. No longer show "Mouse" in mode line when enabled.
19123 Doc fix.
19124
19125 2005-04-12 Kim F. Storm <storm@cua.dk>
19126
19127 * emulation/cua-base.el (cua-rectangle-face)
19128 (cua-rectangle-noselect-face): Define face attributes here.
19129
19130 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
19131
19132 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19133
19134 * startup.el (command-line): Turn off blinking cursor if
19135 cursorBlink in resources is off or false.
19136
19137 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19138
19139 * term/mac-win.el (dnd): Require dnd.
19140 (mac-drag-n-drop): Call dnd-handle-one-url.
19141 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
19142 (kTextEncodingISOLatin2): Remove constants.
19143 (mac-script-code-coding-systems): New constant.
19144 (mac-handle-language-change): New function.
19145 (special-event-map): Bind it to `language-change' event.
19146 (mac-centraleurroman, mac-cyrillic): New coding systems.
19147 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
19148 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
19149 and mac-cyrillic-encoder to encode-mac-centraleurroman and
19150 encode-mac-cyrillic, respectively.
19151
19152 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19153
19154 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19155 Don't set overlay-arrow-string to "=>" as this is done
19156 globally in C now.
19157
19158 2005-04-12 Lute Kamstra <lute@gnu.org>
19159
19160 * generic-x.el (rc-generic-mode, rul-generic-mode):
19161 Fix auto-mode-alist entries.
19162 (etc-fstab-generic-mode): Tweak fontification.
19163
19164 * generic.el (generic-make-keywords-list): Fix docstring.
19165 (generic-mode-internal): Simplify generic-font-lock-keywords.
19166
19167 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19168
19169 * whitespace.el (whitespace-buffer-leading)
19170 (whitespace-buffer-trailing): Revert the incorrect test inversion.
19171 However, fix the highlight area for the leading and
19172 trailing whitespaces to show space.
19173
19174 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19175
19176 * whitespace.el (whitespace-version): Bump to 3.5
19177
19178 (whitespace-buffer-leading, whitespace-buffer-trailing):
19179 Invert sense of the test to highlight the whitespace.
19180
19181 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19182
19183 * progmodes/gud.el (gud-display-line): GUD uses its own
19184 overlay arrow now so don't set overlay-arrow-string.
19185 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19186
19187 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19188
19189 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19190 (term-ansi-current-reverse, term-ansi-current-invisible)
19191 (term-ansi-face-already-done): Change to boolean.
19192 (term-reset-terminal, term-handle-colors-array): Handle the above
19193 vars accordingly.
19194 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19195 (term-emulate-terminal): Use the new name.
19196
19197 * faces.el (secondary-selection): Use yellow1, not yellow.
19198 (trailing-whitespace): Use red1, not red.
19199
19200 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19201
19202 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19203 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19204 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19205
19206 * cus-edit.el (dnd): New group.
19207
19208 * term/w32-win.el (dnd): Require dnd
19209 (w32-drag-n-drop): Call dnd-handle-one-url.
19210
19211 * x-dnd.el: Require dnd.
19212 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19213 Call dnd-handle-one-url.
19214 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19215 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19216 to dnd-insert-text.
19217 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19218 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19219 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19220 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19221
19222 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19223
19224 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19225
19226 * wdired.el: Doc fixes.
19227 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19228 (wdired-use-dired-vertical-movement): Rename from
19229 wdired-always-move-to-filename-beginning.
19230 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19231 (wdired-change-to-wdired-mode): Change mode name.
19232 (wdired-newline): Delete.
19233
19234 2005-04-11 Richard M. Stallman <rms@gnu.org>
19235
19236 * whitespace.el (whitespace-highlight-the-space):
19237 Don't call whitespace-unhighlight-the-space here.
19238
19239 * simple.el (undo): Record t in undo-equiv-table
19240 for the redo record made by an undo-in-region.
19241
19242 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19243
19244 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19245 (gdb-frame-inferior-io-buffer): New Functions to control
19246 display of separate IO buffer.
19247 (menu): Add them to menu-bar.
19248 (gdb-display-buffer): Check for buffer another frame.
19249 Protect GUD buffer.
19250 (gdb-setup-windows): Create IO buffer if not already there.
19251 (gdb-memory-mode): Remove purecopy noops.
19252
19253 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19254
19255 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19256 and pass to self-insert-command.
19257
19258 2005-04-11 Lute Kamstra <lute@gnu.org>
19259
19260 * generic.el: Commentary section cleanup.
19261 (generic): Delete.
19262 (generic-use-find-file-hook, generic-lines-to-scan)
19263 (generic-find-file-regexp, generic-ignore-files-regexp)
19264 (default-generic-mode, generic-mode-find-file-hook)
19265 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19266 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19267 (generic-use-find-file-hook, generic-lines-to-scan)
19268 (generic-find-file-regexp, generic-ignore-files-regexp)
19269 (default-generic-mode, generic-mode-find-file-hook)
19270 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19271
19272 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19273
19274 * bookmark.el (bookmark-write-file): Catch errors writing file.
19275 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19276
19277 2005-04-10 Richard M. Stallman <rms@gnu.org>
19278
19279 * startup.el (fancy-splash-tail): Update copyright year.
19280 (command-line): Split part of -Q into -D.
19281 (emacs-basic-display): New defvar.
19282 (fancy-splash-text): Correct name of menu item.
19283
19284 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19285
19286 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19287 lines in one node.
19288
19289 * comint.el (comint-send-input): New arg ARTIFICIAL.
19290 Callers in this file changed.
19291
19292 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19293
19294 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19295
19296 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19297
19298 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19299 `ldap-search-internal'.
19300
19301 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19302
19303 * files.el (set-auto-mode-1): Use line-end-position.
19304
19305 * international/latin-1.el:
19306 * international/latin-2.el:
19307 * international/latin-3.el:
19308 * international/latin-4.el:
19309 * international/latin-5.el:
19310 * international/latin-8.el:
19311 * international/latin-9.el: Give punctuation syntax to NBSP.
19312
19313 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19314 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19315 Use char-classes to accept non-ascii letters, accepted in some recent
19316 bibtex implementations.
19317
19318 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19319
19320 * custom.el (custom-set-minor-mode): Any non-nil value for the
19321 variable should enable the mode when set through Custom.
19322
19323 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19324
19325 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19326 TAB binding so tab-always-indent is obeyed.
19327 (vhdl-minibuffer-local-map): Move initialization into declaration.
19328 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19329 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19330 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19331 (vhdl-current-line): Use line-beginning-position.
19332 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19333 with-output-to-temp-buffer, so the current position can be recorded.
19334
19335 2005-04-10 Masatake YAMATO <jet@gyve.org>
19336
19337 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19338 Add regexp for gcov.
19339
19340 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19341
19342 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19343 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19344 syntax which Emacs 20 doesn't support.
19345
19346 2005-04-09 Richard M. Stallman <rms@gnu.org>
19347
19348 * help.el (describe-key-briefly, describe-key):
19349 Replace strings as event types with "(any string)".
19350
19351 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19352
19353 * arc-mode.el (archive-mode-map): Move initialization into
19354 the declaration. Override *all* bindings of `undo'.
19355 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19356
19357 2005-04-09 Jay Belanger <belanger@truman.edu>
19358
19359 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19360
19361 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19362
19363 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19364 (xterm-register-default-colors): Update color values computation
19365 to match xterm-200.
19366
19367 2005-04-09 Kenichi Handa <handa@m17n.org>
19368
19369 * international/code-pages.el (iso-latin-7): Fix the map.
19370
19371 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19372
19373 * emacs-lisp/lisp.el (defun-prompt-regexp)
19374 (parens-require-spaces, buffer-end, end-of-defun)
19375 (insert-parentheses): Doc fixes.
19376
19377 2005-04-08 Kim F. Storm <storm@cua.dk>
19378
19379 * comint.el (comint-highlight-prompt): Fix face spec.
19380 * hi-lock.el (hi-green): Likewise.
19381
19382 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19383
19384 * cus-edit.el (custom-modified-face):
19385 * comint.el (comint-highlight-input): Fix previous changes.
19386 * term.el (term-handle-ansi-escape): Add a comment.
19387
19388 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19389
19390 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19391 in the buffer and in whitespace-highlighted-space.
19392 (whitespace-unhighlight-the-space): Simplify.
19393 (whitespace-buffer): Simplify.
19394
19395 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19396
19397 * textmodes/table.el (table-cell-face): Add special case for
19398 displays supporting a high number of colors.
19399 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19400 (vhdl-font-lock-reserved-words-face)
19401 (vhdl-speedbar-architecture-face)
19402 (vhdl-speedbar-instantiation-face)
19403 (vhdl-speedbar-architecture-selected-face)
19404 (vhdl-speedbar-instantiation-selected-face): Likewise.
19405 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19406 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19407 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19408 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19409 (ebrowse-progress-face): Likewise.
19410 * progmodes/compile.el (compilation-info-face): Likewise.
19411 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19412 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19413 * calendar/calendar.el (diary-face): Likewise.
19414 * woman.el (woman-italic-face, woman-bold-face)
19415 (woman-unknown-face): Likewise.
19416 * wid-edit.el (widget-button-pressed-face): Likewise.
19417 * whitespace.el (whitespace-highlight-face): Likewise.
19418 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19419 * pcvs-info.el (cvs-marked-face): Likewise.
19420 * info.el (info-xref): Likewise.
19421 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19422 * hilit-chg.el (highlight-changes-face)
19423 (highlight-changes-delete-face): Likewise.
19424 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19425 (hi-red-b): Likewise.
19426 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19427 * font-lock.el (font-lock-keyword-face)
19428 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19429 * cus-edit.el (custom-invalid-face, custom-modified-face)
19430 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19431 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19432 * comint.el (comint-highlight-prompt): Likewise.
19433
19434 2005-04-08 Lute Kamstra <lute@gnu.org>
19435
19436 * font-lock.el (font-lock-keywords): Docstring fixes.
19437
19438 2005-04-08 Kenichi Handa <handa@m17n.org>
19439
19440 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19441 chars are more than a limit, print " and more..." at the tail.
19442
19443 2005-04-08 Kim F. Storm <storm@cua.dk>
19444
19445 * emacs-lisp/authors.el (authors-aliases): Update list.
19446 (authors-ignored-files): New list.
19447 (authors-fixed-entries): Fix typo.
19448 (authors-renamed-files-alist): Update list.
19449 (authors-add): Check authors-ignored-files.
19450
19451 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19452
19453 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19454 optional, to ensure backward compatibility.
19455
19456 2005-04-08 Stephen Eglen <stephen@gnu.org>
19457
19458 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19459
19460 2005-04-08 Kim F. Storm <storm@cua.dk>
19461
19462 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19463
19464 * mouse.el (mouse-on-link-p): Doc fix.
19465
19466 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19467
19468 * ielm.el (ielm-prompt-read-only): Doc fix.
19469
19470 * comint.el (comint-prompt-read-only): Doc fix.
19471
19472 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19473
19474 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19475 ensure dired always handles wildcards passed to ffap.
19476 (find-file-at-point): Use it.
19477 (ffap-dired-wildcards): Doc fix.
19478
19479 2005-04-07 Juri Linkov <juri@jurta.org>
19480
19481 * simple.el (next-error-overlay-arrow-position): New defvar.
19482 Put "=>" on its property `overlay-arrow-string'. Add it to
19483 `overlay-arrow-variable-list'.
19484
19485 * progmodes/compile.el (compilation-setup):
19486 Set `next-error-overlay-arrow-position' to nil. Also set it to
19487 nil in the local hook `kill-buffer-hook'. Make local variable
19488 `overlay-arrow-string' and set it to "=>".
19489 (compilation-goto-locus): Set BOL position to
19490 `next-error-overlay-arrow-position' instead of
19491 `overlay-arrow-position'.
19492
19493 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19494 locally instead of adding it to the global hook.
19495 (Info-kill-buffer): Move up.
19496
19497 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19498
19499 * term/xterm.el (xterm-standard-colors): Update color values from
19500 xterm-200.
19501
19502 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19503
19504 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19505
19506 * fast-lock.el:
19507 * lazy-lock.el: Move them to the obsolete subdir.
19508
19509 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19510
19511 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19512 (wdired-add-replace-advice): Remove.
19513 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19514
19515 2005-04-06 Kim F. Storm <storm@cua.dk>
19516
19517 * startup.el (command-line): Add --bare-bones alias for -Q.
19518
19519 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19520
19521 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19522 create the startup fontset if a font specification ends with
19523 `mac-roman'.
19524
19525 2005-04-06 Lute Kamstra <lute@gnu.org>
19526
19527 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19528 change.
19529
19530 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19531 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19532
19533 2005-04-05 Lute Kamstra <lute@gnu.org>
19534
19535 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19536 (define-generic-mode): Ditto. Fix debug declaration.
19537
19538 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19539 Put them in the generic-x group.
19540
19541 * calendar/timeclock.el (timeclock): Doc fix.
19542
19543 * generic.el (define-generic-mode): Don't use custom-current-group.
19544 Document default :group value.
19545 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19546 (define-global-minor-mode): Don't use custom-current-group.
19547
19548 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19549
19550 * startup.el (command-line-1): Display startup-echo-area-message
19551 when fancy splash screen is in use.
19552
19553 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19554 (sh-escaped-newline): New face.
19555 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19556 newline, and use sh-escaped-newline face.
19557
19558 * progmodes/tcl.el (tcl-escaped-newline): New face.
19559 (tcl-builtin-list): New variable.
19560 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19561 newlines. Fix keywords subexpression number.
19562
19563 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19564
19565 * textmodes/org.el (org-diary-default-entry): Fix call to
19566 `add-to-diary-entry'.
19567
19568 2005-04-05 Kim F. Storm <storm@cua.dk>
19569
19570 * ediff-init.el: Use (featurep 'xemacs).
19571
19572 2005-04-05 David Ponce <david@dponce.com>
19573
19574 * cus-edit.el (face): Derive from symbol widget. Display sample
19575 of the current face on the fly.
19576 (widget-face-sample-face-get, widget-face-notify): New functions.
19577 (widget-face-value-create): Remove.
19578
19579 * wid-edit.el (widget-field-end): Temporarily remove field
19580 narrowing before to call `get-char-property'.
19581
19582 2005-04-04 Jay Belanger <belanger@truman.edu>
19583
19584 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19585 (math-read-subscripts): New variable.
19586 (math-read-preprocess-string): Process subscripts.
19587
19588 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19589
19590 * comint.el (comint-prompt-read-only): Doc fix.
19591
19592 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19593 `-1'. Doc fix.
19594
19595 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19596
19597 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19598 Change default value to nil.
19599
19600 2005-04-04 Lute Kamstra <lute@gnu.org>
19601
19602 * autorevert.el (auto-revert-mode): Specify :group.
19603 * battery.el (display-battery-mode): Specify :group.
19604 * diff-mode.el (diff-minor-mode): Specify :group.
19605 * font-core.el (font-lock-mode): Specify :group.
19606 * hl-line.el (hl-line-mode): Specify :group.
19607 * iimage.el (iimage): New customization group.
19608 (iimage-mode): Specify :group.
19609 * longlines.el (longlines-mode): Specify :group.
19610 * master.el: Don't require easy-mmode.
19611 (master): New customization group.
19612 (master-mode): Specify :group.
19613 * msb.el (msb-mode): Specify :group.
19614 * reveal.el (reveal-mode): Specify :group.
19615 * simple.el (next-error-follow-minor-mode): Specify :group.
19616 * smerge-mode.el (smerge-mode): Specify :group.
19617 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19618 * emulation/cua-base.el (cua-mode): Specify :group.
19619 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19620 * language/thai-util.el (thai-auto-composition-mode)
19621 (thai-word-mode): Specify :group.
19622 * mail/supercite.el (sc-minor-mode): Specify :group.
19623 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19624 * progmodes/flymake.el (flymake-mode): Specify :group.
19625 * progmodes/glasses.el (glasses-mode): Specify :group.
19626 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19627 * textmodes/enriched.el (enriched-mode): Specify :group.
19628 * textmodes/refill.el (refill-mode): Specify :group.
19629
19630 * add-log.el (change-log-font-lock-keywords): Names in
19631 parenthesized lists can contain spaces.
19632
19633 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19634
19635 * startup.el (fancy-splash-text): Shorten default text of
19636 "Emacs Tutorial" line. Also, if the current language env
19637 indicates an available tutorial file other than TUTORIAL,
19638 extract its title and append it to the line in parentheses.
19639 (fancy-splash-insert): If arg is a thunk, funcall it.
19640
19641 2005-04-04 Jay Belanger <belanger@truman.edu>
19642
19643 * calc.el (calc-language-alist): Add tags to customization type.
19644
19645 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19646
19647 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19648 Doc fix.
19649
19650 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19651
19652 * add-log.el (change-log-font-lock-keywords): The manual
19653 describing a Change Log entry, says: (...) "Aside from these
19654 header lines, every line in the change log starts with a space or
19655 a tab.". The font-lock was not highlighting lines started with
19656 spaces, added support for it.
19657
19658 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19659
19660 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19661 (bibtex-generate-url-list): Update docstring accordingly. Put the
19662 complex example in the docstring.
19663 (bibtex-font-lock-url): Use pop.
19664
19665 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19666
19667 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19668
19669 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19670
19671 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19672
19673 * filesets.el (filesets-set-default): Doc fix.
19674
19675 2005-04-03 Lute Kamstra <lute@gnu.org>
19676
19677 * generic.el (define-generic-mode): Add argument to specify
19678 keywords for defcustom.
19679 (default-generic-mode): Specify :group.
19680
19681 * generic-x.el: Specify :group for all generic modes.
19682
19683 * desktop.el (desktop-no-desktop-file-hook)
19684 (desktop-after-read-hook): Doc fix.
19685
19686 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19687
19688 * simple.el (visible-mode): Use explicit :group keyword.
19689 This changes the group of `visible-mode-hook' from paren-blinking
19690 to editing-basics.
19691
19692 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19693
19694 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19695 mailbox specifications as well as URLs.
19696 (rmail-insert-inbox-text): Remove unused conditional branches.
19697
19698 2005-04-01 Jay Belanger <belanger@truman.edu>
19699
19700 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19701 (calc-gnuplot-print-command): Move definitions to calc.el.
19702
19703 * calc/calc-embed.el (calc-embedded-announce-formula)
19704 (calc-embedded-open-formula, calc-embedded-close-formula)
19705 (calc-embedded-open-word, calc-embedded-close-word)
19706 (calc-embedded-open-plain, calc-embedded-close-plain)
19707 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19708 (calc-embedded-open-mode, calc-embedded-close-mode):
19709 Move definitions to calc.el.
19710
19711 * calc/calc.el (calc-settings-file, calc-language-alist):
19712 Make customizable.
19713 (calc-embedded-announce-formula, calc-embedded-open-formula)
19714 (calc-embedded-close-formula, calc-embedded-open-word)
19715 (calc-embedded-close-word, calc-embedded-open-plain)
19716 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19717 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19718 (calc-embedded-close-mode, calc-gnuplot-name)
19719 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19720 from other files and make customizable.
19721
19722 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19723
19724 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19725 Use buffer-live-p.
19726 (cvs-mode-run): Don't call cvs-update-header here.
19727 (cvs-run-process): Call cvs-update-header.
19728 Use process properties for cvs-postprocess and cvs-buffer so that
19729 the sentinel can behave better if the temp buffer is killed.
19730 Use a pipe rather than a tty, to better handle unexpected prompts.
19731 (cvs-sentinel): Rewrite. Call cvs-update-header.
19732
19733 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19734
19735 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19736 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19737
19738 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19739
19740 * generic.el (define-generic-mode): Add indentation rule.
19741
19742 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19743
19744 * files.el (mode-require-final-newline): Make Custom correctly
19745 report a nil value and allow to set it to nil via Custom.
19746 Doc fix.
19747
19748 2005-04-01 Kenichi Handa <handa@m17n.org>
19749
19750 * international/characters.el: Enable the correct case setting for
19751 dotless-i and dotted-I.
19752
19753 2005-04-01 Kim F. Storm <storm@cua.dk>
19754
19755 * ido.el (ido-file-internal): Fall back to non-ido command if
19756 initial directory is on slow ftp (or tramp) host.
19757
19758 2005-03-31 Richard M. Stallman <rms@gnu.org>
19759
19760 * emacs-lisp/autoload.el (make-autoload):
19761 Handle define-global-minor-mode.
19762
19763 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19764 Rename from easy-mmode-define-global-mode.
19765 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19766
19767 * progmodes/scheme.el (scheme-mode-syntax-table):
19768 Update syntax of | and # for two-character comment syntax.
19769
19770 2005-03-31 Lute Kamstra <lute@gnu.org>
19771
19772 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19773 (define-minor-mode): Call custom-current-group at load-time.
19774
19775 * generic.el (define-generic-mode): Add debug declaration.
19776 Add defcustom for the mode hook.
19777 (generic-mode-internal): Use run-mode-hooks.
19778
19779 2005-03-31 Kim F. Storm <storm@cua.dk>
19780
19781 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19782 (mouse-fixup-help-message): New defun called by show_help_echo
19783 to fixup mouse-2 prefix in help messages when applicable.
19784
19785 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19786
19787 2005-03-31 Kenichi Handa <handa@m17n.org>
19788
19789 * language/thai-word.el (thai-find-word-ends): Pay attention to
19790 the case that we reach the end of buffer.
19791
19792 * textmodes/fill.el (fill-text-properties-at): New function.
19793 (fill-newline): Use fill-text-properties-at instead of
19794 text-properties-at.
19795
19796 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19797
19798 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19799 not comint-quote-filename.
19800
19801 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19802
19803 * help-fns.el (help-with-tutorial): Revert last change.
19804
19805 2005-03-31 Kim F. Storm <storm@cua.dk>
19806
19807 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19808
19809 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
19810
19811 * calendar/cal-china.el: Update reference to "Calendrical
19812 Calculations" book; there's a new edition.
19813 * calendar/cal-coptic.el: Likewise.
19814 * calendar/cal-french.el: Likewise.
19815 * calendar/cal-hebrew.el: Likewise.
19816 * calendar/cal-islam.el: Likewise.
19817 * calendar/cal-iso.el: Likewise.
19818 * calendar/cal-julian.el: Likewise.
19819 * calendar/cal-mayan.el: Likewise.
19820 * calendar/cal-persia.el: Likewise.
19821 * calendar/calendar.el: Likewise.
19822 * calendar/holidays.el: Likewise.
19823 * calendar/lunar.el: Likewise.
19824 * calendar/solar.el: Likewise.
19825
19826 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19827 white space from doc string.
19828
19829 2005-03-30 Jay Belanger <belanger@truman.edu>
19830
19831 * calc/calc-help.el (calc-full-help): Remove email address.
19832
19833 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
19834
19835 * help-fns.el (help-with-tutorial): Delete title line.
19836
19837 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19838
19839 * calendar/cal-x.el (calendar-one-frame-setup)
19840 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19841 rather than `symbol' for set-window-dedicated-p.
19842
19843 * calendar/appt.el (appt-buffer-name): Make it a constant.
19844 (appt-add): Doc fix.
19845
19846 * filesets.el (filesets-menu-path, filesets-menu-before)
19847 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
19848 (filesets-menu-cache-file): Use directory ~/.emacs.d.
19849 (filesets-add-submenu): Delete and use add-submenu instead.
19850
19851 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
19852
19853 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19854 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19855 (org-diary-default-entry): New function.
19856 (org-get-entries-from-diary): Better parsing of diary entries.
19857 (org-agenda-check-no-diary): New function.
19858 ("diary-lib"): Advice to function `add-to-diary-list', to allow
19859 linking to diary entries.
19860 (org-agenda-execute-calendar-command): New function.
19861 (org-agenda): Improve visible section in window.
19862 Use `org-fit-agenda-window'.
19863 (org-fit-agenda-window): New option.
19864 (org-move-subtree-down): Better handling of empty lines
19865 at end of subtree.
19866 (org-cycle): Numeric prefix is interpreted now as show-subtree N
19867 levels up.
19868 (org-fontify-done-headline): New option.
19869 (org-headline-done-face): New face.
19870 (org-set-font-lock-defaults): Use `org-headline-done-face'.
19871 (org-table-copy-down): Rename from `org-table-copy-from-above'.
19872 When current field is non-empty, it is copied to next row.
19873 (org-table-copy-from-above): Fix bug which made it
19874 impossible to copy fields containing only a single non-white character.
19875
19876 2005-03-30 Kim F. Storm <storm@cua.dk>
19877
19878 * kmacro.el (kmacro-end-macro): Isearch may store this command
19879 into the macro -- so ignore it when executing keyboard macro.
19880
19881 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19882
19883 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19884
19885 2005-03-29 Kenichi Handa <handa@m17n.org>
19886
19887 * language/thai.el ("Thai"): Set setup-function and exit-function
19888 for Thai language environment.
19889
19890 * language/thai-util.el: Require thai-word.
19891 (thai-word-mode-map): New variable.
19892 (thai-word-mode): New minor mode.
19893 (setup-thai-language-environment-internal): New function.
19894 (exit-thai-language-environment-internal): New function.
19895
19896 * language/thai-word.el (thai-word-table): Declare it by defvar,
19897 use dolist to initialize it.
19898 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19899 (thai-fill-find-break-point): New functions.
19900
19901 2005-03-29 Richard M. Stallman <rms@gnu.org>
19902
19903 * simple.el (idle-update-delay): Move definition up.
19904 (set-mark): Doc fix.
19905
19906 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
19907
19908 * longlines.el: New file.
19909
19910 * simple.el (buffer-substring-filters): New variable.
19911 (filter-buffer-substring): New function.
19912 (kill-region, copy-region-as-kill): Use it.
19913
19914 * register.el (copy-to-register, append-to-register)
19915 (prepend-to-register): Use filter-buffer-substring.
19916
19917 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19918
19919 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19920 (gud-filter-pending-text): Move in front of gdb.
19921 (gud-overlay-arrow-position): New variable.
19922 (gud-sentinel, gud-display-line): Use it in place of
19923 overlay-arrow-position.
19924
19925 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
19926
19927 * progmodes/fortran.el (fortran-if-indent): Doc fix.
19928 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19929 (fortran-font-lock-keywords-4): New variable.
19930 (fortran-blocks-re, fortran-end-block-re)
19931 (fortran-start-block-re): New constants, for hideshow.
19932 (hs-special-modes-alist): Add a Fortran entry.
19933 (fortran-mode-map): Bind fortran-end-of-block,
19934 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19935 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
19936 (fortran-looking-at-if-then, fortran-end-of-block)
19937 (fortran-beginning-of-block): New functions, for hideshow.
19938
19939 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19940 Doc fix. Tweak regexp.
19941 (f90-beginning-of-block): Push mark first.
19942
19943 2005-03-29 Jay Belanger <belanger@truman.edu>
19944
19945 * calc/calc.el: Update copyright date.
19946 (calc-version): Increase to 2.1.
19947 (calc-version-date): Remove.
19948
19949 * calc/calc-help.el: Update copyright date.
19950 (calc-full-help): Remove reference to calc-version-date.
19951 Update copyright date.
19952
19953 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19954
19955 * vc.el (vc-do-command): Use a pipe for async processes, so password
19956 prompts don't show up at places where the user can't reply.
19957
19958 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19959
19960 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19961 on the file name we pass to the inferior shell.
19962
19963 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19964
19965 * progmodes/which-func.el (which-function): Be robust in the face of an
19966 imenu--make-index-alist failure.
19967
19968 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19969
19970 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19971
19972 * progmodes/python.el (python-preoutput-filter): Fix last change.
19973
19974 2005-03-29 Lute Kamstra <lute@gnu.org>
19975
19976 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19977 functions and compiled macros.
19978 (debug-convert-byte-code): Handle macros too.
19979 (debug-on-entry-1): Don't signal an error when trying to clear a
19980 function that is not set to debug on entry.
19981
19982 2005-03-29 Jay Belanger <belanger@truman.edu>
19983
19984 * calc/calc-lang.el: Add functions to math-function-table
19985 properties of tex and math.
19986
19987 2005-03-29 Kenichi Handa <handa@m17n.org>
19988
19989 * ps-mule.el (ps-mule-plot-string): Translate characters by
19990 ps-print-translation-table.
19991 (ps-mule-begin-job): Call find-charset-region/string with
19992 ps-print-translation-table.
19993 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19994
19995 * ps-print.el (ps-print-translation-table): New variable.
19996 (ps-plot-region): Translate characters by ps-print-translation-table.
19997
19998 2005-03-29 Juri Linkov <juri@jurta.org>
19999
20000 * simple.el (next-error-highlight-timer): New variable.
20001
20002 * progmodes/compile.el (compilation-goto-locus):
20003 Use `next-error-highlight-timer' instead of `sit-for'.
20004
20005 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20006
20007 * mail/supercite.el (sc-mail-field): Use assoc-string.
20008 (sc-get-address): Simplify regexps.
20009
20010 * files.el (minibuffer-with-setup-hook): New macro.
20011 (find-file-read-args): Use it to avoid let-binding
20012 minibuffer-with-setup-hook (which breaks turning on/off
20013 file-name-shadow-mode while in the prompt).
20014
20015 * complete.el (PC-read-include-file-name-internal):
20016 Use test-completion.
20017
20018 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
20019
20020 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
20021
20022 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20023
20024 * window.el (window-buffer-height): Use count-screen-lines.
20025
20026 * progmodes/python.el (python-preoutput-leftover): New var.
20027 (python-preoutput-filter): Use it.
20028 (python-send-receive): Loop until all the result has been received.
20029
20030 2005-03-28 Juri Linkov <juri@jurta.org>
20031
20032 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
20033
20034 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
20035 "Recover Crashed Session".
20036 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
20037 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
20038 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
20039 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
20040 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
20041 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
20042 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
20043 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
20044
20045 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
20046 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
20047 Ediff Sessions", "Toggle use of separate control buffer frame",
20048 "Use separate frame for Ediff control buffer".
20049
20050 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
20051 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
20052 "Rename Bookmark", "Delete Bookmark".
20053
20054 * info.el (Info-mode-menu): Remove ellipsis from "Index".
20055 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
20056 Add `:active Info-index-alternatives' to "Next Matching Item".
20057
20058 * wdired.el (wdired-change-to-wdired-mode):
20059 Mention `wdired-abort-changes' key in the initial message.
20060
20061 * international/mule.el (auto-coding-alist): Associate non-ascii
20062 image filename extensions with `no-conversion'.
20063
20064 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
20065
20066 * international/iso-acc.el:
20067 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
20068
20069 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
20070
20071 * textmodes/sgml-mode.el (html-mode): Doc update.
20072
20073 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
20074
20075 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
20076
20077 * term.el (term-move-columns): Fix face after extending a line.
20078 (term-insert-spaces): Likewise.
20079 (term-reset-terminal): Fix off by one error.
20080
20081 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20082
20083 * international/mule.el (auto-coding-alist): Add .xpi files.
20084
20085 * files.el (auto-mode-alist): Add .xpi files.
20086
20087 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
20088
20089 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
20090
20091 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20092
20093 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
20094
20095 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20096
20097 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
20098 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
20099
20100 * calendar/cal-move.el (calendar-beginning-of-year): Move the
20101 cursor to Jan 1 when needed.
20102 (calendar-end-of-year): Fix -/+ typo.
20103 Reported by Chong Yidong <cyd@stupidchicken.com>.
20104
20105 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20106
20107 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
20108
20109 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
20110 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
20111
20112 2005-03-25 Richard M. Stallman <rms@gnu.org>
20113
20114 * filesets.el (filesets-init): Add autoload.
20115
20116 * mail/mailalias.el (mail-directory): Doc fix.
20117
20118 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20119
20120 * mail/mailalias.el (mail-directory-process): Do nothing if
20121 mail-directory-process is an atom.
20122 (mail-get-names): Ignore mail-directory-names if it is an atom.
20123 (mail-directory-process defvar): Doc fix.
20124 (mail-names): Doc fix.
20125
20126 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
20127
20128 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
20129
20130 2005-03-26 Kenichi Handa <handa@m17n.org>
20131
20132 * international/mule-util.el (detect-coding-with-priority):
20133 Call update-coding-systems-internal before detect-coding-region.
20134
20135 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
20136
20137 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
20138 (gdb-frames-mode-map): Add follow-link property.
20139
20140 2005-03-25 Jay Belanger <belanger@truman.edu>
20141
20142 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
20143 for variables.
20144
20145 2005-03-25 Juri Linkov <juri@jurta.org>
20146
20147 * image-mode.el: Optimize image filename extension regexps in
20148 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
20149 in `auto-mode-alist'.
20150 (image-mode): Add `image-toggle-display-text' to local hook
20151 `change-major-mode-hook'. Display the image as an image by
20152 default. Set `cursor-type' and `truncate-lines' if the image
20153 is already displayed. Take into account the current mode (image
20154 or text) in message.
20155 (image-minor-mode): New minor mode.
20156 (image-mode-maybe, image-toggle-display-text): New functions.
20157 (image-toggle-display): Use called-interactively-p.
20158 Let-bind `inhibit-read-only' to t.
20159
20160 * image-mode.el (image-minor-mode): Set `cursor-type' and
20161 `truncate-lines' if the image is already displayed. Add turning
20162 image-minor-mode off to `change-major-mode-hook'. Add message.
20163 Call `image-toggle-display-text' after turning image-minor-mode off.
20164
20165 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20166
20167 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20168 Terminal.app, use utf-8.
20169 (set-display-table-and-terminal-coding-system): Add coding-system arg.
20170 (set-locale-environment): Use it.
20171
20172 * term/xterm.el: Undo last change, better done in mule-cmds.el.
20173
20174 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20175
20176 * progmodes/python.el (python-close-block-statement-p)
20177 (python-outdent-p, python-current-defun): Use symbol-end.
20178
20179 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20180
20181 * files.el (save-some-buffers): Doc fix.
20182
20183 2005-03-25 Werner Lemberg <wl@gnu.org>
20184
20185 * complete.el, thumbs.el: Replace `legal' with `valid'.
20186 * calendar/calendar.el: Replace `legal' with `valid'.
20187 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20188 * mail/supercite.el: Replace `legal' with `valid'.
20189 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20190 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20191 Replace `legal' with `valid'.
20192 * textmodes/reftex-vars.el, textmodes/reftex.el:
20193 Replace `legal' with `valid'.
20194
20195 2005-03-25 Werner Lemberg <wl@gnu.org>
20196
20197 * calc/calc-forms.el, calc/calc-sel.el
20198 * midnight.el, vc-cvs.el
20199 * emacs-lisp/cl-macs.el
20200 * emulation/vip.el
20201 * eshell/esh-io.el, eshell/esh-var.el
20202 * mail/supercite.el
20203 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20204 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20205 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20206 * progmodes/sh-script.el, progmodes/xscheme.el
20207 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20208 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20209 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20210 * textmodes/reftex.el, textmodes/org.el:
20211 Replace `illegal' with `invalid'.
20212
20213 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20214
20215 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20216 (flymake-find-buildfile, flymake-find-possible-master-files)
20217 (flymake-check-include, flymake-parse-line): Replace loops over the
20218 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20219
20220 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20221 Substitute file-name-as-directory in the rest of the file.
20222 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20223 (flymake-replace-region): Remove unused arg `buffer'.
20224 (flymake-check-patch-master-file-buffer): Update calls to it.
20225 (flymake-add-err-info): Remove unused var `count'.
20226 (flymake-mode): Use define-minor-mode.
20227
20228 * progmodes/flymake.el: Use with-current-buffer.
20229 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20230 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20231 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20232 Avoid testing for `xemacs'.
20233 (flymake-nop): Move.
20234 (flymake-region-has-flymake-overlays): Return the computed value.
20235 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20236 Remove unused var `endline'.
20237 (flymake-get-line-count): Remove unused function.
20238 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20239
20240 * emulation/vi.el:
20241 * generic.el:
20242 * hilit-chg.el (global-highlight-changes):
20243 * hi-lock.el (hi-lock-mode):
20244 * follow.el: find-file-hooks -> find-file-hook.
20245
20246 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20247
20248 2005-03-24 Juri Linkov <juri@jurta.org>
20249
20250 * dired.el (dired-mode-map): Add menu item "Compare directories"
20251 for dired-compare-directories.
20252
20253 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20254 Doc fix. Replace `read-file-name' with `read-directory-name'.
20255
20256 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20257
20258 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20259
20260 2005-03-24 Jay Belanger <belanger@truman.edu>
20261
20262 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20263 relevant mode settings in calc-embedded-original-modes when modes
20264 are permanently changed.
20265
20266 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20267
20268 * autoinsert.el: find-file-hooks -> find-file-hook.
20269
20270 2005-03-24 Lute Kamstra <lute@gnu.org>
20271
20272 * generic.el (generic-font-lock-defaults): Make it obsolete.
20273 (generic-font-lock-keywords): New variable to replace
20274 generic-font-lock-defaults.
20275 (generic-mode-set-font-lock): Delete it.
20276 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20277 (generic-bracket-support): Add docstring.
20278
20279 * generic-x.el: Rename generic-font-lock-defaults to
20280 generic-font-lock-keywords throughout.
20281 (mailagent-rules-setup-function): Delete it.
20282 (mailagent-rules-generic-mode): Use anonymous function instead.
20283 (show-tabs-generic-mode-font-lock-defaults-1)
20284 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20285 Quote faces.
20286 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20287 not foreground.
20288
20289 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20290 Recognize define-generic-mode.
20291
20292 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20293
20294 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20295 if there's no completion table.
20296
20297 2005-03-23 Miles Bader <miles@gnu.org>
20298
20299 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20300 Remove tty-specific variants, as they're no longer needed.
20301
20302 2005-03-23 Lute Kamstra <lute@gnu.org>
20303
20304 * generic-x.el: Code cleanup: make args constant whenever possible.
20305 (installshield-statement-keyword-list)
20306 (installshield-system-functions-list)
20307 (installshield-system-variables-list, installshield-types-list)
20308 (installshield-funarg-constants-list): Make them constants.
20309
20310 * generic.el (generic-make-keywords-list): Add autoload cookie.
20311
20312 * calendar/time-date.el: Add comment on time value formats.
20313 Don't require parse-time.
20314 (with-decoded-time-value): New macro.
20315 (encode-time-value): New function.
20316 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20317 (days-to-time): Return a valid time value when arg is huge.
20318 (time-since): Use time-subtract.
20319 (time-to-number-of-days): Use time-to-seconds.
20320
20321 2005-03-23 David Ponce <david@dponce.com>
20322
20323 * recentf.el (recentf-keep): New option.
20324 (recentf-menu-action): Default to `find-file'.
20325 (recentf-keep-non-readable-files-flag)
20326 (recentf-keep-non-readable-files-p)
20327 (recentf-file-readable-p, recentf-find-file)
20328 (recentf-cleanup-remote): Remove.
20329 (recentf-include-p): More robust.
20330 (recentf-keep-p): New function.
20331 (recentf-remove-if-non-kept): Rename from
20332 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20333 All callers updated.
20334 (recentf-menu-items-for-commands): Fix help string.
20335 (recentf-track-closed-file): Update. Doc fix.
20336 (recentf-cleanup): Update. Count removed files. Doc fix.
20337
20338 2005-03-23 Kim F. Storm <storm@cua.dk>
20339
20340 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20341 Don't inherit from fringe face (now happens automatically).
20342
20343 2005-03-22 Kim F. Storm <storm@cua.dk>
20344
20345 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20346 position values.
20347
20348 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20349
20350 * menu-bar.el (showhide-date-time): Remove.
20351 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20352 (menu-bar-make-mm-toggle): Simplify.
20353
20354 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20355
20356 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20357 Accept qualified variable and function names.
20358
20359 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20360
20361 * bindings.el (completion-ignored-extensions):
20362 Remove ".lis" for `vax-vms'.
20363
20364 2005-03-22 Andreas Schwab <schwab@suse.de>
20365
20366 * generic-x.el: Revert last change.
20367 * ldefs-boot.el: Update.
20368
20369 2005-03-22 Jay Belanger <belanger@truman.edu>
20370
20371 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20372 (calc-embedded-save-original-modes)
20373 (calc-embedded-restore-original-modes): New functions.
20374 (calc-do-embedded): Save original modes when entering embedded mode
20375 and restore when leaving embedded mode.
20376 (calc-embedded-modes-change): Change the value of
20377 calc-embedded-original-modes to reflect permanent changes.
20378
20379 2005-03-22 Lute Kamstra <lute@gnu.org>
20380
20381 * generic-x.el: Require generic again.
20382
20383 2005-03-22 Miles Bader <miles@gnu.org>
20384
20385 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20386 Tweak details to look good on both ttys and bitmap displays, light
20387 or dark background, etc.
20388
20389 2005-03-21 Kim F. Storm <storm@cua.dk>
20390
20391 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20392 mouse position.
20393
20394 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20395
20396 * icomplete.el: Don't forcibly turn on the mode upon load.
20397 (icomplete-mode): Use define-minor-mode.
20398 (icomplete-eoinput): Default to nil.
20399 (icomplete-minibuffer-setup): Remove autoload.
20400 (icomplete-tidy): Simplify.
20401 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20402 in the initial state or if the user has modified the field.
20403 Fix handling of icomplete-max-delay-chars.
20404 Remove code that handles the oddball case where
20405 minibuffer-completion-table is an integer.
20406 Wrap icomplete-completions in while-no-input in case building
20407 completions takes more time than expected.
20408 (icomplete-completions): Simplify.
20409
20410 2005-03-21 Richard M. Stallman <rms@gnu.org>
20411
20412 * jka-compr.el (jka-compr-really-do-compress):
20413 Make variable buffer-local.
20414
20415 * image-mode.el: Handle .xpm files too.
20416 (image-toggle-display): Preserve modification flag.
20417
20418 * help.el (where-is): Don't mention aliases with no key bindings.
20419
20420 2005-03-21 Lute Kamstra <lute@gnu.org>
20421
20422 * generic.el: Fix commentary section. Don't require cl for
20423 compilation.
20424 (generic-mode-list): Add autoload cookie.
20425 (generic-use-find-file-hook, generic-lines-to-scan)
20426 (generic-find-file-regexp, generic-ignore-files-regexp)
20427 (generic-mode, generic-mode-find-file-hook)
20428 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20429 (define-generic-mode): Make it a defmacro. Fix docstring.
20430 (generic-mode-internal): Code cleanup. Add autoload cookie.
20431 (generic-mode-set-comments): Code cleanup.
20432 * generic-x.el: Don't prevent compilation. Don't require generic.
20433 Follow coding conventions. Minor code cleanup.
20434 (etc-fstab-generic-mode): Add some keywords.
20435 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20436 define-generic-mode like a function declaration.
20437
20438 2005-03-21 Jay Belanger <belanger@truman.edu>
20439
20440 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20441 changing modes.
20442
20443 2005-03-21 Sam Steingold <sds@gnu.org>
20444
20445 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20446
20447 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20448
20449 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20450 Add underscore to "f$ lexicals" regexp.
20451
20452 2005-03-20 Juri Linkov <juri@jurta.org>
20453
20454 * subr.el (progress-reporter-do-update): When `min-value' is equal
20455 to `max-value', set `percentage' to 0 and prevent division by zero.
20456
20457 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20458
20459 Sync with Tramp 2.0.48.
20460
20461 * net/tramp.el (all): Change all addresses to .gnu.org.
20462 (tramp-append-tramp-buffers): New defun.
20463 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20464 Catch `dont-send' signal.
20465 (tramp-set-auto-save-file-modes): Set always permissions, because
20466 there might be an old auto-saved file belonging to another
20467 original file. This could be a security threat. Reported by
20468 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20469 Check for Emacs 21.3.50 removed.
20470
20471 * net/tramp-smb.el (all): Remove debug construct for
20472 `with-parsed-tramp-file-name'.
20473 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20474 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20475 No error message if DIRECTORY or FILENAME doesn't exist.
20476 (tramp-smb-open-connection): Check existence of
20477 `tramp-smb-program'.
20478
20479 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20480
20481 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20482 Properly handle the case where the `m' or `s' command's argument is not
20483 yet terminated.
20484 (perl-indent-new-calculate): New function.
20485 (perl-indent-line): Use it.
20486
20487 2005-03-20 Miles Bader <miles@gnu.org>
20488
20489 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20490 in text-mode too. Change to new face names.
20491 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20492 Add `:weight bold' attribute.
20493 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20494
20495 2005-03-19 Juri Linkov <juri@jurta.org>
20496
20497 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20498
20499 * international/mule.el (auto-coding-alist): Sync with
20500 `auto-mode-alist' by adding upper case archive file extensions
20501 and adding ear/war to jar extension.
20502
20503 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20504
20505 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20506 running, restart it.
20507
20508 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20509
20510 * finder.el (finder-current-item): Throw an error on an empty line.
20511
20512 * man.el (Man-follow-manual-reference): If current-word returns
20513 nil, use "".
20514
20515 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20516
20517 * simple.el (goto-line): Doc fix.
20518
20519 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20520
20521 * files.el (save-buffer): Doc fix.
20522
20523 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20524
20525 * recentf.el (recentf-cleanup-remote): New variable.
20526 (recentf-cleanup): Use it to conditionally check availability of
20527 remote files.
20528
20529 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20530
20531 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20532 function names.
20533
20534 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20535
20536 * language/thai-word.el: New file.
20537
20538 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20539
20540 * files.el (backup-buffer): If the file's directory is not
20541 writable, use copy instead of move to backup the file.
20542
20543 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20544
20545 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20546
20547 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20548
20549 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20550 Use functionp instead of symbolp and fboundp. Reported by Drkm
20551 <darkman_spam@yahoo.fr>.
20552 (ps-print-version): New version 6.6.6.
20553
20554 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20555
20556 * textmodes/table.el (table--line-column-position): New idiom.
20557 (table--row-column-insertion-point-p): New function to test
20558 validity of row and column insertion operation at a location.
20559 (table-global-menu, table-cell-menu): Use above functions for
20560 deterministic test operation.
20561 (table--editable-cell-p): Behave in deterministic fashion.
20562
20563 2005-03-18 Juri Linkov <juri@jurta.org>
20564
20565 * isearch.el (isearch-lazy-highlight-new-loop):
20566 Make arguments beg and end optional.
20567 (isearch-update): Remove optional arguments nil from
20568 isearch-lazy-highlight-new-loop.
20569 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20570 isearch-lazy-highlight-case-fold-search instead of
20571 isearch-case-fold-search, and let-bind isearch-regexp to
20572 isearch-lazy-highlight-regexp.
20573 Use isearch-lazy-highlight-last-string instead of isearch-string.
20574
20575 * replace.el (perform-replace): Remove bindings of global
20576 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20577 Add three new arguments to `replace-highlight'.
20578 (replace-highlight): Add arguments string, regexp, case-fold.
20579 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20580 to allow isearch-lazy-highlight-new-loop to use these values
20581 to set corresponding isearch-lazy-highlight-* internal
20582 variables whose values lazy highlighting will use regardless of
20583 changes to global variables isearch-string, isearch-regexp,
20584 isearch-case-fold-search during lazy highlighting loop.
20585 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20586 to `lazy-highlight-cleanup'.
20587
20588 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20589 (ispell-highlight-face): Set default face to `isearch' when
20590 lazy highlighting is enabled.
20591 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20592 priority to 1. Add lazy highlighting.
20593 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20594 from `isearch-dehighlight'.
20595
20596 2005-03-18 David Ponce <david@dponce.com>
20597
20598 * files.el (hack-local-variables): Do a case-insensitive search
20599 for End.
20600
20601 2005-03-18 Juri Linkov <juri@jurta.org>
20602
20603 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20604 `isearch-lazy-highlight-cleanup', add alias to old name and
20605 declare obsolete. Add release numbers to other obsolete vars.
20606 (isearch-done, isearch-lazy-highlight-new-loop):
20607 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20608 (lazy-highlight-cleanup) <variable>: Doc fix.
20609 (isearch-lazy-highlight-update): Rename obsolete
20610 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20611
20612 2005-03-18 Kenichi Handa <handa@m17n.org>
20613
20614 * language/thai-util.el: Fix categorization of Thai characters in
20615 thai-category-table.
20616 (thai-composition-pattern): Adjust it for the above change.
20617 (thai-self-insert-command, thai-compose-syllable): New functions.
20618 (thai-compose-region): Use thai-compose-syllable.
20619 (thai-compose-string): Likewise.
20620 (thai-composition-function): Likewise.
20621 (thai-auto-composition): New function.
20622 (thai-auto-composition-mode): New minor mode.
20623
20624 * language/thai.el: Fix patterns to be registered in
20625 composition-function-table.
20626
20627 * international/quail.el (quail-input-method): Locally bind
20628 inhibit-modification-hooks to t.
20629
20630 2005-03-17 Richard M. Stallman <rms@gnu.org>
20631
20632 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20633 (perl-mode): Use run-mode-hooks.
20634
20635 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20636 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20637 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20638
20639 * mail/sendmail.el (sendmail-send-it): Reenable the code
20640 to compute resend-to-address and use it.
20641
20642 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20643
20644 * image-mode.el: New file.
20645
20646 * image.el (insert-sliced-image): Add autoload cookie.
20647
20648 * font-lock.el (font-lock-lines-before): New user option.
20649 (font-lock-after-change-function): Obey it.
20650
20651 * bindings.el (esc-map): Make M-g a prefix.
20652 Bind M-g g and M-g M-g to goto-line.
20653
20654 * faces.el (face-id): Doc fix.
20655
20656 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20657
20658 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20659 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20660 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20661
20662 * mail/sendmail.el (mail-yank-ignored-headers)
20663 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20664 Add Mail-Followup-To and Mail-Reply-To headers.
20665 (mail-citation-hook): Add autoload cookie.
20666 (mail-mode): Doc fix.
20667 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20668 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20669 (mail-mode-fill-paragraph): Handle those headers.
20670 (mail-mailing-lists): New variable.
20671 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20672
20673 2005-03-17 Juri Linkov <juri@jurta.org>
20674
20675 * isearch.el (isearch-fallback): Check for `(car previous)'
20676 before calling `isearch-other-end-state'.
20677
20678 2005-03-17 Kim F. Storm <storm@cua.dk>
20679
20680 * simple.el (move-beginning-of-line): Move to beginning of buffer
20681 line, as well as beginning of screen line.
20682
20683 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20684
20685 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20686 argument REDRAW rather than calendar-redrawing variable.
20687 * calendar/calendar.el (calendar-redrawing): Delete.
20688 (redraw-calendar): Do not bind calendar-redrawing.
20689
20690 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20691
20692 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20693 diary-file buffer.
20694
20695 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20696
20697 * help.el (describe-mode): Allow a :minor-mode-function property to
20698 specify a different minor mode toggle function than the variable.
20699 * simple.el (auto-fill-function):
20700 * subr.el (add-minor-mode): Use it.
20701
20702 2005-03-16 Kenichi Handa <handa@m17n.org>
20703
20704 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20705 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20706 (ethio-fidel-to-sera-buffer): Likewise.
20707
20708 2005-03-16 Juri Linkov <juri@jurta.org>
20709
20710 * emacs-lisp/find-func.el (find-function-regexp):
20711 Add defun-emitting macro `menu-bar-make-toggle'.
20712
20713 * isearch.el: Put `isearch-scroll' property to
20714 `split-window-horizontally'.
20715
20716 * info.el: Update error messages for `debug-ignored-errors'.
20717 (Info-isearch-search): Doc fix.
20718 (Info-find-node): Move up code to go into info buffer before
20719 recording the node to the history.
20720 (Info-fontify-node): Fontify titles only if the next line
20721 has two or more `*', `=', `-', `.'.
20722 Display "go to this node" for empty (match-string 3).
20723
20724 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20725
20726 * term/mac-win.el: Add mouse pointer shape constants.
20727
20728 2005-03-15 Kim F. Storm <storm@cua.dk>
20729
20730 * simple.el (move-beginning-of-line): Use vertical-motion.
20731
20732 2005-03-15 Juri Linkov <juri@jurta.org>
20733
20734 * isearch.el (isearch-error): New variable.
20735 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20736 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20737 (isearch-within-brackets-state): Remove.
20738 (isearch-case-fold-search-state, isearch-pop-fun-state):
20739 Decrease frame index.
20740 (isearch-mode, isearch-top-state, isearch-push-state)
20741 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20742 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20743 (isearch-search, isearch-lazy-highlight-new-loop):
20744 Replace `isearch-invalid-regexp' with `isearch-error'.
20745 Remove `isearch-within-brackets'.
20746 (isearch-search): Add `search-failed' handler to `condition-case'.
20747 (isearch-lazy-highlight-search): Add `condition-case' to catch
20748 errors and allow `isearch-lazy-highlight-update' to try
20749 highlighting from the beginning of the window.
20750 (isearch-repeat): Move up code to set isearch-wrapped to t
20751 before calling isearch-wrap-function.
20752
20753 * info.el (Info-isearch-initial-node): New internal variable.
20754 (Info-search): Signal an error in isearch mode when search leaves
20755 the initial node. Signal an error when `bound' is non-nil and
20756 nothing was found in the current subfile.
20757 (Info-isearch-search): Remove `condition-case'.
20758 (Info-isearch-wrap): Don't wrap when search failed during leaving
20759 the initial node. If `Info-isearch-search' is nil, wrap around
20760 the current node.
20761 (Info-isearch-start): New fun.
20762 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20763 `isearch-mode-hook'.
20764
20765 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20766
20767 * simple.el (normal-erase-is-backspace): Set default to t if
20768 running on Mac.
20769
20770 * term/mac-win.el (function-key-map): Sync with x-win.el.
20771
20772 2005-03-15 Kenichi Handa <handa@m17n.org>
20773
20774 * international/mule-cmds.el (locale-language-names): Modify the
20775 format of elements and add more entries.
20776 (locale-preferred-coding-systems): Add more entries.
20777 (set-locale-environment): Adjust for the change of
20778 locale-language-names.
20779
20780 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20781
20782 * pcvs.el (smerge-ediff): Remove bogus autoload.
20783
20784 2005-03-14 Lute Kamstra <lute@gnu.org>
20785
20786 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20787 Ignore a `*' at the beginning of a line.
20788
20789 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20790 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20791 subr.el.
20792 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20793 to specify indentation.
20794
20795 * generic.el (define-generic-mode): Let generic-mode-list be a
20796 list of strings; test membership with equal.
20797
20798 2005-03-14 Kim F. Storm <storm@cua.dk>
20799
20800 * simple.el (next-line, previous-line): Add optional try-vscroll
20801 arg to recognize interactive use. Pass it on to line-move.
20802 (line-move): Don't perform auto-window-vscroll when defining or
20803 executing keyboard macro to ensure consistent behavior.
20804
20805 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20806
20807 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20808
20809 2005-03-13 Lute Kamstra <lute@gnu.org>
20810
20811 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20812 debugger-setup-buffer so that backtrace marks the frames set to
20813 debug-on-exit and we don't have to do it manually. Set an extra
20814 debug-on-exit for macro's.
20815 (debugger-setup-buffer): Don't mark the top frame manually.
20816
20817 2005-03-12 Lute Kamstra <lute@gnu.org>
20818
20819 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20820 lisp-indent-function throughout.
20821 (with-no-warnings): Set lisp-indent-function property.
20822
20823 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
20824
20825 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20826 Add entry for backslash.
20827
20828 2005-03-12 Juri Linkov <juri@jurta.org>
20829
20830 * info.el (Info-search): Four fixes for backward search.
20831
20832 2005-03-11 Jay Belanger <belanger@truman.edu>
20833
20834 * calc/calc.el (calc-language-alist): New variable.
20835 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20836 (calc-embedded-find-modes): Use calc-language-alist instead of
20837 calc-embedded-language-alist.
20838
20839 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20840
20841 * calendar/calendar.el (calendar-redrawing): New internal
20842 variable.
20843 (redraw-calendar): Remove bogus save-excursion from previous
20844 change. Bind calendar-redrawing to t for mark-diary-entries.
20845 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20846 calendar if that is why we were called.
20847
20848 2005-03-11 Kenichi Handa <handa@m17n.org>
20849
20850 * international/mule.el (make-coding-system): Set property
20851 coding-system-define-form to nil.
20852 (define-coding-system-alias): Likewise.
20853
20854 2005-03-11 Kenichi Handa <handa@m17n.org>
20855
20856 These changes are suggested by Dave Love <fx@gnu.org>.
20857
20858 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20859 coding: tag.
20860 (adaptive-fill-regexp): Add more bullets.
20861 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20862 regexps.
20863
20864 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20865
20866 * help.el (describe-mode): Properly handle non-trivial lighters.
20867 Don't ignore minor modes that are not listed in minor-mode-list.
20868
20869 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20870 feature ON when the user requests to turn it OFF.
20871
20872 2005-03-10 Lute Kamstra <lute@gnu.org>
20873
20874 * emacs-lisp/debug.el (debug-entry-code): Delete it.
20875 (implement-debug-on-entry): New function to replace debug-entry-code.
20876 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
20877 second argument as the 2005-03-07 change makes it obsolete.
20878 (debug-on-entry, cancel-debug-on-entry): Update call to
20879 debug-on-entry-1.
20880 (debug, debugger-setup-buffer): Comment update.
20881 (debugger-frame-number): Update to work with implement-debug-on-entry.
20882
20883 2005-03-10 Jay Belanger <belanger@truman.edu>
20884
20885 * calc/calc-embed.el (math-ms-args): Declare it.
20886 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20887 math-ms-args.
20888 (calc-embedded-subst): Use math-multi-subst-rec to substitute
20889 variables.
20890
20891 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
20892
20893 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20894 Use message-box.
20895
20896 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20897 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20898 (tooltip-gud-tips): Simplify.
20899 (tooltip-gud-tips-p): Remove superfluous :set.
20900 (tooltip-gud-modes): Add fortran-mode.
20901 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20902
20903 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20904
20905 2005-03-09 Kim F. Storm <storm@cua.dk>
20906
20907 * play/animate.el (animate-place-char): Use forward-line instead
20908 of next-line to improve performance.
20909
20910 2005-03-09 Simon Josefsson <jas@extundo.com>
20911
20912 * net/browse-url.el (browse-url-default-browser): Doc fix.
20913
20914 2005-03-09 Miles Bader <miles@gnu.org>
20915
20916 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20917 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20918
20919 2005-03-09 Kenichi Handa <handa@m17n.org>
20920
20921 * international/latin-1.el: Set case and syntax for 255 only if
20922 set-case-syntax-set-multibyte is nil.
20923
20924 * textmodes/ispell.el (ispell-insert-word): New function.
20925 (ispell-word): Use ispell-insert-word to insert a new word.
20926 (ispell-process-line): Likewise.
20927 (ispell-complete-word): Likewise.
20928
20929 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
20930
20931 * calendar/calendar.el (redraw-calendar): Preserve point.
20932 Reported by Matt Hodges <MPHodges@member.fsf.org>.
20933 (calendar-week-start-day): Move after definition of
20934 redraw-calendar. Delete buffer test, since redraw-calendar has
20935 that now.
20936
20937 * calendar/diary-lib.el (mark-diary-entries): Only call
20938 redraw-calendar in the first of any recursive calls.
20939 Reported by Alan Shutko <ats@acm.org>.
20940
20941 2005-03-08 Juri Linkov <juri@jurta.org>
20942
20943 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20944 (html-horizontal-rule, html-line, html-image, html-checkboxes)
20945 (html-radio-buttons): Add a space before the trailing `/>' where
20946 sgml-xml-mode is non-nil.
20947 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20948 the subsequent tag of the empty XML tag.
20949 (html-href-anchor): Don't set initial input to "http:".
20950 (html-image): Ask for the image URL and set point inside alt="".
20951 (html-name-anchor): Duplicate the name in the `id' attribute when
20952 sgml-xml-mode is non-nil.
20953 (html-paragraph): Remove \n before <p>.
20954 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20955 instead of `checked' when sgml-xml-mode is non-nil.
20956
20957 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20958 Remove 1 space before #RRGGBB to not truncate it on terminal
20959 windows w/o fringes. Remove 1 space between bg and fg examples
20960 to get more space.
20961 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20962 avoid byte-compile warnings.
20963
20964 * image-file.el (image-file-handler): Put `safe-magic' property to
20965 `image-file-handler'.
20966
20967 * info.el (Info-isearch-search): Emulate word search in
20968 isearching through multiple Info nodes with Info-search.
20969 (Info-isearch-wrap): Allow isearch-word.
20970
20971 2005-03-08 Lute Kamstra <lute@gnu.org>
20972
20973 * emacs-lisp/debug.el (debugger-step-through): Make sure that
20974 stepping into the debugger's code is not possible.
20975 (debugger-jumping-flag): Docstring update.
20976
20977 2005-03-08 Jay Belanger <belanger@truman.edu>
20978
20979 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20980 embedded mode begins.
20981 (calc-embedded-language-alist): New variable.
20982 (calc-embedded-find-modes): Use calc-embedded-language-alist to
20983 set default language mode.
20984
20985 2005-03-08 Kenichi Handa <handa@m17n.org>
20986
20987 * international/ccl.el (define-ccl-program): Fix docstring about
20988 extra 256 bytes assured for the output buffer.
20989
20990 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20991 Fix BUFFER_MAGNIFICATION to 2.
20992 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20993
20994 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
20995
20996 * align.el (align-rules-list): Added an alignment rule for CSS
20997 declarations (applies to css-mode and html-mode buffers).
20998
20999 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
21000
21001 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
21002
21003 2005-03-07 Kim F. Storm <storm@cua.dk>
21004
21005 * simple.el (move-beginning-of-line): New command.
21006
21007 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
21008
21009 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
21010
21011 * emulation/cua-base.el: Put CUA move property on move-end-of-line
21012 and move-beginning-of-line.
21013
21014 * apropos.el (apropos-print): Omit command from M-x ... RET.
21015
21016 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
21017
21018 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
21019 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
21020
21021 2005-03-06 Richard M. Stallman <rms@gnu.org>
21022
21023 * bindings.el (esc-map): Bind M-g to goto-line.
21024
21025 * facemenu.el (global-map): Bind M-o, not M-g.
21026
21027 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21028
21029 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
21030 "Open Directory" as for "Open File".
21031
21032 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
21033
21034 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
21035 (push-mark-command): Run activate-mark-hook.
21036
21037 2005-03-06 Richard M. Stallman <rms@gnu.org>
21038
21039 * help-mode.el (help-mode-finish): Don't alter the element
21040 in view-return-to-alist if there already is one.
21041
21042 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
21043 make sure the current buffer is the expected one.
21044
21045 * novice.el (disabled-command-function): Output in *Disabled Command*.
21046 Explicitly ignore non-keyboard events, and explicitly handle C-g.
21047
21048 * textmodes/flyspell.el (flyspell-large-region):
21049 Pass args differently for aspell.
21050
21051 * files.el (mode-require-final-newline): Doc fix.
21052
21053 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21054
21055 * progmodes/which-func.el (which-function):
21056 Specify NOERROR when calling imenu--make-index-alist.
21057
21058 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
21059
21060 * simple.el (normal-erase-is-backspace): Define default value.
21061
21062 * custom.el (custom-theme-set-variables): Remove unused var
21063 `immediate'.
21064 (custom-reevaluate-setting): Simple function to handle variables
21065 that are defined before their default value can really be
21066 computed.
21067
21068 * startup.el (command-line): Use it for temporary-file-directory,
21069 small-emporary-file-directory, auto-save-file-name-transforms,
21070 blink-cursor-mode, and normal-erase-is-backspace.
21071
21072 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
21073 progress, even with buggy anchored keywords.
21074
21075 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
21076
21077 * simple.el (goto-line): Remove unbalanced final parenthesis.
21078
21079 2005-03-05 Richard M. Stallman <rms@gnu.org>
21080
21081 * simple.el (goto-line): Use a number at point as the default.
21082 With C-u as arg, switch buffers.
21083
21084 2005-03-05 Juri Linkov <juri@jurta.org>
21085
21086 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
21087 with `no-blinking-cursor'.
21088
21089 * startup.el (no-blinking-cursor): New defvar.
21090 (command-line): Add `--no-blinking-cursor' to longopts.
21091 Set `no-blinking-cursor' to t for command line arguments
21092 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
21093 with `no-blinking-cursor' in the condition for calling
21094 `blink-cursor-mode'.
21095
21096 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
21097
21098 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
21099 (menu-bar-options-save): Add blink-cursor-mode.
21100 (menu-bar-options-menu): Add blink-cursor-mode.
21101
21102 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
21103
21104 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
21105 (icalendar-export-file, icalendar-export-region)
21106 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
21107 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
21108
21109 2005-03-04 Lute Kamstra <lute@gnu.org>
21110
21111 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
21112 (debug-function-list): Ditto.
21113
21114 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
21115
21116 * textmodes/texinfmt.el (texinfo-append-refill):
21117 Redefine the types of line to which @refill
21118 is not appended by replacing a search for `@refill\\|@bye' with
21119 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
21120 itemize@refill' bug and the unfilled long lines bug.
21121 (texinfmt-version): Update number and date.
21122
21123 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21124
21125 * international/code-pages.el (windows-1250, windows-125[2-8])
21126 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
21127
21128 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21129
21130 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
21131 bound yet.
21132
21133 2005-03-02 Romain Francoise <romain@orebokech.com>
21134
21135 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
21136 buffer after removing limits.
21137 (ibuffer-pop-filter): Ditto.
21138 Update copyright.
21139
21140 2005-03-02 Miles Bader <miles@gnu.org>
21141
21142 * button.el (make-text-button): If the user doesn't specify a
21143 type, use the default. Rewrite to use `add-text-properties' and
21144 plist functions.
21145
21146 2005-03-01 Lute Kamstra <lute@gnu.org>
21147
21148 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
21149 (debugger-jumping-flag): New var.
21150 (debug-entry-code): Use it.
21151 (debugger-jump): Use debugger-jumping-flag and add
21152 debugger-reenable to post-command-hook.
21153 (debugger-reenable): Use debugger-jumping-flag and remove itself
21154 from post-command-hook.
21155 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21156 debugger-reenable.
21157
21158 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
21159
21160 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21161 inclusion of "itemize\\|", which may be unnecessary, is certainly
21162 inelegant, and stops refilling in itemize lists when formatting
21163 Japanese Texinfo files to Info.
21164 Update copyright to 2005.
21165
21166 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
21167
21168 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21169 of an error if GDB can't find the source file.
21170
21171 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21172
21173 * calendar/calendar.el (redraw-calendar): Work from any buffer,
21174 not just the calendar.
21175
21176 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21177 first.
21178 (diary-redraw-calendar): New function.
21179 (make-diary-entry): Add diary-redraw-calendar to local
21180 write-contents-functions. Turn off selective display before
21181 inserting in diary.
21182
21183 2005-03-01 Kim F. Storm <storm@cua.dk>
21184
21185 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21186
21187 2005-03-01 Lute Kamstra <lute@gnu.org>
21188
21189 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21190 that debug-entry-code can be safely removed from a function while
21191 this code is being evaluated. Revert the 2005-02-27 change as the
21192 new implementation no longer requires it. Make sure that a
21193 function body containing just a string is not mistaken for a docstring.
21194 (debug): Skip one more frame in case of debug on entry.
21195 (debugger-setup-buffer): Delete one more frame line in case of
21196 debug on entry.
21197 (debugger-frame-number): Update to use the new text introduced by
21198 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21199
21200 2005-02-28 Kim F. Storm <storm@cua.dk>
21201
21202 * double.el (double-translate-key): Call force-window-update after
21203 read-event to avoid crash in redisplay.
21204
21205 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21206
21207 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21208 (debug): Use it. Move the inhibit-trace earlier.
21209 (debug-entry-code): New const.
21210 (debug-on-entry-1): Use it.
21211
21212 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21213
21214 * international/utf-16.el (ccl-encode-mule-utf-16le):
21215 Fix BUFFER_MAGNIFICATION to 2.
21216 (ccl-encode-mule-utf-16be): Likewise.
21217
21218 2005-02-28 Kenichi Handa <handa@m17n.org>
21219
21220 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21221 Fix BUFFER_MAGNIFICATION to 4.
21222 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21223
21224 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21225
21226 * speedbar.el (speedbar-update-flag): Doc fix.
21227 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21228 argument.
21229
21230 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21231
21232 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21233 have a non-nil `invisible' property but are actually visible.
21234
21235 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21236 for perldoc sections.
21237 (perl-outline-regexp, perl-outline-level): New var and function.
21238 (perl-mode): Use them.
21239
21240 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21241
21242 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21243 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21244
21245 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21246
21247 * cus-edit.el: Comment change.
21248 (custom-buffer-create-internal): Slightly reword text at top of
21249 Custom buffers. Mention there that saving an option edits the
21250 init file. Add link to Emacs manual node on `custom-file'.
21251 (custom-magic-alist): Rewrite individual State messages to use
21252 capitalized keywords. Doc fix.
21253
21254 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21255
21256 * calendar/calendar.el (calendar-buffer): Move above
21257 calendar-week-start-day.
21258 (calendar-week-start-day): Doc fix. Add :set function.
21259 (calendar-minimum-window-height): New variable.
21260 (generate-calendar-window): Only resize window if selected-window
21261 is displaying the calendar buffer. Use new variable
21262 calendar-minimum-window-height.
21263 (generate-calendar): Reword error message.
21264 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21265
21266 2005-02-27 Andreas Schwab <schwab@suse.de>
21267
21268 * vc.el (vc-do-command): Don't run command asynchronously when
21269 operating in a remote directory.
21270
21271 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21272 change from sync with Tramp 2.0.47.
21273
21274 2005-02-27 Richard M. Stallman <rms@gnu.org>
21275
21276 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21277
21278 * textmodes/flyspell.el (flyspell-mode-on):
21279 Call ispell-change-dictionary only if necessary.
21280
21281 * emacs-lisp/re-builder.el (regexp-builder): New function.
21282
21283 * register.el (describe-register-1): Explicitly handle
21284 yank-excluded-properties = t.
21285
21286 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21287 (custom-magic-alist): Change the status descriptions again.
21288 (face widget-type): Total rewrite based on `restricted-sexp'
21289 to eliminate the confusing double hiding levels.
21290
21291 * emacs-lisp/debug.el (debug-on-entry-1):
21292 If function body is empty, add nil as body form.
21293
21294 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21295
21296 * emacs-lisp/trace.el (inhibit-trace): New var.
21297 (trace-make-advice): Use it.
21298
21299 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21300
21301 2005-02-26 Kim F. Storm <storm@cua.dk>
21302
21303 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21304 (mouse-on-link-p, mouse-drag-region-1): Use it.
21305
21306 2005-02-25 Lute Kamstra <lute@gnu.org>
21307
21308 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21309
21310 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21311
21312 * frame.el (blink-cursor-mode): Add :group keyword.
21313
21314 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21315
21316 * calendar/icalendar.el (icalendar--decode-isodatetime):
21317 New optional argument DAY-SHIFT.
21318 (icalendar-export-region): Fix coding-system-for-write.
21319 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21320 events by one.
21321
21322 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21323
21324 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21325
21326 2005-02-24 Kim F. Storm <storm@cua.dk>
21327
21328 * international/iso-acc.el (iso-accents-compose): Fix crash
21329 during redisplay. Call force-window-update after read-event
21330 and delete-region to signal that window is not accurate.
21331
21332 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21333
21334 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21335 Remove unused and inexistent var `inhibit-trace'.
21336 (debugger-mode): Use run-mode-hooks.
21337 (debugger-list-functions): Add buttons; setup xref stack.
21338
21339 2005-02-23 Richard M. Stallman <rms@gnu.org>
21340
21341 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21342 appointment says it was explicitly made.
21343 (appt-add): Set the 3rd element.
21344 (appt-make-list): Preserve explicit appointments.
21345
21346 * subr.el (find-tag-default): Catch errors in forward-sexp.
21347
21348 2005-02-23 Juri Linkov <juri@jurta.org>
21349
21350 * info.el (Info-isearch-search): New defcustom.
21351 (Info-isearch-search): Call the default isearch function
21352 when Info-isearch-search is nil.
21353 (Info-isearch-wrap): Use variable Info-isearch-search.
21354
21355 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21356
21357 * cus-edit.el: Comment change.
21358
21359 2005-02-22 Kim F. Storm <storm@cua.dk>
21360
21361 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21362 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21363
21364 2005-02-22 Simon Josefsson <jas@extundo.com>
21365
21366 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21367 New variable.
21368 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21369 Oskarsson" <myrkraverk@users.sourceforget.net>.
21370
21371 2005-02-22 Kim F. Storm <storm@cua.dk>
21372
21373 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21374 check that window of that event is the selected window.
21375 (mouse-drag-region-1): Compare mouse event window to selected
21376 window before setting point.
21377
21378 * tooltip.el (tooltip-show-help-function): Pass event to
21379 mouse-on-link-p so it can check selected window.
21380
21381 2005-02-22 Kenichi Handa <handa@m17n.org>
21382
21383 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21384 (ps-mule-show-warning): New function.
21385 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21386 characters are found.
21387
21388 * ps-print.el (ps-header-footer-string): Return a list of header
21389 and footer strings.
21390
21391 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21392
21393 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21394
21395 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21396
21397 * frame.el (blink-cursor-mode): Use define-minor-mode.
21398
21399 * term/mac-win.el (function-key-map): Use char-names more consistently.
21400 (file-name-coding-system): Only set it for MacOS-9. The other case is
21401 already handled in mule-cmds.el (where it also works when mac-win.el
21402 is not used).
21403
21404 2005-02-21 Kenichi Handa <handa@m17n.org>
21405
21406 * international/mule.el (ctext-pre-write-conversion): Always use
21407 " *code-converting-work*" buffer for work.
21408
21409 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21410
21411 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21412
21413 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21414
21415 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21416
21417 * ses.el (undo-more): Restore defadvice, but only the part that
21418 allows changes outside the restricted area of the buffer.
21419
21420 2005-02-20 Kim F. Storm <storm@cua.dk>
21421
21422 * simple.el (line-move): Add fourth optional arg try-vscroll which
21423 must be set to perform auto-window-vscroll.
21424 When moving backwards and doing auto-window-vscroll, automatically
21425 vscroll to the last part of lines which are taller than the window.
21426 (next-line, previous-line): Set try-vscroll arg on line-move.
21427
21428 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21429
21430 * replace.el (query-replace, query-replace-regexp)
21431 (replace-string, replace-regexp): When operating on region, make
21432 the minibuffer prompt say so.
21433
21434 * isearch.el (isearch-forward): Document isearch-query-replace and
21435 isearch-query-replace-regexp keybindings.
21436
21437 2005-02-19 Jay Belanger <belanger@truman.edu>
21438
21439 * calc/calc-aent.el (math-read-token): Add local variable.
21440
21441 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21442 (calc-edit-top): Move declaration to earlier in file.
21443 (calc-edit-macro-repeats): Add local variables.
21444
21445 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21446 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21447 calcFunc-tanh.
21448 Adjust integration rule for calcFunc-tan.
21449
21450 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21451
21452 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21453 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21454 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21455 (viper-skip-separators): Bug fix.
21456 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21457 particular major mode.
21458 (viper-del-backward-char-in-replace): Don't put deleted char on the
21459 kill ring.
21460
21461 * viper-ex.el (viper-color-display-p): New function.
21462 (viper-has-face-support-p): Use viper-color-display-p.
21463
21464 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21465
21466 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21467
21468 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21469 (viper-file-remote-p): Make equivalent to file-remote-p.
21470
21471 * viper.el (viper-major-mode-modifier-list):
21472 Use viper-gnus-modifier-map.
21473
21474 2005-02-19 David Kastrup <dak@gnu.org>
21475
21476 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21477 quoting.
21478
21479 2005-02-19 Jay Belanger <belanger@truman.edu>
21480
21481 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21482 Remove extra definitions.
21483 (calc-coth): New function.
21484 (calcFunc-cot): Fix `let'.
21485
21486 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21487
21488 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21489 the reasons we use "type pc" in these faces.
21490
21491 * button.el (button): Ditto.
21492
21493 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21494
21495 * replace.el (query-replace-read-from): Set the value of
21496 query-replace-from-history-variable to handle the case of an empty
21497 string entered to accept the suggested default.
21498
21499 * net/tramp.el (tramp-file-name-for-operation):
21500 Use dired-call-process instead of dired-call-process-command.
21501
21502 2005-02-19 Jay Belanger <belanger@truman.edu>
21503
21504 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21505 (math-div-non-trig): New variables.
21506 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21507 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21508 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21509 trig expressions.
21510
21511 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21512
21513 * progmodes/gdb-ui.el (gdb-var-update-handler)
21514 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21515 for watch expressions,
21516 (gdb-var-create-handler): Don't set speedbar-update-flag.
21517 (gdb-post-prompt): Simplify test for speedbar.
21518
21519 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21520
21521 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21522 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21523 we use the syntax table of the correct buffer.
21524 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21525 Felix Gatzemeier.
21526
21527 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21528 (ediff-file-remote-p): Make synonymous with file-remote-p.
21529 In all deffaces ediff-*-face-*, use min-colors.
21530
21531 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21532 ediff-recurse-to-subdirectories.
21533 (ediff-mark-if-equal): Check that the arguments are strings, use
21534 ediff-same-contents (after to Felix Gatzemeier).
21535
21536 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21537 nil.
21538
21539 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21540
21541 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21542
21543 2005-02-18 David Kastrup <dak@gnu.org>
21544
21545 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21546 use `mark-active' when defined.
21547
21548 2005-02-18 Kenichi Handa <handa@m17n.org>
21549
21550 * ps-print.el (ps-font-info-database): New entry
21551 ZapfChancery-MediumItalic with correct font name. Fix font name
21552 of the entry Zapf-Chancery-MediumItalic.
21553
21554 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21555
21556 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21557
21558 2005-02-16 Kim F. Storm <storm@cua.dk>
21559
21560 * ido.el (ido-fallback-command): Pass user input to fallback command.
21561
21562 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21563
21564 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21565 (gdb-find-file-hook): Add server prefix.
21566
21567 2005-02-16 Richard M. Stallman <rms@gnu.org>
21568
21569 * replace.el (perform-replace): Pass new args to replace-highlight.
21570 (replace-highlight): Take region args,
21571 and pass them to isearch-lazy-highlight-new-loop.
21572
21573 * novice.el (disabled-command-hook): Autoload the defalias
21574 and the make-obsolete-variable call.
21575
21576 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21577
21578 * isearch.el (isearch-lazy-highlight-start-limit)
21579 (isearch-lazy-highlight-end-limit): New variables limit
21580 the region for highlighting.
21581 (isearch-lazy-highlight-new-loop): New args BEG and END.
21582 (isearch-lazy-highlight-search): Use the new vars.
21583 (isearch-lazy-highlight-update): Likewise.
21584
21585 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21586
21587 * cus-start.el (all): Use default-boundp.
21588
21589 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21590
21591 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21592
21593 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21594
21595 * autorevert.el (auto-revert-stop-on-user-input)
21596 (auto-revert-verbose): Doc fixes.
21597
21598 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21599
21600 * international/mule-cmds.el (set-locale-environment): Remove call
21601 to set-selection-coding-system on Windows.
21602
21603 2005-02-15 Jay Belanger <belanger@truman.edu>
21604
21605 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21606 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21607 calcFunc-coth.
21608 (math-simplify-sqrt): Add simplifications.
21609
21610 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21611 to list.
21612
21613 * calc/calc-ext.el: Add functions to autoloads.
21614
21615 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21616 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21617 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21618 (math-csc-raw, math-cot-raw): New functions.
21619
21620 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21621
21622 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21623 the variable name in a message.
21624
21625 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21626 calcFunc-csc, calcFunc-cot.
21627
21628 * calc/calcalg2.el: Add derivative and integration rules for
21629 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21630 calcFunc-csch, calcFunc-coth.
21631 (math-do-integral-methods): Add to checks for when to use
21632 substitutions.
21633
21634 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21635
21636 2005-02-15 Lute Kamstra <lute@gnu.org>
21637
21638 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21639 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21640 <monnier@iro.umontreal.ca>
21641 (lisp-outline-level): Improve efficiency. Suggested by David
21642 Kastrup <dak@gnu.org>.
21643
21644 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21645
21646 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21647 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21648 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21649 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21650 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21651
21652 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21653
21654 * cus-start.el (all): Comment change.
21655
21656 2005-02-14 Lute Kamstra <lute@gnu.org>
21657
21658 * cus-start.el (all): Check if symbol is void.
21659
21660 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21661
21662 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21663 optional argument to \cite.
21664
21665 2005-02-14 Richard M. Stallman <rms@gnu.org>
21666
21667 * cus-edit.el (custom-buffer-create-internal): Update help message.
21668 (custom-magic-alist): Update help messages.
21669
21670 * cus-start.el (all): Allow a var to specify a standard value.
21671
21672 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21673
21674 * custom.el (custom-theme-set-variables): Handle variable aliases.
21675
21676 * frame.el (blink-cursor-timer): Doc fix.
21677 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21678 declare obsolete.
21679 (blink-cursor-mode): Define with defcustom and use correct
21680 standard expression in that defcustom.
21681 * startup.el (command-line): Adapt to above changes in frame.el.
21682
21683 2005-02-11 Lute Kamstra <lute@gnu.org>
21684
21685 * apropos.el (apropos-score-doc): Prevent division by zero.
21686
21687 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21688
21689 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21690 (icalendar--get-event-property-attributes)
21691 (icalendar--get-event-properties)
21692 (icalendar--datetime-to-diary-date): New functions.
21693 (icalendar--split-value): Doc fix.
21694 (icalendar--datetime-to-noneuropean-date)
21695 (icalendar--datetime-to-european-date): New optional argument
21696 SEPARATOR. Return result as a string instead of a list.
21697 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21698 (icalendar--convert-string-for-export): Rename arg S to STRING.
21699 (icalendar-export-region): Doc fix. Change name of error buffer.
21700 Save output buffer.
21701 (icalendar-import-file): Add blank at end of prompt.
21702 (icalendar-import-buffer): Doc fix. Do not switch to error
21703 buffer. Indicate status in return value.
21704 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21705 buffer. Save output buffer. Handle exception from recurrence
21706 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21707 events. Fix problems with weekly all-day events.
21708
21709 2005-02-10 Richard M. Stallman <rms@gnu.org>
21710
21711 * simple.el (eval-expression-print-format):
21712 Avoid warning about edebug-active.
21713
21714 * help.el (help-for-help-internal): Rename from help-for-help.
21715 (help-for-help): Define with defalias.
21716
21717 * font-core.el (font-lock-default-function): Use with-no-warnings.
21718
21719 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21720
21721 * custom.el (defface): Doc fix.
21722
21723 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21724
21725 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21726 width 0" to prevent word wrapping problems.
21727
21728 2005-02-09 Kim F. Storm <storm@cua.dk>
21729
21730 * ido.el (ido-file-extensions-order): New defcustom.
21731 (ido-file-extension-lessp, ido-file-extension-aux)
21732 (ido-file-extension-order): New advanced file ordering.
21733 (ido-file-lessp): New simple file ordering.
21734 (ido-sort-list): Remove.
21735 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21736 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21737
21738 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21739
21740 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21741 that some versions of grep produce.
21742 (grep-mode-font-lock-keywords): Likewise.
21743
21744 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21745
21746 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21747 (gdb-cdir): Delete.
21748 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21749 (gdb-source-info): Treat case when source file is in another
21750 directory properly.
21751 (gdb-get-location): New function.
21752
21753 2005-02-07 Jay Belanger <belanger@truman.edu>
21754
21755 * calc/calc-prog.el (calc-write-parse-table-part)
21756 (calc-fix-token-name): Fix a check for language type.
21757
21758 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21759
21760 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21761
21762 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21763 as directory not writable.
21764
21765 2005-02-07 Kim F. Storm <storm@cua.dk>
21766
21767 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21768 (cua--standard-movement-commands): Remove list.
21769 Instead, set CUA property value to move for movement commands.
21770 (cua-movement-commands): Remove. Users must set CUA prop instead.
21771 (cua--pre-command-handler): Check CUA property.
21772 (cua--init-keymaps): Don't remap undo commands.
21773 (cua-mode): Don't call cua--rectangle-on-off.
21774
21775 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21776 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21777 (cua--rect-undo-set-point): New var.
21778 (cua--rectangle-undo-boundary): Setup undo apply entry.
21779 (cua--rect-undo-handler): New function for rectangle undo.
21780 (cua--rect-start-position, cua--rect-end-position): Add.
21781 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21782 for restored rectangle. Set point if cua--rect-undo-set-point.
21783
21784 2005-02-06 Jay Belanger <belanger@truman.edu>
21785
21786 * calc/calc-lang.el (calc-tex-language): Display more information
21787 in messages.
21788
21789 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21790 in TeX mode.
21791
21792 2005-02-06 Richard M. Stallman <rms@gnu.org>
21793
21794 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21795
21796 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21797
21798 * net/ldap.el (ldap-search-internal): Support attributes with
21799 optional descriptions separated by a semi-colon, as in
21800 "userCertificate;binary".
21801
21802 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21803
21804 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21805 isn't a cons (i.e. the version is 0).
21806
21807 2005-02-05 Eli Zaretskii <eliz@gnu.org>
21808
21809 * help.el (help-for-help): Doc fix.
21810
21811 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
21812
21813 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
21814 GDB-Windows on the menu-bar as this works better.
21815
21816 2005-02-04 Jay Belanger <belanger@truman.edu>
21817
21818 * calc/calc-embed.el (calc-embedded-update): Don't put in
21819 unnecessary newlines. Adjust the end of formula marker.
21820
21821 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21822 (math-latex-parse-two-args): New function.
21823
21824 2005-02-03 Lute Kamstra <lute@gnu.org>
21825
21826 * help-fns.el (help-with-tutorial): Make sure that users cannot
21827 remove the entire text of the tutorial by means of `undo'.
21828
21829 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
21830
21831 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21832 in recent changes, where the ispell process was repeatedly
21833 killed & restarted.
21834
21835 * international/mule-cmds.el (set-locale-environment): Set file-name
21836 coding system to utf-8 on Darwin systems.
21837 (set-default-coding-systems): Don't set default-file-name-coding-system
21838 on Darwin systems.
21839
21840 2005-02-03 Richard M. Stallman <rms@gnu.org>
21841
21842 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21843
21844 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
21845
21846 * faces.el (list-faces-display): Add optional argument.
21847
21848 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21849
21850 * font-core.el (font-lock-default-function): Handle the rare case where
21851 only font-lock-keywords is set.
21852
21853 2005-02-02 Kenichi Handa <handa@m17n.org>
21854
21855 * international/characters.el: Cancel previous change for
21856 I-WITH-DOT-ABOVE and DOTLESS-i.
21857
21858 * international/latin-5.el: Cancel previous change.
21859
21860 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21861
21862 * progmodes/gud.el: Correction to syntax in gud-menu-map.
21863
21864 2005-02-02 Kenichi Handa <handa@m17n.org>
21865
21866 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21867 DOTLESS-i.
21868
21869 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21870 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21871
21872 * case-table.el (get-upcase-table): New function.
21873 (copy-case-table): Copy upcaes table too if non-nil.
21874 (set-case-syntax-delims): Maintain upcase table too.
21875 (set-case-syntax-pair): Likewise.
21876 (set-upcase-syntax, set-downcase-syntax): New functions.
21877 (set-case-syntax): Maintain upcase table too.
21878
21879 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21880
21881 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21882
21883 * progmodes/gud.el (gud-goto-info): New function.
21884 (gud-tool-bar-map): Use correct icon.
21885
21886 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21887
21888 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21889 When delegating, order args in the funcall correctly.
21890
21891 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21892
21893 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21894
21895 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
21896
21897 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21898 buffer not visiting a file.
21899
21900 2005-01-31 Jay Belanger <belanger@truman.edu>
21901
21902 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21903 bound on the line with the formula.
21904
21905 2005-01-31 Kim F. Storm <storm@cua.dk>
21906
21907 * ses.el (ses-create-cell-variable-range)
21908 (ses-destroy-cell-variable-range, ses-reset-header-string)
21909 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21910 (ses-insert-row): Fix format of apply undo entries.
21911
21912 2005-01-31 Jay Belanger <belanger@truman.edu>
21913
21914 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21915 parts.
21916
21917 * calc/calc-embed.el (calc-embedded-open-formula)
21918 (calc-embedded-close-formula): Ignore matrix environments.
21919
21920 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21921 TeX mode.
21922
21923 * calc/calc-lang.el (math-function-table, math-oper-table)
21924 (math-variable-table): Adjust the LaTeX portions.
21925
21926 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21927 (math-latex-ignore-words): New constant.
21928
21929 2005-01-31 Richard M. Stallman <rms@gnu.org>
21930
21931 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21932 (ispell-local-dictionary): Doc fix.
21933 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21934 Don't reinitialize at run time. Don't defcustom.
21935 All uses changed to append ispell-local-dictionary-alist,
21936 or check it first.
21937 (ispell-current-dictionary): New variable for dictionary in use.
21938 (ispell-dictionary): Now used only for global default.
21939 (ispell-start-process): Set ispell-current-dictionary,
21940 not ispell-dictionary.
21941 (ispell-change-dictionary): Use this only for setting
21942 user preferences.
21943 (ispell-internal-change-dictionary): New function
21944 to change the current dictionary in use.
21945 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21946 Use ispell-current-dictionary.
21947 Handle ispell-local-dictionary-overridden.
21948 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21949
21950 2005-01-31 Jay Belanger <belanger@truman.edu>
21951
21952 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21953
21954 * calc/calc-ext.el: Add calc-latex-language to autoloads.
21955 (calc-mode-map): Add calc-latex-language.
21956
21957 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21958 (math-latex-print-frac): New functions.
21959 (math-oper-table, math-function-table, math-variable-table)
21960 (math-complex-format, math-input-filter): Add latex properties.
21961 (calc-set-language): Set math-expr-special-function-mapping.
21962
21963 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21964 (calc-write-parse-table-part): Add LaTeX support.
21965
21966 * calc/calc.el (calc-language): Adjust docstring.
21967 (calc-set-mode-line): Add LaTeX support.
21968 (math-expr-special-function-mapping): New variable.
21969 (math-tex-ignore-words): Add to list.
21970
21971 * calc/calccomp.el (math-compose-expr, math-compose-rows):
21972 Add LaTeX support.
21973 (math-compose-expr): Add support for special functions.
21974
21975 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21976
21977 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
21978
21979 * progmodes/gdb-ui.el (gdb-memory-address)
21980 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21981 (gdb-memory-mode-map, gdb-memory-format-keymap)
21982 (gdb-memory-format-menu, gdb-memory-unit-keymap)
21983 (gdb-memory-unit-menu): New variables for a buffer
21984 that lets the user examine program memory.
21985 (gdb-memory-set-address, gdb-memory-set-repeat-count)
21986 (gdb-memory-format-binary, gdb-memory-format-octal)
21987 (gdb-memory-format-unsigned, gdb-memory-format-signed)
21988 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21989 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21990 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21991 (gdb-memory-unit-byte, gdb-memory-unit-menu)
21992 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21993 (gdb-memory-mode, gdb-memory-buffer-name)
21994 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21995 New functions for above buffer.
21996
21997 2005-01-30 Richard M. Stallman <rms@gnu.org>
21998
21999 * cus-edit.el (custom-bury-buffer): Function deleted.
22000 (custom-buffer-done-function): Option deleted.
22001 (custom-buffer-done-kill): New replacement option.
22002 (Custom-buffer-done): Call quit-window.
22003 (custom-buffer-create-internal): Update for above changes.
22004
22005 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
22006
22007 * simple.el (undo-ask-before-discard): New var.
22008 (undo-outer-limit-truncate): Implement it.
22009 (undo-extra-outer-limit): Doc update.
22010
22011 2005-01-29 Richard M. Stallman <rms@gnu.org>
22012
22013 * ses.el (undo-more): Delete defadvice.
22014 (ses-begin-change): Doc fix.
22015
22016 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
22017 instead of rebinding C-x u and C-_.
22018
22019 * files.el (normal-backup-enable-predicate): Return nil for files
22020 in /tmp, regardless of temporary-file-directory.
22021
22022 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
22023
22024 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
22025 (open-rectangle, delete-whitespace-rectangle-line)
22026 (clear-rectangle-line): If FILL, pass t instead of FILL
22027 for move-to-column's 2nd arg.
22028
22029 * simple.el (undo): Fix the test for continuing a series of undos.
22030 (undo-more): Set pending-undo-list to t when we reach end.
22031 (pending-undo-list): Move up defvar.
22032
22033 * wid-edit.el (widget-button-click):
22034 Shorten the range of the track-mouse binding.
22035
22036 * comint.el (comint-insert-input): Undo previous changes;
22037 use last-input-event in interactive spec.
22038
22039 2005-01-29 Eli Zaretskii <eliz@gnu.org>
22040
22041 * progmodes/compile.el (compilation-start): Bind buffer-read-only
22042 to nil before invoking call-process. Reset buffer's modified flag
22043 after fontifying it in the no-async branch.
22044
22045 * wid-edit.el (widget-specify-button): If mouse pointer shape
22046 cannot be changed, use mouse face instead.
22047
22048 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
22049
22050 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22051 (gdb-goto-breakpoint): Make breakpoint handling work on template
22052 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
22053 (gdb-assembler-custom): Update to recognize breakpoint information
22054 added on 2005-01-19.
22055
22056 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
22057
22058 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
22059 (dsssl-mode): Use define-derived-mode.
22060 (scheme-mode-initialize): Remove.
22061 (scheme-mode): Use run-mode-hooks.
22062
22063 * cus-edit.el (customize-group-other-window)
22064 (custom-buffer-create-other-window): Don't override special-display-*.
22065 (custom-mode-map): Make it dense.
22066
22067 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
22068 sets the default value.
22069
22070 2005-01-28 Eli Zaretskii <eliz@gnu.org>
22071
22072 * descr-text.el: Add more keywords.
22073
22074 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
22075
22076 * speedbar.el: Avoid unnecessary use of locate-library.
22077
22078 * international/mule-cmds.el (standard-display-european-internal):
22079 Don't fiddle with latin-1 non-break space any more since it's now
22080 special cased in the C code.
22081 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
22082
22083 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
22084
22085 * cus-start.el (all): Add `undo-outer-limit'.
22086
22087 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22088
22089 * textmodes/bibtex.el (bibtex-format-entry):
22090 Use `bibtex-empty-field-re' only on the text of fields, not on entire
22091 field lines.
22092 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
22093 not on part of a buffer.
22094
22095 2005-01-25 Lute Kamstra <lute@gnu.org>
22096
22097 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
22098 nonempty field text strings like "{letters\\macro{}more letters}".
22099 Clarify docstring.
22100 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
22101 (bibtex-entry-offset, bibtex-parse-association)
22102 (bibtex-parse-field-name): Fix typos in docstrings.
22103 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
22104
22105 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
22106
22107 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
22108 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
22109 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
22110 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
22111
22112 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
22113 isearch minor mode.
22114
22115 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
22116
22117 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
22118
22119 2005-01-24 Lute Kamstra <lute@gnu.org>
22120
22121 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
22122 CASECHARS and NOT-CASECHARS regular expressions of the
22123 "nederlands" and "nederlands8" dictionaries to prevent a "Range
22124 striding over charsets" error.
22125
22126 2005-01-24 Jay Belanger <belanger@truman.edu>
22127
22128 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
22129 display variable name.
22130
22131 2005-01-24 Kenichi Handa <handa@m17n.org>
22132
22133 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
22134 Fix setting of the element of encoded-kbd-iso2022-invocations.
22135
22136 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
22137
22138 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22139 (gdb-threads-select): Change to also accept mouse events.
22140 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
22141 (gdb-threads-mouse-select): Delete.
22142
22143 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
22144
22145 * files.el (insert-directory): Take care of empty directory,
22146 listed without -a switch.
22147
22148 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
22149
22150 * textmodes/refill.el (refill-post-command-function):
22151 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
22152 to the list of functions that we should be careful not to undo.
22153 (refill-late-fill-paragraph-function): Remove.
22154 (refill-saved-state): New var.
22155 (refill-mode): Use it to save fill-paragraph-function.
22156 Save also the value of auto-fill-function.
22157
22158 * term/w32-win.el: Simplify code.
22159
22160 2005-01-23 Kim F. Storm <storm@cua.dk>
22161
22162 * simple.el (line-move): Adapt to new return value from
22163 pos-visible-in-window-p.
22164
22165 * simple.el (line-move): Fix last change. Check partial
22166 visibility at point rather than at window-start.
22167
22168 2005-01-22 Jason Rumney <jasonr@gnu.org>
22169
22170 * term/w32-win.el (xw-defined-colors): Remove debug-message.
22171
22172 2005-01-22 David Kastrup <dak@gnu.org>
22173
22174 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22175
22176 2005-01-22 Eli Zaretskii <eliz@gnu.org>
22177
22178 * type-break.el (type-break-mode): Add a test for
22179 type-break-file-name being non-nil.
22180
22181 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
22182
22183 * net/eudc.el (top level): Call (message "") via progn, so that
22184 eudc-options-file is loaded.
22185
22186 2005-01-22 Kim F. Storm <storm@cua.dk>
22187
22188 * simple.el (line-move-1): Rename from line-move.
22189 (line-move): New function that adjusts vscroll for partially
22190 visible rows, and calls line-move-1 otherwise.
22191
22192 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22193
22194 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22195 since it's not a complete read-event implementation
22196
22197 2005-01-20 Jay Belanger <belanger@truman.edu>
22198
22199 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22200 for called function.
22201
22202 2005-01-20 Steven Tamm <steventamm@mac.com>
22203
22204 * term/mac-win.el (process-connection-type): Remove.
22205 Controlled now by s/darwin.h:PTY_ITERATION.
22206
22207 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22208
22209 * window.el (handle-select-window): Don't switch window when we're
22210 in the minibuffer.
22211
22212 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22213
22214 * subr.el (dotimes-with-progress-reporter): New macro.
22215
22216 * ses.el (ses-dotimes-msg): Remove macro.
22217 Use `dotimes-with-progress-reporter' instead.
22218
22219 2005-01-19 Steven Tamm <steventamm@mac.com>
22220
22221 * term/mac-win.el (process-connection-type): Use new
22222 operating-system-release variable to use ptys on Darwin 7 (OS X
22223 10.3) when using carbon build.
22224
22225 2005-01-19 Jay Belanger <belanger@truman.edu>
22226
22227 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22228 flags if the last command was a tab or M-tab.
22229
22230 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22231 in formula editing buffer.
22232
22233 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22234
22235 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22236 breakpoint image symbol in margin.
22237
22238 2005-01-19 Jay Belanger <belanger@truman.edu>
22239
22240 * calc/calc-prog.el (calc-execute-kbd-macro):
22241 Ignore calc-keep-arg-flag.
22242
22243 2005-01-19 Kenichi Handa <handa@m17n.org>
22244
22245 * textmodes/ispell.el (ispell-looking-at): New function.
22246 (ispell-process-line): Use ispell-looking-at to compare the ispell
22247 output and the buffer contents.
22248
22249 2005-01-18 Jay Belanger <belanger@truman.edu>
22250
22251 * calc/calc.el (calc-display-raw): Fix docstring.
22252
22253 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22254
22255 * simple.el (blink-matching-open): Strip extra info from syntax.
22256
22257 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22258 funny chars in the end-of-here-doc marker.
22259
22260 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22261
22262 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22263 that enable/disabled state of breakpoints is shown correctly in
22264 fringe and on ttys.
22265 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22266 Add breakpoint information as text properties.
22267 (gdb-mouse-toggle-breakpoint):
22268 Rename to gdb-mouse-set-clear-breakpoint.
22269 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22270 breakpoints in the margin.
22271 (gdb-remove-strings): Simplify.
22272
22273 2005-01-17 Jay Belanger <belanger@truman.edu>
22274
22275 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22276 erasing buffer.
22277
22278 2005-01-17 Richard M. Stallman <rms@gnu.org>
22279
22280 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22281 for calling grep-compute-defaults.
22282
22283 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22284 if buffer is empty.
22285
22286 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22287
22288 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22289
22290 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22291
22292 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22293 non-preloaded variables.
22294
22295 2005-01-17 Steven Tamm <steventamm@mac.com>
22296
22297 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22298 tex-shell cause to force interactivity when using pipes.
22299
22300 2005-01-17 Kim F. Storm <storm@cua.dk>
22301
22302 * simple.el (just-one-space): Make arg optional.
22303
22304 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22305
22306 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22307 posn-at-x-y to t to access left-margin.
22308
22309 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22310
22311 Sync with Tramp 2.0.47.
22312
22313 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22314 catching keep-date problems in cp/scp operations.
22315 (tramp-handle-copy-file): Don't call `set-file-modes'
22316 unconditionally. Specialized functions should know better what is
22317 necessary. This improves performance a little bit, and the
22318 functions could catch errors with `cp -p' and `scp -p'.
22319 (tramp-do-copy-or-rename-file-via-buffer)
22320 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22321 when appropriate.
22322 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22323 Call `set-file-modes' when appropriate.
22324 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22325 Johnsson <isak@hypergene.com>
22326 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22327 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22328 <joakim@verona.se>
22329 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22330 Emacs only.
22331
22332 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22333 `find-file-hooks' and `dired-mode-hook'.
22334 (tramp-minor-mode-map): Respective map. Add remapping for
22335 `compile' and `recompile'.
22336 (tramp-remap-command, tramp-recompile): New defuns.
22337 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22338 in buffer "*Compilation*". Call the commands asynchronously.
22339
22340 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22341 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22342 `shell-command', because it isn't magic in XEmacs. Reported by
22343 Adrian Aichner <adrian@xemacs.org>.
22344
22345 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22346 `substitute-in-file-name.
22347 (tramp-smb-handle-substitute-in-file-name): New defun.
22348 (tramp-smb-advice-PC-do-completion): Delete advice.
22349
22350 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22351
22352 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22353 Fix error in deleting region.
22354
22355 2005-01-15 Richard M. Stallman <rms@gnu.org>
22356
22357 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22358 In non-temp buffer, switch syntax table temporarily.
22359
22360 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22361
22362 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22363
22364 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22365
22366 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22367 (imenu--generic-function): Use START, not BEG, as pos of definition.
22368
22369 * simple.el (just-one-space): Argument specifies number of spaces.
22370
22371 * simple.el (eval-expression-print-format): Avoid warning
22372 about edebug-active.
22373
22374 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22375
22376 * progmodes/sh-script.el: Code copied from make-mode.el
22377 with small changes,
22378 (sh-mode-map): Bind C-c C-\.
22379 (sh-backslash-column, sh-backslash-align): New variables.
22380 (sh-backslash-region, sh-append-backslash): New functions.
22381
22382 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22383
22384 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22385 (rmail-pop-password, rmail-pop-password-required): Move to
22386 rmail-obsolete group.
22387 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22388 All callers updated.
22389 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22390 Take an argument specifying whether it is POP or IMAP mailbox we
22391 are using. All callers updated.
22392 (rmail-pop-password-error): Rename to
22393 rmail-remote-password-error. Added mailutils-specific error message.
22394 (rmail-movemail-search-path)
22395 (rmail-movemail-variant-in-use): New variables.
22396 (rmail-remote-password, rmail-remote-password-required):
22397 New customization variables.
22398 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22399 (rmail-parse-url): New function.
22400 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22401 with GNU mailutils movemail.
22402
22403 2005-01-15 Kevin Ryde <user42@zip.com.au>
22404
22405 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22406 suffix to space, $ or '$, to correctly position point when going
22407 to @table style constants like DBL_MAX.
22408
22409 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22410
22411 * type-break.el (type-break-mode, type-break-file-time)
22412 (type-break-file-keystroke-count, type-break-choose-file):
22413 Don't store data in or load data from the file if type-break-file-name
22414 is nil.
22415 (type-break-file-name): Doc update as per the above.
22416
22417 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22418
22419 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22420 lookup-key might return nil; handle that.
22421
22422 2005-01-15 Alan Mackenzie <acm@muc.de>
22423
22424 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22425 rather than the element found, thus enabling the tree to be setcar'd.
22426
22427 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22428
22429 * textmodes/org.el (org-show-following-heading): New option.
22430 (org-show-hierarchy-above): Use `org-show-following-heading'.
22431 (org-cycle): Documentation fix.
22432
22433 * textmodes/org.el (orgtbl-optimized): New option
22434 (orgtbl-mode): New command, a minor mode.
22435 (orgtbl-mode-map): New variable.
22436 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22437 (orgtbl-error, orgtbl-self-insert-command)
22438 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22439
22440 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22441 a local variable in each org-mode buffer.
22442
22443 * textmodes/org.el (org-set-regexps-and-options): Rename from
22444 `org-set-regexps'. Added checking for STARTUP keyword.
22445 (org-get-current-options): Add STARTUP options.
22446 (org-table-insert-row): Make mode intelligent about when
22447 realignment is needed.
22448 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22449 New commands.
22450 (org-enable-table-editor): New default value `optimized'.
22451 (org-table-blank-field): Support blanking regions if active.
22452
22453 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22454
22455 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22456 if the year is not given.
22457
22458 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22459 Add new escapes %m and %M, fixed bug with %F by adding
22460 save-match-data.
22461 (reftex-reference): Remove ?. from list of spaces.
22462 (reftex-label-info): Add automatic label prefix recognition.
22463
22464 * textmodes/reftex-index.el (reftex-index-next-phrase):
22465 Add slave parameter to call of `reftex-index-this-phrase'.
22466 (reftex-index-this-phrase): New optional argument.
22467 (reftex-index-region-phrases): Add slave parameter to call of
22468 `reftex-index-this-phrase'.
22469 (reftex-display-index): New argument redo.
22470 (reftex-index-rescan): Add `redo' to arguments of
22471 `reftex-display-index'.
22472 (reftex-index-Rescan, reftex-index-revert)
22473 (reftex-index-switch-index-tag): Add `redo' to arguments of
22474 `reftex-display-index'.
22475 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22476 indexing. Fix bug with matching is there is a quote before or
22477 after the word.
22478
22479 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22480 Fix bug when collecting citation keys in lines with comments.
22481 (reftex-citation): Prefix argument no longer rescans the document,
22482 but forces prompting for optional arguments of cite macros.
22483 (reftex-do-citation): Prompting for optional arguments implemented.
22484
22485 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22486 Add optional arguments to most cite commands.
22487 (reftex-cite-cleanup-optional-args): New option
22488 (reftex-cite-prompt-optional-args): New option.
22489 (reftex-trust-label-prefix): New option.
22490
22491 * textmodes/reftex-toc.el (reftex-toc-find-section):
22492 Add push-mark before changing the position in the buffer.
22493
22494 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22495 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22496
22497 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22498
22499 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22500 more carefully.
22501
22502 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22503
22504 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22505 (sgml-mode): Use it.
22506 (sgml-get-context): Better keep track of implicitly closed tags.
22507
22508 2005-01-13 Kenichi Handa <handa@m17n.org>
22509
22510 * textmodes/ispell.el: These changes are to fix misalignment error
22511 caused by equivalent characters of different Emacs charsets.
22512 (ispell-unified-chars-table): New variable.
22513 (ispell-get-decoded-string): New function.
22514 (ispell-get-casechars, ispell-get-not-casechars)
22515 (ispell-get-otherchars): Call ispell-get-decoded-string.
22516
22517 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22518
22519 * custom.el (custom-declare-variable): Just put symbol instead
22520 of (defvar . symbol) in `current-load-list'.
22521
22522 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22523
22524 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22525
22526 2005-01-12 Jay Belanger <belanger@truman.edu>
22527
22528 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22529 to create a Calc summary.
22530
22531 2005-01-12 Kim F. Storm <storm@cua.dk>
22532
22533 * mouse.el (mouse-on-link-p): Change functionality and doc
22534 string to comply with latest description in lisp ref.
22535
22536 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22537
22538 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22539 Enable mouse clicks on mode-line, header-line and margin.
22540 (event-type): Give mouse event symbols an `event-kind' property
22541 with value `mouse-click'.
22542
22543 2005-01-12 Juri Linkov <juri@jurta.org>
22544
22545 * facemenu.el (list-colors-display): Add new arg buffer-name.
22546 Use it. Fix docstring. Replace code for identifying duplicate
22547 colors by the name with call to `list-colors-duplicates' which
22548 identifies duplicate colors by the value unless the color
22549 is one of special Windows colors. Set truncate-lines to t.
22550 Print sorted duplicate color names on each line. Indent to 22
22551 \(the longest color name in rgb.txt) instead of 20. Optimize.
22552 (list-colors-duplicates): New function.
22553 (facemenu-color-name-equal): Delete function.
22554
22555 * facemenu.el (list-colors-print): New function created from code
22556 in list-colors-display. Print #RRGGBB at the window right edge.
22557 (list-colors-display): When temp-buffer-show-function is not
22558 defined, call list-colors-print from temp-buffer-show-hook
22559 to get the right value of window-width in list-colors-print
22560 after the buffer is displayed.
22561
22562 * simple.el (pop-mark): Move deactivate-mark out of conditional
22563 part to deactivate the active mark regardless of the state of the
22564 mark ring.
22565
22566 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22567 variables line in desktop files.
22568
22569 2005-01-12 Juri Linkov <juri@jurta.org>
22570
22571 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22572 Bring together isearch highlight related options.
22573 (lazy-highlight): Replace group `replace' by `matching'.
22574 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22575 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22576 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22577 and declare them obsolete.
22578 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22579 (isearch-faces): Remove defgroup.
22580 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22581 Move isearch highlighting code closer to lazy highlighting code.
22582
22583 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22584 (query-replace-highlight, query-replace-lazy-highlight)
22585 (query-replace): Move definitions to the beginning of the file.
22586
22587 2005-01-11 Juri Linkov <juri@jurta.org>
22588
22589 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22590 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22591 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22592
22593 * info.el (Info-history-forward): New variable.
22594 (Info-select-node): Reset Info-history-forward to nil.
22595 (Info-last): Turn into defalias.
22596 (Info-history-back): Rename from Info-last.
22597 Add current node to Info-history-forward.
22598 (Info-history-forward): New fun.
22599 (Info-mode-map): Replace Info-last by Info-history-back.
22600 Bind Info-history-forward to "r".
22601 (Info-mode-menu): Replace Info-last by Info-history-back.
22602 Fix menu item text. Add menu item for Info-history-forward.
22603 (info-tool-bar-map): Replace Info-last by Info-history-back.
22604 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22605 for Info-history-forward.
22606 (Info-mode): Replace Info-last by Info-history-back in docstring.
22607 Add local variable Info-history-forward.
22608 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22609
22610 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22611
22612 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22613 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22614 Ignore select-window events rather than fiddle with
22615 mouse-autoselect-window.
22616
22617 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22618
22619 * type-break.el (type-break-mode): Fix previous change.
22620
22621 2005-01-10 Jay Belanger <belanger@truman.edu>
22622
22623 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22624 calculator; only reset when point is inside a calculator.
22625 Don't adjust the window height if the window takes up the whole height
22626 of the frame.
22627
22628 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22629
22630 * ebuff-menu.el (Electric-buffer-menu-mode):
22631 Preserve value of buffer-local var header-line-format.
22632
22633 2005-01-09 Jay Belanger <belanger@truman.edu>
22634
22635 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22636 Make sure settings file exists before accessing it.
22637
22638 * calc/calc-embed.el (calc-embedded-subst):
22639 Replace math-multi-subst-rec, which is only supposed to be called
22640 by math-multi-subst, by math-multi-subst.
22641
22642 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22643
22644 * vc.el (vc-allow-async-revert): New user option.
22645 (vc-disable-async-diff): New internal variable.
22646 (vc-revert-buffer): Use them to disable asynchronous diff.
22647
22648 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22649 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22650 asynchronously if vc-disable-async-diff is t.
22651
22652 2005-01-09 Jay Belanger <belanger@truman.edu>
22653
22654 * calc/calc.el (defcalcmodevar): New macro.
22655 (calc-mode-var-list-restore-default-values)
22656 (calc-mode-var-list-restore-saved-values): New functions.
22657 (calc-mode-var-list): Use defcalcmodevar to define it.
22658 (calc-always-load-extensions, calc-line-numbering)
22659 (calc-line-breaking, calc-display-just, calc-display-origin)
22660 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22661 (calc-group-char, calc-point-char, calc-frac-format)
22662 (calc-prefer-frac, calc-hms-format, calc-date-format)
22663 (calc-float-format, calc-full-float-format, calc-complex-format)
22664 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22665 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22666 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22667 (calc-matrix-brackets, calc-language, calc-language-option)
22668 (calc-left-label, calc-right-label, calc-word-size)
22669 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22670 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22671 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22672 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22673 (calc-window-height, calc-display-trail, calc-show-selections)
22674 (calc-use-selections, calc-assoc-selections)
22675 (calc-display-working-message, calc-auto-why, calc-timing)
22676 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22677 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22678 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22679 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22680 (calc-gnuplot-geometry, calc-graph-default-resolution)
22681 (calc-graph-default-resolution-3d, calc-invocation-macro)
22682 (calc-show-banner): Use defcalcmodevar to declare them and set
22683 their default values.
22684
22685 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22686 instead of default values (but restore default values if there is
22687 an argument of 0).
22688
22689 2005-01-09 David Kastrup <dak@gnu.org>
22690
22691 * desktop.el (desktop-restore-eager): Fix typo in type.
22692
22693 2005-01-08 Richard M. Stallman <rms@gnu.org>
22694
22695 * cus-edit.el (customize): Delete :link.
22696
22697 2005-01-08 Jay Belanger <belanger@truman.edu>
22698
22699 * calc/calc.el (calc-mode): Remove the extension from the
22700 `calc-settings-file' file name when loading it.
22701
22702 2005-01-08 Kim F. Storm <storm@cua.dk>
22703
22704 * info.el (Info-mode-map, Info-next-link-keymap)
22705 (Info-prev-link-keymap, Info-up-link-keymap):
22706 Map follow-link to mouse-face.
22707 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22708
22709 2005-01-08 Jay Belanger <belanger@truman.edu>
22710
22711 * calc/calc.el (calc-settings-file): Change default value.
22712 Suggested by cgw in a comment in calc-mode.el.
22713
22714 * calc/calc-mode.el (calc-settings-file-name):
22715 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22716 Replace ~/.emacs in a prompt by calc-settings-file.
22717
22718 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22719
22720 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22721 (desktop-lazy-idle-delay): New customizable variables.
22722 (desktop-buffer-args-list): New variable.
22723 (desktop-append-buffer-args): New function.
22724 (desktop-save): Call desktop-append-buffer-args for some buffers.
22725 (desktop-lazy-create-buffer): New function.
22726 (desktop-idle-create-buffers): New function.
22727 (desktop-read): Add message about buffers to restore lazily.
22728 (desktop-lazy-abort): New command.
22729 (desktop-clear): Call desktop-lazy-abort.
22730 (desktop-lazy-complete): New command.
22731
22732 2005-01-06 Richard M. Stallman <rms@gnu.org>
22733
22734 * emacs-lisp/find-func.el (find-face-definition):
22735 Rename from find-face.
22736
22737 2005-01-06 Kim F. Storm <storm@cua.dk>
22738
22739 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22740
22741 * man.el (Man-xref-man-page, Man-xref-header-file)
22742 (Man-xref-normal-file): Add follow-link property.
22743
22744 2005-01-06 Jay Belanger <belanger@truman.edu>
22745
22746 * calc/calc-units.el: Make sure the proper macro definitions are
22747 available when compiling.
22748
22749 2005-01-06 Juri Linkov <juri@jurta.org>
22750
22751 * isearch.el (isearch-lazy-highlight-update):
22752 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22753
22754 2005-01-06 Miles Bader <miles@gnu.org>
22755
22756 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22757 (isearch-lazy-highlight-face): Use new name.
22758
22759 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22760
22761 * uniquify.el (uniquify-rationalize-file-buffer-names):
22762 Re-add an interactive spec.
22763 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22764 to the same name.
22765
22766 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22767 (isearch-update, isearch-done): Adjust calls accordingly.
22768
22769 2005-01-05 Richard M. Stallman <rms@gnu.org>
22770
22771 * custom.el (custom-set-variables, custom-theme-set-variables):
22772 Clarify documentation.
22773
22774 * emacs-lisp/find-func.el (find-variable)
22775 (find-variable-other-window, find-variable-other-frame):
22776 Fix the TYPE args to find-function-read and find-function-do-it.
22777 (find-function): Doc fix.
22778 (find-function-at-point): Replace function-at-point alias.
22779
22780 2005-01-04 Richard M. Stallman <rms@gnu.org>
22781
22782 * cus-face.el (custom-declare-face):
22783 Record defface in current-load-list.
22784
22785 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22786
22787 * emacs-lisp/find-func.el: Doc fixes.
22788 (find-face-regexp): New variable.
22789 (find-function-regexp-alist): New variable.
22790 (find-function-C-source): Third arg is now TYPE.
22791 (find-function-search-for-symbol): Handle general TYPE.
22792 (find-function-read, find-function-do-it): Handle general TYPE.
22793 (find-definition-noselect, find-face): New functions.
22794 (function-at-point): Alias deleted.
22795
22796 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22797
22798 * battery.el (display-battery-mode): Rename from display-battery.
22799 Handle the case where it gets turned off.
22800
22801 2005-01-04 Richard M. Stallman <rms@gnu.org>
22802
22803 * cus-edit.el (customize): Make :link point to user doc.
22804
22805 * man.el (Man-fontify-manpage): Turn off undo generation.
22806
22807 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22808
22809 2005-01-04 Andreas Schwab <schwab@suse.de>
22810
22811 * files.el (insert-directory): Only look for error lines in
22812 inserted text. Don't move too far after processing --dired markers.
22813
22814 2005-01-04 Richard M. Stallman <rms@gnu.org>
22815
22816 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22817 Don't expand if the character is @, period, dash, etc.
22818 (define-mail-abbrev): Quote names that contain problem characters.
22819
22820 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
22821
22822 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22823
22824 2005-01-03 Richard M. Stallman <rms@gnu.org>
22825
22826 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22827 (query-replace-highlight, query-replace-lazy-highlight)
22828 (query-replace): Definitions moved up. Doc fix.
22829
22830 2005-01-03 Richard M. Stallman <rms@gnu.org>
22831
22832 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22833 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22834 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22835 (lazy-highlight-face): Rename from isearch-lazy-...
22836 Change all references to them.
22837
22838 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
22839
22840 * cus-edit.el (custom-file): Doc fix for defcustom.
22841 (custom-file): The function no longer sets the variable
22842 `custom-file' to its return value.
22843
22844 * startup.el (command-line): No longer load `custom-file'.
22845
22846 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22847
22848 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22849
22850 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22851 Don't confuse module-prefixed identifiers for labels.
22852 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22853
22854 2005-01-02 Richard M. Stallman <rms@gnu.org>
22855
22856 * files.el (basic-save-buffer-1): Fix previous change.
22857
22858 * loadhist.el (file-loadhist-lookup): New function.
22859 (file-provides, file-requires): Use it.
22860
22861 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22862 instead of calculating the right size.
22863
22864 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22865
22866 * vc-svn.el (vc-svn-diff): Stay local if possible.
22867
22868 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
22869
22870 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22871
22872 * files.el (hack-local-variables): Fix last change.
22873
22874 2005-01-02 Jay Belanger <belanger@truman.edu>
22875
22876 * calc/calc-yank.el (calc-edit-top): New variable.
22877 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22878 object. Change header properties.
22879 (calc-edit-finish, calc-edit-finish-stack-object)
22880 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22881 edited object.
22882 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22883 for the beginning of the edited object.
22884 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22885 for the beginning of the edited object.
22886 * calc/calc-prog.el (calc-edit-macro-finish-edit)
22887 (calc-finish-formula-edit, calc-macro-repeats)
22888 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22889 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22890 beginning of the edited object.
22891 (calc-user-define-edit): Change the header for editing macros.
22892 Remove unnecessary variable.
22893
22894 2005-01-01 Jay Belanger <belanger@truman.edu>
22895
22896 * calc/calc-yank.el (calc-edit-mode): Change default header.
22897 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22898 * calc/calc-store.el (calc-edit-variable): Change title to match new
22899 header.
22900 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22901 mode to match new header.
22902 (calc-user-define-edit): Change titles to include names of commands.
22903 (calc-finish-formula-edit): Adjust to handle new header.
22904 (calc-finish-macro-edit): Remove.
22905 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22906 (calc-edit-macro-command, calc-edit-macro-command-type)
22907 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22908 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22909 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22910 (calc-edit-macro-finish-edit): New functions.
22911 (calc-user-define-edit): Use new functions to edit named calc macros.
22912
22913 2005-01-01 Stefan <monnier@iro.umontreal.ca>
22914
22915 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22916
22917 * ses.el (copy-region-as-kill): Deactivate mark.
22918
22919 2005-01-01 Richard M. Stallman <rms@gnu.org>
22920
22921 * replace.el (occur-1): If the output buffer is also an input,
22922 don't kill it, rename it.
22923
22924 * faces.el (set-face-background, set-face-foreground): Doc fix.
22925
22926 * cus-face.el (custom-face-attributes): Fix :help-echo strings
22927 for :foreground and :background.
22928
22929 * dired.el (dired-view-command-alist): Variable deleted.
22930 (dired-view-file, dired-mouse-find-file-other-window):
22931 Delete the code to use it.
22932
22933 2005-01-01 Kim F. Storm <storm@cua.dk>
22934
22935 * image.el (insert-sliced-image): Use t for line-height property.
22936
22937 See ChangeLog.11 for earlier changes.
22938
22939 ;; Local Variables:
22940 ;; coding: iso-2022-7bit
22941 ;; End:
22942
22943 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22944 Copying and distribution of this file, with or without modification,
22945 are permitted provided the copyright notice and this notice are preserved.
22946
22947 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1