]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Remove local autoload declaration for
[gnu-emacs] / lisp / ChangeLog
1 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
2
3 * allout.el: Remove local autoload declaration for
4 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
5 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
6 (allout-plain-bullets-string, allout-distinctive-bullets-string)
7 (allout-use-mode-specific-leader, allout-old-style-prefixes)
8 (allout-stylish-prefixes, allout-numbered-bullet)
9 (allout-file-xref-bullet, allout-presentation-padding)
10 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
11 safe-local-variable with suitable value spec, and add autoload
12 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
13 (move-beginning-of-line, move-end-of-line): Repair so these compat
14 functions now actually resituate the point, when appropriate.
15
16 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
19
20 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
21 (add-log-iso8601-time-string): Fix call to format-time-string.
22
23 2006-04-26 Kim F. Storm <storm@cua.dk>
24
25 * subr.el (posn-string, posn-image, posn-object): Doc fix.
26
27 2006-04-26 Masatake YAMATO <jet@gyve.org>
28
29 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
30 Add support for "//" style comments. Remove `b' flag
31 from ?* in `asm-mode-syntax-table'.
32
33 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
34
35 * follow.el: Use (featurep 'xemacs) everywhere.
36 (follow-mode): Use define-minor-mode.
37 (follow-mode-map): Move initialization into the declaration.
38 Use command remapping.
39 (follow-emacs-version-xemacs-p): Remove.
40 (follow-submit-feedback): Remove.
41
42 * allout.el (allout-layout, allout-passphrase-verifier-string)
43 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
44
45 * textmodes/reftex-vars.el (reftex-vref-is-default)
46 (reftex-fref-is-default, reftex-guess-label-type):
47 Tighten up a bit the safety predicate.
48
49 * textmodes/paragraphs.el (sentence-end-double-space)
50 (sentence-end-without-period, sentence-end-without-space)
51 (page-delimiter, paragraph-ignore-fill-prefix):
52 Tighten up a bit the safety predicate.
53
54 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
55
56 * progmodes/python.el (python-continuation-line-p)
57 (python-beginning-of-statement): syntax-ppss may return
58 a negative depth.
59 (python-mode): Don't forcefully enable font-lock.
60
61 * time-stamp.el (time-stamp-start, time-stamp-end)
62 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
63
64 * add-log.el: Remove spurious * in docstrings.
65 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
66 (add-change-log-entry): Use it here, since it's not specific
67 to iso8601.
68 (add-log-iso8601-time-string): Don't use it here any more.
69 (change-log-indent-text, change-log-indent): Rename from add-log-*.
70
71 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
72
73 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
74
75 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
76 (rcirc-toggle-low-priority): Doc fix.
77 (rcirc-handler-NOTICE): Remove beginning of line anchor in
78 ChanServ regexp.
79 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
80 #emacs.
81 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
82 (rcirc-decode-coding-system): Use utf-8 as the default.
83 (rcirc-multiline-minor-mode): Set the fill-column.
84 (rcirc-format-response-string): Display bright and dim nicks.
85 (rcirc-browse-url): Update interactive spec to fill ARG.
86 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
87 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
88
89 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
90
91 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
92 case for @Article, etc.
93
94 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
95
96 * net/tramp.el (tramp-register-file-name-handlers): New defun.
97 Added with autoload cookie.
98 (tramp-unload-file-name-handlers): Rename from
99 `tramp-unload-file-name-handler-alist'.
100
101 2006-04-23 Romain Francoise <romain@orebokech.com>
102
103 * comint.el (comint-match-partial-filename): Doc fix.
104
105 2006-04-21 Glenn Morris <rgm@gnu.org>
106
107 * calendar/cal-menu.el (calendar-mode-map): Refer to
108 `diary-view-entries' rather than alias `view-diary-entries'.
109 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
110
111 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
112
113 * progmodes/antlr-mode.el (antlr-default):
114 * cus-edit.el (custom-documentation):
115 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
116 in defface.
117
118 2006-04-21 Kim F. Storm <storm@cua.dk>
119
120 * image.el (image-type): New defun split out of create-image.
121 (create-image): Use it.
122
123 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
124
125 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
126 (org-open-at-point): Remove the "...done" message to keep output
127 in the echo area visible.
128 (org-export-as-xoxo): Fix call to `indent-region'.
129
130 2006-04-21 Kevin Ryde <user42@zip.com.au>
131
132 * international/mule.el (keyboard-coding-system): defcustom
133 info-link fixes: "Specify Coding" has been split, keyboard now in
134 "Terminal Coding", and "Single-Byte Character Support" is now
135 "Unibyte Mode".
136
137 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
138
139 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
140 Use font-lock-warning-face for any errors e.g. no stack.
141 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
142
143 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
144
145 * progmodes/sh-script.el (sh-shell): Mark as safe.
146
147 * newcomment.el (comment-start, comment-start-skip)
148 (comment-end-skip, comment-end): Mark as safe.
149
150 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
151
152 * textmodes/org.el (org-deadline-announce): Face removed.
153 (org-level-faces, org-n-levels): Convert to constant.
154 (org-compatible-face): New function.
155 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
156 (org-level-5, org-level-6, org-level-7, org-level-8)
157 (org-special-keyword, org-warning, org-headline-done, org-link)
158 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
159 (org-scheduled-today, org-scheduled-previously, org-time-grid):
160 Face definition revised for better color tty support.
161 (org-bold-re, org-italic-re, org-underline-re): New constants.
162 (org-set-font-lock-defaults): Use the new constants.
163 (org-agenda-highlight-todo): New function.
164 (org-agenda-todo): Fix bug with point at end of line.
165 (org-agenda-change-all-lines, org-finalize-agenda-entries):
166 Fontify TODO keywords.
167 (org-insert-link): Preserve relative path in ../ links.
168 (org-export-as-html): Convert links pointing to .org files into
169 links that will work beteen the exported HTML files.
170 (org-todo-list): Fix bug when arg=0.
171 (org-insert-heading): More fine-tuning.
172
173 2006-04-19 Romain Francoise <romain@orebokech.com>
174
175 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
176 from `rmail-mime-charset-pattern'.
177
178 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
179
180 * progmodes/python.el (python-mode): Fix typo.
181
182 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
183
184 * comint.el (comint-previous-input): Don't clobber input line
185 when moving off either end of the input history ring.
186 (comint-delete-input): New function, used by
187 `comint-previous-input' and others.
188 (comint-previous-matching-input):
189 Use `coming-delete-input'. Save the partial input if leaving the
190 edit line. Goto point-max before deleting input to avoid
191 partial input fragments hanging around.
192 (comint-restore-input): New function, used by `comint-previous-input'.
193
194 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
195
196 * imenu.el (imenu--index-alist): Balance parentheses.
197
198 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
199
200 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
201
202 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
203
204 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
205 file is nil.
206
207 2006-04-18 Richard Stallman <rms@gnu.org>
208
209 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
210
211 * imenu.el (imenu-create-index-function, imenu--index-alist)
212 (imenu--last-menubar-index-alist, imenu--make-index-alist)
213 (imenu-default-create-index-function, imenu--generic-function):
214 Doc fixes.
215
216 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
217
218 * help-mode.el (help-mode): Set view-exit-action to delete window.
219
220 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
221 now works by passing nil as arg.
222
223 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
224
225 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
226 (read-abbrev-file): Provide default when reading filename.
227
228 * files.el (enable-local-variables): Allow :all as value.
229 (hack-local-variables): Implement that value.
230 (safe-local-variable-values, safe-local-eval-forms)
231 (enable-local-variables): Mark as risky.
232 (find-file-visit-truename, kept-old-versions): Mark safe.
233
234 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
235 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
236 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
237
238 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
239
240 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
241 Use forward-line so as to get to BOL even in the presence of fields.
242 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
243 in return.
244 (inferior-tcl): Tell tclsh to work in interactive mode.
245
246 * complete.el (partial-completion-mode):
247 Use 'choose-completion-string-functions to make sure that
248 choose-completion fills the minibuffer properly.
249
250 * complete.el (PC-old-read-file-name-internal): Remove.
251 (PC-read-include-file-name-internal): Remove. Turn it into an advice
252 of read-file-name-internal.
253 (partial-completion-mode): Enable/disable this advice.
254
255 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
256
257 * net/tramp.el (tramp-completion-file-name-handler): Revert change
258 of 2006-04-17.
259
260 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
261
262 * textmodes/org.el (org-insert-heading): Insert heading before
263 current if at beginning of line.
264 (org-todo, org-date): New faces.
265 (org-table-align): Make sure tooltip window contains full text.
266 (org-no-properties): New defsubst.
267 (org-set-font-lock-defaults): Use new faces.
268
269 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
270
271 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
272 for root variables.
273
274 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
275 (gdb-frame-address): Re-use to identify frame for watch expression.
276 (gdb-var-list, gdb-var-create-handler): Add frame address for root
277 variables.
278 (gdb-init-1, gdb-source, gdb-post-prompt)
279 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
280 (gdb-frame-handler): Get gdb-frame-address.
281
282 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
283
284 Sync with Tramp 2.0.53.
285
286 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
287 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
288 (tramp-completion-file-name-handler): Add autoload cookie for
289 adding to `file-name-handler-alist'.
290
291 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
292 the prompt. If it returns earlier (when detecting an error
293 message), the rest of the output will merge accidently with the
294 output of the next command. Reported by M Jared Finder
295 <jared@hpalace.com>.
296
297 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
298 for `process-file', in order to let it work for older Emacsen too.
299
300 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
301
302 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
303 (tex-font-lock-keywords-3): Use it.
304
305 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
306
307 * newcomment.el (comment-add): New function.
308 (comment-region-default, comment-dwim): Use it.
309
310 2006-04-15 Michael Olson <mwolson@gnu.org>
311
312 * emacs-lisp/tq.el: Improve comments.
313 (tq-queue-head-question): New accessor function.
314 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
315 Update for modified queue structure.
316 (tq-queue-add): Accept `question' argument.
317 (tq-queue-pop): If a question is pending, send it.
318 (tq-enqueue): Accept new optional argument `delay-question'.
319 If this is non-nil, and at least one other question is pending a
320 response, queue the question rather than sending it immediately.
321
322 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
323
324 * calendar/appt.el (appt-add): Check whether an appointment is
325 already present in appt-time-msg-list. Simplify code.
326
327 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
328
329 * progmodes/cc-langs.el (c-mode-menu):
330 Don't presume c-subword-mode is bound.
331
332 2006-04-13 Bill Wohler <wohler@newt.com>
333
334 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
335 (customize-package-emacs-version): Use cdr instead of cadr now
336 that alists use dotted pairs.
337
338 * custom.el (defcustom): Fix docstring for :package-version.
339
340 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
341
342 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
343 (tramp-handle-shell-command): Display output buffer only when
344 `tramp-display-shell-command-buffer' is true.
345 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
346
347 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
348
349 * textmodes/org.el (org-set-autofill-regexps): Set only the local
350 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
351
352 2006-04-13 Romain Francoise <romain@orebokech.com>
353
354 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
355 leaving temporary .cvsignore buffers behind.
356
357 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
358
359 * textmodes/org.el (org-set-regexps-and-options)
360 (org-get-current-options): Better names for the startup folding
361 options.
362
363 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
364
365 * vc.el (vc-annotate): Arrange for point to end up at the same
366 line number as in the original, but only when using a new buffer.
367
368 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
369
370 * files.el (hack-one-local-variable-eval-safep):
371 Recognize `edebug-form-spec' for `put', but only if it passes
372 `edebug-basic-spec'. Generalize `put' handling.
373
374 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
375 vetting file-local form specs.
376
377 * allout.el (allout-layout): Autoload its `safe-local-variable'
378 property.
379
380 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
381
382 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
383 (org-agenda-mouse-1-follows-link)
384 (org-mouse-1-follows-link): New options.
385 (org-format-agenda-item): Fix bug if TAGS is nil.
386 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
387
388 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
389
390 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
391 GDB 6.1+ gives full filename for "info sources" so use
392 file-name-nondirectory.
393
394 2006-04-12 Romain Francoise <romain@orebokech.com>
395
396 * subr.el (read-passwd): Bind `message-log-max' to nil.
397
398 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
399
400 * progmodes/perl-mode.el (perl-indent-new-calculate):
401 Recompute parse-start after jumping backward by a whole sexp.
402
403 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
404
405 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
406 window configuration.
407 (vc-annotate-display-select): Select the buffer so that current-buffer
408 (and selected-window) is the output buffer at the end of vc-annotate.
409
410 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
411
412 * vc.el (vc-annotate-color-map): Add custom TTY color map for
413 8-color terminals, to use all of the colors in a sensible order.
414 256-color terminals work well with the standard map.
415 (vc-annotate-lines): Only strip the first color character if it
416 is "#", to allow for terminal-style named colors.
417 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
418 the correct buffer is scrolled.
419
420 2006-04-11 Richard Stallman <rms@gnu.org>
421
422 * emacs-lisp/bytecomp.el (byte-compile-file):
423 Bind enable-local-variables to :safe, and make normal-mode obey it.
424
425 * files.el (enable-local-variables): Allow value :safe.
426 (normal-mode): Doc fix.
427 (hack-local-variables): Implement enable-local-variables = :safe.
428 (hack-local-variables-confirm): Don't prevent quitting.
429
430 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
431
432 * loadhist.el (unload-feature): A bit of sanity check of
433 load-history entries. Cancel timer-vars before unbinding them.
434
435 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
436 quote special chars, and make the trick work on the hex part of the
437 buffer as well.
438 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
439 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
440
441 * startup.el (normal-splash-screen): Fix last change so we don't wait
442 2 minutes if we don't show the splash screen.
443
444 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
445
446 * textmodes/org.el (org-export-plain-list-max-depth)
447 (org-table-spaces-around-separators)
448 (org-radio-targets, org-activate-camels)
449 (org-table-spaces-around-invisible-separators): Options removed.
450 (org-time-stamp-rounding-minutes, org-remember-templates)
451 (org-ellipsis, org-activate-links, org-descriptive-links):
452 New options.
453 (org-remember-apply-template, org-current-time)
454 (org-finish-edit-table-field)
455 (org-link-unescape, org-link-escape)
456 (org-string-width, org-table-clean-line, org-html-do-expand)
457 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
458 (org-read-agenda-file-list): New functions.
459 (org-table-edit-field)
460 (org-table-create-or-convert-from-region): New commands
461 (org-table-toggle-vline-visibility): Command removed.
462 (org-table-convert-region): Made a command.
463 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
464 Replace with the normal org- functions.
465 (org-self-insert-command): Don't trigger realign unnecessarily
466 when blanking a field that is not full.
467 (org-mode): `Set buffer-invisibility-spec' for links.
468 (org-activate-links2): Hide link part and only show descriptive
469 part of the link.
470 (org-insert-link): Modify for new linking system.
471 (org-store-link): Store description separately, for use by
472 `org-insert-link'.
473 (org-table-align): Use `org-string-width'.
474 (defgroup): Completely new group structure for custom variables.
475 (org-agenda-files): Option: Single file name allowed. Function:
476 Optional argument unrestrited means ignore any restricitons.
477 (org-install-agenda-files-menu): Find a buffer in Org-mode before
478 trying to modify the menu. Use generalized access to
479 `org-agenda-files.'
480 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
481 (org-agenda-file-to-front, org-remove-file, org-diary)
482 (org-tags-view, org-export-icalendar-all-agenda-files)
483 (org-export-icalendar-combine-agenda-files): Use generalized
484 access to `org-agenda-files'.
485 (org-remember-handler): Correctly preserve heading if present.
486 (org-table-insert-row, org-table-insert-hline): Deal with
487 invisible characters.
488
489 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
490
491 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
492 (vc-annotate-color-map): New 18 element constant
493 value/saturation, rotating hue colormap, from red->blue.
494 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
495 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
496 (vc-annotate): To avoid killing the required local variables,
497 set them before the end of `with-output-to-temp-buffer', and
498 after first switching to annotate-mode.
499 (vc-annotate-warp-version): Add buffer argument in goto-line to
500 ensure annotation, not source, is scrolled.
501
502 2006-04-10 Bill Wohler <wohler@newt.com>
503
504 * custom.el (defcustom, custom-handle-keyword):
505 Add :package-version keyword.
506 (custom-add-package-version): New function. Sets value of new
507 property 'custom-package-version from :package-version keyword.
508 (defcustom): Create Common Keywords section in docstring.
509 (defface, defgroup): Replace definitions of a select few keywords
510 with a reference to the Common Keywords in defcustom.
511 (defcustom, defface, defgroup): Replace reference to Customization
512 chapter in manual with hyperlink.
513
514 * cus-edit.el (customize-package-emacs-version-alist):
515 New variable.
516 (customize-changed-options): Add check for custom-package-version.
517 (customize-package-emacs-version): New function to look up Emacs
518 version corresponding to the given package version.
519
520 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
521 defun name, in similar fashion to find-variable-regexp.
522
523 2006-04-10 Eli Zaretskii <eliz@gnu.org>
524
525 * international/mule-cmds.el (set-locale-environment): Fix last
526 change for when the locale's preferences don't specify any encoding.
527
528 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
529
530 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
531 so the defined var/fun doesn't need to be quoted.
532
533 2006-04-10 Richard Stallman <rms@gnu.org>
534
535 * finder.el (finder-mode-map): Add n and p bindings.
536
537 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
538
539 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
540 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
541 (gdb-setup-windows): Put something in source window if we can't find
542 the source file.
543 (gdb-frame-handler): Make it work again with just assembly.
544 (gdb-data-list-register-values-handler): Make it work when there is
545 no stack.
546
547 2006-04-09 Richard Stallman <rms@gnu.org>
548
549 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
550 specs while looking for charset.
551
552 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
553
554 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
555 Make them faces.
556 (lm-font-lock-keywords): Update appropriately.
557
558 2006-04-10 Kim F. Storm <storm@cua.dk>
559
560 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
561 it can also replace buffer-substring-no-properties.
562
563 * emulation/cua-base.el (cua-delete-region, cua-paste)
564 (cua-repeat-replace-region): Use filter-buffer-substring.
565
566 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
567 (cua-cut-region-to-global-mark): Likewise.
568
569 * emulation/cua-rect.el (cua--extract-rectangle)
570 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
571
572 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
573
574 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
575 entry-type. Add field delimiters to numerical fields if they are
576 not present.
577
578 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
579
580 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
581 string-const to return value.
582 (bibtex-remove-delimiters): Use it.
583
584 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
585
586 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
587 cl-byte-compile-compiler-macro unless it exists.
588
589 2006-04-08 Eli Zaretskii <eliz@gnu.org>
590
591 * files.el (hack-local-variables-confirm) <offer-save>:
592 Clarify message text. Suggested by Ralf Angeli.
593
594 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
595
596 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
597 (delete-extract-rectangle-line): Use `filter-buffer-substring'
598 instead of `buffer-substring' and `delete-region'. (Most of the
599 code actually copied from `kill-region'.)
600
601 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
602
603 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
604 (rcirc-default-port): Rename from rcirc-port.
605 (rcirc-default-nick): Rename from rcirc-nick.
606 (rcirc-default-user-name): Rename from rcirc-user-name.
607 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
608 (rcirc-low-priority-flag): New variable.
609 (rcirc-decode-coding-system): New defcustom.
610 (rcirc-encode-coding-system): New defcustom.
611 (rcirc-coding-system-alist): New defcustom.
612 (rcirc-multiline-major-mode): New defcustom.
613 (rcirc-nick): New internal variable.
614 (rcirc-process): Remove variable.
615 (rcirc-server-buffer): New variable.
616 (rcirc): Update to use rcirc-default-* variables above.
617 (rcirc-connect): Do not add window-configuration-hook-here.
618 (rcirc-server): New internal variable.
619 (rcirc-connect): Do not send keepalive pings if
620 rcirc-keepalive-seconds is nil.
621 (with-rcirc-server-buffer): New macro.
622 (rcirc-send-string): Encode with rcirc-encode-coding-system.
623 (rcirc-server-name): Rename from rcirc-server.
624 (rcirc-buffer-process): New function.
625 (rcirc-buffer-nick): New function.
626 (rcirc-buffer-target): Remove function.
627 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
628 New commands.
629 (rcirc-mode-map): Change binding of C-c C-l to
630 rcirc-toggle-low-priority.
631 (rcirc-mode): Initialize coding system based on
632 rcirc-coding-system-alist. New change-major-mode-hook to part the
633 channel on a mode change. Make kill-buffer-hook buffer-local.
634 (rcirc-change-major-mode-hook): New function.
635 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
636 (rcirc-last-post-time): New variable.
637 (rcirc-process-message): Store the last time user posted a message
638 to this target.
639 (rcirc-multiline-minor-mode): New mode.
640 (rcirc-multiline-minor-mode-map): New mode map.
641 (rcirc-edit-multiline): Put multiline-edit buffer in
642 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
643 (rcirc-print): Ignore any line starting with an ignored nick.
644 (rcirc-print): Decode using rcirc-decode-coding-system.
645 (rcirc-track-minor-mode): Update global-mode-string when disabling
646 this mode.
647 (minor-mode-alist): Add LowPri indicator.
648 (rcirc-toggle-low-priority): New function.
649 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
650 next lowpriority buffer with activity.
651 (rcirc-record-activity): Sort buffers in rcirc-activity by the
652 last time the user posted a message in to the target.
653 (rcirc-update-activity-string): New formatting for low priority
654 buffers.
655 (rcirc-split-activity): New function.
656 (rcirc-handler-PART, rcirc-handler-KICK)
657 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
658 (rcirc-nick-away-alist): New variable.
659 (rcirc-handler-301): New handler. Away messages are printed once
660 per change.
661
662 2006-04-08 Eli Zaretskii <eliz@gnu.org>
663
664 * info.el (Info-follow-nearest-node): Doc fix.
665
666 * international/mule-cmds.el (set-locale-environment): Make sure
667 the coding-system preferred by the locale's language has the same
668 EOL conversion type as the original buffer-file-coding-system.
669 (locale-language-names): Add a few MS Windows language codes.
670
671 2006-04-07 Richard Stallman <rms@gnu.org>
672
673 * simple.el (eval-expression): Doc fix.
674
675 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
676 (eval-defun): Doc fixes.
677
678 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
679
680 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
681
682 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
683
684 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
685 GDB list command without argument for greater generality.
686
687 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
688
689 * subr.el (string-or-null-p): New function.
690
691 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
692
693 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
694
695 * files.el: Update comment about safe-local-variable declarations.
696
697 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
698
699 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
700 See idlwave.org.
701
702 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
703 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
704
705 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
706 See idlwave.org.
707
708 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
709 version 6.0 (minimal changes). See idlwave.org.
710
711 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
712 6.0 (minimal changes). See idlwave.org.
713
714 * progmodes/idlw-rinfo.el: File obsoleted and removed.
715
716 2006-04-06 Romain Francoise <romain@orebokech.com>
717
718 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
719 symmetric encryption features and a new asynchronous interface to
720 GnuPG. This new version is version 1.4, plus whitespace changes.
721
722 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
723
724 * files.el: Move some `safe-local-variable' declarations to the
725 respective files.
726
727 * textmodes/ispell.el (ispell-check-comments)
728 (ispell-local-dictionary): Mark as safe.
729
730 * abbrev.el (abbrev-mode): Mark as safe.
731
732 * add-log.el (change-log-default-name): Mark as safe.
733
734 * textmodes/reftex-vars.el (reftex-vref-is-default)
735 (reftex-fref-is-default, reftex-level-indent)
736 (reftex-guess-label-type): Mark as safe.
737
738 * textmodes/fill.el (colon-double-space): Mark as safe.
739
740 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
741 (sentence-end-double-space, sentence-end-without-period)
742 (sentence-end-without-space, sentence-end, sentence-end-base)
743 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
744
745 2006-04-06 Kim F. Storm <storm@cua.dk>
746
747 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
748 the :set-after list.
749 (ido-downcase-unc-hosts): New user option. Default on.
750 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
751 when it is set, as regexps are now applied on the fly.
752 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
753 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
754 on the fly, but only when ido-process-ignore-lists is set.
755 Do case insensitive filtering if ido-downcase-unc-hosts is set.
756 Only downcase names if ido-downcase-unc-hosts is set.
757
758 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
759
760 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
761
762 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
763
764 2006-04-05 Kim F. Storm <storm@cua.dk>
765
766 * ido.el (ido-mode): Set after ido-unc-hosts and
767 ido-ignore-unc-host-regexps.
768 (ido-save-history): Save ido-unc-hosts-cache.
769 (ido-load-history): Load ido-unc-hosts-cache.
770 (ido-reread-directory): Refresh unc hosts cache in // dir.
771
772 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
773 to nil while displaying slash screen.
774
775 2006-04-05 Daiki Ueno <ueno@unixuser.org>
776
777 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
778 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
779
780 2006-04-05 Kenichi Handa <handa@m17n.org>
781
782 * international/characters.el: Setup cases of Latin, Greek, and
783 Cyrillic characters in CJK charsets.
784
785 2006-03-29 Daiki Ueno <ueno@unixuser.org>
786
787 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
788 default-enable-multibyte-characters. This reverts the change from
789 revision 6.17 which is no longer necessary because the passphrase
790 is sent separately now. GnuPG messages are unreadable under
791 multibyte locales with default-enable-multibyte-characters set to nil.
792
793 2006-04-04 Andreas Schwab <schwab@suse.de>
794
795 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
796 and `byte-compile-warnings' as `safe-local-variable'.
797
798 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
799
800 * man.el (Man-mode-map): Restore the \r binding.
801 (Man-abstract-xref-man-page): If Man-target-string is a function,
802 call it.
803 (Man-highlight-references): Use Man-default-man-entry to get the
804 target. Deal with xrefs too.
805 (Man-highlight-references0): Don't call the target function.
806
807 * woman.el (WoMan-xref-man-page): Strip the section number, woman
808 cannot deal with it.
809
810 2006-04-04 Daiki Ueno <ueno@unixuser.org>
811
812 * pgg-gpg.el: Clean up process buffers every time gpg processes
813 complete.
814
815 2006-04-04 Kenichi Handa <handa@m17n.org>
816
817 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
818 here.
819 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
820 Temporarily bind inhibit-field-text-motion to t.
821
822 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
823
824 * startup.el (normal-splash-screen): Only set mode-line-format in the
825 splash buffer, so as not to interfere when debugging the code.
826 Ignore errors when switching buffer.
827
828 2006-04-03 Romain Francoise <romain@orebokech.com>
829
830 * dired.el (dired-dnd-protocol-alist): Fix typo.
831
832 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
833
834 * savehist.el (savehist): Add :version.
835 (savehist-ignored-variables): New variable.
836 (savehist-minibuffer-hook): Don't save variables listed in
837 `savehist-ignored-variables'.
838
839 * dired.el (dired-dnd-protocol-alist): Mention that change does
840 only apply to new buffers in doc string.
841
842 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
843
844 * recentf.el (recentf-open-files-item): Include newline in button
845 field, so opening a file will work, when the point is at the end
846 of the file name. Allow, for example, to [i]search a file by
847 extension and just push RET to open it.
848
849 2006-04-03 Daiki Ueno <ueno@unixuser.org>
850
851 * pgg-gpg.el (pgg-gpg-process-filter)
852 (pgg-gpg-wait-for-completion): Check if buffer is alive.
853
854 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
855 lines, temporary fix.
856
857 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
858
859 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
860
861 2006-04-02 Richard Stallman <rms@gnu.org>
862
863 * progmodes/compile.el (compilation-message-face): Make it defcustom.
864
865 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
866
867 * ibuf-macs.el (define-ibuffer-column): Add a new key:
868 header-mouse-map.
869
870 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
871 (ibuffer-mode-header-map): New keymaps.
872 (ibuffer-update-title-and-summary): Enable mouse face highlighting
873 and keybindings for column headers.
874 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
875 property.
876
877 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
878
879 * speedbar.el (speedbar-after-create-hook): Doc fix.
880
881 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
882
883 * shell.el (shell-directory-tracker)
884 (shell-dynamic-complete-command): Doc fixes.
885
886 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
887
888 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
889 terminals.
890
891 2006-04-01 Kim F. Storm <storm@cua.dk>
892
893 * ido.el (ido-unc-hosts-cache): New defvar.
894 (ido-unc-hosts): If value of defcustom is a function, call it to
895 get list of UNC hosts. Add function-item choices to specify
896 ido-unc-hosts-net-view or user function.
897 (ido-ignore-unc-host-regexps): New defcustom.
898 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
899 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
900 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
901
902 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
903
904 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
905 wwidth.
906
907 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
908
909 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
910 (ido-max-work-file-list, ido-switch-buffer)
911 (ido-read-file-name-as-directory-commands):
912 Fix typos in docstrings.
913
914 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
915
916 * term/mac-win.el (mac-system-coding-system): Define and use after
917 Mac-specific coding systems are ready.
918
919 2006-03-27 Romain Francoise <romain@orebokech.com>
920
921 * net/rcirc.el (rcirc-connect): Add autoload cookie.
922
923 * ldefs-boot.el: Update.
924
925 2006-03-27 Daiki Ueno <ueno@unixuser.org>
926
927 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
928 passphrases when it is not needed.
929 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
930 passphrase stuff from gpg, should only be necessary when you use
931 gpg with a smartcard.
932
933 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
934
935 * comint.el (comint-dynamic-list-completions): Allow user to
936 select *Completions* buffer.
937
938 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
939
940 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
941
942 2006-03-26 Andreas Schwab <schwab@suse.de>
943
944 * progmodes/gud.el (gdb): Only complain about multiple debugging
945 when the gdb process is still running.
946
947 2006-03-25 Eli Zaretskii <eliz@gnu.org>
948
949 * mail/rmail.el (tool-bar-map): Defvar it.
950 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
951 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
952
953 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
954
955 * help.el (print-help-return-message): Suggest to use
956 display-buffer instead of switch-to-buffer-other-window to restore
957 the previous window without selecting it.
958
959 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
960
961 * frame.el (select-frame-by-name): Call x-focus-frame also when
962 window-system is mac.
963
964 * term/mac-win.el: Adjust Courier font specifications in
965 x-fixed-font-alist.
966 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
967 when directly encoding to UTF-16 in native byte order, no BOM.
968
969 2006-03-25 Kim F. Storm <storm@cua.dk>
970
971 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
972 (cua--init-keymaps): Use it instead of fixed C-return.
973 (cua-mode): Set after it.
974
975 * emulation/cua-rect.el (cua--init-rectangles):
976 Use cua-rectangle-mark-key instead of fixed C-return.
977
978 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
979
980 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
981 "run" in .gdbinit.
982 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
983
984 2006-03-24 Romain Francoise <romain@orebokech.com>
985
986 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
987 `display-buffer-other-frame'.
988
989 2006-03-24 Kim F. Storm <storm@cua.dk>
990
991 * apropos.el (apropos-synonyms): Add selection => region.
992
993 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
994
995 * progmodes/gdb-ui.el (gdb-var-create-regexp)
996 (gdb-var-list-children-regexp, gdb-var-update-regexp)
997 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
998 (gdb-data-list-register-values-regexp)
999 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
1000 Future proof against new fields being added to MI output.
1001 (gdb-send): Don't treat backslashes for program input as
1002 continuations.
1003 (gdb-assembler-handler): Don't use window-start for this handler.
1004 (gdb-frame-handler): Don't change to hollow arrow if overlay
1005 arrow doesn't move to new frame.
1006
1007 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
1008
1009 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
1010 prevent compiler warnings.
1011 (gdb-stopped): Check for gud-last-last-frame (case: signal).
1012 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
1013 (gdb-assembler-custom): Use hollow-right-triangle for assembler
1014 buffer too.
1015
1016 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
1017
1018 * pgg-gpg.el (pgg-gpg-update-agent): Check for
1019 make-network-process, so we can use the same code in Gnus v5-10
1020 too and have this file fully synchronized with that release.
1021
1022 2006-03-23 Romain Francoise <romain@orebokech.com>
1023
1024 * ibuf-ext.el (ibuffer-read-filter-group-name):
1025 Use `ibuffer-generate-filter-groups' to make completion list match
1026 the filter groups that are really displayed in the Ibuffer buffer.
1027 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
1028
1029 2006-03-23 Kenichi Handa <handa@m17n.org>
1030
1031 * international/mule-cmds.el (sort-coding-systems): Describe that
1032 the argument is modified in docstring.
1033
1034 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
1035
1036 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1037 (pgg-gpg-update-agent): New function.
1038 (pgg-gpg-use-agent-p): New function.
1039 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1040 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1041 (pgg-gpg-sign-region): Use it.
1042
1043 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
1044
1045 * cus-edit.el (custom-face-set): Call custom-push-theme before
1046 face-spec set so that `changed' theme is correctly saved.
1047 (custom-face-reset-standard): Reset to recalculated face rather
1048 than defface spec.
1049
1050 * custom.el (custom-push-theme): Only save `changed' theme if the
1051 current face does not match the defface specs.
1052
1053 2006-03-21 Simon Josefsson <jas@extundo.com>
1054
1055 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1056 <wilde@sha-bang.de>.
1057 (pgg-gpg-use-agent): New variable.
1058 (pgg-gpg-process-region): Use it.
1059 (pgg-gpg-encrypt-region): Likewise.
1060 (pgg-gpg-encrypt-symmetric-region): Likewise.
1061 (pgg-gpg-decrypt-region): Likewise.
1062 (pgg-gpg-sign-region): Likewise.
1063 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1064
1065 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
1066
1067 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
1068 bracket links.
1069
1070 2006-03-21 Kim F. Storm <storm@cua.dk>
1071
1072 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
1073 fringe-indicator-alist instead of modifying global value.
1074 (gdb-frame-handler): Likewise.
1075
1076 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
1077
1078 * diff-mode.el (diff-function): Make it inherit from diff-header
1079 instead of diff-context.
1080
1081 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
1082 bitmap.
1083 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
1084 change names in macro above for consistency.
1085 (gdb-frame-handler): Use hollow-right-triangle for all selected
1086 frames which except the innermost (where execution has stopped).
1087 (gdb-reset): Reset buffer-local values of overlay-arrow.
1088
1089 2006-03-20 Richard Stallman <rms@gnu.org>
1090
1091 * simple.el (set-mark-command): Doc fix.
1092
1093 * files.el (display-buffer-other-frame): New command.
1094 (ctl-x-4-map): Bind C-x 5 C-o to it.
1095
1096 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1097
1098 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
1099 rather than just defer-time, in case defer-time has been changed but
1100 the timer isn't running yet.
1101 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
1102
1103 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1104
1105 * help-mode.el (help-follow-symbol): New function.
1106 Essentially identical to the old `help-follow', but do not let
1107 `push-button' do the work when on an xref.
1108 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
1109
1110 2006-03-19 Richard Stallman <rms@gnu.org>
1111
1112 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
1113 preceded by the word `program'.
1114 (help-follow-mouse, help-follow): Throw error if not on xref.
1115 Delete no longer used args.
1116
1117 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
1118
1119 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
1120 annotation ensure gud-overlay-arrow-position is redisplayed.
1121
1122 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1123
1124 * textmodes/bibtex.el (bibtex-include-OPTkey)
1125 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
1126 (bibtex-autokey-name-case-convert)
1127 (bibtex-autokey-titleword-case-convert): Make these the aliases
1128 for the following two variables.
1129 (bibtex-autokey-name-case-convert-function)
1130 (bibtex-autokey-titleword-case-convert-function): Make these the
1131 real names.
1132 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
1133 bibtex-font-lock-crossref sublists.
1134 (bibtex-mode): Revert 2005-12-30 change (which made
1135 completion-ignore-case buffer-local).
1136 (bibtex-url): Simplify.
1137
1138 2006-03-19 Kim F. Storm <storm@cua.dk>
1139
1140 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
1141 cursor property value to 2 (to align with C level change).
1142
1143 2006-03-19 Bill Wohler <wohler@newt.com>
1144
1145 * image.el (image-load-path-for-library): Shorten first line in
1146 docstring.
1147
1148 2006-03-18 Richard Stallman <rms@gnu.org>
1149
1150 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
1151
1152 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
1153
1154 * isearch.el (isearch-other-meta-char): Handle user bindings for
1155 shifted control characters.
1156
1157 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
1158
1159 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
1160 part that matches email addresses, file names, etc.
1161
1162 2006-03-18 Eli Zaretskii <eliz@gnu.org>
1163
1164 * term/w32-win.el (mouse-set-font):
1165 Mention w32-list-proportional-fonts in the doc string.
1166
1167 2006-03-18 Kim F. Storm <storm@cua.dk>
1168
1169 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1170 (ido-unc-hosts): New user option to explicitly define list of know
1171 UNC-style hosts for completion.
1172 (ido-cache-unc-host-shares-time): New user option.
1173 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1174 New helper functions for UNC file-name support.
1175 (ido-may-cache-directory): Check for UNC host. Simplify.
1176 (ido-wash-history): Clean out old UNC hosts.
1177 (ido-nonreadable-directory-p): UNC hosts are always readable.
1178 (ido-directory-too-big-p): UNC hosts are never too big.
1179 (ido-set-current-directory): Handle UNC root path.
1180 (ido-file-name-all-completions): Complete UNC host names from
1181 ido-unc-hosts list. Cache UNC host shares.
1182 (ido-make-file-list-1): Don't filter UNC root.
1183 (ido-exhibit): Check for // in root directory, and switch to UNC
1184 mode by setting ido-current-directory to //.
1185
1186 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
1187
1188 * cus-edit.el (customize-changed-options): Mention explicit
1189 version number as default in prompt.
1190
1191 2006-03-17 Bill Wohler <wohler@newt.com>
1192
1193 * image.el (image-load-path-for-library): Minor docstring fix.
1194
1195 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
1196
1197 * textmodes/org.el (org-read-date): Include subgroup 5 into
1198 replacement text.
1199 (org-popup-calendar-for-date-prompt): Fix customization type.
1200
1201 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1202
1203 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1204 (gdb-continuation): New variable.
1205 (gdb-send): Deal with continuation lines.
1206
1207 * progmodes/gud.el (gud-gdb-complete-command)
1208 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1209 expressions.
1210 (gud-tooltip-mode): Use buffer-local value.
1211
1212 2006-03-16 Kim F. Storm <storm@cua.dk>
1213
1214 * ido.el (ido-edit-input): Use selected match, if any.
1215
1216 2006-03-16 Bill Wohler <wohler@newt.com>
1217
1218 * image.el (image-load-path-for-library): Prefer user's images in
1219 image-load-path.
1220
1221 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1222
1223 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1224 when checking for attempt to drag leftmost or rightmost scrollbar.
1225
1226 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1227
1228 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1229 (gdb-force-mode-line-update): New function.
1230 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1231 (gdb-exited): Use them.
1232 (gdb-signal): New function.
1233 (gdb-annotation-rules): Provide a rule for it.
1234
1235 2006-03-16 Kenichi Handa <handa@m17n.org>
1236
1237 * international/mule.el (auto-coding-regexp-alist): Add entries
1238 for Unicode BOM.
1239
1240 * sort.el (sort-build-lists): Temporarily bind
1241 inhibit-field-text-motion to t.
1242
1243 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1244
1245 * locate.el (locate-command, locate-make-command-line)
1246 (locate-fcodes-file, locate-update-command)
1247 (locate-prompt-for-command, locate, locate-with-filter)
1248 (locate-get-file-positions): Doc fixes.
1249 (locate-buffer-name, locate-header-face): Remove leading `*' in
1250 defcustom.
1251 (locate-filter-output): Use `keep-lines' instead of its alias
1252 `delete-non-matching-lines'.
1253 (locate-get-filename, locate-get-dirname): Add introductory comment.
1254 (locate-find-directory-other-window): Give appropriate error
1255 message if used outside main listing.
1256
1257 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1258
1259 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1260 the new extend-region feature.
1261 (font-lock-after-change-function): Update correspondingly.
1262 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1263 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1264
1265 2006-03-15 Bill Wohler <wohler@newt.com>
1266
1267 * image.el (image-load-path-for-library): Fix example by not
1268 recommending that one binds image-load-path. Just defvar it to
1269 placate compiler and only use it if previously defined.
1270
1271 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1272
1273 * textmodes/org.el (org-insert-centered): Use `string-width' to
1274 make underlining work for wide characters.
1275 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1276 TAB to `org-cycle', to make sure that no binding in
1277 `outline-mode-map' can supercede it.
1278
1279 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1280
1281 * allout.el: Increment version to 2.2.1 in file commentary.
1282
1283 (allout-version): Increment to 2.2.1.
1284
1285 (allout-default-layout): New customization variable, used when the
1286 file lacks a specific allout-layout. Uses allout-layout-type for
1287 recursively nested definition.
1288
1289 (allout-layout-type): Widget defining allout layouts, necessary for
1290 self-recursive definition.
1291
1292 (allout-mode): Incorporate allout-default-layout as fallback for
1293 allout-layout.
1294
1295 (allout-layout): Mark as 'safe-local-variable', and refer mention
1296 fallback to `allout-default-layout' in absence of a specified value.
1297 (allout-passphrase-verifier-string)
1298 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1299
1300 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1301
1302 (allout-get-encryption-passphrase-verifier): Use correct name of
1303 passphrase verifier in docstring.
1304
1305 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1306
1307 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1308 elements.
1309 (gdb-find-watch-expression): Make it work for arrays too.
1310 Follow change to gdb-var-list.
1311 (gud-watch): Allow the user to enter variable name with a prexix
1312 arg. Create keybindings.
1313 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1314 (gdb-var-list-children-handler, gdb-var-update-handler)
1315 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1316 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1317 Follow change to gdb-var-list.
1318 (gdb-starting): Don't show the overlay arrows when program is running.
1319
1320 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1321 gdb-var-list.
1322
1323 2006-03-14 Bill Wohler <wohler@newt.com>
1324
1325 * image.el (image-load-path-for-library): Pass value of path
1326 rather than symbol. Always return list of directories.
1327 Guarantee that image directory comes first.
1328
1329 2006-03-14 Alan Mackenzie <acm@muc.de>
1330
1331 * font-core.el (font-lock-extend-region\(-function\)?.):
1332 New function/variable.
1333
1334 * font-lock.el (font-lock-after-change-function):
1335 Call font-lock-extend-region. Obey font-lock-lines-before.
1336 (font-lock-default-fontify-region): Remove reference to
1337 font-lock-lines-before.
1338
1339 * jit-lock.el (jit-lock-after-change):
1340 Call font-lock-extend-region. Obey font-lock-lines-before.
1341
1342 2006-03-14 David Ponce <david@dponce.com>
1343
1344 * tree-widget.el (tree-widget-themes-load-path)
1345 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1346
1347 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1348
1349 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1350 (rcirc-print): Mark the start of text at the end of the prompt.
1351 (rcirc-track-minor-mode): Add autoload cookie.
1352 (rcirc-update-activity-string): Add space to front of mode-line
1353 indicator.
1354
1355 2006-03-13 Miles Bader <miles@gnu.org>
1356
1357 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1358 (rcirc-abbrev-nick): Remove function.
1359 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1360
1361 2006-03-13 David Ponce <david@dponce.com>
1362
1363 * tree-widget.el: Handle themes across all occurrences of the main
1364 themes sub-directory found in tree-widget-themes-load-path.
1365 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1366 (tree-widget--locate-sub-directory): Return all occurrences.
1367 (tree-widget-themes-path): New function.
1368 Replace tree-widget-themes-directory, and return a list of directories.
1369 (tree-widget-set-parent-theme)
1370 (tree-widget-lookup-image): Use it.
1371
1372 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1373
1374 * textmodes/org.el (org-link-search): Avoid self-matching of
1375 links, allow target text to be distributed over several lines.
1376 (org-search-not-link): New function.
1377 (org-set-regexps-and-options, org-get-current-options):
1378 New startup options.
1379 (org-export-as-html): Take odd-level setting from local variable.
1380 (org-fontify-emphasized-text): New option.
1381 (org-set-font-lock-defaults): Include emphasized text.
1382 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1383 (org-font-lock): Customize group renamed from `org-faces'.
1384
1385 2006-03-13 John Paul Wallington <jpw@pobox.com>
1386
1387 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1388 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1389
1390 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1391
1392 * cus-start.el (all): Delete :version keyword for members of the
1393 fringe group, since the entire group is new in 22.1.
1394
1395 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1396
1397 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1398 map if value is hexadecimal (an address).
1399 (gud-watch): Only search roots for existing watch expressions.
1400 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1401 prevent caching problems with speedbar-update-directory-contents.
1402
1403 2006-03-12 Juri Linkov <juri@jurta.org>
1404
1405 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1406 before comparing with `low' and `warn'.
1407
1408 * info.el (Info-dir-remove-duplicates): Move point to the
1409 beginning of the current line after deleting the entries from
1410 redundant heading. Use marker for `limit' and compare it with
1411 point before calling `re-search-forward'.
1412
1413 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1414
1415 * simple.el (yank): Fix typo in docstring.
1416
1417 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1418
1419 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1420 messages, where "D" is the 6th character.
1421
1422 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1423
1424 * simple.el (yank): Fix last change.
1425
1426 2006-03-11 David Ponce <david@dponce.com>
1427
1428 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1429 merging elements from the standard ispell-dictionary-alist.
1430 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1431 alist, and return the new alist.
1432
1433 2006-03-11 Richard Stallman <rms@gnu.org>
1434
1435 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1436
1437 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1438 the way it is implemented is too unclean.
1439
1440 * simple.el (kill-region, yank): Doc fix.
1441
1442 * battery.el (battery-echo-area-format): Doc fix.
1443 (battery-mode-line-format): Likewise.
1444 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1445 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1446
1447 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1448
1449 * progmodes/octave-mod.el (octave-indent-for-comment):
1450 Behave according to do string.
1451
1452 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1453
1454 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1455 Be visible only if major mode is Mail Mode.
1456
1457 * textmodes/flyspell.el (flyspell-external-point-words)
1458 (flyspell-process-localwords): Fix last changes.
1459
1460 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1461
1462 * calendar/holidays.el (list-holidays): Doc fix.
1463
1464 * international/mule.el (auto-coding-alist): Add .odt
1465 (OpenOffice's open document) files.
1466
1467 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1468 document) files. Mention in the doc string the need to sync with
1469 auto-coding-alist.
1470
1471 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1472
1473 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1474 enable-local-variables is set to always query, or there is no
1475 savable variable.
1476
1477 2006-03-10 Bill Wohler <wohler@newt.com>
1478
1479 * image.el (image-load-path-for-library): Merge at least three
1480 functions from Gnus and MH-E into this one function that can now
1481 be shared.
1482
1483 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1484
1485 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1486 gdb-remove-mouse-face and remove help-echo too.
1487 (gdb-enqueue-input): Correct conditional clause.
1488
1489 2006-03-10 Glenn Morris <rgm@gnu.org>
1490
1491 * calendar/calendar.el (calendar-holidays): Doc fix.
1492 * calendar/holidays.el (list-holidays): Doc fix.
1493
1494 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1495
1496 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1497 it gets called in gdb-prompt anyway.
1498 (gdb-use-separate-io-buffer): Only restore window arrangement for
1499 gdb-many-windows.
1500 (gdb-enqueue-input): Make it harder to send GDB input when program
1501 is running.
1502 (gdb-buffer-list): New variable.
1503 (gdb-remove-mouse-face): New function.
1504 (gdb-starting): Use it when GDB input won't get sent.
1505
1506 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1507
1508 * help.el (view-lossage): Remove trailing whitespace before
1509 inserting "\n".
1510
1511 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1512
1513 * files.el (hack-local-variables-confirm):
1514 Set coding-system-for-read to nil before writing to .emacs.
1515
1516 * arc-mode.el (archive-extract): Check if an existing buffer name
1517 comes from a different archive.
1518
1519 * help.el (describe-key-briefly): If KEY is a down event, read and
1520 discard the up event.
1521
1522 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1523
1524 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1525 be edited and use font-lock-warning-face for any changes.
1526
1527 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1528 (gdb-edit-value): Use it to report any errors.
1529
1530 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1531
1532 * help.el (describe-key): Remove leftover test code.
1533
1534 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1535
1536 * textmodes/org.el: Move defvars out of eval-when-compile.
1537 Use buffer-file-name variable.
1538 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1539 arg `file'.
1540 (org-level-faces): Remove startup dependency.
1541 (org-cycle, org-map-tree, org-scan-tags)
1542 (org-remember-handler): Don't call `outline-level' directly.
1543 (org-mhe-search-all-folders): New option.
1544 (org-mhe-get-message-folder-from-index)
1545 (org-mhe-get-message-folder): Fix indexing search.
1546 (org-format-agenda-item): Handle nil TAGS argument.
1547 (org-cleaned-string-for-export, org-activate-target-links)
1548 (org-make-target-link-regexp): Deal with empty radio target list.
1549 (org-tag): New face.
1550 (org-get-level-face): New function.
1551 (org-set-font-lock-defaults): Simplify setup for headlines.
1552 (org-complete): Pass common substring to `display-completion-list'.
1553
1554 2006-03-06 David Ponce <david@dponce.com>
1555
1556 * tree-widget.el: Update Commentary header.
1557 (tree-widget-theme-name): Ignore parent themes.
1558 (tree-widget-set-parent-theme): New function.
1559 (tree-widget-set-theme): Use it.
1560 (tree-widget-set-image-properties): Move definition. Does nothing
1561 if image properties have already been set.
1562 (tree-widget-image-properties): Move definition. Receive an image
1563 name. Set the :pointer property.
1564 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1565 Don't set the :pointer image property.
1566 (tree-widget-convert-widget): New function. Handle :dynargs
1567 compatibility here.
1568 (tree-widget): Use it to :convert-widget. Add the :expander-p
1569 predicate to control when the :expander function is entered.
1570 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1571 (tree-widget-value-create): Handle :expander-p. widget-apply
1572 :expander.
1573 (tree-widget-expander-p): New function. Default value of the
1574 :expander-p property.
1575
1576 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1577
1578 * help.el (describe-key): Properly handle the return value of
1579 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1580 remaps. Handle string and vector `follow-link' values.
1581
1582 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1583
1584 * complete.el (PC-expand-many-files): Try be more careful when parsing
1585 the shell's output.
1586
1587 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1588
1589 * outline.el (hide-sublevels): Provide better interactive default.
1590
1591 2006-03-06 Kenichi Handa <handa@m17n.org>
1592
1593 * international/fontset.el (create-fontset-from-fontset-spec):
1594 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1595
1596 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1597
1598 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1599 backslashes instead of one in regexp.
1600 (gud-tooltip-dereference): Add missing optional argument.
1601
1602 2006-03-04 John Paul Wallington <jpw@pobox.com>
1603
1604 * wdired.el (toplevel): Require `cl' at compile-time.
1605
1606 2006-03-04 Andreas Schwab <schwab@suse.de>
1607
1608 * server.el (server-process-filter): Handle errors during
1609 evaluation of the argument.
1610
1611 2006-03-03 John Paul Wallington <jpw@pobox.com>
1612
1613 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1614 escape parentheses at beginning of line.
1615 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1616 (t-mouse-mode): Remove period from end of error message.
1617
1618 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1619
1620 * textmodes/flyspell.el (flyspell-process-localwords):
1621 Be case-sensitive.
1622
1623 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1624
1625 * cus-edit.el (custom-quote): Remove function, since it has been
1626 moved to custom.el.
1627
1628 * font-lock.el (lisp-font-lock-keywords-2)
1629 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1630 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1631 they have no special meaning.
1632
1633 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1634 indirect buffer gets killed before indirect buffer. Use dolist.
1635
1636 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1637
1638 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1639 value instead of a literal constant (1) on more pauses.
1640
1641 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1642
1643 * textmodes/flyspell.el (flyspell-external-point-words):
1644 Be case-sensitive.
1645
1646 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1647
1648 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1649 with "www".
1650
1651 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1652
1653 * allout.el: Restablish intermediate missing comment header to
1654 preserve outline structure.
1655 (allout-beginning-of-current-entry): Skip invisible text.
1656 (allout-open-topic): Fix opening a topic at end-of-buffer.
1657 (allout-minor-mode): Move nearer to allout-mode function.
1658
1659 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1660
1661 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1662
1663 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1664
1665 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1666 is nil.
1667
1668 * progmodes/gud.el (gud-speedbar-menu-items):
1669 Use buffer-local-value and add missing :visible keyword.
1670
1671 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1672
1673 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1674
1675 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1676 must be `follow-link'.
1677
1678 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1679
1680 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1681 formatting: No nested anchors.
1682 (org-all-targets): Fix bug with XEmacs compatibility.
1683 (org-read-date): Add (require 'parse-time).
1684 (org-set-tags): Fix bug with extra inserted space.
1685 (org-export-html-style): Define a style class for targets.
1686 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1687 (org-hide-leading-stars): New option.
1688 (org-hide): New face.
1689 (org-set-font-lock-defaults): Allow to hide leading stars.
1690 (org-get-legal-level, org-tr-level): New functions.
1691 (org-odd-levels-only): New option.
1692 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1693 (org-demote, org-promote): Deal with double-star levels.
1694 (org-convert-to-odd-levels): New command.
1695
1696 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1697
1698 * speedbar.el (speedbar-update-localized-contents): Try to
1699 preserve window-start.
1700 (speedbar-update-directory-contents): Try to preserve window-start
1701 and window-point.
1702 (speedbar-update-special-contents): Don't move back to start of window.
1703
1704 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1705 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1706 speedbar-timer-fn.
1707 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1708 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1709 instead of gdb-speedbar-timer-fn.
1710
1711 2006-02-28 Jay Belanger <belanger@truman.edu>
1712
1713 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1714 (math-compose-expr): Use latex option when calling
1715 `math-compose-tex-matrix' for latex mode.
1716
1717 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1718
1719 * speedbar.el: Re-instate comments about developing for speedbar
1720 [this is what info and gdb-ui use even if better methods exist now].
1721
1722 * t-mouse.el: New file.
1723 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1724 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1725 (t-mouse-make-event-element): Use posn-at-x-y instead.
1726 (t-mouse-make-event): Deal with Fedora Core 3.
1727 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1728 (t-mouse-mouse-position-function): New function. Use it instead
1729 of advising mouse-position.
1730 (t-mouse-mode): New minor mode.
1731 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1732
1733 2006-02-27 Glenn Morris <rgm@gnu.org>
1734
1735 * calendar/calendar.el (calendar-holidays): Doc fix.
1736
1737 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1738
1739 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1740 Re-introduce the concept of a source window.
1741 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1742 consistency with get-buffer-create.
1743 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1744 (gdb-data-list-register-values-handler)
1745 (gdb-stack-list-locals-handler): Try to preserve window-start as
1746 well as window-point.
1747 (gdb-display-source-buffer): New function (old concept).
1748 (gdb-goto-breakpoint): Use it.
1749
1750 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1751 for gdb-ui/gdb-mi (old concept).
1752
1753 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1754
1755 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1756 binding.
1757
1758 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1759
1760 * textmodes/reftex-sel.el (reftex-select-label-map)
1761 (reftex-select-bib-map): Add `follow-mouse' binding.
1762
1763 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1764
1765 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1766 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1767 Give :set functions to provide automatic updating.
1768 Update docstring. Give compiler defvars early in the file
1769 and move the defcustoms to a later spot where all called functions
1770 are defined.
1771 (jka-compr-file-name-handler-entry): Doc fix.
1772 (jka-compr-compression-info-list--internal)
1773 (jka-compr-mode-alist-additions--internal)
1774 (jka-compr-load-suffixes--internal): New variables.
1775 (jka-compr-install): Set the three above variables.
1776 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1777 (jka-compr-update, jka-compr-set): New functions.
1778 (auto-compression-mode): Doc fix.
1779
1780 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1781 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1782 Use jka-compr-compression-info-list--internal,
1783 jka-compr-mode-alist-additions--internal and
1784 jka-compr-load-suffixes--internal.
1785
1786 * files.el (load-library):
1787 * loadhist.el (file-loadhist-lookup):
1788 * startup.el (command-line):
1789 * subr.el (locate-library):
1790 * emacs-lisp/autoload.el (update-directory-autoloads):
1791 * emacs-lisp/find-func.el (find-library-suffixes):
1792 Use `get-load-suffixes' instead of `load-suffixes'.
1793
1794 * subr.el (locate-library):
1795 * emacs-lisp/find-func.el (find-library-name):
1796 Use `load-file-rep-suffixes' instead of '("").
1797
1798 2006-02-26 Kim F. Storm <storm@cua.dk>
1799
1800 * ido.el (ido-save-history, ido-load-history): Simplify.
1801 Don't use find-file-noselect to avoid interference from other modes.
1802
1803 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1804
1805 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1806 to use the default shell if filename is not available.
1807 Reported by Giorgos Keramidas.
1808
1809 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1810
1811 * progmodes/etags.el (tags-completion-table): Do completion from
1812 all the tables in the current list, as documented in the manual.
1813
1814 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1815
1816 * CC Mode Update to 5.31.3.
1817
1818 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1819
1820 * progmodes/cc-mode.el (c-postprocess-file-styles):
1821 Bind inhibit-read-only to t, around the call to
1822 c-remove-any-local-eval-or-mode-variables, so that it works on a
1823 RO file.
1824
1825 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1826
1827 * progmodes/cc-awk.el: Correct a typo.
1828
1829 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1830
1831 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1832 c-hungry-delete-backwards, at the request of RMS. Leave the old
1833 name as an alias.
1834
1835 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1836
1837 * progmodes/cc-mode.el: Correct a typo.
1838
1839 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1840
1841 * progmodes/cc-defs.el: Update the version number to 5.31.3.
1842
1843 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1844
1845 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1846 brace-else-brace (error due to mbeg, mend being undefined).
1847
1848 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1849
1850 * progmodes/cc-mode.el: File Local variables: Solve the problem
1851 where both `mode' and c-file-offsets are specified: `mode' will
1852 overwrite c-f-o's settings:
1853 (c-remove-any-local-eval-or-mode-variables): New function.
1854 (c-postprocess-file-styles): Call the above new function, within
1855 c-tentative-buffer-change, to splat `mode' and `eval' before the
1856 second hack-local-variables.
1857
1858 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1859
1860 * progmodes/cc-mode.el:
1861 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1862 (c-after-change): Protect the match data with save-match-data.
1863 It was getting corrupted by c-after-change-check-<>-operators.
1864
1865 * cc-defs.el: [Supersedes patch V1.38]:
1866 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1867 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
1868
1869 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1870 with save-match-data. It was being corrupted when Font Lock was
1871 not enabled.
1872
1873 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1874
1875 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1876 Mode and Subword Mode.
1877
1878 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1879 real labels ("case 1:" or "foo:") from non-labels ("public:").
1880 (c-forward-objc-directive): Replace c-forward-token-2 with crude
1881 coding; c-f-t-2 doesn't move over a token at EOB.
1882
1883 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1884
1885 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1886 (c-update-modeline): Concatenate the minor mode indicators
1887 directly onto mode-name, removing c-submode-indicators.
1888 Sometimes, c-s-i got separated from the mode name on the mode line.
1889
1890 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1891 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1892
1893 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1894
1895 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1896 error message when there's an evaluation error to show whether
1897 it's loaded from source or not.
1898 (c-filter-ops): Make it available at runtime too to work when
1899 `c-make-init-lang-vars-fun' needs to evaluate from source.
1900
1901 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
1902
1903 * help.el (help): Revert last part of 2006-02-23 change (deletion
1904 of the `provide' call).
1905
1906 2006-02-23 Juri Linkov <juri@jurta.org>
1907
1908 * compare-w.el (compare-windows-highlight): Add new value
1909 `persistent' and change :type from `boolean' to `choice'.
1910 (compare-windows-overlays1, compare-windows-overlays2):
1911 New internal variables.
1912 (compare-windows-highlight): If compare-windows-highlight is
1913 `persistent', add current overlays to compare-windows-overlays[12]
1914 instead of adding compare-windows-dehighlight to pre-command-hook.
1915 (compare-windows-dehighlight): Delete all overlays from
1916 compare-windows-overlays[12].
1917
1918 * info.el (Info-search): Don't bind search-spaces-regexp to
1919 Info-search-whitespace-regexp in non-regexp isearch mode.
1920
1921 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1922
1923 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1924
1925 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
1926
1927 * textmodes/org.el (org-xemacs-p)
1928 (org-export-html-show-new-buffer, org-table-may-need-update)
1929 (org-insert-item, org-mhe-get-message-real-folder)
1930 (org-mhe-get-message-folder-from-index)
1931 (org-mhe-get-message-folder, org-mhe-get-message-num)
1932 (org-mhe-get-header, org-make-org-heading-search-string)
1933 (org-make-org-heading-camel, org-table-sort-lines)
1934 (org-format-org-table-html, org-format-table-table-html):
1935 Fix typos in docstrings.
1936
1937 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
1938
1939 * textmodes/org.el (org-cleaned-string-for-export)
1940 (org-solidify-link-text): New function.
1941 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1942 XEmacs, just to silence the compiler.
1943 (org-export-as-ascii, org-export-as-html-and-open):
1944 Use `org-cleaned-string-for-export' and create internal links.
1945 (org-follow-mhe-link): Require mh-e, use folder.
1946
1947 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1948
1949 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1950
1951 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1952 gdb-debug-log-length.
1953 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
1954 it a real ring but...
1955 (gud-gdba-marker-filter): ...make it work like mark-ring.
1956 (gdb-enable-debug): Rename from gdb-enable-debug-log.
1957 (gdb-mouse-jump): New function. Add bindings.
1958
1959 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1960
1961 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1962 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1963 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1964 (gdb-debug-log-length): Customize it's length.
1965 (gud-watch, gdb-var-create-handler): Display function::var format
1966 but don't use to create variable object.
1967 (gdb-var-create-handler): Use message-box in place of message.
1968 (gdb-stopped): Call gdb-exited if signalled.
1969
1970 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
1971
1972 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1973
1974 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1975
1976 * textmodes/reftex.el (reftex-locate-file): Search all extensions
1977 if `reftex-try-all-extensions' is set.
1978
1979 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1980 fail silently when there is no valid argument at point.
1981 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1982 `fail-silently' argument. From a patch by David Reiter.
1983
1984 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1985 New commands.
1986 (org-mark-ring): New variable.
1987 (org-mark-ring-length): New option.
1988 (org-open-at-point, org-goto, org-open-file): Push old position
1989 onto the mark ring.
1990 (org-add-hook): New function.
1991 (org-export-table-remove-special-lines): New option.
1992 (org-skip-comments, org-format-org-table-html): Respect new
1993 option `org-export-table-remove-special-lines'.
1994 (org-open-file): Allow special command configuration for
1995 directory link.
1996 (org-file-apps): Fix bugs in customize type, added setting
1997 for directories.
1998 (org-activate-tags, org-format-agenda-item, org-complete)
1999 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
2000 (org-get-tags, org-get-buffer-tags, org-open-at-point)
2001 (org-link-search, org-make-org-heading-search-string)
2002 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
2003 (org-radio-targets, org-file-link-context-use-camel-case)
2004 (org-activate-camels): New options.
2005 (org-update-radio-target-regexp, org-all-targets)
2006 (org-make-target-link-regexp, org-activate-target-links):
2007 New functions.
2008 (org-make-org-heading-search-string): New function.
2009 (org-store-link, org-insert-link): Use new option
2010 `org-file-link-context-use-camel-case'.
2011 (org-activate-camels): Use new option `org-activate-camels'.
2012 (org-link-regexp): Add mhe prefix.
2013 (org-open-at-point, org-store-link): Support for mhe links.
2014 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
2015 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
2016 (org-mhe-get-header, org-follow-mhe-link): New functions.
2017 (org-remove-angle-brackets, org-add-angle-brackets):
2018 New functions.
2019 (org-bracket-link-regexp): New constant.
2020 (org-read-date): Fix bug that was rejecting all typed dates.
2021 (org-link-search): Make hierarchy above visible after a match.
2022 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
2023 (org-store-link): Fix bug with link creation when cursor is in
2024 an empty line.
2025 (org-open-at-point): Fix bug with matching a link.
2026 Fixed buggy argument sequence in call to `org-view-tags'.
2027 (org-compile-prefix-format): Set `org-prefix-has-tag'.
2028 (org-prefix-has-tag): New variable.
2029 (org-format-agenda-item): Remove tags from headline
2030 if appropriate.
2031 (org-agenda-remove-tags-when-in-prefix): New option.
2032
2033 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
2034
2035 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
2036 Fix the regular expressions.
2037
2038 2006-02-21 Richard M. Stallman <rms@gnu.org>
2039
2040 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
2041 if there's no other specific basis.
2042
2043 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
2044 as variables at all.
2045 (unsafep-variable): Rename arg; doc fix.
2046
2047 * abbrevlist.el (list-one-abbrev-table): Add autoload.
2048
2049 * calendar/appt.el (diary-selective-display): Add defvar.
2050
2051 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
2052
2053 * isearch.el (search-whitespace-regexp): Fix custom type.
2054
2055 * help.el (describe-key-briefly): Compute interactive args
2056 in same was as before previous change.
2057
2058 * files.el (enable-local-variables): Doc fix.
2059
2060 2006-02-21 Kim F. Storm <storm@cua.dk>
2061
2062 * fringe.el: Cleanup as file is now pre-loaded.
2063 (fringe-bitmaps): Initialize unconditionally.
2064 (fringe-mode, set-fringe-style): Remove autoload cookies.
2065
2066 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2067
2068 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
2069 `horizontal-bar'.
2070 (fringe-cursor-alist): Use `horizontal-bar'.
2071
2072 2006-02-20 Kim F. Storm <storm@cua.dk>
2073
2074 * fringe.el (fringe-bitmaps): Update to new bitmap names.
2075 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
2076
2077 * loadup.el: Load "fringe" on window systems.
2078
2079 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2080
2081 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
2082 out of scope components.
2083
2084 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
2085 default.
2086
2087 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
2088
2089 * custom.el (customize-mark-to-save, customize-mark-as-set):
2090 Load the symbol first.
2091
2092 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
2093
2094 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
2095 strech spec so it doesn't display as "^J" on the header line
2096 when `Buffer-menu-use-header-line' is t.
2097
2098 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
2099
2100 * speedbar.el (speedbar-make-button): Keep text properties
2101 of string arguments if desired.
2102
2103 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
2104 expessions.
2105
2106 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
2107 of speedbar.
2108
2109 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
2110
2111 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
2112 to value of `read-file-name-completion-ignore-case'.
2113
2114 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
2115
2116 * custom.el (customize-mark-as-set): Push to `user' theme.
2117
2118 * cus-edit.el (custom-save-variables): Allow unthemed values.
2119 (customize-set-variable): Push setting to `user' theme.
2120
2121 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2122
2123 * progmodes/gud.el: Don't require font-lock as it's now
2124 automatically loaded.
2125 (gud-speedbar-buttons): Replace gdb-var-changed with
2126 gdb-force-update.
2127
2128 * progmodes/gdb-ui.el (gdb-force-update): Rename from
2129 gdb-var-changed.
2130 (gdb-post-prompt): Use it.
2131 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2132 (gdb-var-update-handler, gdb-var-delete)
2133 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
2134 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
2135 gdb-force-update in gdb-post-prompt.
2136 (gdb-reset): Clear watch expressions from speedbar when quitting.
2137
2138 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2139
2140 * viper-cmd.el (viper-insert-state-post-command-sentinel)
2141 (viper-change-state-to-vi, viper-change-state-to-emacs):
2142 Make aware of cursor coloring in the Emacs state.
2143 (viper-special-read-and-insert-char): Use read-char-exclusive.
2144 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
2145
2146 * viper-init.el (viper-emacs-state-cursor-color): New variable.
2147
2148 * viper-util.el (viper-save-cursor-color)
2149 (viper-get-saved-cursor-color-in-replace-mode)
2150 (viper-get-saved-cursor-color-in-insert-mode)
2151 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
2152 state.
2153 (viper-get-saved-cursor-color-in-emacs-mode): New function.
2154
2155 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
2156 (ediff-ignore-case-option3, ediff-actual-diff-options)
2157 (ediff-actual-diff3-options): New variables to control case sensitivity.
2158 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
2159 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
2160 (ediff-toggle-ignore-case): New function.
2161 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
2162
2163 * ediff-help.el (ediff-long-help-message-narrow2)
2164 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
2165 (ediff-long-help-message-word-mode): Add ignore-case command.
2166 (ediff-help-for-quick-help): Add ignore-case command.
2167
2168 * ediff-merg.el: Move provide to the end.
2169
2170 * ediff-ptch.el: Move provide to the end.
2171
2172 * ediff-wind.el: Move provide to the end.
2173
2174 * ediff-mult.el: Move provide to the end.
2175 (ediff-set-meta-overlay): Enable follow-link.
2176
2177 * ediff.el: Move provide to the end.
2178 Break recursive load cycle in eval-when-compile.
2179 (ediff-patch-buffer): Better heuristics.
2180
2181 * ediff-util.el: Move provide to the end.
2182 Break recursive load cycle in eval-when-compile.
2183 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
2184 defuns.
2185 (ediff-submit-report): Pass the values of ediff-diff3-program,
2186 ediff-diff3-options.
2187
2188 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2189
2190 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2191 the opening bracket of the following bracketing pairs: {}, [], (), <>,
2192 `' (for example, in the docstring of `windmove-default-keybindings').
2193
2194 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2195
2196 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2197 shadow face. Don't provide binding to edit variable when it is
2198 out of scope.
2199
2200 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2201 (gdb-var-update-handler): Detect out of scope variables with pre
2202 GDB 6.4 too.
2203 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2204 Reset status of variable objects to nil in update handlers.
2205 (gdb-var-update-handler-1): Detect when a variable object comes
2206 in scope. setcar on var changes gdb-var-list directly.
2207
2208 2006-02-17 Juri Linkov <juri@jurta.org>
2209
2210 * ffap.el (ffap) <defface>: Add explicit face declaration.
2211 (ffap-highlight): Use face `ffap' directly instead of checking
2212 for its existence.
2213
2214 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2215 `visible-ok' of `other-buffer' to find the right original buffer.
2216
2217 * info.el (Info-search): Skip `Local Variables' node.
2218
2219 2006-02-17 Juri Linkov <juri@jurta.org>
2220
2221 * info.el (Info-find-file): Check for symbols `apropos', `history',
2222 `toc' in the input filename, and return these symbols as is.
2223 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2224 `history', `toc' instead of strings.
2225 (Info-set-mode-line): For non-string Info-current-file use the
2226 symbol's name inside **.
2227 (Info-isearch-push-state): Add quote before Info-current-file and
2228 Info-current-node.
2229 (Info-isearch-pop-state): Use `equal' instead of `string='.
2230 (Info-extract-pointer, Info-following-node-name): Use
2231 `match-string-no-properties' instead of `match-string'.
2232 (Info-up): Check `old-file' for `stringp'.
2233 (Info-history): Use `equal' instead of `string-equal'.
2234 Check `file' for `stringp'.
2235 (Info-history): Use symbol `history' instead of string as first arg
2236 of `Info-find-node'.
2237 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2238 `toc' instead of string.
2239 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2240 instead of `buffer-substring', and `match-string-no-properties'
2241 instead of `match-string'.
2242 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2243 instead of strings.
2244 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2245 Use symbol `apropos' instead of string.
2246 (Info-copy-current-node-name): Check `Info-current-file' for
2247 `stringp' and construct a command with `Info-find-node' from it.
2248 (Info-fontify-node): Use `match-string-no-properties' instead of
2249 `match-string' and check file names for `stringp'.
2250 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2251 `history', `toc' instead of strings.
2252
2253 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2254
2255 * files.el: Rearrange functions and variables in the file local
2256 variables section.
2257
2258 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2259
2260 * files.el: Add truncate-lines, ispell-check-comments and
2261 ispell-local-dictionary as safe local variables.
2262
2263 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2264
2265 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2266 out of scope variables.
2267 (gud-speedbar-buttons): Use unless.
2268
2269 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2270 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2271 (gdb-show-changed-values): Also use for out of scope variables.
2272 (gdb-var-update-handler-1): Note if variable goes out of scope.
2273
2274 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2275
2276 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2277 default to global variable values for unsupplied args.
2278 (rcirc-get-buffer-create): Fix bug with setting the target.
2279 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2280 test for rcirc-always-use-server-buffer-flag here.
2281 (rcirc-response-formats): Add %N, which is a facified nick. %n
2282 uses the default face. Change the ACTION format string. If the
2283 "nick" is the server, don't print anything for that field.
2284 Comment fixes.
2285 (rcirc-target-buffer): Don't test
2286 rcirc-always-use-server-buffer-flag here.
2287 (rcirc-print): Squeeze extra spaces out of the text before message.
2288 (rcirc-put-nick-channel): Strip potential "@" char from nick
2289 before adding them to nick table.
2290 (rcirc-url-regexp): Improve to match address like "foo.com".
2291
2292 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2293
2294 * allout.el (allout-hidden-p): Move this defsubst before
2295 allout-overlay-interior-modification-handler, where it is first
2296 used.
2297
2298 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2299
2300 * allout.el: Use allout invisible-text overlays instead of
2301 selective display for concealed text. Also, lots of general
2302 cleanup, and improved compatibility code.
2303
2304 (allout-version) Incremented, corrected, revised, and refined
2305 module commentary.
2306
2307 (provide 'allout): Moved to the bottom, added a require of overlay.
2308
2309 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2310 `except-current'.
2311 (allout-write-file-hook-handler): Minimize delay.
2312 (count-trailing-whitespace-region): New function so
2313 auto-encryption of current topic can resituate cursor exactly.
2314 PGP/GPG encryption trims trailing whitespace from lines, which
2315 must be accounted for across encryption then decryption.
2316
2317 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2318 just plain "\C-c", to avoid intruding on user's keybinding space.
2319
2320 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2321 parameter, so user request to provide a new password is done.
2322
2323 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2324 Refined mechanism for auto-filling behavior while in allout mode.
2325
2326 (allout-mode): Explicitly specify the mode map in the docstring.
2327 Clarify provision for various write-file hook var names.
2328 Adjusted for invisible-text overlays instead of selective-display.
2329
2330 (allout-depth): Really return 0 if not within any topic. This
2331 rectifies `allout-beginning-of-level' and sequence numbering
2332 errors that occur when cutting and pasting numbered topics.
2333 Changed from a in-line subst to a regular function, as well.
2334
2335 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2336
2337 (allout-end-of-subtree, allout-end-of-subtree)
2338 (allout-end-of-entry, allout-end-of-current-heading)
2339 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2340 (allout-show-children, allout-show-to-offshoot)
2341 (allout-hide-current-entry, allout-show-current-entry): Rectified
2342 handling of trailing blank lines between items.
2343
2344 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2345 (allout-current-depth, allout-unprotected, allout-hidden-p)
2346 (allout-on-current-heading-p, allout-listify-exposed)
2347 (allout-chart-subtree, allout-goto-prefix)
2348 (allout-back-to-current-heading, allout-get-body-text)
2349 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2350 (allout-hide-region-body, allout-toggle-subtree-encryption)
2351 (allout-encrypt-string, allout-encrypted-key-info)
2352 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2353 (allout-file-vars-section-data): Adjusted for use with
2354 invisible-text overlays instead of selective-display.
2355
2356 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2357 Reworked for use with invisible text overlays.
2358
2359 (allout-current-topic-collapsed-p): New function.
2360
2361 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2362 to know when to close the containing topic.
2363
2364 (allout-pre-command-business, allout-post-command-business):
2365 Simplify undo-batching and dynamic isearch exposure.
2366
2367 (allout-set-overlay-category): New for invisible-text overlays.
2368 Sets properties of allout-overlay-category, used by
2369 allout-flag-region to set invisible-text overlay properties.
2370 (allout-get-invisibility-overlay): Get the first qualifying
2371 invisibility overlay, so we can find the extent of it.
2372 (allout-back-to-visible-text): Get to just before the beginnining
2373 of the current invisibility overlay, if any.
2374
2375 (allout-overlay-insert-in-front-handler)
2376 (allout-overlay-interior-modification-handler)
2377 (allout-before-change-handler, allout-isearch-end-handler): New
2378 functions to handle extraordinary actions affecting concealed
2379 text.
2380
2381 (allout-flag-region): Use overlays instead of selective-display
2382 for invisible text - by inheritence from the properties of
2383 allout-overlay-category in mainline Emacs, and applied
2384 property-by-property in XEmacs, some recent versions of which
2385 don't inherit the properties from the category. Provisions to
2386 respond to concealed-text edits simplified drastically.
2387
2388 (allout-isearch-rectification, allout-isearch-was-font-lock)
2389 (allout-isearch-expose, allout-enwrap-isearch)
2390 (allout-isearch-abort, allout-pre-was-isearching)
2391 (allout-isearch-prior-pos, allout-isearch-did-quit)
2392 (allout-isearch-dynamic-expose)
2393 (allout-hide-current-entry-completely): Functions deleted.
2394
2395 (allout-undo-aggregation): Explicit undo aggregation no longer
2396 necessary due to transition away from selective-display.
2397
2398 (set-allout-regexp, allout-up-current-level)
2399 (allout-next-visible-heading, allout-forward-current-level)
2400 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2401 (allout-kill-line, allout-yank-processing, allout-show-children)
2402 (allout-expose-topic, allout-old-expose-topic)
2403 (allout-listify-exposed, allout-insert-latex-header)
2404 (allout-toggle-subtree-encryption, allout-encrypt-string)
2405 (remove-from-invisibility-spec, allout-hide-current-subtree):
2406 Ditched unused variables.
2407
2408 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2409
2410 * textmodes/ispell.el (ispell-change-dictionary): Call
2411 ispell-buffer-local-dict instead of
2412 ispell-accept-buffer-local-defs.
2413 (ispell-local-dictionary-alist): Accept as valid any coding-system
2414 supported by Emacs.
2415 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2416 changed to iso-8859-3.
2417
2418 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2419
2420 * speedbar.el (speedbar-frame-width): Make an inline function
2421 instead of a macro. Use frame-width.
2422 (speedbar-try-completion, speedbar-update-contents)
2423 (speedbar-timer-fn): Use consp.
2424 (speedbar-update-localized-contents): Try to preserve point.
2425
2426 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2427 (menu): Re-order menu items.
2428 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2429 field.
2430 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2431 (gdb-post-prompt): Speed things by not forcing update.
2432
2433 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2434
2435 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2436 press and perform default action if we get a mouse movement event.
2437
2438 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2439
2440 * calendar/icalendar.el (icalendar--get-event-property)
2441 (icalendar--get-event-property-attributes): Fix typos in
2442 docstrings.
2443
2444 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2445 docstring.
2446
2447 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2448
2449 * bs.el (bs-mode): Use `buffer-disable-undo'.
2450 (bs--get-file-name): Simplify.
2451 (bs-show-in-buffer): Mark the buffer as not modified.
2452
2453 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2454
2455 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2456 widget-button-click.
2457
2458 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2459 (custom-mode): Update docstring.
2460
2461 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2462 binding.
2463
2464 * files.el (hack-local-variables-confirm): Allow scrolling if the
2465 file variable list is too long. Kill temp buffer after use.
2466
2467 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2468
2469 * progmodes/gud.el (gdb): Improve doc string.
2470 (gdb-script-font-lock-keywords): Expand allowed character set.
2471
2472 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2473 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2474 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2475 (gdb-separate-io-stop, gdb-separate-io-eof):
2476 Rename from gdb-inferior-* to gdb-separate-*.
2477 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2478
2479 2006-02-14 Jay Belanger <belanger@truman.edu>
2480
2481 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2482 expression is a symbol before checking that it is bound.
2483
2484 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2485 test to see if equation can be solved.
2486
2487 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2488
2489 * wid-edit.el (widget-button-click): Use :pressed-face property
2490 for overlay face, if it exists.
2491
2492 * cus-edit.el (custom-manual, custom-add-see-also)
2493 (custom-add-parent-links, custom-group-link): Add :pressed-face
2494 property to links.
2495
2496 * files.el (hack-local-variables): Remove ignored variables before
2497 checking if any variables need setting.
2498
2499 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2500
2501 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2502
2503 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2504
2505 * help.el (where-is): Fix message for remapped commands.
2506
2507 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2508 Fix typos in docstrings.
2509
2510 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2511
2512 * files.el (safe-local-variable-values): New option.
2513 (hack-local-variables-prop-line): Return a list of variable-value
2514 pairs if MODE-ONLY is non-nil.
2515 (hack-local-variables): Construct list of variable-value pairs,
2516 and apply or reject them in one go. Ask for confirmation if
2517 variables are not known safe.
2518 (hack-local-variables-confirm): Complete rewrite. Support
2519 `safe-local-variable-values'.
2520 (enable-local-variables): Update docstring to reflect new
2521 behavior.
2522 (ignored-local-variables): Ignore ignored-local-variables and
2523 safe-local-variable-values.
2524 (safe-local-variable-p): New function.
2525 (risky-local-variable-p): `safe-local-variable' property check
2526 moved to safe-local-variable-p.
2527 (hack-one-local-variable): Checks moved to hack-local-variables.
2528
2529 (byte-compile-dynamic, c-basic-offset, c-file-style)
2530 (c-indent-level, comment-column, fill-column, fill-prefix)
2531 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2532 (no-update-autoloads, outline-regexp, page-delimiter)
2533 (paragraph-start, paragraph-separate, sentence-end)
2534 (sentence-end-double-space tab-width, version-control):
2535 Add `safe-local-variable' property.
2536
2537 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2538
2539 * icomplete.el, play/landmark.el: Change nonexistent
2540 `outline-layout' file variable to `allout-layout'.
2541
2542 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2543
2544 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2545 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2546 to gud-comint-buffer.
2547 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2548 gdb-ui.el for gdb-mi.el.
2549 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2550 registers buffer to gdb-get-changed-registers.
2551 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2552 deletion of catchpoints (throw and catch).
2553 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2554 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2555 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2556 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2557 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2558
2559 2006-02-13 Jay Belanger <belanger@truman.edu>
2560
2561 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2562 expression is a symbol before checking that it is bound.
2563
2564 2006-02-13 Richard M. Stallman <rms@gnu.org>
2565
2566 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2567 for the minibuffer too, but not if resize-mini-windows will interfere.
2568
2569 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2570 inside `interactive' spec.
2571 (describe-key-briefly-internal, describe-key-internal):
2572 Functions merged back into their callers.
2573
2574 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2575
2576 * info.el (info-xref-visited): Inherit from info-xref too.
2577 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2578 when propertizing Info-current-file and Info-current-node.
2579
2580 2006-02-13 Juri Linkov <juri@jurta.org>
2581
2582 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2583 (tumme-thumb-name): Fix per-directory format.
2584
2585 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2586
2587 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2588
2589 2006-02-12 Miles Bader <miles@gnu.org>
2590
2591 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2592
2593 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2594
2595 * tumme.el: Remove history section. If someone needs the it, it
2596 can always be found in CVS.
2597
2598 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2599
2600 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2601 about the Thumbnail Managing Standard option.
2602
2603 2006-02-12 Richard M. Stallman <rms@gnu.org>
2604
2605 * subr.el (substitute-key-definition): Doc fix.
2606
2607 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2608
2609 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2610
2611 * info.el (Info-mode): Doc fix.
2612
2613 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2614
2615 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2616
2617 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2618 because on Solaris a POSIX compatible "id" is needed. Reported by
2619 Magnus Henoch <mange@freemail.hu>.
2620
2621 2006-02-12 Juri Linkov <juri@jurta.org>
2622
2623 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2624 (tumme) <defgroup>: Change :group to `multimedia'.
2625 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2626 Managing Standard.
2627 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2628 Fix dostring.
2629 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2630 and %y. Fix docstring.
2631 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2632 (tumme-cmd-create-standard-thumbnail-command): New user options.
2633 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2634 is `standard'. Fix docstring.
2635 (tumme-thumb-width, tumme-thumb-height): New user options.
2636 (tumme-external-viewer): Try to find various viewers.
2637 (tumme-get-thumbnail-image): Use `create-image' instead of
2638 constructing the `image' structure.
2639 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2640 `standard'.
2641 (tumme-thumb-name): Add file name generation for standard storage.
2642 Simplify code for other storages.
2643 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2644 Add modification time %m and thumbnail-nq8 %q.
2645 Use `tumme-cmd-create-standard-thumbnail-command' if
2646 tumme-thumbnail-storage is `standard'.
2647 (tumme-dired-insert-marked-thumbs): New autoload command.
2648 (tumme-dired-after-readin-hook): New function.
2649 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2650 `tumme-thumb-size'.
2651 (tumme-display-image): Replace size-x %x and size-y %y with
2652 width %w and height %h.
2653
2654 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2655 `tumme-dired-insert-marked-thumbs'.
2656
2657 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2658
2659 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2660 include path).
2661 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2662 matching tag.
2663
2664 2006-02-12 Miles Bader <miles@gnu.org>
2665
2666 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2667 New variables.
2668 (rcirc-abbrev-nick): New function.
2669 (rcirc-format-response-string): Rewrite to use the formats in
2670 `rcirc-response-formats' and expand escape sequences therein.
2671 A text-property `rcirc-text' is added over the actual response
2672 text to make easy to find inside the returned string.
2673 (rcirc-print): When filling, just look for the `rcirc-text'
2674 text-property to find the appropriate fill prefix, instead of
2675 using hardwired patterns.
2676
2677 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2678
2679 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2680 Managing Standard.
2681
2682 2006-02-11 Kim F. Storm <storm@cua.dk>
2683
2684 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2685 Don't use insert-buffer; do insert-buffer-substring directly.
2686 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2687
2688 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2689
2690 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2691 with inhibit-read-only. Suggested by Stefan Monnier.
2692 (revert-buffer): Let insert-file-contents discard
2693 buffer-undo-list. Simplify code.
2694 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2695
2696 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2697
2698 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2699
2700 * help.el (describe-key-briefly): Now a wrapper for
2701 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2702 to t. Populate yank-menu if empty.
2703 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2704 (describe-key): Now a wrapper for describe-key-internal. Bind
2705 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2706 (describe-key-internal): Renamed from describe-key.
2707
2708 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2709
2710 * progmodes/glasses.el (glasses-separator): Doc fix.
2711 (glasses-original-separator): New defcustom.
2712 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2713
2714 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2715
2716 * mwheel.el (mouse-wheel-up-event): Doc fix.
2717
2718 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2719
2720 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2721 (tumme-dir): New function. Copied from thumbs.el.
2722
2723 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2724
2725 * desktop.el (desktop-outvar): Fix typo.
2726 (desktop-save-buffer-p): Doc fix.
2727
2728 * subr.el (substitute-key-definition): Fix typo.
2729
2730 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2731
2732 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2733 when window-system is mac.
2734
2735 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2736
2737 2006-02-10 Kim F. Storm <storm@cua.dk>
2738
2739 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2740 indirect-function instead of using condition-case.
2741
2742 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2743
2744 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2745 less `colloquial'...
2746
2747 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2748
2749 * tumme.el: Add a couple of todo items.
2750
2751 2006-02-09 Lars Hansen <larsh@soem.dk>
2752
2753 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2754 (highlight-changes-mode): Don't change desktop-locals-to-save.
2755
2756 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2757
2758 * image-mode.el (image-toggle-display): Clear image cache if using
2759 filename.
2760
2761 2006-02-09 Masatake YAMATO <jet@gyve.org>
2762
2763 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2764 a `dired-man' target.
2765
2766 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2767 boundary of symbols.
2768
2769 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2770
2771 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2772
2773 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2774
2775 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2776 `mapcar'; return nil.
2777
2778 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2779
2780 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2781 some other event.
2782
2783 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2784
2785 * net/rcirc.el (rcirc-startup-channels-alist):
2786 Add irc.freenode.net and #emacs as defaults.
2787 (rcirc-ignore-all-activity-flag): Remove variable.
2788 (rcirc-authinfo): New variable.
2789 (rcirc-authinfo-filename): Remove variable.
2790 (rcirc-always-use-server-buffer-flag): New flag.
2791 (rcirc): M-x rcirc will automatically connect without prompting.
2792 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2793 connection in lisp.
2794 (rcirc-process-server-response-1): Remove everything but the nick
2795 portion of the sender so it doesn't need to be done everywhere
2796 else. Update related code.
2797 (global-map): Remove global keybindings.
2798 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2799 (rcirc-send-input): Split into several functions.
2800 (rcirc-process-input-line, rcirc-process-message)
2801 (rcirc-process-command): New functions.
2802 (rcirc-target-buffer): New function to determine where to route
2803 messages.
2804 (rcirc-user-nick): Save match data.
2805 (rcirc-toggle-ignore-buffer-activity)
2806 (rcirc-update-activity-string): Remove global ignore functionality,
2807 which can be done now by toggling rcirc-track-minor-mode.
2808 (rcirc-track-minor-mode-map): New keymap.
2809 (rcirc-track-minor-mode): New minor-mode.
2810 (ignore): Make the ignore output nicer. Always print it when
2811 adding or removing nicks.
2812 (rcirc-url-regexp): Improve.
2813 (rcirc-mangle-text): Remove properties before using text in the
2814 modeline.
2815 (rcirc-authenticate): Authentication data comes from
2816 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2817 (rcirc-server-prefix): Inherit from rcirc-server.
2818
2819 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2820
2821 * Makefile.in (compile): Append "|| true" to the end of the `find'
2822 command, like compile-always does.
2823
2824 2006-02-08 Sam Steingold <sds@gnu.org>
2825
2826 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2827 output from a dead connection.
2828
2829 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2830
2831 * dired.el (dired-mode-map): Add more bindings for tumme.
2832
2833 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2834
2835 * wdired.el (wdired-mode-map): Use remap.
2836 (wdired-get-filename): Massage.
2837 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2838 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2839 `keymap' property rather than `local-map'.
2840
2841 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2842
2843 * tumme.el (tumme-get-thumbnail-image): New utility function.
2844 Suggested by from Chong Yidong.
2845 (tumme-dired-with-window-configuration): Rename from
2846 `tumme-dired'. Add code to save window configuration.
2847 (tumme-restore-window-configuration): New command to restore the
2848 window configuration that `tumme-dired-with-window-configuration'
2849 saves before it changes the window configuration.
2850 (tumme-show-all-from-dir): New command to display thumbnails for
2851 all files in a directory entered by the user, like M-x thumbs.
2852 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2853 have been created.
2854 (tumme-display-thumbnail-original-image): Call `display-buffer'.
2855 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2856 Remove obsolete test function.
2857
2858 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
2859
2860 * vc.el (small-temporary-file-directory): Remove defvar; there's
2861 a defcustom for it in files.el.
2862
2863 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2864 Fix typo in message.
2865 (tumme-gallery-generate): Fix typo in `error' message.
2866 (tumme-display-window-height-correction)
2867 (tumme-display-window-width-correction, tumme-line-up-dynamic)
2868 (tumme-line-up-interactive): Dox fixes.
2869 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2870 (tumme-restore-window-configuration, tumme-format-properties-string)
2871 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2872 Fix typos in docstrings.
2873
2874 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2875
2876 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2877
2878 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
2879
2880 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2881 User should use hook if desired.
2882
2883 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2884 buffer if necessary.
2885 (gdb-delete-frame-or-window): New function.
2886 (gdb-breakpoints-mode-map): Bind "q" to it.
2887
2888 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2889
2890 * textmodes/nroff-mode.el: Clean up name space.
2891 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2892 (nroff-mode): Obey the global setting of nroff-electric-mode.
2893 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2894
2895 * calendar/calendar.el (calendar-increment-month): Typo in last change.
2896
2897 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
2898
2899 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2900
2901 2006-02-06 Lars Hansen <larsh@soem.dk>
2902
2903 * generic-x.el (etc-fstab-generic-mode): Add file system types
2904 cifs and usbdevfs. Allow special chars in file names.
2905
2906 2006-02-05 Jay Belanger <belanger@truman.edu>
2907
2908 Update copyright notices of the files in lisp/calc.
2909
2910 2006-02-05 Romain Francoise <romain@orebokech.com>
2911
2912 Update copyright notices of all files in the lisp/play directory.
2913
2914 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
2915
2916 * ldefs-boot.el: Regenerate.
2917
2918 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2919
2920 2006-02-05 Kim F. Storm <storm@cua.dk>
2921
2922 * files.el (magic-mode-regexp-match-limit): New defvar.
2923 (set-auto-mode): Use it to limit magic-mode-alist matching.
2924
2925 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
2926
2927 * simple.el (display-message-or-buffer): Compare the number of
2928 characters to the frame width when determining whether a 1-line
2929 message string will fit in the echo area. Count screen lines
2930 instead of buffer lines when determining whether a multi-line
2931 message will fit in the echo area/minibuffer window.
2932
2933 2006-02-04 Eli Zaretskii <eliz@gnu.org>
2934
2935 * info.el (Info-index, Info-mode): Improve the description of the
2936 `i' command.
2937
2938 * ldefs-boot.el: Regenerate.
2939
2940 2006-02-03 Werner Lemberg <wl@gnu.org>
2941
2942 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2943 greedy to find the closing bracket in \*[...] and similar
2944 expressions. This is a first rough fix -- many additional
2945 refinements are necessary to make nroff mode really usable with groff.
2946
2947 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
2948
2949 * international/mule-cmds.el (set-locale-environment):
2950 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2951 libX11.
2952
2953 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2954
2955 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2956 archive are created in archive-tmpdir.
2957
2958 2006-02-02 John Paul Wallington <jpw@pobox.com>
2959
2960 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2961 (ibuffer-fontification-alist): Use it.
2962 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2963 to "* z" and the Ibuffer Mark menu.
2964
2965 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2966
2967 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2968
2969 * textmodes/table.el (*table--cell-describe-mode)
2970 (*table--cell-describe-bindings): Undo last change since
2971 print-help-return-message is not obsoleted by anything at all.
2972
2973 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
2974
2975 * emulation/cua-base.el (cua-mode): Doc fix.
2976
2977 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
2978
2979 * dframe.el (dframe-handle-make-frame-visible)
2980 (dframe-handle-iconify-frame, dframe-get-focus)
2981 (dframe-select-attached-frame, dframe-power-click)
2982 (dframe-frame-mode): Fix typos in docstrings.
2983
2984 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2985 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2986 Fix typos in docstrings.
2987
2988 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2989 (hi-lock-face-buffer, hi-lock-font-lock-hook)
2990 (hi-lock-archaic-interface-message-used)
2991 (hi-lock-file-patterns-range): Fix typos in docstrings.
2992
2993 * savehist.el (savehist-loaded, savehist-load, savehist-install)
2994 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2995
2996 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2997 Fix typo in docstring.
2998
2999 * net/newsticker.el (newsticker--decode-iso8601-date)
3000 (newsticker--set-customvar, newsticker--buffer-insert-item)
3001 (newsticker--do-run-auto-mark-filter)
3002 (newsticker--parse-generic-feed): Doc fixes.
3003 (newsticker--retrieval-timer-list, newsticker-url-list)
3004 (newsticker-hide-immortal-items-in-echo-area)
3005 (newsticker-hide-obsolete-items-in-echo-area)
3006 (newsticker-new-item-face, newsticker--enclosure)
3007 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
3008 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
3009 (newsticker--parse-generic-feed, newsticker--cache-contains)
3010 (newsticker--stat-num-items, newsticker-download-enclosures):
3011 Fix typos in docstrings.
3012
3013 * net/rcirc.el (rcirc-debug): Doc fix.
3014 (rcirc-fill-column, rcirc-receive-message-hooks)
3015 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
3016 (rcirc-mode, rcirc-generate-new-buffer-name)
3017 (rcirc-startup-channels, rcirc-ignore-update-automatic)
3018 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
3019 Fix typos in docstrings.
3020 (rcirc-print): "?\ " -> "?\s".
3021 (rcirc-cmd-join): Improve argument/docstring consistency.
3022
3023 2006-02-01 Mark A. Hershberger <mah@everybody.org>
3024
3025 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
3026 before narrow-to-region.
3027
3028 2006-02-01 Richard M. Stallman <rms@gnu.org>
3029
3030 * simple.el (move-beginning-of-line): Scan properly for invis change.
3031
3032 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
3033
3034 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
3035
3036 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
3037 change bit only when id-format is 'integer. Reported by Matt
3038 Hodges <M.P.Hodges@rl.ac.uk>.
3039
3040 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
3041
3042 * hilit-chg.el (highlight-changes-initial-state)
3043 (highlight-changes-global-initial-state): Doc fixes.
3044 (highlight-changes-global-modes, global-highlight-changes):
3045 Fix typos in docstrings.
3046
3047 2006-02-01 Kim F. Storm <storm@cua.dk>
3048
3049 * emulation/cua-base.el (cua-mode): Mention that CUA enables
3050 transient-mark-mode in doc string.
3051
3052 2006-01-31 Richard M. Stallman <rms@gnu.org>
3053
3054 * replace.el (multi-occur): Doc fix.
3055 (multi-occur-in-matching-buffers): Rename from
3056 multi-occur-by-filename-regexp. Prefix arg says match
3057 buffer names instead of file names.
3058
3059 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
3060
3061 * bs.el: Allow non-default values of `bs-header-lines-length'.
3062 (bs--running-in-xemacs): Remove (not needed anymore).
3063 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
3064 instead of `shrink-window', thus avoiding having to compute the
3065 height of the window.
3066 (bs--up): Wrap around even when there's no header.
3067 (bs--down): Use `forward-line' instead of `next-line'.
3068
3069 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
3070
3071 * image-mode.el (image-toggle-display): Use file name if possible,
3072 instead of unnecessarily allocating a (possibly huge) lisp string.
3073
3074 2006-01-30 John Paul Wallington <jpw@pobox.com>
3075
3076 * subr.el (toplevel): Define `cl-assertion-failed' condition here
3077 because the `assert' macro signals it at runtime.
3078
3079 * emacs-lisp/cl.el (toplevel): Remove definition of
3080 `cl-assertion-failed' condition.
3081
3082 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
3083
3084 * thumbs.el (thumbs-marked-list): Make buffer-local and
3085 permanent-local.
3086 (thumbs-insert-thumb): Make help-echo non-sticky.
3087 (thumbs-file-alist): Use eolp as check for (non)-image.
3088
3089 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
3090
3091 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
3092 (ediff-before-session-group-setup-hooks)
3093 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
3094 Fix typos in docstrings.
3095
3096 * window.el (bw-dir, bw-eqdir, balance-windows)
3097 (split-window-keep-point): Fix typos in docstrings.
3098
3099 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
3100 (org-quote-string, org-calendar-to-agenda-key)
3101 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
3102 (org-show-following-heading, org-tags-column)
3103 (org-use-tag-inheritance, org, org-allow-space-in-links)
3104 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
3105 (org-enable-table-editor, org-calc-default-modes)
3106 (org-table-allow-automatic-line-recalculation)
3107 (org-export-html-style, org-export-with-fixed-width)
3108 (org-export-with-sub-superscripts, org-special-keyword)
3109 (org-formula, org-time-grid, org-table-may-need-update)
3110 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
3111 (org-goto-quit, org-get-indentation, org-end-of-item)
3112 (org-move-item-down, org-move-item-up)
3113 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
3114 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
3115 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
3116 (org-agenda-log-mode, org-agenda-toggle-diary)
3117 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
3118 (org-agenda-file-to-end, org-agenda-no-heading-message)
3119 (org-agenda-get-closed, org-format-agenda-item)
3120 (org-cmp-priority, org-cmp-category, org-cmp-time)
3121 (org-agenda-change-all-lines, org-agenda-diary-entry)
3122 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
3123 (org-link-search, org-camel-to-words, org-open-file)
3124 (org-remember-handler, org-table-convert-region)
3125 (org-table-move-row-down, org-table-move-row-up)
3126 (org-table-copy-region, org-table-wrap-region)
3127 (org-table-toggle-vline-visibility)
3128 (org-table-get-vertical-vector, org-table-modify-formulas)
3129 (org-table-get-specials, org-recalc-commands)
3130 (org-table-rotate-recalc-marks, org-table-eval-formula)
3131 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
3132 (org-level-color-stars-only, org-insert-heading):
3133 Fix typos in docstrings.
3134 (last-arg): Add defvar.
3135
3136 * makefile.w32-in (WINS): Add erc.
3137 (MH_E_SRC): Update (copied from lisp/Makefile.in).
3138
3139 2006-01-29 Bill Wohler <wohler@newt.com>
3140
3141 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
3142 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
3143 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
3144 (mh-autoloads): Don't use comments on otherwise empty lines.
3145
3146 2006-01-29 Edward O'Connor <ted@oconnor.cx>
3147
3148 * emulation/viper.el (viper-major-mode-modifier-list): Add
3149 insert-state and vi-state entries for erc-mode.
3150 (viper-go-away, viper-set-hooks): Add and remove
3151 viper-comint-mode-hook from erc-mode-hook as appropriate.
3152
3153 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
3154
3155 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
3156
3157 * bs.el (bs--format-aux): Implement `middle' alignment as
3158 described in the docstring for `bs-attributes-list'.
3159 (bs--get-name): Simplify. Don't pad the buffer name.
3160
3161 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
3162
3163 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
3164 English aspell dictionary is installed, use the first entry of
3165 ispell-dictionary-alist-1.
3166
3167 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
3168
3169 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3170 Doc fix.
3171
3172 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
3173
3174 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3175 for `process-file', in order to let it work for older Emacsen too.
3176
3177 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3178
3179 * international/latexenc.el: Add a suitable `coding:' tag.
3180 (latexenc-find-file-coding-system): Undo last change.
3181
3182 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3183
3184 * international/latexenc.el (latexenc-find-file-coding-system):
3185 Make sure latexenc-main-file is a regular file and is readable.
3186
3187 2006-01-27 Andre Spiegel <spiegel@gnu.org>
3188
3189 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3190 Pass FILE to vc-user-login-name.
3191
3192 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3193
3194 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
3195
3196 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3197 there are no more images to display.
3198 (thumbs-mark, thumbs-unmark): Revert change so that they move to
3199 the next image.
3200
3201 2006-01-26 Richard M. Stallman <rms@gnu.org>
3202
3203 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3204
3205 * wid-edit.el (advertised-widget-backward): New alias.
3206 (widget-keymap): Use advertised-widget-backward for S-TAB.
3207
3208 * tumme.el: Correct the keywords.
3209 (tumme-dir-max-size): Use defvar.
3210 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3211
3212 * simple.el (move-beginning-of-line): Take account of fields.
3213 (clone-indirect-buffer-other-window): Take args like
3214 clone-indirect-buffer, and work like it.
3215
3216 * help-fns.el (describe-function): Don't pass `nil' as default.
3217
3218 * files.el (risky-local-variable-p): Follow var aliases.
3219
3220 * subr.el (lazy-completion-table): Doc fix.
3221
3222 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3223 global binding of `line'.
3224
3225 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3226
3227 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3228 Tramp.
3229
3230 * vc.el (vc-default-dired-state-info): Pass FILE to
3231 vc-user-login-name.
3232 (vc-default-update-changelog): Don't use vc-user-login-name, we
3233 don't need it here.
3234
3235 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3236 no longer necessary.
3237
3238 2006-01-25 Kenichi Handa <handa@m17n.org>
3239
3240 * international/mule.el (decode-char): Avoid the overhead of
3241 calling utf-lookup-subst-table-for-decode if
3242 utf-translate-cjk-mode is nil.
3243 (encode-char): Avoid the overhead of calling
3244 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3245 nil.
3246
3247 2006-01-22 Kenichi Handa <handa@m17n.org>
3248
3249 * international/mule.el (make-subsidiary-coding-system): Reset
3250 `coding-system-define-form' property of subsidiaries to nil.
3251 Avoid duplicated entry in coding-system-alist.
3252 (make-coding-system): Avoid duplicated entry in
3253 coding-system-alist.
3254 (define-coding-system-alias): Likewise.
3255
3256 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3257
3258 * completion.el: Minor fixes in introductory comment.
3259 (completion-def-wrapper): Fix alist.
3260
3261 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3262
3263 * thumbs.el (thumbs-new-image-size): New function.
3264 (thumbs-increment-image-size-element)
3265 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3266 (thumbs-decrement-image-size): Delete.
3267 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3268 temp files and use to resize.
3269 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3270 Use increment argument to enlarge/shrink. Preserve point.
3271 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3272 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3273 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3274 (thumbs-mark, thumbs-unmark): Preserve point.
3275 (thumbs-modify-image): Keep old temp files and use to modify.
3276 Cleanup old temp files at load time. Preserve point.
3277 (thumbs-view-image-mode-map): Use new command names.
3278
3279 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3280
3281 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3282
3283 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3284 the nastiest part of the cyclic dependency.
3285 (cal-menu-update): Use dotimes and calendar-increment-month.
3286
3287 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3288 (calendar-week-start-day): Add an :initializer.
3289 (calendar-mode-map): Use suppress-keymap, and command remapping.
3290 (describe-calendar-mode): Setup xref-stack info for the back button.
3291 (calendar-star-date): Insert before delete.
3292 (calendar-set-mode-line): Add file-modified info if applicable.
3293 (calendar-increment-month): New function.
3294
3295 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3296
3297 * font-lock.el (lisp-font-lock-keywords-2):
3298 Recognize "& keywords" only at word boundaries.
3299
3300 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3301
3302 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3303 and permanent-local.
3304 (thumbs-max-image-number): New variable.
3305 (thumbs-do-thumbs-insertion): Use them.
3306 (thumbs-per-line): Change default to 4.
3307 (thumbs-marked-list): Rename from thumbs-markedL.
3308 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3309 (thumbs-rename-images): Use -list instead of L for internal variables.
3310 (thumbs-call-convert): Use call-process instead of shell-command.
3311 (thumbs-insert-thumb): Add filename as help-echo to each image.
3312 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3313 Give dir to thumbs-show-thumbs-list.
3314 (thumbs-show-thumbs-list): Set default-directory to that of images.
3315 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3316 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3317 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3318 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3319
3320 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3321
3322 * ses.el (ses-read-cell): Provide a default value.
3323
3324 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3325
3326 * term/w32-win.el (image-library-alist): Add additional names for
3327 GIF library.
3328
3329 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3330
3331 * international/latexenc.el (latexenc-find-file-coding-system):
3332 Add file-regular-p check.
3333
3334 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3335
3336 * simple.el (clone-buffer): Don't show the new buffer in the same
3337 window.
3338
3339 2006-01-23 Juri Linkov <juri@jurta.org>
3340
3341 * faces.el (link, link-visited): New faces based on default values
3342 of `info-xref' and `info-xref-visited'.
3343
3344 * info.el (info-xref): Inherit from `link'.
3345 (info-xref-visited): Inherit from `link-visited'.
3346
3347 * cus-edit.el (custom-buffer-create-internal): Use widget type
3348 `custom-manual' instead of `info-link' and don't set properties
3349 `button-face' and `mouse-face' explicitly.
3350 (custom-browse-group-tag, custom-browse-variable-tag)
3351 (custom-browse-face-tag): Inherit from widget class
3352 `custom-group-link' instead of `push-button'.
3353 (custom-button-unraised): Inherit from `underline' face.
3354 (custom-link): Inherit from `link' face. Fix doc and group.
3355 (custom-add-parent-links, custom-group-value-create): Don't set
3356 properties `button-face' and `mouse-face' explicitly for
3357 `custom-group-link' widget.
3358 (custom-group-link): Add properties `button-face' and `mouse-face'
3359 to widget definition.
3360 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3361 editable-field's :keymap property.
3362 (custom-mode): Fix docstring: substitute keybindings for
3363 `widget-forward' and `widget-backward' from `widget-keymap',
3364 `widget-complete' from `custom-field-keymap', replace old
3365 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3366
3367 * desktop.el (desktop-load-file): Check for `fboundp' before
3368 calling `symbol-function'.
3369
3370 * simple.el (clone-buffer, clone-indirect-buffer)
3371 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3372 `read-string'. Fix prompts.
3373
3374 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3375
3376 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3377
3378 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3379
3380 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3381
3382 * startup.el (inhibit-splash-screen, initial-scratch-message):
3383 Doc fixes.
3384
3385 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3386
3387 Sync with Tramp 2.0.52.
3388
3389 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3390 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3391 `tramp-unload-tramp' for checklist.
3392
3393 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3394 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3395 (tramp-unload-file-name-handler-alist)
3396 (tramp-unload-tramp): New defuns.
3397 (tramp-advice-PC-expand-many-files): New defadvice.
3398 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3399 removed.
3400 (tramp-handle-expand-file-name): Remove double slash.
3401 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3402 It doesn't matter, because it will be converted later on.
3403 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3404 implementation was just heuristic.
3405 (tramp-post-connection): Set uid and gid properties.
3406 (tramp-convert-file-attributes): Set file's gid change bit.
3407 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3408 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3409 in case of su(do)? methods. The home directory of the local user
3410 will be taken else.
3411 (tramp-open-connection-telnet)
3412 (tramp-open-connection-rsh, tramp-open-connection-su)
3413 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3414 local shell prompt could hurt. Reported by Romain Francoise
3415 <romain@orebokech.com>.
3416 (tramp-let-maybe): Add `edebug-form-spec' property.
3417 (tramp-handle-expand-file-name): Bind `default-directory' locally
3418 to "/" in order to avoid problems with UNC shares or Cygwin
3419 mounts.
3420 (tramp-md5-function): Fix typo in error message.
3421
3422 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3423
3424 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3425 for byte-compiler pacification.
3426
3427 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3428
3429 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3430 ID-FORMAT `string'. This allows us to get rid of
3431 `vc-user-login-name UID'.
3432
3433 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3434
3435 2006-01-22 John Paul Wallington <jpw@pobox.com>
3436
3437 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3438
3439 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3440
3441 * emacs-lisp/find-func.el (find-definition-noselect)
3442 (find-variable-noselect): Search variables in C source code too.
3443 (find-function-C-source, find-function-noselect, find-function)
3444 (find-function-other-frame, find-variable-noselect, find-variable)
3445 (find-variable-other-frame, find-variable-at-point):
3446 Fix docstrings.
3447
3448 2006-01-21 Francesco Potorti` <pot@gnu.org>
3449
3450 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3451
3452 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3453
3454 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3455 Default to disabling the "Save affix" question.
3456
3457 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3458
3459 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3460 the first arg to run-python.
3461
3462 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3463
3464 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3465 is not loaded.
3466
3467 2006-01-20 Jay Belanger <belanger@truman.edu>
3468
3469 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3470 limit is 0.
3471
3472 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3473 the correct variable.
3474
3475 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3476
3477 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3478 link. Fixed buggy argument sequence in call to `org-view-tags'.
3479 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3480 (org-prefix-has-tag): New variable.
3481 (org-format-agenda-item): Remove tags from headline if
3482 appropriate.
3483 (org-agenda-remove-tags-when-in-prefix): New option.
3484 (org-get-tags-at): New function.
3485
3486 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3487
3488 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3489 (thumbs-find-image): Move image name and number from buffer name
3490 to mode name. Set thumbs-buffer. Preserve point so that large
3491 images remain visible.
3492 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3493 order.
3494 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3495 mode name.
3496 (thumbs-next-image, thumbs-previous-image): Make them work.
3497
3498 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3499
3500 * cus-edit.el (custom-buffer-create-internal): State in the text above
3501 the whole buffer buttons that they do not operate on hidden items.
3502 (custom-face-menu): Use `custom-face-save' instead of
3503 `custom-face-save-command'.
3504 (custom-face-save-command): Make it an alias for `custom-face-save'
3505 and declare it obsolete.
3506 (custom-face-save): Doc fix.
3507
3508 * dired.el (dired-no-confirm): Add quote.
3509 (dired-subdir-alist-pre-R): Add quote in
3510 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3511
3512 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3513
3514 * textmodes/table.el (table-mode-indicator): Typo in last change.
3515
3516 2006-01-19 Richard M. Stallman <rms@gnu.org>
3517
3518 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3519 Fixes bug reported in Nov 2005.
3520
3521 * isearch.el (isearch-forward): Doc fix.
3522
3523 * dired.el (dired-move-to-filename-regexp): Define as alias.
3524 (dired-no-confirm): Use defcustom.
3525 (dired-subdir-alist-pre-R): Put defvar at top level.
3526
3527 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3528
3529 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3530 Mark as risky.
3531
3532 * simple.el (set-mark-command): Doc fix.
3533 (clone-indirect-buffer-other-window):
3534 Read arg like clone-indirect-buffer.
3535 (move-beginning-of-line): Skip invisible newlines.
3536
3537 2006-01-19 Masatake YAMATO <jet@gyve.org>
3538
3539 * progmodes/cpp.el (cpp-edit-load): Make the order of
3540 listed conditions in a base C code buffer and its associate
3541 CPP Edit buffer the same.
3542
3543 2006-01-19 Kenichi Handa <handa@m17n.org>
3544
3545 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3546 (rmail-mime-feature): Likewise.
3547 (rmail-require-mime-maybe): Use display-warning to show a warning
3548 message.
3549
3550 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3551 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3552
3553 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3554
3555 * array.el: Move defvars out of eval-when-compile.
3556 (array-make-template): Replace undeclared global var with a local one.
3557 (array-mode): Inline initialization functions.
3558 (array-init-local-variables, array-init-max-row)
3559 (array-init-max-column, array-init-columns-per-line)
3560 (array-init-field-width, array-init-rows-numbered)
3561 (array-init-line-length, array-init-lines-per-row): Remove.
3562
3563 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3564 (doc-mode-map): Define explicitly.
3565 (doctor-txtype): Use mapc.
3566
3567 * textmodes/table.el: Move defvars out of eval-when-compile.
3568 Remove harmful code meant to avoid byte-compiler warnings.
3569 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3570 specification that checks table-fixed-width-mode directly.
3571 (table-recognize-region, table-recognize-cell):
3572 Use restore-buffer-modified-p.
3573 (table-fixed-width-mode): Remove code that refreshes
3574 table-fixed-mode-indicator.
3575 (*table--cell-describe-bindings, *table--cell-describe-mode):
3576 Avoid obsolete name print-help-return-message.
3577 (table--test-cell-list): Don't use replace-regexp from elisp.
3578 (table--point-entered-cell-function, table--point-left-cell-function):
3579 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3580
3581 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3582 that was after the end of file. Use buffer-file-name variable.
3583 (org-timestamp-change): Use with-current-buffer.
3584 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3585 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3586 `file'.
3587
3588 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3589 (fortran-break-line): Remove unused var `opoint'.
3590 (fortran-abbrev-start): Obey help-event-list.
3591
3592 2006-01-18 Jesper Harder <harder@phys.au.dk>
3593
3594 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3595
3596 2006-01-18 Masatake YAMATO <jet@gyve.org>
3597
3598 * progmodes/make-mode.el (makefile-imake-mode): New mode
3599 derived from makefile-mode.
3600 (makefile-imake-mode-syntax-table): New syntax table
3601 derived from makefile-mode-syntax-table.
3602 (makefile-mode): Write about makefile-imake-mode in doc string.
3603 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3604 (makefile-imake-font-lock-keywords): New font lock keywords.
3605
3606 * files.el (auto-mode-alist): Add Imakefile.
3607
3608 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3609
3610 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3611 loading the file rather than when turning on flyspell-mode.
3612
3613 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3614
3615 * cus-edit.el (customize-rogue): Minor doc fix.
3616
3617 2006-01-17 Juri Linkov <juri@jurta.org>
3618
3619 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3620 instead of the file at the mark as default if the file at the mark
3621 is the same as the file at point or if dired-dwim-target-directory
3622 is not the same as the current directory and the mark is not active.
3623
3624 * log-view.el (log-view-minor-wrap): Use the same logic to get
3625 revisions as `log-view-diff'.
3626
3627 * info.el (Info-revert-find-node): Check for Info-current-file
3628 before preserving new-history.
3629
3630 * man.el (Man-heading-regexp): Add `/'.
3631
3632 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3633 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3634
3635 2006-01-16 Juri Linkov <juri@jurta.org>
3636
3637 * faces.el (mode-line-faces): New defgroup.
3638 (mode-line-highlight): Move definition after new defgroup.
3639 (mode-line, mode-line-inactive, mode-line-highlight):
3640 Replace :group `modeline' with `mode-line-faces'.
3641 (mode-line-buffer-id): New face.
3642 (modeline-buffer-id): New face alias.
3643 (vertical-border): Remove :group `modeline'.
3644
3645 * bindings.el (propertized-buffer-identification): Use face
3646 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3647 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3648 (mode-line-buffer-identification-keymap): For mouse-1 replace
3649 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3650 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3651 mouse-3.
3652
3653 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3654 Buffer-menu-buffer. Doc fix.
3655 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3656 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3657 `Buffer-menu-buffer'.
3658
3659 * info.el (Info-mode-line-node-keymap): New defvar.
3660 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3661 Propertize Info-current-node with `mode-line-buffer-id' and
3662 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3663
3664 * time.el (display-time-mail-face): Replace :group `faces' with
3665 `mode-line-faces'.
3666
3667 2006-01-16 Kenichi Handa <handa@m17n.org>
3668
3669 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3670
3671 * language/european.el (cp1252): New alias for windows-1252.
3672
3673 * international/mule.el (autoload-coding-system): Prepare for EOL
3674 variants.
3675
3676 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3677
3678 * term.el (term-raw-map): Add mapping for insert.
3679 (term-send-insert): New.
3680 (term-mode): Make variables local here instead of doing it in
3681 `term-emulate-terminal'.
3682 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3683 Scroll reverse needs to take into account the scroll region.
3684 Saving and restoring the cursor should save the color attributes too.
3685 (term-reset-terminal): Reset the scroll region.
3686 (term-handle-ansi-escape): Cursor up and down should take into
3687 account the scroll region.
3688 (term-set-scroll-region): Rename from `term-scroll-region'.
3689 Move to 0,0 after setting the region.
3690 (term-handle-scroll): Handle scroll up.
3691 (term-down): Fix off by one error.
3692 (term-delete-lines): Do not delete outside the scroll region.
3693 (term-insert-lines): Take into account the scroll region.
3694
3695 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3696
3697 * textmodes/ispell.el (ispell-internal-change-dictionary)
3698 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3699 (start, end): Move declaration outside of eval-when-compile.
3700
3701 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3702 (flyspell-mode-on): Use it.
3703
3704 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3705 ispell-kill-ispell-hook.
3706
3707 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3708
3709 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3710 (Custom-reset-saved): Do not ask for confirmation in single option
3711 buffers.
3712
3713 2006-01-13 Richard M. Stallman <rms@gnu.org>
3714
3715 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3716
3717 2006-01-13 Romain Francoise <romain@orebokech.com>
3718
3719 * add-log.el (add-change-log-entry, change-log-merge):
3720 Conditionally use `hard-newline'.
3721
3722 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
3723
3724 * wid-edit.el (widget-field-end): If the overlay is no longer
3725 associated with a buffer, behave as if the overlay didn't exist.
3726
3727 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3728 Make sure the links use the `custom-link' face.
3729
3730 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3731
3732 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3733 (ld-script-mode): Don't set indent-line-function since we don't
3734 have one.
3735
3736 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3737
3738 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3739 application.
3740 (org-file-apps-defaults-gnu): Use mailcap as the default for
3741 selecting an application on a UNIX system.
3742 (org-agenda-show-tags): New command.
3743 (org-table-insert-hline): Keep cursor in current table line.
3744 (org-table-convert): Offset effect of modifying
3745 `org-table-insert-hline'.
3746 (org-format-agenda-item): New optional argument TAG.
3747 (org-compile-prefix-format): Handle %T format for the tag.
3748 (org-expand-wide-chars): New function.
3749 (org-table-insert-row, org-table-insert-hline):
3750 Use `org-expand-wide-chars'.
3751 (org-open-file): Fix bug in program launch.
3752 (org-get-time-of-day): Fix bug with times before 1am.
3753 (org-agenda-menu): Add tags commands.
3754
3755 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3756
3757 * textmodes/ispell.el (ispell-init-process): Include the used
3758 dictionary in ispell process start message.
3759 (ispell-internal-change-dictionary): When flyspell-mode is active
3760 and dictionary is changed, make sure ispell process is restarted
3761 and flyspell word cache cleared out for the current buffer.
3762 (ispell-change-dictionary): Make sure flyspell word cache is
3763 cleared out in all buffers with active flyspell mode when
3764 dictionary is globally changed.
3765 Call ispell-internal-change-dictionary after dictionary change.
3766
3767 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3768
3769 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3770
3771 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3772 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3773 years. Fix small differences wrt Makefile.in.
3774 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3775 Makefile.in does.
3776
3777 2006-01-12 Bill Wohler <wohler@newt.com>
3778
3779 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3780 mh-search.el.
3781
3782 2006-01-12 Masatake YAMATO <jet@gyve.org>
3783
3784 * progmodes/ld-script.el: Update copyright year.
3785
3786 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3787
3788 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3789 Don't add widget if setting undefined.
3790
3791 2006-01-12 John Paul Wallington <jpw@pobox.com>
3792
3793 * help-fns.el (describe-variable): Remove newlines from void
3794 variable output.
3795
3796 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3797
3798 * wdired.el (wdired-mode-map): Add help echo for
3799 wdired-abort-changes.
3800
3801 * man.el (Man-file-name-regexp): Adjust for a list of files.
3802
3803 2006-01-12 Masatake YAMATO <jet@gyve.org>
3804
3805 * progmodes/ld-script.el (auto-mode-alist): Support
3806 suffix conventions used in netbsd and eCos.
3807
3808 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3809
3810 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3811 (custom-variable-menu, custom-face-menu, custom-group-menu)
3812 (Custom-mode-menu): Change names of menu items. (As discussed on
3813 emacs-devel.)
3814 (custom-face-menu): Add "Undo Edits" item.
3815
3816 * startup.el (init-file-user): defcustom -> defvar.
3817
3818 * tooltip.el (tooltip-mode): Doc fix.
3819
3820 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3821
3822 * reveal.el (reveal-post-command): window-buffer signals an error on
3823 dead windows rather than returning nil.
3824 (reveal-open-new-overlays): An overlay might die while we open others.
3825
3826 2006-01-11 Bill Wohler <wohler@newt.com>
3827
3828 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3829 phrasing in docstring.
3830
3831 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3832 can give some systems gas. Add new file mh-buffers.el.
3833
3834 2006-01-06 Masatake YAMATO <jet@gyve.org>
3835
3836 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3837 C preprocessor forward ported from GNU Emacs 21.2.
3838
3839 * progmodes/asm-mode.el (asm-font-lock-keywords):
3840 Use `cpp-font-lock-keywords'.
3841
3842 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3843
3844 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3845 of $ for "\\.ld[s]?".
3846
3847 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3848
3849 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3850 (tcl-indent-line): Return `noindent' if inside a string.
3851
3852 * progmodes/flymake.el (flymake-split-string): Remove more than one
3853 empty string at beg/end of the result.
3854 (flymake-find-buildfile, flymake-find-possible-master-files):
3855 Use expand-file-name.
3856 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3857 since expand-file-name does it for us. Use directory-file-name.
3858 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3859 (flymake-ler-get-type, flymake-ler-get-text)
3860 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
3861 (flymake-current-line-no): Remove spurious interactive spec.
3862 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3863 (flymake-check-include): Remove arg inc-path merged into inc-name.
3864 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3865 Arg regexp-list replaced by a simple regexp.
3866 (flymake-master-make-header-init, flymake-master-tex-init):
3867 Correspondingly replace regexp-list with a regexp. Fix regexp.
3868
3869 2006-01-10 Simon Josefsson <jas@extundo.com>
3870
3871 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3872 describing AUTH PLAIN fix.
3873
3874 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3875
3876 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3877 (report-emacs-bug): Don't record initial prompt text.
3878 Instead, add text properties to prompting text.
3879 (report-emacs-bug-hook): Delete prompting text.
3880
3881 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3882
3883 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3884 `dirs'. Adjust callers.
3885
3886 2006-01-09 John Paul Wallington <jpw@gnu.org>
3887
3888 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3889
3890 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3891
3892 * reveal.el (reveal-open-new-overlays): New extracted fun.
3893 (reveal-close-old-overlays): Idem. Check overlays's liveness before
3894 using them. Simplify the code.
3895 (reveal-post-command): Use them. Fix up obsolete windows in
3896 reveal-open-spots.
3897
3898 * progmodes/flymake.el: Use `require' rather than autoload for
3899 XEmacs's overlays.
3900 (flymake-get-common-file-prefix, flymake-build-relative-filename):
3901 Delete. Use file-relative-name instead.
3902 (flymake-get-syntax-check-program-args, flymake-perl-init):
3903 Simplify the resulting code.
3904
3905 * log-view.el (log-view-file-re, log-view-message-re): Add support
3906 for DaRCS output.
3907
3908 2006-01-09 Alex Schroeder <alex@gnu.org>
3909
3910 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3911 identifiers sometimes added in square brackets at the beginning of
3912 subject lines.
3913
3914 2006-01-07 Richard M. Stallman <rms@gnu.org>
3915
3916 * cus-edit.el (Custom-set, Custom-save): Doc fix.
3917 (Custom-reset-current, Custom-reset-saved): Change question text.
3918 (Custom-reset-standard): Likewise.
3919 (custom-variable-reset-saved): Doc fix.
3920
3921 2006-01-07 Eli Zaretskii <eliz@gnu.org>
3922
3923 * startup.el (init-file-user): Doc fix.
3924
3925 2006-01-07 Alex Schroeder <alex@gnu.org>
3926
3927 * mail/rmail.el (rmail-current-subject): New function.
3928 (rmail-current-subject-regexp): New function.
3929 (rmail-next-same-subject): Use it.
3930
3931 * mail/rmailsum.el (rmail-summary-by-topic):
3932 Use rmail-current-subject and rmail-current-subject-regexp.
3933 (rmail-summary-next-same-subject): Ditto.
3934
3935 * net/rcirc.el (rcirc-send-input): No longer check whether the
3936 process is open, since not all commands need an open process.
3937 (rcirc-send-string): Check whether the process is open before
3938 sending anything.
3939 (rcirc-ignore-list): New option.
3940 (rcirc-ignore-list-automatic): New variable.
3941 (rcirc-print): Take rcirc-ignore-list into account.
3942 (rcirc-cmd-ignore): New command.
3943 (rcirc-ignore-update-automatic): New function.
3944 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3945 list if ignored nicks.
3946 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3947
3948 2006-01-06 David Reitter <david.reitter@gmail.com>
3949
3950 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3951 reflect the address to which the report will be sent.
3952
3953 2006-01-06 Eli Zaretskii <eliz@gnu.org>
3954
3955 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3956 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3957
3958 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
3959
3960 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3961
3962 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3963 the doc string: "functoin" => "function".
3964 * ldefs-boot.el: Likewise.
3965
3966 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3967 message text: "Duplicat" => "Duplicate".
3968
3969 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
3970
3971 * files.el (basic-save-buffer-2): If backing-up failed, reset
3972 buffer-backed-up to nil.
3973
3974 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
3975
3976 * progmodes/gud.el (gdb-script-skip-to-head)
3977 (gdb-script-calculate-indentation): Indent for breakpoint command
3978 lists also.
3979
3980 2006-01-05 Bill Wohler <wohler@newt.com>
3981
3982 * Makefile.in (compile-always): Add mh-autoloads dependency.
3983 (bootstrap): Remove mh-autoloads dependency, as compile dependency
3984 provides it.
3985 (updates): Remove mh-autoloads dependency, since it probably has
3986 already run recently (via recompile).
3987
3988 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
3989
3990 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3991 argument `force' to disable the flyspell-last-buffer optimization.
3992 (flyspell-mode-on): Use it.
3993
3994 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3995 flymake-simple-cleanup.
3996 (flymake-allowed-file-name-masks): Use this new default.
3997 All the functions are now called in the right buffer rather than
3998 passing the buffer as argument.
3999 (flymake-process-sentinel): Switch to buffer before calling cleanup.
4000 (flymake-parse-err-lines): Remove redundant buffer arg.
4001 (flymake-get-program-dir): Comment out unused function.
4002 (flymake-start-syntax-check, flymake-start-syntax-check-process):
4003 Remove redundant buffer argument.
4004 (flymake-get-real-file-name, flymake-simple-java-cleanup)
4005 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
4006
4007 2006-01-05 Richard M. Stallman <rms@gnu.org>
4008
4009 * info.el (Info-find-node): Don't record previous node if have none.
4010 (info): Go to directory only if history is empty.
4011
4012 * simple.el (mark): Doc fix.
4013
4014 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4015
4016 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
4017 already of desired type.
4018 (mac-ae-list): Coerce parameter to "list" type.
4019 (mac-dispatch-apple-event): Replace cadr part of event with a
4020 dummy position so that event-start returns it.
4021
4022 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
4023
4024 * textmodes/org.el (org-end-of-subtree): New function.
4025 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
4026 Use `org-end-of-subtree'.
4027 (org-agenda, org-agenda-convert-date): Protect calls to
4028 `fit-window-to-buffer'.
4029 (org-tags-view): Force matching of sublevels when doing a
4030 todo-only search. Define the correct redo command, including the
4031 arguments.
4032 (org-agenda-redo): Display message.
4033 (org-check-for-org-mode): New function.
4034 (org-agenda-type): New variable.
4035 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
4036 Set `org-agenda-type'.
4037 (org-agenda-check-type): New function.
4038 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4039 (org-agenda-week-view, org-agenda-day-view)
4040 (org-agenda-next-date-line, org-agenda-previous-date-line)
4041 (org-agenda-log-mode, org-agenda-toggle-diary)
4042 (org-agenda-toggle-time-grid, org-agenda-date-later)
4043 (org-agenda-date-prompt, org-agenda-diary-entry)
4044 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
4045 (org-agenda-convert-date, org-agenda-menu):
4046 Use `org-agenda-check-type'.
4047 (org-make-overlay, org-delete-overlay)
4048 (org-detatch-overlay, org-move-overlay, org-overlay-put):
4049 New compatibility functions.
4050 (org-calendar-select-mouse): New command.
4051
4052 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
4053
4054 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
4055 (Custom-reset-standard): Fix y-or-n-p messages.
4056 (custom-link): New face for links.
4057 (custom-buffer-create-internal, custom-manual): Use it.
4058 (custom-face-save): Push to theme-face before setting face spec.
4059
4060 * wid-edit.el (widget-default-mouse-face-get): New function.
4061 (widget-specify-button): Handle mouse-face like button-face.
4062
4063 * custom.el (load-theme): Clear old theme settings if reloading.
4064
4065 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
4066
4067 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
4068 "Erase Customization" button back to same position it occupies in
4069 the individual State menus.
4070
4071 2006-01-04 Kim F. Storm <storm@cua.dk>
4072
4073 * wid-edit.el (key-sequence): Rework widget to read key binding
4074 using `kbd' syntax. Use C-q to insert literal key, event, or code.
4075 (widget-key-sequence-default-value): Default value for empty sequence.
4076 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
4077 (widget-key-sequence-read-event): New command for C-q.
4078 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
4079 (widget-key-sequence-value-to-external): New functions.
4080
4081 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4082
4083 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
4084 Use expand-file-name.
4085 (flymake-delete-temp-directory): Use expand-file-name,
4086 file-name-directory, and directory-file-name.
4087 (flymake-strrchr): Delete.
4088 (flymake-start-syntax-check): Don't pass the redundant buffer argument
4089 to the init-f function.
4090 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
4091 (flymake-init-find-buildfile-dir)
4092 (flymake-init-create-temp-source-and-master-buffer-copy)
4093 (flymake-simple-make-init-impl, flymake-simple-make-init)
4094 (flymake-master-make-init, flymake-master-make-header-init)
4095 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
4096 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
4097 (flymake-xml-init): Remove corresponding redundant buffer argument.
4098 (flymake-allowed-file-name-masks): Remove last elems that are equal to
4099 the default anyway. Clean up regexps.
4100
4101 * progmodes/flymake.el (flymake-temp-source-file-name)
4102 (flymake-master-file-name, flymake-temp-master-file-name)
4103 (flymake-base-dir): New buffer-local vars.
4104 (flymake-buffer-data, flymake-get-buffer-value)
4105 (flymake-set-buffer-value): Replace those hash-tables by the new
4106 buffer-local vars. Update callers.
4107
4108 * progmodes/flymake.el (flymake-check-start-time)
4109 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
4110 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
4111 Move definition, so we can remove redundant earlier declaration.
4112 (flymake-replace-regexp-in-string, flymake-split-string)
4113 (flymake-get-temp-dir): Use defalias.
4114 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
4115 (flymake-xemacs-window-edges): Remove unused function.
4116 (flymake-get-point-pixel-pos): Move.
4117 (flymake-pid-to-names, flymake-reg-names)
4118 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
4119 Replace by a simple list flymake-processes and by process-buffer.
4120 Update callers. Other than simplify the code, it uses buffers rather
4121 than buffer-names so it doesn't get confused by uniquify.
4122 (flymake-buffer-data): The global value should just be nil.
4123
4124 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
4125 Optimize the body of a defalias like any other code.
4126
4127 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
4128 Make sure we've setup font-lock's vars. It may influence which
4129 function we then call.
4130 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
4131 here since it's too late anyway.
4132
4133 2006-01-03 Romain Francoise <romain@orebokech.com>
4134
4135 * startup.el (fancy-splash-tail, normal-splash-screen):
4136 Update copyright year.
4137
4138 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
4139
4140 * mouse.el (mouse-drag-track): Rename, from
4141 `mouse-drag-region-1'. Includes optional argument required to
4142 enable post-drag event processing (e.g. delete region keys).
4143 Can be used without this argument to track a mouse region and operate
4144 on it as soon as the drag completes.
4145 (mouse-drag-region): Use `mouse-drag-track'.
4146
4147 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4148
4149 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
4150 Move to `custom-buffer' group.
4151
4152 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4153 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
4154 (custom-theme-insert-face-marker, custom-theme-variable-menu)
4155 (custom-theme-face-menu): New variables.
4156 (custom-theme-add-variable, custom-theme-variable-action)
4157 (custom-variable-reset-theme, custom-theme-delete-variable)
4158 (custom-face-reset-theme, custom-theme-face-action)
4159 (custom-theme-delete-face, custom-theme-merge-theme)
4160 (custom-theme-add-face, custom-theme-visit-theme): New functions.
4161
4162 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
4163
4164 * custom.el: Move Custom Themes commentary to start of theme code.
4165 (custom-known-themes): Rename `standard' theme to `changed'.
4166 (custom-push-theme): Caller no longer specifies what theme to use
4167 when doing `reset'---the setting is simply removed from the theme.
4168 Delete MODE from `theme-value' and `theme-settings' properties.
4169 (custom-declare-theme): Ignore &rest args since we don't use them.
4170
4171 (custom-loaded-themes): Delete variable.
4172 (custom-theme-load-themes, custom-theme-loaded-p)
4173 (custom-theme-value): Delete functions.
4174
4175 (custom-declare-theme): Signal error on invalid theme names.
4176 (provide-theme): custom-loaded-themes was deleted.
4177 (load-theme): Load the file unconditionally.
4178 (enable-theme): Call `load-theme' if theme is undefined.
4179 (custom-enabled-themes): Only update value for successful loads.
4180 (disable-theme): Complete from enabled themes when interactive.
4181 (custom-variable-theme-value): Calculate theme value directly.
4182
4183 (custom-theme-reset-variables, custom-reset-variables): Mark as
4184 XEmacs compatibility functions. We don't actually use these.
4185
4186 * cus-edit.el (custom-variable-state-set):
4187 Use custom-variable-theme-value instead of custom-theme-value.
4188 (custom-face-state-set): Rename `standard' theme to `changed'.
4189 (custom-save-variables, custom-save-faces): Delete unneeded
4190 references to custom-reset-variables.
4191 (custom-save-resets): Delete function.
4192 (custom-save-variables, custom-save-faces): MODE argument deleted.
4193 (custom-save-variables, custom-save-faces): Ignore theme values.
4194
4195 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4196 compatibility function.
4197
4198 2006-01-01 Richard M. Stallman <rms@gnu.org>
4199
4200 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4201 (Custom-reset-current, Custom-reset-saved): Likewise.
4202 (Custom-reset-standard): Show message if aborted.
4203 (custom-mode): Doc fix, describing those commands.
4204
4205 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4206 put on event-kind property.
4207
4208 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4209
4210 * custom.el (provide-theme): Ban `user' theme name.
4211 (custom-enabling-themes): New variable.
4212 (enable-theme): Don't enable user if custom-enabling-themes is t.
4213 (custom-enabled-themes): Make it a defcustom.
4214 (custom-theme-recalc-face): No-op if face is undefined.
4215
4216 * cus-edit.el (custom-button-mouse): New variable.
4217 (custom-button-mouse): New face.
4218 (custom-raised-buttons, custom-mode): Use it.
4219
4220 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4221
4222 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4223
4224 * progmodes/gud.el (gud-display-line): Support hl-line in the
4225 source buffer.
4226
4227 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4228
4229 * mouse.el (mouse-drag-window-above): Verify that the found window
4230 overlaps with the given window in the horizontal dimension.
4231
4232 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4233
4234 * Makefile.in (cvs-update): New target.
4235
4236 * makefile.w32-in (cvs-update): Ditto.
4237
4238 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4239
4240 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4241 (custom-new-theme-mode-map): New variable.
4242
4243 2005-12-30 Richard M. Stallman <rms@gnu.org>
4244
4245 * custom.el (custom-load-themes): Function deleted.
4246
4247 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4248 (custom-save-variables): Don't delete or add custom-load-themes call.
4249
4250 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4251
4252 * cus-start.el: Add `visible-cursor'.
4253
4254 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4255 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4256 (flymake-process-filter): Switch to buffer before calling it instead.
4257 (flymake-post-syntax-check, flymake-highlight-err-lines)
4258 (flymake-delete-own-overlays, flymake-parse-err-lines)
4259 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4260 (flymake-count-lines, flymake-parse-residual):
4261 Remove constant buffer argument.
4262 (flymake-start-syntax-check-for-current-buffer): Remove.
4263 Update callers to use flymake-start-syntax-check instead.
4264 (flymake-display-err-menu-for-current-line):
4265 Remove unused var `mouse-pos'.
4266 (flymake-restore-formatting): Comment out unused function.
4267 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4268 argument, use current-buffer instead. Update callers.
4269
4270 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4271
4272 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4273 buffer-local because choose-completion-delete-max-match requires
4274 that we set completion-ignore-case (i.e., binding via let is not
4275 sufficient).
4276 (bibtex-complete): Always set completion-ignore-case and
4277 choose-completion-string-functions. The latter is needed because
4278 choose-completion-string-functions keeps its value if we quit the
4279 *Completions* buffer without requesting a completion.
4280
4281 2005-12-30 Andreas Schwab <schwab@suse.de>
4282
4283 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4284
4285 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4286
4287 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4288
4289 2005-12-30 Juri Linkov <juri@jurta.org>
4290
4291 * locate.el (locate-fcodes-file, locate-header-face)
4292 * progmodes/delphi.el (delphi-other-face)
4293 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4294
4295 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4296 group `paren-showing-faces'.
4297
4298 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4299 (goto-address): Fix docstring.
4300
4301 * net/webjump.el (webjump-sample-sites): Update URLs.
4302
4303 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4304
4305 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4306
4307 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4308
4309 * font-lock.el (font-lock-compile-keywords): Signal an error when
4310 font-lock-set-defaults hasn't been called.
4311
4312 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4313
4314 * subr.el (noreturn, 1value): Doc fixes.
4315
4316 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4317
4318 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4319 that assoc-string returns nil.
4320
4321 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4322
4323 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4324 (bibtex-entry-type-str, bibtex-empty-field-re)
4325 (bibtex-search-backward-string, bibtex-preamble-prefix)
4326 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4327 (bibtex-any-valid-entry-type): New variable.
4328 (bibtex-parse-field-name): Simplify.
4329 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4330 (bibtex-preamble-prefix): Include left delimiter.
4331 (bibtex-search-forward-field, bibtex-search-backward-field):
4332 Allow unbounded search past entry boundaries (required by bibtex-pop).
4333 (bibtex-text-in-field-bounds): Use push.
4334 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4335 (bibtex-parse-preamble, bibtex-valid-entry)
4336 (bibtex-beginning-first-field): New functions.
4337 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4338 (bibtex-map-entries): Fix docstring.
4339 (bibtex-flash-head): New arg prompt. Simplify.
4340 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4341 (bibtex-insert-kill): Simplify. Always insert text past the
4342 current field or entry.
4343 (bibtex-format-entry): Use bibtex-parse-field.
4344 (bibtex-pop): Use bibtex-beginning-of-entry and
4345 bibtex-end-of-entry to initiate the search. Insert empty field if
4346 we found ourselves.
4347 (bibtex-print-help-message): New args field and comma.
4348 Handle entry keys.
4349 (bibtex-make-field): Use bibtex-beginning-of-entry.
4350 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4351 invalid entry.
4352 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4353 Handle preambles. Simplify code for thorough test.
4354 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4355 New arg comma. Handle entry heads.
4356 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4357 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4358 New arg comma.
4359 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4360 (bibtex-fill-field): Simplify.
4361 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4362 bibtex-parse-field.
4363 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4364 (bibtex-complete): Use bibtex-parse-preamble.
4365
4366 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4367
4368 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4369 Display name of expression instead of convenience variable.
4370 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4371
4372 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4373 toggle-gud-tooltip-dereference.
4374 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4375 (gud-tooltip-tips): ...here when dereferencing.
4376
4377 2005-12-28 Bill Wohler <wohler@newt.com>
4378
4379 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4380
4381 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4382
4383 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4384 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4385 (vc-annotate-display-autoscale): Adjust call.
4386 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4387 Fix interactive spec.
4388 (vc-annotate-time-span): Remove.
4389 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4390 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4391 (vc-annotate-display-select): Use new name.
4392
4393 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4394 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4395 Correct the construction of span entries. Simplify.
4396 (vc-annotate-display-select): Fix the nil case.
4397 (vc-annotate): Remove obsolete (and now broken) code.
4398 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4399 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4400
4401 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4402
4403 * subr.el (lazy-completion-table): Correct typo in docstring.
4404
4405 * startup.el (command-line): Use `custom-reevaluate-setting' for
4406 `send-mail-function'.
4407
4408 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4409
4410 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4411
4412 * mail/smtpmail.el (smtpmail-try-auth-methods):
4413 Send credentials together with "AUTH PLAIN" command.
4414
4415 2005-12-27 Richard M. Stallman <rms@gnu.org>
4416
4417 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4418 mouse-2, go back to previously selected window, so it's selected
4419 when mouse-2 command runs.
4420
4421 2005-12-27 Juri Linkov <juri@jurta.org>
4422
4423 * descr-text.el (describe-text-sexp): Use square brackets for
4424 button [Show] to distinguish it from the property value `show'.
4425 (describe-property-list): Use `insert-text-button' with
4426 `help-face' type instead of putting face in quotes, because button
4427 is not created automatically for a list of faces.
4428 (describe-text-properties-1): Put button-type value in quotes to
4429 distinguish from plain text "button".
4430 (describe-char): Display code point values in hex. Don't use
4431 `symbol-name' for `current-input-method' because it is a string.
4432 Use `insert-text-button' with `help-face' type instead of putting
4433 hardcoded face in quotes, because button is not created automatically.
4434
4435 2005-12-27 Richard M. Stallman <rms@gnu.org>
4436
4437 * progmodes/glasses.el (glasses-face): More specific custom type.
4438
4439 * files.el (set-visited-file-name): Doc fix.
4440
4441 * textmodes/flyspell.el (flyspell-external-point-words):
4442 Use local var buffer-scan-pos to advance scan for next misspelling.
4443 Advance it only after we find the misspelling.
4444
4445 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4446
4447 * textmodes/flyspell.el (flyspell-external-point-words):
4448 New criteria for finding the misspelling in the buffer.
4449
4450 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4451
4452 * help-mode.el (help-insert-string): Set help-xref-stack-item
4453 rather than call help-setup-xref.
4454
4455 * descr-text.el (describe-char): Revert previous changes for
4456 optional buffer argument.
4457
4458 2005-12-27 Juri Linkov <juri@jurta.org>
4459
4460 * help-mode.el (help-insert-string): New function. Save buffer
4461 contents in cases where it is impossible to recompute the old contents.
4462
4463 * descr-text.el (describe-char): Set help-xref-stack-item
4464 explicitly after buffer has been generated.
4465
4466 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4467
4468 * cus-start.el (all): Add x-gtk-show-hidden-files.
4469
4470 2005-12-26 Richard M. Stallman <rms@gnu.org>
4471
4472 * replace.el (perform-replace): Calculate match-again
4473 before skipping read-only matches.
4474
4475 * paren.el (paren-showing-faces): New group.
4476 (show-paren-match, show-paren-mismatch): Move to that group.
4477
4478 * button.el (button): Put into group `basic-faces'.
4479
4480 * progmodes/make-mode.el: Remove faces from group `faces'.
4481
4482 * apropos.el (apropos, apropos-value): Doc fix.
4483 (apropos-documentation): Doc fix.
4484
4485 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4486
4487 * subr.el (lazy-completion-table): Remove argument `args'.
4488
4489 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4490 Don't use the `args' argument of lazy-completion-table.
4491
4492 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4493
4494 * descr-text.el (describe-char): Add optional argument for buffer.
4495 Set buffer appropriately. Call help-setup-xref.
4496 Suggested by Stefan Monnier.
4497
4498 2005-12-26 Juri Linkov <juri@jurta.org>
4499
4500 * descr-text.el: Require `help-fns' at runtime. Don't require
4501 `button' for byte compilation.
4502 (describe-text-widget): Add `help-echo' for first button.
4503 Use `help-info' for second.
4504 (describe-property-list): Use `help-argument-name' instead of `italic'.
4505 (describe-text-category): Add prompt to interactive spec.
4506 Call `help-setup-xref'.
4507 (describe-char): Use `help-character-set'. Add `help-echo' for
4508 code point. Use `help-input-method'. Remove superfluous insert.
4509
4510 2005-12-25 Richard M. Stallman <rms@gnu.org>
4511
4512 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4513 at point, in case of narrowing.
4514
4515 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4516
4517 * locate.el (locate-header-face): Allow nil in type.
4518
4519 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4520
4521 2005-12-25 Romain Francoise <romain@orebokech.com>
4522
4523 * battery.el (battery-linux-proc-acpi): Also try
4524 `/proc/acpi/thermal_zone/THM0/temperature'.
4525
4526 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4527
4528 * custom.el (custom-push-theme): Fix docstring.
4529
4530 * cus-edit.el (custom-variable-set, custom-variable-save)
4531 (custom-variable-save): Custom-quote widget values.
4532 (customize-save-variable): Fix custom-push-theme call.
4533
4534 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4535
4536 * w32-fns.el (w32-batch-update-autoloads): New function.
4537
4538 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4539 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4540 from the command line.
4541
4542 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4543
4544 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4545 reset means to remove setting from theme entirely. Don't keep
4546 expanding theme-settings list; delete old entries if necessary.
4547
4548 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4549 customization" button one line up.
4550 (custom-themed): New face.
4551 (custom-magic-alist): New value, THEMED, for theme settings.
4552 (custom-variable-state-set, custom-face-state-set):
4553 Check theme-value instead of saved-value.
4554 (custom-variable-reset-standard, custom-face-reset-standard):
4555 Remove theme setting entirely. Recalculate new values.
4556 (custom-variable-set, custom-variable-set)
4557 (custom-variable-reset-saved, custom-variable-reset-backup)
4558 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4559 (custom-variable-save): Fix typos.
4560
4561 2005-12-23 Juri Linkov <juri@jurta.org>
4562
4563 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4564 Add autoload cookies.
4565 (edebug-outside-d-c-i-n-s-w): New variable.
4566 (edebug-display, edebug-outside-excursion): Use it to save the
4567 original value of default-cursor-in-non-selected-windows.
4568 Set default-cursor-in-non-selected-windows to t while Edebug
4569 is active.
4570 (edebug-mode, edebug-eval-mode): Doc fix.
4571
4572 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4573 with `buffer-substring-no-properties' to remove common substring
4574 highlighting.
4575
4576 * info.el (info-other-window, info): Rename function argument
4577 `file' to `file-or-node'.
4578 (Info-complete-menu-item): Use local variable `complete-nodes' to
4579 keep the global value of `Info-complete-nodes' unchanged for
4580 subsequent completions.
4581 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4582
4583 * simple.el (get-next-valid-buffer, last-buffer)
4584 (next-error-buffer-p, next-error-find-buffer)
4585 (minibuffer-history-sexp-flag): Doc fix.
4586
4587 * savehist.el (savehist-mode-hook): Add `:group'.
4588
4589 * log-view.el: Call autoload for vc-find-version.
4590 (log-view-current-file): Adjust subgroup numbers.
4591 (log-view-current-tag): Add `length'.
4592
4593 2005-12-23 Richard M. Stallman <rms@gnu.org>
4594
4595 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4596
4597 2005-12-23 Juri Linkov <juri@jurta.org>
4598
4599 * hi-lock.el (hi-lock-archaic-interface-message-used)
4600 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4601 (hi-lock-mode): Display "Hi" in the mode line only when
4602 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4603 (hi-lock-write-interactive-patterns):
4604 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4605 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4606 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4607 font-lock-add-keywords to t.
4608
4609 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4610
4611 * hi-lock.el (hi-lock-highlight-range): New variable.
4612 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4613 only if font-lock-fontified is non-nil. Remove overlays.
4614 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4615 font-lock-fontified is non-nil, otherwise use overlays (instead of
4616 text properties).
4617 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4618 New variables.
4619 (hi-lock-string-serialize) New function.
4620
4621 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4622
4623 * menu-bar.el (menu-find-file-existing): New function.
4624 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4625
4626 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4627
4628 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4629
4630 * vc.el: Remove unnecessary leading * in docstrings.
4631 (vc-annotate-mode-map): Move initialization into declaration.
4632 (vc-static-header-alist): Nitpick on the regexp.
4633 (vc-default-init-version): New fun.
4634 (vc-register): Use it.
4635 (vc-insert-headers): Use dolist.
4636 (vc-annotate-get-backend): Remove unused function.
4637 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4638 (vc-annotate-mode): Remove corresponding call.
4639 (vc-annotate-car-last-cons): Simplify.
4640 (vc-annotate-buffers): Remove var.
4641 (vc-annotate-backend): Make it buffer-local.
4642 (vc-annotate): Move the interaction to the interactive spec.
4643 Add a `buf' argument.
4644 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4645 killing&creating a vc-annotate buffer, which is very disruptive when
4646 the buffers are shown in dedicated frames.
4647
4648 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4649
4650 * descr-text.el: Add FSF as maintainer.
4651 (describe-text-mode, describe-text-mode-map)
4652 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4653 help-mode.
4654 (describe-text-widget, describe-text-sexp)
4655 (describe-property-list, describe-text-category)
4656 (describe-text-properties, describe-text-properties-1)
4657 (describe-char): Use help buttons instead of widgets.
4658 (describe-char-unicodedata-file): Make URL link in doc string.
4659
4660 2005-12-22 Richard M. Stallman <rms@gnu.org>
4661
4662 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4663 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4664 Don't include buttons that write a file when there's no file.
4665 (custom-variable-menu, custom-face-menu, custom-group-menu):
4666 Don't include commands that write a file when there's no file.
4667 (customize-browse): Reword the top-of-buffer help intro.
4668 (custom-buffer-create-internal): Fix previous change.
4669 (customize-changed-options-previous-release): Prev release is 21.1.
4670 (customize-changed-options): Doc fix.
4671 (customize-changed): New alias.
4672 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4673 Say "standard values".
4674 (Custom-reset-standard): Doc fix.
4675 (custom-face-reset-standard): Doc fix.
4676
4677 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4678
4679 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4680 even if font-lock-mode is non-nil since it may be t without having
4681 turned on font-lock-mode-internal.
4682 (font-lock-choose-keywords): Minor optimization.
4683 (font-lock-add-keywords, font-lock-remove-keywords)
4684 (font-lock-set-defaults): Don't call make-local-variable on a variable
4685 that we know to already be local.
4686
4687 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4688
4689 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4690 messages if in the minibuffer.
4691
4692 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4693
4694 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4695 (tex-mode-flyspell-verify, flyspell-get-word)
4696 (flyspell-external-point-words): Don't use point-min/max uselessly.
4697
4698 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4699 by Kevin Rodgers. Instead, just hide the completions buffer if we
4700 don't need to show it.
4701
4702 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4703
4704 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4705
4706 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4707
4708 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4709 delete-windows-on with an inexistent buffer.
4710
4711 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4712
4713 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4714 Delete defcustom variable :tag names.
4715
4716 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4717
4718 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4719 (log-view-font-lock-keywords): Ajust subgroup numbers.
4720 (log-view-current-tag): Don't hard code the number of subgroups.
4721
4722 2005-12-20 Juri Linkov <juri@jurta.org>
4723
4724 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4725 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4726
4727 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4728 (menu-bar-non-minibuffer-window-p): Instead of checking
4729 display-multi-frame-p, use selected-frame when menu-updating-frame
4730 is nil.
4731
4732 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
4733
4734 * align.el (align-rules-list): Use [ \t] instead of \s-
4735 for column separators in text mode.
4736
4737 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4738
4739 * help-mode.el (help-customize-variable, help-customize-face):
4740 Don't pop help-xref-stack as help-follow no longer pushes
4741 anything on to it.
4742
4743 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4744
4745 * textmodes/org.el (org-agenda-custom-commands): New option.
4746 (org-agenda): Offer custom commands on splash screen.
4747 (org-make-tags-matcher): Parser for Boolean logic added.
4748 (org-agenda-set-tags): New command.
4749 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4750 (org-set-tags): Efficiency improvements.
4751 (org-auto-align-tags): New option.
4752 (org-todo, org-demote, org-promote): Realign tags.
4753 (org-tags-completion-function): Use also "&" and "|" as separators.
4754 (org-org-menu): Agenda commands simplified.
4755
4756 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4757
4758 * cus-edit.el (customize-apropos, customize-apropos-options):
4759 Docstring changes.
4760
4761 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4762
4763 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4764
4765 * longlines.el (longlines-mode): Wrap while widened.
4766 (longlines-decode-region, longlines-encode-region): Compute max
4767 just once.
4768
4769 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4770
4771 * cus-edit.el (mac): New group.
4772
4773 * cus-start.el (all): Add user options in macterm.c. Add test for
4774 Mac-related built-ins. Fix test for GTK-related built-ins.
4775
4776 * term/mac-win.el (mac-handle-language-change)
4777 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4778 (mac-services-open-selection, mac-services-mail-selection)
4779 (mac-services-mail-to, mac-services-insert-text)
4780 (mac-dispatch-apple-event): Add docstrings.
4781 (x-get-selection, mac-select-convert-to-string): Select coding
4782 system from `utf-16be' and `utf-16le' using `byteorder'.
4783
4784 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4785
4786 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4787 a "list" (lambda ...) rather than a real completion list.
4788
4789 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4790 lexical-let when encountering ((lambda (...) ...) ...).
4791
4792 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4793
4794 * progmodes/sh-script.el (sh-mode):
4795 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4796 * textmodes/picture.el (picture-mode): Update docstrings.
4797
4798 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4799
4800 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4801 commands enclosed in $(ARGQUOTE)s should not be split between two
4802 lines, as that will break with GNU Make >3.80, when sh.exe is used
4803 and arg quoting is with '..'.
4804 (autoloads): Don't break the quoted --eval expression between
4805 several lines.
4806
4807 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4808
4809 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4810 Capture error from printing circular structures.
4811
4812 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
4813
4814 * wid-edit.el (widget-checkbox-action): Clear undo info.
4815
4816 2005-12-16 Bill Wohler <wohler@newt.com>
4817
4818 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4819 bar, not menubar in comment.
4820
4821 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4822
4823 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4824 After-change-functions should not clobber the match data.
4825
4826 2005-12-16 Juri Linkov <juri@jurta.org>
4827
4828 * simple.el (choose-completion): Use `buffer-substring-no-properties'
4829 instead of `buffer-substring'.
4830 (completion-common-substring): Doc fix.
4831 (completion-setup-function): Use minibuffer-completion-contents
4832 instead of minibuffer-contents. Don't set common-string-length
4833 initially. Remove special handling of partial-completion-mode.
4834 Move computation of completion-base-size into one cond.
4835 Call completion-base-size-function in mainbuf. In computation of
4836 completion-base-size for file name completion don't move point to
4837 the end of the minibuffer. Move computation of common-string-length
4838 into one cond. Start putting faces only when common-string-length>=0.
4839 Add condition to put completions-common-part when
4840 common-string-length>0.
4841
4842 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4843 place point at the first different character in the minibuffer
4844 even if this position is at the beginning of the minibuffer.
4845
4846 * info.el (Info-read-node-name-1): In completion-base-size-function's
4847 lambda return 1 if common-substring or minibuffer-completion-contents
4848 starts with (, and 0 otherwise.
4849
4850 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4851 Use `crm-current-element' for second arg of `display-completion-list'.
4852
4853 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
4854
4855 * files.el (set-auto-mode): Look for an interpreter specified on
4856 the first line also if search for mode specification succeeded,
4857 but the mode is not known.
4858
4859 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
4860
4861 * textmodes/org.el (org-tags-match-list-sublevels): New option.
4862 (org-open-at-point): Implement tag searches as links.
4863 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4864 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4865 (org-tags-sparse-tree, org-tags-view, org-set-tags)
4866 (org-agenda-dispatch): New commands.
4867 (org-use-tag-inheritance, org-tags-column): New options.
4868 (org-tab-follows-link, org-return-follows-link): New options.
4869 (org-tags): New customize group.
4870 (org-start-icalendar-file): Get local time zone.
4871 (org-tags-completion-function): New function.
4872 (org-set-font-lock-defaults): Make sure links will also be
4873 highlighted inside headlines.
4874
4875 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
4876
4877 * term.el (term-emulate-terminal):
4878 Let term-handle-ansi-terminal-messages override what Bash says about
4879 its current directory.
4880
4881 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4882
4883 * bindings.el (last-buffer): Move to simple.el.
4884 * simple.el (last-buffer): Move here.
4885 (get-next-valid-buffer): New function.
4886 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4887 (prev-buffer): Ditto. Rename to `previous-buffer'.
4888
4889 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4890 * bindings.el (global-map): Ditto.
4891
4892 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
4893
4894 * cus-edit.el: Introductory comment change.
4895 (custom-magic-alist): Change message string for the `rogue' state.
4896
4897 2005-12-15 Richard M. Stallman <rms@gnu.org>
4898
4899 * tooltip.el: Delete defcustom variable :tag names.
4900
4901 * complete.el (partial-completion-mode): Doc fix.
4902
4903 * textmodes/flyspell.el (flyspell-external-point-words):
4904 Use save-excursion to ensure we don't move backward in the
4905 search loop, not even one character.
4906 (flyspell-delete-all-overlays): Use remove-overlays directly.
4907
4908 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4909 (ispell-start-process): Set that variable.
4910 Clear ispell-buffer-local-name.
4911 (ispell-internal-change-dictionary):
4912 Set ispell-current-dictionary after killing process.
4913 (ispell-buffer-local-dict):
4914 Don't set spell-personal-dictionary after killing process.
4915 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4916 (ispell-tex-skip-alists, ispell-html-skip-alists)
4917 (ispell-skip-region-alist): Mark as risky.
4918
4919 * net/newsticker.el (newsticker--retrieval-timer-list)
4920 (newsticker--display-timer, newsticker-running-p)
4921 (newsticker-ticker-running-p): Definitions moved up.
4922
4923 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
4924
4925 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4926
4927 2005-12-15 David Ponce <david@dponce.com>
4928
4929 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4930 (recentf-edit-list, recentf-open-files): Signal an error when
4931 there is no recent file.
4932
4933 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
4934
4935 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4936 read-only except for texinfo-format-region evaluation.
4937
4938 2005-12-14 Richard M. Stallman <rms@gnu.org>
4939
4940 * vc.el (vc-default-previous-version, vc-default-next-version)
4941 (vc-do-command): Doc fixes.
4942
4943 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4944
4945 * textmodes/bibtex.el (bibtex-expand-strings)
4946 (bibtex-autokey-expand-string, bibtex-name-part)
4947 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4948 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4949 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4950 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4951 (bibtex-entry-postfix, bibtex-known-entry-type-re)
4952 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4953 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4954 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4955 (bibtex-beginning-of-last-entry): Remove.
4956 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
4957 message if comma is missing but buffer is read-only.
4958 (bibtex-parse-field-text): Handle whitespaces at the end of field
4959 text. Return 3-element list with beginning and end of field text
4960 and end of field.
4961 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4962 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
4963 (bibtex-search-forward-field, bibtex-search-backward-field):
4964 Search always delimited by limits of entry. Use more efficient
4965 search algorithms.
4966 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4967 bibtex-end-of-name-in-field.
4968 (bibtex-text-in-field-bounds): Handle BibTeX strings when
4969 extracting the content of a field.
4970 (bibtex-text-in-field): Use search limits.
4971 (bibtex-parse-string-prefix): Handle empty string keys based on
4972 bibtex-string-empty-key.
4973 (bibtex-parse-string): Fix docstring.
4974 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4975 (bibtex-preamble-prefix, bibtex-strings): New functions.
4976 (bibtex-skip-to-valid-entry): Include preceding whitespace in
4977 BibTeX entries (consistent with other BibTeX functions).
4978 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4979 (bibtex-search-entry): Fix docstring. Simplify.
4980 (bibtex-flash-head, bibtex-complete-string-cleanup)
4981 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4982 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4983 (bibtex-parse-entry): New optional arg content.
4984 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4985 Use bibtex-text-in-field-bounds.
4986 (bibtex-print-help-message): Handle BibTeX strings and preambles.
4987 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4988 bibtex-parse-string-postfix.
4989 (bibtex-find-text-internal): New function.
4990 (bibtex-remove-delimiters): Use it.
4991 (bibtex-find-text): Use it. New optional arg help.
4992 (bibtex-complete): Handle BibTeX string and preamble entries.
4993 (bibtex-Preamble): Fix order of closing delimiters.
4994
4995 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4996
4997 * vc.el (vc-default-revert): New fun.
4998
4999 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
5000
5001 2005-12-14 Romain Francoise <romain@orebokech.com>
5002
5003 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
5004 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
5005 (font-lock-remove-keywords): Likewise.
5006
5007 2005-12-14 Juri Linkov <juri@jurta.org>
5008
5009 * log-view.el (log-view-diff): Doc fix.
5010
5011 * isearch.el (isearch-query-replace): Use (mark) instead of
5012 isearch-opoint if mark is active in transient-mark-mode.
5013
5014 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
5015
5016 * isearch.el (isearch-query-replace): Check for isearch-other-end.
5017
5018 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
5019
5020 * progmodes/cpp.el (cpp-face): New widget.
5021 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
5022
5023 2005-12-14 Juri Linkov <juri@jurta.org>
5024
5025 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
5026 around `erase-buffer' and `insert'.
5027
5028 * descr-text.el (describe-text-properties): Replace buffer name
5029 "*Help-2*" with "*Help*<2>".
5030 (describe-char): Add functions print-help-return-message,
5031 toggle-read-only. Use help-setup-xref with nil to not store
5032 describe-char in help-xref-stack. Use help-make-xrefs to
5033 make [back] button.
5034
5035 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
5036
5037 * wdired.el (wdired-old-point): New internal variable.
5038 (wdired-change-to-wdired-mode): Set it buffer-locally.
5039 (wdired-abort-changes): Restore point after aborting changes.
5040
5041 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5042
5043 * vc.el (vc-do-command): Add a new value t for okstatus.
5044
5045 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
5046 frame in case of errors.
5047
5048 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5049
5050 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
5051 so it comes after "On the Left" in the menu.
5052
5053 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
5054
5055 * cus-edit.el (customize-apropos, customize-apropos-options)
5056 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
5057
5058 2005-12-12 Bill Wohler <wohler@newt.com>
5059
5060 * vc-svn.el (vc-svn-registered): Fix problem of visiting
5061 non-writable Subversion-controlled files by saving window
5062 configuration before calling vc-do-command. vc-do-command calls
5063 pop-to-buffer on error which is unexpected during registration.
5064
5065 2005-12-12 Jay Belanger <belanger@truman.edu>
5066
5067 * calc/README: Update the summary of changes.
5068
5069 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5070
5071 * descr-text.el (describe-char): Rework last fix to solve the problem
5072 is the same way it's solved for everything else in that function
5073 (i.e. by extracting the info before setting up the *Help* buffer).
5074
5075 2005-12-12 Kim F. Storm <storm@cua.dk>
5076
5077 * subr.el (version-regexp-alist): Allow space as separator before
5078 non-numeric part, e.g. "1.0 alpha".
5079 (version-to-list): Interpret .X.Y version as 0.X.Y version.
5080
5081 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
5082
5083 * textmodes/org.el (org-agenda, org-timeline, org-todo):
5084 Implement Logging and the keep-modes setting.
5085 (org-get-category): Make sure a string is returned.
5086 (org-log-done): New function.
5087 (org-log-done, org-closed-string): New options.
5088
5089 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5090
5091 * tooltip.el (tooltip-y-offset): Change default to 20.
5092
5093 2005-12-12 Richard M. Stallman <rms@gnu.org>
5094
5095 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
5096
5097 * frame.el (display-hourglass): Doc fix.
5098
5099 * help.el (help-for-help-internal): Simplify entry for `a'.
5100
5101 * info.el (Info-on-current-buffer): Doc fix.
5102 (info-insert-file-contents): Don't test (featurep 'jka-compr).
5103
5104 * startup.el (inhibit-splash-screen): Make this the real name.
5105 (inhibit-startup-message): Make this the alias.
5106 (command-line): Find only simple.el, and use its directory
5107 to fill in other preloaded files' names.
5108 (command-line): Deactivate the mark if deactivate-mark is set.
5109
5110 * international/mule.el (load-with-code-conversion):
5111 Bind deactivate-mark.
5112
5113 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
5114
5115 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
5116
5117 * cus-edit.el (customize-apropos): Avoid listing an option more
5118 than once under different aliases. No longer list user options
5119 that are not defined with defcustom (unless a prefix arg is given).
5120 Doc fix.
5121 (customize-apropos-options): Doc fix.
5122
5123 2005-12-11 Juri Linkov <juri@jurta.org>
5124
5125 * frame.el (set-background-color, set-foreground-color)
5126 (set-cursor-color, set-mouse-color, set-border-color):
5127 Add explicit prompts to read colors by `facemenu-read-color'.
5128 (show-trailing-whitespace, blink-cursor-delay)
5129 (blink-cursor-interval, display-hourglass, hourglass-delay):
5130 Remove tags.
5131 (display-hourglass, hourglass-delay): Doc fix.
5132 (cursor-in-non-selected-windows): Capitalize words in tag.
5133
5134 * faces.el (frame-background-mode): Replace `choice-item' keywords
5135 with `const' to not make [default] button. Change default value tag
5136 from `default' to `automatic'. Doc fix.
5137 (trailing-whitespace) <defface>: Change group `whitespace' to
5138 `whitespace-faces'.
5139
5140 2005-12-11 Richard M. Stallman <rms@gnu.org>
5141
5142 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
5143
5144 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5145
5146 * term/mac-win.el: Create keymap for mac-apple-event-map.
5147
5148 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
5149
5150 * tooltip.el (tooltip-mode): Move to start of file so that it
5151 appears at top of customize buffer.
5152
5153 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5154 Add the gud groupname.
5155 (gud-tooltip-mode): Add the tooltip groupname.
5156 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
5157 avoid conflict with tooltip-use-echo-area.
5158
5159 2005-12-10 Romain Francoise <romain@orebokech.com>
5160
5161 * help.el (help-for-help-internal): Add `r' in doc string.
5162
5163 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5164
5165 * align.el (align-regexp, align-highlight-rule):
5166 Use region-beginning and region-end instead of point and mark, so that
5167 repetition (with `repeat-complex-command') recomputes the region
5168 bounds.
5169
5170 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
5171
5172 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5173 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5174 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5175 (balance-windows): Rewrite using the above new functions.
5176
5177 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5178
5179 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5180 react if global-hi-lock-mode seems intended.
5181 (global-hi-lock-mode) Renamed from hi-lock-mode.
5182 (hi-lock-archaic-interface-message-used)
5183 (hi-lock-archaic-interface-deduce): New variables.
5184 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5185 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5186 (hi-lock-find-patterns, hi-lock-font-lock-hook):
5187 Replace hi-lock-buffer-mode with hi-lock-mode.
5188
5189 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
5190
5191 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5192 completion list, even after a partial completion has been
5193 inserted in the current buffer. If there are more than 1
5194 completion, redisplay the *Completions* buffer; if the
5195 completion is unique, delete the *Completions* window.
5196
5197 2005-12-10 Eli Zaretskii <eliz@gnu.org>
5198
5199 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5200 strings and long subject lines that were broken into multiple
5201 lines at arbitrary places. Handle subjects that have "Re: " in
5202 the middle.
5203
5204 2005-12-10 John W. Eaton <jwe@octave.org>
5205
5206 * emacs/octave-mod.el (octave-electric-space): Don't indent
5207 comments or strings if octave-auto-indent is nil.
5208
5209 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5210
5211 * term/mac-win.el: Require url when compiling.
5212 Call mac-process-deferred-apple-events after loading init files.
5213 (mac-apple-event-map): New defvar. Define event handlers in it.
5214 (core-event, internet-event): New Apple event class symbols.
5215 (open-application, reopen-application, open-documents)
5216 (print-documents, open-contents, quit-application)
5217 (application-died, show-preferences, autosave-now, get-url):
5218 New Apple event ID symbols.
5219 (about): New HICommand ID symbol.
5220 (mac-event-spec, mac-event-ae): New macros.
5221 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5222 (mac-ae-selection-range, mac-ae-text-for-search)
5223 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5224 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5225 and Services menu events are now defined in mac-apple-event-map.
5226 (mac-drag-n-drop): Remove selection range handling.
5227
5228 2005-12-10 Kenichi Handa <handa@m17n.org>
5229
5230 * simple.el (zap-to-char):
5231 * isearch.el (isearch-process-search-char): Translate CHAR by
5232 translation-table-for-input.
5233
5234 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5235
5236 * foldout.el (foldout-exit-fold): Properly hide subtree.
5237
5238 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5239
5240 * files.el (save-buffer):
5241 * international/ucs-tables.el (ucs-set-table-for-input):
5242 * mail/mail-extr.el (mail-extract-address-components):
5243 * mail/sendmail.el (mail-mode): Reformat doc string.
5244
5245 2005-12-09 Juri Linkov <juri@jurta.org>
5246
5247 * isearch.el (isearch-highlight): Change main overlay priority
5248 from 1 to 1001. Simplify.
5249 (isearch-lazy-highlight-update): Change lazy overlay priority
5250 from 0 to 1000.
5251
5252 * replace.el (replace-highlight): Change overlay priority from
5253 1 to 1001.
5254
5255 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5256 Change overlay priority from 1 to 1001. Reuse existing overlay.
5257
5258 * compare-w.el (compare-windows-highlight): Change overlay
5259 priority from 1 to 1000.
5260
5261 * menu-bar.el (menu-bar-edit-menu): Add listp around
5262 pending-undo-list to disable menu item "undo" when pending
5263 undo list is empty.
5264
5265 * locate.el (locate): Disable undo in *Locate* buffer.
5266
5267 2005-12-09 Kim F. Storm <storm@cua.dk>
5268
5269 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5270
5271 2005-12-09 David Ponce <david@dponce.com>
5272
5273 * recentf.el: Improvement of the menu code.
5274 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5275 instead of menu hook.
5276 (recentf-show-menu, recentf-hide-menu): New functions.
5277 (recentf-menu-customization-changed, recentf-mode): Use them.
5278 (recentf-menu-action, recentf-max-menu-items)
5279 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5280 (recentf-arrange-by-rule-others)
5281 (recentf-arrange-by-rules-min-items)
5282 (recentf-arrange-by-rule-subfilter) : Don't use
5283 `recentf-menu-customization-changed'.
5284 (recentf-arrange-rules): Likewise. Accept functions to compute
5285 sub-menu titles.
5286 (recentf-menu-filter): Likewise. Doc fix.
5287 (recentf-menu-value-shortcut): Doc fix.
5288 (recentf-dump-variable): Quote atom value.
5289 (recentf-make-menu-items): Update to use it as a menu filter.
5290 (recentf-match-rule): New function.
5291 (recentf-arrange-by-rule): Use it.
5292 (recentf-indirect-mode-rule): New function.
5293 (recentf-build-mode-rules): Use it.
5294 (recentf-dir-rule): New function.
5295 (recentf-arrange-by-dir): Use it.
5296 (recentf-filter-changer-current): Rename from
5297 `recentf-filter-changer-state'. All references updated.
5298 (recentf-filter-changer-alist): Update filter names.
5299 (recentf-filter-changer-select): New function.
5300 (recentf-filter-changer): Use it. Make a sub-menu from filters
5301 available in `recentf-filter-changer-alist'.
5302 (recentf-data-cache, recentf-clear-data)
5303 (recentf-update-menu): Remove. All references updated.
5304 (recentf-match-rule-p, recentf-build-dir-rules)
5305 (recentf-filter-changer-goto-next)
5306 (recentf-filter-changer-get-current)
5307 (recentf-filter-changer-get-next): Remove.
5308
5309 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5310
5311 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5312 buffer "Reset" button to "Reset to Current" for consistency with
5313 the State buttons.
5314
5315 2005-12-08 John Paul Wallington <jpw@pobox.com>
5316
5317 * ibuf-ext.el (define-ibuffer-filter filename):
5318 If `dired-directory' is a list then really use its car.
5319
5320 2005-12-08 Kim F. Storm <storm@cua.dk>
5321
5322 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5323 Fix indention of text on right side of replaced rectangle.
5324
5325 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5326
5327 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5328 No need to check gud-comint-buffer is bound.
5329 (gdb): Prevent multiple debugging when first session uses gdba.
5330
5331 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5332
5333 CC Mode update to 5.31.
5334
5335 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5336 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5337 We might do this function properly in the future).
5338
5339 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5340 New macros c-sentence-end and c-default-value-sentence end, to cope
5341 with Emacs 22's new function `sentence-end'.
5342
5343 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5344
5345 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5346 compat issue using `c-put-overlay' and `c-delete-overlay'.
5347
5348 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5349 New compat macros to handle overlays/extents.
5350
5351 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5352
5353 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5354 (for GNU Emacs 20.4)
5355
5356 * progmodes/cc-defs.el:
5357 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5358
5359 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5360 highlighting mechanism so it will work in XEmacs too.
5361
5362 * progmodes/cc-defs.el: Insert c-int-to-char.
5363
5364 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5365 call to the new macro c-int-to-char. This solves XEmacs's
5366 regarding characters as different from integers.
5367
5368 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5369
5370 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5371 New internal helper.
5372
5373 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5374 construct to make the indirect face lookup work in XEmacs.
5375
5376 (c-cpp-matchers): Append the negation char face to the existing
5377 fontification, so that the cpp face doesn't disappear.
5378 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5379 and strings.
5380
5381 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5382 to map to `font-lock-negation-char-face' in emacsen where it exists.
5383
5384 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5385
5386 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5387
5388 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5389 Rename "c-subword-move-mode" as "c-subword-mode".
5390
5391 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5392 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5393
5394 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5395
5396 * progmodes/cc-mode.el: Added autoload directive for
5397 `c-subword-move-mode' for use in older emacsen.
5398
5399 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5400
5401 * progmodes/cc-mode.el:
5402 (i) Insert a binding for C-c C-backspace into
5403 c-bind-special-erase-keys which works in TTYs.
5404 (ii) Make sure that when file styles are used, any explicitly
5405 given style variables take priority over those in the style.
5406 Do this by calling `hack-local-variables' a second time.
5407
5408 * progmodes/cc-vars.el: Add language specific customization
5409 widgets for AWK to c-doc-comment-style, c-require-final-newline
5410 and c-default-style. Add a defcustom for awk-mode-hook.
5411 Give c-syntactic-element and c-syntactic-context doc-strings by
5412 directly setting their `variable-documentation' propery.
5413 This allows Emacs 22.1 to read these with C-h v.
5414
5415 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5416
5417 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5418
5419 * progmodes/cc-fonts.el, cc-vars.el
5420 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5421 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5422 Masatake YAMATO.
5423
5424 (c-doc-comment-style): Made GtkDoc default in C mode.
5425
5426 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5427 and C-c C-<delete>.
5428
5429 (c-bind-special-erase-keys): New function for use on
5430 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5431
5432 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5433 <delete> key behavior in XEmacs according to `delete-forward-p'.
5434 C.f. `c-electric-delete'.
5435
5436 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5437
5438 * progmodes/cc-mode.el: Give c-hungry-backspace and
5439 c-hungry-delete-forward permanent key bindings.
5440
5441 * progmodes/cc-cmds.el (c-electric-semi&comma):
5442 Bind c-syntactic-context for calls to "criteria functions", for
5443 consistency with other calls to user functions.
5444
5445 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5446 `current-prefix-arg', since this might be the prefix arg to a
5447 command which calls c-indent-command as a function. Change the
5448 interactive spec from "p" to "P".
5449
5450 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5451 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5452 was difficult to understand.
5453
5454 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5455
5456 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5457 first char of an identifier.
5458
5459 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5460 +" syntax in C++.
5461
5462 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5463
5464 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5465 auto-fill doesn't split a c-comment's last word from a hanging
5466 "*/" when a space is typed between them after fill-column.
5467
5468 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5469
5470 * progmodes/cc-styles.el (c-set-style)
5471 (c-setup-paragraph-variables): Abort the command if we're not in a
5472 CC Mode buffer.
5473
5474 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5475 with blank comment-prefix, and a blank line as the comment's
5476 second line.
5477
5478 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5479
5480 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5481 Incorporate the patterns added in the Emacs development branch
5482 for the new Emacs 22 face `font-lock-negation-char-face'.
5483
5484 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5485 of "red" since it stands out better in xterms and DOS terminals.
5486
5487 * progmodes/cc-engine.el (c-literal-faces):
5488 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5489
5490 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5491
5492 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5493 forcibly enable c-electric-flag.
5494
5495 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5496 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5497 after the comment-prefix of a C-style comment will close that comment.
5498
5499 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5500
5501 * progmodes/cc-fonts.el (c-basic-matchers-before)
5502 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5503 in Pike.
5504
5505 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5506 digraphs.
5507
5508 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5509 (c-cpp-message-directives, c-cpp-include-directives)
5510 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5511 (c-cpp-expr-directives): Introduce new language constants to
5512 control cpp syntax in a cleaner way.
5513
5514 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5515
5516 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5517
5518 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5519 (c-multiline-string-start-char): New language constants and
5520 variables to specify how newlines in string literals work.
5521
5522 (c-font-lock-invalid-string): Use them.
5523
5524 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5525 unbalanced close brace is entered. Optimization by avoiding going
5526 back over arbitrarily large blocks. Removed hints that this
5527 function only would be relevant/useful in AWK.
5528
5529 (c-electric-brace): Indent syntactically after the cleanups since
5530 lineup functions might do it differently then.
5531
5532 * progmodes/cc-engine.el, cc-langs.el
5533 (c-opt-op-identifier-prefix): New language constant and variable.
5534
5535 (c-just-after-func-arglist-p, c-after-special-operator-id)
5536 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5537
5538 * progmodes/cc-align.el, cc-engine.el
5539 (c-after-special-operator-id): New helper to handle C++ operator
5540 identifiers.
5541
5542 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5543 (c-guess-basic-syntax): Handle C++ operator identifiers in
5544 declarations.
5545
5546 * progmodes/cc-langs.el (c-assignment-operators): Add the
5547 trigraph version of ^= too.
5548
5549 * progmodes/cc-langs.el (c-assignment-operators): Add the
5550 trigraph version of |= in C++.
5551
5552 * progmodes/cc-fonts.el (c-font-lock-declarators):
5553 Handle `c-decl-hangon-kwds' after the identifier name.
5554
5555 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5556 whether an arglist is "nonempty", ignore a comment after the open
5557 paren if it isn't followed by a non-comment token on the same line.
5558
5559 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5560 Enable heuristics below the point to cope with classes inside special
5561 brace lists in Pike.
5562
5563 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5564
5565 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5566
5567 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5568
5569 * progmodes/cc-guess.el (cc-guess-install): New function to
5570 install an already guessed style in another buffer.
5571
5572 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5573 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5574 anyway if the change always is undone.
5575
5576 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5577
5578 Implement togglable electricity:
5579
5580 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5581 saying when it should be used.
5582
5583 * progmodes/cc-engine.el: Add the new buffer-local variable,
5584 c-electric-flag.
5585
5586 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5587 c-toggle-auto-newline.
5588
5589 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5590 c-toggle-auto-newline. Remove the binding for
5591 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5592 c-toggle-electric-state.
5593
5594 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5595
5596 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5597 c-\(forward\|backward\)-subword.
5598 (c-update-modeline): Add the new modeline flag `l' for
5599 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5600 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5601 Make the old name an alias of the new name.
5602 (c-toggle-electric-state): New function.
5603 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5604 Adapt these functions to do electric things only when
5605 c-electric-flag is non-nil.
5606 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5607 new functions from c-electric-brace.
5608 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5609 mode, so that the tentative extra newline doesn't change the
5610 syntax of the following brace.
5611 (c-electric-brace): Restructure by extracting the above functions.
5612 Tidy up the coding somewhat.
5613 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5614 restructure a bit.
5615
5616 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5617
5618 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5619 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5620
5621 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5622 (c-submode-indicators): Change name from `c-auto-hungry-string'
5623 since it's now used to track another submode.
5624
5625 (c-update-modeline): Convert to function and extended to check
5626 `c-subword-move-mode'.
5627
5628 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5629 Convert to compat aliases for `c-forward-subword' and
5630 `c-backward-subword'.
5631
5632 * progmodes/cc-subword.el: New functions and minor mode to handle
5633 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5634
5635 (c-forward-subword, c-backward-subword, c-mark-subword)
5636 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5637 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5638 Functions corresponding to the standard word handling functions.
5639
5640 (c-subword-move-mode): Minor mode that replaces all the standard
5641 word handling functions with their subword equivalences.
5642
5643 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5644
5645 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5646 entry for one-liner-defun.
5647
5648 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5649 name in its def-edebug-spec.
5650
5651 * progmodes/cc-cmds.el (c-electric-brace): Make the
5652 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5653 compacts space before a comment, if this will make things fit on
5654 one line.
5655
5656 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5657
5658 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5659
5660 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5661 clean-up one-liner-defun.
5662
5663 * progmodes/cc-styles.el: Add the new "awk" style.
5664
5665 * progmodes/cc-vars.el: Add description of one-liner-defun to
5666 c-cleanup-list's doc-string. New user options,
5667 c-max-one-liner-length. In c-default-style, set the default style
5668 for AWK to "awk".
5669
5670 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5671
5672 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5673 macros inside labels.
5674
5675 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5676 `c-at-statement-start-p' and `c-at-expression-start-p'.
5677
5678 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5679 error if the mark isn't set.
5680
5681 * progmodes/cc-engine.el (c-guess-continued-construct)
5682 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5683 accurately detect functions inside functions.
5684
5685 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5686 like `c-at-statement-start-p' that additionally recognizes commas
5687 and expression parentheses as delimiters.
5688
5689 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5690 to avoid heuristics that doesn't work for unclosed blocks.
5691 (c-at-statement-start-p): New function.
5692
5693 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5694 Objective-C directives, e.g. directives spanning lines should work
5695 reasonably well now.
5696
5697 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5698
5699 (c-forward-objc-directive): New function to move over any ObjC
5700 directive.
5701
5702 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5703 (c-basic-matchers-before): Use it.
5704
5705 (c-font-lock-objc-iip-decl): Remove.
5706
5707 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5708 in the template arglist recognition.
5709
5710 * progmodes/cc-styles.el (c-style-alist): Fix several
5711 inconsistencies in the Whitesmith style.
5712
5713 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5714 New lineup function to get lines after Whitesmith style blocks
5715 correctly indented.
5716
5717 (c-lineup-whitesmith-in-block): Back out the compensation for
5718 opening parens since it's done using `add' lists in the style
5719 definition instead. Don't use the anchor position since it varies
5720 too much between the syntactic symbols. :P
5721
5722 * progmodes/cc-vars.el (c-valid-offset): Update.
5723
5724 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5725 lists where the offsets are combined according to several
5726 different methods: `first', `min', `max', and `add'.
5727 Report offset evaluation errors with `c-benign-error' so that some kind
5728 of reindentation still is done.
5729
5730 * progmodes/cc-engine.el (c-guess-basic-syntax):
5731 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5732 `arglist-close'.
5733
5734 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5735 situations for `arglist-cont-nonempty' and `arglist-close'.
5736
5737 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5738
5739 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5740 cc-bytecomp-boundp' in a number of places.
5741
5742 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5743 macro related issue.
5744
5745 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5746
5747 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5748 list is now [asdf], a char class [:alpha:].
5749 Include code for char classes.
5750 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5751 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5752
5753 Remove (nearly all of) the cruft associated with AWK Mode's former
5754 concept of "virtual semicolons":
5755
5756 Adapt c-beginning-of-statement, c-end-of-statement (together with
5757 subfunctions) to use the new notion of "virtual semicolon" in
5758 place of the old awkward special handling for AWK. There remains
5759 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5760 * progmodes/cc-cmds.el:
5761 (c-ascertain-adjacent-literal): In the backwards direction, now
5762 recognises AWK regexp delimiters as string delimiters.
5763 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5764 check more rigorously for "end of macro".
5765 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5766 virtual semicolons;
5767 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5768 out the code for forward movement into ...
5769 (c-end-of-statement): Now contains the code for forward movement,
5770 adapted for virtual semicolons.
5771
5772 * progmodes/cc-engine.el:
5773 (c-ws*-string-limit-regexp): New regexp.
5774 (c-forward-single-comment, c-backward-single-comment): Comment out
5775 the (now redundant) "special" AWK stuff.
5776
5777 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5778 c-string-par-start, c-string-par-separate to be more like Text
5779 Mode than Fundamental Mode.
5780
5781 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5782
5783 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5784 to the fontified region so that fontification doesn't occur
5785 outside it (could happen e.g. when fontifying a line with an
5786 unfinished declaration).
5787
5788 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5789
5790 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5791 start of the file. ^L now separate sections of the file.
5792 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5793 (c-awk-one-line-possibly-open-string-re)
5794 (c-awk-regexp-one-line-possibly-open-char-class-re)
5795 (c-awk-one-line-possibly-open-regexp-re)
5796 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5797 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5798
5799 Amend the concept of "virtual semicolons" (in the indentation
5800 engine) for languages like AWK, such that they are now
5801 conceptually attached to end of the last token of a statement, not
5802 the end of the line. (In AWK Mode, however, the pertinent text
5803 property is still physically set on the EOL.) Remove the specific
5804 tests for awk-mode, thus facilitating the introduction of other
5805 language modes where EOLs can end statements.
5806 (Note: The funtionality in cc-cmds.el, specifically
5807 c-beginning/end-of-statement has yet to be amended.)
5808
5809 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5810 New macros.
5811
5812 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5813 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5814 c-vsemi-status-unknown-p-fn (in a new page).
5815
5816 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5817 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5818 numerous awkward forms like
5819 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5820 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5821 variable before-ws-ip, the place just after char-before-ip appears.
5822
5823 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5824 a comment.
5825
5826 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5827
5828 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5829 `c-tentative-buffer-changes'.
5830
5831 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5832 convert to macro to choose between Emacs and XEmacs at compile time.
5833
5834 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5835
5836 (c-tentative-buffer-changes): New macro to handle temporary buffer
5837 changes in a convenient way.
5838
5839 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5840 for `c-tentative-buffer-changes'.
5841
5842 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5843 the checks for paren sexps between the point and the keyword, to
5844 avoid some false alarms.
5845
5846 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5847 Fixed a situation where an error could be thrown for unbalanced
5848 parens. Changed to make use of c-keyword-member' to avoid some
5849 repeated regexp matches.
5850
5851 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5852 These language variable are no longer necessary.
5853
5854 (c-block-stmt-kwds): New language constant used by
5855 c-looking-at-inexpr-block'.
5856
5857 (c-guess-basic-syntax): Remove an optional check that looked at
5858 the existence of the now removed language variables.
5859
5860 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5861 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5862 object instantiation expressions as declarations in some contexts.
5863 This bug only affected languages where the declarator can't be
5864 enclosed in parentheses.
5865
5866 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5867 insert newlines before and after substatement braces.
5868
5869 * progmodes/cc-engine.el: Improved the heuristics for recognizing
5870 function declaration headers and the handling of C++ style member
5871 init lists.
5872
5873 (c-just-after-func-arglist-p): Rewritten to use
5874 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
5875
5876 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5877
5878 (c-guess-basic-syntax): Adapt case 5B for the new
5879 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
5880 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5881 covers all cases now).
5882
5883 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5884
5885 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5886
5887 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5888 c-string-par-start/separate c-sentence-end-with-esc-eol,
5889 initialised in c-setup-paragraph-variables, used in string
5890 scanning subroutines of c-beginning-of-statement.
5891
5892 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5893 which precedes the newly inserted `{'.
5894
5895 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5896
5897 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5898 function for declaration level blocks. It should now cope with
5899 templates better and also be a lot more comprehensible.
5900
5901 (c-looking-at-decl-block): The new function.
5902
5903 (c-search-uplist-for-classkey): The old one. It's now a wrapper
5904 for compatibility.
5905
5906 (c-add-class-syntax, c-guess-continued-construct)
5907 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5908
5909 (c-decl-block-key): Change to tell apart ambiguous and
5910 unambiguous keywords. Pike specials are now handled directly in
5911 the code instead.
5912
5913 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5914 New language constants and variables to make the backward skip in
5915 `c-looking-at-decl-block' as tight as possible.
5916
5917 (c-nonsymbol-token-char-list): New language constant.
5918
5919 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5920 find balanced template arglists backwards.
5921
5922 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5923 making char classes for `c-syntactic-skip-backward'.
5924
5925 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5926 16D - can't be a class-close at that point.
5927
5928 * progmodes/cc-engine.el (c-guess-basic-syntax)
5929 (c-add-class-syntax): Don't narrow out the enclosing declaration
5930 level. This makes everything a lot easier, and it was actually
5931 only four small places that needed it to work. Some places that
5932 previously did `widen' are removed now, which has the effect that
5933 `c-guess-basic-syntax' never will look at things outside the
5934 current narrowment now. The anchor position for `topmost-intro'
5935 is affected by this, but it was so bogus it was basically useless
5936 before, and now it's equally bogus but in a slightly different way.
5937
5938 (c-narrow-out-enclosing-class): Gone.
5939
5940 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5941 the narrowed region.
5942
5943 (c-least-enclosing-brace): Remove silly optional argument.
5944
5945 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5946 the point could be left directly after an open paren when finding
5947 the beginning of the first decl in the block.
5948
5949 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5950 Specify which submatch to use.
5951
5952 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5953
5954 (c-decl-start-re): No longer any need for special treatment of
5955 ObjC due to the above.
5956
5957 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5958 presumably follows C in that regard.
5959
5960 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5961 New language constants to specify operator tokens inside
5962 identifiers in a more high level way.
5963
5964 (c-opt-identifier-prefix-key): New internal language constant.
5965
5966 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5967 (c-identifier-start, c-identifier-key): Now completely calculated
5968 from other constants.
5969
5970 (c-identifier-last-sym-match): Decommission since it's no longer used.
5971
5972 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
5973
5974 * progmodes/cc-engine.el (c-forward-name): Remove the
5975 optimization when c-identifier-key is equal to c-symbol-key since
5976 it doesn't work in byte compiled files. Don't record empty
5977 regions as identifiers.
5978
5979 * progmodes/cc-langs.el (c-filter-ops): New helper function to
5980 simplify access to `c-operators' and its likes.
5981
5982 (c-operator-list, c-all-op-syntax-tokens)
5983 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5984 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5985 (c-primary-expr-regexp, c-cast-parens): Use it.
5986
5987 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5988 an explicit language in functions.
5989
5990 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5991 variant of adornment.
5992
5993 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5994 variable.
5995
5996 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5997 the Pike value.
5998
5999 * progmodes/cc-engine.el (c-on-identifier)
6000 (c-simple-skip-symbol-backward): Small fix for handling "-"
6001 correctly in `skip-chars-backward'. Affected the operator lfun
6002 syntax in Pike.
6003
6004 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
6005 diagnostic message about precompiled language vars not being used.
6006
6007 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
6008 "__attribute__" is followed by a parenthesis.
6009
6010 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
6011 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
6012 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
6013
6014 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
6015 Internal cleanups to properly detect the declared identifiers in
6016 various declarations.
6017
6018 (c-decl-start-kwds): New language constant to recognize
6019 declarations that can start anywhere. Used for class declarations
6020 in Pike.
6021
6022 (c-specifier-key, c-not-decl-init-keywords)
6023 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
6024 (c-find-decl-spots): Implement `c-decl-start-kwds'.
6025
6026 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
6027 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
6028 handling of the compiler specific extension keywords into a new
6029 language constant `c-decl-hangon-kwds' that defines keyword
6030 clauses to be ignored in declarations.
6031
6032 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
6033 past unrecognized tokens when handling `c-colon-type-list-kwds'.
6034 Necessary to stop at the declared identifier in e.g. IDL valuetype
6035 declarations.
6036
6037 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
6038 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
6039 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
6040 (c-forward-decl-or-cast-1): Recognize the declared identifier in
6041 class and enum declarations as such and not as part of the type.
6042
6043 (c-forward-decl-or-cast-1, c-forward-label): Relax the
6044 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
6045
6046 (c-forward-decl-or-cast-1): Don't disregard sure signs of
6047 declarations when there's some syntax error later on.
6048
6049 (c-complex-decl-matchers): Did away with a reference to
6050 `c-specifier-key'.
6051
6052 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
6053 value - this variable is always dynamically bound.
6054
6055 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
6056 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
6057 * cc-cmds.el, cc-defs.el: Change the policy for marking up
6058 functions that might do hidden buffer changes: All such internal
6059 functions are now marked instead of those that don't.
6060
6061 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
6062 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
6063 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
6064 (c-literal-type): Allow these functions to make hidden buffer changes,
6065 so that they are free to use text property caching later on.
6066
6067 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
6068 (c-electric-brace, c-electric-slash, c-electric-star)
6069 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
6070 (c-electric-paren, c-electric-continued-statement, c-indent-command)
6071 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
6072 (c-context-line-break): Add `c-save-buffer-state' calls to comply
6073 with the changed semantics of the functions above.
6074
6075 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
6076 when macros occur in obscure places. Optimized the sexp movement
6077 a bit.
6078
6079 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6080
6081 Enhancements for c-beginning-of-statement to work in AWK Mode:
6082
6083 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
6084 (completed statement) with `}' (statement completed by closing
6085 brace or semicolon) and `$' (statement completed by EOL).
6086
6087 (c-awk-virtual-semicolon-ends-prev-line-p)
6088 (c-awk-virtual-semicolon-ends-line-p)
6089 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
6090 (c-awk-at-statement-end-p): New functions.
6091
6092 * progmodes/cc-cmds.el: Simplify the structure of functions
6093 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
6094 two functions and c-beginning-of-statement to handle AWK Mode.
6095
6096 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
6097 c-backward-single-comment for AWK mode. Attempt to clarify their
6098 doc-strings.
6099
6100 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
6101
6102 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6103
6104 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
6105 label handling. Labels are now recognized in a uniform and more
6106 robust way, regardless of context. Text properties are put on all
6107 labels to recognize the following declarations better.
6108 Multiword labels are handled both in indentation and fontification for
6109 the benefit of language extensions like Qt. For consistency, keywords
6110 in labels are now fontified with the label face instead.
6111 That also applies to "case" and "default".
6112
6113 (c-beginning-of-statement-1): Fix some bugs in the label
6114 handling. Disregard `c-nonlabel-token-key' in labels that begin
6115 with `c-label-kwds'.
6116
6117 (c-find-decl-spots): Support that the callback adds more
6118 `c-decl-end' spots to find.
6119
6120 (c-forward-decl-or-cast-1): Don't treat a list of plain
6121 identifiers followed by a colon as a declaration.
6122
6123 (c-forward-label): New function to recognize labels.
6124
6125 (c-guess-basic-syntax): Replace uses of `c-label-key' with
6126 `c-forward-label'. Moved the label recognition cases (14 and 15)
6127 earlier since they aren't so context sensitive now. Handle labels
6128 on the top level gracefully. Moved access label recognition to
6129 the generic label case (CASE 15) - removed CASE 5E.
6130
6131 (c-font-lock-declarations): Add recognition of labels in the
6132 same round since we need to handle labels in parallell with other
6133 declarations to recognize both accurately. It should also improve
6134 speed.
6135
6136 (c-simple-decl-matchers, c-basic-matchers-after):
6137 Move `c-font-lock-labels' so that it only is used on decoration level 2
6138 since `c-font-lock-declarations' handles it otherwise.
6139
6140 (c-complex-decl-matchers): Remove the simplistic recognition of
6141 access labels.
6142
6143 (c-decl-prefix-re): Remove the kludges that was necessary to cope
6144 with labels earlier.
6145
6146 (c-decl-start-re): New language variable to make
6147 `c-font-lock-declarations' stop for the special protection labels
6148 in Objective-C that start with `@'.
6149
6150 (c-label-key): Remove since it's no longer used.
6151
6152 (c-recognize-colon-labels, c-label-prefix-re): New language
6153 constants to support recognition of generic colon-terminated labels.
6154
6155 (c-type-decl-end-used): `c-decl-end' is now used whenever there
6156 are colon terminated labels.
6157
6158 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6159 first argument starts with a special brace list.
6160
6161 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
6162 (c-font-lock-declarations): Break out the declaration and cast
6163 recognition from `c-font-lock-declarations' to a new function, so
6164 that it can be used in the indentation engine.
6165
6166 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
6167 up to the start of the literal. Fixed bug with the point on the
6168 wrong side of the search limit that could happen when the start
6169 position is inside a literal.
6170
6171 * progmodes/cc-engine.el (c-parse-state)
6172 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6173 so that it's kept a little bit back to increase the hit rate.
6174
6175 (c-parse-state): Change the macro handling and fixed some
6176 glitches. Macro context is checked more often than necessary now,
6177 but otoh less garbage conses are generated.
6178
6179 * progmodes/cc-engine.el (c-parse-state)
6180 (c-invalidate-state-cache): Cache the last position where
6181 `c-state-cache' applies. This can speed up refontification quite
6182 a bit in blocks where there are many non-brace parens before the point.
6183
6184 (c-state-cache-end): New variable for this.
6185
6186 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6187 cache variable.
6188
6189 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6190 get close initial continue positions when the start position is
6191 inside a literal or macro. Do not call the callback for spots
6192 before the start position (which can happen e.g. for `c-decl-end'
6193 spots inside comments). Optimize better in special cases when the
6194 region is a single line inside a literal or macro (typically when
6195 the current line is refontified).
6196
6197 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6198 to `c-add-stmt-syntax' - there's no need to explicitly whack off
6199 entries from the paren state.
6200
6201 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6202 special case for "else if" clauses.
6203
6204 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6205 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6206
6207 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6208 New language variable to recognize the gcc extension with statement
6209 blocks inside expressions.
6210
6211 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6212 it somewhat more comprehensible. The argument AT-BLOCK-START is
6213 no longer used and hence removed.
6214
6215 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6216 to `c-add-stmt-syntax'.
6217
6218 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6219 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6220 This fixes bogus label recognition.
6221
6222 * progmodes/cc-engine.el (c-add-type, c-check-type)
6223 (c-forward-name, c-forward-type): Improve storage of template
6224 types in `c-found-types' so that they can be recognized better.
6225
6226 (c-syntactic-content): Add option to skip past nested parens.
6227
6228 * progmodes/cc-engine.el (c-forward-name):
6229 Set `c-last-identifier-range' all the time. It's less work that way.
6230 Handle that there might not be an identifier to store in
6231 `c-last-identifier-range'.
6232
6233 (c-forward-type): Handle that `c-last-identifier-range' might be
6234 nil from `c-forward-name'.
6235
6236 * progmodes/cc-defs.el (c-safe-scan-lists)
6237 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6238
6239 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6240 to work even if the form fails.
6241
6242 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6243 down in a large file in one go.
6244
6245 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6246
6247 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6248 function which is like `c-lineup-math' but returns nil instead of
6249 `c-basic-offset' when it doesn't match.
6250
6251 (c-lineup-math): Change to use `c-lineup-assignments'.
6252
6253 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6254
6255 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6256 c-beginning-of-statement. New subfunctions
6257 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6258
6259 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6260
6261 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6262 hardcoded char classes whereever possible. Changed a couple of
6263 places to use skip by syntax instead of skip by char class.
6264
6265 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6266 Fix a bug in the regexp that caused extreme backtracking.
6267
6268 * progmodes/cc-langs.el (c-block-comment-starter)
6269 (c-block-comment-ender): New language constants to specify in a
6270 single place how block comments look.
6271
6272 (c-comment-start-regexp, c-block-comment-start-regexp)
6273 (comment-start, comment-end, comment-start-skip)
6274 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6275 (c-syntactic-ws, c-nonempty-syntactic-ws)
6276 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6277 `c-line-comment-starter', `c-block-comment-starter' and
6278 `c-block-comment-ender'.
6279
6280 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6281 New language constants to break up things a bit.
6282
6283 (c-simple-ws): New language constant for simple whitespace.
6284
6285 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6286
6287 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6288 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6289 newlines. Allow and ignore nil elements in the list.
6290
6291 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6292
6293 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6294 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6295
6296 * progmodes/cc-cmds.el: Tidy up the comments in
6297 c-beginning-of-statement and subfunctions.
6298
6299 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6300 more flexible c-put-char-property and c-clear-char-properties.
6301 Add the author's email address.
6302
6303 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6304
6305 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6306 closing "*/" of a block comment.
6307
6308 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6309 subfunctions) so that it works at BOB and EOB.
6310
6311 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6312 c-beginning-of-statement, including new variable
6313 c-block-comment-start-regexp.
6314
6315 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6316
6317 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6318 symbols from `*-font-lock-extra-types' so that there's no need to
6319 use `regexp-opt' on those lists.
6320
6321 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6322 `c-type-modifier-kwds' is empty.
6323
6324 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6325 there are several strings on the same line.
6326
6327 * progmodes/cc-engine.el (c-literal-limits): Remove the
6328 compatibility function for older emacsen. `c-literal-limits-fast'
6329 has now taken the place of this function.
6330
6331 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6332 with older emacsen: We now require `pps-extended-state'.
6333
6334 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6335
6336 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6337 which obviates the need to hack sentence-end. This now handles
6338 escaped newlines in strings correctly. Correct minor bugs in
6339 c-move-over-sentence and in c-beginning-of-statement.
6340
6341 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6342 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6343 that movement over macros and code are rigorously separated from
6344 eachother. Correct a few incidental bugs.
6345
6346 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6347 Improve its doc-string. Improve the handling of certain specific cases.
6348
6349 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6350
6351 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6352 (c-guess-basic-syntax): Change the way class-level labels are
6353 recognized; they can now contain essentially any symbols.
6354
6355 (c-opt-extra-label-key): New language variable to cope with the
6356 special protection label syntax in Objective-C.
6357
6358 (c-opt-access-key): Remove; this is now handled better by
6359 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6360
6361 (c-complex-decl-matchers): Update to handle that
6362 `c-opt-access-key' no longer exists.
6363
6364 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6365 improved label recognition in `c-beginning-of-statement-1'.
6366
6367 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6368 Recognize bitfields better.
6369
6370 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6371 Remove some cruft and fixed a bug that could cause it to go to a
6372 position further down.
6373
6374 * progmodes/cc-langs.el, cc-engine.el
6375 (c-beginning-of-statement-1): Improve detection of labels in
6376 declaration contexts.
6377
6378 (c-beginning-of-decl-1): Use it.
6379
6380 (c-nonlabel-token-key): New language constant and variable needed
6381 by `c-beginning-of-statement-1'.
6382
6383 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6384 manifested itself due to the correction in `c-forward-sexp'.
6385
6386 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6387 Make these behave as documented when used at the buffer limits.
6388
6389 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6390 (c-type-decl-end-used): Made this a language variable.
6391
6392 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6393 correctly when `combine-after-change-calls' is used together with
6394 temporary narrowings.
6395
6396 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6397 Report labels correctly when the start point is immediately after the
6398 colon.
6399
6400 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6401 Remove since it isn't used anymore.
6402
6403 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6404 bracket arglists such as template parens in C++.
6405
6406 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6407 in the last check-in. Some optimization.
6408
6409 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6410 where it could stop at the same level in a preceding sexp when
6411 PAREN-LEVEL is set.
6412
6413 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6414 text property lookup only when it's needed.
6415
6416 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6417 Change the policy for paren marked angle brackets to be more
6418 persistent; once marked they remain marked even when they're found
6419 to be unbalanced in the searched region. This should keep the
6420 paren syntax around even when individual lines are refontified in
6421 multiline template arglists.
6422
6423 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6424 to control markup so that incorrect angle bracket arglists aren't
6425 marked in contexts where the correct value for
6426 `c-disallow-comma-in-<>-arglists' isn't known.
6427
6428 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6429 argument has become `c-parse-and-markup-<>-arglists'.
6430
6431 (c-remove-<>-arglist-properties): Remove - no longer used.
6432
6433 (c-after-change-check-<>-operators): New function used on
6434 `after-change-functions' to avoid that "<" and ">" characters that
6435 are part of longer operators have paren syntax.
6436
6437 (c-<>-multichar-token-regexp): New language variable used by
6438 `c-after-change-check-<>-operators'.
6439
6440 (c-after-change): Call `c-after-change-check-<>-operators'.
6441
6442 (c-font-lock-<>-arglists): Use the context properties set by
6443 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6444 correctly to avoid doing invalid markup.
6445
6446 (c-font-lock-declarations): Remove code that undoes the invalid
6447 markup done by `c-font-lock-<>-arglists'.
6448
6449 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6450 after `c-font-lock-declarations'.
6451
6452 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6453 Add paren-level feature.
6454
6455 (c-guess-basic-syntax): Improve the anchor position for
6456 `template-args-cont' in nested template arglists. There's still
6457 much to be desired in this area, though.
6458
6459 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6460
6461 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6462 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6463
6464 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6465
6466 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6467 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6468
6469 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6470 it doesn't work no longer are supported.
6471
6472 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6473 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6474 requires support for the syntax-table' text property, which rules
6475 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6476 cruft associated with those versions.
6477
6478 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6479 for the `syntax-table' text property, which rules out Emacs 19 and
6480 XEmacs < 21.4. Removed various compatibility cruft associated
6481 with those versions.
6482
6483 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6484 support for the `syntax-table' text property.
6485
6486 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6487 variable and use an extra quoted face name instead. All the
6488 emacsen flavors handle that correctly.
6489
6490 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6491 (c-font-lock-declarators, c-font-lock-declarations)
6492 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6493 property to mark the items in in declarator lists to handle
6494 refontification inside multiline declarations better.
6495
6496 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6497 construct like "a * b = c;" as a declaration.
6498
6499 2005-12-08 Kim F. Storm <storm@cua.dk>
6500
6501 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6502 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6503 select either meta, hyper, or super modifier for rectangle commands.
6504 (cua--rectangle-modifier-key): New defvar.
6505 (cua--M/H-key): Use it. Remove special case for `space'.
6506 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6507 on X, to meta otherwise. Always bind C-return to toggle
6508 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6509
6510 * emulation/cua-rect.el (cua-help-for-rectangle):
6511 Use cua--rectangle-modifier-key. Handle super modifier too.
6512 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6513 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6514
6515 * ido.el: Move Acknowledgements and History after Commentary.
6516 Minor changes to Commentary.
6517
6518 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6519 keymap if cua--prefix-override-timer is `shift'.
6520 (cua--shift-control-prefix): New function; emulate "type prefix
6521 key twice" functionality to handle shifted prefix key override.
6522 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6523 New commands.
6524 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6525
6526 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6527
6528 * textmodes/org.el (org-insert-heading): Try to do items before
6529 headings.
6530 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6531 (org-insert-item): New function.
6532 (org-renumber-ordered-list): Don't skip to higher level lists.
6533
6534 2005-12-08 Juri Linkov <juri@jurta.org>
6535
6536 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6537
6538 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6539
6540 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6541
6542 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6543 the constructed function name fun-1.
6544
6545 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6546 because such links don't lead to parent documentation.
6547
6548 2005-12-08 Kenichi Handa <handa@m17n.org>
6549
6550 * descr-text.el (describe-char): Use *Help-2* buffer if the
6551 current buffer is *Help*. Call describe-text-properties while
6552 setting the original buffer.
6553
6554 2005-12-07 Bill Wohler <wohler@newt.com>
6555
6556 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6557 and causes problems with non-MH users (such as Gnus users).
6558
6559 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6560
6561 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6562 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6563 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6564 command "info sources". Move calls to GDB command "list".
6565 (gdb-find-file-hook): Just use gdb-source-file-list.
6566 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6567 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6568 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6569 (gdb-data-list-register-values-handler): Use correct trigger name.
6570
6571 2005-12-07 Kim F. Storm <storm@cua.dk>
6572
6573 * ido.el (ido-completion-map): Rename from ido-mode-map.
6574 (ido-common-completion-map, ido-file-completion-map)
6575 (ido-file-dir-completion-map, ido-buffer-completion-map):
6576 Rename from ido-mode-....-map.
6577 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6578 (ido-setup-completion-map): Rename from ido-define-mode-map.
6579 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6580 to ido-completion-map.
6581
6582 2005-12-07 Kenichi Handa <handa@m17n.org>
6583
6584 * international/mule-cmds.el
6585 (set-display-table-and-terminal-coding-system): If the coding
6586 system specified in `unibyte-display' property is different from
6587 the arg coding-system, don't setup standard-display-table.
6588
6589 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6590
6591 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6592 that comments end at \n, regardless of selective-display.
6593
6594 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6595
6596 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6597 (gdb-version): New variables.
6598 (gdb-source-file-list, gdb-register-names)
6599 (gdb-changed-registers): New variables for use with GDB 6.4+.
6600 (gdb-ann3): Replace with...
6601 (gdb-init-1, gdb-init-2): ...two new functions.
6602 (gdba, gdb-prompt): Call gdb-init-1.
6603 (gdb-get-version): New function. Call gdb-init-2 from here.
6604 (gud-watch): Make it work with mouse events too.
6605 (gdb-post-prompt): Don't add to queue until GDB version is known.
6606 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6607 (gdb-locals-mode): Use gdb-version.
6608 (gdb-memory-format-map, gdb-memory-unit-map)
6609 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6610 (gdb-locals-font-lock-keywords-1)
6611 (gdb-locals-font-lock-keywords-2): New variables.
6612 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6613 (gdb-set-gud-minor-mode-existing-buffers-1)
6614 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6615 (gdb-var-update-1, gdb-var-update-handler-1)
6616 (gdb-data-list-register-values-handler)
6617 (gdb-data-list-register-values-custom)
6618 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6619 (gdb-stack-list-locals-handler, gdb-get-register-names):
6620 New functions for use with GDB 6.4+.
6621 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6622 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6623 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6624 (gdb-stack-list-locals-regexp)
6625 (gdb-data-list-register-names-regexp): New regexps for use with
6626 GDB 6.4+.
6627
6628 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6629
6630 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6631
6632 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6633
6634 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6635 prompts work for AUTH PLAIN. Also reported by Steve Allan
6636 <seallan@verizon.net>.
6637
6638 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6639
6640 * frame.el (set-frame-parameter): Add doc string.
6641
6642 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6643
6644 * textmodes/org.el (org-occur-highlights): New variable.
6645 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6646 (org-highlight-sparse-tree-matches): New option.
6647 (org-do-occur): New function.
6648 (org-get-heading): Make it work also at beginning of line.
6649 (org-category-table): New variable.
6650 (org-get-category-table, org-get-category)
6651 (org-camel-to-words, org-link-search): New functions.
6652 (org-select-this-todo-keyword): New variable.
6653 (org-todo-list): New command.
6654 (org-shiftright, org-shiftleft): New commands.
6655 (org-agenda-todo): Add prefix argument.
6656 (org-show-hierarchy-above): New option.
6657 (org-show-todo-tree): Numerical prefix creates tree for specific
6658 TODO keyword.
6659 (org-outline-level): New function, to assign a level to plain
6660 lists items.
6661 (org-cycle-include-plain-lists): New option.
6662 (org-mode): Use `org-outline-level' as value of `outline-level'.
6663 (org-cycle): Temporarily switch `outline-regexp' if
6664 `org-cycle-include-plain-lists' is non-nil.
6665 (org-start-icalendar-file): Fix format bug.
6666 (org-agenda-get-day-entries): Create category table.
6667 (org-agenda-get-todos, org-agenda-get-timestamps)
6668 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6669 (org-agenda-get-blocks): Use `org-get-category'.
6670 (org-context-in-file-links): Rename from
6671 `org-line-numbers-in-file-links'.
6672
6673 2005-12-06 Romain Francoise <romain@orebokech.com>
6674
6675 * window.el (balance-windows): Delete extraneous third arg in call
6676 to `enlarge-window'.
6677
6678 2005-12-06 Kenichi Handa <handa@m17n.org>
6679
6680 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6681
6682 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6683
6684 * progmodes/gdb-ui.el (gdb-var-create-handler)
6685 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6686 (gdb-var-list-children-handler, gdb-var-update-handler):
6687 Current buffer is already gdb-partial-output-buffer, don't
6688 make it current again.
6689
6690 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6691
6692 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6693 (list-buffers-noselect): Use it.
6694
6695 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6696
6697 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6698 (mail-yank-ignored-headers): Use regexp-opt.
6699 (mail-mode-map): Move initialization into declaration.
6700 (mail-sent-via): Remove unused shadowed var `to-line'.
6701 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6702 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6703 (mail-do-fcc): Use dolist and push.
6704 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6705 (mail-yank-ignored-headers): Don't autoload.
6706
6707 2005-12-05 Kenichi Handa <handa@m17n.org>
6708
6709 * international/mule-cmds.el (set-language-info-internal): New fun.
6710 (set-language-info): Call set-language-info-internal to update
6711 language-info-alist. If LANG-ENV is the current one, call
6712 set-language-environment to make INFO effective now.
6713 (set-language-info-alist): Likewise.
6714 (locale-language-names): With locale "en", use English
6715 lang. env. but set the default codings to iso-8859-1.
6716
6717 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6718
6719 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6720 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6721 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6722 for plain strings.
6723 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6724 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6725 Create registers buffer if necessary. Echo new state in minibuffer.
6726 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6727
6728 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6729
6730 * info.el (Info-fontify-node): Match external links using
6731 non-directory part of filename.
6732
6733 2005-12-04 Juri Linkov <juri@jurta.org>
6734
6735 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6736 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6737 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6738 because there is no customization option for it.
6739
6740 * font-lock.el (lisp-font-lock-keywords-1):
6741 Add define-global-minor-mode.
6742
6743 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6744
6745 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6746 properties on the constructed variable names.
6747
6748 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6749 Put `definition-name' properties on the constructed function names
6750 next-sym and prev-sym.
6751
6752 * emacs-lisp/find-func.el (find-function-regexp):
6753 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6754 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6755 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6756 and easy-menu-define.
6757
6758 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6759 easy-mmode-define-global-mode and define-global-minor-mode.
6760 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6761
6762 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6763 instead of easy-mmode-define-global-mode.
6764
6765 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6766 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6767
6768 * cus-edit.el (customize-group, customize-group-other-window):
6769 Filter out autoloaded options from the group completion list by
6770 using heuristics that autoloaded groups don't have `custom-autoload'
6771 property on their symbols (they have only `custom-loads').
6772
6773 * simple.el (completion-setup-function): Put completions-common-part
6774 face on complete completion string too (i.e. completion string
6775 without completions-first-difference face).
6776
6777 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6778
6779 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6780
6781 * view.el (view-mode): Doc fix.
6782
6783 * disp-table.el (standard-display-european): Add to the warning
6784 message a reference to the doc string.
6785
6786 * play/yow.el (apropos-zippy): Call print-help-return-message,
6787 similar to other Help and Apropos commands.
6788
6789 * help.el (print-help-return-message): If pop-up-frames is
6790 non-nil, set up help-return-method to delete the help window and,
6791 possibly, its frame as well, and don't display message about
6792 scrolling the help window. Doc fix.
6793 (help-return-method): Doc fix.
6794
6795 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
6796
6797 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6798 whereby names of length one or names starting with a
6799 symbol-constituent character would not be returned.
6800
6801 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6802
6803 * subr.el (atomic-change-group): Add edebug and indentation spec.
6804
6805 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6806
6807 * completion.el (save-completions-file-name): Fix typo in last change.
6808
6809 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6810
6811 * info.el: Move back/forward history to the beginning of the tool bar.
6812
6813 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6814
6815 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6816 Add fset of allout-real-isearch-abort during compile to fix
6817 byte-compilation warnings.
6818 (allout-mode-p): Move definition of this macro above all uses, or
6819 byte compilation in barren emacs (eg, during emacs build) will
6820 lack the definition.
6821 (allout-mode): Move this variable above any uses, or byte
6822 compilation will fail.
6823 (allout-resolve-xref): Remove use of personal file-reference function.
6824 (allout-toggle-current-subtree-encryption): Do the current (ie,
6825 visible containing) topic, rather than nearest around point. Doc fix.
6826 (allout-toggle-subtree-encryption): New function, workhorse that
6827 works on nearest topic containing point.
6828 (allout-encrypt-string): Signal requirement for newer version of pgg.
6829 (allout-resumptions): Doc fix.
6830
6831 2005-12-02 Eli Zaretskii <eliz@gnu.org>
6832
6833 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6834
6835 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
6836
6837 * textmodes/flyspell.el (flyspell-external-point-words):
6838 Consider a misspelling as found in the string search if: (a) misspelling
6839 and found string lengths match, or (b) misspelling is found as
6840 element in a boundary-chars separated longer string, or (c)
6841 ispell-program-name is really ispell and misspelling is found as
6842 part of a TeX string. After successful match move beginning of
6843 search region to end of match. Warn about not found misspellings
6844 once the process is done.
6845 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6846
6847 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
6848
6849 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6850 tool bar (removed inadvertently).
6851
6852 2005-12-02 Juri Linkov <juri@jurta.org>
6853
6854 * log-view.el (log-view-diff): Clarify doc string.
6855
6856 2005-12-01 Bill Wohler <wohler@newt.com>
6857
6858 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6859 triggers lm-verify errors.
6860
6861 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
6862
6863 * simple.el (transient-mark-mode, line-number-mode)
6864 (column-number-mode, size-indication-mode): Remove `:require nil'.
6865
6866 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6867
6868 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6869 in the margin also.
6870 (gdb-breakpoints-mode-map): Use D instead of d for
6871 gdb-delete-breakpoint.
6872 (gdb-get-frame-number): Require a number to match on.
6873 (gdb-threads-mode-map): Add follow-link binding.
6874
6875 2005-11-30 Jason Rumney <jasonr@gnu.org>
6876
6877 * isearch.el (isearch-mode-map): Avoid exiting search on
6878 language-change event.
6879
6880 2005-11-30 Romain Francoise <romain@orebokech.com>
6881
6882 * speedbar.el (speedbar-default-position): New defcustom.
6883 (speedbar-frame-reposition-smartly): Use it.
6884
6885 * dframe.el (dframe-reposition-frame-emacs): Fix position
6886 computation for `left' location.
6887 Update copyright year.
6888
6889 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6890
6891 * help.el (help-map): Move initialization into declaration.
6892
6893 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6894
6895 * help-fns.el (help-argument-name): Don't autoload.
6896 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6897 to be re-loaded when customizing the `help' group.
6898
6899 2005-11-30 John Paul Wallington <jpw@gnu.org>
6900
6901 * help-fns.el (describe-function-1): Fill arglist output.
6902
6903 2005-11-30 Kim F. Storm <storm@cua.dk>
6904
6905 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6906 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6907 after revert-buffer (or anything else which kills all local variables).
6908
6909 * apropos.el (apropos-parse-pattern): Doc fix.
6910 Set apropos-regexp directly, rather than expecting callers to do so.
6911 (apropos-command, apropos, apropos-value, apropos-documentation):
6912 Simplify calls to apropos-parse-pattern.
6913
6914 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6915
6916 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6917 (hi-lock-face-phrase-buffer): Use hi-yellow face.
6918 (hi-lock-write-interactive-patterns): Use comment-region.
6919
6920 * longlines.el (longlines-mode): Add mail-setup-hook.
6921
6922 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6923
6924 * simple.el (sendmail-user-agent-compose, next-line):
6925 Conditionally use hard-newline.
6926
6927 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6928
6929 * international/latexenc.el (latex-inputenc-coding-alist):
6930 Reword doc string.
6931
6932 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6933
6934 * help.el (describe-key-briefly, describe-key): Recognize default
6935 bindings.
6936
6937 2005-11-29 Romain Francoise <romain@orebokech.com>
6938
6939 * view.el (view-inhibit-help-message): New defcustom.
6940 (view-mode-enter): Use it.
6941
6942 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
6943
6944 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6945 Preserve user position.
6946
6947 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
6948
6949 * font-lock.el: Throw error if facemenu is not loaded to prevent
6950 accidental change of loading order in loadup.el. (Suggested by RMS.)
6951
6952 * loadup.el: Add comment explaining why facemenu must be loaded
6953 before font-lock.
6954
6955 2005-11-28 Jay Belanger <belanger@truman.edu>
6956
6957 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6958 (calc-dispatch-map): Add more keys for `calc-same-interface'.
6959
6960 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6961
6962 * calc/calc-embed.el (calc-do-embedded): Update help message.
6963
6964 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6965
6966 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6967
6968 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6969
6970 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6971 called-interactively-p.
6972 (elp-profilable-p): Rename from elp-not-profilable-p.
6973 Invert result and take into account macros and autoloaded functions.
6974 (elp-instrument-function): Update call.
6975 (elp-instrument-package): Update call. Add completion.
6976 (elp-pack-number): Use match-string.
6977 (elp-results-jump-to-definition-by-mouse): Merge into
6978 elp-results-jump-to-definition and then remove.
6979 (elp-output-insert-symname): Make help echo text single-line.
6980
6981 * replace.el (query-replace-map): Move initialization into declaration.
6982 (occur-engine): Use with-current-buffer.
6983 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6984 (occur-mode-mouse-goto): Replace with an alias.
6985
6986 2005-11-28 Juri Linkov <juri@jurta.org>
6987
6988 * simple.el (quoted-insert): Let-bind input-method-function to nil.
6989
6990 * term/w32-win.el: Bind [S-tab] to [backtab].
6991
6992 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6993 `Info-find-file' to t.
6994
6995 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6996 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6997 and same-window-regexps.
6998 (occur-next-error): Don't move point for arg 0.
6999
7000 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
7001
7002 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
7003
7004 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7005
7006 * log-edit.el (log-edit-changelog-use-first): New var.
7007 (log-edit-changelog-ours-p): Use it.
7008 (log-edit-insert-changelog): Set it with new arg `use-first'.
7009 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
7010 (log-edit-hook): Add them to the list of suggested options.
7011
7012 * textmodes/flyspell.el (flyspell-last-buffer): New var.
7013 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
7014 redundant work.
7015 (flyspell-mode-on): Use add-hook for after-change-functions.
7016 (flyspell-mode-off): Use remove-hook for after-change-functions.
7017 (flyspell-changes): Make it buffer-local.
7018 (flyspell-after-change-function): Make it non-interactive. Use push.
7019 (flyspell-post-command-hook): Check input-pending-p while processing
7020 the potentially long list of buffer changes.
7021
7022 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7023
7024 * buff-menu.el (list-buffers-noselect): Display the selected
7025 frame's buffer list, not the global one.
7026
7027 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7028
7029 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
7030 that (list last-input-event) works as in interactive spec.
7031
7032 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7033
7034 * loadup.el ("facemenu"): Load facemenu before font-lock, because
7035 `facemenu-keymap' needs to be defined when font-lock is loaded.
7036 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
7037
7038 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7039
7040 * completion.el: Remove useless leading * in defcustom docstrings.
7041 (save-completions-file-name): Use ~/.emacs.d if available.
7042 (completion-standard-syntax-table): Rename from
7043 cmpl-standard-syntax-table and fold initialization into declaration,
7044 thus removing cmpl-make-standard-completion-syntax-table.
7045 (completion-lisp-syntax-table, completion-c-syntax-table)
7046 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
7047 (cmpl-saved-syntax, cmpl-saved-point): Remove.
7048 (symbol-under-point, symbol-before-point)
7049 (symbol-under-or-before-point, symbol-before-point-for-complete)
7050 (add-completions-from-c-buffer): Use with-syntax-table.
7051 (make-completion): Don't return a list of completion entries.
7052 Update callers.
7053 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
7054 (completion-initialize): Rename from initialize-completions.
7055 (completion-find-file-hook): Rename from cmpl-find-file-hook.
7056 (kill-emacs-save-completions): Collect stats here.
7057 (save-completions-to-file, load-completions-from-file):
7058 Use with-current-buffer.
7059 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
7060 into a function. Move all calls to toplevel.
7061 (completion-lisp-mode-hook): New fun.
7062 (completion-c-mode-hook, completion-setup-fortran-mode):
7063 Set the syntax-table here. Use local-set-key.
7064 (completion-saved-bindings): New var.
7065 (dynamic-completion-mode): Make it into a proper minor mode.
7066 (load-completions-from-file): Remove unused var `num-uses'.
7067
7068 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
7069 constructor if it is explicitly overridden.
7070
7071 * complete.el (PC-completion-as-file-name-predicate):
7072 Use minibuffer-completing-file-name.
7073 (partial-completion-mode): Use find-file-not-found-functions.
7074 (PC-lisp-complete-symbol): Use with-syntax-table.
7075 (PC-look-for-include-file): Remove dead setq.
7076 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
7077 (PC-complete): Use with-current-buffer.
7078
7079 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
7080 escape single quotes.
7081
7082 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7083
7084 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
7085 of `if' whose condition always returned nil. Doc fix.
7086
7087 * buff-menu.el (Buffer-menu-revert-function): Make the selected
7088 window's buffer the current buffer around the call to
7089 `list-buffers-noselect'. This is necessary to mark that buffer
7090 with a `.' in the Buffer Menu when called from Lisp, for instance
7091 by Auto Revert Mode.
7092
7093 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
7094
7095 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
7096 attaching to it.
7097 (gdb-pre-prompt): Make sure gdb-error is reset.
7098
7099 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
7100 with a child process, detect it.
7101 (gud-speedbar-buttons): Match regexp more carefully.
7102
7103 2005-11-27 Richard M. Stallman <rms@gnu.org>
7104
7105 * mouse.el (mouse-drag-move-window-bottom):
7106 Use adjust-window-trailing-edge.
7107
7108 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7109
7110 * simple.el (blink-matching-open): Ignore
7111 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
7112 (blink-matching-paren-on-screen): Update docstring.
7113
7114 * paren.el (show-paren-mode): No longer change
7115 `blink-matching-paren-on-screen'.
7116
7117 2005-11-27 John Paul Wallington <jpw@pobox.com>
7118
7119 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7120 (gdb-threads-select, gdb-edit-register-value):
7121 Use `posn-set-point' instead of `mouse-set-point' because the
7122 latter is not fbound when configured without X.
7123
7124 2005-11-27 Kim F. Storm <storm@cua.dk>
7125
7126 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
7127 existing face when partially highlighting a TAB in a rectangle.
7128
7129 2005-11-26 Kim F. Storm <storm@cua.dk>
7130
7131 * ido.el (ido-mode-map): Doc fix.
7132 (ido-mode-common-map, ido-mode-file-map)
7133 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
7134 (ido-define-mode-map): Rewrite. Select one of the new maps as
7135 parent for ido-mode-map instead of building from scratch.
7136 (ido-init-mode-maps): New defun to initialize new maps.
7137 (ido-mode): Call it.
7138 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
7139 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
7140
7141 2005-11-26 John Paul Wallington <jpw@pobox.com>
7142
7143 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
7144 `mouse-set-point' because the latter is not fbound when configured
7145 without X.
7146
7147 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
7148
7149 * files.el (file-relative-name): Doc fix.
7150
7151 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7152
7153 * progmodes/octave-inf.el (inferior-octave-startup): Force a
7154 non-empty string for secondary prompt PS2.
7155
7156 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7157
7158 * progmodes/compile.el (compilation-setup): Fix last change.
7159
7160 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
7161
7162 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7163 (gdb-mouse-toggle-breakpoint-margin)
7164 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
7165 Add gdb-server-prefix to keep out of command history.
7166 (gdb-edit-register-value): New function.
7167 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
7168 (gdb-info-registers-custom): Use above map.
7169
7170 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7171
7172 * custom.el (enable-theme): Signal error if argument is not a
7173 theme. Don't recalculate a face if it's not loaded yet.
7174
7175 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7176 the `user' theme is in effect.
7177
7178 * info.el (Info-on-current-buffer): Record actual filename in
7179 Info-current-file, instead of t, or a fake filename if a non-file
7180 buffer. Make autoload.
7181 (Info-find-node, Info-revert-find-node): No need to check for
7182 Info-current-file nil.
7183 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7184 Info-current-file is now never `t'.
7185 (Info-fontify-node): Many simplifications due to Info-current-file
7186 always being valid. Use Info-find-file to find node filename.
7187
7188 2005-11-25 David Kastrup <dak@gnu.org>
7189
7190 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7191 new character, then delete" in order to preserve markers.
7192
7193 2005-11-25 David Ponce <david@dponce.com>
7194
7195 * recentf.el (recentf-arrange-by-rule): Handle a special
7196 `auto-mode-alist'-like "strip suffix" rule.
7197 (recentf-build-mode-rules): Handle second level auto-mode entries.
7198
7199 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7200
7201 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7202 window modes.
7203
7204 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7205 jde-javadoc-checker-report-mode.
7206
7207 * ediff-wind (ediff-make-wide-display): Slight simplification.
7208
7209 * ediff.el (ediff-date): Change the date of last update.
7210
7211 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7212
7213 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7214 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7215 (hi-lock-mode): New global minor mode.
7216 (turn-on-hi-lock-if-enabled): New function.
7217 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7218 Change arguments to regexp and face instead of a font-lock pattern.
7219 Directly set face property, instead of refontifying.
7220 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7221 (hi-lock-find-patterns): Use line-number-at-pos.
7222
7223 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7224 arguments for hi-lock-set-pattern.
7225 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7226 Call font-lock-fontify-buffer.
7227 (hi-lock-find-file-hook, hi-lock-current-line)
7228 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7229
7230 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7231 turned off.
7232
7233 * progmodes/compile.el (compilation-setup): Don't fiddle with
7234 font-lock-defaults.
7235
7236 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7237
7238 * progmodes/gdb-ui.el (gdb-var-create-handler)
7239 (gdb-var-list-children-handler): Find values for all variable
7240 objects. gud-speedbar-buttons decides whether to display them.
7241
7242 2005-11-24 Romain Francoise <romain@orebokech.com>
7243
7244 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7245 buffer name with a space.
7246
7247 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7248
7249 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7250 `org-export-local-list-max-depth'. Change default value to 3.
7251 (org-auto-renumber-ordered-lists)
7252 (org-plain-list-ordered-item-terminator): New options.
7253 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7254 (org-get-indentation, org-get-string-indentation)
7255 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7256 New functions.
7257 (org-move-item-down, org-move-item-up): New commands.
7258 (org-export-as-html): New classes for CSS support. Bug fix in
7259 regular expression detecting fixed-width regions. Respect
7260 `org-local-list-ordered-item-terminator'.
7261 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7262 also a list item.
7263 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7264 New item moving functions.
7265
7266 2005-11-24 Juri Linkov <juri@jurta.org>
7267
7268 * isearch.el (isearch-repeat): With empty search ring set
7269 `isearch-error' to the error string instead of signaling error
7270 with the function `error'.
7271
7272 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7273
7274 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7275
7276 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7277
7278 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7279 and variable.
7280 (gdb-var-create-handler, gdb-var-list-children-handler):
7281 Don't match on "char **...".
7282 (gdb-var-update-handler): Find values for all variable objects.
7283 (gdb-info-frames-custom): Identify frames by leading "#".
7284
7285 * progmodes/gud.el (gud-speedbar-menu-items): Add
7286 gdb-speedbar-auto-raise as radio button.
7287 (gud-speedbar-buttons): Raise speedbar if requested.
7288 Don't match on "char **...".
7289 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7290 Make it editable.
7291
7292 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7293
7294 * info.el (Info-fontify-node): Handle the case where
7295 Info-current-file is t.
7296
7297 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7298
7299 * simple.el (blink-matching-open): Fix off-by-one in last change.
7300
7301 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7302
7303 * term/mac-win.el: Don't change default directory.
7304
7305 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7306
7307 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7308 buffers correctly. (It used to throw an error in such buffers.)
7309 Make it ask for confirmation in group buffers and other Custom
7310 buffers containing more than one customization item.
7311
7312 2005-11-22 John Paul Wallington <jpw@gnu.org>
7313
7314 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7315 property on mail and url overlays.
7316 (goto-address-at-point): Use `posn-set-point' instead of
7317 `mouse-set-point' because the latter is not fbound when configured
7318 without X.
7319
7320 2005-11-22 Lars Hansen <larsh@soem.dk>
7321
7322 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7323 (ls-lisp-classify, ls-lisp-format): Delete call to
7324 ls-lisp-parse-symlink.
7325 (ls-lisp-handle-switches): Handle symlinks to directories as
7326 directories when ls-lisp-dirs-first in non-nil.
7327
7328 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7329
7330 * startup.el (command-line): Make sure that loaddefs.el is handled
7331 correctly in load-history.
7332
7333 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7334
7335 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7336 (gdb-struct-string, gdb-array-string): New constants.
7337 (gdb-info-locals-handler): Use them.
7338 (gdb-reset): Reset gdb-var-list to nil.
7339
7340 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7341
7342 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7343 in patterns.
7344
7345 2005-11-21 Juri Linkov <juri@jurta.org>
7346
7347 * custom.el (defcustom): Update link types in docstring.
7348
7349 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
7350
7351 * custom.el (defgroup): Add doc-string-elt info.
7352
7353 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7354
7355 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7356
7357 * newcomment.el (comment-enter-backward): Fix last fix.
7358
7359 * simple.el (blink-matching-open):
7360 * paren.el (show-paren-function): Allow new paren-class info.
7361
7362 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7363
7364 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7365 handled automagically.
7366
7367 2005-11-20 Andreas Schwab <schwab@suse.de>
7368
7369 * descr-text.el (describe-char): When copying overlays put them
7370 over the full char description instead of just the first character
7371 of it.
7372
7373 2005-11-20 Juri Linkov <juri@jurta.org>
7374
7375 * simple.el (what-cursor-position):
7376 * descr-text.el (describe-char): Use Lisp-readable syntax
7377 for octal and hex. Reorder decimal, octal and hex values.
7378 Remove excess whitespace in the output. Use `=' in `column='
7379 like in `point=' and `Hscroll='.
7380
7381 * international/mule-cmds.el (encoded-string-description):
7382 Use Lisp-readable syntax for hex.
7383
7384 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7385
7386 * newcomment.el (comment-enter-backward): Handle the case where the
7387 comment is closed by EOB.
7388
7389 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7390
7391 * longlines.el (longlines-before-revert-hook)
7392 (longlines-after-revert-hook): New functions.
7393 (longlines-mode): Turn off longlines temporarily when reverting.
7394 Add a message-setup-hook.
7395 (longlines-decode-buffer): New function.
7396 (longlines-wrap-line): Preserve marker positions.
7397
7398 2005-11-19 Andreas Schwab <schwab@suse.de>
7399
7400 * emacs-lisp/shadow.el: Handle compressed files.
7401
7402 2005-11-19 Romain Francoise <romain@orebokech.com>
7403
7404 * net/browse-url.el (browse-url-default-browser): Signal an error
7405 if no usable browser can be found, rather than try to load w3.
7406
7407 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7408
7409 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7410 replacing existing properties.
7411 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7412 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7413 tty specs.
7414 (rcirc-server-prefix, rcirc-server): New faces.
7415 (rcirc-url-regexp): Generate with rx macro.
7416 (rcirc-last-server-message-time): New variable.
7417 (rcirc-filter): Record time of last message.
7418 (rcirc-keepalive): Kill processes that did not send a message
7419 since the last ping.
7420 (rcirc-mode): Give rcirc-topic a local binding here.
7421
7422 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7423
7424 * subr.el (read-passwd): Fontify the prompt as we do with other
7425 prompts.
7426
7427 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7428
7429 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7430 binding buffer-read-only to nil.
7431
7432 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7433
7434 * complete.el (partial-completion-mode):
7435 Mention completion-auto-help in the doc string.
7436
7437 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7438 more Lisp-ish way.
7439
7440 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7441
7442 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7443 digits, not 8, to avoid misalignment for files larger than 100MB.
7444
7445 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7446
7447 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7448 Mention "keyboard shortcuts" in the help text.
7449
7450 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7451
7452 * startup.el (fancy-splash-default-action): Discard only
7453 mouse-down and succeeding mouse-up events in the splash screen
7454 window so that drag-n-drop event can be processed.
7455
7456 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7457
7458 * longlines.el (longlines-mode): Add hacks for mail-mode and
7459 message-mode.
7460
7461 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7462
7463 * textmodes/org.el (org-table-sort-lines): New command.
7464 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7465 (org-add-file): Command removed, use `org-agenda-file-to-front'
7466 instead.
7467 (org-export-icalendar): Use `org-icalendar-combined-name'.
7468 (org-cycle-agenda-files, org-agenda-file-to-end)
7469 (org-agenda-file-to-front): New commands.
7470 (org-table-tab-jumps-over-hlines, org-export-html-style):
7471 New options.
7472 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7473 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7474 New functions.
7475 (org-fill-paragraph): Call `org-table-align' in tables.
7476 (org-mode): Call `org-set-autofill-regexps'.
7477 (org-export-as-html): Support for local handformatted lists.
7478 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7479 (org-export-local-list-max-depth): New option.
7480 (org-html-expand): Use `org-html-protect'.
7481
7482 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7483
7484 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7485 to "p".
7486 (gdb): Move definition of gud-pp to...
7487
7488 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7489 speedbar.
7490 (gdb-find-watch-expression): New function.
7491
7492 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7493
7494 * faces.el (face-attribute, set-face-attribute): Mention existence
7495 of `:ignore-defface' setting in docstring.
7496
7497 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7498
7499 * simple.el (completion-setup-function): Fix last change.
7500
7501 2005-11-17 John Paul Wallington <jpw@pobox.com>
7502
7503 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7504 Use `posn-set-point' instead of `mouse-set-point' because the
7505 latter is not fbound when configured without X.
7506
7507 * comint.el (comint-insert-input): Likewise.
7508
7509 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7510
7511 * simple.el (hard-newline): New variable.
7512 (sendmail-user-agent-compose, next-line): Use it.
7513
7514 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7515 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7516 (mail-mail-reply-to, mail-mail-followup-to)
7517 (mail-position-on-field, mail-signature, mail-yank-original)
7518 (mail-attach-file): Likewise.
7519
7520 * mail/mailheader.el (mail-header-format)
7521 (mail-header-format-function): Likewise.
7522
7523 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7524
7525 2005-11-17 Juri Linkov <juri@jurta.org>
7526
7527 * font-lock.el (font-lock-faces): Rename this defgroup from
7528 `font-lock-highlighting-faces'.
7529 (font-lock-comment-face, font-lock-comment-delimiter-face)
7530 (font-lock-string-face, font-lock-doc-face)
7531 (font-lock-keyword-face, font-lock-builtin-face)
7532 (font-lock-function-name-face, font-lock-variable-name-face)
7533 (font-lock-type-face, font-lock-constant-face)
7534 (font-lock-warning-face, font-lock-negation-char-face)
7535 (font-lock-preprocessor-face)
7536 (font-lock-regexp-grouping-backslash)
7537 (font-lock-regexp-grouping-construct): Rename :group from
7538 `font-lock-highlighting-faces' to `font-lock-faces'.
7539
7540 * cus-edit.el (lisp, c, tex):
7541 * progmodes/ada-mode.el (ada):
7542 * progmodes/asm-mode.el (asm):
7543 * progmodes/cperl-mode.el (cperl-faces):
7544 * progmodes/cpp.el (cpp):
7545 * progmodes/dcl-mode.el (dcl):
7546 * progmodes/f90.el (f90):
7547 * progmodes/fortran.el (fortran):
7548 * progmodes/icon.el (icon):
7549 * progmodes/idlwave.el (idlwave-misc):
7550 * progmodes/m4-mode.el (m4):
7551 * progmodes/make-mode.el (makefile):
7552 * progmodes/meta-mode.el (meta-font):
7553 * progmodes/modula2.el (modula2):
7554 * progmodes/octave-mod.el (octave):
7555 * progmodes/pascal.el (pascal):
7556 * progmodes/perl-mode.el (perl):
7557 * progmodes/prolog.el (prolog):
7558 * progmodes/ps-mode.el (PostScript-edit):
7559 * progmodes/scheme.el (scheme):
7560 * progmodes/sh-script.el (sh-script):
7561 * progmodes/simula.el (simula):
7562 * progmodes/tcl.el (tcl):
7563 * textmodes/nroff-mode.el (nroff):
7564 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7565 * textmodes/sgml-mode.el (sgml):
7566 * textmodes/texinfo.el (texinfo):
7567 Add :link (custom-group-link font-lock-faces) to defgroup.
7568
7569 * hi-lock.el (hi-lock): Rename this defgroup from
7570 `hi-lock-interactive-text-highlighting'. Change parent group from
7571 `faces' to `font-lock'. Add link to the manual.
7572 (hi-lock-mode, hi-lock-file-patterns-range)
7573 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7574 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7575 (hi-lock-faces): Add :group `faces'.
7576
7577 * cus-edit.el (custom-variable-prompt): Clarify the code.
7578
7579 * faces.el (face-read-string): Set the default value arg of
7580 completing-read.
7581
7582 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7583
7584 * rfn-eshadow.el (file-name-shadow-properties)
7585 (file-name-shadow-tty-properties, file-name-shadow-mode):
7586 Remove autoloads, because the file is now preloaded.
7587
7588 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7589
7590 * printing.el (easy-menu-intern): Don't define.
7591 (pr-get-symbol): Use easy-menu-intern only if defined.
7592
7593 * simple.el (blink-matching-open): Simplify a bit.
7594 (completion-setup-function): Fix the case of partial-completion-mode
7595 when the minibuffer's contents start with "-".
7596 Obey completion-base-size-function even when
7597 minibuffer-completing-file-name is non-nil.
7598
7599 2005-11-16 Richard M. Stallman <rms@gnu.org>
7600
7601 * net/eudcb-ph.el (eudc-ph-open-session):
7602 Use set-process-query-on-exit-flag.
7603
7604 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7605
7606 * international/ucs-tables.el (ucs-set-table-for-input):
7607 Use make-local-variable, not make-variable-buffer-local.
7608
7609 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7610 Improve warning message text.
7611
7612 * savehist.el (savehist-save-hook): Add :group.
7613
7614 * menu-bar.el (menu-bar-help-menu):
7615 Rename Find Extra Packages to External Packages.
7616
7617 * cus-edit.el (Custom-reset-standard): Verify that
7618 :custom-standard-value prop exists before calling it.
7619
7620 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7621
7622 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
7623
7624 * wid-edit.el (color): Enclose %t in %{...%}.
7625
7626 * cus-edit.el (face): Enclose %t in %{...%}.
7627
7628 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7629
7630 * savehist.el (savehist-mode-hook): Re-add the var.
7631 (savehist-mode): Use it.
7632
7633 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7634
7635 * textmodes/flyspell.el: Fix commenting convention.
7636 Remove unnecessary leading * in custom docstrings.
7637 (flyspell-emacs): Remove unused var.
7638 (flyspell-delete-region-overlays): Use remove-overlays.
7639 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7640 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7641 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7642 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7643 (make-flyspell-overlay): Don't locally reuse a global name.
7644 (flyspell-highlight-incorrect-region)
7645 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7646 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7647 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7648 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7649 Wrap calls to accept-process-output inside with-local-quit since it's
7650 often called from a post-command-hook.
7651 (flyspell-correct-word, flyspell-auto-correct-word):
7652 Use ispell-send-string.
7653 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7654
7655 * calendar/diary-lib.el (diary-list-entries): Also hide the
7656 terminating newline.
7657
7658 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7659
7660 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7661 window-system, to allow fonts on tty.
7662
7663 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7664
7665 * progmodes/gud.el (gud-speedbar-item-info): New function.
7666 (gud-install-speedbar-variables): Use it to display data type
7667 of watch expression as a tooltip in speedbar.
7668
7669 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7670
7671 * font-core.el (global-font-lock-mode): Add :version keyword,
7672 because default was changed.
7673
7674 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7675
7676 * startup.el (command-line): Use `custom-reevaluate-setting' for
7677 `file-name-shadow-mode'.
7678
7679 * loadup.el: Preload rfn-eshadow.
7680
7681 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7682 Add :version keyword.
7683 (file-name-shadow-properties, file-name-shadow-tty-properties)
7684 (file-name-shadow): Add :version keyword.
7685
7686 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7687 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7688 in the custom-group property of the symbol frames and the fringe
7689 group got no link to its parent group frames.
7690 Doc fix.
7691
7692 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7693
7694 * progmodes/gud.el (gud-stop-subjob): New function.
7695 (gud-menu-map, gud-tool-bar-map): Use it.
7696
7697 2005-11-16 Kim F. Storm <storm@cua.dk>
7698
7699 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7700 than kill it.
7701 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7702 to a more useful/logical place.
7703
7704 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7705
7706 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7707 go buttons complementary.
7708
7709 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7710
7711 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7712 (rfn-eshadow-sifn-equal): New function.
7713 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7714
7715 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7716
7717 * viper-utils.el (viper-non-word-characters-reformed-vi):
7718 Quote `-' in string.
7719
7720 * viper.el (viper-emacs-state-mode-list): Ensure that
7721 rcirc-mode buffers come up in Emacs state.
7722
7723 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7724 operation.
7725
7726 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7727
7728 * term.el (term-termcap-format): Fix typos.
7729 (term-down): Fix the negative argument case.
7730
7731 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7732
7733 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7734 2005-08-15.
7735 (gdb-ann3): New command gud-go.
7736 (menu): Accomodate gdb-mi.el.
7737 (gdb-assembler-custom): Make buffer of selected window current
7738 so that set-window-point works.
7739
7740 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7741 buttons and include new ones.
7742
7743 2005-11-16 Kim F. Storm <storm@cua.dk>
7744
7745 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7746 (gud-menu-map): Use it.
7747
7748 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7749
7750 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7751 that works correctly for Custom and that does not override a user
7752 who disables it.
7753
7754 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7755 (help-xref-interned, help-follow): Make hyperlinks for variables
7756 that are unbound, but have a non-nil variable-documentation property.
7757
7758 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7759 mode hook. (It conflicted with defcustoms for some mode hooks.)
7760 Use the `variable-documentation' property to give the mode hook a
7761 docstring and expand that docstring.
7762
7763 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7764
7765 * savehist.el (savehist-mode): Don't bother with
7766 `custom-set-minor-mode'.
7767 (savehist-coding-system): Check XEmacs version.
7768 (history-length): Declare also at run time.
7769 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7770 Don't set the customize state.
7771 (savehist-minibuffer-hook): Special case for when
7772 minibuffer-history-variable is equal to t.
7773
7774 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7775
7776 * files.el (write-file): Refresh VC status.
7777
7778 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7779 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7780 than fundamental-mode to see if the mode was set.
7781
7782 2005-11-14 Romain Francoise <romain@orebokech.com>
7783
7784 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7785 dummy function in `eval-when-compile' to avoid compiler warning.
7786 Require `man' at compile time.
7787
7788 2005-11-14 Jay Belanger <belanger@truman.edu>
7789
7790 * calc-alg.el (calcFunc-write-out-power): Rename it to
7791 calcFunc-powerexpand.
7792 (math-write-out-power): Rename it to math-powerexpand; have it
7793 handle negative exponents.
7794 (calc-writeoutpower): Rename it to calc-powerexpand.
7795
7796 * calc-ext.el: Change calcFunc-writeoutpower and
7797 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7798 autoloads.
7799 Add calcFunc-ldiv to autoloads.
7800
7801 * calc-arith.el (calcFunc-ldiv): New function.
7802
7803 * calc.el (calc-left-divide): New function.
7804
7805 2005-11-14 Juri Linkov <juri@jurta.org>
7806
7807 * cus-edit.el (custom-variable-prompt): Set the default value arg
7808 of completing-read.
7809
7810 * cus-dep.el (custom-make-dependencies): Reverse the list of
7811 found dependencies.
7812
7813 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7814
7815 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7816 Highlighting" entry, it is on by default now.
7817 (menu-bar-options-save): Do not save global-font-lock-mode.
7818
7819 2005-11-13 Richard M. Stallman <rms@gnu.org>
7820
7821 * textmodes/flyspell.el (flyspell-large-region):
7822 Call flyspell-accept-buffer-local-defs.
7823
7824 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
7825
7826 * textmodes/flyspell.el (flyspell-notify-misspell):
7827 Fix misspelling of "Misspelling".
7828 (flyspell-process-localwords): New function.
7829 (flyspell-large-region): Call flyspell-process-localwords and
7830 flyspell-delete-region-overlays.
7831 (flyspell-delete-region-overlays): New function.
7832 (flyspell-delete-all-overlays): Call that.
7833
7834 2005-11-13 Richard M. Stallman <rms@gnu.org>
7835
7836 * help.el (help-for-help-internal): Improve doc of C-h a.
7837 (describe-key): Improve prompt; doc fix.
7838
7839 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7840
7841 * vc-svn.el (vc-svn-registered): Catch all errors.
7842
7843 * cus-dep.el (custom-make-dependencies): Typo.
7844
7845 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
7846
7847 * net/tramp-util.el (top): Fix compilation warning.
7848
7849 2005-11-13 Kim F. Storm <storm@cua.dk>
7850
7851 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
7852
7853 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7854
7855 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7856 (gud-speedbar-buttons): Match on "const char *" too.
7857
7858 * progmodes/gdb-ui.el (gdb-var-create-handler)
7859 (gdb-var-list-children-handler): Match on "const char *" too.
7860 (gdb-var-evaluate-expression-handler): Match on empty string.
7861 (gdb-var-update-handler): Only call
7862 gdb-var-evaluate-expression-handler when required.
7863
7864 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7865
7866 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7867 selected window. This still doesn't work for speedbar.
7868 (gud-speedbar-buttons): Handle string expressions properly.
7869
7870 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7871 (gdb-var-create-handler): Handle string expressions properly.
7872 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7873 Handle string expressions properly. Move "type" field into regexp.
7874
7875 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7876
7877 * bookmark.el (bookmark-maybe-message): New function to reduce
7878 code duplication: invokes `message' iff baud-rate is high enough.
7879 (bookmark-write-file): Use above instead of an inline conditional.
7880 (bookmark-load): Same.
7881
7882 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7883
7884 * bookmark.el (bookmark-write-file): Don't visit the destination
7885 file, just write the data to it using write-region. This is
7886 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7887 change to avoid visiting the file in the first place.
7888
7889 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
7890
7891 * hi-lock.el (hi-lock-mode): Set the default value of
7892 font-lock-defaults.
7893
7894 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
7895
7896 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7897 arg to `file-attributes'.
7898 (find-lisp-format): The UID and GID can now be strings.
7899
7900 2005-11-12 Kim F. Storm <storm@cua.dk>
7901
7902 * help.el (help-map): Bind C-h d to apropos-documentation.
7903
7904 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7905 when point is at end-of-buffer.
7906
7907 * apropos.el (apropos-match-face): Doc fix.
7908 (apropos-sort-by-scores): Add new choice `verbose'.
7909 (apropos-documentation-sort-by-scores): New defcustom.
7910 (apropos-pattern): Now contains the pattern entered by the user.
7911 (apropos-pattern-quoted): New defvar.
7912 (apropos-regexp): New defvar, containing the regexp corresponding
7913 to apropos-pattern.
7914 (apropos-all-words-regexp): Rename from apropos-all-regexp.
7915 (apropos-read-pattern): New defun. Use it to read pattern arg in
7916 interactive calls; returns list of words for a word list, and
7917 string for a regexp.
7918 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
7919 parses a list of words or regexp as returned by apropos-read-pattern.
7920 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7921 (apropos-score-doc): Return a very high score if the string
7922 entered by the user matches literally.
7923 (apropos-variable): Doc fix. Use apropos-read-pattern.
7924 (apropos-command): Doc fix. Use apropos-read-pattern and
7925 apropos-parse-pattern. Call apropos-print with nosubst=t.
7926 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
7927 apropos-parse-pattern.
7928 (apropos-documentation): Doc fix. Use apropos-read-pattern and
7929 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
7930 apropos-documentation-sort-by-scores. Call apropos-print with
7931 nosubst=t.
7932 (apropos-documentation-internal): Pass doc string through
7933 substitute-key-definition before adding text properties.
7934 Highlight substring matching literal user input if possible.
7935 (apropos-documentation-check-doc-file): Remove locals beg and end.
7936 Fix calculation of score (as added twice). Pass doc string through
7937 substitute-key-definition before adding text properties.
7938 (apropos-documentation-check-elc-file): Pass doc string through
7939 substitute-key-definition before adding text properties.
7940 Highlight substring matching literal user input if possible.
7941 (apropos-print): Add new arg NOSUBST; if set, command and variable
7942 doc strings have already been passed through substitute-key-definition.
7943 Add code to handle apropos-accumulator items without score element
7944 for backwards compatibility (e.g. with woman package).
7945 Only show scores if apropos-sort-by-scores is `verbose'.
7946
7947 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7948
7949 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7950 Add jka-compr-load-suffixes to load-suffixes.
7951
7952 * jka-compr.el: Require jka-cmpr-hook.
7953 (jka-compr-info-compress-message, jka-compr-info-compress-program)
7954 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7955 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7956 (jka-compr-info-can-append, jka-compr-info-strip-extension)
7957 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7958 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
7959 (jka-compr-uninstall): Remove entries from
7960 jka-compr-added-to-file-coding-system-alist after they are used.
7961 (jka-compr-error): Remove unused var `curbuf'.
7962 (jka-compr-file-local-copy): Remove unused var `notfound'.
7963
7964 2005-11-10 Romain Francoise <romain@orebokech.com>
7965
7966 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7967
7968 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
7969
7970 * progmodes/gud.el (gud-menu-map): Move parentheses.
7971 (gdb): New command gud-pv.
7972
7973 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7974
7975 * tar-mode.el: Remove spurious or unnecessary leading stars
7976 in docstrings.
7977 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7978 (tar-parse-octal-integer-safe): Use mapc.
7979 (tar-header-block-summarize): Remove unused var `ck'.
7980 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7981 cleared before. Obey default-enable-multibyte-characters.
7982 Use mapconcat. Simplify setting of tar-header-offset.
7983 (tar-mode-map): Move initialization inside delcaration.
7984 (tar-flag-deleted): Use `abs'.
7985 (tar-expunge-internal): Remove unused var `line'.
7986 (tar-expunge-internal): Don't hardcode point-min==1.
7987 (tar-expunge): Widen while doing set-buffer-multibyte.
7988 (tar-rename-entry): Use file-name-coding-system.
7989 (tar-alter-one-field): Don't hardcode point-min==1.
7990 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7991 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
7992
7993 2005-11-10 Masatake YAMATO <jet@gyve.org>
7994
7995 * add-log.el (add-log-current-defun): Handle class::method
7996 notation of c++. Fix incorrect comment.
7997
7998 2005-11-10 Alan Mackenzie <acm@muc.de>
7999
8000 * help-fns.el (describe-variable): Make C-h v work when a variable
8001 has variable documentation yet is unbound.
8002
8003 2005-11-10 Masatake YAMATO <jet@gyve.org>
8004
8005 * man.el (Man-highlight-references): Set an empty
8006 string to `Man-arguments' if it is nil.
8007 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
8008
8009 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8010
8011 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
8012 commenting conventions.
8013
8014 * cus-dep.el (custom-make-dependencies): Simplify.
8015 Better follow the commenting conventions.
8016
8017 2005-11-09 Richard M. Stallman <rms@gnu.org>
8018
8019 * apropos.el (apropos-pattern): Rename from apropos-regexp.
8020 (apropos-orig-pattern): Rename from apropos-orig-regexp.
8021 All uses changed.
8022 (apropos-rewrite-regexp): Doc fix.
8023 (apropos-variable, apropos-command, apropos, apropos-value):
8024 Change prompt; carry through the argument renaming.
8025
8026 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
8027
8028 * find-lisp.el: Require dired.
8029 (find-lisp-find-dired-internal): Do not call
8030 `abbreviate-file-name' on DIR.
8031
8032 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
8033
8034 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
8035
8036 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
8037
8038 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
8039 when using the speedbar.
8040 (gdb): New command gud-pp.
8041 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
8042
8043 2005-11-09 Juri Linkov <juri@jurta.org>
8044
8045 * replace.el (occur-excluded-properties): New defcustom.
8046 (occur-1, occur-engine, occur-accumulate-lines): Use it.
8047
8048 2005-11-08 Jay Belanger <belanger@truman.edu>
8049
8050 * calc/calc-units.el (math-convert-units): Replace any composite
8051 unit by its definition.
8052
8053 2005-11-08 Lars Hansen <larsh@soem.dk>
8054
8055 * emacs-lisp/autoload.el (update-directory-autoloads):
8056 Add obsolete function alias.
8057
8058 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8059
8060 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8061 comment-indent-function.
8062 (lisp-comment-indent): Replace by an alias for comment-indent-default.
8063
8064 * reveal.el (reveal-post-command): Rework the handling of
8065 reveal-open-spots, so as to be more reliable. There were several
8066 tricky corner cases where an open spot might be lost, or where
8067 a closed spot might end up on the list of open spots.
8068 Only reveal text that's ellipsised.
8069
8070 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
8071
8072 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
8073
8074 2005-11-07 John Paul Wallington <jpw@gnu.org>
8075
8076 * ibuffer.el (ibuffer): Search iconified frames too when
8077 getting Ibuffer buffer's window.
8078
8079 2005-11-06 Richard M. Stallman <rms@gnu.org>
8080
8081 * progmodes/compile.el (compilation-internal-error-properties):
8082 save-excursion around the computation of MARKER.
8083
8084 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
8085
8086 * textmodes/flyspell.el (flyspell-external-point-words):
8087 flyspell-get-word returns a list, not just a string.
8088
8089 2005-11-06 John Paul Wallington <jpw@pobox.com>
8090
8091 * ibuffer.el (ibuffer): Search all visible frames when getting
8092 Ibuffer buffer's window.
8093
8094 2005-11-07 Masatake YAMATO <jet@gyve.org>
8095
8096 * man.el (Man-reference-regexp): Accept spaces between
8097 `Man-name-regexp' and `Man-section-regexp'.
8098 (Man-apropos-regexp): New variable.
8099 (Man-abstract-xref-man-page): Use value for `Man-target-string'
8100 if available.
8101 (Man-highlight-references, Man-highlight-references0):
8102 Handle the case when `Man-arguments' includes "-k".
8103 (Man-highlight-references0): Rename the argument `TARGET-POS' to
8104 `TARGET'. `TARGET' can be a number, function or nil.
8105
8106 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
8107
8108 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
8109 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
8110 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
8111 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
8112 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
8113 (gdb-send-item): Use buffer-local-value and simplify.
8114
8115 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
8116
8117 * startup.el (command-line): Use `custom-reevaluate-setting' for
8118 `global-font-lock-mode'.
8119
8120 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
8121 by default, except in batch mode or when the -D option is given.
8122
8123 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
8124 specified keyword args on to `define-minor-mode'. Update docstring.
8125
8126 2005-11-05 Romain Francoise <romain@orebokech.com>
8127
8128 * replace.el (occur-engine): Add marker at end of line, too.
8129
8130 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8131
8132 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8133 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8134 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8135 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8136 argument to all these routines, so the passphrase can be managed
8137 externally and passed in to the system.
8138 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8139 pgg-add-passphrase-to-cache function.
8140
8141 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8142 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8143 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8144 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8145 argument to all these routines, so the passphrase can be managed
8146 externally and passed in to the system.
8147 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8148 function.
8149
8150 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8151
8152 * font-lock.el: Don't deal with font-lock-face-attributes here,
8153 move the code ...
8154
8155 * startup.el (command-line): ... here. Use face-spec-set instead
8156 of custom-declare-face.
8157
8158 * faces.el (face-spec-set): Reset the face if spec is not nil.
8159
8160 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8161
8162 * newcomment.el (comment-region-internal): Box more tightly in the
8163 common case where there's no TAB in the boxed text.
8164
8165 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8166
8167 * info.el (info-tool-bar-map): Use images prev-node, next-node and
8168 up-node.
8169
8170 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8171
8172 * newsticker.el: Commentary updated. Code formatting changed.
8173 (newsticker-version): Change to "1.9".
8174 (newsticker, newsticker-feed): Doc fix.
8175 (newsticker-url-list): Doc fix. Add option "Weekly".
8176 (newsticker-retrieval-interval): Add option "Weekly".
8177 (newsticker-headline-processing): Doc fix.
8178 (newsticker-auto-mark-filter): Remove.
8179 (newsticker-auto-mark-filter-list): New.
8180 (newsticker-layout, newsticker-sort-method): Doc fix.
8181 (newsticker-hide-old-items-in-newsticker-buffer)
8182 (newsticker-heading-format, newsticker-item-format)
8183 (newsticker-desc-format): Doc fix.
8184 (newsticker-show-all-rss-elements): Remove.
8185 (newsticker-show-all-news-elements): New.
8186 (newsticker-faces, newsticker-ticker): Doc fix.
8187 (remove-from-invisibility-spec): Code formatting.
8188 (newsticker--process-ids): New.
8189 (newsticker-mode): Doc fix.
8190 (newsticker-mode): Change mode-line-format.
8191 (newsticker-start): Remove debug output.
8192 (newsticker-start-ticker): Doc fix. Add autoload cookie.
8193 (newsticker-w3m-show-inline-images): Code formatting.
8194 (newsticker-next-item): Call `force-mode-line-update'.
8195 (newsticker-previous-item): Call `force-mode-line-update'.
8196 (newsticker-next-feed): Call `force-mode-line-update'.
8197 (newsticker-previous-feed): Call `force-mode-line-update'.
8198 (newsticker-mark-all-items-at-point-as-read): Code formatting.
8199 (newsticker-show-old-items): Do not show descs.
8200 (newsticker-hide-entry): Hide too much.
8201 (newsticker-hide-entry, newsticker-show-entry)
8202 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8203 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8204 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8205 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8206 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8207 (newsticker-get-news): Call `force-mode-line-update'.
8208 Collect process ids.
8209 (newsticker--sentinel): Change coding system handling.
8210 Move image retrieval to new functions newsticker--get-logo-url-*.
8211 Move feed parsing to new functions newsticker--parse-*.
8212 Update list of process ids.
8213 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8214 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8215 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8216 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8217 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8218 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8219 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8220 (newsticker--decode-coding-string): Remove.
8221 (newsticker--decode-numeric-entities): Check input. Format code.
8222 (newsticker--remove-whitespace): Check input.
8223 (newsticker--do-forget-preformatted): Doc fix.
8224 (newsticker--decode-rfc822-date): Allow for missing time.
8225 (newsticker--update-process-ids): New.
8226 (newsticker--image-sentinel): Change comment.
8227 (newsticker--image-read): Change error message.
8228 (newsticker--imenu-goto): Doc fix. Show headline title.
8229 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8230 (newsticker--buffer-do-insert-text): Clean whitespace in
8231 html-rendered headline title. Code formatting.
8232 Call `newsticker--buffer-print-extra-elements'.
8233 (newsticker--buffer-print-extra-element): Remove.
8234 (newsticker--buffer-print-extra-elements): New.
8235 (newsticker--buffer-do-print-extra-element): New.
8236 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8237 large sizes.
8238 (newsticker--run-auto-mark-filter)
8239 (newsticker--do-run-auto-mark-filter):
8240 Use `newsticker-auto-mark-filter-list'.
8241
8242 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8243
8244 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8245 (rcirc-print): Force redisplay before running hooks. Do long
8246 buffer truncation after making new text read-only. Deal with nil
8247 text when decoding strings. If TARGET is nil, use either the
8248 currently selected buffer, if it is an rcirc buffer and of the
8249 same process or the process buffer.
8250 (rcirc-mode): Remove header-line. Recompute short buffer names.
8251 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8252 (rcirc-short-buffer-name): Add variable.
8253 (rcirc-kill-buffer-hook): Recompute short buffer names.
8254 Remove nick from private channel.
8255 (rcirc-send-input): Send command text to current-buffer.
8256 Don't clear overlay arrow here.
8257 (rcirc-short-buffer-name): Return a short buffer name.
8258 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8259 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8260 buffer-name abbreviations.
8261 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8262 Do not touch nick-table when killing a parted channel.
8263 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8264 Clear arrow from current buffer if it is now hidden.
8265 (rcirc-current-buffer): Add variable.
8266 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8267 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8268 Remove -face from names.
8269 (rcirc-update-activity-string): Print "DND" when globally ignoring
8270 activity.
8271 (rcirc-ignore-buffer-activity-flag): Rename from
8272 rcirc-ignore-channel-activity.
8273 (rcirc-ignore-all-activity-flag): Doc fix.
8274 (rcirc-channels): Remove variable.
8275 (rcirc-kill-buffer-hook):
8276 (rcirc-get-buffer-create): Add nick to private channel.
8277 (rcirc-multiline-edit-submit): Remove tabs.
8278 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8279 folded.
8280 (rcirc-remove-nick-channel): Bug fix.
8281 (rcirc-toggle-ignore-buffer-activity): Rename from
8282 rcirc-toggle-ignore-channel-activity.
8283 (rcirc-record-activity): Add buffers to the front of the list.
8284 (rcirc-update-activity): Remove killed buffers from list.
8285 (rcirc-process-server-response-1): Remove last argument if it is
8286 null before calling handler.
8287 (rcirc): Add "rcirc" defcustom prefix.
8288 (rcirc-prompt): Simplify default prompt.
8289 Use custom-initialize-default.
8290 (rcirc-private-chats): Remove variable.
8291 (rcirc-prompt): Change initialization.
8292 (rcirc-version): Remove function.
8293 (rcirc-id-string): Add constant.
8294 (rcirc-last-buffer): Remove variable.
8295 (rcirc-buffer-alist): Add variable.
8296 (rcirc-connect): Update variable setup.
8297 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8298 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8299 default.
8300 (rcirc-handler-generic): Trigger activity.
8301 (rcirc-send-message): Create the buffor of the target.
8302 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8303 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8304 (rcirc-multiline-edit-cancel): Remove function.
8305 (rcirc-set-last-buffer): Remove function.
8306 (rcirc-get-any-buffer): Add function.
8307 (rcirc-join-channels): Don't print /join text.
8308 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8309 messages.
8310 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8311 (rcirc-handler-NOTICE): Recognize CTCP responses.
8312 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8313 constructing TOPIC string for buffers we are not JOINed.
8314 (rcirc-handler-CTCP-response): Add handler.
8315 (rcirc-multiline-edit-submit): Restore the window-configuration
8316 before adjusting point.
8317 (rcirc): Add customization group.
8318 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8319 (rcirc-user-full-name, rcirc-startup-channels-alist)
8320 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8321 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8322 (rcirc-input-ring-size, rcirc-read-only-flag)
8323 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8324 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8325 Change defvar to defcustom.
8326 (rcirc-update-prompt): Add optional ALL arg, which will update
8327 prompts in all rcirc buffers. Regexp quote replacement text.
8328 (rcirc-fill-column): Accept frame-width as a value.
8329 (rcirc-set-changed): Add function.
8330 (rcirc-next-active-buffer): Write more meaningful messages.
8331 (rcirc-faces): Add customization group.
8332 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8333 (rcirc-nick-in-message-face, rcirc-prompt-face)
8334 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8335 (with-rcirc-process-buffer): Move before first usage.
8336 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8337 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8338 (rcirc-debug): Rename from `rcirc-log'.
8339 (rcirc-format-response-string): Do not print `-' chars for a
8340 NOTICE with no sender. Simplify output of server responses.
8341
8342 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8343
8344 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8345 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8346 Make urls mouse and RET clickable.
8347
8348 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8349
8350 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8351
8352 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8353
8354 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8355 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8356 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8357 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8358 argument to all these routines, so the passphrase can be managed
8359 externally and passed in to the system.
8360 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8361 pgg-add-passphrase-to-cache function.
8362
8363 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8364 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8365 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8366 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8367 argument to all these routines, so the passphrase can be managed
8368 externally and passed in to the system.
8369 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8370 function.
8371
8372 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8373
8374 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8375 from goto-address-url-regexp.
8376
8377 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8378
8379 * textmodes/org.el (org-read-date, org-goto-calendar)
8380 (org-recenter-calendar, org-agenda-goto-calendar):
8381 Temporarily clear `calendar-move-hook'.
8382
8383 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8384
8385 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8386 merging.
8387
8388 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8389 have merge clashes.
8390
8391 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8392
8393 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8394 Undo previous change.
8395
8396 * startup.el (command-line): Use `custom-reevaluate-setting' for
8397 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8398 tty-register-default-colors on Mac.
8399
8400 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8401
8402 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8403 (gdb-buffer-type): Make it automatically buffer local...
8404 (gdb-get-create-buffer): ...and set it accordingly.
8405 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8406 actually work.
8407
8408 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8409
8410 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8411 not red.
8412
8413 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8414
8415 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8416 case GUD buffer is not visible.
8417 (gdb-goto-breakpoint): Try to force display in source buffer.
8418 (gdb-frame-gdb-buffer): Copy other similar functions.
8419 (gdb-restore-windows): Don't display source if not asked for.
8420 (gdb-assembler-buffer-name): Don't capitalise.
8421
8422 2005-11-03 Richard M. Stallman <rms@gnu.org>
8423
8424 * wid-edit.el (key-sequence): New widget type.
8425
8426 * simple.el (set-mark-command-repeat-pop): New variable.
8427 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8428 if set-mark-command-repeat-pop is true.
8429
8430 * info.el (Info-fontify-node): Don't display extra "see" if there
8431 already is one here.
8432
8433 * mouse.el: Fix special handling of DEL after dragging a region:
8434 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8435 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8436
8437 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8438
8439 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8440 not to assume it pertains to an affix.
8441
8442 * textmodes/flyspell.el (flyspell-post-command-hook):
8443 Bind deactivate-mark to prevent deactivation.
8444
8445 2005-11-03 Lars Hansen <larsh@soem.dk>
8446
8447 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8448 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8449 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8450
8451 2005-11-03 Romain Francoise <romain@orebokech.com>
8452
8453 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8454 Update copyright years.
8455
8456 2005-11-03 Sam Steingold <sds@gnu.org>
8457
8458 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8459 Use system-type instead of window-system because window-system is not
8460 correctly defined during loadup.
8461
8462 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8463
8464 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8465 (xml-parse-tag): Join strings separated by a comment properly.
8466
8467 2005-11-02 Andreas Schwab <schwab@suse.de>
8468
8469 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8470
8471 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8472
8473 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8474 (byte-optimize-pure-func): Quote the eval'd value.
8475
8476 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8477 Rename from perl-font-lock-syntactic-face-function.
8478 Change the calling convention so it can be used as a font-lock MATCHER.
8479 Do the parse-partial-sexp loop outselves.
8480 (perl-font-lock-syntactic-keywords): Use it.
8481 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8482
8483 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8484
8485 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8486 disassembly buffer too.
8487 (gdb-exited): Remove overlay arrows when execution has finished.
8488 (gdb-info-frames-custom, gdb-info-threads-custom)
8489 (gdb-info-registers-custom): Don't add inappropriate text
8490 properties if inferior is not active.
8491
8492 2005-11-02 Glenn Morris <rgm@gnu.org>
8493
8494 * progmodes/fortran.el (fortran-blink-match):
8495 Use `blink-matching-delay'.
8496
8497 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8498
8499 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8500
8501 2005-11-02 Lars Hansen <larsh@soem.dk>
8502
8503 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8504 "Permission denied".
8505
8506 2005-11-01 Richard M. Stallman <rms@gnu.org>
8507
8508 * textmodes/flyspell.el (flyspell-external-point-words):
8509 Pass nil to flyspell-get-word.
8510
8511 2005-11-02 Kim F. Storm <storm@cua.dk>
8512
8513 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8514 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8515
8516 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8517
8518 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8519 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8520 (calendar-mouse-print-dates): Add optional `event' argument.
8521 Update interactive-spec.
8522 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8523 Use `calendar-event-to-date' instead of `event'.
8524
8525 2005-11-02 Masatake YAMATO <jet@gyve.org>
8526
8527 * progmodes/ld-script.el (ld-script-builtins):
8528 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8529 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8530 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8531
8532 2005-11-01 Romain Francoise <romain@orebokech.com>
8533
8534 * vc-sccs.el: Update copyright year.
8535 * ezimage.el: Likewise.
8536
8537 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8538
8539 * info.el (Info-fontify-node): Use `string-width' for fontifying
8540 underlined titles.
8541
8542 2005-11-01 Juri Linkov <juri@jurta.org>
8543
8544 * info.el (Info-fontify-node): Downcase node header keywords Node,
8545 Prev, Next, Up before comparison.
8546 (Info-history): Insert absolute directory name, and put invisible
8547 property on it.
8548
8549 2005-11-01 Juri Linkov <juri@jurta.org>
8550
8551 * info.el (Info-file-supports-index-cookies): New variable.
8552 (Info-find-node-2): Check makeinfo version for index cookie support.
8553 (Info-index-nodes): Search for nodes with index cookies only when
8554 Info-file-supports-index-cookies is t. Otherwise, search nodes
8555 with "Index" in the node name.
8556 (Info-index-node): Search index cookie in the current node only when
8557 Info-file-supports-index-cookies is t. Otherwise, check the word
8558 "Index" in the node name.
8559 (Info-find-emacs-command-nodes): Remove code that searches nodes
8560 with "Index" node name in the top menu.
8561
8562 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8563
8564 * progmodes/scheme.el (scheme-mode-variables): Use the default
8565 comment-indent-function.
8566
8567 * faces.el (face-attribute): Handle the case where a face inherits from
8568 a non-existent face.
8569
8570 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8571 for octal and hexa output, and merge the char into the paren.
8572 (kill-new): Use push.
8573 (copy-to-buffer): Use with-current-buffer.
8574 (completion-setup-function): Move code in loop to remove redundancy.
8575 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8576 those inherited from minibuffer-local-completion-map.
8577
8578 * savehist.el (savehist-mode) <defcustom>:
8579 Use custom-set-minor-mode if available.
8580 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8581 and emit a message if applicable.
8582
8583 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8584
8585 * savehist.el: Sync up to version 19.
8586 (savehist-mode): New minor mode.
8587 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8588 (savehist-length): Remove (use history-length instead).
8589 (savehist-file-modes): Rename from savehist-modes.
8590 (savehist-save-hook, savehist-loaded): New vars.
8591 (savehist-load): Use savehist-mode. Try to smooth up transition from
8592 old format to new format.
8593 (savehist-install): Allow savehist-autosave-interval to be nil.
8594 (savehist-save): Run the new hook. Be more careful to only trim the
8595 history variables.
8596 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8597 (savehist-printable): Print into a buffer rather than char-by-char.
8598
8599 2005-11-01 John Wiegley <johnw@newartisans.com>
8600
8601 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8602 toggle-ignore keybinding (C-a). The author said it had been
8603 disabled much earlier due to a possible incompatibility, but after
8604 many months of usage I have encountered no problems (and it is a
8605 rather useful option, especially for switching to " *temp*").
8606
8607 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8608 support for OS/X's AddressBook, by calling out to the open source
8609 program "contacts" (installable through Fink).
8610
8611 * net/eudc.el (eudc-expand-inline): If the
8612 `eudc-multiple-match-handling-method' is set to `all', delete the
8613 query string before inserting the query result.
8614
8615 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8616 flag, to prevent Eshell from using the system ls when
8617 `eshell-ls-insert-directory' is in used.
8618 (eshell-ls-insert-directory): Disable font-lock in directory
8619 buffer so that Eshell's own fontification is seen. This broke
8620 recently due to changes in font-lock, so this goes back to version
8621 21 behavior.
8622
8623 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8624
8625 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8626 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8627 (gdb-many-windows): Doc fix.
8628
8629 2005-10-31 Romain Francoise <romain@orebokech.com>
8630
8631 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8632
8633 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8634
8635 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8636 that global-font-lock-mode can be enabled by default.
8637
8638 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8639 (font-lock-add-keywords, font-lock-remove-keywords)
8640 (font-lock-fontify-buffer): Remove autoload cookies.
8641
8642 * jit-lock.el (jit-lock-register): Likewise.
8643
8644 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8645
8646 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8647
8648 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8649 intact if there is no gud-comint-buffer.
8650
8651 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8652
8653 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8654 old prompt comint-prompt-read-only is t and GDB commands are
8655 issued from tool bar etc.
8656
8657 2005-10-31 Masatake YAMATO <jet@gyve.org>
8658
8659 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8660
8661 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8662
8663 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8664 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8665
8666 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8667
8668 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8669 starting at beginning of line. Fontification is messed up when
8670 `open-paren-in-column-0-is-defun-start' set to t.
8671 Reported by John Paul Wallington <jpw@pobox.com>.
8672
8673 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8674
8675 * comint.el (comint-send-input): Call `comint-update-fence' when
8676 `comint-process-echoes' and `comint-prompt-read-only' are both
8677 non-nil, to avoid leftover read-only newline.
8678
8679 2005-10-30 Richard M. Stallman <rms@gnu.org>
8680
8681 * textmodes/flyspell.el (flyspell-external-point-words):
8682 Detect when WORD can't be checked properly because
8683 flyspell-get-word finds just part of it, and move on.
8684
8685 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8686 boundarychar for Polish.
8687 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8688 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8689
8690 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8691
8692 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8693 (gdb-registers-font-lock-keywords): Delete.
8694 (gdb-registers-mode): Don't fontify.
8695 (gdb-info-registers-custom): Use text properties instead as, in
8696 future, changed register values will use font-lock-warning-face.
8697 (gdb-local-font-lock-keywords): Rename to...
8698 (gdb-locals-font-lock-keywords): ...for consistency.
8699
8700 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8701
8702 * vc.el (vc-switch-backend): Better error message if the buffer is
8703 not visiting a file under version control.
8704
8705 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8706
8707 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8708
8709 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8710 ~/.emacs.d/.emacs.
8711
8712 2005-10-29 Richard M. Stallman <rms@gnu.org>
8713
8714 * replace.el (occur-mode-mouse-goto): Always go to other window.
8715 (occur-mode-goto-occurrence): Always switch in same window.
8716
8717 * simple.el (undo): Display message at end, not at start.
8718
8719 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8720 New arg REUSE-CELL.
8721 (cancel-timer-internal): New function.
8722 (timer-event-handler): Use cancel-timer-internal,
8723 and pass the cell it returns to timer-activate...
8724
8725 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8726 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8727 (jit-lock-after-change): Test memory-full.
8728
8729 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8730
8731 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8732 part of the decoded armor to find the key-identifier.
8733 (pgg-gpg-lookup-key-owner): New function to return the
8734 human-readable identifier of a key owner.
8735 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8736 key itself.
8737 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8738 the key value) if we have a key and can match it against a secret
8739 key. Also, added a note pointing out fact that the prompt only
8740 indicates the first matching key.
8741
8742 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8743 pgg-decrypt-region.
8744 (pgg-pending-timers): A new hash for tracking the passphrase cache
8745 timers, so that new ones supercede old ones.
8746 (pgg-add-passphrase-to-cache): Rename from
8747 `pgg-add-passphrase-cache' to reduce confusion (all callers
8748 changed). Modified to cancel old timers when new ones are added.
8749 (pgg-remove-passphrase-from-cache): Rename from
8750 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8751 changed). Modified to cancel old timers when their keys are
8752 removed from the cache.
8753 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8754 XEmacs, an indirection to delete-itimer.
8755 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8756 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8757 users can only check cache without risk of prompting. Correct bug in
8758 notruncate behavior.
8759 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8760 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8761 Add informative docstrings.
8762 (pgg-decrypt): Convey provided passphrase in subordinate call to
8763 pgg-decrypt-region.
8764
8765 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8766 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8767 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8768 `passphrase' argument, so the passphrase can be managed externally
8769 and then passed in to the system.
8770
8771 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8772 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8773 so the passphrase cache can be used reliably with identifiers
8774 besides a pgp packet's key id.
8775
8776 * pgg-gpg.el (pgg-pgp-encrypt-region)
8777 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8778 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8779 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8780 argument to all these routines, so the passphrase can be managed
8781 externally and passed in to the system.
8782
8783 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8784 `notruncate' argument, so the passphrase cache can be used
8785 reliably with identifiers besides a pgp packet's key id.
8786
8787 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8788
8789 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8790 symmetric encryption.
8791 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8792 encrypted session key.
8793 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8794 message ask for the passphrase in a proper way.
8795
8796 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8797 New user commands for symmetric encryption.
8798
8799 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8800
8801 * textmodes/conf-mode.el (conf-assignment-sign)
8802 (conf-assignment-regexp): Fix docstrings.
8803 (conf-mode-initialize): New function.
8804 (conf-mode): Remove optional args. Use delay-mode-hooks to
8805 recognize recursive calls.
8806 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8807 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8808 (conf-xdefaults-mode): Use define-derived-mode and
8809 conf-mode-initialize.
8810
8811 2005-10-29 Romain Francoise <romain@orebokech.com>
8812
8813 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8814
8815 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8816
8817 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8818 part of the decoded armor to find the key-identifier.
8819 (pgg-gpg-lookup-key-owner): New function to return the
8820 human-readable identifier of a key owner.
8821 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8822 key itself.
8823 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8824 the key value) if we have a key and can match it against a secret
8825 key. Also, added a note pointing out fact that the prompt only
8826 indicates the first matching key.
8827
8828 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8829 pgg-decrypt-region.
8830 (pgg-pending-timers): A new hash for tracking the passphrase cache
8831 timers, so that new ones supercede old ones.
8832 (pgg-add-passphrase-to-cache): Rename from
8833 `pgg-add-passphrase-cache' to reduce confusion (all callers
8834 changed). Modified to cancel old timers when new ones are added.
8835 (pgg-remove-passphrase-from-cache): Rename from
8836 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8837 changed). Modified to cancel old timers when their keys are
8838 removed from the cache.
8839 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8840 XEmacs, an indirection to delete-itimer.
8841 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8842 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8843 users can only check cache without risk of prompting. Correct bug in
8844 notruncate behavior.
8845 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8846 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8847 Add informative docstrings.
8848 (pgg-decrypt): Convey provided passphrase in subordinate call to
8849 pgg-decrypt-region.
8850
8851 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
8852
8853 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8854 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8855 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8856 `passphrase' argument, so the passphrase can be managed externally
8857 and then passed in to the system.
8858
8859 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8860 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8861 so the passphrase cache can be used reliably with identifiers
8862 besides a pgp packet's key id.
8863
8864 * pgg-gpg.el (pgg-pgp-encrypt-region)
8865 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8866 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8867 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8868 argument to all these routines, so the passphrase can be managed
8869 externally and passed in to the system.
8870
8871 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8872 `notruncate' argument, so the passphrase cache can be used
8873 reliably with identifiers besides a pgp packet's key id.
8874
8875 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8876
8877 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8878 symmetric encryption.
8879 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8880 encrypted session key.
8881 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8882 message ask for the passphrase in a proper way.
8883
8884 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8885 New user commands for symmetric encryption.
8886
8887 2005-10-28 Bill Wohler <wohler@newt.com>
8888
8889 * help-mode.el (help-url): New button type. Calls browse-url.
8890 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8891 Similar to Info nodes: URL `url'.
8892 (help-make-xrefs): Create help-url buttons for
8893 help-xref-url-regexp matches.
8894
8895 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
8896
8897 * tool-bar.el (tool-bar-add-item-from-menu)
8898 (tool-bar-local-item-from-menu): Fix doc strings.
8899
8900 2005-10-28 Romain Francoise <romain@orebokech.com>
8901
8902 * ldefs-boot.el: Update.
8903
8904 * subr.el (locate-library): Move from help-fns.el.
8905 * help-fns.el (locate-library): Move to subr.el.
8906
8907 2005-10-28 Richard M. Stallman <rms@gnu.org>
8908
8909 * net/tramp.el (tramp-completion-mode): defvar moved up.
8910
8911 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8912
8913 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8914
8915 * files.el (find-file-noselect): Use %d to format large file size.
8916
8917 * bindings.el (mode-line-format): Add %e.
8918
8919 * loadup.el ("facemenu"): Load unconditionally.
8920 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8921 ("x-dnd"): Load, when appropriate.
8922
8923 * startup.el (command-line): Call before-init-hook earlier.
8924 Warn about some bad characters in -u user name.
8925
8926 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8927 (flyspell-external-point-words): Error if misspelled word is not found.
8928 Set flyspell-large-region-beg at end of word.
8929
8930 2005-10-28 Andreas Schwab <schwab@suse.de>
8931
8932 * view.el (View-revert-buffer-scroll-page-forward):
8933 Use view-page-size-default.
8934
8935 2005-10-28 Juri Linkov <juri@jurta.org>
8936
8937 * international/quail.el (quail-get-current-str): Translate last
8938 raw character for deterministic input methods.
8939
8940 2005-10-27 Jay Belanger <belanger@truman.edu>
8941
8942 * calc/calc-ext.el: Add functions to autoloads.
8943 (math-identity-matrix-p, math-ident-row-p): New functions.
8944
8945 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8946 multiplication by an identity matrix; don't turn multiplication by
8947 an inverse matrix into division.
8948 (math-div-symbol-fancy): Replace division by matrices with
8949 multiplication by inverse.
8950
8951 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8952
8953 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8954 (calc-writeoutpower): New functions.
8955
8956 2005-10-27 Romain Francoise <romain@orebokech.com>
8957
8958 * replace.el (occur-engine): Include colon in mouse-face highlight.
8959
8960 * dired-x.el: Change Maintainer field.
8961
8962 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
8963
8964 * longlines.el (longlines-mode): Bind after-change-functions to
8965 nil during initial decoding and final encoding.
8966
8967 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8968
8969 * term.el (term-emulate-terminal, term-handle-colors-array)
8970 (term-handle-ansi-escape): Specify the terminfo capabilities
8971 implemented.
8972
8973 2005-10-26 Richard M. Stallman <rms@gnu.org>
8974
8975 * info.el (Info-fontify-node): Fix detection of sentence-break
8976 before *Note.
8977
8978 2005-10-26 Romain Francoise <romain@orebokech.com>
8979
8980 * smerge-mode.el: Add `tools' to file keywords.
8981
8982 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
8983
8984 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8985 when the fringe is not available.
8986
8987 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8988 (def-gdb-auto-update-trigger): Simplify construction.
8989 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8990 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8991 defined explicitly.
8992 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8993 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8994 defined explicitly.
8995 (gdb-info-locals-custom): Remove as it's a no-op.
8996
8997 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
8998
8999 * longlines.el (longlines-mode): Remove narrowing before
9000 performing the initial decoding or final encoding.
9001
9002 2005-10-25 Romain Francoise <romain@orebokech.com>
9003
9004 * emacs-lisp/find-func.el (find-library-name): Also strip
9005 extension if library name ends in .el, to take advantage of
9006 `find-library-suffixes'.
9007
9008 2005-10-25 Richard M. Stallman <rms@gnu.org>
9009
9010 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
9011
9012 2005-10-25 Juri Linkov <juri@jurta.org>
9013
9014 * textmodes/texinfo.el (texinfo-mode): Change charset of one
9015 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
9016
9017 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9018
9019 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
9020 (blackbox-redefine-key): Add argument `map'.
9021
9022 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
9023 regions when moving the jit-lock-context-unfontify-pos boundary.
9024
9025 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9026
9027 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
9028
9029 2005-10-25 Masatake YAMATO <jet@gyve.org>
9030
9031 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
9032
9033 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9034
9035 * play/blackbox.el (blackbox-redefine-key): New function.
9036 (blackbox-mode-map): Use it to remap existing bindings for cursor
9037 motion instead of binding literal keys.
9038
9039 2005-10-25 Glenn Morris <rgm@gnu.org>
9040
9041 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
9042 diary does not end in a newline. Do not assume a blank line at
9043 the start of the diary file.
9044
9045 2005-10-25 Kenichi Handa <handa@m17n.org>
9046
9047 * international/quail.el (quail-translate-key): If the input
9048 method is deterministic and failed to handle the last key, restart
9049 the key handling loop from an appropriate key.
9050
9051 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
9052
9053 * vc.el (vc-dired-mode): Extend comment for binding of
9054 `directory-listing-before-filename-regexp'.
9055
9056 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9057
9058 * textmodes/texinfo.el (texinfo-mode):
9059 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
9060 not to unnecessarily expose emacs-mule's internal char codes.
9061
9062 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
9063
9064 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
9065 Display hand pointer and help-echo on disabled icon too.
9066 (gdb-mouse-until): New function.
9067 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
9068
9069 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
9070
9071 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
9072 with 2005-10-23 change to doctor.el.
9073
9074 * finder.el (finder-mode-map): Add follow-link binding.
9075
9076 2005-10-25 Kim F. Storm <storm@cua.dk>
9077
9078 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
9079 to gdb-mouse-toggle-breakpoint-fringe.
9080 (gdb-mouse-toggle-breakpoint-margin): Rename from
9081 gdb-mouse-toggle-breakpoint. Fix doc.
9082 (gdb-mouse-toggle-breakpoint-fringe): New defun.
9083 (gdb-put-string): Add optional SPROPS arg. Add props to string.
9084 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
9085 string properties also for fringe breakpoint bitmaps.
9086
9087 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
9088
9089 * textmodes/org.el (org-start-icalendar-file): Fix format form.
9090
9091 2005-10-25 Masatake YAMATO <jet@gyve.org>
9092
9093 * simple.el (completion-common-substring):
9094 Use `completion-common-substring' prior to `completion-base-size'.
9095
9096 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
9097
9098 * savehist.el: Require CL while compiling.
9099 (savehist-history-variables): Remove.
9100 (savehist-save-minibuffer-history, savehist-additional-variables)
9101 (savehist-minibuffer-history-variables): New vars.
9102 (savehist-save): Use them.
9103 (savehist-uninstall, savehist-minibuffer-hook): New funs.
9104 (savehist-install): New fun, extracted from savehist-load.
9105 (savehist-load): Use them.
9106
9107 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9108
9109 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
9110 a dummy doc-string-elt property.
9111 (defalias, defvaralias, define-category): Add a docstring property.
9112
9113 * image.el (defimage):
9114 * widget.el (define-widget):
9115 * custom.el (defface, defcustom): Add `doc-string' declaration.
9116
9117 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
9118 (defadvice): Add `doc-string' declaration.
9119
9120 * emacs-lisp/byte-run.el (macro-declaration-function):
9121 Handle `doc-string' declarations.
9122 (define-obsolete-function-alias, define-obsolete-variable-alias):
9123 Add `doc-string' declaration.
9124
9125 2005-10-24 Kenichi Handa <handa@m17n.org>
9126
9127 * international/utf-7.el (utf-7): Add autoload cookie.
9128
9129 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
9130
9131 2005-10-24 Eli Zaretskii <eliz@gnu.org>
9132
9133 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
9134 list of directories passed to batch-update-autoloads. Add "." to
9135 the list of the echoed directories.
9136
9137 * pgg-def.el:
9138 * pgg-gpg.el:
9139 * pgg-parse.el:
9140 * pgg-pgp.el:
9141 * pgg-pgp5.el:
9142 * pgg.el: Moved here from the gnus subdirectory.
9143
9144 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
9145
9146 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
9147 in case comint-prompt-read-only is set to t.
9148
9149 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
9150 in case comint-prompt-read-only is set to t.
9151
9152 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
9153
9154 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
9155 Now a string.
9156 (icalendar-import-format): Handle CLASS, STATUS, URL.
9157 Rename `subject' to `summary'.
9158 (icalendar-import-format-summary): Rename from
9159 `icalendar-import-format-subject'.
9160 (icalendar-import-format-url, icalendar-import-format-status)
9161 (icalendar-import-format-class): New variables.
9162 (icalendar--rris): Take variable argument list.
9163 (icalendar--datestring-to-isodate): Remove unnecessary
9164 calendar-style check when converting dates with explicit month names.
9165 (icalendar-export-region): Change return type of conversion
9166 subroutines. Bury current buffer unless error occurred.
9167 (icalendar--convert-to-ical)
9168 (icalendar--parse-summary-and-rest): New functions.
9169 (icalendar--convert-ordinary-to-ical)
9170 (icalendar--convert-weekly-to-ical)
9171 (icalendar--convert-yearly-to-ical)
9172 (icalendar--convert-block-to-ical)
9173 (icalendar--convert-cyclic-to-ical)
9174 (icalendar--convert-anniversary-to-ical): Change return type.
9175 Strip trailing blanks from subject.
9176 (icalendar--convert-sexp-to-ical): Change return type.
9177 Strip trailing blanks from subject. Handle simple sexp
9178 entries as generated by icalendar.el.
9179 (icalendar--convert-float-to-ical)
9180 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9181 (icalendar-import-file): Doc fix.
9182 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9183 Correct call to icalendar--rris.
9184 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
9185 `summary'.
9186 (icalendar--add-diary-entry): Rename `subject' to `summary'.
9187
9188 2005-10-24 Romain Francoise <romain@orebokech.com>
9189
9190 * server.el (server-sentinel): Set query-on-exit flag to nil on
9191 new client processes (it isn't inherited from the server process).
9192
9193 * replace.el (occur-engine): Rearrange text properties.
9194
9195 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9196
9197 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9198 case-fold-search is nil.
9199 (debug-help-follow): Use help-xref-interned directly.
9200
9201 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9202
9203 * thumbs.el (thumbs-image-type): Add .pbm.
9204
9205 2005-10-23 Richard M. Stallman <rms@gnu.org>
9206
9207 * faces.el (inhibit-face-set-after-frame-default): New variable.
9208 (set-face-attribute): Bind it.
9209 (face-set-after-frame-default): Test it.
9210
9211 * help-fns.el (describe-simplify-lib-file-name): New function.
9212 (describe-function-1, describe-variable): Use it.
9213
9214 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9215
9216 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9217 Eliminate nil as possible value.
9218 (tooltip-hide-delay): Reduce internal-border-width.
9219
9220 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9221 (menu-bar-file-menu) <new-file>: Likewise.
9222
9223 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9224
9225 * international/mule.el (load-with-code-conversion):
9226 Pass full file name to `eval-buffer' unless preloading.
9227
9228 * textmodes/flyspell.el (flyspell-large-region):
9229 Call ispell-check-version.
9230
9231 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9232 Fix the make-variable-buffer-local call that was supposed
9233 to be for this variable.
9234 (ispell-aspell-supports-utf8): Doc fix.
9235 (ispell-find-aspell-dictionaries): Preserve elements of
9236 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9237 (ispell-aspell-find-dictionary): Return nil on error.
9238
9239 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9240 (doctor-symptoms): Likewise.
9241
9242 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9243
9244 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9245
9246 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9247 (custom-raised-buttons): Add :set spec.
9248 (custom-button-unraised, custom-button-pressed-unraised):
9249 New faces, so that custom-raised-buttons actually does something.
9250 (custom-mode): Use custom-button and custom-button-pressed.
9251
9252 * wid-edit.el (widget-specify-button): Don't ignore
9253 widget-mouse-face on graphic terminals.
9254 (widget-move-and-invoke): Cleanup.
9255
9256 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9257
9258 * whitespace.el (whitespace-cleanup): Doc fix.
9259
9260 2005-10-23 Romain Francoise <romain@orebokech.com>
9261
9262 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9263 `eval-after-load' to avoid evaluating their result.
9264
9265 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9266
9267 * files.el (directory-listing-before-filename-regexp):
9268 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9269
9270 * dired.el (dired-move-to-filename-regexp): Remove.
9271 All occurences replaced by `directory-listing-before-filename-regexp'.
9272
9273 * dired-x.el, locate.el, vc.el:
9274 Replace `dired-move-to-filename-regexp' by
9275 `directory-listing-before-filename-regexp'. In vc.el it is
9276 overwritten locally; maybe this can be handled in files.el too.
9277
9278 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9279 replaced by `directory-listing-before-filename-regexp'.
9280
9281 2005-10-23 Andreas Schwab <schwab@suse.de>
9282
9283 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9284 and eval-next-after-load.
9285
9286 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9287
9288 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9289 exist, create it.
9290
9291 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9292
9293 * allout.el: Remove autoloads for mailcrypt and crypt++.
9294 Require pgg, pgg-gpg during compilation.
9295 (allout-version): Increment version number to 2.1, and use a literal
9296 rather than RCS Id.
9297 (allout-default-encryption-scheme): Remove.
9298 (allout-passphrase-verifier-handling)
9299 (allout-passphrase-verifier-string)
9300 (allout-file-passphrase-verifier-string)
9301 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9302 (allout-passphrase-hint-handling): Rename and simplify.
9303 (allout-init): Use `find-file-hook' if available, otherwise
9304 `find-file-hooks'.
9305 (allout-mode): Use `write-file-functions' if available, otherwise
9306 `local-write-file-hooks' and, instead of making auto-save-hook
9307 buffer local, make the write-file-hook activity contingent to
9308 allout-mode.
9309 (allout-mode): Use key-binding substitution in the docstring.
9310 (allout-kill-line): Spell-out kill ring data structure mutation
9311 instead of using byte-compiler-complaint-provoking `pop'.
9312 (allout-insert-listified): Use `insert' rather than `insert-string'
9313 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9314 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9315 (allout-encrypt-string): Totally revamped vis new underlying
9316 encryption facilities.
9317 (allout-mc-activate-passwd): Remove.
9318 (allout-obtain-passphrase): New, more or less replaces
9319 allout-mc-activate-passwd.
9320 (allout-encrypted-key-info): More or less replaces
9321 allout-encrypted-text-type.
9322 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9323 (my-mark-marker): Use `(featurep 'xemacs)'.
9324
9325 2005-10-23 Lars Hansen <larsh@soem.dk>
9326
9327 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9328 (byte-compile-file-form-defmumble, byte-compile-defun)
9329 (byte-compile-defmacro): Use it.
9330 (byte-compile-form): Don't call byte-compile-set-symbol-position
9331 when a byte-compile handler is called.
9332
9333 2005-10-22 Romain Francoise <romain@orebokech.com>
9334
9335 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9336
9337 * subr.el (eval-after-load): Convert library name to an absolute
9338 file name using locate-library, since load-history no longer has
9339 library names in it.
9340
9341 2005-10-22 Richard M. Stallman <rms@gnu.org>
9342
9343 * files.el (make-temp-file): Move from subr.el.
9344 * subr.el (make-temp-file): Move to files.el.
9345
9346 * window.el (get-buffer-window-list): Move from subr.el.
9347 * subr.el (get-buffer-window-list): Move to window.el.
9348
9349 * image.el (image-load-path): Use eval-at-startup to initialize.
9350
9351 * subr.el (eval-at-startup): New macro.
9352
9353 * subr.el: Much rearrangement of functions and division
9354 into pages. No code changes.
9355
9356 2005-10-22 Kenichi Handa <handa@m17n.org>
9357
9358 * tar-mode.el (tar-extract): Be sure to call
9359 find-operation-coding-system if set-auto-coding doesn't find a
9360 coding system.
9361
9362 2005-10-22 Kim F. Storm <storm@cua.dk>
9363
9364 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9365 Change users.
9366 (image-type-file-name-regexps): New defconst.
9367 (image-type-from-data): Simplify loop.
9368 (image-type-from-buffer): New defun.
9369 (image-type-from-file-header): Use it instead of image-type-from-data.
9370 Use image-search-load-path instead of only looking in data-directory.
9371 (image-type-from-file-name): New defun.
9372 (image-search-load-path): Change `pathname' to `filename'.
9373 Make PATH arg optional, default to image-load-path.
9374
9375 2005-10-21 Richard M. Stallman <rms@gnu.org>
9376
9377 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9378
9379 * textmodes/paragraphs.el (sentence-end-base): New variable.
9380 (sentence-end): Use sentence-end-base.
9381
9382 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9383
9384 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9385 property independently from the font-lock-multiline variable.
9386
9387 2005-10-21 Richard M. Stallman <rms@gnu.org>
9388
9389 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9390
9391 * startup.el (command-line): Convert library names
9392 in `load-history' to absolute file names.
9393
9394 * subr.el (symbol-file): Doc fix.
9395
9396 * loadhist.el (file-loadhist-lookup): Call locate-library
9397 instead of find-library-name. Don't try converting
9398 abs file names to library names, since load-history no longer
9399 has library names in it.
9400 (file-dependents, file-provides, file-requires): Doc fixes.
9401
9402 2005-10-21 Juri Linkov <juri@jurta.org>
9403
9404 * progmodes/etags.el (tags-table-mode): New function.
9405 (tags-verify-table): Replace initialize-new-tags-table with
9406 tags-table-mode.
9407
9408 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9409 default value.
9410 (desktop-modes-not-to-save): Add tags-table-mode to the
9411 default value.
9412
9413 * info.el (Info-index-next): Add total number of index
9414 alternatives to the message.
9415
9416 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9417 backward only space (instead of space and period) before looking
9418 at sentence end.
9419
9420 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9421 Add the old variable value as 4th default-value arg of read-string.
9422
9423 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9424
9425 * cus-face.el (custom-declare-face): Make face from X resources
9426 also on Mac.
9427
9428 * disp-table.el (standard-display-g1, standard-display-graphic):
9429 Refuse to use string glyphs also on Mac.
9430 (standard-display-european): Don't set terminal coding system also
9431 on Mac.
9432
9433 * frame.el (display-screens): Use x-display-screens also on Mac.
9434
9435 2005-10-21 Romain Francoise <romain@orebokech.com>
9436
9437 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9438
9439 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9440
9441 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9442 and $? into sexps.
9443
9444 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9445 warning face on open-paren-in-column-0.
9446
9447 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9448 boundary case. Fix typo.
9449 Suggested by Martin Rudalics <rudalics@gmx.at>.
9450
9451 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9452
9453 * textmodes/org.el (org-combined-agenda-icalendar-file)
9454 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9455 (org-export-icalendar-this-file)
9456 (org-export-icalendar-all-agenda-files)
9457 (org-export-icalendar-combine-agenda-files): New commands.
9458 (org-export-icalendar, org-print-icalendar-entries)
9459 (org-start-icalendar-file, org-finish-icalendar-file)
9460 (org-ical-ts-to-string): New functions.
9461 (org-read-date, org-goto-calendar)
9462 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9463 call to `calendar'.
9464 (orgtbl-setup): Remove the :keys arguments from the menu description.
9465 (org-after-save-iCalendar-file-hook): New variable.
9466
9467 2005-10-21 Kenichi Handa <handa@m17n.org>
9468
9469 * language/vietnamese.el (tcvn-5712): Make it an alias of
9470 vietnamese-tcvn coding-system.
9471
9472 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9473
9474 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9475 group id is given.
9476
9477 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9478
9479 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9480 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9481 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9482 whose line is either continued or ends with a comment.
9483
9484 2005-10-20 Romain Francoise <romain@orebokech.com>
9485
9486 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9487
9488 * replace.el (occur-engine): Add follow-link property.
9489
9490 * font-core.el (font-lock-mode): Doc fix.
9491
9492 2005-10-20 Richard M. Stallman <rms@gnu.org>
9493
9494 * net/rcirc.el: New file.
9495
9496 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9497
9498 * term.el (term-term-name): Initialize to "eterm-color".
9499
9500 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9501
9502 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9503 for encryption functionality.
9504 Move allout customization subgroup from `editing' to `outlines' group.
9505 Fix commentary keywords to legitimate ones.
9506 Update author info (using my current email address, obscurified).
9507 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9508 (allout-encrypted-topic-p, allout-encrypted-text-type)
9509 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9510 (allout-situate-encryption-key-verifier)
9511 (allout-get-encryption-key-verifier, allout-verify-key)
9512 (allout-next-topic-pending-encryption)
9513 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9514 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9515 (outline-key-verifier-handling, outline-key-hint-handling)
9516 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9517 (allout-file-key-verifier-string, allout-encryption-scheme)
9518 (allout-key-verifier-string, allout-key-hint-string)
9519 (allout-after-save-decrypt): New variables.
9520 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9521 (allout-after-saves-handler): New hook functions.
9522 (allout-post-command-business): Do allout-after-save-decrypt.
9523 (allout-enable-file-variable-adjustment): Custom var to enable
9524 mechanism for adding and adjusting settings of Emacs file variables.
9525 (allout-adjust-file-variable, allout-file-vars-section-data):
9526 New functions, implement the mechanism.
9527 (outlineify-sticky): Use the file vars mechanism.
9528 (allout-inhibit-protection, allout-during-write-cue)
9529 (allout-override-protect, allout-before-change-protect): Remove.
9530 (allout-flag-region, allout-open-topic): Adjust read-only text.
9531 (allout-open-line-not-read-only): Add to facilitate read-only
9532 text based protection.
9533 (allout-kill-line): Revise to adjust read-only text, clue the
9534 user about the inhibition.
9535 (allout-unprotected): Use unwind-protect.
9536 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9537 topic deeper than the offspring depth of the previous topic -
9538 avoiding confusing "containment discontinuities".
9539 (allout-reindent-bodies): Fix retention of body relative hanging
9540 indent during promotion of collapsed bodies.
9541 (allout-open-topic): Make it easy to open new topic with same
9542 bullet as current topic - topic creation functions provided with
9543 any universal argument provokes now prompt for bullet, defaulting
9544 to the bullet of the previous topic.
9545 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9546 Plain bullet alternates `.' period and `,' comma only. All other
9547 bullets are relegated to special status (but customizable).
9548 (allout-end-of-entry): Rename from allout-end-of-current-entry
9549 since it actually operates w.r.t. most immediately containing
9550 entry, visible or not.
9551 (allout-hide-current-entry, allout-show-current-entry): Use the
9552 revised version.
9553 (allout-old-expose-topic): Solidify deprecation.
9554 (allout-end-of-subtree): Add so we can span concealed as well
9555 as visible topics.
9556 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9557 (allout-end-of-current-heading): Tweak to just respect the first line.
9558 (allout-get-body-text): Add.
9559 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9560 when invoked interactively.
9561 (allout-up-current-level): Use `interactive-p'.
9562 (allout-mode, allout-init): Miscellaneous docstring and
9563 operational refinements, as well as hookups of new encryption stuff.
9564 (allout-beginning-of-current-entry): Now works as advertised.
9565 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9566 (allout-isearch-rectification): Refine condition for isearching.
9567 (allout-isearch-abort, allout-enwrap-isearch)
9568 (allout-flag-region, my-region-active-p): Relocate some macros.
9569 (allout-title): Fallback title is (buffer-name), not
9570 non-existing (current-buffer-name).
9571 (subst-char-in-string): Define if absent (for some XEmacs versions).
9572
9573 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9574
9575 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9576 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9577 (mail-citation-prefix-regexp, mail-signature-file)
9578 (mail-default-headers, mail-bury-selects-summary)
9579 (mail-send-nonascii): Add autoload cookies.
9580
9581 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9582
9583 * frame.el (blink-cursor-mode): Add `mac' to the list of
9584 window-system's that support blinking cursor.
9585
9586 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9587
9588 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9589
9590 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9591
9592 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9593 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9594 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9595
9596 2005-10-20 Kim F. Storm <storm@cua.dk>
9597
9598 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9599 (ido-set-current-directory): Don't add / after final @.
9600 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9601 Explicitly handle ange-ftp completion oddities.
9602 (ido-make-file-list): Don't rotate list at tramp root to avoid
9603 triggering tramp file handler for expand-file-name via get-file-buffer.
9604
9605 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9606
9607 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9608
9609 2005-10-19 Jay Belanger <belanger@truman.edu>
9610
9611 * calc/calc-units.el (math-standard-units): Add units, adjust
9612 symbols and update values.
9613 (math-unit-prefixes): Add more prefixes.
9614
9615 2005-10-19 Romain Francoise <romain@orebokech.com>
9616
9617 * bookmark.el (bookmark-menu-heading): New face.
9618 (bookmark-bmenu-list): Use it.
9619 Don't fiddle with `baud-rate' at top-level.
9620
9621 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9622
9623 * image.el (create-image, find-image): Mention max-image-size in
9624 docstring.
9625
9626 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9627
9628 * savehist.el (savehist-load): Revert to checking XEmacs.
9629
9630 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9631 Various docstring and line-width fixups.
9632 (conf-mode): Use cond.
9633 Set font-lock-defaults. Don't set comment-use-syntax.
9634
9635 2005-10-18 David Ponce <david@dponce.com>
9636
9637 * tree-widget.el (tree-widget-button-click): New function.
9638 (tree-widget-button-keymap): Use it.
9639
9640 2005-10-18 Romain Francoise <romain@orebokech.com>
9641
9642 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9643 (bookmark-bmenu-hide-filenames): Add follow-link property.
9644 Improve help-echo text.
9645
9646 * ffap.el (find-file-at-point): Doc fix.
9647
9648 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9649
9650 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9651
9652 2005-10-18 Masatake YAMATO <jet@gyve.org>
9653
9654 Install to the CVS repository what I forgot to install in my
9655 2005-10-16 changes.
9656
9657 * progmodes/python.el (python-complete-symbol): Pass the common
9658 prefix substring of completion to `display-completion-list'.
9659
9660 * textmodes/org.el (org-complete): Ditto.
9661
9662 2005-10-18 Masatake YAMATO <jet@gyve.org>
9663
9664 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9665
9666 * woman.el (WoMan-xref-man-page): New button type derived
9667 from `Man-abstract-xref-man-page'.
9668 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9669
9670 * man.el (Man-abstract-xref-man-page): New button type.
9671 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9672 (Man-highlight-references): Add new optional argument `xref-man-type'.
9673
9674 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9675
9676 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9677
9678 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9679
9680 * cus-edit.el (Custom-move-and-invoke): Delete.
9681 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9682
9683 * wid-edit.el (widget-move-and-invoke): New function, from
9684 Custom-move-and-invoke.
9685
9686 2005-10-17 Bill Wohler <wohler@newt.com>
9687
9688 Move all remaining images from lisp/toolbar to etc/images, move
9689 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9690 the low resolution images in their own directory (low-color).
9691
9692 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9693 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9694 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9695 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9696 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9697 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9698 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9699
9700 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9701 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9702 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9703 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9704 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9705 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9706 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9707 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9708 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9709 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9710 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9711 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9712 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9713 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9714 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9715
9716 To conform with convention, replace the underscore (_) in the
9717 following image names with dash (-) or (/) as appropriate.
9718
9719 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9720 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9721 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9722 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9723 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9724 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9725 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9726 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9727 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9728 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9729 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9730 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9731 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9732 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9733 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9734
9735 * info.el (info-tool-bar-map): Replace underscores in image names
9736 with dashes.
9737
9738 * makefile.w32-in (WINS): Remove toolbar.
9739
9740 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9741
9742 * tool-bar.el: Move to lisp from toolbar. Now that
9743 toolbar is empty, it should be deleted when folks run "cvs up -P".
9744
9745 2005-10-18 Jay Belanger <belanger@truman.edu>
9746
9747 * calc/calc-store.el (calc-store-into): Get the proper variable name
9748 to display in message.
9749
9750 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9751
9752 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9753 expressions display in speedbar for all buffers when debugging.
9754 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9755
9756 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9757 (speedbar-insert-button, speedbar-make-button):
9758 Use add-text-properties.
9759 (speedbar-update-localized-contents)
9760 (speedbar-update-directory-contents)
9761 (speedbar-update-special-contents): Use dolist.
9762 (speedbar-buffer-easymenu-definition): Add a menu separator.
9763
9764 2005-10-17 Jason Rumney <jasonr@gnu.org>
9765
9766 * makefile.w32-in: Use $(lisp) consistently.
9767 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9768 for shell specific generation of mh-autoloads.
9769
9770 2005-10-17 Richard M. Stallman <rms@gnu.org>
9771
9772 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9773
9774 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9775
9776 * jit-lock.el (jit-lock-fontify-now):
9777 Move jit-lock-context-unfontify-pos to avoid wasted work.
9778
9779 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9780
9781 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9782 `tramp-completion-mode' for checking if we are in completion mode.
9783 (tramp-completion-handle-file-name-all-completions): Reorder code
9784 in order to complete for file names only in case there are no
9785 method/user/host completions. This is necessary for cooperation
9786 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9787
9788 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9789
9790 * longlines.el (longlines-search-forward)
9791 (longlines-search-backward): Match any number of spaces.
9792
9793 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9794
9795 * diff-mode.el (diff-mode): Doc fix.
9796
9797 2005-10-16 David Reitter <david.reitter@gmail.com>
9798
9799 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9800 as default on darwin and windows systems.
9801
9802 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9803
9804 * arc-mode.el (archive-zip-extract): Doc fix.
9805
9806 2005-10-16 Romain Francoise <romain@orebokech.com>
9807
9808 * mouse.el (mouse-1-click-follows-link): Doc fix.
9809
9810 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9811
9812 * savehist.el: Don't require CL at runtime.
9813 (savehist-xemacs): Remove.
9814 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9815 (savehist-no-conversion): Use (featurep 'xemacs).
9816 (savehist-load): Check existence of start-itimer rather than XEmacs.
9817 Use an idle timer.
9818 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9819 `delete-if-not'.
9820
9821 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
9822
9823 * savehist.el: Newer version.
9824 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9825 (savehist-last-checksum, savehist-no-conversion): New vars.
9826 (savehist-autosave, savehist-process-for-saving, savehist-printable):
9827 New functions.
9828 (savehist-load, savehist-save): Use them.
9829 (savehist-delimit): Remove.
9830
9831 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9832
9833 * progmodes/compile.el (compilation-goto-locus): Display the
9834 compilation buffer first and the source buffer second, in case they're
9835 in overlapping frames. Don't raise the compilation frame if it was the
9836 selected window upon entry. Pass the `other-window' arg to
9837 pop-to-buffer.
9838
9839 * info.el (Info-fontify-node): Use dolist.
9840 Change add-text-properties to put-text-property.
9841
9842 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9843
9844 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9845 bound of search.
9846
9847 2005-10-16 Masatake YAMATO <jet@gyve.org>
9848
9849 * dabbrev.el (dabbrev-completion): Pass the common
9850 prefix substring of completion to `display-completion-list'.
9851
9852 * filecache.el (file-cache-minibuffer-complete)
9853 (file-cache-complete): Ditto.
9854
9855 * tempo.el (tempo-display-completions): Ditto.
9856
9857 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9858
9859 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9860
9861 * eshell/em-hist.el (eshell-list-history): Ditto.
9862
9863 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9864
9865 * mail/mailalias.el (mail-complete): Ditto.
9866
9867 * progmodes/etags.el (complete-tag): Ditto.
9868
9869 * progmodes/make-mode.el (makefile-complete): Ditto.
9870
9871 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9872
9873 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9874
9875 * progmodes/pascal.el (pascal-complete-word)
9876 (pascal-show-completions): Ditto.
9877
9878 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9879
9880 * simple.el (completion-common-substring): New variable.
9881 (completion-setup-function): Use `completion-common-substring'
9882 to put faces.
9883
9884 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9885
9886 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9887 (x-get-selection, mac-select-convert-to-string): Convert from/to
9888 UTF-16 clipboard data as in native byte order, no BOM.
9889
9890 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
9891
9892 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9893 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9894 (gud-sentinel): Use speedbar-frame to check for speedbar.
9895
9896 2005-10-15 Richard M. Stallman <rms@gnu.org>
9897
9898 * savehist.el: New file.
9899
9900 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
9901
9902 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9903 Fix bug in \bf fontification.
9904
9905 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9906
9907 * pcvs.el (cvs-edit-log-files): New var.
9908 (cvs-mode-edit-log): New arg `file'.
9909 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9910 Instead force the use of the original file and nothing else.
9911 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9912 the cvs-minor-wrap-function is set.
9913 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9914
9915 2005-10-14 Bill Wohler <wohler@newt.com>
9916
9917 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9918 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9919 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9920 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9921 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9922 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9923 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9924 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9925 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9926 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9927 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9928 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9929 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9930 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9931 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9932
9933 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9934 appropriately (for example, gud-break to gud/break).
9935
9936 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
9937
9938 * longlines.el (longlinges-search-function)
9939 (longlines-search-forward, longlines-search-backward): New functions.
9940 (longlines-mode): Set isearch-search-fun-function to
9941 longlinges-search-function.
9942
9943 * mouse.el (mouse-drag-region-1): Handle the case where a
9944 double-click event is bound to an arbitrary function.
9945
9946 2005-10-14 David Ponce <david@dponce.com>
9947
9948 * recentf.el (recentf-track-opened-file)
9949 (recentf-track-closed-file, recentf-update-menu)
9950 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9951 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9952 mouse-1-click-follows-link.
9953
9954 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9955
9956 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9957 Gnome file-manager.png. Suggested by
9958 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9959
9960 * toolbar/README: Add diropen.xpm.
9961
9962 2005-10-13 Bill Wohler <wohler@newt.com>
9963
9964 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9965 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
9966
9967 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9968
9969 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9970 Don't waste the byte-compiler's time on constant data.
9971
9972 2005-10-13 Kenichi Handa <handa@m17n.org>
9973
9974 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9975 byte with `escape-glyph' face.
9976
9977 * international/fontset.el (ccl-encode-unicode-font):
9978 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9979 Handle the case that ucs-mule-to-mule-unicode translates a character to
9980 ASCII (usually for IPA characters).
9981
9982 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9983
9984 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9985 Don't hide the underline of titles if font-lock-mode is disabled.
9986
9987 2005-10-12 Bill Wohler <wohler@newt.com>
9988
9989 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
9990 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9991 files in MH-E-SRC have been updated.
9992 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9993
9994 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9995
9996 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9997 (mixal-mode-syntax-table): Add \n as end-comment.
9998 (mixal-operation-codes-alist): Immediately initialize to full value.
9999 (mixal-add-operation-code): Remove.
10000 (mixal-describe-operation-code): Make the arg non-optional.
10001 Use the interactive spec instead.
10002 Use mixal-operation-codes-alist rather than mixal-operation-codes.
10003 (mixal-font-lock-keywords): Don't highlight comments here any more.
10004 (mixal-font-lock-syntactic-keywords): New var.
10005 (mixal-mode): Use it. Fix comment-start-skip.
10006
10007 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10008
10009 * startup.el (command-line-x-option-alist): -nb => -nbi
10010
10011 2005-10-12 Kim F. Storm <storm@cua.dk>
10012
10013 * startup.el (fancy-splash-default-action): Discard mouse click in
10014 the splash screen window, as it has no sensible meaning in the
10015 next window to be selected. Fixes error reported by Jan D.
10016
10017 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10018
10019 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
10020
10021 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10022
10023 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
10024 Try to fix up minor layout issues like indentation, line break, etc...
10025 (mixal-mode-syntax-table): Don't try to specify comment syntax,
10026 because it doesn't work.
10027 (mixal-operation-codes): Add some more codes.
10028 (mixal-font-lock-keywords): Process comments here.
10029 (mixal-mode): mixasm no longer needs -g option.
10030
10031 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
10032
10033 * progmodes/sh-script.el (sh-tmp-file):
10034 Use mktemp -t. Finish support for es and rc shells.
10035
10036 2005-10-11 Jay Belanger <belanger@truman.edu>
10037
10038 * calc/calcalg2.el (calc-integral): With an argument, compute the
10039 definite integral.
10040
10041 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
10042
10043 * mouse.el (mouse-drag-region-1): Don't try to catch a
10044 double-click when doing follow-link (it's overridden anyway).
10045
10046 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
10047
10048 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
10049 (autoload-print-form-outbuf): Add docstring.
10050
10051 2005-10-11 Juri Linkov <juri@jurta.org>
10052
10053 * info.el (Info-mode-menu): Delete menu item "Edit".
10054 (Info-mode): Delete description of Info-edit from docstring,
10055 and rearrange descriptions of Info commands in the order
10056 they are documented in the Info manual.
10057
10058 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10059
10060 * calendar/appt.el (appt-check): Use diary-selective-display var.
10061
10062 2005-10-10 Richard M. Stallman <rms@gnu.org>
10063
10064 * net/newsticker.el (newsticker-start, newsticker-show-news):
10065 Add autoload cookies.
10066
10067 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
10068
10069 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
10070
10071 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
10072
10073 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
10074
10075 2005-10-10 Jay Belanger <belanger@truman.edu>
10076
10077 * calc/calc-arith.el (math-check-known-scalarp)
10078 (math-check-known-matrixp): Check the values of arguments that are
10079 variables.
10080 (math-check-known-square-matrixp): New function.
10081 (math-known-square-matrixp): Use math-check-known-square-matrixp.
10082 (math-super-types): Add sqmatrix type.
10083
10084 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
10085 mode name `square' to `sqmatrix'.
10086
10087 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
10088 mode name `square' to `sqmatrix'.
10089
10090 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10091
10092 * progmodes/etags.el (select-tags-table-mode): Don't use
10093 selective-display.
10094 (tags-select-tags-table): Pass `button' to the action function.
10095 (select-tags-table): Place the side-info on button properties rather
10096 than in hidden text. Abbreviate file names.
10097 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
10098 (select-tags-table-select): Add `button' argument.
10099 Get side-info from the button property rather than from hidden text.
10100
10101 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
10102
10103 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
10104 (gud-speedbar-buttons): Preserve point if possible.
10105 (gud-sentinel): Restore previous speedbar display type.
10106
10107 * progmodes/gdb-ui.el (gdba): Improve diagram.
10108 (def-gdb-auto-update-handler, gdb-info-locals-handler)
10109 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
10110 Call get-buffer-window once.
10111
10112 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10113
10114 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
10115 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
10116 (pascal-indent-command): Remove unused var `ind'.
10117 (pascal-indent-case): Remove unused var `oldpos'.
10118 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
10119 since it's now used as a proper minor mode map.
10120 (pascal-outline): Rename to pascal-outline-mode.
10121 (pascal-outline-mode): Use define-minor-mode.
10122 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
10123 selective-display.
10124
10125 2005-10-10 Andreas Schwab <schwab@suse.de>
10126
10127 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
10128 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
10129
10130 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
10131 outside source directory.
10132
10133 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
10134
10135 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
10136 C-x' as a prefix.
10137 (orgtbl-mode-map): Full keymap instead of sparse, because all
10138 `self-insert-command' keys are redefined in this map.
10139 (org-export-as-html): Specify charset for HTML file, by taking it
10140 from the coding system.
10141
10142 2005-10-10 Kenichi Handa <handa@m17n.org>
10143
10144 * textmodes/flyspell.el (flyspell-check-word-p):
10145 If unread-command-events is non-empty, don't call sit-for.
10146
10147 2005-10-09 Richard M. Stallman <rms@gnu.org>
10148
10149 * font-lock.el (font-lock-syntactic-keywords)
10150 (font-lock-keywords): Doc fixes.
10151
10152 * textmodes/flyspell.el (flyspell-external-point-words):
10153 Simplify logic, and don't try to check for consecutive appearances
10154 of one incorrect word.
10155
10156 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
10157
10158 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10159 separator.
10160
10161 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
10162 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
10163 (gud-expansion-speedbar-buttons): New function.
10164 (gud-speedbar-buttons): Check for gud-comint-buffer.
10165
10166 2005-10-09 Bill Wohler <wohler@newt.com>
10167
10168 * Makefile.in (updates): Add mh-loaddefs dependency.
10169
10170 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
10171
10172 * speedbar.el (speedbar-file-key-map): Fix typo.
10173
10174 2005-10-09 Daniel Brockman <daniel@brockman.se>
10175
10176 * cus-start.el (line-spacing): Add custom spec.
10177
10178 2005-10-09 Romain Francoise <romain@orebokech.com>
10179
10180 * textmodes/ispell.el (ispell-check-version): Fix last change.
10181
10182 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10183
10184 * term/x-win.el: Remove -i, --icon-type from comment.
10185
10186 * startup.el (command-line-x-option-alist): Remove options -i,
10187 -itype, --icon-type, added -nb, --no-bitmap-icon
10188
10189 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
10190
10191 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10192 instead of :active.
10193
10194 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
10195
10196 * textmodes/ispell.el (ispell-check-version):
10197 Ignore hyphen, and all that follows, in aspell's version text.
10198
10199 2005-10-08 Jay Belanger <belanger@truman.edu>
10200
10201 * calc/calc-arith.el (math-known-square-matrixp): New function.
10202 (math-pow-fancy): Check for matrices before distributing exponent
10203 across products.
10204
10205 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10206 fullscreen keypad. Suggested by Luc Teirlinck.
10207 (calc-keypad-show-input): Add space for formatting.
10208
10209 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10210 Add square matrix option.
10211
10212 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10213 of checking calc-matrix-mode when deciding how to expand.
10214
10215 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10216
10217 2005-10-08 Lars Hansen <larsh@soem.dk>
10218
10219 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10220 Add error handling.
10221 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10222
10223 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10224
10225 Sync with Tramp 2.0.51.
10226
10227 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10228 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10229 Insert special handling for `last-coding-system-used', again
10230 it still seems to be necessary (unlike stated before).
10231 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10232 (tramp-password-prompt-regexp): There might be other words before
10233 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10234 (tramp-chunksize): Improve docstring.
10235 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10236 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10237 Christian Joergensen <bugs@razor.dk>.
10238
10239 2005-10-07 Glenn Morris <rgm@gnu.org>
10240
10241 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10242 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10243 precision'.
10244
10245 2005-10-07 Romain Francoise <romain@orebokech.com>
10246
10247 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10248 (ibuffer-do-shell-command-pipe-replace)
10249 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10250 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10251 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10252 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10253 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10254 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10255 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10256 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10257 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10258 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10259 Autoload file sans suffix.
10260
10261 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10262
10263 2005-10-07 David Ponce <david@dponce.com>
10264
10265 * recentf.el (recentf-menu-open-all-flag): New option.
10266 (recentf-digit-shortcut-command-name): New function.
10267 (recentf--shortcuts-keymap): New variable.
10268 (recentf-menu-shortcuts): New variable.
10269 (recentf-make-menu-items): Initialize it. Replace the "More..."
10270 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10271 (recentf-menu-value-shortcut): New function.
10272 (recentf-make-menu-item): Use it. No more in-lined.
10273 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10274 (recentf-open-most-recent-file): Rename from
10275 `recentf-open-file-with-key'. Don't depend on key binding.
10276 (recentf-mode-map): New variable.
10277 (recentf-mode): Use it.
10278
10279 2005-10-06 Bill Wohler <wohler@newt.com>
10280
10281 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10282
10283 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10284 (MH-E-SRC): New. Used by mh-autoloads.
10285 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10286 files in MH-E-SRC have been updated.
10287 (compile, recompile, bootstrap): Depend on mh-autoloads.
10288
10289 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10290
10291 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10292 gud-break and gud-remove icons when the fringe is not available.
10293
10294 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10295 Typo.
10296
10297 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10298
10299 * play/zone.el (zone): Wrap body with save-window-excursion.
10300
10301 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10302
10303 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10304 Use the new `list-only' arg to diary-list-entries.
10305
10306 * calendar/diary-lib.el: Use overlays rather than selective-display.
10307 (diary-selective-display): New var.
10308 (diary-header-line-format): Use it.
10309 (diary-list-entries): Add argument `list-only'.
10310 Put the buffer in diary-mode. Don't add \^M at beg and end.
10311 Replace \^M by invisible overlays.
10312 (diary-unhide-everything): Replace \^M by invisible overlays.
10313 (print-diary-entries): Look for overlays rather than \^M.
10314 Add a space to the temp buffer name.
10315 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10316 Put the buffer in diary-mode.
10317 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10318 (diary-anniversary): Make the year arg optional.
10319 (diary-time-regexp): New const.
10320 (diary-font-lock-keywords): Use it to accept a few more time formats.
10321
10322 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10323
10324 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10325
10326 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10327 Fix bug introduced 2005-07-03: Use (car (last ...))
10328 to faithfully reproduce replaced artist-last.
10329 (artist-set-arrow-points-for-poly): Likewise.
10330 Suggested by Johan Bockg\e,Ae\e(Brd.
10331
10332 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10333
10334 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10335 * wid-edit.el (widget):
10336 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10337 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10338
10339 2005-10-06 Kenichi Handa <handa@m17n.org>
10340
10341 * international/mule-cmds.el (set-language-environment):
10342 Fix setting up of case-table for unibyte mode.
10343
10344 * simple.el (what-cursor-position): If the character is displayed
10345 by some `display' text property, show that. Don't use
10346 single-key-description for eight-bit characters in multibyte mode.
10347
10348 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10349
10350 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10351 (gdb-ann3): Set it.
10352 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10353 (gdb-info-frames-custom): Use inverse-video for first five
10354 characters of selected frame only.
10355 (gdb-get-frame-number): Select frame even when point is on frame
10356 number.
10357
10358 2005-10-06 Masatake YAMATO <jet@gyve.org>
10359
10360 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10361 Put `font-lock-function-name-face'.
10362 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10363 and `font-lock-variable-name-face'
10364 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10365 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10366 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10367 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10368 (gdb-local-font-lock-keywords): New font lock keywords definition.
10369 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10370 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10371 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10372
10373 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10374
10375 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10376 (ediff-merge-region-is-non-clash-to-skip): Previously called
10377 ediff-merge-region-is-non-clash.
10378
10379 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10380 Use insert-buffer-substring.
10381
10382 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10383 selecting files to patch. Also bug fixes.
10384
10385 * ediff-util.el (ediff-setup): Bug fix.
10386 (ediff-next-difference): Never skip clashes that differ in white
10387 space only.
10388
10389 * ediff-wind.el (ediff-setup-control-frame)
10390 (ediff-destroy-control-frame): Check the menubar feature.
10391
10392 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10393 (viper-refresh-mode-line): Use make-local-variable to localize
10394 some vars instead of make-variable-buffer-local. Suggested by
10395 Stefan Monnier.
10396
10397 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10398 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10399 Use make-local-variable instead of make-variable-buffer-local.
10400 Suggested by Stefan Monnier.
10401
10402 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10403 (viper-comint-mode-hook): Use make-local-variable on
10404 require-final-newline.
10405 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10406
10407 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10408
10409 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10410 also the second char of a comment-start sequence.
10411 (scheme-sexp-comment-syntax-table): New var.
10412 (lambda, define): Set their scheme-doc-string-elt property.
10413 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10414 Use lisp-font-lock-syntactic-face-function now that it properly
10415 handles |...| symbols.
10416 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10417 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10418
10419 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10420 bit from # to |.
10421 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10422
10423 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10424 (lisp-doc-string-elt-property): New var.
10425 (lisp-font-lock-syntactic-face-function): Use it.
10426 Rewrite to recognize docstrings even for forms not at toplevel.
10427
10428 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10429 annotation on the | part of #| rather than on the # part.
10430 (scheme-font-lock-syntactic-face-function): New function, to
10431 distinguish strings from |...| symbols.
10432 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10433 syntax-table so that #|...|# is properly highlighted.
10434
10435 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10436 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10437
10438 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10439
10440 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10441 and C-e.
10442
10443 * emacs-lisp/eldoc.el: Move comments into docstrings.
10444 (eldoc-message-commands): Initialize in its declaration.
10445 Add move-beginning-of-line and move-end-of-line.
10446 (eldoc-add-command, eldoc-add-command-completions)
10447 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10448
10449 * outline.el (outline-mark-subtree): Activate the mark.
10450
10451 * calendar/appt.el (appt-time-regexp): New var.
10452 (appt-add, appt-make-list): Use it.
10453 (appt-convert-time): Clean up.
10454
10455 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10456 Don't set any syntax-table property here.
10457 (tex-font-lock-verb): New function. Do it here.
10458 (tex-font-lock-syntactic-keywords): Use it.
10459
10460 2005-10-04 Richard M. Stallman <rms@gnu.org>
10461
10462 * wid-edit.el (widget-file-complete): Get the widget start point
10463 the right way. Default directory to `/' if file has none.
10464
10465 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10466
10467 * textmodes/flyspell.el (flyspell-mode-on):
10468 Call ispell-maybe-find-aspell-dictionaries.
10469
10470 * textmodes/ispell.el (ispell-word, ispell-region):
10471 Call ispell-maybe-find-aspell-dictionaries.
10472 (ispell-accept-buffer-local-defs):
10473 Don't call ispell-maybe-find-aspell-dictionaries
10474
10475 2005-10-04 Richard M. Stallman <rms@gnu.org>
10476
10477 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10478
10479 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10480
10481 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10482 instead of `fboundp' in order to allow for anonymous functions.
10483
10484 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10485
10486 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10487 case the user clicks on the link while another window is selected.
10488 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10489
10490 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10491 functionality.
10492 (dframe-help-echo): Save point in case mouse tracking is off.
10493
10494 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10495
10496 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10497
10498 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10499
10500 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10501 not change the global value of those vars.
10502
10503 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10504 make-local-variable which we do not need any more.
10505
10506 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10507
10508 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10509 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10510 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10511 (speedbar-path-line): Define obsolete aliases.
10512 (speedbar-line-directory): Doc fix.
10513
10514 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10515 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10516 instead of speedbar-line-path.
10517
10518 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10519
10520 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10521 to nil if dropping on a window. Handle dropping on a minibuffer window
10522 like dropping on a non-window part of Emacs.
10523
10524 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10525
10526 * net/ange-ftp.el: Use with-current-buffer.
10527 (ange-ftp-insert-directory): Do not follow symlinks any more.
10528
10529 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10530 Remove interactive spec.
10531
10532 2005-10-03 Kim F. Storm <storm@cua.dk>
10533
10534 * ido.el (ido-mode): Use custom-initialize-set.
10535
10536 2005-10-02 Richard M. Stallman <rms@gnu.org>
10537
10538 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10539 Use insert-buffer-substring.
10540
10541 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10542 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10543
10544 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10545
10546 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10547 in last change.
10548 (ange-ftp-insert-directory): Fix up the search for the case where
10549 `file' is absolute.
10550
10551 2005-10-02 Romain Francoise <romain@orebokech.com>
10552
10553 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10554
10555 2005-10-02 Andreas Schwab <schwab@suse.de>
10556
10557 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10558 directory component in the session info.
10559
10560 2005-10-01 Richard M. Stallman <rms@gnu.org>
10561
10562 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10563
10564 * simple.el (next-error-internal): New function.
10565
10566 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10567 (compilation-start): Pass new arg to compilation-buffer-name.
10568 (compile-goto-error): Use next-error-internal.
10569
10570 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10571
10572 * speedbar.el: Remove RCS tag.
10573 (speedbar-check-read-only): Handle non-existent files.
10574
10575 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10576
10577 * info.el (Info-speedbar-hierarchy-buttons)
10578 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10579
10580 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10581
10582 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10583 Do not match newline.
10584 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10585 (bibtex-summary): Remove unnecessary save-excursion.
10586 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10587
10588 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10589
10590 * term/mac-win.el: Add charset info for "iso10646-1".
10591 Modify default fontset to use ATSUI-compatible fonts for some charsets
10592 if available.
10593
10594 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10595
10596 * speedbar.el: Re-apply arch tag.
10597 (speedbar-version): Rename to version 1.0. Suggested by Eric
10598 M. Ludlam.
10599 Reapply two changes from Emacs CVS' version of speedbar lost
10600 during the merge:
10601 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10602 (speedbar-frame-parameters): Improve customize type.
10603
10604 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10605
10606 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10607 (ange-ftp-file-directory-p): Fix the symlink case.
10608 (ange-ftp-insert-directory): When listing a single file, get a list of
10609 the parent buffer and extract the relevant line. Inspired from a patch
10610 by Katsumi Yamaoka <yamaoka@jpl.org>.
10611 (ange-ftp-file-name-sans-versions): Simplify.
10612
10613 2005-09-30 Bill Wohler <wohler@newt.com>
10614
10615 Move MH-E image files from toolbar and mail directories into
10616 etc/images.
10617
10618 * mail/reply2.*: Move to etc/images/mail/reply*.
10619
10620 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10621 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10622 etc/images.
10623
10624 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10625 * toolbar/reply*: Move to etc/images/mail.
10626
10627 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10628
10629 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10630
10631 * speedbar.el: New version 1.0pre3.
10632
10633 Frame management code (including timer, and mouse click specifics)
10634 moved to dframe.el:
10635 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10636 (speedbar-timer): Removed. Use dframe-timer.
10637 (speedbar-close-frame): Removed. Use dframe-close-frame.
10638 (speedbar-activity-change-focus-flag): Removed. Use
10639 dframe-activity-change-focus-flag.
10640 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10641 dframe-update-speed.
10642
10643 (speedbar-current-frame): New macro. Use this instead of the
10644 variable speedbar-frame.
10645
10646 (speedbar-use-images, speedbar-expand-image-button-alist)
10647 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10648
10649 (speedbar-find-image-on-load-path): Removed. Replaced by
10650 defezimage in ezimage.el.
10651 (speedbar-expand-image-button-alist): Removed. Replaced by
10652 ezimage-expand-image-button-alist in ezimage.el.
10653
10654 (speedbar-ignored-directory-regexp)
10655 (speedbar-add-ignored-directory-regexp)
10656 (speedbar-ignored-directory-expressions)
10657 (speedbar-line-directory, speedbar-buffers-line-directory)
10658 (speedbar-directory-line, speedbar-buffers-line-directory):
10659 Renamed, replacing `path' with `directory'.
10660
10661 (speedbar-create-directory, speedbar-expand-line-descendants)
10662 (speedbar-toggle-line-expansion)
10663 (speedbar-contract-line-descendants): New commands.
10664
10665 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10666 (speedbar-use-tool-tips-flag): New options.
10667
10668 (speedbar-check-read-only, speedbar-require-version)
10669 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10670 (speedbar-handle-delete-frame, speedbar-try-completion)
10671 (speedbar-update-localized-contents): New functions.
10672
10673 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10674 (speedbar-object-read-only-indicator): New variables.
10675
10676 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10677 New hooks.
10678
10679 (speedbar-separator-face): New face.
10680
10681 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10682 (speedbar-ignored-modes): Add fundamental-mode.
10683 (speedbar-directory-unshown-regexp): Add . directories.
10684
10685 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10686 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10687 `]' for full expand/close.
10688 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10689
10690 (speedbar-check-vc): Support hidden files.
10691 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10692 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10693 state is nil, it is not checked out.
10694
10695 (speedbar-line-text, speedbar-line-token): Support expand buttons
10696 with no text.
10697 (speedbar-refresh): Universal argument acts as power-click.
10698 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10699 that buffer to get variable values.
10700
10701 And many other bugfixes.
10702
10703 * dframe.el, ezimage.el, sb-image.el: New files.
10704
10705 * sb-*.xpm: Remove files. New image files installed into
10706 etc/images/ezimage.
10707
10708 2005-09-30 Kenichi Handa <handa@m17n.org>
10709
10710 * ps-mule.el (ps-mule-show-warning): If a character is in
10711 ps-print-translation-table, don't treat it as non-printable.
10712
10713 2005-09-30 David Ponce <david@dponce.com>
10714
10715 * tree-widget.el (tree-widget-themes-load-path): New variable.
10716 (tree-widget-themes-directory): Doc fix.
10717 (tree-widget-image-formats) [Emacs]: Doc fix.
10718 (tree-widget--locate-sub-directory): New function.
10719 (tree-widget-themes-directory): Use it.
10720
10721 * recentf.el (recentf-filename-handlers): Rename from
10722 `recentf-filename-handler'. Allow a list of functions.
10723 (recentf-menu-items-for-commands): Fix :help strings.
10724 (recentf-apply-filename-handlers): New function.
10725 (recentf-expand-file-name): Use it.
10726 (recentf-cleanup): Remove duplicates too.
10727
10728 2005-09-29 Juri Linkov <juri@jurta.org>
10729
10730 * faces.el: Rearrange face definitions to be in the same order as
10731 their face descriptions in "(emacs)Standard Faces".
10732
10733 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10734
10735 * tooltip.el (tooltip): Add group `basic-faces'.
10736
10737 * buff-menu.el (Buffer-menu-buffer): Remove group
10738 `font-lock-highlighting-faces'.
10739
10740 * progmodes/compile.el (compilation-error, compilation-warning)
10741 (compilation-info, compilation-line-number, compilation-column-number):
10742 Change group from `font-lock-highlighting-faces' to `compilation'.
10743
10744 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10745 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10746 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10747 (vhdl-font-lock-reserved-words-face)
10748 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10749 `font-lock-highlighting-faces'.
10750
10751 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10752
10753 2005-09-28 Kim F. Storm <storm@cua.dk>
10754
10755 * emulation/cua-base.el: Set CUA move property on additional commands:
10756 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10757 forward-sexp, backward-sexp, forward-list, backward-list.
10758
10759 2005-09-28 Romain Francoise <romain@orebokech.com>
10760
10761 * comint.el (comint-show-output): Really set point at the
10762 beginning of the output when not using `comint-use-prompt-regexp'.
10763
10764 2005-09-27 Jay Belanger <belanger@truman.edu>
10765
10766 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10767 in TeX mode.
10768
10769 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10770
10771 * textmodes/org.el (org-table-sum): Fix format string.
10772
10773 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10774 Quote face names.
10775
10776 2005-09-26 Romain Francoise <romain@orebokech.com>
10777
10778 * isearch.el (isearch-forward-regexp): Close doc string.
10779
10780 2005-09-25 Richard M. Stallman <rms@gnu.org>
10781
10782 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10783
10784 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10785
10786 * progmodes/compile.el (compilation-error-properties):
10787 When getting the file from the previous error message,
10788 correctly decode the new data format.
10789
10790 * progmodes/cc-cmds.el (c-electric-paren):
10791 Call old-blink-paren only for close-paren.
10792
10793 2005-09-24 Andreas Schwab <schwab@suse.de>
10794
10795 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10796 condition.
10797
10798 2005-09-25 Romain Francoise <romain@orebokech.com>
10799
10800 * dired-aux.el (dired-copy-file-recursive):
10801 * dired.el (dired-delete-file):
10802 * ediff-mult.el (ediff-dir-diff-copy-file):
10803 * ediff-util.el (ediff-test-save-region):
10804 * forms.el (forms-mode):
10805 * ido.el (ido-file-internal, ido-delete-file-at-head):
10806 * log-edit.el (log-edit-done):
10807 * ses.el (ses-yank-resize):
10808 * play/gomoku.el (gomoku-human-plays, gomoku)
10809 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10810 (gomoku-offer-a-draw):
10811 * play/landmark.el (lm-human-resigns, lm):
10812 * net/eudcb-ldap.el (eudc-ldap-check-base):
10813 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10814 * progmodes/ebrowse.el (ebrowse-find-pattern):
10815 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10816 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10817 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10818
10819 * vc.el (vc-delete-file):
10820 * play/gomoku.el (gomoku-terminate-game, gomoku)
10821 (gomoku-prompt-for-move, gomoku-human-takes-back):
10822 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10823 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10824
10825 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10826
10827 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10828 color rxvt terminals by using the code xterm.el used to use before
10829 2005-04-09 in order to match the colors used by rxvt.
10830
10831 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10832
10833 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10834 colors rxvt-unicode terminals by using the same code as xterm.el.
10835
10836 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10837
10838 * textmodes/tex-mode.el (tex-font-lock-append-prop)
10839 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10840 new symbol used for the tex-verbatim face.
10841
10842 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10843
10844 * woman.el (woman-file-name):
10845 * wid-edit.el (widget-file-prompt-value)
10846 (widget-coding-system-prompt-value):
10847 * w32-fns.el (set-w32-system-coding-system):
10848 * vc.el (vc-version-diff, vc-annotate):
10849 * textmodes/reftex-auc.el (reftex-arg-cite)
10850 (reftex-arg-index-tag):
10851 * textmodes/refer.el (refer-get-bib-files):
10852 * textmodes/artist.el (artist-figlet-choose-font):
10853 * terminal.el (terminal-emulator):
10854 * replace.el (occur-read-primary-args):
10855 * rect.el (string-rectangle, string-insert-rectangle):
10856 * ps-print.el (ps-print-preprint):
10857 * progmodes/pascal.el (pascal-goto-defun):
10858 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10859 * progmodes/compile.el (compilation-find-file):
10860 * printing.el (pr-interactive-n-up):
10861 * play/animate.el (animate-birthday-present):
10862 * net/rcompile.el (remote-compile):
10863 * man.el (man, Man-goto-section, Man-follow-manual-reference):
10864 * mail/rmailsum.el (rmail-summary-search-backward)
10865 (rmail-summary-search):
10866 * mail/rmailout.el (rmail-output-read-rmail-file-name)
10867 (rmail-output-read-file-name):
10868 * mail/rmail.el (rmail-search, rmail-search-backwards):
10869 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10870 * locate.el (locate):
10871 * international/quail.el (quail-show-keyboard-layout):
10872 * international/mule.el (set-buffer-file-coding-system)
10873 (revert-buffer-with-coding-system, set-file-name-coding-system)
10874 (set-terminal-coding-system, set-keyboard-coding-system)
10875 (set-next-selection-coding-system):
10876 * international/mule-diag.el (describe-coding-system)
10877 (describe-font, describe-fontset):
10878 * international/mule-cmds.el (universal-coding-system-argument)
10879 (search-unencodable-char, describe-input-method)
10880 (set-language-environment, describe-language-environment):
10881 * international/codepage.el (codepage-setup):
10882 * international/code-pages.el (codepage-setup):
10883 * info.el (Info-search, Info-follow-reference)
10884 (Info-search-backward):
10885 * emacs-lisp/advice.el (ad-read-advised-function)
10886 (ad-read-advice-class, ad-clear-cache, ad-activate)
10887 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10888 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10889 (ad-read-regexp):
10890 * ediff-util.el (ediff-toggle-regexp-match):
10891 * ediff-ptch.el (ediff-prompt-for-patch-file):
10892 * dired-aux.el (dired-diff):
10893 * diff.el (diff):
10894 * cus-edit.el (custom-variable-prompt):
10895 * calendar/timeclock.el (timeclock-ask-for-project):
10896 * calc/calcalg3.el (calc-get-fit-variables):
10897 * calc/calc-store.el (calc-edit-variable)
10898 (calc-permanent-variable):
10899 * vc-mcvs.el (vc-mcvs-register):
10900 * shadowfile.el (shadow-define-literal-group):
10901 * woman.el (woman-file-name):
10902 * vc.el (vc-version-diff, vc-merge):
10903 * textmodes/reftex-index.el (reftex-index-complete-tag):
10904 * format.el (format-decode-buffer, format-decode-region):
10905 * emulation/viper-cmd.el (viper-read-string-with-history):
10906 * emacs-lisp/debug.el (cancel-debug-on-entry):
10907 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10908 * ediff.el (ediff-merge-revisions)
10909 (ediff-merge-revisions-with-ancestor, ediff-revision):
10910 * completion.el (interactive-completion-string-reader):
10911 * calc/calc-prog.el (calc-user-define-formula):
10912 Follow convention for reading with the minibuffer.
10913
10914 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
10915
10916 * progmodes/python.el (python-describe-symbol): Add globals() and
10917 locals() to the arguments of emacs.ehelp.
10918
10919 2005-09-24 Magnus Henoch <mange@freemail.hu>
10920
10921 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10922 New function, code extracted from ispell-valid-dictionary-list.
10923 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10924 Call it.
10925
10926 2005-09-24 Eli Zaretskii <eliz@gnu.org>
10927
10928 * subr.el (version-regexp-alist): Extend valid syntax for version
10929 strings: allow any of the characters -,_,+ to separate the
10930 alpha/beta/rc part from the version part. Doc fix.
10931 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
10932
10933 2005-09-23 David Reitter <david.reitter@gmail.com>
10934
10935 * mail/mailclient.el: New file.
10936
10937 2005-09-23 Richard M. Stallman <rms@gnu.org>
10938
10939 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10940 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10941 Doc fixes.
10942
10943 * progmodes/cc-mode.el (c-font-lock-init):
10944 Specify font-lock-lines-before.
10945
10946 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10947
10948 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10949 whole conflict.
10950
10951 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
10952
10953 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10954 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
10955 of `remap' feature when available. Additional key bindings for
10956 better tty support.
10957 (org-mode-restart, org-force-self-insert): New commands.
10958 (org-time-stamp-inactive): New command.
10959 (org-remap): New function.
10960 (org-table-auto-blank-field, org-level-color-stars-only): New options.
10961 (org-enable-fixed-width-editor): Move to `org-structure'
10962 customization group.
10963 (org-self-insert-command, orgtbl-self-insert-command): Modify to
10964 blank field after field motion commands.
10965
10966 2005-09-23 Kenichi Handa <handa@m17n.org>
10967
10968 * international/mule-cmds.el (set-language-environment):
10969 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10970 have to call utf-translate-cjk-load-tables.
10971
10972 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10973
10974 * mouse.el (mouse-move-drag-overlay): Fix last change.
10975
10976 2005-09-22 David Ponce <david@dponce.com>
10977
10978 * tree-widget.el (tree-widget-value-create): Fix previous change.
10979
10980 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10981
10982 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10983
10984 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10985
10986 * mouse.el (mouse-move-drag-overlay): New function.
10987 (mouse-drag-region-1): Use it.
10988 Try to simplify a bit the state handling. Handle clicks on links
10989 inside intangible areas.
10990 (mouse-save-then-kill): Minor simplification.
10991 (mouse-secondary-overlay): Make it always non-nil instead of
10992 recreating it each time.
10993 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10994 (mouse-kill-secondary, mouse-secondary-save-then-kill):
10995 Simplify accordingly.
10996
10997 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10998
10999 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
11000
11001 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
11002
11003 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
11004 (ediff-file-name-sans-prefix): Treat nil as an empty string.
11005 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
11006 to patch.
11007
11008 * ediff-util.el: Use insert-buffer-substring.
11009
11010 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
11011
11012 * emulation/viper-cmd.el (viper-change-state): Don't move over the
11013 field boundaries in the minibuffer.
11014 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
11015 (viper-minibuffer-post-command-hook): New hook.
11016 (viper-line): Don't move cursor at bolp.
11017
11018 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
11019
11020 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
11021 avoid compiler warnings.
11022
11023 * emulation/viper-macs.el (ex-map): Better messages.
11024
11025 * emulation/viper-utils.el (viper-beginning-of-field): New function.
11026
11027 * emulation/viper.el: Replace make-variable-buffer-local with
11028 viper-make-variable-buffer-local everywhere, to avoid warnings.
11029
11030 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11031
11032 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
11033 Delete unused var `old-selected-window'.
11034 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
11035 (mouse-drag-secondary): Delete unused var `start-frame'.
11036
11037 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
11038
11039 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
11040
11041 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11042
11043 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
11044 Re-indent within 80 columns. Use inhibit-read-only.
11045
11046 2005-09-19 Romain Francoise <romain@orebokech.com>
11047
11048 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
11049
11050 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11051
11052 * font-lock.el (font-lock-default-fontify-region): Don't add a line
11053 unconditionally, since the after-change-function already did it.
11054
11055 2005-09-19 Miles Bader <miles@gnu.org>
11056
11057 * net/newsticker.el: Get rid of CVS keyword.
11058
11059 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
11060
11061 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
11062 The prompt is formatted later.
11063
11064 2005-09-19 David Ponce <david@dponce.com>
11065
11066 * tree-widget.el (tree-widget-value-create): Save the converted
11067 tree :node widget.
11068
11069 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
11070
11071 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
11072 variable `message'.
11073
11074 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
11075
11076 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
11077 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
11078 <slawomir.nowaczyk.847@student.lu.se>.
11079
11080 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
11081
11082 * image.el (image-load-path): Use symbol `data-directory' instead
11083 of its value, for backward compatibility with packages that bind
11084 it during `find-image'. Suggested by Katsumi Yamaoka.
11085 (image-search-load-path): Handle symbols whose values are strings.
11086
11087 2005-09-18 Romain Francoise <romain@orebokech.com>
11088
11089 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
11090 with-current-buffer form in save-excursion.
11091
11092 2005-09-18 D Goel <deego@gnufans.org>
11093
11094 * apropos.el (apropos-command): Fix `message' call: first arg
11095 should be a format spec. In this and all other cases that appear
11096 below and elsewhere in the source code, I made a change only when
11097 two conditions were satisfied: [1] I can think of a possibility
11098 that the arguments would cause an error, for example, the code in
11099 question relies on external variables such as filenames. [2] I
11100 was sure that the arg to `message' could not have been nil in the code.
11101
11102 * textmodes/tildify.el (tildify-region): Ditto.
11103
11104 * textmodes/reftex-index.el (reftex-index-change-entry)
11105 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
11106 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
11107 * textmodes/org.el (org-complete, org-deadline, org-schedule)
11108 (org-priority, org-table-sum):
11109 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
11110 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
11111 (flyspell-word, flyspell-display-next-corrections):
11112 * textmodes/bibtex.el (bibtex-print-help-message):
11113 * textmodes/artist.el (artist-key-set-point-poly):
11114 * term/mac-win.el (mac-services-insert-text):
11115 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
11116 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
11117 (vhdl-port-paste-testbench, vhdl-compose-new-component)
11118 (vhdl-compose-configuration):
11119 * progmodes/sh-script.el (sh-blink, sh-show-indent)
11120 (sh-set-indent, sh-learn-line-indent):
11121 * progmodes/ps-mode.el (ps-mode-target-column):
11122 * progmodes/idlwave.el (idlwave-make-tags)
11123 (idlwave-scan-library-catalogs):
11124 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
11125 * progmodes/gud.el (gud-jdb-analyze-source):
11126 * progmodes/flymake.el (flymake-log):
11127 * progmodes/ebnf2ps.el (ebnf-generate-region):
11128 * progmodes/cmacexp.el (c-macro-expansion):
11129 * progmodes/ada-xref.el (ada-treat-cmd-string):
11130 * progmodes/ada-mode.el (ada-create-case-exception-substring)
11131 (ada-justified-indent-current, ada-batch-reformat):
11132 * play/zone.el (zone):
11133 * play/landmark.el (lm-move):
11134 * play/decipher.el (decipher-show-alphabet):
11135 * net/newsticker.el (newsticker--display-jump)
11136 (newsticker--display-scroll):
11137 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
11138 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
11139 * mail/feedmail.el (feedmail-dump-message-to-queue):
11140 * eshell/esh-proc.el (eshell-remove-process-entry):
11141 * emulation/ws-mode.el (ws-last-error):
11142 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
11143 (viper-record-kbd-macro):
11144 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
11145 * emacs-lisp/lisp-mnt.el (lm-report-bug):
11146 * emacs-lisp/find-func.el (find-function-noselect):
11147 * calendar/timeclock.el (timeclock-status-string)
11148 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
11149 (timeclock-when-to-leave-string):
11150 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
11151 * calc/calc-units.el (calc-enter-units-table):
11152 * calc/calc-mode.el (calc-mode-record-mode):
11153 * woman.el (woman-mini-help):
11154 * wdired.el (wdired-change-to-wdired-mode):
11155 * vc.el (vc-retrieve-snapshot):
11156 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
11157 * startup.el (display-startup-echo-area-message):
11158 * simple.el (set-goal-column):
11159 * ses.el (ses-command-hook, ses-recalculate-cell):
11160 * server.el (server-process-filter):
11161 * printing.el (pr-interface-txt-print, pr-interface-printify)
11162 (pr-interface-ps):
11163 * pcvs.el (cvs-help):
11164 * log-edit.el (log-edit, log-edit-mode-help):
11165 * iswitchb.el (iswitchb-possible-new-buffer):
11166 * isearch.el (isearch-edit-string):
11167 * image-mode.el (image-mode, image-minor-mode):
11168 * ibuf-macs.el (define-ibuffer-filter):
11169 * hi-lock.el (hi-lock-find-patterns):
11170 * files.el (toggle-read-only):
11171 * ediff-util.el (ediff-copy-diff)
11172 (ediff-write-merge-buffer-and-maybe-kill):
11173 * echistory.el (Electric-history-undefined):
11174 * dnd.el (dnd-insert-text):
11175 * dired-aux.el (dired-query):
11176 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11177 * bookmark.el (bookmark-bmenu-locate):
11178 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11179 Fix `message' calls to ensure first arg is a format string.
11180 The change was made only when these two conditions were satisfied:
11181 [1] when there is a possibility that the arguments would cause an error
11182 for example, if the code in question relies on external variables
11183 such as filenames, and
11184 [2] if the arg to `message' could not have been nil in the code.
11185
11186 * pcomplete.el (pcomplete--help): Fix `message' format spec.
11187 Not having a %s would be weird, though not technically wrong.
11188
11189 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11190
11191 * term/mac-win.el (mac-add-charset-info): Doc fix.
11192
11193 2005-09-17 Romain Francoise <romain@orebokech.com>
11194
11195 * shell.el (shell-resync-dirs): Handle echoing processes more
11196 reliably. Don't insert resync command if `comint-process-echoes'
11197 is non-nil.
11198
11199 2005-09-17 Magnus Henoch <mange@freemail.hu>
11200
11201 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11202 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11203 aspell versions >= 0.60.
11204 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11205 only if ispell-aspell-supports-utf8 is non-nil.
11206
11207 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11208
11209 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11210 buffer-local value to lisp-indent-function.
11211
11212 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11213
11214 * progmodes/glasses.el (glasses-make-readable): If
11215 glasses-separator differs from underscore, put appropriate
11216 overlays over underscore characters.
11217 (glasses-convert-to-unreadable): If glasses-separator differs from
11218 underscore, try to convert glasses-separator characters to
11219 underscores.
11220
11221 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11222
11223 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11224 Use with-syntax-table and dolist.
11225
11226 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11227
11228 * textmodes/reftex-auc.el:
11229 * textmodes/reftex-cite.el:
11230 * textmodes/reftex-dcr.el:
11231 * textmodes/reftex-global.el:
11232 * textmodes/reftex-parse.el:
11233 * textmodes/reftex-ref.el:
11234 * textmodes/reftex-sel.el:
11235 * textmodes/reftex-toc.el:
11236 * textmodes/reftex-vars.el:
11237 * textmodes/reftex.el: Small changes to remove compiler warnings.
11238
11239 * textmodes/reftex-index.el: Likewise.
11240 (reftex-query-index-phrase): More efficient use of markers.
11241
11242 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11243
11244 * image.el (image-load-path): New variable.
11245 (image-search-load-path): New function.
11246 (find-image): Search for images in `image-load-path'.
11247
11248 2005-09-15 Richard M. Stallman <rms@gnu.org>
11249
11250 * follow.el: Change Maintainer field.
11251
11252 2005-09-15 David Ponce <david@dponce.com>
11253
11254 * recentf.el (recentf-save-file-modes): New option.
11255 (recentf-save-list): Use it.
11256
11257 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11258
11259 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11260 (mode-line-mule-info, mode-line-modified): Move bindings from
11261 mouse-3 to mouse-1.
11262
11263 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11264
11265 * simple.el (sendmail-user-agent-compose): Revert last change.
11266
11267 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11268
11269 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11270 Use with-current-buffer.
11271 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11272 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11273 (ange-ftp-insert-directory): Remove unused var `short'.
11274 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11275
11276 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11277 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11278
11279 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11280 (check-calendar-holidays, diary-list-entries): Autoload.
11281 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11282 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11283
11284 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11285 which mistakenly removed a call to display-buffer.
11286
11287 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11288
11289 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11290
11291 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11292
11293 * progmodes/hideshow.el
11294 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11295 (hs-allow-nesting): New user var.
11296 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11297 (hs-hide-block-at-point): When nesting allowed,
11298 if there is already an overlay in place, delete it.
11299 (hs-safety-is-job-n): Delete func; remove call sites.
11300 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11301 (hs-overlay-at): New func.
11302 (hs-already-hidden-p, hs-show-block): Use it.
11303 (hs-hide-all): Don't pre-clean if nesting allowed.
11304 (hs-show-all): Temporarily disallow
11305 nesting around call to `hs-discard-overlays'.
11306
11307 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11308
11309 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11310 Delete unused local var.
11311
11312 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11313
11314 * help-fns.el (describe-categories): "?\ " -> "?\s".
11315 (help-do-arg-highlight): Recognize also ARG-n, as in
11316 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11317
11318 * international/codepage.el (dos-unsupported-char-glyph):
11319 * net/newsticker.el (tool-bar-map, w3-mode-map)
11320 (w3m-minor-mode-map):
11321 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11322 (ent-alist):
11323 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11324
11325 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11326
11327 * custom.el (custom-push-theme): Handle the case where a symbol is
11328 bound but face properties have not yet been assigned.
11329
11330 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11331 Fix behavior if noerase is `t' and there is no mail buffer.
11332
11333 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11334 if `continue' is nil, rather than signal an error.
11335
11336 2005-09-12 Richard M. Stallman <rms@gnu.org>
11337
11338 * font-lock.el (font-lock-keywords): Add autoload.
11339
11340 * help-fns.el (describe-variable): Rearrange to put source link
11341 in a predictable place.
11342
11343 * net/newsticker.el: New file.
11344
11345 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11346
11347 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11348 (calendar-basic-setup): Use the new nil arg.
11349 (number-of-diary-entries): Move to diary-lib.el.
11350
11351 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11352 (diary-list-entries): Use with-syntax-table and dolist.
11353 Rename from list-diary-entries.
11354 Use number-of-diary-entries if `number' is nil.
11355 (diary, diary-view-entries): Use this new name and new nil arg value.
11356 (number-of-diary-entries): Move from calendar.el.
11357 (diary-unhide-everything): New function.
11358 (include-other-diary-files, fancy-diary-display)
11359 (diary-show-all-entries, make-diary-entry): Use it.
11360 (diary-mail-entries): Use buffer-string.
11361 (mark-diary-entries): Fix long standing paren typo.
11362 (diary-sexp-entry): Use count-lines.
11363 (make-diary-entry): Avoid `previous-line'.
11364 (diary-mode-map): New var.
11365 (diary-mode): Redraw cal after saving. Setup header-line.
11366 (fancy-diary-display-mode): Use local-set-key.
11367
11368 * startup.el (command-line): Try calling various terminal-init-foo-bar
11369 functions by stripping hyphenated suffixes from $TERM.
11370
11371 * files.el (normal-mode): Check boundness of font-lock-keywords.
11372
11373 2005-09-12 Richard M. Stallman <rms@gnu.org>
11374
11375 * progmodes/compile.el: Don't decide a file's directory
11376 until the user actually tries to go there.
11377 (compilation-next-error-function):
11378 Pass compilation-find-file the directory from the file-struct.
11379 (compilation-internal-error-properties): Separate local FILE-STRUCT
11380 from FILE. Doc the args better. Rename arg FMT to FMTS.
11381 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11382 Expand it, and if nil, use default-directory.
11383 (compilation-get-file-structure): Don't mix specified directory
11384 with default directory. Put specified directory into
11385 file-struct. Don't make the file name absolute.
11386
11387 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11388 (compile-command): Add autoload.
11389 (compilation-disable-input): Add autoload.
11390
11391 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11392
11393 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11394 strings of the variables it can override.
11395 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11396 %Q and %q, for fully-qualified domain name and unqualified host name.
11397
11398 2005-09-11 Kim F. Storm <storm@cua.dk>
11399
11400 * emacs-lisp/authors.el (authors-aliases): Update list.
11401 (authors-fixed-entries): Update mldrag.el entry.
11402
11403 2005-09-10 Alan Mackenzie <acm@muc.de>
11404
11405 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11406 from the region narrowed to.
11407
11408 2005-09-10 Magnus Henoch <mange@freemail.hu>
11409
11410 * textmodes/ispell.el (ispell-check-version): Signal an error if
11411 aspell version is less than 0.60.
11412
11413 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11414
11415 * progmodes/octave-inf.el (inferior-octave-startup):
11416 Resync current dir at the end.
11417
11418 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11419
11420 * woman.el (woman-topic-at-point-default):
11421 Rename to woman-use-topic-at-point-default.
11422 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11423 (woman-file-name): Reflect renames above. Automatically use the
11424 word at point as topic if woman-use-topic-at-point is non-nil.
11425 Otherwise offer it as default but don't insert it in the
11426 minibuffer. Also use `test-completion' instead of `assoc' as
11427 suggested by Stefan Monnier.
11428
11429 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11430
11431 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11432 the attempt to do it over Tramp. This is not yet supported.
11433
11434 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11435
11436 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11437 (menu-bar-non-minibuffer-window-p): New functions.
11438 ("Split Window", "Save As..."): Use them.
11439 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11440 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11441 Use menu-bar-menu-frame-live-and-visible-p.
11442 ("Save Buffer", "Insert File", "Open Directory...")
11443 ("Open File...", "Visit New File..."):
11444 Use menu-bar-non-minibuffer-window-p.
11445 (kill-this-buffer-enabled-p, dired <menu-enable>):
11446 Use menu-bar-non-minibuffer-window-p.
11447
11448 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11449
11450 * cus-start.el (all): Don't complain about fringe-related
11451 built-ins if fringes are not supported. Ditto about
11452 selection-related built-ins. Fix the test for GTK-related built-ins.
11453
11454 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11455 ("Postscript Print Buffer", "Print Region", "Save As...")
11456 ("Save", "Insert File...", "Open Directory...")
11457 ("Open File...", "Visit New File..."")
11458 ("Truncate Long Lines in this Buffer"): Don't look at
11459 menu-updating-frame if this display does not support multiple frames.
11460
11461 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11462
11463 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11464
11465 2005-09-09 Emilio Lopes <eclig@gmx.net>
11466
11467 * woman.el: Format- and whitespace-related changes.
11468
11469 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11470
11471 * woman.el: Fix my email address.
11472
11473 2005-09-08 Richard M. Stallman <rms@gnu.org>
11474
11475 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11476 (sh-mode): Locally set skeleton-pair-default-alist.
11477
11478 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11479
11480 * progmodes/flymake.el: Require `compile' unconditionally.
11481
11482 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11483
11484 * woman.el (woman-file-name): Provide a default, not initial input.
11485
11486 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11487
11488 * font-lock.el (font-lock-support-mode): Doc fix.
11489
11490 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11491
11492 2005-09-08 Richard M. Stallman <rms@gnu.org>
11493
11494 * simple.el (blink-matching-open): Get rid of text props from
11495 the string shown in echo area. Don't permanently set point.
11496 Some rearrangements.
11497
11498 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11499
11500 * recentf.el (recentf-filename-handler): Add custom choice
11501 `abbreviate-file-name'.
11502
11503 * msb.el (msb--very-many-menus): Fix typo.
11504
11505 * disp-table.el (standard-display-european): Don't set
11506 enable-multibyte-characters to nil.
11507
11508 2005-09-08 David Ponce <david@dponce.com>
11509
11510 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11511 (recentf-expand-file-name): Doc fix.
11512 (recentf-dialog-mode-map): Define digit shortcuts.
11513 (recentf--files-with-key): New variable.
11514 (recentf-show-digit-shortcut-filter): New function.
11515 (recentf-open-files-items): New function.
11516 (recentf-open-files): Use it.
11517 (recentf-open-file-with-key): New command.
11518
11519 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11520
11521 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11522 Suggested by Kim F. Storm.
11523 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11524 (Buffer-menu-make-sort-button): Use global keymap.
11525
11526 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11527
11528 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11529 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11530 necessary any longer with the remapped command.
11531 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11532 formatting time only.
11533
11534 * net/tramp.el (tramp-action-password)
11535 (tramp-multi-action-password): Compile the password prompt from
11536 `method', `user' and `host'. Sometimes it isn't obvious which
11537 password to enter, for example with remote files offered by
11538 recentf.el, or with multiple steps. Suggested by Robert Marshall
11539 <robert@chezmarshall.freeserve.co.uk>.
11540
11541 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11542
11543 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11544 Fix regexp for when "s///" is at the beginning of line.
11545
11546 2005-09-07 Jay Belanger <belanger@truman.edu>
11547
11548 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11549 when in matrix mode.
11550
11551 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11552
11553 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11554 non-anonymous functions.
11555
11556 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11557
11558 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11559 when using a header line. Otherwise, use mouse-1-click-follows-link.
11560
11561 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11562 can't be moved; don't signal an error.
11563
11564 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11565
11566 * cus-theme.el (custom-theme-write-faces): Save the current face
11567 spec, not the defface spec.
11568
11569 * custom.el (custom-known-themes): Clarify meaning of "standard".
11570 (custom-push-theme): Save old values in the standard theme.
11571 (disable-theme): Correct typo.
11572 (custom-face-theme-value) Deleted unused function.
11573 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11574
11575 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11576
11577 * progmodes/compile.el (compilation-goto-locus): Take into account
11578 iconified frames when determining whether the buffer is
11579 already visible.
11580 Don't reset window height if the window already existed.
11581
11582 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11583
11584 * custom.el (load-theme): Rename from require-theme.
11585 Add interactive spec.
11586 (enable-theme): Rename from custom-enable-theme.
11587 Add interactive spec.
11588 (disable-theme): Rename from custom-disable-theme.
11589 Add interactive spec.
11590 (custom-make-theme-feature): Doc fix.
11591 (custom-theme-directory): Doc fix.
11592 (provide-theme): Call enable-theme.
11593
11594 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11595
11596 * obsolete/lazy-lock.el (lazy-lock-mode):
11597 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11598 font-lock-mode if it's off. Print a warning instead.
11599
11600 * progmodes/compile.el (compilation-start): Ignore errors if the
11601 process died before we get to send-eof.
11602
11603 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11604 Undo last change. Enclosing the result in quotes broke things on Unix
11605 since tex-send-command passes it through shell-quote-argument.
11606 (tex-send-command): Pass `file' through convert-standard-filename
11607 when possible.
11608 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11609 info in a transcript.
11610
11611 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11612
11613 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11614 fix compilation warning. Reorder the key definitions to group
11615 together keys emitted by the current version of xterm.
11616
11617 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11618 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11619 Reorder predicates to correct min-color usage.
11620
11621 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11622
11623 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11624 Kill local variables when longlines-mode is turned off.
11625
11626 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11627
11628 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11629
11630 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11631
11632 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11633
11634 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11635 (font-lock-lines-before): Change default to being inactive.
11636 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11637 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11638
11639 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11640
11641 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11642 Deactivate temporarily advice if active (not needed for Emacs 22,
11643 but for backwards compatibility).
11644 (tramp-exists-file-name-handler): Rewrite. First implementation
11645 was too simple.
11646 (tramp-advice-make-auto-save-file-name):
11647 Call `tramp-handle-make-auto-save-file-name' (again, just for
11648 backwards compatibility).
11649
11650 2005-08-31 Reto Zimmermann <reto@gnu.org>
11651
11652 * progmodes/vhdl-mode.el
11653 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11654 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11655 (vhdl-set-default-project): New function (easier setting of default).
11656 (vhdl-port-copy): Handle extended identifiers for generics.
11657 (vhdl-compiler-alist): Better description for error message regexp.
11658 (vhdl-make): Query for target, use previous as default.
11659 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11660 (vhdl-font-lock-keywords-2): Fix fontification for record
11661 el. assign.
11662 (vhdl-speedbar-make-subpack-line): Add package body link.
11663 (vhdl-generate-makefile-1): Not include itself as dependency.
11664 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11665 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11666 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11667 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11668 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11669 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11670 (vhdl-import-project): Add string argument for `error'.
11671 (vhdl-compose-configuration)
11672 (vhdl-compose-configuration-architecture): Add configuration
11673 declaration generation.
11674 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11675 (vhdl-trailer-re): Add "record" keyword (better indentation).
11676 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11677 "[^ \t-\"]+".
11678 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11679 (vhdl-testbench-entity-file-name)
11680 (vhdl-testbench-architecture-file-name): Allow separate
11681 customization of testbench file names.
11682 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11683 (vhdl-get-visible-signals): Allow newline within alias declaration.
11684 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11685 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11686 (member-ignore-case): Alias for missing function in XEmacs.
11687 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11688 (vhdl-update-sensitivity-list): Ignore case on read signals.
11689 (vhdl-replace-string): Adjust case only for file names.
11690 (vhdl-update-sensitivity-list): Fix search for read signals.
11691 (vhdl-update-sensitivity-list): Exclude formal parameters.
11692 (vhdl-get-visible-signals): Include aliases of signals.
11693 (vhdl-get-visible-signals): Fix signal name searching.
11694 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11695 (vhdl-fixup-whitespace-region): Fix for character
11696 literals (e.g. `:').
11697
11698 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11699
11700 * ansi-color.el (comint-last-output-start):
11701 * bs.el (font-lock-verbose):
11702 * diff-mode.el (add-log-buffer-file-name-function):
11703 * dired-x.el (vm-folder-directory):
11704 * faces.el (help-xref-stack-item):
11705 * files.el (font-lock-keywords):
11706 * find-lisp.el (dired-buffers, dired-subdir-alist):
11707 * ido.el (cua-inhibit-cua-keys):
11708 * log-view.el (cvs-minor-wrap-function):
11709 * outline.el (font-lock-warning-face):
11710 * simple.el (compilation-current-error):
11711 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11712 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11713 * tooltip.el (comint-prompt-regexp):
11714 * w32-fns.el (explicit-shell-file-name):
11715 * term/mac-win.el (mac-charset-info-alist)
11716 (mac-services-selection, mac-system-script-code):
11717 * term/tty-colors.el (msdos-color-values):
11718 * term/w32-win.el (xlfd-regexp-registry-subnum):
11719 * term/x-win.el (x-keysym-table, x-selection-timeout)
11720 (x-session-id, x-session-previous-id):
11721 * textmodes/ispell.el (mail-yank-prefix):
11722 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11723 * textmodes/org.el (calc-embedded-close-formula)
11724 (calc-embedded-open-formula)
11725 (font-lock-unfontify-region-function):
11726 * textmodes/reftex-global.el (isearch-next-buffer-function)
11727 (TeX-master):
11728 * textmodes/reftex.el (font-lock-keywords):
11729 * textmodes/tex-mode.el (font-lock-comment-face)
11730 (font-lock-doc-face):
11731 * textmodes/texinfo.el (outline-heading-alist):
11732 Add defvars.
11733
11734 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11735 (artist-spray-chars, artist-mode-init, artist-replace-string)
11736 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11737 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11738 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11739
11740 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11741 (conf-align-assignments): "?\ " -> "?\s".
11742
11743 * textmodes/reftex-index.el (TeX-master): Add defvar.
11744 (reftex-index-phrases-marker): Move up defvar.
11745
11746 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11747 (reftex-toc-include-labels-indicator)
11748 (reftex-toc-include-index-indicator)
11749 (reftex-toc-max-level-indicator): Move up declarations.
11750
11751 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11752 of args to `tramp-run-real-handler', even if it's empty in this case.
11753
11754 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11755
11756 * dired.el (dired-move-to-filename-regexp): Add date format for
11757 Mac OS X 10.3 in East Asian locales.
11758
11759 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11760
11761 * files.el (make-auto-save-file-name): Add file name handler call
11762 if applicable.
11763
11764 * net/tramp.el (tramp-file-name-handler-alist)
11765 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11766 (tramp-handle-make-auto-save-file-name): Rename from
11767 `tramp-make-auto-save-file-name'.
11768 (tramp-exists-file-name-handler): New defun.
11769 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11770 `make-auto-save-file-name' is not a magic file name operation.
11771
11772 2005-08-30 Richard M. Stallman <rms@gnu.org>
11773
11774 * files.el (risky-local-variable-p):
11775 Match `-predicates' and `-commands.
11776
11777 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11778 (custom-save-all): Visit the file if necessary;
11779 kill the buffer if we created it.
11780 (custom-save-delete): Don't visit file or kill buffer here.
11781
11782 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11783
11784 * textmodes/org.el (org-special-keyword): New face.
11785 (org-table-copy-down, org-table-eval-formula)
11786 (org-table-recalculate, org-init-section-numbers):
11787 Use `string-to-number' instead of `string-to-int'.
11788 (org-get-location): Use `insert-buffer-substring' instead of
11789 `insert-buffer'.
11790 (org-modify-diary-entry-string): New function.
11791 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11792 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11793 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11794 active region.
11795 (org-export-as-html): Handle QUOTE keyword.
11796 (org-quote-string): New option.
11797 (org-bookmark-jump-unhide): New function, used for
11798 `bookmark-after-jump-hook'.
11799 (org-diary-default-entry): Apply only when not called through
11800 `org-agenda'.
11801
11802 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11803
11804 * net/eudc.el (mode-popup-menu):
11805 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11806 * progmodes/ada-mode.el (compile-auto-highlight)
11807 (skeleton-further-elements):
11808 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11809 * progmodes/cmacexp.el (msdos-shells):
11810 * progmodes/compile.el (font-lock-extra-managed-props)
11811 (font-lock-keywords, font-lock-maximum-size)
11812 (font-lock-support-mode):
11813 * progmodes/grep.el (font-lock-lines-before):
11814 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11815 * progmodes/mixal-mode.el (compile-command):
11816 * progmodes/perl-mode.el (font-lock-comment-face)
11817 (font-lock-doc-face, font-lock-string-face):
11818 * progmodes/prolog.el (comint-prompt-regexp):
11819 * progmodes/sh-script.el (font-lock-comment-face)
11820 (font-lock-set-defaults, font-lock-string-face):
11821 * progmodes/sql.el (font-lock-keyword-face)
11822 (font-lock-set-defaults, font-lock-string-face):
11823 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11824 (itimer-version, lazy-lock-defer-contextually)
11825 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11826 Add defvars.
11827
11828 * progmodes/cperl-mode.el (cperl-electric-lbrace)
11829 (cperl-electric-keyword, cperl-electric-pod)
11830 (cperl-electric-backspace, cperl-forward-re)
11831 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11832 (vc-rcs-header, vc-sccs-header): Add defvars.
11833
11834 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11835 (font-lock-syntactic-keywords, gud-find-expr-function):
11836 Add defvars.
11837
11838 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11839 (gdb-frame-parameters): Declare before use.
11840
11841 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11842 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11843 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11844 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11845
11846 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11847 (idlwave-help-with-source): Use `insert-buffer-substring', not
11848 `insert-buffer'.
11849
11850 2005-08-29 Juri Linkov <juri@jurta.org>
11851
11852 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11853 Put outline-back-to-heading function call inside save-excursion.
11854
11855 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
11856
11857 * man.el (Man-init-defvars, Man-translate-references)
11858 (Man-support-local-filenames, Man-highlight-references):
11859 * progmodes/sql.el (sql-interactive-mode):
11860 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11861
11862 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11863 (compilation-mode-font-lock-keywords): Add defvars.
11864 (checkdoc-interactive-loop): "?\ " -> "?\s".
11865
11866 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11867 (font-lock-doc-face, font-lock-string-face)
11868 (font-lock-keywords-case-fold-search): Add defvars.
11869 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11870
11871 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11872 Don't pass X and Y (they are ignored anyway).
11873 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11874 (mouse-delete-window): Make arguments optional.
11875
11876 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11877 (caesar-translate-table, minor-modes, news-buffer-save)
11878 (news-group-name, news-minor-modes): Add defvars.
11879
11880 * emacs-lisp/lselect.el (mouse-highlight-priority)
11881 (x-lost-selection-functions, zmacs-regions):
11882 * emacs-lisp/pp.el (font-lock-verbose):
11883 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11884 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11885 (ses-mode-map):
11886 * emacs-lisp/tcover-unsafep.el (safe-functions):
11887 * international/mule-cmds.el (mac-system-coding-system)
11888 (mac-system-locale):
11889 * language/ethio-util.el (rmail-current-message)
11890 (rmail-message-vector):
11891 * language/thai-util.el (thai-auto-composition-mode):
11892 * mail/metamail.el (rmail-current-message, rmail-message-vector):
11893 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11894 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11895 (vm-primary-inbox, vm-spool-files):
11896 * mail/rmail.el (deleted-head, font-lock-fontified)
11897 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11898 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11899 (total-messages):
11900 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11901 (rmail-summary-mode-map):
11902 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11903 (rmail-last-label, rmail-last-multi-labels)
11904 (rmail-summary-vector, rmail-total-messages):
11905 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11906 * mail/rmailsum.el (msgnum):
11907 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11908 (rmail-current-message):
11909 * obsolete/fast-lock.el (font-lock-face-list):
11910 * obsolete/rnewspost.el (mail-reply-buffer):
11911 * obsolete/scribe.el (compile-command):
11912 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11913
11914 2005-08-28 John Paul Wallington <jpw@gnu.org>
11915
11916 * ibuf-ext.el (ibuffer-auto-update-changed):
11917 Use `frame-or-buffer-changed-p' to check whether we need to update.
11918 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11919 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
11920 as a `frame-or-buffer-changed-p' state vector instead.
11921
11922 2005-08-27 Romain Francoise <romain@orebokech.com>
11923
11924 * textmodes/makeinfo.el (makeinfo-compile):
11925 Use `compilation-start'. Set `next-error-function' according to
11926 `disable-errors'.
11927 (makeinfo-next-error): New function.
11928 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11929 (makeinfo-buffer): Likewise.
11930
11931 * progmodes/compile.el (compilation-start): Add autoload cookie.
11932
11933 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11934 * textmodes/sgml-mode.el: Likewise.
11935 * progmodes/python.el: Likewise.
11936
11937 2005-08-27 Eli Zaretskii <eliz@gnu.org>
11938
11939 * simple.el (blink-matching-paren-distance): Document the meaning
11940 of nil value, and allow to customize to nil.
11941
11942 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11943 command.com, not command.exe.
11944
11945 2005-08-26 John Wiegley <johnw@newartisans.com>
11946
11947 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11948 code around a bit so that an extraneous nil argument is not added
11949 to a command when no args are given.
11950
11951 * eshell/esh-arg.el (eshell-parse-double-quote): If a
11952 double-quoted argument resolves to nil, return it as an empty
11953 string rather than as nil. This made it impossible to pass "" to
11954 a shell script as a null string argument.
11955
11956 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11957
11958 * outline.el (outline-invent-heading): New fun.
11959 (outline-promote, outline-demote): Use it.
11960 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11961 (outline-end-of-subtree): Remove unused var `opoint'.
11962
11963 2005-08-26 David Reitter <david.reitter@gmail.com>
11964
11965 * menu-bar.el (truncate-lines, write-file, print-buffer)
11966 (ps-print-buffer-faces, ps-print-buffer, split-window):
11967 Disable menu items when the frame they refer to is invisible, or when
11968 they refer to a buffer and the minibuffer is selected.
11969
11970 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11971
11972 * progmodes/flymake.el (flymake-highlight-err-lines):
11973 Use save-excursion around flymake-highlight-line to preserve point.
11974
11975 2005-08-26 Eli Zaretskii <eliz@gnu.org>
11976
11977 * progmodes/octave-mod.el: Change Author and Maintainer address.
11978 (octave-maintainer-address): Change Kurt's email address.
11979 * progmodes/octave-inf.el: Change Author and Maintainer address.
11980 * progmodes/octave-hlp.el: Change Author and Maintainer address.
11981
11982 2005-08-26 Kim F. Storm <storm@cua.dk>
11983
11984 * subr.el (version-list-<, version-list-<=, version-list-=):
11985 Rename from integer-list-*.
11986 (version-list-not-zero): Likewise. Fix while loop.
11987 (version=): Use version-list-= instead of string-equal.
11988
11989 2005-08-26 Richard M. Stallman <rms@gnu.org>
11990
11991 * outline.el (outline-promote): Try shortening the heading.
11992 As last resort, read the heading to use.
11993 (outline-demote): As last resort, read the heading to use.
11994
11995 2005-08-26 Romain Francoise <romain@orebokech.com>
11996
11997 * progmodes/compile.el (compilation-start): Doc fix.
11998
11999 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
12000 (antlr-font-lock-additional-keywords): Fix reference to
12001 `antlr-font-lock-literal-regexp' erroneously changed during the
12002 mass face rename.
12003 (antlr-run-tool): Use `compilation-start'.
12004
12005 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
12006 instead of the obsolete `compile-internal'.
12007
12008 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
12009
12010 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
12011 (number, original-date):
12012 * calendar/cal-china.el (date):
12013 * calendar/cal-coptic.el (date):
12014 * calendar/cal-french.el (date):
12015 * calendar/cal-hebrew.el (date, entry, number, original-date):
12016 * calendar/cal-islam.el (date, number, original-date):
12017 * calendar/cal-iso.el (date):
12018 * calendar/cal-julian.el (date):
12019 * calendar/cal-mayan.el (date):
12020 * calendar/cal-menu.el (date, event):
12021 * calendar/cal-persia.el (date):
12022 * calendar/lunar.el (date):
12023 * calendar/solar.el (date): Add defvars.
12024
12025 * emerge.el:
12026 * ibuffer.el:
12027 * info-xref.el:
12028 * obsolete/bg-mouse.el:
12029 * obsolete/sun-curs.el:
12030 * obsolete/swedish.el: Move the `defvar's to the top level.
12031
12032 * smerge-mode.el (smerge-refined-change): Add :group.
12033
12034 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
12035
12036 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
12037 (smerge-keep-n): Remove props.
12038 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
12039 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
12040 now that it's done in smerge-keep-n.
12041 (smerge-refined-change): New face.
12042 (smerge-refine-chopup-region, smerge-refine-highlight-change)
12043 (smerge-refine): New funs.
12044 (smerge-basic-map): Bind smerge-refine.
12045
12046 2005-08-25 Juri Linkov <juri@jurta.org>
12047
12048 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
12049 compilation-process-setup-function and compilation-disable-input
12050 in grep-mode instead of let-bindings in grep.
12051
12052 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
12053 Delete "Automatic File De/compression" (auto-compression-mode).
12054
12055 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
12056
12057 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
12058 Silence warning about non-existent variable.
12059
12060 2005-08-25 Richard M. Stallman <rms@gnu.org>
12061
12062 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
12063 Rename "Describe Key" to "Describe Key or Mouse Operation".
12064
12065 * mail/mailalias.el (build-mail-aliases): Delete comments
12066 from the contents before processing them.
12067
12068 * isearch.el (isearch-edit-string): Erase the Search prompt
12069 if user enters an empty string and there is no default.
12070
12071 * comint.el (comint-file-name-prefix): Add autoload.
12072
12073 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
12074
12075 * subr.el (play-sound): Rearrange to avoid warning.
12076
12077 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
12078
12079 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
12080 New hook.
12081 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
12082
12083 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12084
12085 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
12086
12087 * custom.el (custom-theme-set-variables): Sort minor modes last.
12088
12089 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12090
12091 * subr.el (version-separator, version-regexp-alist): New vars used by
12092 version comparison funs.
12093 (integer-list-<, integer-list-=, integer-list-<=)
12094 (integer-list-not-zero): New funs for integer list comparison.
12095 (version-to-list, version=, version<, version<=): New funs for version
12096 comparison.
12097
12098 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
12099
12100 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
12101 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
12102 time to silence the byte-compiler.
12103
12104 * ibuffer.el (ibuffer-compile-make-eliding-form)
12105 (ibuffer-check-formats): Use `with-no-warnings' to hide references
12106 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
12107 so it's silly to get warnings for it).
12108 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
12109 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
12110 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
12111 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
12112 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
12113 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
12114 Defvar at compile time.
12115 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
12116 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
12117 Declare them before use.
12118
12119 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
12120 (info-xref-good, info-xref-bad): Defvar at compile time.
12121
12122 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
12123 Use `let*' instead of `let'.
12124
12125 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
12126 (*mouse-y*, menu, char): Defvar at compile time.
12127 (sc::menu): Declare it before use.
12128 (sc::pack-one-line): Use `let', not `let*'.
12129
12130 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
12131 (mail-send-hook): Defvar at compile time.
12132
12133 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
12134 Defvar at compile time.
12135
12136 * term/sun-mouse.el (current-global-mousemap)
12137 (current-local-mousemap): Declare them before use.
12138
12139 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
12140
12141 * bookmark.el (bookmark-after-jump-hook): New hook.
12142 (bookmark-jump): Run `bookmark-after-jump-hook'.
12143
12144 2005-08-23 Juri Linkov <juri@jurta.org>
12145
12146 * faces.el (minibuffer-prompt): Doc fix.
12147
12148 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
12149
12150 * progmodes/xscheme.el: Trivial changes to silence warnings.
12151 (xscheme-previous-mode, xscheme-previous-process-state):
12152 Add defvars.
12153 (xscheme-last-input-end, xscheme-process-command-line)
12154 (xscheme-process-name, xscheme-buffer-name)
12155 (xscheme-expressions-ring-max, xscheme-expressions-ring)
12156 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
12157 (xscheme-control-g-synchronization-p)
12158 (xscheme-control-g-disabled-p, xscheme-string-receiver)
12159 (default-xscheme-runlight, xscheme-runlight)
12160 (xscheme-runlight-string, xscheme-process-filter-state)
12161 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
12162 Move to beginning of file.
12163 (scheme-interaction-mode-commands-alist)
12164 (scheme-interaction-mode-map, scheme-debugger-mode-map):
12165 Declare them before use. Note: the initialization code for the variables
12166 has not been moved because it uses functions that reference the variables.
12167 (xscheme-control-g-message-string, xscheme-process-filter-alist)
12168 (xscheme-prompt-for-expression-map): Declare them before use.
12169 (scheme-debugger-mode-commands): "?\ " -> "?\s".
12170
12171 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12172
12173 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12174
12175 2005-08-22 Juri Linkov <juri@jurta.org>
12176
12177 * faces.el (set-face-underline): Delete this duplicate function
12178 and make an obsolete alias to set-face-underline-p.
12179 (set-face-underline-p): Use docstring of set-face-underline.
12180 (describe-face): Create hyperlink to parent face.
12181
12182 * info.el (Info-insert-dir): Use save-excursion around
12183 insert-buffer-substring.
12184 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12185 (Info-escape-percent): Delete function.
12186 (Info-fontify-node): Replace Info-escape-percent by
12187 replace-regexp-in-string with REP arg set to lambda that
12188 duplicates `%' and preserves text properties.
12189
12190 * progmodes/compile.el (compilation-disable-input): Doc fix.
12191 (define-compilation-mode): Doc fix and refill.
12192 (kill-compilation): Use `mode-name' in the error message.
12193 (compilation-find-file): Use `compilation-error' in the
12194 read-file-name's prompt.
12195
12196 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12197
12198 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12199 (smerge-auto-leave): Make undo re-enable the mode.
12200 (debug-ignored-errors): Add the user-error of impossible resolution.
12201 (smerge-resolve): Move things around a bit, in preparation for later.
12202 (smerge-diff): Don't fail if the buffer has no associated file.
12203 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12204 (smerge-conflict-overlay): New function.
12205 (smerge-match-conflict): Don't add text properties here.
12206 (smerge-find-conflict): Instead, add an overlay here.
12207 Also check for the case where we're inside a conflict already, so as to
12208 obviate the need for font-lock-multiline, which is unbearably slow with
12209 large conflicts and ciomplex font-lock patterns.
12210 (smerge-remove-props): Remove overlay rather than text-properties.
12211 (smerge-mode): Don't set font-lock-multiline.
12212 Remove overlays when turned off.
12213
12214 2005-08-21 Kim F. Storm <storm@cua.dk>
12215
12216 * ido.el (ido-ignore-item-p): Use save-match-data.
12217 Bind case-fold-search to ido-case-fold locally.
12218
12219 2005-08-20 Richard M. Stallman <rms@gnu.org>
12220
12221 * files.el (normal-mode): If font lock is on, turn it off and on.
12222
12223 * subr.el (replace-regexp-in-string): Doc fix.
12224
12225 * startup.el (command-line-1): Don't suppress startup screen
12226 due to existing processes.
12227
12228 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12229
12230 * progmodes/compile.el (compilation-disable-input): Default to nil.
12231
12232 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12233
12234 * progmodes/compile.el (compilation-disable-input): New defcustom.
12235 (compilation-start): If compilation-disable-input is non-nil, send
12236 EOF to the compilation process.
12237
12238 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12239
12240 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12241 Run the argument of tex-shell-cd-command through
12242 convert-standard-filename, to get the correct style of slashes on
12243 Windows, and enclose the result in quotes, in case the file name
12244 includes whitespace or other special characters.
12245
12246 2005-08-19 Andreas Schwab <schwab@suse.de>
12247
12248 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12249 process.
12250
12251 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12252
12253 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12254
12255 2005-08-18 Kim F. Storm <storm@cua.dk>
12256
12257 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12258
12259 2005-08-18 Richard M. Stallman <rms@gnu.org>
12260
12261 * scroll-lock.el: New file.
12262
12263 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12264
12265 * dired.el (dired-move-to-end-of-filename):
12266 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12267
12268 2005-08-18 Kim F. Storm <storm@cua.dk>
12269
12270 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12271 rather than toggle mode when custom value is nil.
12272 (ido-everywhere): Fix defun doc string.
12273
12274 2005-08-17 Richard M. Stallman <rms@gnu.org>
12275
12276 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12277 as tag instead of "Inviolable".
12278
12279 2005-08-17 Kim F. Storm <storm@cua.dk>
12280
12281 * windmove.el (windmove-coordinates-of-position): Remove.
12282 (windmove-coordinates-of-window-position): Remove.
12283 (windmove-reference-loc): Use posn-at-point instead.
12284
12285 * subr.el (insert-for-yank-1): Doc fix.
12286
12287 * ido.el (ido-enter-matching-directory): Rename from
12288 ido-enter-single-matching-directory. Change `slash' choice to
12289 `only'. Add `first' choice.
12290 (ido-exhibit): Adapt to above changes.
12291
12292 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12293
12294 * Makefile.in: Expand comment about building loaddefs.el.
12295
12296 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12297
12298 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12299 Comment use of defadvice.
12300
12301 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12302
12303 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12304
12305 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12306 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12307 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12308 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12309 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12310 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12311 for backward compatibility for faces that did not appear in the
12312 previous Emacs release.
12313
12314 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12315
12316 2005-08-15 Kim F. Storm <storm@cua.dk>
12317
12318 * emulation/cua-base.el (cua-delete-region): Return t if
12319 deleted region was non-empty.
12320 (cua-replace-region): Inhibit overwrite-mode for
12321 self-insert-command if replaced region was non-empty.
12322 (cua--explicit-region-start, cua--status-string): Make them
12323 buffer-local at top-level...
12324 (cua-mode): ...rather than when mode is enabled.
12325
12326 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12327
12328 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12329 Set t for Emacs 21, 22, and so on.
12330
12331 2005-08-15 David Ponce <david@dponce.com>
12332
12333 * tree-widget.el: Update Commentary header.
12334 (tree-widget-theme): Doc fix.
12335 (tree-widget-space-width): New option.
12336 (tree-widget-image-properties): Look up in the default theme too.
12337 (tree-widget--cursors): Only for images with arrow pointer shape.
12338 (tree-widget-lookup-image): Pointer shape is hand by default.
12339 (tree-widget-icon): Rename generic icon widget from
12340 `tree-widget-control'.
12341 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12342 derive from `tree-widget-icon'.
12343 (tree-widget-handle): Improve default look and feel of the text
12344 representation.
12345 (tree-widget): Rename :*-control properties to :*-icon properties.
12346 Add :action and :help-echo properties.
12347 (tree-widget-after-toggle-functions): Move.
12348 (tree-widget-close-node, tree-widget-open-node): Remove.
12349 (tree-widget-before-create-icon-functions): New hook.
12350 (tree-widget-value-create): Update to allow customization of icons
12351 and nodes at run-time via that new hook.
12352 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12353 (tree-widget-icon-action, tree-widget-icon-help-echo)
12354 (tree-widget-action, tree-widget-help-echo): New functions.
12355
12356 2005-08-15 Kim F. Storm <storm@cua.dk>
12357
12358 * ido.el (ido-buffer-internal): Use with-no-warnings.
12359 (ido-make-merged-file-list): Use while-no-input.
12360
12361 2005-08-15 Richard M. Stallman <rms@gnu.org>
12362
12363 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12364 (flyspell-large-region): Fix doc and custom type.
12365
12366 2005-08-14 Richard M. Stallman <rms@gnu.org>
12367
12368 * files.el (interpreter-mode-alist): Doc fix.
12369
12370 * mail/rmail.el (rmail-nonignored-headers): New variable.
12371 (rmail-clear-headers): Use it.
12372 (rmail-reply): Better handling of mail-followup-to header.
12373
12374 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12375 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12376 don't try to refer to executable-font-lock-keywords.
12377 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12378 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12379 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12380 (sh-mode): Set comment-start-skip, local-abbrev-table,
12381 imenu-case-fold-search.
12382 (sh-set-shell): Don't set them here.
12383 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12384 Don't cache the results in the original alist; don't ever modify
12385 that alist.
12386
12387 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12388
12389 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12390 empty.
12391
12392 2005-08-15 Andreas Schwab <schwab@suse.de>
12393
12394 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12395
12396 * dired.el, info.el, mail/rmail.el: Revert last change.
12397
12398 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12399
12400 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12401 modification in `eval-after-load' form.
12402 * info.el: Likewise.
12403 * mail/rmail.el: Likewise.
12404
12405 2005-08-14 Juri Linkov <juri@jurta.org>
12406
12407 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12408 Remove highlighting of "Compilation started". Highlight only
12409 the word "finished" in "Compilation finished". Add highlighting
12410 of "interrupt", "killed", "terminated" and the exit code.
12411 (compilation-start): Add newline after header. Use exactly the
12412 same time stamp format as the finishing message.
12413 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12414
12415 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12416 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12417 Add highlighting of "interrupt", "killed", "terminated".
12418
12419 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12420 enabled and the current command is self-insert-command, call it
12421 explicitly with overwrite-mode bound to nil, to not allow it
12422 to delete the character after the selected region.
12423
12424 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12425
12426 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12427 move-end-of-line, end-of-line, and beginning-of-line to the list
12428 of commands after which the echo area is updated.
12429
12430 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12431
12432 * cus-edit.el (custom-save-all, custom-save-delete):
12433 Bind recentf-exclude to exclude custom-file.
12434
12435 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12436
12437 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12438 to go to the bottom of the mail message. Added to
12439 `rmail-summary-mode-map' with key "/".
12440 (rmail-summary-show-message): New (internal) function for use by
12441 both `rmail-summary-beginning/end-of-message'.
12442 (rmail-summary-beginning-of-message): Change to use
12443 rmail-summary-show-message.
12444
12445 * mail/rmail.el (rmail-end-of-message): New command to go to the
12446 end of the current message. Added to `rmail-mode-map' with key "/".
12447 (rmail-beginning-of-message): Fix to work as documented.
12448 (rmail-mode): Change documentation.
12449
12450 * progmodes/compile.el (compilation-start): Add the line
12451 "Compilation started" with compilation start time.
12452 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12453
12454 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12455
12456 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12457 of menu items.
12458
12459 2005-08-11 Richard M. Stallman <rms@gnu.org>
12460
12461 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12462
12463 * battery.el (battery-status-function): Don't use ignore-errors.
12464
12465 2005-08-11 Lute Kamstra <lute@gnu.org>
12466
12467 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12468 define-obsolete-variable-alias.
12469
12470 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12471
12472 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12473 (ange-ftp-send-cmd): Revert last change, and expand
12474 the comment explaining the problem.
12475
12476 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12477
12478 * ldefs-boot.el: Update.
12479
12480 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12481 item to "Time, Load and Mail". Change help echo text.
12482
12483 * time.el (display-time-use-mail-icon, display-time-format)
12484 (display-time-string-forms): Shorten first line of docstrings.
12485
12486 2005-08-10 Lars Hansen <larsh@soem.dk>
12487
12488 * desktop.el (desktop-buffer-mode-handlers):
12489 Make non-customizable. Add autoload cookie. Change initial value to
12490 nil; add elements in respective modules instead. Fix doc string.
12491 (desktop-load-file): New function.
12492 (desktop-minor-mode-handlers): New autoloaded variable.
12493 (desktop-create-buffer): Call minor mode handlers.
12494 Use desktop-load-file to load major and minor mode modules prior to
12495 checking for a handler.
12496 (desktop-save): Don't add nil to desktop-minor-modes for minor
12497 modes with nil function in desktop-minor-mode-table. Don't delete
12498 desktop file before rewriting it.
12499 (desktop-locals-to-save): Add autoload cookie. Don't make
12500 automatically buffer-local. Add variables column-number-mode,
12501 size-indication-mode, indent-tabs-mode,
12502 indicate-buffer-boundaries, indicate-empty-lines and
12503 show-trailing-whitespace.
12504 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12505 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12506 (desktop-clear-preserve-buffers-regexp): Delete.
12507 (desktop-clear-preserve-buffers): Update initial value and docstring.
12508 (desktop-save-buffer): Fix doc string.
12509
12510 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12511 (hilit-chg-desktop-restore): New function.
12512 (highlight-changes-mode): Add highlight-changes-mode to
12513 desktop-locals-to-save.
12514
12515 * dired.el: Add handler to desktop-buffer-mode-handlers.
12516 (dired-restore-desktop-buffer): Remove autoload cookie.
12517 (dired-mode): Add autoload cookie.
12518
12519 * info.el: Add handler to desktop-buffer-mode-handlers.
12520 (Info-restore-desktop-buffer): Remove autoload cookie.
12521 (Info-mode): Add autoload cookie.
12522
12523 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12524 (mh-restore-desktop-buffer): Remove autoload cookie.
12525 (mh-folder-mode): Add autoload cookie.
12526
12527 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12528 (rmail-restore-desktop-buffer): Remove autoload cookie.
12529
12530 2005-08-11 Masatake YAMATO <jet@gyve.org>
12531
12532 * hexl.el (hexl-address-region):
12533 (hexl-ascii-region, hexl-font-lock-keywords):
12534 (hexl-highlight-line-range): Use the term "region"
12535 instead of "area" for consistency with the other symbols
12536 defined in hexl.el.
12537
12538 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12539
12540 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12541 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12542 out by Juri Linkov). Add `display-battery-mode'.
12543
12544 2005-08-09 Juri Linkov <juri@jurta.org>
12545
12546 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12547 Remove `-text' from face variable names.
12548 (compilation-error-file-name, compilation-warning-file-name)
12549 (compilation-info-file-name): Delete faces.
12550 (compilation-line-number, compilation-column-number):
12551 Remove face underlining.
12552 (compilation-message-face): Set to `underline' value by default.
12553 (compilation-error-face, compilation-warning-face)
12554 (compilation-info-face): Remove `-file-name' from face names.
12555 (compilation-error-text-face, compilation-warning-text-face)
12556 (compilation-info-text-face): Delete face variables.
12557 (compilation-text-face): Delete function.
12558
12559 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12560 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12561 (grep-error-face): Set to `compilation-error' instead of
12562 `compilation-error-face' (which is redefined to `grep-hit-face' in
12563 grep buffers).
12564 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12565 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12566
12567 * dired-aux.el (dired-do-query-replace-regexp):
12568 Use `query-replace-read-args'.
12569
12570 * replace.el (query-replace-read-from, query-replace-read-to)
12571 (query-replace-read-args): Rename arg `string' to `prompt'.
12572
12573 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12574
12575 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12576
12577 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12578 uploading files.
12579 (ange-ftp-canonize-filename): Handle file names beginning with ~
12580 correctly.
12581
12582 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12583
12584 * textmodes/fill.el (canonically-space-region)
12585 (fill-context-prefix, fill-french-nobreak-p)
12586 (fill-delete-newlines, fill-comment-paragraph)
12587 (justify-current-line): "?\ " -> "?\s".
12588
12589 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12590
12591 * textmodes/fill.el (fill-nonuniform-paragraphs):
12592 Improve argument/docstring consistency.
12593
12594 2005-08-09 Richard M. Stallman <rms@gnu.org>
12595
12596 * textmodes/ispell.el (ispell-word): More fboundp checks.
12597
12598 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12599 (find-file-noselect-1): Call it here, only if RAWFILE.
12600 (normal-mode): Always set some major mode.
12601 (save-some-buffers-action-alist): Change some explanation strings.
12602 (file-name-non-special): In the `quote' method, use unwind-protect.
12603
12604 2005-08-09 Magnus Henoch <mange@freemail.hu>
12605
12606 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12607 (ispell-have-aspell-dictionaries): New variable.
12608 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12609 (ispell-get-aspell-config-value): New function.
12610 (ispell-aspell-find-dictionary): New function.
12611 (ispell-aspell-add-aliases): New function.
12612 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12613 appropriate. Don't look for ispell dictionaries if we use aspell.
12614 (ispell-menu-map): Don't build a submenu of dictionaries.
12615
12616 2005-08-09 Richard M. Stallman <rms@gnu.org>
12617
12618 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12619 (sql-read-passwd): Use read-passwd.
12620
12621 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12622 (idlwave-toolbar-is-possible): Add defvars.
12623
12624 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12625 Avoid warnings.
12626
12627 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12628 (idlwave-system-class-info, idlwave-executive-commands-alist):
12629 Use defvar.
12630
12631 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12632
12633 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12634 Avoid warnings.
12635
12636 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12637 and content-type: headers.
12638
12639 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12640
12641 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12642 and rename some of them to be more self-explanatory.
12643
12644 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12645
12646 * startup.el (command-line-1): Implement -scriptload.
12647
12648 * replace.el (occur-engine): Initial *Occur* output not undoable.
12649
12650 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12651 and improve help strings.
12652
12653 * isearch.el (isearch-repeat): When changing direction,
12654 mark search successful.
12655
12656 * ediff-init.el: Use (featurep 'xemacs).
12657
12658 * comint.el (send-invisible): Identify buffer, if not selected.
12659
12660 * align.el: Delete autoload for c-guess-basic-syntax.
12661
12662 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12663
12664 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12665 Improve argument/docstring consistency. Doc fixes.
12666 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12667 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12668 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12669 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12670 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12671 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12672 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12673 Defvar at compile time.
12674
12675 2005-08-09 Juri Linkov <juri@jurta.org>
12676
12677 * info.el: Replace `info' with upper-case `Info' where appropriate.
12678 (info-title-1, info-title-2, info-title-3, info-title-4)
12679 (info-menu-header): Move up face definitions.
12680 (info-menu-star): Rename from `info-menu-5'.
12681 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12682 (Info-fontify-visited-nodes): Fix docstring.
12683 (Info-hide-note-references): Fix docstring.
12684 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12685 menu items in the same way as on cross-references.
12686 (info-apropos): Fix sorting order and formatting to be like in the
12687 stand-alone Info browser. Display error messages for 1 sec.
12688 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12689 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12690 from the menu bar.
12691 (Info-insert-dir): Restore point after calling
12692 `insert-buffer-substring'.
12693
12694 2005-08-08 Richard M. Stallman <rms@gnu.org>
12695
12696 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12697 (recompute-lucid-menubar): Add defvars.
12698
12699 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12700
12701 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12702
12703 * net/net-utils.el (run-dig): Rename from `dig'.
12704
12705 * play/gametree.el (gametree-mode): Use make-local-variable,
12706 not make-variable-buffer-local.
12707
12708 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12709
12710 * ansi-color.el (ansi-color-make-extent)
12711 (ansi-color-set-extent-face): Use fboundp, not functionp.
12712
12713 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12714 not make-variable-buffer-local.
12715
12716 * bookmark.el (Info-current-file): Add defvar.
12717 (bookmark-jump-noselect): Use with-no-warnings.
12718
12719 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12720
12721 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12722
12723 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12724
12725 * find-file.el (ada-procedure-start-regexp)
12726 (ada-package-start-regexp): Add defvars.
12727
12728 * info.el (Info-insert-dir): Use insert-buffer-substring.
12729
12730 * xml.el (xml-att-def-re): Add defvar.
12731
12732 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12733 calling convention.
12734
12735 * subr.el (while-no-input): Return t if there is input.
12736
12737 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12738
12739 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12740
12741 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12742
12743 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12744 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12745
12746 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12747
12748 * cmuscheme.el (scheme-start-file): Replace reference to
12749 `user-emacs-directory' by "~/.emacs.d/".
12750
12751 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12752
12753 * info.el (Info-dir-remove-duplicates): Avoid case folding
12754 in loop; instead, keep downcased strings for comparison.
12755 Suggested by Helmut Eller.
12756
12757 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12758
12759 Sync with Tramp 2.0.50.
12760
12761 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12762 XEmacs case; not necessary anymore.
12763 (tramp-user-regexp): Allow "@" as part of user name.
12764 (tramp-handle-set-visited-file-modtime)
12765 (tramp-handle-insert-file-contents)
12766 (tramp-handle-write-region): No special handling for
12767 `last-coding-system-used, because this is done in
12768 `tramp-accept-process-output' now.
12769 (tramp-accept-process-output): New defun.
12770 (tramp-process-one-action, tramp-process-one-multi-action)
12771 (tramp-wait-for-regexp, tramp-wait-for-output)
12772 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12773 Howells <dhowells@redhat.com>.
12774 (clear-visited-file-modtime): Defadvice removed. The check for
12775 unset buffer's modtime does not need to be based on
12776 `tramp-buffer-file-attributes'. Suggested by RMS.
12777 (tramp-message): Insert "\n" if not being at beginning of line.
12778 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12779 sequence with same logic.
12780 (tramp-completion-handle-expand-file-name): Discard call of
12781 `tramp-drop-volume-letter'. It is not necessary, and there have
12782 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12783 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12784 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12785 should always be visible.
12786 (tramp-handle-insert-directory, tramp-setup-complete)
12787 (tramp-set-process-query-on-exit-flag)
12788 (tramp-append-tramp-buffers): Pacify byte-compiler.
12789 (tramp-bug): Delete non-existing variables from list.
12790 Apply `tramp-load-report-modules' as pre-hook.
12791 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12792 `shell-prompt-pattern' because of non-7bit characters.
12793 Reported by Sebastian Luque <sluque@mun.ca>.
12794 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12795 (tramp-match-string-list): Remove function.
12796 (tramp-wait-for-regexp): Remove call of that function.
12797 Suggested by Kim F. Storm <storm@cua.dk>.
12798 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12799 instead of octal character code ?\600. The latter resulted in a
12800 syntax error with XEmacs.
12801
12802 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12803 XEmacs case; not necessary anymore.
12804 (tramp-smb-handle-write-region): No special handling for
12805 `last-coding-system-used, because this is done in
12806 `tramp-accept-process-output' now.
12807 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12808
12809 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12810
12811 * wid-edit.el (widget-choice-value-create):
12812 Unconditionally respect user choice. Set :explicit-choice back to nil
12813 when no longer needed.
12814 (widget-choice-action): Unconditionally respect user choice.
12815 Eliminate :explicit-choice-value.
12816
12817 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12818
12819 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12820 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12821 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12822 running new function `toggle-indicate-empty-lines'.
12823 Rename "Customize" item to "Customize fringe".
12824 Rename "Indicators" item to "Buffer boundaries" and change help echo.
12825 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12826 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12827 Delete "Empty lines only" item.
12828 (menu-bar-showhide-fringe-ind-customize): New function.
12829 (menu-bar-showhide-fringe-ind-mixed)
12830 (menu-bar-showhide-fringe-ind-box)
12831 (menu-bar-showhide-fringe-ind-right)
12832 (menu-bar-showhide-fringe-ind-left)
12833 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12834 instead of `fringe-indicators'.
12835
12836 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12837
12838 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12839 Change the date of last update.
12840
12841 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12842
12843 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12844 (viper-exec-yank, viper-put-back): Don't display modification msg
12845 if in the minibuffer.
12846
12847 * viper-init.el (viper-replace-overlay-cursor-color)
12848 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12849 Make variables frame local.
12850
12851 * viper-util.el (viper-append-filter-alist): Use append instead of
12852 nconc.
12853
12854 * viper.el (viper-vi-state-mode-list)
12855 (viper-emacs-state-mode-list): Move help-mode and
12856 completion-list-mode from the first list to the second.
12857 (viper-mode): Docstring.
12858 (viper-go-away, viper-non-hook-settings): Don't localize
12859 minor-mode-alist in newer Emacsen. Add advice to
12860 set-cursor-color. Don't bind "\C-c\\".
12861
12862 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
12863
12864 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12865 (scheme-macro-expand-command): New user options.
12866 (scheme-trace-procedure, scheme-expand-current-form): New commands.
12867 (scheme-form-at-point, scheme-start-file)
12868 (scheme-interactively-start-process): New functions.
12869 (scheme-get-process): New function, extracted from `scheme-proc'.
12870 (run-scheme): Call `scheme-start-file' to get start file, and pass
12871 it to `make-comint'.
12872 (switch-to-scheme, scheme-proc):
12873 Call `scheme-interactively-start-process' if no Scheme buffer/process
12874 is available.
12875
12876 2005-08-06 Juri Linkov <juri@jurta.org>
12877
12878 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12879 Use `compilation-text-face', `compilation-info-text-face' and
12880 `compilation-error-text-face' instead of `font-lock-keyword-face'.
12881 (compilation-error): New face.
12882 (compilation-error-file-name): Inherit from
12883 `compilation-error' instead of `font-lock-warning-face'.
12884 (compilation-warning-file-name): Inherit from
12885 `compilation-warning' instead of `font-lock-warning-face'.
12886 (compilation-info, compilation-error-file-name)
12887 (compilation-warning-file-name, compilation-info-file-name)
12888 (compilation-line-number, compilation-column-number): Doc fix.
12889 (compilation-error-text-face, compilation-warning-text-face)
12890 (compilation-info-text-face): New face variables.
12891 (compilation-line-face, compilation-column-face)
12892 (compilation-enter-directory-face)
12893 (compilation-leave-directory-face): Doc fix.
12894 (compilation-text-face): New function.
12895
12896 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12897 instead of 1 to display binary file names as info file links.
12898 (grep-error-face): Use `compilation-error-face' instead of
12899 `font-lock-keyword-face'.
12900 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12901 and `compilation-warning-text-face' instead of
12902 `font-lock-keyword-face'. Use `compilation-error-text-face'
12903 instead of `grep-error-face'.
12904
12905 2005-08-05 Kenichi Handa <handa@m17n.org>
12906
12907 * international/code-pages.el: Add autoload cookies for all coding
12908 systems.
12909
12910 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
12911
12912 * cus-start.el (all): Put undo.c where it alphabetically belongs.
12913
12914 2005-08-04 Juri Linkov <juri@jurta.org>
12915
12916 * progmodes/compile.el (compilation-mode-map):
12917 * progmodes/grep.el (grep-mode-map):
12918 Bind TAB to `compilation-next-error' and [backtab] to
12919 `compilation-previous-error'.
12920
12921 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12922 matching line numbers, column numbers and their ranges with regexp
12923 matching only line numbers.
12924 (grep-context-face): New face variable.
12925 (grep-mode-font-lock-keywords): Use it.
12926
12927 * faces.el (read-face-name): Delete duplicate faces.
12928
12929 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
12930
12931 * thumbs.el (thumbs-find-image): Don't make variables
12932 automatically buffer local.
12933 (thumbs-current-tmp-filename, thumbs-current-image-filename)
12934 (thumbs-image-num): Make automatically buffer local.
12935 (thumbs-show-thumbs-list): Use `make-local-variable', not
12936 `make-variable-buffer-local'.
12937 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12938
12939 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12940 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12941 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12942 (bother, bye, canyou, chatlst, continue, deathlst, describe)
12943 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12944 (feelings-about, foullst, found, hello, history, howareyoulst)
12945 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12946 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12947 (neglst, obj, object, owner, please, problems, qlist)
12948 (random-adjective, relation, remlst, repetitive-shortness)
12949 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12950 (shortlst, something, sportslst, stallmanlst, states, subj)
12951 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12952 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12953 Defvar at compile time.
12954
12955 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12956 not `make-variable-buffer-local'.
12957
12958 2005-08-02 Kim F. Storm <storm@cua.dk>
12959
12960 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12961 rectangle overlay in selected window.
12962
12963 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
12964
12965 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12966 instead of display group. Make `indicate-buffer-boundaries'
12967 customizable through Custom.
12968
12969 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
12970
12971 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12972 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12973 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12974 (gdb-put-string): Fix typos in docstrings.
12975
12976 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
12977
12978 Update copyright notices of files in progmodes directory for
12979 release of Emacs 22.1.
12980
12981 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12982
12983 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12984 Don't barf if the GUD buffer has been killed.
12985
12986 2005-08-01 Kim F. Storm <storm@cua.dk>
12987
12988 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12989
12990 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
12991
12992 * simple.el (next-error-follow-minor-mode):
12993 make-variable-buffer-local -> make-local-variable.
12994
12995 * emacs-lisp/cl-extra.el: Require CL also when compiling.
12996
12997 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12998 (byte-compile-form-make-variable-buffer-local): New functions to warn
12999 about misuses of make-variable-buffer-local where make-local-variable
13000 was meant.
13001
13002 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
13003
13004 * bs.el (bs-attributes-list): Doc fix.
13005 (bs): Update url-link.
13006
13007 * desktop.el (desktop-save-buffer): Fix typos in docstring.
13008 (desktop-load-default): Simplify.
13009
13010 * ibuffer.el (ibuffer-columnize-and-insert-list)
13011 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
13012 (ibuffer-unmark-all, ibuffer-toggle-marks)
13013 (ibuffer-unmark-forward, ibuffer-unmark-backward)
13014 (ibuffer-compile-make-format-form, ibuffer-format-column)
13015 (ibuffer-current-buffers-with-marks)
13016 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
13017 (ibuffer): Doc fix.
13018 (ibuffer-mode): Fix typo in docstring.
13019 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
13020 with `define-obsolete-variable-alias'.
13021 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
13022
13023 2005-07-29 Kenichi Handa <handa@m17n.org>
13024
13025 * international/mule-cmds.el (select-message-coding-system):
13026 Be sure to use LF for end-of-line. If no coding system is decided,
13027 return iso-8859-1-unix.
13028
13029 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
13030
13031 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
13032 (ange-ftp-pending-error-line): New vars.
13033 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
13034 to handle the non-fatal no-route-to-host messages.
13035 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
13036
13037 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
13038
13039 * isearch.el (isearch-mode-map, isearch-other-meta-char)
13040 (isearch-quote-char, isearch-printing-char)
13041 (isearch-text-char-description): "?\ " -> "?\s".
13042 (isearch-lazy-highlight-cleanup)
13043 (isearch-lazy-highlight-initial-delay)
13044 (isearch-lazy-highlight-interval)
13045 (isearch-lazy-highlight-max-at-a-time)
13046 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
13047 Declare with define-obsolete-*-alias macros.
13048 (isearch-forward): Fix typo in docstring.
13049 (search-invisible, search-ring-yank-pointer)
13050 (regexp-search-ring-yank-pointer): Doc fixes.
13051
13052 * recentf.el (recentf-menu-append-commands-p): Declare with
13053 `define-obsolete-variable-alias'.
13054 (recentf-max-saved-items, recentf-menu-filter)
13055 (recentf-arrange-by-rule-subfilter): Doc fixes.
13056 (recentf-menu-append-commands-flag)
13057 (recentf-initialize-file-name-history, recentf-expand-file-name)
13058 (recentf-clear-data): Fix typos in docstrings.
13059
13060 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
13061
13062 * progmodes/gdb-ui.el: Smarten comments.
13063 (gdb-info-breakpoints-custom): Use nowarn when finding file.
13064
13065 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13066
13067 * term/apollo.el (terminal-init-apollo): New function containing
13068 all former top level forms in the file.
13069 * term/bobcat.el (terminal-init-bobcat):
13070 * term/cygwin.el (terminal-init-cygwin):
13071 * term/iris-ansi.el (terminal-init-iris-ansi):
13072 * term/linux.el (terminal-init-linux):
13073 * term/news.el (terminal-init-news):
13074 * term/rxvt.el (terminal-init-rxvt):
13075 * term/sun.el (terminal-init-sun):
13076 * term/tvi970.el (terminal-init-tvi970):
13077 * term/vt100.el (terminal-init-vt100):
13078 * term/vt102.el (terminal-init-vt102):
13079 * term/vt125.el (terminal-init-vt125):
13080 * term/vt200.el (terminal-init-vt200):
13081 * term/vt201.el (terminal-init-vt201):
13082 * term/vt220.el (terminal-init-vt220):
13083 * term/vt240.el (terminal-init-vt240):
13084 * term/vt300.el (terminal-init-vt300):
13085 * term/vt320.el (terminal-init-vt320):
13086 * term/vt400.el (terminal-init-vt400):
13087 * term/vt420.el (terminal-init-vt420):
13088 * term/wyse50.el (terminal-init-wyse50):
13089 * term/xterm.el (terminal-init-xterm): Likewise.
13090
13091 * term/README: Describe the terminal-init-* functionality.
13092
13093 * startup.el (command-line): After loading the terminal initialization
13094 file call the corresponding terminal initialization function.
13095
13096 2005-07-27 Kenichi Handa <handa@m17n.org>
13097
13098 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
13099 negative.
13100
13101 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
13102 (ps-mule-composition-prologue): Fix for the case that
13103 RelativeCompose is false.
13104
13105 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13106
13107 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
13108
13109 * descr-text.el (describe-char): Handle the case where the list of
13110 chars is displayed in a separate frame.
13111 Be a bit more discriminating when looking for the char.
13112
13113 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
13114
13115 * bookmark.el (bookmark-automatically-show-annotations)
13116 (bookmark-read-annotation-text-func): Doc fixes.
13117 (bookmark-save): Improve argument/docstring consistency.
13118 (bookmark-get-bookmark, bookmark-get-bookmark-record)
13119 (bookmark-alist-from-buffer)
13120 (bookmark-upgrade-file-format-from-0)
13121 (bookmark-grok-file-format-version)
13122 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
13123 (bookmark-read-annotation-mode)
13124 (bookmark-insert-current-bookmark, bookmark-jump)
13125 (bookmark-exit-hook): Fix typos in docstrings.
13126 (bookmark-exit-hooks): Define as obsolete alias.
13127 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
13128 not `bookmark-exit-hooks'. Fix docstring.
13129 (bookmark-bmenu-select): "?\ " -> "?\s".
13130
13131 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
13132
13133 * startup.el (command-line): Fix typo.
13134
13135 2005-07-24 Richard M. Stallman <rms@gnu.org>
13136
13137 * tooltip.el (tooltip-mode): Test emacs-basic-display,
13138 not emacs-quick-startup.
13139
13140 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
13141
13142 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13143 (reb-next-match, reb-show-subexp): Use `with-selected-window'
13144 instead of `reb-with-current-window'.
13145 (reb-prev-match): Likewise. Also, don't move left if the search
13146 was unsuccessful.
13147 (reb-initialize-buffer): New function.
13148 (re-builder, reb-change-syntax): Use it.
13149
13150 * man.el (Man-goto-page): Make second argument NOERROR optional.
13151
13152 2005-07-23 Richard M. Stallman <rms@gnu.org>
13153
13154 * man.el (Man-bgproc-sentinel): Check here for failure to find
13155 any man page in the output, and report the error here.
13156 (Man-arguments): Make it permanent local.
13157 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
13158 (Man-mode): Pass t for NOERROR.
13159
13160 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
13161 (grep-mode-font-lock-keywords):
13162 Don't use compilation-...-face for messages that are not file names.
13163
13164 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13165 Don't use compilation-...-face for messages that are not file names.
13166
13167 2005-07-22 Juri Linkov <juri@jurta.org>
13168
13169 * startup.el (normal-splash-screen): Update menu name.
13170
13171 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13172
13173 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13174
13175 * term/xterm.el: Load term/rxvt if the terminal is actually an
13176 rxvt terminal.
13177 (xterm-rxvt-set-background-mode): Remove, not used anymore.
13178
13179 * term/rxvt.el (function-key-map): Use substitute-key-definition
13180 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
13181
13182 * term/cygwin.el: New file.
13183
13184 2005-07-22 Kim F. Storm <storm@cua.dk>
13185
13186 * image-file.el (insert-image-file, image-file-yank-handler):
13187 Fix last change to maintain a (unique) yank-handler on yanked images.
13188
13189 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
13190
13191 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13192 of the file size (as in "177B" for 177 bytes). This happens with
13193 "ls -lh" on FreeBSD.
13194
13195 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
13196
13197 * hilit-chg.el (highlight-changes-global-initial-state)
13198 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13199 (hilit-chg-fixup, highlight-changes-mode):
13200 Fix typos in docstrings.
13201 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13202 Doc fixes.
13203
13204 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13205
13206 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13207 mode function using `eval-after-load'.
13208
13209 2005-07-21 Kim F. Storm <storm@cua.dk>
13210
13211 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13212 included when reporting an emacs crash, and tell about the DEBUG file.
13213
13214 * image-file.el (insert-image-file): Add yank-handler.
13215 (image-file-yank-handler): Yank handler to make unique copies of
13216 images when they are yanked into a buffer next to each other.
13217
13218 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13219
13220 * comint.el (comint-use-prompt-regexp, comint-send-input)
13221 (comint-source-default, comint-extract-string)
13222 (comint-get-source, comint-word, comint-completion)
13223 (comint-source, comint-prompt-read-only, comint-update-fence):
13224 Fix typos in docstrings.
13225 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13226 Declare with define-obsolete-*-alias macros.
13227 (comint-previous-matching-input-from-input)
13228 (comint-next-matching-input-from-input)
13229 (comint-previous-matching-input, comint-next-matching-input)
13230 (comint-forward-matching-input):
13231 Improve argument/docstring consistency.
13232
13233 * desktop.el (desktop-clear-preserve-buffers-regexp):
13234 Also preserve the *server* buffer.
13235
13236 * simple.el (clone-indirect-buffer): Doc fix.
13237 (fixup-whitespace, just-one-space)
13238 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13239 (next-error, next-error-highlight)
13240 (next-error-highlight-no-select, next-error-last-buffer)
13241 (next-error-buffer-p, next-error-find-buffer, next-error)
13242 (previous-error, next-error-no-select, previous-error-no-select)
13243 (open-line, split-line, minibuffer-prompt-width, kill-new)
13244 (binary-overwrite-mode): Fix typos in docstrings.
13245 (set-fill-column): Fix typo in message.
13246
13247 * skeleton.el (skeleton-proxy-new): Doc fix.
13248
13249 * strokes.el (strokes-load-hook): Doc fix.
13250 (strokes-grid-resolution, strokes-get-grid-position)
13251 (strokes-renormalize-to-grid, strokes-read-stroke)
13252 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13253 (strokes-global-map): Fix typos in docstrings.
13254 (strokes-help): Doc fix. Fix help message and pass it through
13255 `substitute-command-keys'.
13256
13257 * tempo.el (tempo-insert-prompt, tempo-interactive)
13258 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13259 (tempo-insert-string-functions, tempo-local-tags)
13260 (tempo-define-template, tempo-insert-template)
13261 (tempo-insert-prompt-compat, tempo-is-user-element)
13262 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13263 Fix typos in docstrings.
13264
13265 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13266 (vcursor-key-bindings, vcursor-use-vcursor-map)
13267 (vcursor-find-window, vcursor-scroll-down)
13268 (vcursor-disable, vcursor-beginning-of-buffer)
13269 (vcursor-end-of-buffer): Fix typos in docstrings.
13270 (vcursor-relative-move, vcursor-get-char-count):
13271 Improve argument/docstring consistency.
13272
13273 * version.el: "?\ " -> "?\s".
13274
13275 * wid-edit.el (widget-default-create, widget-after-change)
13276 (widget-default-format-handler, widget-checklist-add-item)
13277 (widget-radio-add-item, widget-choose, widget-specify-secret)
13278 (widget-field-value-create, widget-field-value-get)
13279 (widget-editable-list-format-handler)
13280 (widget-editable-list-entry-create, widget-group-value-create)
13281 (widget-documentation-link-add)
13282 (widget-documentation-string-value-create): "?\ " -> "?\s".
13283 (widget-convert-text): Doc fix.
13284 (widget-narrow-to-field, widget-field-find)
13285 (widget-url-link-action, widget-emacs-library-link-action)
13286 (widget-color-notify): Fix typos in docstrings.
13287
13288 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13289 (x-select-text, set-w32-system-coding-system)
13290 (w32-add-charset-info): Fix typos in docstrings.
13291
13292 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13293 (cua-enable-cua-keys, cua-use-hyper-key)
13294 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13295 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13296
13297 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13298
13299 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13300 `defalias' instead of faking it.
13301
13302 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13303 (eshell-ls-missing, eshell-ls-dired-initial-args)
13304 (eshell-ls-use-in-dired): Fix typos in docstrings.
13305
13306 2005-07-20 Kim F. Storm <storm@cua.dk>
13307
13308 * emulation/cua-base.el (cua-mode): Improve doc string.
13309
13310 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13311
13312 * abbrev.el (expand-region-abbrevs): Doc fix.
13313 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13314 Improve argument/docstring consistency.
13315
13316 * arc-mode.el (archive-get-descr, archive-alternate-display):
13317 Doc fixes.
13318 (archive-l-e): Improve argument/docstring consistency.
13319 (archive-tmpdir, archive-unixdate, archive-unixtime)
13320 (archive-chmod-entry): Fix typos in docstrings.
13321 (archive-unflag, archive-unflag-backwards)
13322 (archive-unmark-all-files): "?\ " -> "?\s".
13323
13324 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13325 (Buffer-menu-not-modified, Buffer-menu-execute)
13326 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13327 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13328
13329 * composite.el (compose-string, encode-composition-rule)
13330 (compose-last-chars): Fix typos in docstrings.
13331
13332 * desktop.el (desktop-enable, desktop-basefilename):
13333 Declare with `define-obsolete-variable-alias'.
13334 (desktop-internal-v2s): Don't quote keywords.
13335 (desktop-clear): "?\ " -> "?\s".
13336
13337 * dired.el (dired-align-file, dired-flag-backup-files)
13338 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13339 (dired-listing-switches, dired-ls-F-marks-symlinks)
13340 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13341 (dired-directory, dired-faces, dired, dired-revert)
13342 (dired-mode, dired-summary, dired-view-file)
13343 (dired-copy-filename-as-kill, dired-delete-file)
13344 (dired-no-confirm, dired-unmark-all-marks)
13345 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13346 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13347 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13348 Fix typos in message strings.
13349
13350 * dired-x.el (virtual-dired): Declare with `defalias'.
13351 (dired-mark-unmarked-files, dired-local-variables-file)
13352 (dired-omit-here-always): Doc fix.
13353 (dired-omit-mode, dired-find-subdir)
13354 (dired-enable-local-variables, dired-clean-up-buffers-too)
13355 (dired-extra-startup, dired-mark-extension, dired-jump)
13356 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13357 (dired-smart-shell-command, dired-guess-shell-alist-user)
13358 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13359 (dired-x-bind-find-file, dired-x-submit-report):
13360 Fix typos in docstrings.
13361 (dired-mark-unmarked-files): "?\ " -> "?\s".
13362
13363 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13364
13365 * faces.el (describe-face): "?\ " -> "?\s".
13366 (read-all-face-attributes, read-face-font, modify-face)
13367 (face-attr-construct, italic): Fix typos in docstrings.
13368 (frame-update-face-colors): Declare with
13369 `define-obsolete-function-alias'.
13370
13371 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13372 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13373 (magic-mode-alist, buffer-file-numbers-unique)
13374 (write-file-functions, get-free-disk-space):
13375 Fix typos in docstrings.
13376 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13377 (write-contents-hooks, write-file-hooks):
13378 Declare with `define-obsolete-variable-alias'.
13379
13380 * forms-d2.el (arch-rj): Fix typo in docstrings.
13381 (arch-tocol): Likewise. "?\ " -> "?\s".
13382
13383 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13384 Fix typo in docstring.
13385 (set-screen-width, set-screen-height): Delete redundant info in
13386 doctrings.
13387 (new-frame, screen-height, screen-width): Declare with
13388 `define-obsolete-function-alias'.
13389 (delete-frame-hook, blink-cursor): Declare with
13390 `define-obsolete-variable-alias'.
13391
13392 * paths.el (prune-directory-list): Fix typos in docstring.
13393
13394 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13395 (cvs-prefix-get): Fix typos in docstrings.
13396
13397 * ps-print.el (ps-extend-face-list, ps-extend-face)
13398 (ps-print-background-image): Fix typos in docstrings.
13399 (ps-default-fg, ps-default-bg): Doc fixes.
13400
13401 * s-region.el (s-region-bind): Doc fix.
13402 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13403
13404 * textmodes/org.el (org-table-formula-substitute-names)
13405 (org-table-get-vertical-vector): Doc fixes.
13406 (org-table-recalculate): Remove unused argument to `message'.
13407
13408 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13409
13410 * textmodes/org.el (org-table-column-names)
13411 (org-table-column-name-regexp)
13412 (org-table-named-field-locations): New variables.
13413 (org-archive-subtree): Protect `this-command' when calling
13414 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13415 the kill buffer.
13416 (org-complete): Remove fixed-formula completion.
13417 (org-edit-formulas-map): New variable.
13418 (org-table-edit-formulas): New command.
13419 (org-finish-edit-formulas, org-abort-edit-formulas)
13420 (org-show-variable, org-table-get-vertical-vector): New functions.
13421 (org-table-maybe-eval-formula): Handle `:=' fields.
13422 (org-table-get-stored-formulas, org-table-store-formulas)
13423 (org-table-get-formula, org-table-modify-formulas)
13424 (org-table-replace-in-formulas): Handle named field formulas.
13425 (org-table-get-specials): Store locations of named fields.
13426
13427 2005-07-19 Juri Linkov <juri@jurta.org>
13428
13429 * progmodes/grep.el (grep-regexp-alist)
13430 (grep-mode-font-lock-keywords, grep-process-setup):
13431 Use default GNU grep match color "01;31m" instead of "01;41m".
13432 (grep-regexp-alist, grep-mode-font-lock-keywords):
13433 Use `\\[[0-9]*m' instead of `\\[00m'.
13434 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13435 sgr_start where its handling is more important. Use the real
13436 length of sgr_start instead of constant 8.
13437 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13438 specially. Delete all remaining escape sequences.
13439 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13440 (grep-regexp-alist): Make hyperlink only for binary file name
13441 instead of the whole line.
13442 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13443 (grep-mode): Add autoload.
13444
13445 * emacs-lisp/find-func.el (find-function-regexp):
13446 Add `define-compilation-mode'.
13447
13448 2005-07-19 Juri Linkov <juri@jurta.org>
13449
13450 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13451 (compare-windows-sync-string-size, compare-windows-recenter)
13452 (compare-windows-highlight, compare-windows): Add version 22.1.
13453 (compare-windows) <defface>: Inherit from lazy-highlight instead
13454 of duplicating its default value.
13455
13456 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13457 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13458
13459 * descr-text.el (describe-char): Create link buttons for `charset'
13460 and `code point'. Add the current input method name with a link
13461 button to `to input' field. Print face names of display table
13462 characters in `The display table entry is displayed by' section
13463 instead of printing face-id in the `display' field.
13464 Guess hardcoded faces and create a link button for them.
13465 Skip empty fields when calculating max-width.
13466 Treat `widget-create' specially while inserting strings from the
13467 collected field list.
13468 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13469
13470 * diff-mode.el (diff-file-header): Change foreground color from
13471 yellow to green on light backgrounds.
13472 (diff-context): Inherit from `shadow' only for color/grayscale
13473 with more than 88 colors.
13474 (diff-indicator-removed, diff-indicator-added)
13475 (diff-indicator-changed): New faces.
13476 (diff-font-lock-keywords): Use new faces. Regroup rules.
13477 Add "^---$" for `normal' diff format. Fontify `#' lines with
13478 font-lock-comment-delimiter-face and font-lock-comment-face.
13479 Add `#' to ^[^...] in the rule for `diff-context-face'.
13480
13481 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13482 a button-like box. Inherit from `highlight' on low colors.
13483 (shadow): Use shades of gray only for color/grayscale with
13484 more than 88 colors. Use green for light backgrounds with
13485 8 colors, and yellow for dark backgrounds with 8 colors.
13486
13487 * font-lock.el (font-lock-regexp-grouping-backslash):
13488 Don't inherit from escape-glyph (use bold for all cases).
13489
13490 * info.el (info-xref-visited): Use light foreground color `violet'
13491 for dark backgrounds instead of dark color `magenta3'.
13492 (info-title-1): Use `yellow' color for dark backgrounds.
13493
13494 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13495 too-light magenta2.
13496
13497 * replace.el (match): Use slightly more light RoyalBlue3 instead
13498 of dark RoyalBlue4.
13499
13500 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13501
13502 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13503
13504 * novice.el (disabled-command-hook): Declare it with
13505 `define-obsolete-variable-alias'.
13506
13507 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13508 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13509 (desktop-load-default): Add release to obsolescence info.
13510 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13511 (desktop-append-buffer-args, desktop-read):
13512 Fix typos in docstrings.
13513 (desktop-kill): Fix typo in message.
13514 (desktop-save): Doc fix.
13515
13516 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13517
13518 * viper-cmd.el (viper-escape-to-state): Bug fix.
13519 (viper-envelop-ESC-key): Change the definition of fast
13520 keysequence so it'll work with keyboard macros.
13521
13522 * ediff.el (ediff-patch-buffer): Change the docstring.
13523
13524 2005-07-19 Kenichi Handa <handa@m17n.org>
13525
13526 * international/mule-cmds.el (select-safe-coding-system): Try to
13527 use an auto-coding (if any) before anything else. If the found
13528 auto-coding is invalid, show a warning message.
13529
13530 * international/mule.el (find-auto-coding): New function created
13531 by modifying the body of set-auto-coding.
13532 (set-auto-coding): Use find-auto-coding to find a coding.
13533
13534 2005-07-18 Richard M. Stallman <rms@gnu.org>
13535
13536 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13537 not isearch-mode-end-hook-error.
13538 (allout-before-change-protect): Fix error message.
13539
13540 2005-07-18 Juri Linkov <juri@jurta.org>
13541
13542 * allout.el (allout-mode):
13543 * calculator.el (calculator-copy):
13544 * custom.el (custom-known-themes):
13545 * dired.el (dired-desktop-buffer-misc-data)
13546 (dired-restore-desktop-buffer):
13547 * dired-x.el (dired-omit-marker-char):
13548 * files.el (basic-save-buffer):
13549 * font-core.el (font-lock-mode):
13550 * calendar/calendar.el (calendar-goto-hebrew-date)
13551 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13552 (calendar-goto-persian-date):
13553 * language/ethio-util.el (ethio-sera-to-fidel-region):
13554 * textmodes/picture.el (picture-mode):
13555 Delete duplicate duplicate words.
13556
13557 2005-07-18 Juri Linkov <juri@jurta.org>
13558
13559 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13560 chars * ? } |.
13561 (isearch-fallback): Don't call `isearch-process-search-char'.
13562 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13563 (isearch-process-search-char): Call `isearch-fallback' for regexp
13564 chars * ? } |.
13565 (isearch-return-char): Make obsolete with `make-obsolete' instead
13566 of simply documenting it as obsolete in the docstring.
13567 (isearch-fallback): Refill docstring.
13568
13569 * international/isearch-x.el
13570 (isearch-process-search-multibyte-characters): Remove unneeded
13571 `concat'. Add intermediate values to `junk-hist' instead of
13572 `minibuffer-history'. Test the length of `str'.
13573
13574 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13575
13576 * allout.el (allout-resolve-xref): Fix typos in error strings.
13577 (allout-before-change-protect): Remove unneeded `concat'.
13578
13579 * array.el (array-mode, array-reconfigure-rows)
13580 (untabify-backward): Fix typos in docstrings.
13581 (array-reconfigure-rows): Use `insert-buffer-substring', not
13582 `insert-buffer'.
13583
13584 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13585 * progmodes/ada-mode.el (ada-make-body):
13586 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13587
13588 * dired.el (dired-log):
13589 * tar-mode.el (tar-subfile-save-buffer):
13590 * play/zone.el (zone-pgm-stress-destress):
13591 Use `insert-buffer-substring', not `insert-buffer'.
13592
13593 2005-07-17 Simon Josefsson <jas@extundo.com>
13594
13595 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13596
13597 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13598
13599 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13600 Add plain auth method.
13601 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13602
13603 2005-07-17 Kim F. Storm <storm@cua.dk>
13604
13605 * ido.el (dired-other-window): Add ido property.
13606
13607 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13608
13609 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13610 Fix typo in docstring.
13611 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13612 `insert-file-literally'.
13613
13614 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13615 info and delete redundant message. Doc fix.
13616 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13617 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13618
13619 2005-07-16 Richard M. Stallman <rms@gnu.org>
13620
13621 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13622 (byte-compile-and): Use byte-compile-and-recursion.
13623 (byte-compile-or-recursion): New function.
13624 (byte-compile-or): Use that.
13625 (byte-compile-if): Guard the else-clause too.
13626 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13627
13628 * isearch.el (isearch-mode-end-hook-quit): New variable.
13629 (isearch-done): Bind it.
13630 (isearch-mode-end-hook): Doc fix.
13631
13632 * allout.el (allout-isearch-did-quit): Variable deleted.
13633 (allout-real-isearch-abort): Function name no longer used.
13634 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13635 (allout-isearch-rectification): isearch-mode always exists.
13636 Don't set allout-isearch-did-quit.
13637 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13638 allout-isearch-did-quit.
13639 (allout-enwrap-isearch): Just add the hook.
13640 (allout-isearch-abort): Function deleted.
13641 (allout-pre-command-business): Avoid warning.
13642
13643 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13644 Correctly avoid warnings.
13645 (pascal-outline): Likewise.
13646
13647 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13648
13649 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13650
13651 * play/tetris.el (tetris-mode): Avoid warning.
13652
13653 * play/snake.el (snake-mode): Avoid warning.
13654
13655 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13656 (gamegrid-set-display-table): Avoid warning.
13657 (gamegrid-set-timer): Likewise.
13658 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13659 (gamegrid-add-score-with-update-game-score-1): Take FILE
13660 as argument.
13661 (gamegrid-add-score-with-update-game-score): Pass that argument.
13662 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13663
13664 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13665
13666 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13667 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13668
13669 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13670 and insert-file.
13671
13672 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13673 (sc-ask): Avoid warnings.
13674
13675 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13676 (eshell-hist-initialize): Use that var the natural way.
13677
13678 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13679
13680 * emacs-lisp/re-builder.el (reb-cook-regexp):
13681 Avoid warning calling lre-compile-string.
13682 (reb-color-display-p): Avoid warning.
13683
13684 * calculator.el (calculator-last-input): Guard uses
13685 of event-key and key-press-event-p.
13686 (event-key, key-press-event-p): Delete definitions.
13687
13688 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13689 (find-gc-source-directory, find-gc-subrs-callers)
13690 (find-gc-noreturn-list, find-gc-source-files)
13691 (find-gc-subrs-called): Vars renamed and defvar'd.
13692
13693 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13694 (checkdoc-overlay-put, checkdoc-delete-overlay)
13695 (checkdoc-overlay-start, checkdoc-overlay-end)
13696 (checkdoc-mode-line-update, checkdoc-char=):
13697 Define such that compiler knows they are defined.
13698 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13699 (checkdoc-read-event): Delete. Use read-event directly.
13700
13701 * whitespace.el (whitespace-make-overlay)
13702 (whitespace-overlay-put, whitespace-delete-overlay)
13703 (whitespace-overlay-start, whitespace-overlay-end):
13704 Define such that compiler knows they are defined.
13705 (whitespace): Move conditional inside.
13706
13707 * tempo.el (tempo-insert-template): Suppress warning.
13708
13709 * ediff-diff.el (longlines-mode): Add defvar.
13710
13711 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13712
13713 * server.el: Bind "C-x #" in a way that works even if C-x is
13714 redefined to a command key, not a prefix key.
13715
13716 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13717
13718 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13719 cl-make-type-test till execution time.
13720
13721 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13722
13723 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13724 arg ARG and use it.
13725
13726 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13727
13728 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13729
13730 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13731
13732 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13733 a defcustom with two :set or :type keywords.
13734
13735 2005-07-15 Richard M. Stallman <rms@gnu.org>
13736
13737 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13738 Don't give ^M comment-end syntax.
13739
13740 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13741
13742 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13743 Don't consider gdbmi (gdb-mi.el has its own update functions).
13744 (gdb-var-delete): Make it work for gdbmi as well.
13745 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13746
13747 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13748 (gud-speedbar-menu-items): Correct logic for enabling items.
13749
13750 2005-07-15 Kim F. Storm <storm@cua.dk>
13751
13752 * ido.el: Fix commentary.
13753 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13754 Use with-no-warnings around ffap-guesser.
13755 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13756 Let bind minibuffer-completing-file-name to t.
13757
13758 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13759
13760 * startup.el (site-run-file, keyboard-type): Doc fixes.
13761 (command-line): Check for "--basic-display" argument; also for
13762 "--quick", not "--bare-bones" (which was renamed).
13763 (fancy-splash-text): Add missing item "Getting New Versions".
13764 (normal-splash-screen): Fix typos and improve consistency with
13765 `fancy-splash-text'. Update copyright year.
13766
13767 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13768 valid binding for `help-char'.
13769
13770 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13771
13772 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13773
13774 * term.el (term-mode): Disable cua-mode for term buffers.
13775
13776 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13777
13778 * add-log.el (add-log-mailing-address, change-log-merge):
13779 Doc fixes.
13780 (change-log-get-method-definition): Fix typo in docstring.
13781
13782 2005-07-14 Kim F. Storm <storm@cua.dk>
13783
13784 * emulation/cua-base.el:
13785 (cua--pre-command-handler-1, cua--pre-command-handler)
13786 (cua--post-command-handler-1, cua--post-command-handler):
13787 Split in two. Check (buffer local) value of cua-mode.
13788 (cua-selection-mode): New command.
13789
13790 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13791
13792 * custom.el (custom-initialize-safe-set)
13793 (custom-initialize-safe-default): Doc fixes.
13794
13795 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13796 and simplify :init-value again.
13797
13798 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13799 and simplify :init-value again. Delete autoload.
13800
13801 * startup.el (command-line): Use `custom-reevaluate-setting' again
13802 for tooltip-mode.
13803
13804 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13805 a defcustom with two :initialize keywords.
13806
13807 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13808
13809 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13810 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13811 (allout-post-command-business, allout-flag-region)
13812 (isearch-reenable-font-lock, allout-yank)
13813 (allout-insert-latex-header, allout-insert-latex-trailer)
13814 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13815 (allout-latex-verb-quote): Fix typos in docstrings.
13816 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13817 (allout-unprotected, allout-prefix-data):
13818 Improve argument/docstring consistency.
13819 (allout-chart-subtree): Fix argument spec.
13820 (allout-open-topic): Rename `use_sib_bullet' argument to
13821 `use-sib-bullet'. Doc fix.
13822
13823 * whitespace.el (whitespace-check-buffer-leading)
13824 (whitespace-check-buffer-trailing)
13825 (whitespace-check-buffer-indent)
13826 (whitespace-check-buffer-spacetab)
13827 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13828 (whitespace-check-leading-whitespace)
13829 (whitespace-check-trailing-whitespace)
13830 (whitespace-check-spacetab-whitespace)
13831 (whitespace-check-indent-whitespace)
13832 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13833 (whitespace-modes): Fix typos in docstrings.
13834 (defgroup, defcustom): Doc fixes.
13835
13836 * winner.el (winner-mode, winner-boring-buffers)
13837 (winner-pending-undo-ring): Doc fixes.
13838 (winner-ring): Remove unneeded `progn'.
13839 (winner-equal): `defsubst' it.
13840 (winner-redo): Fix message.
13841
13842 2005-07-13 Kim F. Storm <storm@cua.dk>
13843
13844 * simple.el (line-move-1): Always use vertical-motion to
13845 do the last (or only) line move to ensure some movement.
13846 Undo 2005-06-23 change--don't check for overlays.
13847
13848 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13849
13850 * term/mac-win.el (ccl-encode-mac-roman-font)
13851 (ccl-encode-mac-centraleurroman-font)
13852 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13853 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13854 Change charset-id boundary of dimension to ?\xef.
13855 (mac-char-fontspec-list): New constant.
13856 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
13857 argument. Nil uses itself as family in font-spec. Previous
13858 behavior for nil is now provided by non-nil non-string argument.
13859 All callers changed. Add font-specs for Mac fonts to
13860 "fontset-default" unless iso8859-1 fonts are installed.
13861
13862 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13863
13864 * progmodes/sh-script.el (sh-get-indent-info): Only indent
13865 a continuation line if the \ is preceded by SPC or TAB.
13866 (sh-get-indent-info): Simplify.
13867 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13868 Use with-current-buffer.
13869
13870 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13871 when the matched text is empty.
13872
13873 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
13874
13875 * startup.el (command-line): Revert to previous handling of
13876 tooltip-mode. Explain in comment why the complexity is needed.
13877
13878 * tooltip.el (tooltip-mode): Revert to previous implementation of
13879 its defcustom.
13880
13881 * frame.el (blink-cursor-mode): Revert to previous implementation
13882 of its defcustom. Update comment.
13883
13884 2005-07-12 Lars Hansen <larsh@soem.dk>
13885
13886 * desktop.el: Update e-mail address.
13887
13888 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13889
13890 * term/mac-win.el (mac-services-mail-selection)
13891 (mac-services-mail-to): New functions.
13892 (mac-application-menu-map): Bind them.
13893
13894 2005-07-12 wulei <milton@wulei.net> (tiny change)
13895
13896 * progmodes/gdb-ui.el: Add note about buffering with Windows.
13897
13898 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
13899
13900 * custom.el (custom-reevaluate-setting): Doc fix.
13901
13902 2005-07-11 Jay Belanger <belanger@truman.edu>
13903
13904 * calc/calc.el (calc-embedded-announce-formula-alist)
13905 (calc-embedded-open-close-plain-alist)
13906 (calc-embedded-open-close-mode-alist): Add checks for additional
13907 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13908
13909 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
13910
13911 * custom.el (custom-enable-theme): Don't add theme to
13912 `custom-enabled-themes' with `push' because there is no
13913 setf-method for `delq'.
13914
13915 2005-07-11 Richard M. Stallman <rms@gnu.org>
13916
13917 * custom.el (custom-declare-variable): Doc fix.
13918
13919 * dired-aux.el (dired-compare-directories): Remove "." and ".."
13920 from the alists.
13921
13922 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13923 Do nothing if edebug-active.
13924
13925 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13926 (edebug-display): Do it here instead.
13927
13928 2005-07-10 Richard M. Stallman <rms@gnu.org>
13929
13930 * cus-face.el (custom-theme-set-faces): Make it work.
13931 (custom-reset-faces): Doc fix.
13932 (custom-theme-reset-internal-face, custom-theme-face-value):
13933 Functions deleted.
13934
13935 * custom.el (custom-push-theme): Maintain list of the settings
13936 of a given theme in its theme-settings property.
13937 Maintain position of old settings in the theme-value
13938 or theme-face property.
13939 (custom-enabled-themes): New variable.
13940 (custom-theme-enabled-p): New function.
13941 (provide-theme): Update custom-enabled-themes.
13942 Disable and reenable the `user' theme.
13943 (require-theme): Doc fix.
13944 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13945 (custom-theme-value, custom-theme-variable-value): Likewise.
13946 (custom-theme-reset-internal): Likewise.
13947 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13948 (custom-enable-theme, custom-disable-theme): New functions.
13949 (custom-variable-theme-value, custom-face-theme-value): Likewise.
13950 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13951 (custom-theme-reset-variables): Simplify.
13952 (deftheme, custom-declare-theme, custom-make-theme-feature):
13953 Definitions moved.
13954
13955 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
13956
13957 * longlines.el (longlines-show-region)
13958 (longlines-unshow-hard-newlines): Recognize hard newlines by
13959 non-nil hard property, instead of t.
13960
13961 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
13962
13963 * viper-cmd.el (viper--key-maps): New variable.
13964 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13965 emulation-mode-map-alists.
13966 (viper-envelop-ESC-key): Use viper-subseq.
13967 (viper-search-forward/backward/next): Disable debug-on-error.
13968
13969 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13970 (viper-ESC-key): New defcustoms.
13971
13972 * viper-macs.el (ex-map-read-args): Use viper-subseq.
13973
13974 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13975 (viper-subseq): Copy of subseq from cl.el.
13976
13977 * viper.el (viper-go-away, viper-set-hooks): Use
13978 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13979
13980 * viper-mous.el (viper-current-frame-saved): Use defvar.
13981
13982 * viper-init.el: Get rid of -face in face names.
13983
13984 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13985 Make it work with longlines mode
13986
13987 * ediff-mult.el (ediff-meta-mode-hook): New variable.
13988
13989 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13990
13991 * ediff-init.el: Get rid of -face in face names.
13992
13993 2005-07-10 Richard M. Stallman <rms@gnu.org>
13994
13995 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13996 and with-timeout-unsuspend.
13997
13998 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13999 and with-timeout-unsuspend.
14000
14001 * emacs-lisp/timer.el (with-timeout-timers): New variable.
14002 (with-timeout): Bind that variable to record timers.
14003 (with-timeout-suspend, with-timeout-unsuspend): New functions.
14004
14005 * emacs-lisp/debug.el (debug-help-follow): New function.
14006 (debugger-mode-map): Use that instead of help-follow.
14007 (debugger-setup-buffer): Use eval-buffer-list
14008 to handle eval-buffer frames.
14009
14010 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
14011
14012 * timezone.el (timezone-parse-date): Change first regexp
14013 so it will not mistakenly match dates with no time zone.
14014
14015 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
14016
14017 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
14018
14019 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
14020
14021 * custom.el (custom-initialize-safe-set)
14022 (custom-initialize-safe-default): New functions.
14023
14024 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
14025 and simplify :init-value.
14026
14027 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
14028 and simplify :init-value. Delete obsolete comment.
14029
14030 * startup.el (command-line): Use `custom-reevaluate-setting' to
14031 handle `tooltip-mode'. Delete obsolete comment.
14032
14033 * files.el (set-visited-file-name): Avoid calling
14034 `file-name-nondirectory' with a nil argument.
14035
14036 2005-07-09 Richard M. Stallman <rms@gnu.org>
14037
14038 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
14039 was called with nil for the buffer, handle the read position right.
14040 Handle read position for eval-region, too.
14041
14042 2005-07-09 Juri Linkov <juri@jurta.org>
14043
14044 * fringe.el (fringe-mode): Add period in docstring.
14045 (fringe-query-style): Build prompt depending on `all-frames' arg.
14046
14047 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
14048 to not create links to unrelated functions in the Help buffer.
14049
14050 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
14051 Doc fix.
14052
14053 * simple.el (next-error-hook): New variable.
14054 (next-error): Use it. Doc fix.
14055
14056 * textmodes/ispell.el (ispell-command-loop): Add current
14057 dictionary name and program name to mode-line-format.
14058 (ispell-region, ispell-process-line): Add current dictionary name
14059 and program name to messages.
14060
14061 2005-07-08 Jay Belanger <belanger@truman.edu>
14062
14063 * calc/calc.el (calc-embedded-announce-formula-alist)
14064 (calc-embedded-open-close-formula-alist)
14065 (calc-embedded-open-close-word-alist)
14066 (calc-embedded-open-close-plain-alist)
14067 (calc-embedded-open-close-new-formula-alist)
14068 (calc-embedded-open-close-mode-alist)
14069 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
14070 (calc-embedded-mode-hook): New variables.
14071
14072 * calc/calc-embed.el (calc-embedded-firsttime)
14073 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
14074 New variables.
14075 (calc-do-embedded): Use calc-embedded-firsttime,
14076 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
14077 determine whether or not to run hooks.
14078 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
14079 calc-embedded-firsttime-formula appropriately.
14080 Set calc-embedded delimiter variables according to mode.
14081
14082 2005-07-08 Richard M. Stallman <rms@gnu.org>
14083
14084 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
14085 Check for "emacs", etc., as entire symbol, not just as word.
14086 (checkdoc-file-comments-engine): Use regexp-quote on FN.
14087
14088 * files.el (set-visited-file-name): Report the error
14089 for "empty filename" earlier.
14090 (kill-some-buffers): Ignore buffers already dead.
14091
14092 * fringe.el (fringe-mode): Doc fix.
14093
14094 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14095 Check for (featurep 'xemacs) and turn off warnings in what it guards.
14096 Use unwind-protect to ensure byte-compile-unresolved-functions
14097 is updated.
14098
14099 * whitespace.el (whitespace-buffer-leading-cleanup):
14100 Simplify w/ skip-chars-forward.
14101 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
14102
14103 * mail/rmail.el (rmail-only-expunge): Fix paren error.
14104 Unconditionally try to leave point at the same old place.
14105
14106 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
14107
14108 * comint.el (comint-postoutput-scroll-to-bottom)
14109 (comint-show-maximum-output): Take scroll-margin into consideration.
14110
14111 2005-07-08 Kim F. Storm <storm@cua.dk>
14112
14113 * ido.el (ido-use-filename-at-point): New choice `guess'.
14114 (ido-file-internal): Try ffap-guesser if selected.
14115
14116 * ido.el (ido-before-fallback-functions): New hook.
14117 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
14118 (ido-read-file-name): Run it.
14119
14120 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
14121
14122 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
14123 strings rather than a list of symbols to the completion function.
14124
14125 2005-07-07 Jay Belanger <belanger@truman.edu>
14126
14127 * calc/calc-units.el (math-apply-units): Change the places in
14128 which units are simplified.
14129
14130 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
14131
14132 * cus-edit.el (customize-option, customize-option-other-window):
14133 Make them handle aliases.
14134
14135 * custom.el (custom-variable-p): Make it recursively follow
14136 aliases. Mention that in the docstring.
14137
14138 2005-07-07 Richard M. Stallman <rms@gnu.org>
14139
14140 * cus-start.el (exec-path): Use `directory' instead of `file'.
14141 Fix tag for nil.
14142
14143 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14144
14145 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
14146 when called non-interactively. Doc fix.
14147
14148 2005-07-07 Lute Kamstra <lute@gnu.org>
14149
14150 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
14151 new address as well.
14152
14153 2005-07-07 Kenichi Handa <handa@m17n.org>
14154
14155 * international/mule.el (make-coding-system):
14156 Describe `ascii-incompatible' property in the docstring.
14157 (set-file-name-coding-system): Signal an error if coding-system is
14158 ascii-incompatible.
14159 (set-keyboard-coding-system): Likewise.
14160
14161 * international/mule-cmds.el (set-default-coding-systems):
14162 Don't set default-file-name-coding-system and
14163 default-keyboard-coding-system if coding-system is ASCII-incompatible.
14164
14165 * international/utf-16.el: Declare that all UTF-16-based coding
14166 systems are ASCII-incompatible.
14167
14168 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
14169
14170 * progmodes/gud.el: Require font-lock for displaying errors.
14171 Used by gdb-ui.el.
14172
14173 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14174
14175 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14176 values for the pattern lists which are `read'able but not
14177 `append'able (like symbols).
14178
14179 2005-07-06 Richard M. Stallman <rms@gnu.org>
14180
14181 * progmodes/flymake.el (flymake-float-time): Instead of
14182 with-no-warnings, test for xemacs.
14183 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14184 to avoid warning.
14185
14186 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
14187
14188 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14189
14190 2005-07-05 Lute Kamstra <lute@gnu.org>
14191
14192 * battery.el: Add support for Darwin (with much debugging help
14193 from Samuel Lauber <sam124@operamail.com>).
14194 (battery-status-function, battery-echo-area-format)
14195 (battery-mode-line-format): Add support for pmset on Darwin.
14196 (battery-load-low, battery-load-critical): New user options.
14197 (battery-pmset): New function.
14198
14199 2005-07-05 Lute Kamstra <lute@gnu.org>
14200
14201 Update FSF's address in GPL notices.
14202
14203 * textmodes/page-ext.el: Update FSF's address.
14204
14205 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14206
14207 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14208 filling from using prefix when filling a single-line docstring.
14209
14210 * progmodes/flymake.el: Remove useless eval-when-compile.
14211
14212 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14213
14214 2005-07-04 Richard M. Stallman <rms@gnu.org>
14215
14216 * textmodes/org.el (org-file-apps-defaults-gnu):
14217 Rename from org-file-apps-defaults-linux.
14218 (org-default-apps): Don't test system-type for `linux'.
14219 (org-file-apps): Doc fix.
14220
14221 2005-07-04 David Ponce <david@dponce.com>
14222
14223 * tree-widget.el: Improve header Commentary section.
14224 (tree-widget) [defgroup]
14225 (tree-widget-image-enable, tree-widget-themes-directory)
14226 (tree-widget-theme, tree-widget-image-properties-emacs)
14227 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14228 (tree-widget-image-formats, tree-widget-control)
14229 (tree-widget-empty-control, tree-widget-leaf-control
14230 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14231 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14232 (tree-widget-keep, tree-widget-after-toggle-functions)
14233 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14234 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14235 :help-echo message.
14236 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14237 (tree-widget-image-properties): Doc fix. Clearer implementation.
14238 (tree-widget--cursors): New constant.
14239 (tree-widget-lookup-image): New function split from
14240 `tree-widget-find-image'. Clearer implementation.
14241 (tree-widget-find-image): Use it.
14242 (tree-widget-button-keymap): Use `set-keymap-parent'.
14243 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14244 Define the sub-widgets here.
14245 (tree-widget-node): Check that :node is not a tree-widget.
14246 (tree-widget-get-super, tree-widget-open-control)
14247 (tree-widget-close-control, tree-widget-empty-control)
14248 (tree-widget-leaf-control, tree-widget-guide)
14249 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14250 (tree-widget-no-handle, tree-widget-value-delete)
14251 (tree-widget-map): Remove.
14252 (tree-widget-children-value-save): Doc fix. Simplified.
14253 (tree-widget-value-create): Update according to previous changes.
14254
14255 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14256
14257 * textmodes/org.el: Leading space replaced by TABS.
14258 (org-recalc-marks, org-table-rotate-recalc-marks)
14259 (org-table-get-specials): Treat "^" and "_" marks.
14260 (org-table-justify-field-maybe): Optional argument NEW.
14261 (org-table-eval-formula): Parsing of the format simplified.
14262 New modes C,I. Honor the %= parameter in the current table.
14263 Avoid unnecessary re-align by using the NEW argument to
14264 `org-table-justify-field-maybe'.
14265 (org-calc-default-modes): Default for date-format mimicks org-mode.
14266 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14267
14268 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14269
14270 * cus-face.el (custom-theme-set-faces): Make it handle face
14271 aliases whose alias declarations are pre- or autoloaded.
14272
14273 2005-07-04 Juri Linkov <juri@jurta.org>
14274
14275 * faces.el (read-face-name): Put the code for getting a face name
14276 from the buffer before adding the faces from the `face' property.
14277 Use `completing-read-multiple' instead of `completing-read'.
14278 Require `crm'. Add default value and post-process the returned
14279 list of faces.
14280
14281 * emacs-lisp/crm.el (crm-find-current-element)
14282 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14283
14284 * emacs-lisp/lisp-mode.el (eval-defun-1):
14285 * emacs-lisp/edebug.el (edebug-eval-defun):
14286 Remove unnecessary quotes.
14287
14288 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14289
14290 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14291 (prolog-indent-level): Fix typo in docstring.
14292
14293 * info.el (Info-history, Info-history-forward)
14294 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14295
14296 * add-log.el (add-change-log-entry):
14297 * comint.el (comint-dynamic-list-input-ring)
14298 (comint-dynamic-list-completions):
14299 * dabbrev.el (dabbrev-expand):
14300 * delim-col.el (delimit-columns-rectangle-line):
14301 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14302 (diff-unified->context):
14303 * ediff-init.el (ediff-abbrev-jobname):
14304 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14305 (ediff-replace-session-activity-marker-in-meta-buffer):
14306 * info.el (Info-summary):
14307 * lpr.el (printify-region):
14308 * printing.el (pr-create-interface):
14309 * ps-print.el (ps-print-quote):
14310 * ses.el (ses-column-widths, ses-print-cell)
14311 (ses-adjust-print-width, ses-center):
14312 * shell.el (shell-file-name-quote-list):
14313 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14314 (strokes-fill-current-buffer-with-whitespace)
14315 (strokes-xpm-for-stroke, strokes-list-strokes)
14316 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14317 * term.el (term-dynamic-list-input-ring)
14318 (term-dynamic-list-completions):
14319 * calc/calc.el (math-format-stack-value):
14320 * emacs-lisp/edebug.el (edebug-display-freq-count):
14321 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14322 (delphi-new-comment-line):
14323 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14324 * progmodes/executable.el (executable-set-magic):
14325 * progmodes/python.el (inferior-python-mode):
14326 * progmodes/scheme.el (scheme-mode-syntax-table):
14327 * progmodes/sh-script.el (sh-maybe-here-document):
14328 * progmodes/sql.el (sql-copy-column):
14329 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14330 * textmodes/bibtex.el (bibtex-mode):
14331 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14332 (sgml-auto-attributes):
14333 * textmodes/table.el (table-insert, table-shorten-cell)
14334 (table--generate-source-scan-lines, table-delete-row)
14335 (*table--cell-delete-char, table--spacify-frame)
14336 (table--horizontally-shift-above-and-below)
14337 (table--cell-insert-char, table--cell-blank-str)
14338 (table--fill-region-strictly):
14339 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14340 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14341
14342 * add-log.el (change-log):
14343 * apropos.el (apropos):
14344 * comint.el (comint-completion, comint-source):
14345 * dabbrev.el (dabbrev):
14346 * delim-col.el (columns):
14347 * diff-mode.el (diff-mode):
14348 * ediff.el (ediff):
14349 * ediff-diff.el (ediff-diff):
14350 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14351 * ediff-mult.el (ediff-mult):
14352 * ediff-ptch.el (ediff-ptch):
14353 * ediff-wind.el (ediff-window):
14354 * facemenu.el (facemenu):
14355 * indent.el (indent):
14356 * info.el (info):
14357 * jka-cmpr-hook.el (compression, jka-compr):
14358 * lpr.el (lpr):
14359 * outline.el (outlines):
14360 * pcmpl-cvs.el (pcmpl-cvs):
14361 * pcmpl-rpm.el (pcmpl-rpm):
14362 * printing.el (printing):
14363 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14364 (ps-print-vertical, ps-print-headers, ps-print-font)
14365 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14366 (ps-print-background, ps-print-printer, ps-print-page)
14367 (ps-print-miscellany):
14368 * ses.el (ses):
14369 * shell.el (shell, shell-directories, shell-faces):
14370 * startup.el (initialization):
14371 * strokes.el (strokes):
14372 * term.el (term):
14373 * uniquify.el (uniquify):
14374 * w32-vars.el (w32):
14375 * calc/calc.el (calc):
14376 * emacs-lisp/bytecomp.el (bytecomp):
14377 * emacs-lisp/cl-indent.el (lisp-indent):
14378 * emacs-lisp/edebug.el (edebug):
14379 * emacs-lisp/elp.el (elp):
14380 * emacs-lisp/testcover.el (testcover):
14381 * emacs-lisp/trace.el (trace):
14382 * emulation/viper-ex.el (viper-ex):
14383 * emulation/viper-mous.el (viper-mouse):
14384 * mail/mailalias.el (mailalias):
14385 * mail/supercite.el (supercite, supercite-frames)
14386 (supercite-attr, supercite-cite, supercite-hooks):
14387 * net/rcompile.el (remote-compile):
14388 * net/rlogin.el (rlogin):
14389 * obsolete/ooutline.el (outlines):
14390 * progmodes/delphi.el (delphi):
14391 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14392 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14393 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14394 (ebnf-optimization):
14395 * progmodes/etags.el (etags):
14396 * progmodes/executable.el (executable):
14397 * progmodes/idlwave.el (idlwave):
14398 * progmodes/pascal.el (pascal):
14399 * progmodes/prolog.el (prolog):
14400 * progmodes/python.el (python):
14401 * progmodes/scheme.el (scheme):
14402 * progmodes/sh-script.el (sh, sh-script):
14403 * progmodes/sql.el (SQL):
14404 * progmodes/tcl.el (tcl):
14405 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14406 * textmodes/enriched.el (enriched):
14407 * textmodes/makeinfo.el (makeinfo):
14408 * textmodes/sgml-mode.el (sgml):
14409 * textmodes/table.el (table-hooks):
14410 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14411 * textmodes/texinfo.el (texinfo):
14412 * textmodes/two-column.el (two-column):
14413 Finish `defgroup' description with period.
14414
14415 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14416 * eshell/esh-var.el (eshell-var):
14417 * progmodes/vhdl-mode.el (vhdl-testbench):
14418 * textmodes/org.el (org): Fix typos in docstrings.
14419
14420 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14421 consistency.
14422
14423 * progmodes/flymake.el (flymake-find-file): Remove.
14424 (flymake-float-time): Use `with-no-warnings'.
14425 (flymake-check-start-time, flymake-check-was-interrupted)
14426 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14427 (flymake-new-err-info): `defvar' at compile time.
14428
14429 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14430
14431 * replace.el (occur-hook): Doc fix.
14432 (occur-1): Don't call `occur-hook' if there are no matches.
14433
14434 2005-07-03 Richard M. Stallman <rms@gnu.org>
14435
14436 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14437 global-map, save the same map.
14438 (global-map): Don't alter it at top level.
14439 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14440 Then alter it here instead.
14441 (tpu-edt-off): Set global-map to the saved one.
14442
14443 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14444 All references simplified.
14445 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14446 (zmacs-regions): Add defvar.
14447 (repeat-complex-command-map): Everything about that deleted.
14448
14449 * textmodes/artist.el (artist-key-is-drawing)
14450 (artist-key-endpoint1, artist-key-poly-point-list)
14451 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14452 (artist-key-compl-table, artist-rb-save-data)
14453 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14454 Don't put them in eval-when-compile.
14455 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14456
14457 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14458 Use with-no-warnings.
14459
14460 * net/browse-url.el (dos-windows-version): Add defvar.
14461
14462 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14463
14464 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14465 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14466 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14467 Add defvar.
14468 (rmail-summary-beginning-of-message): Use with-no-warnings.
14469 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14470
14471 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14472 Use with-no-warnings.
14473
14474 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14475 (c-mark-function): Add point-moving-unit property.
14476 (vi-goto-line): Use with-no-warnings.
14477
14478 * emulation/edt.el (edt-last-copied-word): Add defvar.
14479 (zmacs-region-stays): Likewise.
14480 (edt-mark-section-wisely): Use c-mark-function for C.
14481 Use makr-defun for Fortran.
14482 (time-string): defvar deleted.
14483 (edt-display-the-time): Don't set time-string.
14484
14485 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14486
14487 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14488 Don't warn when name is not constant
14489 or for defining the group `emacs'.
14490
14491 * tooltip.el (gud-tooltip-mode): Add defvar.
14492
14493 * startup.el (default-frame-background-mode): Add defvar.
14494
14495 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14496
14497 * info.el (tool-bar-map): Add defvar.
14498
14499 * dired.el (dnd-protocol-alist): Add defvar.
14500
14501 * dired-aux.el (dired-query): Display question with answer, when
14502 the user answers.
14503
14504 * custom.el (custom-add-option): Doc fix.
14505
14506 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14507
14508 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14509
14510 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14511 bogus name from the last change.
14512
14513 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14514
14515 * custom.el (custom-declare-variable): Fix typos in comment.
14516 (custom-known-themes): Doc fix.
14517 (custom-theme-directory): New defcustom.
14518 (require-theme): Make it check `custom-theme-directory'.
14519
14520 * cus-theme.el (custom-new-theme-mode): New function.
14521 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14522 (custom-theme-description): Add compiler defvars.
14523 (customize-create-theme): Add doc to the "*New Custom Theme*"
14524 buffer. Use `custom-new-theme-mode'.
14525 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14526 and save it to the `custom-theme-directory'. Make this the
14527 default directory of the buffer.
14528
14529 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14530
14531 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14532 Fix unbalanced parentheses.
14533
14534 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14535
14536 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14537 into flymake-mode and delegate to flymake-mode.
14538
14539 * find-file.el (ff-which-function-are-we-in): Clean up.
14540
14541 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14542
14543 * replace.el (occur-rename-buffer): Fix docstring.
14544
14545 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14546 (edt-last-copied-word, edt-learn-macro-count)
14547 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14548 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14549 (time-string, zmacs-region-stays):
14550 * emulation/edt-mapper.el (edt-save-function-key-map)
14551 (EDT-key-name): `defvar' to silence the byte-compiler.
14552
14553 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
14554
14555 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14556 font-lock-regexp-backslash. Doc fix.
14557 (font-lock-regexp-backslash-grouping-construct): Rename from
14558 font-lock-regexp-backslash-construct. Doc fix.
14559 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14560 grouping constructs.
14561
14562 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14563
14564 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14565 updating all the prerequisites.
14566
14567 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14568
14569 * textmodes/org.el (org-agenda-start-on-weekday)
14570 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14571 (org-agenda-use-time-grid, org-archive-location)
14572 (org-allow-space-in-links, org-usenet-links-prefer-google)
14573 (org-enable-table-editor, org-export-default-language)
14574 (org-export-html-show-new-buffer, org-fill-paragraph)
14575 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14576 (org-goto-quit, org-occur, org-eval-in-calendar)
14577 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14578 (org-agenda-diary-entry, org-remember-help)
14579 (org-table-convert-region, org-at-table-p)
14580 (org-table-move-row-down, org-table-move-row-up)
14581 (org-table-copy-region, org-table-toggle-vline-visibility)
14582 (org-table-get-stored-formulas, org-table-get-specials)
14583 (org-recalc-commands, org-table-eval-formula)
14584 (org-table-formula-substitute-names, orgtbl-make-binding)
14585 (org-format-org-table-html, org-format-table-table-html)
14586 (org-format-table-table-html-using-table-generate-source)
14587 (org-customize): Fix typos in docstrings.
14588 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14589 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14590 (org-back-to-heading): Doc fixes.
14591 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14592 (org-agenda-change-all-lines, org-get-header):
14593 Improve argument/docstring consistency.
14594 (orgtbl-error): Fix error message.
14595
14596 * progmodes/flymake.el (flymake-find-possible-master-files)
14597 (flymake-master-file-compare, flymake-get-line-err-count)
14598 (flymake-highlight-line, flymake-gui-warnings-enabled):
14599 Fix typos in docstrings.
14600 (flymake-parse-line, flymake-get-project-include-dirs-function)
14601 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14602 Doc fixes.
14603 (flymake-get-project-include-dirs-function)
14604 (flymake-make-err-menu-data):
14605 Improve argument/docstring consistency.
14606
14607 2005-07-01 Lute Kamstra <lute@gnu.org>
14608
14609 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14610 Catch errors with ignore-errors. Use temporary buffer.
14611 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14612
14613 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14614 background color faces.
14615 (facemenu-set-foreground, facemenu-set-background):
14616 Use facemenu-set-face-from-menu.
14617 (facemenu-set-face-from-menu): Treat face names that start with
14618 "fg:" or "bg:" as special.
14619 (facemenu-add-new-color): Don't create faces. Simplify.
14620
14621 2005-06-30 Richard M. Stallman <rms@gnu.org>
14622
14623 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14624 (crm-find-current-element): Likewise.
14625
14626 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14627
14628 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14629
14630 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14631
14632 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14633 (archive-mouse-extract): Make it an obsolete alias.
14634 (archive-mode-map): Don't use archive-mouse-extract any more.
14635 (archive-mode, archive-extract): write-contents-hooks ->
14636 write-contents-functions.
14637 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14638 first arg.
14639 (archive-rename-entry): Update the call.
14640 (archive-zip-summarize): Remove unused var `method'.
14641 (archive-lzh-summarize): Remove unused var `creator'.
14642
14643 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14644 dedicated frame upon exit.
14645
14646 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14647 (archive-zip-extract, archive-zip-expunge)
14648 (archive-zip-update, archive-zip-update-case): Use executable-find.
14649 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14650 Use restore-buffer-modified-p.
14651 (archive-extract, archive-add-new-member, archive-write-file-member):
14652 Use with-current-buffer.
14653 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14654
14655 2005-06-30 Andreas Schwab <schwab@suse.de>
14656
14657 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14658
14659 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14660
14661 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14662
14663 2005-06-30 Juri Linkov <juri@jurta.org>
14664
14665 * faces.el (vertical-border): Inherit from mode-line-inactive
14666 only on tty.
14667
14668 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14669
14670 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14671 example, -NLINES in the `occur' docstring).
14672
14673 * replace.el (occur-1): When no matches are found, do not set the
14674 `buffer-read-only' and modified flags for the occur buffer,
14675 because it is deleted.
14676
14677 * emulation/cua-base.el (cua-check-pending-input)
14678 (cua-repeat-replace-region, cua-mode, cua-debug)
14679 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14680 Fix typos in docstrings.
14681
14682 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14683 (cua-cut-region-to-global-mark)
14684 (cua--cut-rectangle-to-global-mark):
14685 Remove period from end of messages.
14686
14687 * emulation/cua-rect.el (cua-do-rectangle-padding):
14688 Remove period from end of messages.
14689 (cua--rectangle-seq-format): Fix typo in docstring.
14690 (cua-sequence-rectangle, cua-fill-char-rectangle):
14691 Improve argument/docstring consistency.
14692
14693 2005-06-29 Juri Linkov <juri@jurta.org>
14694
14695 * faces.el (default-frame-background-mode): New internal variable.
14696 (frame-set-background-mode): Use it.
14697
14698 * startup.el (normal-top-level): Set default-frame-background-mode
14699 instead of frame-background-mode. Before setting it, test for its
14700 nil value. Remove tests for frame-background-mode and frame
14701 parameter `reverse'. Add test for "unspecified-fg".
14702
14703 * term/xterm.el (xterm-rxvt-set-background-mode):
14704 * term/rxvt.el (rxvt-set-background-mode):
14705 Set default-frame-background-mode instead of frame-background-mode.
14706
14707 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14708
14709 * simple.el (set-variable): Warn about obsolete user variables.
14710
14711 * imenu.el (imenu--completion-buffer):
14712 * mouse.el (mouse-buffer-menu-alist):
14713 * msb.el (msb-invisible-buffer-p):
14714 * calendar/diary-lib.el (diary-header-line-format):
14715 * emacs-lisp/pp.el (pp-buffer):
14716 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14717 * textmodes/picture.el (picture-replace-match):
14718 Change space constants followed by a sexp to "?\s ".
14719
14720 * play/decipher.el (decipher-loop-with-breaks):
14721 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14722 constants "protected" from end of line by a comment to "?\s".
14723
14724 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14725
14726 * font-lock.el (save-buffer-state): Use `declare'.
14727
14728 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14729 reset the syntax-table to cperl-mode-syntax-table.
14730 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14731 "foo_print_bar" is not matched as a reserved keyword.
14732
14733 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14734
14735 * textmodes/org.el (orgtbl-setup): New function, for delayed
14736 setup for the orgtbl commands.
14737 (org-calc-default-modes): New option.
14738 (orgtbl-make-binding): Use `defun' to get better help display.
14739 (org-diary): Call `org-compile-prefix-format'.
14740 (org-table-formula-substitute-names): New function.
14741 (org-agenda-day-view, org-agenda-week-view): New commands.
14742 (org-agenda-toggle-week-view): Command removed.
14743 (org-tbl-menu): Split off from org-org-menu.
14744 (org-mode): Move removal of outline-mode menus to here.
14745 (org-table-formula-debug): New option.
14746 (org-table-insert-row): Keep first field if just "#" or "*".
14747 (org-mode): Paragraph regexps fixed.
14748 (org-table-recalculate-regexp): New constant.
14749 (org-table-justify-field-maybe): Avoid replace if not necessary.
14750 (org-copy-special, org-cut-special): Use `call-interactively'.
14751 (org-table-copy-region): Take region from `interactive' call.
14752 (org-trim): Return string even if no match.
14753 (org-formula): New face.
14754 (org-set-font-lock-defaults): No longer highlight "FIXME".
14755 But highlight formula-related fields in table.
14756 (org-table-p): Use regexp, not fontification.
14757 (org-table-align): Handle white space at end of line.
14758 (org-table-formula-evaluate-inline): New option.
14759 (org-mode): Auto-wrapping in comment lines turned off.
14760 (org-table-copy-down): Evaluate only in copied field, not in
14761 destination.
14762 (org-table-current-formula): Variable removed.
14763 (org-table-store-formulas, org-table-get-stored-formulas)
14764 (org-table-modify-formulas, org-table-replace-in-formulas)
14765 (org-table-maybe-eval-formula): New functions.
14766 (org-table-get-formula): Modify to use stored formulas.
14767 (org-table-insert-column, org-table-delete-column)
14768 (org-table-move-column): Call `org-table-modify-formulas'.
14769 (org-complete): Add completion for keyword formulas.
14770 (orgtbl-mode): Pull orgtbl-mode-map to start of
14771 minor-mode-map-alist.
14772
14773 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14774
14775 * progmodes/python.el (python-check): Require `compile' before
14776 modifying its variables.
14777
14778 * newcomment.el (comment-indent-default): Don't get fooled by an early
14779 end of buffer.
14780
14781 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14782
14783 * ps-print.el (ps-print-version): Fix version number.
14784
14785 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14786
14787 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14788
14789 2005-06-28 Richard M. Stallman <rms@gnu.org>
14790
14791 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14792 (flyspell-local-mouse-map): Declaration deleted.
14793 (flyspell-mouse-map): Bind only mouse-2.
14794 (flyspell-mode-map): Don't test flyspell-use-local-map.
14795 (flyspell-overlay-keymap-property-name): Var deleted.
14796 (flyspell-mode-on): Don't make local bindings for
14797 flyspell-mouse-map and flyspell-mode-map.
14798 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14799
14800 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14801
14802 * progmodes/compile.el (compilation-next-error-function):
14803 Don't switch buffers; operate on the current buffer.
14804
14805 * progmodes/compile.el (compilation-error-file-name)
14806 (compilation-warning-file-name, compilation-info-file-name)
14807 (compilation-line-number, compilation-column-number): New faces.
14808 (compilation-error-face, compilation-warning-face)
14809 (compilation-info-face, compilation-line-face)
14810 (compilation-column-face): Use them.
14811
14812 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14813
14814 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14815
14816 * bindings.el (global-map): Bind insertchar and its variants.
14817
14818 2005-06-27 Richard M. Stallman <rms@gnu.org>
14819
14820 * textmodes/artist.el (artist-text-overwrite)
14821 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14822
14823 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14824
14825 * ps-print.el: It was not working the page selection for printing.
14826 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14827 (ps-print-version): New version 6.6.7.
14828 (ps-end-sheet): New fun.
14829 (ps-header-sheet, ps-end-job): Call it.
14830
14831 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
14832
14833 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14834
14835 2005-06-27 Lute Kamstra <lute@gnu.org>
14836
14837 * facemenu.el (facemenu-unlisted-faces): Add foreground and
14838 background color faces.
14839 (facemenu-get-face): Delete function.
14840 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14841 (facemenu-add-new-color): Make second argument mandatory.
14842 Create the appropriate face and return it. Simplify.
14843 (facemenu-set-foreground, facemenu-set-background): Don't check if
14844 color is defined. Use return value of facemenu-add-new-color.
14845
14846 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
14847
14848 * progmodes/gud.el (gud-filter): Add missing argument to
14849 with-selected-window.
14850
14851 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14852
14853 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14854 a :require to the defcustom.
14855
14856 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14857 defcustoms corresponding to minor modes.
14858
14859 2005-06-26 David Ponce <david@dponce.com>
14860
14861 * recentf.el: Require tree-widget instead of wid-edit.
14862 (recentf-filename-handler): Fix widget :type.
14863 (recentf-cancel-dialog, recentf-open-more-files)
14864 (recentf-open-files-action): Doc fix.
14865 (recentf-dialog-goto-first): New function.
14866 (recentf-dialog-mode-map): Set parent keymap first.
14867 (recentf-dialog-mode): Define with define-derived-mode.
14868 Don't display continuation lines in dialogs.
14869 (recentf-edit-list): Rename from recentf-edit-selected-items.
14870 (recentf-edit-list-select): Rename from recentf-edit-list-action.
14871 Simplify.
14872 (recentf-edit-list-validate): New function.
14873 (recentf-edit-list): Update accordingly.
14874 (recentf-open-files-item-shift): Remove.
14875 (recentf-open-files-item): Convert menu elements into tree and
14876 link widgets. Don't create the widgets.
14877 (recentf-open-files): Update accordingly.
14878 (recentf-save-list): Untabify.
14879
14880 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
14881
14882 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14883 (keep-lines): Add INTERACTIVE arg. Never delete lines only
14884 partially contained in the active region. Do not take active
14885 region into account when called from Lisp, unless INTERACTIVE arg
14886 is non-nil. Use `forward-line' instead of `beginning-of-line' to
14887 avoid trouble with fields. Make marker point nowhere when no
14888 longer used. Always return nil. Doc fix.
14889 (flush-lines): Add INTERACTIVE arg. Do not take active region
14890 into account when called from Lisp, unless INTERACTIVE arg is
14891 non-nil. Use `forward-line' instead of `beginning-of-line' to
14892 avoid trouble with fields. Make marker point nowhere when no
14893 longer used. Always return nil. Doc fix.
14894 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
14895 interchangeable. Do not take active region into account when
14896 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
14897 message in echo area when called from Lisp, unless INTERACTIVE arg
14898 is non-nil. Avoid saying "1 occurrences". Do not use markers.
14899 Return the number of matches. Doc fix.
14900 (occur): Doc fix.
14901 (perform-replace): Make comment follow double space convention for
14902 the sake of `outline-minor-mode'.
14903
14904 * faces.el (facep): Doc fix.
14905
14906 2005-06-25 Richard M. Stallman <rms@gnu.org>
14907
14908 * facemenu.el (facemenu-enable-faces-p): New function.
14909 (facemenu-background-menu, facemenu-foreground-menu)
14910 (facemenu-face-menu): Add menu-enable property.
14911
14912 * jka-compr.el (jka-compr-insert-file-contents):
14913 Special handling if cannot find the uncompression program.
14914
14915 * cus-face.el (custom-face-attributes): Add autoload.
14916
14917 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14918 Bind comment-indent-function locally.
14919
14920 * window.el (save-selected-window): Use save-current-buffer.
14921
14922 * subr.el (with-selected-window): Use save-current-buffer.
14923
14924 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14925 and with-current-buffer.
14926
14927 2005-06-24 Richard M. Stallman <rms@gnu.org>
14928
14929 * simple.el (line-move-1): Fix previous change.
14930
14931 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
14932
14933 * replace.el (occur-1): Set `buffer-read-only' and the
14934 buffer-modified flag before running `occur-hook' to protect
14935 against unintentional buffer switches that can lead to data loss.
14936
14937 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
14938
14939 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14940 (gud-gdb-marker-filter): Use font-lock-warning-face for any
14941 initial error.
14942
14943 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14944 after fresh input.
14945 (gdb-var-create-handler): Put name of expression in quotes.
14946
14947 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
14948
14949 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14950 elements of RING in order, and without bogus nil elements.
14951
14952 2005-06-23 Richard M. Stallman <rms@gnu.org>
14953
14954 * simple.el (set-variable): Args renamed; doc fix.
14955 (line-move-1): When there are overlays around, use vertical-motion.
14956
14957 * faces.el (escape-glyph): Use brown against light background.
14958 (nobreak-space): Rename from no-break-space.
14959 Fix previous change.
14960
14961 * dired-aux.el (dired-do-copy): Fix arg prompt.
14962
14963 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14964
14965 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14966
14967 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14968 rather than "Distributor".
14969
14970 2005-06-23 Lute Kamstra <lute@gnu.org>
14971
14972 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14973 (debug-on-entry): Use it. New interactive declaration that uses
14974 function-called-at-point.
14975
14976 2005-06-23 Kim F. Storm <storm@cua.dk>
14977
14978 * subr.el (save-match-data): Add comment about using evaporate arg
14979 to set-match-data.
14980
14981 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
14982
14983 * cus-edit.el (customize-face)
14984 (customize-face-other-window): Handle face aliases.
14985
14986 * faces.el (face-documentation, set-face-attribute)
14987 (face-spec-set): Handle face aliases.
14988
14989 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
14990
14991 * help-mode.el (help-make-xrefs): If a symbol representing a face
14992 name is not followed by the word "face", it could still be a
14993 function or variable name, so don't bypass other checks.
14994
14995 2005-06-22 Juri Linkov <juri@jurta.org>
14996
14997 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14998 Replace aliased functions with calls where second arg `inherit' is t.
14999
15000 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
15001
15002 * progmodes/gdb-ui.el (gdb-error): New variable.
15003 (gdb-error): New function.
15004 (gdb-annotation-rules): Act on error-begin and error annotations.
15005 (gdb-concat-output): Use font-lock-warning-face for errors.
15006
15007 2005-06-22 Miles Bader <miles@gnu.org>
15008
15009 * bindings.el (propertized-buffer-identification): Use renamed
15010 `Buffer-menu-buffer' face.
15011
15012 * faces.el (vertical-border): Rename from `vertical-divider'.
15013 (escape-glyph): Change dark-background color back to `cyan'.
15014
15015 2005-06-21 Juri Linkov <juri@jurta.org>
15016
15017 * faces.el (face-user-default-spec): Try getting `customized-face'
15018 prior to `saved-face'.
15019 (frame-background-mode): Refill docstring.
15020
15021 * emacs-lisp/lisp-mode.el (eval-defun-1):
15022 * emacs-lisp/edebug.el (edebug-eval-defun):
15023 Set `saved-face' temporarily to nil before calling form.
15024 Set `customized-face' to the new spec after that.
15025
15026 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15027
15028 * subr.el (1value, lambda, key-substitution-in-progress):
15029 Doc fixes.
15030
15031 * autoinsert.el (auto-insert-alist):
15032 * ses.el (ses-call-printer):
15033 * subr.el (noreturn):
15034 * emacs-lisp/lisp.el (check-parens):
15035 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
15036 * net/browse-url.el (browse-url-mosaic):
15037 * progmodes/cc-defs.el (c-safe-scan-lists):
15038 * progmodes/ebnf-abn.el (ebnf-abn-lex):
15039 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
15040 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
15041 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
15042 * progmodes/ebnf-iso.el (ebnf-iso-lex):
15043 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
15044
15045 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
15046
15047 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
15048
15049 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
15050
15051 * calendar/appt.el (appt-make-list): Activate the package, if
15052 not already active (for backwards compatibility).
15053
15054 2005-06-20 Kim F. Storm <storm@cua.dk>
15055
15056 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
15057
15058 2005-06-20 Miles Bader <miles@gnu.org>
15059
15060 * faces.el (vertical-divider): New face.
15061
15062 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
15063
15064 * simple.el (kill-whole-line): Doc fix.
15065 (next-error-buffer-p, next-error-find-buffer)
15066 (clone-indirect-buffer): Fix typos in docstrings.
15067 (comment-line-break-function): Doc fix: don't say variable
15068 is automatically buffer-local (it isn't).
15069
15070 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
15071
15072 * net/tramp-ftp.el (top):
15073 * net/tramp-smb.el (top):
15074 * net/tramp-util.el (top):
15075 * net/tramp-uu.el (top):
15076 * net/tramp-vc.el (top):
15077 * net/tramp.el (top): Revert copyright years back to original
15078 ones. Tramp has a life outside GNU Emacs.
15079
15080 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
15081
15082 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
15083
15084 2005-06-18 Juri Linkov <juri@jurta.org>
15085
15086 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
15087 end of first regexp to limit the match to the position between
15088 line number and source line with same separator character as used
15089 between file name and line number. In the second regexp limit
15090 mouse-face area to file name and line number by adding new group
15091 for them and referring it in HYPERLINK arg.
15092 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
15093 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
15094 previous line where grep markers may be already removed.
15095
15096 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
15097
15098 * progmodes/ps-mode.el: Update version and maintainer's email address.
15099
15100 2005-06-18 Steve Youngs <steve@xemacs.org>
15101
15102 * net/browse-url.el (browse-url-browser-function)
15103 (browse-url-default-browser): Add firefox.
15104 (browse-url-firefox-program, browse-url-firefox-arguments)
15105 (browse-url-firefox-startup-arguments)
15106 (browse-url-firefox-new-window-is-tab): New defcustoms.
15107 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
15108
15109 2005-06-17 Richard M. Stallman <rms@gnu.org>
15110
15111 * startup.el (command-line): Warn if specified user name has
15112 no home directory.
15113
15114 * term.el (term-get-old-input, term-input-filter, term-input-sender)
15115 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
15116
15117 * longlines.el (longlines-mode, longlines-show-hard-newlines):
15118 Doc fixes.
15119
15120 * faces.el (underline): Try bold if terminal doesn't support underline.
15121
15122 * mail/sendmail.el (mail-setup-with-from): New variable.
15123 (mail-insert-from-field): New function.
15124 (sendmail-send-it): Call it.
15125 (mail-setup): Optionally call it here.
15126
15127 * term/linux.el: Call tty-no-underline.
15128
15129 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
15130
15131 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
15132
15133 2005-06-17 Miles Bader <miles@gnu.org>
15134
15135 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
15136 (ediff-current-diff-C, ediff-current-diff-Ancestor)
15137 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
15138 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
15139 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
15140 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
15141 Remove "-face" suffix from face names.
15142 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15143 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15144 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15145 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15146 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15147 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15148 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15149 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15150 New backward-compatibility aliases for renamed faces.
15151 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15152 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15153 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15154 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15155 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15156 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15157 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15158 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15159 Use renamed ediff faces.
15160
15161 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
15162 Remove "-face" suffix from face names.
15163 (eshell-test-ok-face, eshell-test-failed-face):
15164 New backward-compatibility aliases for renamed faces.
15165 (eshell-run-test): Use renamed eshell-test faces.
15166
15167 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
15168 face name.
15169 (eshell-prompt-face): New backward-compatibility alias for renamed
15170 face.
15171 (eshell-emit-prompt): Use renamed eshell-prompt face.
15172
15173 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15174 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15175 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15176 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15177 Remove "-face" suffix from face names.
15178 (eshell-ls-directory-face, eshell-ls-symlink-face)
15179 (eshell-ls-executable-face, eshell-ls-readonly-face)
15180 (eshell-ls-unreadable-face, eshell-ls-special-face)
15181 (eshell-ls-missing-face, eshell-ls-archive-face)
15182 (eshell-ls-backup-face, eshell-ls-product-face)
15183 (eshell-ls-clutter-face):
15184 New backward-compatibility aliases for renamed faces.
15185 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15186
15187 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15188 Remove "-face" suffix from face name.
15189 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15190 instead of literal face.
15191
15192 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
15193
15194 * emacs-lisp/warnings.el (display-warning, lwarn)
15195 (warning-minimum-log-level): Doc fixes.
15196 (warning-minimum-level, warning-minimum-log-level):
15197 Add :debug to :type choices.
15198
15199 * progmodes/ada-mode.el (ada-format-paramlist)
15200 (ada-get-indent-case, ada-check-matching-start)
15201 (ada-check-defun-name, ada-goto-matching-decl-start)
15202 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15203 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15204 (ada-make-subprogram-body): Follow error conventions.
15205 (ada-case-exception-file, ada-indent-comment-as-code)
15206 (ada-indent-handle-comment-special, ada-indent-renames)
15207 (ada-indent-return, ada-search-directories-internal)
15208 (ada-tab-policy, ada-case-exception-substring)
15209 (ada-other-file-alist, ada-matching-start-re)
15210 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15211 (ada-imenu-generic-expression, ada-compile-goto-error)
15212 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15213 (ada-popup-menu, ada-add-extensions, ada-mode)
15214 (ada-region-selected, ada-create-case-exception)
15215 (ada-create-case-exception-substring, ada-after-keyword-p)
15216 (ada-activate-keys-for-case, ada-adjust-case-region)
15217 (ada-adjust-case-buffer, ada-format-paramlist)
15218 (ada-scan-paramlist, ada-insert-paramlist)
15219 (ada-indent-newline-indent)
15220 (ada-indent-newline-indent-conditional)
15221 (ada-justified-indent-current, ada-goto-previous-word)
15222 (ada-indent-current, ada-get-indent-open-paren)
15223 (ada-get-indent-paramlist, ada-get-indent-end)
15224 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15225 (ada-get-indent-block-start, ada-get-indent-subprog)
15226 (ada-get-indent-noindent, ada-get-indent-label)
15227 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15228 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15229 (ada-goto-stmt-end, ada-goto-next-word)
15230 (ada-check-matching-start, ada-check-defun-name)
15231 (ada-goto-matching-decl-start, ada-goto-matching-start)
15232 (ada-goto-matching-end, ada-search-ignore-string-comment)
15233 (ada-in-decl-p, ada-looking-at-semi-or)
15234 (ada-looking-at-semi-private, ada-in-paramlist-p)
15235 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15236 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15237 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15238 (ada-previous-package, ada-create-menu)
15239 (ada-fill-comment-paragraph-justify)
15240 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15241 (ada-other-file-name, ada-last-which-function-line)
15242 (ada-last-which-function-subprog, ada-which-function)
15243 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15244 (ada-gen-treat-proc, ada-check-emacs-version)
15245 (ada-continuation-indent, ada-align-region-separate):
15246 Fix typos in docstrings.
15247 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15248
15249 2005-06-16 Lute Kamstra <lute@gnu.org>
15250
15251 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15252 conditionally.
15253
15254 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15255
15256 * comint.el (comint-replace-by-expanded-filename)
15257 (comint-prompt-regexp, comint-delimiter-argument-list)
15258 (comint-preinput-scroll-to-bottom):
15259 * info.el (Info-hide-cookies-node):
15260 * ls-lisp.el (ls-lisp-classify):
15261 * find-file.el (ff-search-directories, ff-special-constructs)
15262 (ff-find-other-file):
15263 * font-lock.el (font-lock-keywords):
15264 * shell.el (shell-prompt-pattern)
15265 (shell-dynamic-complete-functions, shell-mode)
15266 (shell-delimiter-argument-list):
15267 * term.el (term-replace-by-expanded-filename)
15268 (term-prompt-regexp, term-delimiter-argument-list):
15269 * woman.el (woman-ignore, woman0-if):
15270 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15271 * emacs-lisp/elint.el (elint-init-env):
15272 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15273 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15274 * language/ethio-util.el (ethio-tilde-escape)
15275 (ethio-use-three-dot-question):
15276 * net/zone-mode.el (zone-mode-load-time-setup):
15277 * progmodes/cc-align.el (c-lineup-argcont):
15278 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15279 * progmodes/cperl-mode.el (cperl-set-style-back):
15280 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15281 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15282 Fix spellings in docstrings.
15283
15284 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15285 * progmodes/modula2.el (m2-for): Fix spellings.
15286
15287 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15288
15289 * simple.el (undo-more): Don't use `format' on `error' arguments.
15290 Improve argument/docstring consistency.
15291 (pending-undo-list): Doc fix.
15292
15293 * smerge-mode.el (smerge-ensure-match):
15294 * emulation/vip.el (vip-ex):
15295 * net/zone-mode.el (zone-mode-update-serial):
15296 * progmodes/idlwave.el (idlwave-complete):
15297 * progmodes/vhdl-mode.el (vhdl-visit-file)
15298 (vhdl-compose-wire-components):
15299 Don't use `format' on `error' arguments.
15300
15301 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15302 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15303 (tooltip-help-tips): Fix typos in docstrings.
15304
15305 2005-06-16 David Ponce <david@dponce.com>
15306
15307 * tree-widget.el (tree-widget-value-create): Simplify last change.
15308
15309 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15310
15311 * ido.el (ido-incomplete-regexp): New variable.
15312 (ido-set-matches-1): Handle invalid-regexp error and set
15313 ido-incomplete-regexp.
15314 (ido-incomplete-regexp): New face.
15315 (ido-completions): Use it.
15316 (ido-complete, ido-exit-minibuffer, ido-completions):
15317 Handle incomplete regexps.
15318 (ido-completions): Add check for complete match when entering a regexp.
15319
15320 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15321
15322 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15323
15324 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15325
15326 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15327 by field delimiters.
15328
15329 2005-06-15 David Ponce <david@dponce.com>
15330
15331 * tree-widget.el: eval-and-compile inlined functions so they will
15332 be available at run-time too.
15333 (tree-widget-super-format-handler)
15334 (tree-widget-format-handler): Remove.
15335 (tree-widget-value-create): Handle the :indent property.
15336
15337 2005-06-15 Miles Bader <miles@gnu.org>
15338
15339 * progmodes/which-func.el (which-func): Only inherit
15340 `font-lock-function-name-face' when that makes sense against the
15341 default mode-line face, otherwise set the face color explicitly.
15342
15343 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15344 faces instead of (non-existent) variables.
15345
15346 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15347
15348 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15349 (iswitchb-get-matched-buffers): Likewise. Simplify.
15350
15351 2005-06-14 Miles Bader <miles@gnu.org>
15352
15353 * progmodes/ld-script.el (ld-script-location-counter):
15354 Remove "-face" suffix from face name.
15355 (ld-script-location-counter-face):
15356 New backward-compatibility alias for renamed face.
15357 (ld-script-location-counter-face): Use renamed face.
15358
15359 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15360 (cperl-hash): Remove "-face" suffix from face names.
15361 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15362 New backward-compatibility aliases for renamed faces.
15363 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15364 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15365
15366 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15367 name.
15368 (which-func-face): New backward-compatibility alias for renamed face.
15369 (which-func-format): Use renamed which-func face.
15370
15371 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15372 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15373 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15374 names.
15375 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15376 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15377 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15378 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15379 (vhdl-speedbar-architecture-selected)
15380 (vhdl-speedbar-configuration-selected)
15381 (vhdl-speedbar-package-selected)
15382 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15383 names.
15384 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15385 Use renamed faces.
15386 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15387 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15388 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15389 Use renamed faces.
15390 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15391 names.
15392 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15393 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15394 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15395 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15396 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15397 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15398
15399 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15400 face name.
15401 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15402 (sh-heredoc-face): Use renamed sh-heredoc face.
15403
15404 * progmodes/idlw-help.el (idlwave-help-link):
15405 Remove "-face" suffix from face name.
15406 (idlwave-help-link-face):
15407 New backward-compatibility alias for renamed face.
15408 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15409
15410 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15411 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15412 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15413 New backward-compatibility aliases for renamed faces.
15414 (idlwave-shell-disabled-breakpoint-face)
15415 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15416
15417 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15418 Remove "-face" suffix from face names.
15419 (flymake-errline-face, flymake-warnline-face):
15420 New backward-compatibility aliases for renamed faces.
15421 (flymake-highlight-line): Use renamed flymake faces.
15422
15423 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15424 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15425 (ebrowse-member-class, ebrowse-progress):
15426 Remove "-face" suffix from face names.
15427 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15428 (ebrowse-file-name-face, ebrowse-default-face)
15429 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15430 (ebrowse-progress-face):
15431 New backward-compatibility aliases for renamed faces.
15432 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15433 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15434 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15435 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15436
15437 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15438 antlr-syntax)
15439 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15440 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15441 names.
15442 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15443 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15444 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15445 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15446 backward-compatibility aliases for renamed faces.
15447 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15448 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15449 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15450 remove "font-lock-". Use renamed antlr-mode faces.
15451 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15452 literal face-names with face variable references.
15453
15454 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15455 face name.
15456 (Buffer-menu-buffer-face): New backward-compatibility alias for
15457 renamed face.
15458 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15459
15460 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15461
15462 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15463 Eliminate "-face" suffix.
15464 (makefile-targets): Inherit from font-lock-function-name-face and
15465 eliminate "-face" suffix.
15466 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15467 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15468 actions, instead of prepending, to make it less visible.
15469 (makefile-previous-dependency, makefile-match-dependency):
15470 Don't match a target on a continuation line.
15471
15472 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15473
15474 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15475
15476 * progmodes/gdb-ui.el (menu): Re-order menu items.
15477 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15478
15479 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15480 Define in tooltip.el.
15481 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15482 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15483 gud-tooltip-echo-area.
15484
15485 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15486 backward compatibility and make obsolete.
15487 (tooltip-help-tips): Use tooltip-use-echo-area.
15488 (tooltip-show-help-function): Rename to...
15489 (tooltip-show-help): ...this, because it is a function.
15490 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15491
15492 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15493
15494 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15495 (edebug-print-length, edebug-print-level, edebug-print-circle)
15496 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15497 (edebug-eval-print-last-sexp): Doc fixes.
15498
15499 2005-06-14 Kim F. Storm <storm@cua.dk>
15500
15501 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15502 as the coverage buffer/file/both may change.
15503
15504 2005-06-14 Lute Kamstra <lute@gnu.org>
15505
15506 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15507 and run-mode-hooks. Simplify.
15508
15509 * mail/rmailedit.el (rmail-edit-mode):
15510 * progmodes/octave-inf.el (inferior-octave-mode):
15511 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15512
15513 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15514 and run-mode-hooks.
15515 (recentf-edit-list, recentf-open-files): Don't call
15516 kill-all-local-variables directly.
15517
15518 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15519
15520 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15521
15522 * emacs-lisp/byte-run.el (make-obsolete)
15523 (define-obsolete-function-alias): Rename arguments FUNCTION and
15524 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15525 (make-obsolete-variable, define-obsolete-variable-alias):
15526 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15527 respectively.
15528
15529 * isearchb.el (isearchb-activate):
15530 * pcvs.el (cvs-mode):
15531 * ses.el (ses-load):
15532 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15533 * net/tramp.el (tramp-find-file-exists-command)
15534 (tramp-find-shell):
15535 * progmodes/ada-mode.el (ada-create-case-exception)
15536 (ada-create-case-exception-substring, ada-make-subprogram-body):
15537 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15538 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15539 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15540 * textmodes/org.el (org-promote, org-evaluate-time-range)
15541 (org-agenda-next-date-line, org-agenda-previous-date-line)
15542 (org-agenda-error, org-open-at-point, org-table-move-row)
15543 (org-format-table-table-html-using-table-generate-source)
15544 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15545 * textmodes/reftex.el (reftex-access-scan-info):
15546 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15547 (reftex-toc-promote-prepare): Follow error conventions.
15548
15549 * diff-mode.el (diff-mode): Fix typo in docstring.
15550
15551 * forms.el (forms--intuit-from-file): Fix reference to
15552 `forms-number-of-fields' in error message.
15553 (forms-print): Fix quoting in error message.
15554
15555 * forms.el (forms-mode):
15556 * emulation/vi.el (vi-goto-insert-state):
15557 * progmodes/flymake.el (flymake-new-err-info)
15558 (flymake-start-syntax-check-for-current-buffer)
15559 (flymake-simple-cleanup):
15560 * eshell/esh-var.el (eshell/export):
15561 * progmodes/gud.el (xdb):
15562 * textmodes/flyspell.el (flyspell-incorrect-hook)
15563 (flyspell-maybe-correct-transposition)
15564 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15565
15566 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15567
15568 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15569 minibuffer prompt.
15570
15571 2005-06-13 Kim F. Storm <storm@cua.dk>
15572
15573 * subr.el (add-to-ordered-list): New defun.
15574
15575 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15576 add cua--keymap-alist to emulation-mode-map-alists.
15577
15578 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15579
15580 * subr.el (complete-in-turn): New macro.
15581 (dynamic-completion-table, lazy-completion-table): Add debug info.
15582
15583 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15584 in preference to face aliases.
15585
15586 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15587 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15588 Remove unused vars `start' and `firstline'.
15589 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15590 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15591
15592 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15593
15594 * cus-start.el (all): Don't complain about missing GTK-related
15595 variables, unless either `gtk' is boundp or this isn't a
15596 `windows-nt' build.
15597
15598 2005-06-13 Lute Kamstra <lute@gnu.org>
15599
15600 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15601 run-mode-hooks.
15602
15603 * ediff-mult.el (ediff-meta-mode):
15604 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15605
15606 * ledit.el (ledit-mode): Use delay-mode-hooks.
15607
15608 * woman.el (woman-mode-line-format): Delete constant.
15609 (woman-mode-map): Initialize it properly.
15610 (woman-mode): Set mode-class property to special.
15611 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15612 Set major-mode and mode-name. Don't set mode-line-format directly.
15613 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15614
15615 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15616 string argument obsolete.
15617
15618 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15619
15620 * textmodes/org.el (org-CUA-compatible): New option.
15621 (org-disputed-keys): New variable.
15622 (org-key): New function.
15623 (orgtbl-make-binding): Add docstring to the created function.
15624 (org-mode): Set paragraph start/separate regexps.
15625 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15626 (org-archive-location, org-archive-mark-done)
15627 (org-archive-stamp-time): New options.
15628 (org-archive-subtree): New command.
15629 (org-fill-paragraph): New function.
15630 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15631 (org-fake-empty-table-line): Function removed.
15632 (org-format-org-table-html): Do not create empty table lines at
15633 separator lines. Improved table header treatment.
15634 (org-link-format): New option.
15635 (org-make-link): New function.
15636 (org-insert-link, org-store-link): Use org-make-link.
15637 (org-open-file): Quote file name for shell command, to allow
15638 spaces in file names.
15639 (org-link-regexp): Fix bug with mailto link.
15640 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15641 New constants.
15642 (org-export-as-html): Deal with the optional angles around a link.
15643 Better treatment of file: links.
15644 (org-open-at-point): Replace @{ and @} with < and >.
15645 (org-run-mode-hooks): Function removed.
15646 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15647
15648 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15649
15650 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15651 MI command -data-list-register-values.
15652 (gdb-post-prompt): Indent properly.
15653
15654 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15655
15656 * hilit-chg.el (highlight-changes-colors): Rename from
15657 `highlight-changes-colours'.
15658 (highlight-changes-colours): Keep as obsolete alias.
15659 (highlight-changes-face-list): Doc fix.
15660 (hilit-chg-make-list): Use `highlight-changes-colors'.
15661
15662 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15663
15664 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15665 defun-prompt-regexp.
15666
15667 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15668
15669 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15670 and cygwin.
15671
15672 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15673 Don't use an old loaddefs.el, as in Makefile.in.
15674
15675 2005-06-12 Lute Kamstra <lute@gnu.org>
15676
15677 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15678
15679 * man.el (Man-mode-map): Initialize it properly.
15680 (Man-mode): Set mode-class property to special.
15681
15682 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15683
15684 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15685
15686 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15687 A newline is needed in the docstring there.
15688
15689 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15690 Doc fixes.
15691
15692 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15693
15694 * printing.el: Doc fix. The menubar is no more changed when printing
15695 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15696 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15697 (pr-version): New version number (6.8.4).
15698 (pr-menu-bind): New command.
15699 (pr-update-menus): Docstring and code fix.
15700 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15701 Docstring fix.
15702 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15703 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15704
15705 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15706
15707 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15708 "Returns" to "return", document useful return values, etc.
15709
15710 2005-06-11 Alan Mackenzie <acm@muc.de>
15711
15712 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15713 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15714 (adaptive-file-function): Minor amendment to doc-string.
15715
15716 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15717
15718 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15719 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15720 Fix :type--it is `integer', not `string'.
15721
15722 * faces.el (modeline-highlight): Rename from (the erroneous)
15723 `modeline-higilight'.
15724
15725 2005-06-11 Lute Kamstra <lute@gnu.org>
15726
15727 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15728 lisp-interaction-mode-map but make it the parent.
15729 (edebug-eval-mode): Use define-derived-mode.
15730
15731 2005-06-11 Andreas Schwab <schwab@suse.de>
15732
15733 * bindings.el: Add binding of `ESC functionkey' for every
15734 `M-functionkey'.
15735 * hexl.el (hexl-mode-map): Likewise.
15736
15737 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15738
15739 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15740 [msft]: update regexp for newer msft compilers.
15741
15742 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15743
15744 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15745 ATTLIST portions of included DTDs.
15746 (xml-parse-dtd): Eliminate use of inefficient match-data.
15747
15748 2005-06-10 Miles Bader <miles@gnu.org>
15749
15750 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15751 (mpuz-text): Remove "-face" suffix from face names.
15752 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15753 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15754 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15755
15756 * play/gomoku.el (gomoku-O, gomoku-X):
15757 Remove "-face" suffix from face names.
15758 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15759 New backward-compatibility aliases for renamed faces.
15760 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15761
15762 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15763
15764 * thumbs.el: Fixes for changes of 2005-06-09.
15765 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15766 as a directory.
15767 (thumbs-thumbname): Remove directory separator from format string;
15768 `thumbs-thumbsdir' now returns a valid directory name.
15769 (thumbs-temp-dir): New defsubst.
15770 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15771 Use it.
15772
15773 * cus-edit.el (minibuffer):
15774 * files.el (make-backup-file-name-function):
15775 * filesets.el (filesets-external-viewers):
15776 * hilit-chg.el (highlight-changes-colours)
15777 (highlight-changes-face-list, highlight-changes-rotate-faces):
15778 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15779 * kmacro.el (kmacro-call-macro):
15780 * log-edit.el (log-edit-changelog-full-paragraphs):
15781 * mouse.el (mouse-1-click-follows-link):
15782 * skeleton.el (skeleton-autowrap):
15783 * subr.el (insert-for-yank-1):
15784 * tempo.el (tempo-insert-region):
15785 * terminal.el (terminal-emulator):
15786 * time.el (display-time-mail-face):
15787 * vc.el (vc-annotate):
15788 * vcursor.el (vcursor-copy-line):
15789 * woman.el (woman-bold-headings, woman-ignore)
15790 (woman-default-faces, woman-monochrome-faces):
15791 * calendar/todo-mode.el (todo-insert-threshold):
15792 * emulation/pc-select.el (pc-select-selection-keys-only)
15793 (pc-selection-mode):
15794 * emulation/vip.el (vip-find-char-forward):
15795 * emulation/viper-cmd.el (viper-find-char-forward):
15796 * international/mule-cmds.el
15797 (select-safe-coding-system-accept-default-p)
15798 (input-method-exit-on-invalid-key):
15799 * international/mule-diag.el (describe-coding-system):
15800 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15801 * net/browse-url.el (browse-url-xterm-program):
15802 * obsolete/lazy-lock.el (lazy-lock-mode):
15803 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15804 (cperl-mode):
15805 * progmodes/cpp.el (cpp-face-light-name-list)
15806 (cpp-face-dark-name-list):
15807 * progmodes/delphi.el (delphi-newline-always-indents):
15808 Fix spellings in docstrings.
15809
15810 * ido.el (ido-mode, ido-file-extensions-order)
15811 (ido-default-file-method, ido-default-buffer-method)
15812 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15813 (ido-decorations, ido-read-file-name-as-directory-commands)
15814 (ido-read-file-name-non-ido, ido-work-directory-list)
15815 (ido-ignore-item-temp-list, ido-current-directory)
15816 (ido-magic-forward-char, ido-enter-find-file)
15817 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15818 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15819
15820 2005-06-10 Lute Kamstra <lute@gnu.org>
15821
15822 * play/dunnet.el (dun-mode): Use define-derived-mode.
15823 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
15824 obsolete alias.
15825
15826 * play/doctor.el (doctor-mode-map): Remove defvar.
15827 (doctor-mode): Use define-derived-mode.
15828
15829 * mail/mspools.el (mspools-mode):
15830 * net/eudc-hotlist.el (eudc-hotlist-mode):
15831 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15832
15833 2005-06-10 Miles Bader <miles@gnu.org>
15834
15835 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15836 Remove "-face" suffix from face names.
15837 (flyspell-incorrect-face, flyspell-duplicate-face):
15838 New backward-compatibility aliases for renamed faces.
15839 (flyspell-mode-on, make-flyspell-overlay)
15840 (flyspell-highlight-incorrect-region)
15841 (flyspell-highlight-duplicate-region)
15842 (flyspell-display-next-corrections)
15843 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15844
15845 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15846 from face name.
15847 (texinfo-heading-face): New backward-compatibility alias for
15848 renamed face.
15849 (texinfo-heading-face): Use renamed texinfo-heading face.
15850
15851 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15852 suffix from face names.
15853 (tex-math-face, tex-verbatim-face):
15854 New backward-compatibility aliases for renamed faces.
15855 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15856 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15857 literal face name.
15858
15859 * textmodes/table.el (table-cell): Remove "-face" suffix from face
15860 name.
15861 (table-cell-face): New backward-compatibility alias for renamed face.
15862 (table--put-cell-face-property, table--update-cell-face):
15863 Use renamed table-cell face.
15864
15865 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15866 from face name.
15867 (sgml-namespace-face): New backward-compatibility alias for
15868 renamed face.
15869 (sgml-namespace-face): Use renamed sgml-namespace face.
15870
15871 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15872 (org-level-4, org-level-5, org-level-6, org-level-7)
15873 (org-level-8, org-warning, org-headline-done)
15874 (org-deadline-announce, org-scheduled-today)
15875 (org-scheduled-previously, org-link, org-done, org-table)
15876 (org-time-grid): Remove "-face" suffix from face names.
15877 (org-level-1-face, org-level-2-face, org-level-3-face)
15878 (org-level-4-face, org-level-5-face, org-level-6-face)
15879 (org-level-7-face, org-level-8-face, org-warning-face)
15880 (org-headline-done-face, org-deadline-announce-face)
15881 (org-scheduled-today-face, org-scheduled-previously-face)
15882 (org-link-face, org-done-face, org-table-face)
15883 (org-time-grid-face):
15884 New backward-compatibility aliases for renamed faces.
15885 (org-level-faces, org-set-font-lock-defaults, org-timeline)
15886 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15887 (org-agenda-get-timestamps, org-agenda-get-scheduled)
15888 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15889
15890 * emulation/viper-init.el (viper-search, viper-replace-overlay)
15891 (viper-minibuffer-emacs, viper-minibuffer-insert)
15892 (viper-minibuffer-vi): Remove "-face" suffix from face names.
15893 (viper-search-face, viper-replace-overlay-face)
15894 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15895 (viper-minibuffer-vi-face):
15896 New backward-compatibility aliases for renamed faces.
15897 (viper-search-face, viper-replace-overlay-face)
15898 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15899 (viper-minibuffer-vi-face): Use renamed viper faces.
15900
15901 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15902 Remove "-face" suffix from face names.
15903 (testcover-nohits-face, testcover-1value-face):
15904 New backward-compatibility aliases for renamed faces.
15905 (testcover-mark): Use renamed testcover faces.
15906
15907 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15908 face name.
15909 (diary-button-face): New backward-compatibility alias for renamed face.
15910 (diary-entry): Use renamed diary-button face.
15911
15912 * calendar/calendar.el (diary, calendar-today, holiday)
15913 (mark-visible-calendar-date): Remove "-face" suffix from face names.
15914 (diary-face, calendar-today-face, holiday-face):
15915 New backward-compatibility aliases for renamed faces.
15916 (eval-after-load "facemenu", diary-entry-marker)
15917 (calendar-today-marker, calendar-holiday-marker, diary-face):
15918 Use renamed calendar faces.
15919
15920 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15921 (compare-windows-face): New backward-compatibility alias for
15922 renamed face.
15923 (compare-windows-highlight): Use renamed compare-windows face.
15924
15925 * strokes.el (strokes-char): Remove "-face" suffix from face name.
15926 (strokes-char-face): New backward-compatibility alias for renamed face.
15927 (strokes-encode-buffer): Use renamed strokes-char face.
15928
15929 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15930 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15931 Remove "-face" suffix from face names.
15932 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15933 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15934 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15935 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15936 Use renamed pcvs faces.
15937 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15938 * pcvs-defs.el (cvs-mode-map): Likewise.
15939 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15940
15941 * info.el (info-title-1, info-title-2, info-title-3)
15942 (info-title-4): Remove "-face" suffix from and downcase face names.
15943 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15944 (Info-title-4-face):
15945 New backward-compatibility aliases for renamed faces.
15946 (Info-fontify-node): Use renamed info faces.
15947
15948 * hilit-chg.el (highlight-changes, highlight-changes-delete):
15949 Remove "-face" suffix from face names.
15950 (highlight-changes-face, highlight-changes-delete-face):
15951 New backward-compatibility aliases for renamed faces.
15952 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15953 (hilit-chg-make-list): Use renamed highlight-changes faces.
15954
15955 * generic-x.el (show-tabs-tab, show-tabs-space):
15956 Remove "-face" suffix from face names.
15957 (show-tabs-tab-face, show-tabs-space-face):
15958 New backward-compatibility aliases for renamed faces.
15959 (show-tabs-generic-mode-font-lock-defaults-1)
15960 (show-tabs-generic-mode-font-lock-defaults-2):
15961 Use renamed show-tabs faces.
15962
15963 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15964 (smerge-markers): Remove "-face" suffix from face names.
15965 (smerge-mine-face, smerge-other-face, smerge-base-face)
15966 (smerge-markers-face):
15967 New backward-compatibility aliases for renamed faces.
15968 (smerge-mine-face, smerge-other-face, smerge-base-face)
15969 (smerge-markers-face): Use renamed smerge faces.
15970
15971 * log-view.el (log-view-file, log-view-message): Remove "-face"
15972 suffix from face names.
15973 (log-view-file-face, log-view-message-face):
15974 New backward-compatibility aliases for renamed faces.
15975 (log-view-file-face, log-view-message-face): Use renamed log-view
15976 faces.
15977
15978 * paren.el (show-paren-match, show-paren-mismatch):
15979 Remove "-face" suffix from face names.
15980 (show-paren-match-face, show-paren-mismatch-face):
15981 New backward-compatibility aliases for renamed faces.
15982 (show-paren-function): Use renamed show-paren faces.
15983
15984 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15985 (ruler-mode-margins, ruler-mode-fringes)
15986 (ruler-mode-column-number, ruler-mode-fill-column)
15987 (ruler-mode-comment-column, ruler-mode-goal-column)
15988 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15989 suffix from face names.
15990 (ruler-mode-default-face, ruler-mode-pad-face)
15991 (ruler-mode-margins-face, ruler-mode-fringes-face)
15992 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15993 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15994 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15995 New backward-compatibility aliases for renamed faces.
15996 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15997 (ruler-mode-column-number, ruler-mode-fill-column)
15998 (ruler-mode-comment-column, ruler-mode-goal-column)
15999 (ruler-mode-tab-stop, ruler-mode-current-column)
16000 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
16001 faces.
16002
16003 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
16004 face name.
16005 (whitespace-highlight-the-space): Use renamed face.
16006 (whitespace-highlight-face): New backward-compatibility alias for
16007 renamed face.
16008
16009 * woman.el (woman-italic, woman-bold, woman-unknown)
16010 (woman-addition, woman-symbol-face):
16011 Remove "-face" suffix from face names.
16012 (woman-italic-face, woman-bold-face, woman-unknown-face)
16013 (woman-addition-face):
16014 New backward-compatibility aliases for renamed faces.
16015 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
16016 (woman-decode-region, woman-replace-match)
16017 (woman-display-extended-fonts, woman-special-characters)
16018 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
16019 Use renamed woman faces.
16020
16021 * longlines.el (longlines-visible-face): Face removed.
16022
16023 * diff-mode.el (diff-header, diff-file-header, diff-index)
16024 (diff-hunk-header, diff-removed, diff-added, diff-changed)
16025 (diff-function, diff-context, diff-nonexistent): Remove "-face"
16026 suffix from face names.
16027 (diff-header-face, diff-file-header-face, diff-index-face)
16028 (diff-hunk-header-face, diff-removed-face, diff-added-face)
16029 (diff-changed-face, diff-function-face, diff-context-face)
16030 (diff-nonexistent-face): New backward-compatibility aliases for
16031 renamed faces.
16032 (diff-header-face, diff-file-header-face)
16033 (diff-index, diff-index-face, diff-hunk-header)
16034 (diff-hunk-header-face, diff-removed, diff-removed-face)
16035 (diff-added, diff-added-face, diff-changed-face, diff-function)
16036 (diff-function-face, diff-context-face, diff-nonexistent)
16037 (diff-nonexistent-face): Use renamed diff-mode faces.
16038
16039 * progmodes/compile.el (compilation-warning-face)
16040 (compilation-info-face): Remove "-face" suffix from face names.
16041 (compilation-warning-face, compilation-info-face):
16042 New backward-compatibility aliases for renamed faces.
16043 (compilation-warning-face, compilation-info-face):
16044 Use renamed compilation faces.
16045
16046 * add-log.el (change-log-date, change-log-name)
16047 (change-log-email, change-log-file, change-log-list)
16048 (change-log-conditionals, change-log-function)
16049 (change-log-acknowledgement): Remove "-face" suffix from face names.
16050 (change-log-date-face, change-log-name-face)
16051 (change-log-email-face, change-log-file-face)
16052 (change-log-list-face, change-log-conditionals-face)
16053 (change-log-function-face, change-log-acknowledgement-face):
16054 New backward-compatibility aliases for renamed faces.
16055 (change-log-font-lock-keywords): Use renamed change-log faces.
16056
16057 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
16058 (custom-set, custom-changed, custom-saved, custom-button)
16059 (custom-button-pressed, custom-documentation, custom-state)
16060 (custom-comment, custom-comment-tag, custom-variable-tag)
16061 (custom-variable-button, custom-face-tag, custom-group-tag-1)
16062 (custom-group-tag): Remove "-face" suffix from face names.
16063 (custom-magic-alist, custom-magic-value-create)
16064 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
16065 (custom-invalid-face, custom-rogue-face, custom-modified-face)
16066 (custom-set-face, custom-changed-face, custom-saved-face)
16067 (custom-button-face, custom-button-pressed-face)
16068 (custom-documentation-face, custom-state-face)
16069 (custom-comment-face, custom-comment-tag-face)
16070 (custom-variable-tag-face, custom-variable-button-face)
16071 (custom-face-tag-face, custom-group-tag-face-1)
16072 (custom-group-tag-face):
16073 New backward-compatibility aliases for renamed faces.
16074
16075 * wid-edit.el (widget-documentation, widget-button)
16076 (widget-field, widget-single-line-field, widget-inactive)
16077 (widget-button-pressed): "-face" suffix removed from face names.
16078 (widget-documentation-face, widget-button-face)
16079 (widget-field-face, widget-single-line-field-face)
16080 (widget-inactive-face, widget-button-pressed-face):
16081 New backward-compatibility aliases for renamed faces.
16082 (widget-documentation-face, widget-button-face)
16083 (widget-button-pressed-face, widget-specify-field)
16084 (widget-specify-inactive): Use renamed widget faces.
16085
16086 2005-06-10 Kenichi Handa <handa@m17n.org>
16087
16088 * term/x-win.el (x-clipboard-yank): Remove condition-case
16089 wrapping.
16090
16091 2005-06-11 Kenichi Handa <handa@m17n.org>
16092
16093 * add-log.el (change-log-font-lock-keywords): Make the regexp for
16094 date lines stricter.
16095
16096 2005-06-10 Zhang Wei <id.brep@gmail.com>
16097
16098 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
16099 of x-get-selection.
16100
16101 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16102
16103 * comint.el (comint-mode, comint-snapshot-last-prompt):
16104 * frame.el (frame-current-scroll-bars):
16105 * term.el (term-mode, term-check-proc, term-input-sender)
16106 (term-simple-send, term-extract-string, term-word)
16107 (term-match-partial-filename):
16108 * window.el (window-current-scroll-bars):
16109 * emulation/cua-base.el (cua-normal-cursor-color)
16110 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
16111 (cua-global-mark-cursor-color):
16112 * mail/undigest.el (rmail-forward-separator-regex):
16113 Fix typos in docstrings.
16114
16115 * comint.el (comint-check-proc, make-comint-in-buffer)
16116 (comint-source-default): Doc fixes.
16117
16118 * term.el (term-send-string): Improve argument/docstring consistency.
16119
16120 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
16121
16122 * comint.el (comint-send-input): Bind `inhibit-read-only' around
16123 call to `delete-region'.
16124 (comint-mode-hook): Do not enable Font Lock by default.
16125
16126 2005-06-09 Lute Kamstra <lute@gnu.org>
16127
16128 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
16129 could be void.
16130
16131 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
16132
16133 * emacs-lisp/debug.el (debugger-will-be-back): New var.
16134 (debug): Use it.
16135 (debugger-step-through, debugger-continue, debugger-jump)
16136 (debugger-return-value): Set it when needed.
16137 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
16138 Use inhibit-read-only.
16139
16140 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
16141
16142 * window.el (shrink-window-if-larger-than-buffer)
16143 (window-size-fixed): Fix typo in docstring.
16144
16145 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
16146 thumbnails directory on loading.
16147 (thumbs-conversion-program): Use `eq' to check the system type,
16148 not `equal'.
16149 (thumbs-temp-dir): Initialize to `temporary-file-directory',
16150 not "/tmp". Fix docstring.
16151 (thumbs-thumbsdir): New function to return the thumbnails
16152 directory, creating it if needed.
16153 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
16154 (thumbs-temp-file): Delete variable and make it into a function.
16155 (thumbs-resize-image, thumbs-modify-image): Use it.
16156 (thumbs-kill-buffer): Simplify.
16157 (thumbs-gensym): Defalias or duplicate CL `gensym'.
16158 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
16159 docstrings.
16160
16161 2005-06-09 Kim F. Storm <storm@cua.dk>
16162
16163 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
16164 set-match-data to free markers in match-data.
16165
16166 * replace.el (replace-match-data): Pass RESEAT arg `t' to
16167 match-data to unchain markers in match-data.
16168
16169 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
16170
16171 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16172 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
16173 unnecessary now.
16174
16175 2005-06-08 Richard M. Stallman <rms@gnu.org>
16176
16177 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16178 give the variable a doc string that doesn't say don't set it directly.
16179
16180 * textmodes/ispell.el (ispell-check-version):
16181 Use match-string-no-properties.
16182 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16183 (ispell-buffer-local-words): Likewise.
16184
16185 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16186 except on terminals with enough colors to really display it.
16187 (makefile-dependency-regex): Delete spurious `bb'.
16188
16189 * faces.el (escape-glyph): Use blue once again in last case.
16190 (no-break-space): Redefine so that it isn't invisible on a tty.
16191
16192 2005-06-08 Kim F. Storm <storm@cua.dk>
16193
16194 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16195 also when reading directory name.
16196
16197 2005-06-08 Lute Kamstra <lute@gnu.org>
16198
16199 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16200 (flyspell-mode-line-string): Remove autoload cookie.
16201 (flyspell-mode): Remove defvar.
16202
16203 2005-06-07 Lute Kamstra <lute@gnu.org>
16204
16205 * textmodes/org.el (org-run-mode-hooks): New function.
16206 (org-agenda-mode): Use it.
16207
16208 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16209
16210 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16211
16212 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16213
16214 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16215
16216 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16217
16218 * font-lock.el (font-lock-add-keywords): Doc fix.
16219
16220 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16221
16222 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16223 (tex-compile-default): In the absence of any history, use the order in
16224 tex-compile-alist to choose the preferred command.
16225 (tex-compile-commands): Reorder a bit.
16226
16227 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16228 (flyspell-incorrect-face, flyspell-duplicate-face):
16229 Use (X)Emacs-agnostic code.
16230 (flyspell-mode-map): Don't overwrite at each load. Remove code
16231 redundant with the subsequent add-minor-mode. Merge Emacs and
16232 XEmacs code.
16233 (flyspell-word): Minor simplification.
16234 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16235 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16236 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16237 Merge the corresponding Emacs code.
16238 (flyspell-correct-word, flyspell-xemacs-popup):
16239 Use flyspell-do-correct.
16240
16241 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16242 a dedicated window.
16243
16244 * international/latexenc.el (latexenc-find-file-coding-system):
16245 Undo part of last patch, to turn off a compiler warning.
16246
16247 2005-06-06 Juri Linkov <juri@jurta.org>
16248
16249 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16250 Rename `tmm-inactive-face' to `tmm-inactive'.
16251
16252 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16253
16254 * iswitchb.el: Rename faces.
16255
16256 2005-06-06 Kim F. Storm <storm@cua.dk>
16257
16258 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16259 (cua-global-mark): Remove -face suffix from face names.
16260
16261 * emulation/cua-gmrk.el (cua--init-global-mark):
16262 Remove cua-global-mark face setup.
16263
16264 2005-06-06 Richard M. Stallman <rms@gnu.org>
16265
16266 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16267 just like other allowed characters.
16268 (makefile-match-dependency): Exclude leading and training whitespace
16269 from the range of regexp subexp 1.
16270 (makefile-macroassign-regex): Don't try to match the body,
16271 just the name of the macro being defined.
16272
16273 * info.el (Info-read-node-name-2): New function.
16274 (Info-read-node-name-1): Use that.
16275 Add a completion-base-size-function property.
16276
16277 * simple.el (completion-setup-function): Look for
16278 completion-base-size-function property of minibuffer-completion-table.
16279
16280 * files.el (locate-file-completion): Doc fix.
16281
16282 * printing.el: Don't call pr-update-menus; user must do that.
16283
16284 * emacs-lisp/debug.el (debugger-window): New variable.
16285 (debug): Use debugger-window if it is set and still alive.
16286 Record debugger-window for next entry.
16287
16288 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16289
16290 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16291
16292 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16293 (hack-one-local-variable, hack-local-variables)
16294 (hack-local-variables-prop-line): Pass that arg.
16295
16296 2005-06-06 Kim F. Storm <storm@cua.dk>
16297
16298 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16299 (ido-indicator): Remove -face suffix from face names.
16300
16301 2005-06-06 Juri Linkov <juri@jurta.org>
16302
16303 * font-lock.el (font-lock-regexp-backslash)
16304 (font-lock-regexp-backslash-construct): New faces.
16305 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16306 after `('. Add `while-no-input' to control structures.
16307
16308 * faces.el (no-break-space, shadow): New faces.
16309 (escape-glyph): Use less loud colors pink2 and red4.
16310
16311 * diff-mode.el (diff-context-face)
16312 * dired.el (dired-ignored)
16313 * rfn-eshadow.el (file-name-shadow)
16314 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16315
16316 * info.el (Info-title-1-face): Use green instead of yellow because
16317 bold yellow is not readable on light backgrounds.
16318
16319 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16320 before selecting the desired mode to not spend time fontifying
16321 old contents.
16322
16323 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16324
16325 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16326 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16327
16328 * ps-print.el (ps-default-fg, ps-default-bg):
16329 Fix typos in docstrings.
16330
16331 * isearchb.el (isearchb): Don't pass a spurious second argument to
16332 `iswitchb-completions'.
16333
16334 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16335
16336 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16337 to preserve point.
16338 (gdb-find-file-hook): Add doc string.
16339
16340 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16341 C dereferenced pointer expression.
16342 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16343
16344 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16345
16346 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16347 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16348 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16349 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16350 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16351 Make background transparent.
16352
16353 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16354
16355 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16356 (font-lock-remove-keywords): Doc fix.
16357 (font-lock-mode-major-mode): Compiler defvar.
16358 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16359
16360 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16361 (font-lock-mode): Update `font-lock-mode-major-mode'.
16362 (font-lock-set-defaults): Compiler defvar.
16363 (font-lock-default-function): Take `font-lock-mode-major-mode'
16364 into account.
16365
16366 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16367 keep track of which major mode it enabled the minor mode for.
16368 Use find-file-hook again. Update docstring.
16369
16370 * simple.el (eval-expression-print-level)
16371 (eval-expression-print-length, eval-expression-debug-on-error):
16372 Doc fixes.
16373
16374 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16375
16376 * iswitchb.el (iswitchb-single-match-face)
16377 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16378 (iswitchb-invalid-regexp-face): New faces.
16379 (iswitchb-completions): Use them.
16380 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16381 now marked as an obsolete alias.
16382 (iswitchb-read-buffer): Remove check for bound font variables.
16383 (iswitchb-invalid-regexp): New free variable.
16384 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16385 set iswitchb-invalid-regexp.
16386 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16387 invalid regexps.
16388 (iswitchb-completions): Add check for complete match when entering
16389 a regexp.
16390 (iswitchb-completions): Remove require-match argument.
16391 (iswitchb-exhibit): Fix caller.
16392 (iswitchb-common-match-inserted): New variable.
16393 (iswitchb-complete, iswitchb-completion-help): Use it.
16394
16395 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16396
16397 * url-http.el (url-http-chunked-encoding-after-change-function):
16398 Use `url-http-debug' instead of `message'.
16399
16400 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16401
16402 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16403 callback argument.
16404
16405 2005-06-04 Kim F. Storm <storm@cua.dk>
16406
16407 * simple.el (line-move): Only call sit-for when moving backwards.
16408
16409 * ido.el (ido-make-merged-file-list-1): New defun split from
16410 ido-make-merged-file-list.
16411 (ido-make-merged-file-list): Bind throw-on-input around call to
16412 ido-make-merged-file-list-1. Return input-pending-p if
16413 interrupted by more input available.
16414 (ido-read-internal): Handle input-pending-p return value from
16415 ido-make-merged-file-list.
16416
16417 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16418
16419 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16420 compatibility code.
16421
16422 * international/latexenc.el (latexenc-find-file-coding-system):
16423 Don't inherit the EOL part of the coding-system from the
16424 tex-main buffer. Fit within 80 columns.
16425
16426 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16427
16428 * tmm.el (tmm-inactive-face): New face.
16429 (tmm-remove-inactive-mouse-face): New function.
16430 (tmm-prompt, tmm-add-one-shortcut)
16431 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16432 but not selectable.
16433
16434 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16435
16436 * faces.el (face-equal): Improve argument/docstring consistency.
16437
16438 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16439
16440 * progmodes/make-mode.el (makefile-targets-face)
16441 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16442 (makefile-bsdmake-dependency-regex)
16443 (makefile-makepp-rule-action-regex)
16444 (makefile-bsdmake-rule-action-regex): New constants.
16445 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16446
16447 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16448 Allow (...) within `...' for makepp messages.
16449
16450 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16451
16452 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16453
16454 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16455 "." files are deleted from all file lists before comparison.
16456
16457 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16458 (viper-ESC-key): Made them customizable.
16459
16460 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16461
16462 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16463
16464 * autorevert.el (auto-revert-buffers): Use save-match-data.
16465
16466 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16467
16468 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16469 menu items with a nil command binding.
16470
16471 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16472
16473 * emacs-lisp/cl-macs.el (defsetf):
16474 Improve argument/docstring consistency.
16475
16476 * faces.el (list-faces-display): Improve the formatting by
16477 computing the maximum length required for any face-name (reworked
16478 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16479 (internal-find-face): Remove redundant info in docstring.
16480
16481 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16482
16483 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16484 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16485 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16486 (gdb-assembler-custom): Improve regexps.
16487 (def-gdb-auto-update-handler): Use window point to preserve point.
16488
16489 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16490
16491 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16492
16493 2005-05-31 Jay Belanger <belanger@truman.edu>
16494
16495 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16496 to calc-embedded.
16497 (calc-embedded-make-info): Have plain prefix argument select
16498 entire line.
16499
16500 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16501
16502 * faces.el (list-faces-display): Signal error if passed a regexp
16503 that matches no face name.
16504
16505 * simple.el (filter-buffer-substring): Fix typo in docstring.
16506
16507 2005-05-31 Richard M. Stallman <rms@gnu.org>
16508
16509 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16510 (vhdl-emacs-21): Doc fix.
16511 (vhdl-mode): Unconditionally set comment-padding.
16512 (vhdl-fixup-whitespace-region): Insert spaces only where
16513 there are none.
16514 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16515
16516 2005-05-30 John Wiegley <johnw@newartisans.com>
16517
16518 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16519 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16520 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16521 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16522 `string-to-number'.
16523
16524 2005-05-30 Jay Belanger <belanger@truman.edu>
16525
16526 * calc/calc.el (calc-bug-address): Fix docstring.
16527 (calc-window-hook, calc-trail-window-hook): New variables.
16528 (calc-trail-display): Restore use of calc-trail-window-hook.
16529 (calc): Restore use of calc-window-hook.
16530
16531 2005-05-31 Masatake YAMATO <jet@gyve.org>
16532
16533 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16534
16535 * help-fns.el (help-C-file-name): Add autoload mark for
16536 `find-function-noselect'.
16537
16538 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16539
16540 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16541 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16542
16543 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16544
16545 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16546 included diary buffer if it was not already being visited.
16547 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16548
16549 * calendar/icalendar.el (top-level): Do not require appt.
16550
16551 * mail/supercite.el (sc-select-attribution): Only use a list
16552 element from sc-attrib-selection-list if it returns a string.
16553 Reported by Davide G. M. Salvetti <salve@debian.org>.
16554
16555 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16556
16557 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16558 includes a hash value to improve its uniqueness, and has a ".jpg"
16559 extension. Also, it is now a valid filename on all systems.
16560 (thumbs-make-thumb): Use `let', not `let*'.
16561 (thumbs-show-thumbs-list): Check for JPEG availability.
16562
16563 2005-05-30 Richard M. Stallman <rms@gnu.org>
16564
16565 * filesets.el (filesets-menu-ensure-use-cached):
16566 Prevent warning when emacs-version>= is undefined.
16567
16568 * printing.el (pr-interactive-n-up): Use string-to-number.
16569
16570 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16571
16572 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16573 Warn only when name to be defined is quoted.
16574
16575 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16576
16577 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16578 Make regexp more robust.
16579 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16580 Force regeneration of disassembly.
16581
16582 2005-05-29 Jay Belanger <belanger@truman.edu>
16583
16584 * calc/calc.el (calc-user-invocation): Check if
16585 calc-invocation-macro is non-nil.
16586
16587 2005-05-29 Juri Linkov <juri@jurta.org>
16588
16589 * add-log.el (change-log-font-lock-keywords):
16590 Add `+' to e-mail regexp to accept mail address with keywords.
16591
16592 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16593
16594 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16595
16596 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16597
16598 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16599
16600 2005-05-29 Richard M. Stallman <rms@gnu.org>
16601
16602 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16603 Undo the change that moves to end of the current word.
16604
16605 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16606
16607 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16608 Throw error when count <= 0 to ensure input is a number.
16609 (gdb-read-memory-custom): Pick up address from buffer.
16610 (gdb-memory-mode): Allow user to increment and decrement
16611 memory address from header line.
16612
16613 2005-05-29 Richard M. Stallman <rms@gnu.org>
16614
16615 * flyspell.el (flyspell-version): Function deleted.
16616 (flyspell-auto-correct-previous-hook): Doc fix.
16617
16618 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16619 Do nothing if memory is full.
16620
16621 * font-lock.el (font-lock-fontify-syntactically-region):
16622 Pass t for GREEDY to looking-back.
16623
16624 * saveplace.el (save-place-alist-to-file): Write the file
16625 using write-region.
16626
16627 * subr.el (looking-back): New argument GREEDY.
16628
16629 * progmodes/compile.el (compilation-start): Set the mode
16630 before inserting the initial text.
16631
16632 * progmodes/which-func.el (which-func-update-1): Turn the mode
16633 off in case of error by setting which-func-mode.
16634
16635 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16636
16637 * flyspell.el (flyspell-auto-correct-previous-word):
16638 Narrow down to what's on the screen, and recenter overlays
16639 at the end of the next word.
16640
16641 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16642
16643 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16644 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16645 (flyspell-abbrev-p): Default to nil.
16646 (flyspell-use-global-abbrev-table-p): Doc fix.
16647 (flyspell-large-region): Allow nil as value.
16648 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16649
16650 (mail-mode-flyspell-verify): More robust handling
16651 of `mail-header-separator'. More efficient signature detection.
16652 Allow for regexp metacharacters in message-header-separator.
16653 Adding `To' not to be checked in mail-mode-flyspell-verify.
16654
16655 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16656 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16657 Bind flyspell-auto-correct-binding.
16658 Bind C-. and C-, .
16659 (flyspell-mode-map): Likewise.
16660 (flyspell-mode): Doc fix.
16661 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16662 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16663 (flyspell-word-cache-result): New var, always local.
16664 (flyspell-check-pre-word-p): Doc fix.
16665 (flyspell-check-changed-word-p): Handle spc like newline.
16666 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16667 (flyspell-word-search-backward, flyspell-word-search-forward):
16668 New functions.
16669 (flyspell-word): Return t if nothing to check.
16670 When parsing TeX code, check for after } or \.
16671 Use flyspell-word-search-backward to find previous word.
16672 Return nil if duplicated word.
16673 For word already checked, return same value as last time.
16674 Set flyspell-word-cache-result after checking.
16675 Don't clobber the return value.
16676 (flyspell-get-word): Major rewrite.
16677 (flyspell-external-point-words): New locals pword, pcount.
16678 Fix size used in progress message.
16679 Find the proper corresponding word in flyspell-large-region-buffer.
16680 (flyspell-region): Check for flyspell-large-region = nil.
16681 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16682 (flyspell-auto-correct-word): Check that WORD is a cons.
16683 (flyspell-correct-word): Likewise.
16684
16685 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16686
16687 * progmodes/make-mode.el (makefile-rule-action-regex)
16688 (makefile-macroassign-regex, makefile-makepp-mode)
16689 (makefile-bsdmake-mode): Continuation lines may be empty.
16690 Reported by Joshua Varner.
16691 (makefile-makepp-font-lock-keywords): Add $(stem).
16692
16693 2005-05-28 Karl Berry <karl@gnu.org>
16694
16695 * textmodes/tex-mode.el: Now that tex-send-command calls
16696 shell-quote-argument (2005-03-31 change), remove all calls to
16697 shell-quote-argument; they all end up invoking tex-send-command.
16698 The double quoting loses on filenames with non-safe characters,
16699 such as "@". Reported by Frederik Fouvry.
16700
16701 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16702
16703 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16704 about preserving point.
16705
16706 2005-05-27 Jay Belanger <belanger@truman.edu>
16707
16708 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16709 Info-goto-node.
16710
16711 * calc/calc-embed.el (calc-embed-arg): New variable.
16712 (calc-do-embedded-activate, calc-embedded-activate-formula)
16713 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16714 variable by new variable.
16715 (calc-embedded-make-info): Replace undeclared variable by new
16716 variable. When selecting region with positive prefix
16717 argument, use end of previous line instead of beginning of line.
16718
16719 * calc/calc-aent.el (calc-arg-values): Declare it.
16720
16721 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16722 Declare them.
16723
16724 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16725
16726 * calc/calc.el (calc-alg-map): Declare it.
16727
16728 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16729
16730 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16731
16732 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16733 (gdb-registers-buffer, toggle-gdb-all-registers):
16734 Toggle display of floating point registers.
16735 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16736
16737 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16738 (toggle-gud-tooltip-dereference):
16739 Rename from gud-toggle-tooltip-dereference.
16740
16741 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16742
16743 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16744
16745 2005-05-27 Jay Belanger <belanger@truman.edu>
16746
16747 * calc/calc-prog.el (calc-kbd-report): Remove.
16748 (calc-kbd-query): Rewrite.
16749
16750 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16751
16752 * image.el (image-library-alist): Move to image.c.
16753 (image-type-available-p): Doc fix.
16754
16755 2005-05-27 Lute Kamstra <lute@gnu.org>
16756
16757 * calc/calc.el (calc):
16758 * outline.el (outline-1, outline-2, outline-3, outline-4)
16759 (outline-5, outline-6, outline-7, outline-8):
16760 * textmodes/dns-mode.el (dns-mode):
16761 * textmodes/sgml-mode.el (sgml-namespace-face):
16762 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16763 (tex-verbatim-face, tex-use-reftex):
16764 * textmodes/texinfo.el (texinfo-heading-face):
16765 Specify customization group.
16766
16767 * longlines.el: Don't require easy-mmode.
16768 (longlines-visible-face): Specify customization group.
16769
16770 2005-05-27 Kenichi Handa <handa@m17n.org>
16771
16772 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16773 encoding table of windows-1251.
16774
16775 * international/ucs-tables.el (ucs-set-table-for-input):
16776 If translation-table-for-input of a coding system is a symbol, get
16777 its translation-table property.
16778
16779 * international/code-pages.el: Don't register a coding system into
16780 non-iso-charset-alist more than once.
16781 (cp-make-coding-system): Likewise.
16782
16783 2005-05-26 John Wiegley <johnw@newartisans.com>
16784
16785 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16786 `eshell-resume-eval' is wrapped in a list, it indicates that the
16787 command was run asynchronously. In that case, unwrap the value
16788 before checking the delimiter value.
16789
16790 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16791 character before a space at the end of a line is \, assume the space
16792 is part of the last argument rather than a final argument separator.
16793
16794 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16795 is in use, and the target is `t' or `nil' (which are the most common
16796 values), don't assume that the symbol target is a buffer.
16797
16798 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16799
16800 * calendar/calendar.el (calendar-mode-line-format):
16801 Use mode-line-highlight as mouse-face.
16802
16803 * time.el (display-time-string-forms, display-time-update):
16804 Use mode-line-highlight as mouse-face.
16805
16806 2005-05-26 Jay Belanger <belanger@truman.edu>
16807
16808 * calc/calc.el (calc-language-alist): Remove extra defvar.
16809
16810 2005-05-26 Lute Kamstra <lute@gnu.org>
16811
16812 * arc-mode.el (archive-mode):
16813 * bookmark.el (bookmark-read-annotation-mode)
16814 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16815 * bs.el (bs-mode):
16816 * calc/calc-yank.el (calc-edit-mode):
16817 * calc/calc.el (calc-mode, calc-trail-mode):
16818 * calculator.el (calculator-mode):
16819 * chistory.el (command-history-mode):
16820 * comint.el:
16821 * cus-edit.el (custom-mode):
16822 * descr-text.el (describe-text-mode):
16823 * ebuff-menu.el (Electric-buffer-menu-mode):
16824 * ediff-util.el (ediff-mode):
16825 * emacs-lisp/re-builder.el (reb-mode):
16826 * emulation/vi.el (vi-mode-setup):
16827 * emulation/ws-mode.el (wordstar-mode):
16828 * eshell/esh-mode.el (eshell-mode):
16829 * forms.el (forms-mode):
16830 * help-mode.el (help-mode):
16831 * hexl.el (hexl-mode):
16832 * ibuffer.el (ibuffer-mode):
16833 * ielm.el (inferior-emacs-lisp-mode):
16834 * info.el (Info-mode, Info-edit-mode):
16835 * international/swedish.el:
16836 * ledit.el (ledit-from-lisp-mode):
16837 * locate.el (locate-mode):
16838 * mail/rmail.el (rmail-mode):
16839 * mail/rmailedit.el (rmail-edit-mode):
16840 * mail/rmailsum.el (rmail-summary-mode):
16841 * mail/supercite.el (sc-electric-mode):
16842 * net/eudc.el (eudc-mode):
16843 * net/quickurl.el (quickurl-list-mode):
16844 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16845 * obsolete/ooutline.el (outline-mode):
16846 * obsolete/options.el (Edit-options-mode):
16847 * obsolete/rnews.el (news-mode):
16848 * obsolete/rnewspost.el (news-reply-mode):
16849 * play/5x5.el (5x5-mode):
16850 * play/decipher.el (decipher-mode, decipher-stats-mode):
16851 * play/gomoku.el (gomoku-mode):
16852 * play/snake.el (snake-mode):
16853 * play/solitaire.el (solitaire-mode):
16854 * play/tetris.el (tetris-mode):
16855 * progmodes/ada-mode.el (ada-mode):
16856 * progmodes/antlr-mode.el (antlr-mode):
16857 * progmodes/autoconf.el (autoconf-mode):
16858 * progmodes/dcl-mode.el (dcl-mode):
16859 * progmodes/delphi.el (delphi-mode):
16860 * progmodes/ebrowse.el (ebrowse-tree-mode)
16861 (ebrowse-electric-list-mode, ebrowse-member-mode)
16862 (ebrowse-electric-position-mode):
16863 * progmodes/f90.el (f90-mode):
16864 * progmodes/fortran.el (fortran-mode):
16865 * progmodes/icon.el (icon-mode):
16866 * progmodes/idlw-help.el (idlwave-help-mode):
16867 * progmodes/idlw-shell.el (idlwave-shell-mode):
16868 * progmodes/idlwave.el (idlwave-mode):
16869 * progmodes/inf-lisp.el (inferior-lisp-mode):
16870 * progmodes/m4-mode.el (m4-mode):
16871 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16872 * progmodes/modula2.el (modula-2-mode):
16873 * progmodes/octave-inf.el (inferior-octave-mode):
16874 * progmodes/octave-mod.el (octave-mode):
16875 * progmodes/pascal.el (pascal-mode):
16876 * progmodes/sh-script.el (sh-mode):
16877 * progmodes/sql.el (sql-mode, sql-interactive-mode):
16878 * progmodes/vhdl-mode.el (vhdl-mode):
16879 * progmodes/xscheme.el (scheme-interaction-mode):
16880 * replace.el (occur-mode):
16881 * ses.el (ses-mode):
16882 * simple.el (completion-list-mode):
16883 * skeleton.el:
16884 * speedbar.el (speedbar-mode):
16885 * term.el (term-mode):
16886 * terminal.el (terminal-edit-mode):
16887 * textmodes/reftex-index.el (reftex-index-mode)
16888 (reftex-index-phrases-mode):
16889 * textmodes/reftex-sel.el (reftex-select-label-mode)
16890 (reftex-select-bib-mode):
16891 * textmodes/reftex-toc.el (reftex-toc-mode):
16892 * wdired.el (wdired-change-to-wdired-mode):
16893 * wid-browse.el (widget-browse-mode):
16894 Use run-mode-hooks.
16895
16896 * array.el (array-mode):
16897 * calendar/todo-mode.el (todo-mode):
16898 * man.el (Man-mode):
16899 * play/landmark.el (lm-mode):
16900 * play/mpuz.el (mpuz-mode):
16901 Use kill-all-local-variables and run-mode-hooks.
16902
16903 * subr.el (delay-mode-hooks): Specify indentation.
16904
16905 2005-05-26 Mark A. Hershberger <mah@everybody.org>
16906
16907 * xml.el (xml-substitute-special): Don't die for undefined xml
16908 entities.
16909
16910 2005-05-26 Jay Belanger <belanger@truman.edu>
16911
16912 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16913 of nil.
16914
16915 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
16916
16917 * progmodes/gdb-ui.el (gdb-frame-address):
16918 Rename from gdb-current-address.
16919 (gdb-previous-frame-address): Rename from gdb-previous-address.
16920 (gdb-selected-frame): Rename from gdb-current-frame.
16921 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16922 (gdb-frame-number): Rename from gdb-current-stack-level.
16923 (gdb-ann3): Match new mode-name for disassembly buffer.
16924 Extend initialization of variables.
16925 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16926 (gdb-memory-mode): Use mouse-face in header line.
16927 (gdb-assembler-buffer-name): Call it disassembly and give frame
16928 in mode line.
16929 (gdb-source-spec-regexp, gdb-assembler-custom)
16930 (gdb-invalidate-assembler, gdb-frame-handler):
16931 Make robust to leading zeroes in address format.
16932
16933 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
16934
16935 * textmodes/org.el (org-mode): Use `define-derived-mode' to
16936 define `org-mode'.
16937 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16938
16939 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
16940
16941 * log-edit.el (log-edit-changelog-entries): Distinguish between
16942 filenames like xfns.c and fns.c.
16943
16944 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
16945
16946 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16947 point after reverting.
16948 (Buffer-menu-make-sort-button): Handle the case where
16949 `Buffer-menu-use-header-line' is nil.
16950
16951 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
16952
16953 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16954 New funcs. In minibuffer-local-completion-map bind `]', `/'
16955 and `:' to them.
16956
16957 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
16958
16959 * startup.el (normal-top-level): Allow modification of load-path while
16960 we're iterating over it.
16961
16962 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
16963
16964 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16965 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16966 (thumbs-resize-interactive, thumbs-insert-image)
16967 (thumbs-insert-thumb, thumbs-dired-show-marked)
16968 (thumbs-find-image-at-point, thumbs-delete-images)
16969 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16970 (thumbs-increment-image-size, thumbs-decrement-image-size):
16971 Fix typos in docstrings.
16972
16973 2005-05-24 Andre Spiegel <spiegel@gnu.org>
16974
16975 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16976 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16977 (cperl-mode): Use them.
16978
16979 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
16980
16981 * window.el (quit-window, shrink-window-if-larger-than-buffer):
16982 Doc fixes.
16983
16984 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
16985
16986 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16987 Bind C-d to gdb-inferior-io-eof.
16988
16989 * dired.el (dired-dnd-popup-notice): Use message-box.
16990
16991 2005-05-23 Masatake YAMATO <jet@gyve.org>
16992
16993 * bindings.el (mode-line-major-mode-keymap):
16994 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16995
16996 * faces.el (mode-line-highlight): New face.
16997
16998 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16999 as mouse-face.
17000
17001 * bindings.el (top-level, help-echo, mode-line-modified)
17002 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
17003 as mouse-face.
17004
17005 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
17006
17007 * progmodes/cc-engine.el (c-guess-basic-syntax):
17008 Remove spurious call to `zerop'.
17009
17010 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
17011
17012 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
17013
17014 CC Mode update to 5.30.10:
17015
17016 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
17017 could go past the limit in decoration level 2, thereby causing
17018 errors during interactive fontification.
17019
17020 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
17021 the file is evaluated interactively.
17022
17023 * cc-engine.el (c-guess-basic-syntax): Handle operator
17024 declarations somewhat better in C++.
17025
17026 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
17027 make use of `run-mode-hooks' which has been added in Emacs 21.1.
17028 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
17029 (awk-mode): Use it.
17030 (make-local-hook): Suppress warning about obsoleteness.
17031
17032 * cc-engine.el, cc-align.el, cc-cmds.el
17033 (c-append-backslashes-forward, c-delete-backslashes-forward)
17034 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
17035 Compensate for return value from `forward-line' when it has moved
17036 but not to a different line due to eob.
17037
17038 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
17039 `objc-method-intro' and `objc-method-args-cont'.
17040
17041 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
17042
17043 CC Mode update to 5.30.10:
17044
17045 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
17046 in the copyright statement. Incidentally, change "along with GNU
17047 Emacs" to "along with this program" where it occurs.
17048
17049 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
17050 so that it is interactive, hence can be found by M-x awk-mode
17051 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
17052 <gmorris+emacs@ast.cam.ac.uk>.
17053
17054 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
17055 Mode's regexps.
17056
17057 2005-05-23 Kevin Ryde <user42@zip.com.au>
17058
17059 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
17060 c-parse-state, to avoid a lisp error (on bad code).
17061
17062 2005-05-23 Lute Kamstra <lute@gnu.org>
17063
17064 * subr.el (font-lock-defaults): Remove defvar as it's already
17065 defined in font-core.el.
17066
17067 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
17068
17069 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
17070
17071 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
17072 more general and work when GDB variable "print pretty" is on,
17073 as with Emacs, for example.
17074
17075 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
17076
17077 * font-core.el: Update comment.
17078
17079 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17080 Use `after-change-major-mode-hook' instead of `find-file-hook'.
17081
17082 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
17083
17084 2005-05-22 Eli Zaretskii <eliz@gnu.org>
17085
17086 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
17087 and `yank-handler' in the doc strings.
17088
17089 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17090
17091 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
17092
17093 2005-05-22 Richard M. Stallman <rms@gnu.org>
17094
17095 * help.el (describe-key): Move print-help-return-message call
17096 out of conditional.
17097
17098 * progmodes/etags.el (list-tags): Use with-no-warnings.
17099
17100 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
17101 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
17102 (starttls-extra-args, starttls-extra-arguments): Add defvars.
17103
17104 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
17105
17106 * language/viet-util.el (viet-viscii-nonascii-translation-table):
17107 Add defvar.
17108
17109 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
17110 Use defvar, not defconst.
17111
17112 * hexl.el (hexl-follow-line): Use with-no-warnings.
17113
17114 * emulation/tpu-extras.el: Use write-file-functions instead of
17115 write-file-hooks.
17116
17117 * dired.el (dired-font-lock-keywords): Fontify files with junk
17118 extensions even if marked by -F.
17119
17120 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
17121
17122 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
17123 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
17124 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
17125 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
17126 (concatenate, list-length, get*, getf, cl-remprop):
17127 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
17128 (etypecase, progv, lexical-let, lexical-let*)
17129 (multiple-value-bind, multiple-value-setq, shiftf):
17130 Improve argument/docstring consistency.
17131
17132 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
17133
17134 2005-05-22 Andre Spiegel <spiegel@gnu.org>
17135
17136 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
17137 doesn't exist.
17138
17139 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
17140 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
17141
17142 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
17143
17144 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
17145 already deleted variables: auto-fill-hook, blink-paren-hook,
17146 lisp-indent-hook, inhibit-local-variables, unread-command-event,
17147 suspend-hooks, comment-indent-hook, meta-flag,
17148 before-change-function, after-change-function,
17149 font-lock-doc-string-face.
17150
17151 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
17152
17153 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17154
17155 2005-05-21 Eli Zaretskii <eliz@gnu.org>
17156
17157 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
17158 rmail-dont-reply-to.
17159
17160 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17161
17162 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
17163 literal blank when splitting new-header-values.
17164
17165 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
17166
17167 * calendar/cal-menu.el (cal-menu-update): Add separator as a
17168 string so that tmm doesn't create a completion entry for it.
17169
17170 * textmodes/table.el (table-disable-menu): Ditto.
17171
17172 2005-05-21 Richard M. Stallman <rms@gnu.org>
17173
17174 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17175
17176 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17177
17178 * net/rcompile.el (remote-compile): Use compilation-start.
17179
17180 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17181
17182 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
17183
17184 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17185 Default to makefile-bsdmake-mode on BSD systems.
17186
17187 * imenu.el (imenu-generic-expression, imenu--generic-function'):
17188 REGEXP may also be a search function now. The part of doc-string
17189 for describing the structure was 95% identical to that of
17190 `imenu--generic-function'. Unify it there.
17191
17192 * progmodes/make-mode.el (makefile-imenu-generic-expression):
17193 Use function to find dependencies, because regexp alone is so complex,
17194 it easily goes into an endless loop.
17195 (makefile-makepp-mode): Also add submenu for Perl functions
17196 defined in the makefile.
17197 (makefile-bsdmake-mode): Special imenu-generic-expression no
17198 longer needed, due to function call.
17199 (makefile-match-dependency): Take BOUND into account when checking
17200 if we're through.
17201
17202 2005-05-20 Jay Belanger <belanger@truman.edu>
17203
17204 * calc/calc-units.el (calc-invalidate-units-table):
17205 Use inhibit-read-only.
17206 (math-build-units-table-buffer): Use view-mode.
17207
17208 2005-05-20 David Kastrup <dak@gnu.org>
17209
17210 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17211 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17212
17213 2005-05-20 Lute Kamstra <lute@gnu.org>
17214
17215 * diff-mode.el (diff-header-face, diff-file-header-face)
17216 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17217 (diff-added-face, diff-changed-face, diff-function-face)
17218 (diff-context-face, diff-nonexistent-face): Put them in the
17219 diff-mode customization group.
17220
17221 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17222
17223 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17224
17225 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17226
17227 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17228 Minor regexp-optimization.
17229
17230 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17231
17232 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17233 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17234 (org-agenda-add-time-grid-maybe): New function.
17235 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17236 (org-table-create): `dotimes' instead of `mapcar'.
17237 (org-xor): Simplify implementation.
17238 (org-agenda): `inhibit-redisplay' turned on.
17239 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17240 a consistent line after a state change.
17241 (org-agenda-remove-times-when-in-prefix): New option.
17242 (org-prefix-has-time): New variable.
17243 (org-parse-time-string): Optional argument NODEFAULT.
17244 (org-format-agenda-item): Parse items for time-of-day
17245 specifications and move these into the prefix if possible.
17246 (org-agenda-priority): Get current heading, not previous heading
17247 during agenda remote editing.
17248
17249 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17250
17251 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17252 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17253 (remove-duplicates, delete-duplicates, substitute)
17254 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17255 (nsubstitute-if-not, find, find-if, find-if-not, position)
17256 (position-if, position-if-not, count, count-if, count-if-not)
17257 (mismatch, search, sort*, stable-sort, merge, member*)
17258 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17259 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17260 (intersection, nintersection, set-difference, nset-difference)
17261 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17262 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17263 (nsublis, tree-equal): Improve argument/docstring consistency.
17264
17265 * subr.el (send-string, send-region): Remove obsolescence declaration.
17266 (window-dot, set-window-dot, read-input, show-buffer)
17267 (eval-current-buffer, string-to-int):
17268 Add release number to obsolescence declarations.
17269
17270 2005-05-19 Kim F. Storm <storm@cua.dk>
17271
17272 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17273 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17274
17275 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17276
17277 * faces.el (list-faces-display): Make back button respect optional
17278 regexp arg.
17279
17280 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17281
17282 * calculator.el (calculator-radix-grouping-mode)
17283 (calculator-radix-grouping-digits, calculator-displayer)
17284 (calculator-radix-grouping-separator, calculator-copy-displayer):
17285 * dabbrev.el (dabbrev-search-these-buffers-only):
17286 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17287 (diff-advance-after-apply-hunk, diff-mode-hook)
17288 (diff-minor-mode-prefix):
17289 * imenu.el (imenu-use-popup-menu):
17290 * jit-lock.el (jit-lock-context-time):
17291 * newcomment.el (comment-fill-column, comment-column)
17292 (comment-style, comment-padding, comment-multi-line)
17293 (comment-empty-lines, comment-auto-fill-only-comments):
17294 * reveal.el (reveal-around-mark):
17295 * uniquify.el (uniquify-buffer-name-style)
17296 (uniquify-after-kill-buffer-p)
17297 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17298 (uniquify-min-dir-content, uniquify-separator)
17299 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17300 * w32-vars.el (w32-fixed-font-alist):
17301 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17302 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17303 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17304 * progmodes/perl-mode.el (perl-indent-level)
17305 (perl-continued-statement-offset, perl-continued-brace-offset)
17306 (perl-brace-offset, perl-brace-imaginary-offset)
17307 (perl-label-offset, perl-indent-continued-arguments)
17308 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17309 * progmodes/tcl.el (tcl-indent-level)
17310 (tcl-continued-indent-level, tcl-auto-newline)
17311 (tcl-tab-always-indent, tcl-electric-hash-style)
17312 (tcl-help-directory-list, tcl-use-smart-word-finder)
17313 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17314 (inferior-tcl-source-command):
17315 * textmodes/fill.el (enable-kinsoku):
17316 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17317 * textmodes/table.el (table-yank-handler):
17318 Specify missing group (and type, if simple) in defcustom.
17319
17320 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17321
17322 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17323
17324 2005-05-19 Richard M. Stallman <rms@gnu.org>
17325
17326 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17327
17328 * subr.el (event-basic-type): Don't get an error.
17329 (left-fringe-p): Function deleted.
17330
17331 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17332 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17333
17334 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17335 in recursive copy.
17336
17337 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17338
17339 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17340
17341 * emacs-lisp/bytecomp.el
17342 (byte-compile-file-form-custom-declare-variable):
17343 Call byte-compile-nogroup-warn if appropriate.
17344
17345 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17346 (compilation-set-window): Don't call left-fringe-p; do it directly.
17347
17348 2005-05-19 Jay Belanger <belanger@truman.edu>
17349
17350 * calc/calc-graph.el (calc-graph-format-data): Make sure
17351 var-PlotRejects is bound before trying to check its value.
17352
17353 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17354
17355 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17356 definition of this variable from reftex-global.el to reftex.el,
17357 because it is needed in the menu.
17358
17359 2005-05-19 Lute Kamstra <lute@gnu.org>
17360
17361 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17362 years are fixed. Don't insert a space after a dash.
17363
17364 2005-05-19 Kim F. Storm <storm@cua.dk>
17365
17366 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17367
17368 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17369
17370 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17371 strings, because (eq ... ?\\) is fairly frequent.
17372
17373 * progmodes/make-mode.el (makefile-add-this-line-targets):
17374 Simplify and integrate into `makefile-pickup-targets'.
17375 (makefile-add-this-line-macro): Simplify and integrate into
17376 `makefile-pickup-macros.
17377 (makefile-pickup-filenames-as-targets): Simplify.
17378 (makefile-previous-dependency, makefile-match-dependency):
17379 Don't stumble over `::'.
17380
17381 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17382
17383 * subr.el (post-command-idle-hook, post-command-idle-delay):
17384 Remove obsoletion of post-command-idle-hook and
17385 post-command-idle-delay.
17386
17387 * faces.el (list-faces-display): Provide button when describe-face
17388 is called to take user back to the list of faces.
17389
17390 * help-fns.el (describe-variable): Remove hyperlinks in a
17391 variable's value as these are quite frequently inappropriate.
17392
17393 * follow.el (follow-submit-feedback, follow-mode):
17394 Remove references to post-command-idle-hook.
17395
17396 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17397
17398 * progmodes/make-mode.el (makefile-previous-dependency)
17399 (makefile-match-dependency): Check for := (and in bsd mode also
17400 !=) to give a better result, even when font-lock is not on.
17401
17402 2005-05-18 Jay Belanger <belanger@truman.edu>
17403
17404 * calc/calc-help.el (calc-s-prefix-help):
17405 Add `calc-copy-special-constant' to help string.
17406
17407 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17408
17409 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17410
17411 2005-05-18 Jay Belanger <belanger@truman.edu>
17412
17413 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17414 in linear factors are in proper order.
17415
17416 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17417
17418 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17419 Support for jurabib.
17420
17421 * textmodes/reftex.el (featurep): Define aliases for overlay
17422 commands, for XEmacs compatibility, and use these aliases in
17423 overlay initializations.
17424 (reftex-highlight): Use `reftex-move-overlay'.
17425 (reftex-unhighlight): Use `reftex-delete-overlay'.
17426 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17427 (reftex-access-search-path): Use `reftex-uniquify' instead of
17428 `reftex-uniq'
17429
17430 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17431 `before-string' property modification enables for Emacs as well.
17432 (reftex-select-item): Use `reftex-delete-overlay'.
17433 (reftex-select-mark): Use `reftex-make-overlay' and
17434 `reftex-overlay-put'.
17435 (reftex-select-unmark): Use `reftex-delete-overlay' and
17436 `reftex-overlay-put'.
17437
17438 2005-05-18 Lute Kamstra <lute@gnu.org>
17439
17440 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17441
17442 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17443
17444 * add-log.el (add-change-log-entry):
17445 * array.el (array-make-template, array-reconfigure-rows)
17446 (array-init-max-row, array-init-max-column)
17447 (array-init-columns-per-line, array-init-field-width):
17448 * replace.el (replace-match-maybe-edit, perform-replace):
17449 * textmodes/spell.el (spell-region):
17450 Replace `read-input' by `read-string'.
17451
17452 * forms.el (forms-mode):
17453 * finder.el (finder-compile-keywords):
17454 * shadowfile.el (shadow-read-files):
17455 Replace `eval-current-buffer' by `eval-buffer'.
17456
17457 * terminal.el (te-pass-through):
17458 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17459 (ange-ftp-raw-send-cmd):
17460 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17461 (send-process-next-char, telnet-initial-filter, telnet):
17462 Replace `send-string' by `process-send-string'.
17463
17464 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17465 (prolog-consult-region): Replace `send-string' by
17466 `process-send-string'; replace `send-region' by `process-send-region'.
17467
17468 * progmodes/delphi.el (delphi-log-msg):
17469 Replace `set-window-dot' by `set-window-point'.
17470
17471 * subr.el (window-dot, set-window-dot, read-input, send-string)
17472 (send-region, show-buffer, eval-current-buffer):
17473 Make really obsolete, as the comment says.
17474
17475 2005-05-17 Kim F. Storm <storm@cua.dk>
17476
17477 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17478 (cua--init-keymaps): Bind C-return instead of S-return to set
17479 rectangle mark.
17480
17481 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17482 instead of S-return to toggle/clear rectangle mark.
17483
17484 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17485
17486 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17487 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17488 Also fontify plain strings assigned to variables, mostly so that a
17489 colon has a face and is thus not taken as a dependency separator.
17490 (makefile-previous-dependency): Inline the new matcher, because it
17491 is too complex to work in both directions.
17492 (makefile-match-dependency): Eliminate `backward' arg (see above).
17493 Completely reimplemented so as to not sometimes go into an endless
17494 loop. It should also be more efficient, because first it only
17495 searches for `:', instead of applying the very complex regexp.
17496 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17497 to be fontified in one piece can be too long for JIT.
17498 Makefiles are never *that* big.
17499
17500 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17501
17502 * dired.el (dired-mode): Simplify.
17503
17504 2005-05-17 Lute Kamstra <lute@gnu.org>
17505
17506 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17507 defcustom for the mode hook variable.
17508
17509 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17510 Emacs Lisp Reference Manual.
17511
17512 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17513
17514 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17515 (evenp, list*):
17516 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17517 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17518
17519 * net/tramp-smb.el (tramp-smb-open-connection):
17520 Pass `tramp-chunksize' as fifth (required) argument.
17521
17522 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17523
17524 * font-lock.el (lisp-font-lock-keywords-1):
17525 Set `font-lock-negation-char-face' for [^...] char group.
17526 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17527
17528 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17529 a var, and refine it to mask one more level of nested vars.
17530 (makefile-rule-action-regex): Turn it into a var, and refine it so
17531 it recognizes backslashed continuation lines as belonging to the
17532 same command.
17533 (makefile-macroassign-regex): Refine it so it recognizes
17534 backslashed continuation lines as belonging to the same command.
17535 (makefile-var-use-regex): Don't look at the next char, because it
17536 might be the same one to be skipped by the initial [^$], leading
17537 to an overlooked variable use.
17538 (makefile-make-font-lock-keywords): Remove two parameters, which
17539 are now variables that some of the modes set locally.
17540 Handle dependency and rule action matching through functions, because
17541 regexps alone match too often. Dependency matching now comes
17542 last, so it can check, whether a colon already matched something else.
17543 (makefile-mode): Inform that font-lock improves makefile parsing
17544 capabilities.
17545 (makefile-match-dependency, makefile-match-action): New functions.
17546
17547 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17548
17549 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17550
17551 * align.el (align-regexp):
17552 * ansi-color.el (ansi-color-get-face):
17553 * array.el (array-reconfigure-rows, array-init-max-row)
17554 (array-init-max-column, array-init-columns-per-line)
17555 (array-init-field-width):
17556 * dired-aux.el (dired-trample-file-versions):
17557 * dired-x.el (dired-mark-sexp):
17558 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17559 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17560 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17561 * faces.el (face-read-integer):
17562 * files.el (backup-extract-version, insert-directory):
17563 * hexl.el (hexl-insert-decimal-char):
17564 * server.el (server-process-filter):
17565 * shell.el (shell-extract-num):
17566 * startup.el (command-line-1):
17567 * term.el (term-command-hook):
17568 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17569 (time-stamp-do-number):
17570 * time.el (display-time-update):
17571 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17572 (timezone-fix-time):
17573 * vms-patch.el (vms-suspend-resume-hook):
17574 * calendar/appt.el (appt-convert-time):
17575 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17576 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17577 * calendar/cal-islam.el (mark-islamic-diary-entries):
17578 * calendar/calendar.el (calendar-cursor-to-date)
17579 (calendar-star-date):
17580 * calendar/diary-lib.el (diary-attrtype-convert)
17581 (mark-diary-entries, diary-entry-time):
17582 * calendar/solar.el (solar-get-number):
17583 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17584 * emacs-lisp/re-builder.el (reb-display-subexp):
17585 * emulation/edt.el (edt-set-scroll-margins):
17586 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17587 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17588 (vip-get-ex-count):
17589 * emulation/viper-ex.el (viper-get-ex-token)
17590 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17591 * international/fontset.el (fontset-plain-name):
17592 * mail/feedmail.el (feedmail-look-at-queue-directory):
17593 * mail/mailalias.el (mail-get-names):
17594 * mail/rmail.el (rmail-convert-to-babyl-format):
17595 * mail/rmailsum.el (rmail-make-basic-summary-line)
17596 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17597 (rmail-summary-goto-msg):
17598 * mail/smtpmail.el (smtpmail-read-response):
17599 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17600 (ange-ftp-vms-add-file-entry):
17601 * play/gametree.el (gametree-looking-at-ply)
17602 (gametree-current-branch-score):
17603 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17604 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17605 * progmodes/cperl-mode.el (condition-case):
17606 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17607 (ebrowse-set-member-buffer-column-width)
17608 (ebrowse-select-1st-to-9nth):
17609 * progmodes/etags.el (etags-snarf-tag):
17610 * progmodes/flymake.el (flymake-parse-line):
17611 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17612 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17613 (idlwave-shell-menu-def):
17614 * progmodes/ps-mode.el (ps-run-goto-error):
17615 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17616 (vhdl-speedbar-contract-level):
17617 * term/mac-win.el (x-handle-numeric-switch):
17618 * term/sun-mouse.el (sun-get-frame-data):
17619 * term/w32-win.el (x-handle-numeric-switch):
17620 * term/x-win.el (x-handle-numeric-switch):
17621 * textmodes/ispell.el (ispell-parse-output):
17622 * textmodes/nroff-mode.el (nroff-outline-level):
17623 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17624 (reftex-bib-sort-year-reverse, reftex-format-citation):
17625 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17626 (reftex-section-number):
17627 * textmodes/texinfmt.el (texinfo-paragraphindent):
17628 Replace `string-to-int' by `string-to-number'.
17629
17630 * international/latexenc.el: Add page marker to force the "Local
17631 Variables:" string out of the last page.
17632
17633 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17634
17635 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17636 tooltip-change-major-mode.
17637 (gud-tooltip-print-command): Remove case where gud-minor-mode
17638 is gdb ("--fullname").
17639 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17640 explain to user.
17641
17642 2005-05-16 Jay Belanger <belanger@truman.edu>
17643
17644 * calc/calc-store.el (calc-copy-special-constant): New function.
17645
17646 * calc/calc-ext.el (calc-init-extensions): Add binding for
17647 `calc-copy-special-constant'.
17648
17649 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17650 for the `calc-copy-special-constant' command.
17651
17652 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17653
17654 * subr.el (left-fringe-p): New function.
17655
17656 * progmodes/compile.el (compilation-setup): Set local value of
17657 overlay-arrow-string to "" always.
17658 (compilation-set-window): Left fringe then don't scroll.
17659 No left fringe then no arrow and scroll message to top.
17660 (compilation-context-lines): Adjust doc string accordingly.
17661
17662 2005-05-16 Kim F. Storm <storm@cua.dk>
17663
17664 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17665 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17666 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17667 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17668 (ido-read-file-name): Handle commands with ido property value
17669 equal to find-file as reading a file name, to allow C-d to enter dired.
17670 (ibuffer-find-file): Add ido property with value find-file.
17671
17672 2005-05-15 Kim F. Storm <storm@cua.dk>
17673
17674 * subr.el (open-network-stream-nowait): Remove.
17675 (open-network-stream-server): Remove.
17676
17677 2005-05-15 Richard M. Stallman <rms@gnu.org>
17678
17679 * faces.el (describe-face): Output a definition link button.
17680
17681 * help-mode.el (help-face-def): New button type.
17682
17683 * emacs-lisp/copyright.el (copyright-fix-years):
17684 Match properly if the first year is 2-digit.
17685 Don't mess up the whitespace after the years by filling.
17686
17687 * dired-aux.el (dired-mark-confirm):
17688 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17689
17690 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17691 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17692 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17693
17694 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17695 Set font-lock-comment-start-skip.
17696
17697 * font-lock.el (font-lock-comment-start-skip): New variable.
17698 (font-lock-comment-end-skip): New variable.
17699 (font-lock-fontify-syntactically-region): Use them if non-nil.
17700
17701 2005-05-15 Jay Belanger <belanger@truman.edu>
17702
17703 * calc/calc-store.el (calc-store-value): Return a string rather
17704 than display it as a message.
17705 Use calc-var-name for variable name.
17706 (calc-store-into): Add the result of calc-store-value to message.
17707 (calc-copy-variable): Add a message.
17708 (calc-store-exchange): Improve error messages.
17709 (calc-store-binary, calc-store-map): Don't reset the values of
17710 special constants.
17711
17712 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17713
17714 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17715 manual to docstring.
17716
17717 * files.el (hack-local-variables-confirm): Add STRING argument.
17718 Make the function handle non file visiting buffers correctly.
17719 (hack-local-variables-prop-line, hack-local-variables)
17720 (hack-one-local-variable): Use STRING arg of
17721 `hack-local-variables-confirm'.
17722
17723 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17724
17725 Sync with Tramp 2.0.49.
17726
17727 * net/tramp.el (tramp-handle-dired-call-process)
17728 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17729 because the contents of the Tramp buffer is changed before
17730 insertion (`expand-file' and alike).
17731 (tramp-handle-insert-directory): If `localname' has an empty
17732 nondirectory name, it must not be quoted.
17733 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17734 variable `tramp-chunksize'. Change callees.
17735 (tramp-open-connection-setup-interactive-shell): Check remote host
17736 for buggy `send-process-string' implementation.
17737 Set `tramp-chunksize' if found. Reported by Michael Kifer
17738 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17739 (tramp-handle-shell-command): `insert-buffer' cannot be used
17740 because the contents of the Tramp buffer is changed before
17741 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17742 <frederic.bothamy@free.fr>.
17743 (tramp-set-auto-save): Actions should be done for Tramp file name
17744 handler only. Ange-FTP has its own auto-save mechanism.
17745 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17746 (tramp-set-auto-save-file-modes): Set file modes of
17747 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17748 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17749 (tramp-bug): Remove obsolete variable.
17750 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17751 for presence of `mml-mode'. Make it running for older Emacsen as well.
17752
17753 2005-05-14 John Paul Wallington <jpw@pobox.com>
17754
17755 * ibuf-ext.el (define-ibuffer-filter filename):
17756 If `dired-directory' is a list, use its car.
17757
17758 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17759
17760 * ibuffer.el (define-ibuffer-column filename):
17761 If `dired-directory' is a list, use its car.
17762
17763 2005-05-14 Richard M. Stallman <rms@gnu.org>
17764
17765 * subr.el (symbol-file): Doc fix.
17766
17767 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17768 (byte-compile-form): Call byte-compile-nogroup-warn.
17769 (byte-compile-warning-types): Doc fix.
17770
17771 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17772
17773 * progmodes/cc-engine.el (c-literal-faces):
17774 Add font-lock-comment-delimiter-face.
17775
17776 * net/net-utils.el (dig): Use with-no-warnings.
17777
17778 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17779 (sc-recite-frame-alist, sc-default-cite-frame)
17780 (sc-default-uncite-frame, sc-default-recite-frame)
17781 (sc-attrib-selection-list, sc-rewrite-header-list):
17782 Mark as risky-local-variable.
17783
17784 * international/ogonek.el (ogonek-jak, ogonek-how):
17785 Don't use beginning-of-buffer.
17786
17787 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17788
17789 * calendar/solar.el (solar-data-list): Move definition up.
17790
17791 * dnd.el (dnd-protocol-alist): Add autoload.
17792
17793 * progmodes/sh-script.el: Many doc usage fixes.
17794 (sh-indent-after-do): Change default to match common styles.
17795
17796 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17797
17798 * files.el (interpreter-mode-alist)
17799 (auto-mode-interpreter-regexp): Doc fixes.
17800
17801 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17802
17803 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17804
17805 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17806
17807 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17808
17809 * dired.el (dired-mode): make-variable-buffer-local =>
17810 make-local-variable.
17811
17812 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17813
17814 * term/mac-win.el (mac-select-convert-to-string): Try coding
17815 systems in mac-script-code-coding-systems if specified one cannot
17816 encode string for `com.apple.traditional-mac-plain-text'.
17817
17818 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17819
17820 * progmodes/make-mode.el (makefile-targets-face)
17821 (makefile-shell-face, makefile-makepp-perl-face): New faces.
17822 (makefile-dependency-regex): Fix it to not make the colon in
17823 $(var:a=b) special.
17824 (makefile-rule-action-regex): New regexp for highlighting embedded
17825 Shell strings.
17826 (makefile-macroassign-regex): Handle != for highlighting as
17827 embedded Shell strings.
17828 (makefile-var-use-regex): New const.
17829 (makefile-statements, makefile-automake-statements)
17830 (makefile-gmake-statements, makefile-makepp-statements)
17831 (makefile-bsdmake-statements): New consts.
17832 (makefile-make-font-lock-keywords): New function.
17833 (makefile-automake-font-lock-keywords)
17834 (makefile-gmake-font-lock-keywords)
17835 (makefile-makepp-font-lock-keywords)
17836 (makefile-bsdmake-font-lock-keywords): New consts.
17837 (makefile-mode-map): Add switchers between the various submodes.
17838 (makefile-mode): Document the availability of the variants.
17839 (makefile-automake-mode, makefile-gmake-mode)
17840 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17841
17842 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17843 new variants of makefile-mode.
17844
17845 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17846
17847 * font-lock.el (font-lock-comment-delimiter-face): Fix up
17848 the inheritance.
17849
17850 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
17851
17852 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17853 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17854
17855 * files.el (normal-mode): Extend the scope of the
17856 `enable-local-variables' binding to include the `set-auto-mode' call.
17857 (magic-mode-alist): Doc fix.
17858
17859 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17860
17861 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17862 font-lock-comment-face rather than copying its setting.
17863
17864 2005-05-12 Andreas Schwab <schwab@suse.de>
17865
17866 * eshell/esh-mode.el (eshell-send-input): Doc fix.
17867
17868 2005-05-12 Lute Kamstra <lute@gnu.org>
17869
17870 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17871 defcustom for the mode hook variable. Delete the last argument.
17872 * generic-x.el: Fix callers of define-generic-mode.
17873 (generic-x-modes): Delete group.
17874 (show-tabs-tab-face, show-tabs-space-face): Put them in the
17875 generic-x customization group.
17876
17877 2005-05-12 Kim F. Storm <storm@cua.dk>
17878
17879 * font-lock.el (font-lock-negation-char-face): Default to "off".
17880
17881 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17882 font-lock-negation-char-face to ! in !=.
17883
17884 2005-05-12 Masatake YAMATO <jet@gyve.org>
17885
17886 * add-log.el (find-change-log): Fix typos in the docstring
17887 of function.
17888
17889 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17890
17891 * international/latexenc.el (latexenc-find-file-coding-system):
17892 Avoid `re-search-forward' when looking for input encoding because
17893 of speed and safety. Better regular expressions for recognizing
17894 input encoding. Limit a search for TeX-master/tex-main-file to
17895 the local variable section.
17896
17897 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
17898
17899 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17900 syntax of $ to "'" (quote).
17901
17902 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
17903
17904 * dnd.el (dnd-protocol-alist): Improve custom type.
17905
17906 * dired.el (dired-dnd-protocol-alist): New variable.
17907 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
17908 `dired-mode-hook' to the end.
17909
17910 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17911
17912 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17913 comment-end if comment-start-skip is not set.
17914 Obey the font-lock-comment-delimiter-face variables.
17915
17916 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17917
17918 * files.el (executable-find): Move from executable.el. Use
17919 locate-file.
17920 * progmodes/executable.el (executable-find): Move to files.el.
17921
17922 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17923 when trying to ensure forward progress.
17924
17925 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
17926
17927 * mouse-sel.el (mouse-sel-follow-link-p): New function.
17928 (mouse-select, mouse-select-internal, mouse-extend-internal):
17929 Use it to implement mouse-1-click-follows-link functionality.
17930
17931 2005-05-11 Richard M. Stallman <rms@gnu.org>
17932
17933 * font-lock.el (font-lock-fontify-syntactically-region):
17934 Use font-lock-comment-delimiter-face for comment delimiters.
17935
17936 2005-05-10 Jay Belanger <belanger@truman.edu>
17937
17938 * calc/calc-help.el (calc-m-prefix-help): Add mention of
17939 preserving embedded modes.
17940
17941 2005-05-10 Richard M. Stallman <rms@gnu.org>
17942
17943 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17944
17945 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17946 Move from ada-stmt.el.
17947 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17948
17949 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17950 Move to ada-mode.el.
17951 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17952
17953 * cus-edit.el (custom-file): Call file-chase-links.
17954
17955 * files.el (read-directory-name): Fix previous change.
17956 (hack-local-variables-confirm): New function.
17957 (hack-local-variables-prop-line, hack-local-variables)
17958 (hack-one-local-variable): Use it.
17959
17960 2005-05-10 Lute Kamstra <lute@gnu.org>
17961
17962 * font-lock.el (font-lock-keywords-alist)
17963 (font-lock-removed-keywords-alist): Clarify docstrings.
17964
17965 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
17966
17967 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17968 (gdb-source-info): Check for preprocessor info.
17969 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
17970 a macro for a function.
17971 (gdb-info-breakpoints-custom): Try to find file again if not already
17972 found (user might have used GDB dir command).
17973 (gdb-get-location): Update gdb-location-alist correctly for change
17974 to gdb-info-breakpoints-custom.
17975
17976 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17977 (gud-tooltip-print-command): Add gdbmi case.
17978 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17979 preprocessor info.
17980
17981 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
17982
17983 * startup.el (fancy-splash-insert): Fix typo in doc string.
17984
17985 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
17986
17987 * obsolete/float.el (string-to-float):
17988 * obsolete/hilit19.el (hilit-add-pattern):
17989 * obsolete/rnews.el (news-parse-range, news-select-message)
17990 (news-get-pruned-list-of-files): Replace `string-to-int' by
17991 `string-to-number'.
17992
17993 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17994 `find-file-not-found-hooks'; use `add-hook'.
17995 (uncompress-while-visiting): Set `write-file-functions', not
17996 `write-file-hooks'; use `add-hook'.
17997
17998 2005-05-09 Kim F. Storm <storm@cua.dk>
17999
18000 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
18001 (cua-paste): Handle clipboard action.
18002 (cua--init-keymaps): Remap clipboard-kill-region and
18003 clipboard-kill-ring-save.
18004
18005 2005-05-08 Eli Zaretskii <eliz@gnu.org>
18006
18007 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18008 Improve commentary.
18009
18010 * simple.el (next-error-overlay-arrow-position): Revert the change
18011 made on 2005-04-30.
18012
18013 2005-05-07 Jay Belanger <belanger@truman.edu>
18014
18015 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
18016 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
18017 `calc-sel-reselect'.
18018
18019 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
18020 Calc is in embedded mode.
18021
18022 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18023
18024 * progmodes/compile.el (compilation-setup):
18025 Set overlay-arrow-string to an empty string on text terminals.
18026
18027 * textmodes/ispell.el (ispell-program-name): Try looking for
18028 "aspell" along exec-path, and if found, use it as the default
18029 speller program.
18030
18031 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
18032
18033 * international/mule.el (sgml-xml-auto-coding-function):
18034 Recognize encoding='FOO' in single quotes as well as in double quotes.
18035
18036 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18037
18038 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
18039 as well as `interactive', so that defmacro* would recognize
18040 `declare' forms.
18041
18042 2005-05-07 Eli Zaretskii <eliz@gnu.org>
18043
18044 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18045 Explain more about the LIGHTER arg's usage in the doc string.
18046 Add commentary to clarify what the code does. Fix the regexp that
18047 strips whitespace from LIGHTER. Quote LIGHTER before using it,
18048 since it could have characters special to regular expressions.
18049
18050 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18051
18052 * replace.el (occur-1): Bind inhibit-read-only so that
18053 erase-buffer doesn't barf on read-only text properties (likewise
18054 for add-text-properties in occur-engine). Mark buffer as unmodified.
18055 (occur-engine): Don't set buffer-read-only here.
18056
18057 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18058
18059 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
18060 list-buffers-directory. This caused the *cvs-commit* buffer to be
18061 sometimes mistakenly reused as a *cvs* buffer.
18062
18063 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
18064
18065 * tooltip.el: Move code for GUD tooltips into gud.el.
18066 (require): CL no longer needed to compile case.
18067 (tooltip-mode): Do not toggle functions for GUD tooltips.
18068 (tooltip-gud-tips-p): Remove. Replace with minor mode
18069 gud-tooltip-mode in gud.el.
18070 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
18071 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
18072 tooltip-gud prefix with gud-tooltip and obsolete.
18073 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
18074 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
18075 (tooltip-mouse-motion): Mouse movement functions/variable.
18076 Rename in gud.el by adding gud prefix.
18077 (tooltip-gud-original-filter, tooltip-gud-dereference)
18078 (tooltip-gud-event, tooltip-toggle-gud-tips)
18079 (tooltip-gud-process-output, tooltip-gud-print-command)
18080 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
18081 gud.el by replacing tooltip-gud prefix with gud-tooltip.
18082 (gdb-tooltip-print): Move to gdb-ui.el.
18083
18084 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
18085 (require): CL needed to compile case.
18086 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
18087 tooltip-gud-tips-p. Make it a minor-mode.
18088 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
18089 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
18090 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
18091 (gud-tooltip-change-major-mode)
18092 (gud-tooltip-activate-mouse-motions-if-enabled)
18093 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
18094 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
18095 (gud-tooltip-original-filter, gud-tooltip-dereference)
18096 (gud-tooltip-event, tooltip-toggle-gud-tips)
18097 (gud-tooltip-process-output, gud-tooltip-print-command)
18098 (gud-tooltip-tips): Move from tooltip.el.
18099
18100 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
18101 (gdb-cpp-define-alist-flags): Doc fix.
18102 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
18103 gud-tooltip-mode is t.
18104
18105 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18106
18107 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
18108 evaporate if their text is deleted.
18109 (goto-address-at-point): Make it work as a mouse binding as well.
18110 (goto-address-at-mouse): Obsolete it. Update users.
18111
18112 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
18113
18114 * calendar/appt.el (top-level): No longer activate on load.
18115
18116 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
18117
18118 * calendar/cal-bahai.el (mark-bahai-diary-entries):
18119 * net/webjump.el (webjump):
18120 * progmodes/idlw-help.el (idlwave-do-context-help1)
18121 (idlwave-highlight-linked-completions):
18122 * textmodes/po.el (po-find-file-coding-system-guts):
18123 Replace `assoc-ignore-case' by `assoc-string'.
18124
18125 2005-05-06 Eli Zaretskii <eliz@gnu.org>
18126
18127 * files.el (locate-file): Doc fix.
18128
18129 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
18130 Remove the redundant test for ms-dos.
18131
18132 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
18133 look for the preprocessor with exec-suffixes. If not found in
18134 standard places, look in exec-path. Remove most of the tests that
18135 used system-type.
18136
18137 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
18138
18139 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
18140
18141 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
18142 file-name clash with jka-compr.el on 8+3 filesystems.
18143
18144 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18145
18146 * term/mac-win.el: Don't define or bind scroll bar functions if
18147 x-toolkit-scroll-bars is t.
18148 (x-select-text, x-get-selection-value): Clear
18149 x-last-selected-text-clipboard if x-select-enable-clipboard is
18150 nil.
18151 (PRIMARY): Put mac-scrap-name property.
18152 (mac-select-convert-to-file-url): New function.
18153 (public.file-url): New selection target type. Add to
18154 selection-converter-alist.
18155 (x-get-selection, x-selection-value): Handle it.
18156 (x-cut-buffer-or-selection-value): New alias.
18157
18158 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18159
18160 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
18161 entry to avoid calling bibtex-find-entry with arg global
18162 being t. Remove arg key.
18163 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
18164 (bibtex-copy-summary-as-kill): Change accordingly.
18165
18166 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18167
18168 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
18169 (org-agenda-date-later): Use with-current-buffer.
18170
18171 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
18172
18173 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18174 (define-obsolete-variable-alias): Doc Fixes.
18175
18176 2005-05-06 Kim F. Storm <storm@cua.dk>
18177
18178 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
18179 vertical-motion when selective-display is active.
18180
18181 * ido.el (ido-setup-hook): New hook.
18182 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18183 (ido-input-stack): New var.
18184 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
18185 ido-next-work-file binding to M-O.
18186 Bind M-f to ido-wide-find-file-or-pop-dir.
18187 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18188 (ido-read-internal): Run ido-setup-hook.
18189 Catch quit in read-file-name and read-string to cancel edit.
18190 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18191 Automatically pop-all when completing a directory name (RET).
18192 (ido-file-internal): Add with-no-warnings around ffap and dired code.
18193 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18194 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18195 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18196 New functions for M-b/M-f to move among the directory components.
18197 (ido-make-merged-file-list): Catch quit to cancel merge.
18198 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18199 (ido-completion-help): No warnings for ido-completion-buffer-full.
18200
18201 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18202
18203 * font-lock.el (font-lock-negation-char-face): New face and variable.
18204 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18205 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18206 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18207 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18208
18209 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18210
18211 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18212 Fix typo in docstring.
18213
18214 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18215 (ebrowse-print-statistics-line)
18216 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18217
18218 * term/w32-win.el (image-library-alist): Add additional name for
18219 Xpm library.
18220
18221 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18222
18223 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18224 use gcc instead of cpp.
18225
18226 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18227 (gdb-create-define-alist): Use it.
18228 (gdb-cpp-define-alist-program): Update for MS-DOS.
18229
18230 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18231
18232 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18233
18234 2005-05-04 Richard M. Stallman <rms@gnu.org>
18235
18236 * help.el (describe-key): No error when UNTRANSLATED is nil.
18237
18238 * simple.el (line-move-1): Fix previous change to signal errors
18239 appropriately.
18240
18241 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18242
18243 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18244 (icalendar-duration-correction): Remove.
18245 (icalendar--get-event-properties): Split result at commas.
18246 (icalendar--decode-isoduration): New optional argument
18247 DURATION-CORRECTION.
18248 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18249 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18250 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18251 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18252 (icalendar--convert-anniversary-to-ical): New functions, extracted
18253 from icalendar-export-region, with bug fixes.
18254 (icalendar-export-region): Use the above functions.
18255 (icalendar-import-buffer): Check before saving diary file.
18256 (icalendar--convert-recurring-to-diary)
18257 (icalendar--convert-non-recurring-all-day-to-diary)
18258 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18259 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18260 (icalendar--convert-ical-to-diary): Use the above functions.
18261
18262 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18263
18264 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18265 Remove these recent additions.
18266 (c-mode): Restore to before 2005-04-28.
18267
18268 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18269 recent addition.
18270
18271 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18272 (gdb-define-alist): New variables.
18273 (gdb-create-define-alist): New function.
18274 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18275 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18276 with string-to-number.
18277 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18278
18279 * progmodes/gud.el: Replace string-to-int with string-to-number.
18280 (gud-find-file): Handle gdb-define-alist.
18281
18282 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18283
18284 2005-05-02 Jay Belanger <belanger@truman.edu>
18285
18286 * calc/calc-aent.el (math-read-token):
18287 * calc/calc-bin.el (calc-word-size):
18288 * calc/calc-ext.el (calc-read-number-fancy):
18289 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18290 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18291 * calc/calc-frac.el (calc-over-notation):
18292 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18293 (calc-graph-num-points, calc-graph-init):
18294 * calc/calc-prog.el (calc-read-parse-table-part)
18295 (calc-edit-macro-repeats):
18296 * calc/calc-yank.el (calc-do-grab-rectangle):
18297 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18298 Replace `string-to-int' by `string-to-number'.
18299
18300 2005-05-02 Kim F. Storm <storm@cua.dk>
18301
18302 * kmacro.el: Use executing-kbd-macro-index variable.
18303
18304 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18305
18306 * net/rlogin.el (rlogin-parse-words): Delete func.
18307 (rlogin): Use split-string, not rlogin-parse-words.
18308 Also, if there are option-like elements in the parsed args,
18309 take the host to be the first arg immediately following them.
18310 Suggested by Michael Mauger.
18311
18312 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18313
18314 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18315
18316 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18317
18318 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18319 (cc-mode-cpp-program): Rename to cc-define-list-program and
18320 move to cc-vars.el.
18321
18322 * progmodes/cc-vars.el (cc-define-list-program):
18323 Change to "gcc -E -dM -". Make customizable.
18324
18325 2005-05-02 Kim F. Storm <storm@cua.dk>
18326
18327 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18328
18329 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18330
18331 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18332
18333 * international/mule-util.el (truncate-string): Remove alias and
18334 obsolete declaration.
18335
18336 * international/mule-cmds.el (update-iso-coding-systems):
18337 Remove alias and obsolete declaration.
18338
18339 * international/mule.el (coding-system-parent): Remove alias and
18340 obsolete declaration.
18341
18342 * subr.el (define-function, sref): Remove aliases and obsolete
18343 declarations.
18344 (chars-in-region): Remove obsolete declaration.
18345
18346 2005-05-01 Richard M. Stallman <rms@gnu.org>
18347
18348 * info.el (Info-mode): Set widen-automatically to nil, locally.
18349
18350 * simple.el (widen-automatically): New variable.
18351 (pop-global-mark): Obey widen-automatically.
18352
18353 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18354
18355 * term/xterm.el (function-key-map): Call substitute-key-definition
18356 before the keymap size is increased by a lot of define-key calls.
18357
18358 2005-05-01 Richard M. Stallman <rms@gnu.org>
18359
18360 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18361 Rename ARG to ELEMENT. Doc fix.
18362
18363 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18364
18365 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18366 Remove references to allout-exposure/change to allout-new-exposure.
18367
18368 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18369 bytecode symbols.
18370
18371 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18372 (compiled-function-p, focus-frame, unfocus-frame):
18373 Remove aliases and obsolete declarations.
18374 Back out inadvertent changes from previous commit.
18375
18376 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18377
18378 * files.el (require-final-newline): Make Custom tags consistent
18379 with mode-require-final-newline.
18380 (mode-require-final-newline): Doc fix.
18381
18382 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18383
18384 * international/latexenc.el (latexenc-find-file-coding-system):
18385 Fix regular expressions.
18386
18387 2005-05-01 David Kastrup <dak@gnu.org>
18388
18389 * international/latexenc.el (latexenc-find-file-coding-system):
18390 Fix regular expressions.
18391
18392 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18393
18394 * subr.el (string-to-int): Make obsolete.
18395
18396 2005-04-30 Richard M. Stallman <rms@gnu.org>
18397
18398 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18399
18400 * loadup.el: load jka-comp-hook.
18401
18402 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18403 (jka-compr-handler): Add autoload. `put' calls moved
18404 to jka-comp-hook.el.
18405 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18406 (jka-compr-inhibit): Autoload.
18407
18408 * jka-comp-hook.el: New file.
18409 Enable the mode by default.
18410
18411 * files.el (backup-buffer-copy): Use copy-file instead
18412 of write-region, and put back the 'excl.
18413
18414 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18415
18416 * progmodes/flymake.el (flymake-split-string)
18417 (flymake-split-string, flymake-log, flymake-pid-to-names)
18418 (flymake-reg-names, flymake-get-source-buffer-name)
18419 (flymake-unreg-names, flymake-add-line-err-info)
18420 (flymake-add-err-info): Clarify docstrings.
18421 (flymake-popup-menu, flymake-make-emacs-menu)
18422 (flymake-make-xemacs-menu): Add docstrings.
18423 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18424 Set variables directly throughout.
18425
18426 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18427
18428 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18429 exists. Initialize cc-define-alist.
18430 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18431 If there is no file (Macroexpansion) don't create an alist.
18432
18433 2005-04-29 Sam Steingold <sds@gnu.org>
18434
18435 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18436 (cc-create-define-alist): Use it instead of the hard-coded string.
18437
18438 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18439
18440 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18441 for latexenc.
18442
18443 2005-04-29 Lute Kamstra <lute@gnu.org>
18444
18445 * emacs-lisp/generic.el: Improve commentary section.
18446 (define-generic-mode): Improve docstring.
18447
18448 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18449
18450 * textmodes/org.el (many places): Change to quiet the byte compiler.
18451 (org-prefix-format-compiled): New variable.
18452 (org-compile-prefix-format): New function.
18453 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18454 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18455 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18456 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18457 consistency with entries from `org-mode' files.
18458 (org-get-time-of-day): Fix bug with partial matches early in a line.
18459 (org-non-link-chars): New constant.
18460 (org-link-regexp): Respect `org-non-link-chars'.
18461 (org-agenda-day-view): Remove command.
18462 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18463 (org-follow-bbdb-link, org-store-link): Search also company field.
18464 (org-highlight-overlay): New variable.
18465 (org-highlight, org-unhighlight): New functions.
18466 (org-agenda-mode): Add pre-command-hook to remove highlight.
18467 (org-evaluate-time-range): Behavior depends upon whether time stamp
18468 contains a time or not.
18469 (org-show-subtree, org-show-entry): New functions.
18470 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18471
18472 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18473
18474 * comint.el (comint-output-filter-functions): Add autoload cookie.
18475
18476 2005-04-28 Kim F. Storm <storm@cua.dk>
18477
18478 * ido.el (ido-everywhere): Fix last change.
18479
18480 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18481
18482 * international/latexenc.el: New file.
18483 * international/mule-conf.el (file-coding-system-alist): For .tex,
18484 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18485
18486 2005-04-28 Lute Kamstra <lute@gnu.org>
18487
18488 * font-lock.el (font-lock-add-keywords)
18489 (font-lock-remove-keywords): Clarify docstring.
18490 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18491 Don't start docstrings with a `*'.
18492 (font-lock-update-removed-keyword-alist): Give it a docstring.
18493
18494 * generic-x.el: Update commentary section.
18495 Only require font-lock when compiling.
18496 Define all modes conditionally.
18497 Place all generic modes in the generic-x-modes customization group.
18498 (generic-x-modes): New customization group.
18499 (generic-default-modes, generic-mswindows-modes)
18500 (generic-unix-modes, generic-other-modes): New constants.
18501 (generic-define-mswindows-modes, generic-define-unix-modes):
18502 Update docstrings. Make them obsolete.
18503 (generic-extras-enable-list): New default value. Update docstring.
18504 Improve :type. Change :set function.
18505 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18506 Fix docstring.
18507
18508 * emacs-lisp/generic.el (generic-mode-internal):
18509 Simplify font-lock-defaults.
18510 (define-generic-mode): Fix docstring.
18511
18512 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18513
18514 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18515 font-lock-face property to highlight matches.
18516
18517 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18518
18519 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18520 (cc-define-alist): New variable.
18521 (c-mode): Make it local and initialize it.
18522
18523 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18524 (gdb-exited): New function.
18525 (gdb-annotation-rules): Use it.
18526 (gdb-starting): Set gdb-active-process to t.
18527 (gdb-stopping): Amend doc string.
18528 (gdb-reset): Set gdb-active-process to nil.
18529
18530 * tooltip.el (tooltip-gud-tips): Show the associated #define
18531 directives when a C program under GDB is not executing.
18532
18533 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18534
18535 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18536 font-lock-fontify-syntactic-keywords.
18537
18538 * font-lock.el (font-lock-default-fontify-region): Don't force
18539 parse-sexp-lookup-properties to nil.
18540
18541 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18542
18543 * man.el (man-mode-syntax-table): Set up `:' to have
18544 word-constituent syntax.
18545
18546 2005-04-27 Lute Kamstra <lute@gnu.org>
18547
18548 * novice.el (disable-command): Don't add spurious newlines to the
18549 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18550
18551 2005-04-26 Jay Belanger <belanger@truman.edu>
18552
18553 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18554 than one window before deleting window.
18555
18556 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18557
18558 * shell.el (shell-prompt-pattern): Doc fix.
18559 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18560
18561 * comint.el (comint-prompt-regexp, comint-get-old-input)
18562 (comint-use-prompt-regexp)
18563 (comint-use-prompt-regexp-instead-of-fields)
18564 (comint-replace-by-expanded-history, comint-send-input)
18565 (comint-output-filter, comint-get-old-input-default)
18566 (comint-line-beginning-position, comint-bol, comint-show-output)
18567 (comint-backward-matching-input, comint-forward-matching-input)
18568 (comint-next-prompt, comint-previous-prompt):
18569 Rename `comint-use-prompt-regexp-instead-of-fields' to
18570 `comint-use-prompt-regexp'. Keep old name as alias and declare
18571 obsolete.
18572 (comint-use-prompt-regexp): Shorten first line of doc string.
18573
18574 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18575 Set paragraph-separate buffer locally to "\\'".
18576
18577 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18578 Adapt to above name change.
18579
18580 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18581 (smbclient-prompt-regexp): Ditto.
18582
18583 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18584
18585 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18586
18587 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18588 gdb-location-list.
18589 Break lines that are over 80 characters wide.
18590
18591 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18592
18593 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18594 New fun and var, to preserve compatibility.
18595
18596 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18597
18598 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18599
18600 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18601 name to file-newer-than-file-p.
18602
18603 2005-04-26 Richard M. Stallman <rms@gnu.org>
18604
18605 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18606
18607 * progmodes/python.el (python-mode):
18608 Use new name eldoc-documentation-function.
18609
18610 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18611
18612 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18613 (eldoc-documentation-function):
18614 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18615
18616 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18617
18618 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18619
18620 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18621
18622 * term/xterm.el (function-key-map): Fix strings for
18623 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18624 {C,S,A,C-S}-{f1-f12}.
18625
18626 2005-04-26 Kenichi Handa <handa@m17n.org>
18627
18628 * international/mule-cmds.el (select-safe-coding-system):
18629 Fix previous change.
18630
18631 2005-04-26 Lute Kamstra <lute@gnu.org>
18632
18633 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18634
18635 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18636 (font-lock-comment-delimiter-face): Ditto.
18637
18638 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18639
18640 2005-04-25 Jay Belanger <belanger@truman.edu>
18641
18642 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18643 to t while inserting information; use help-mode.
18644
18645 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18646
18647 * term.el (ansi-term-color-vector): Use the xterm colors.
18648 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18649
18650 2005-04-25 Lute Kamstra <lute@gnu.org>
18651
18652 * font-core.el (font-lock-defaults): Fix docstring.
18653
18654 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18655
18656 2005-04-25 Kenichi Handa <handa@m17n.org>
18657
18658 * international/mule-cmds.el (select-safe-coding-system):
18659 Don't check consistency with coding: spec, etc if raw-text or
18660 no-conversion was found to be safe.
18661
18662 2005-04-24 Richard M. Stallman <rms@gnu.org>
18663
18664 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18665 citation markers at start of each line.
18666
18667 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18668 citation markers at start of each line.
18669
18670 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18671
18672 * files.el (mode-require-final-newline): Fix previous change.
18673 (require-final-newline): Fix type label.
18674
18675 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18676
18677 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18678 statement in buffer (broken by 2004-11-24 change).
18679
18680 2005-04-24 Kim F. Storm <storm@cua.dk>
18681
18682 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18683 and read-file-name-function values. Don't overwrite existing
18684 non-nil values if ido-mode is enabled without ido-everywhere.
18685
18686 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18687
18688 * files.el (mode-require-final-newline): Minor doc fix.
18689
18690 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18691
18692 * subr.el (syntax-after): Doc fix.
18693 (syntax-class): If argument is nil, return nil. Mask off upper 16
18694 bits, not 8 bits.
18695
18696 * files.el (mode-require-final-newline): Doc fix.
18697 (backup-buffer-copy): Fix last change.
18698
18699 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18700
18701 * term/mac-win.el: Require select. Set selection-coding-system to
18702 mac-system-coding-system. Call menu-bar-enable-clipboard.
18703 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18704 (x-select-enable-clipboard): New variables.
18705 (x-select-text, x-get-selection, x-selection-value)
18706 (x-get-selection-value, mac-select-convert-to-string)
18707 (mac-services-open-file, mac-services-open-selection)
18708 (mac-services-insert-text): New functions.
18709 (CLIPBOARD, FIND): Put mac-scrap-name property.
18710 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18711 (public.tiff): Put mac-ostype property.
18712 (selection-converter-alist): Add entries for them.
18713 (mac-application-menu-map): New keymap.
18714 (interprogram-cut-function, interprogram-paste-function): Set to
18715 x-select-text and x-get-selection-value, respectively.
18716 (split-window-keep-point): Set to t.
18717
18718 2005-04-23 Richard M. Stallman <rms@gnu.org>
18719
18720 * files.el (read-directory-name): Always pass non-nil
18721 DEFAULT-FILENAME arg to read-file-name.
18722 (backup-buffer-copy, basic-save-buffer-2): Take care against
18723 writing thru an unexpected existing symlink.
18724 (revert-buffer): In indirect buffer, revert the base buffer.
18725 (magic-mode-alist): Doc fix.
18726 (buffer-stale-function): Doc fix.
18727 (minibuffer-with-setup-hook): Avoid warning.
18728 (mode-require-final-newline): Doc and custom fix.
18729
18730 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18731
18732 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18733 use the default appearance.
18734 (font-lock-comment-delimiter-face): New face, new variable.
18735
18736 * imenu.el (imenu--generic-function): The official position of a
18737 definition is the start of the line that BEG is in.
18738
18739 * midnight.el (midnight-timer): Move defvar up.
18740
18741 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18742
18743 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18744
18745 * startup.el (command-line): Use with-no-warnings.
18746
18747 * window.el (window-size-fixed): New defvar.
18748
18749 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18750
18751 * mail/rmail.el (rmail-font-lock-keywords):
18752 Use font-lock-comment-delimiter-face.
18753
18754 * mail/sendmail.el (mail-font-lock-keywords):
18755 Use font-lock-comment-delimiter-face.
18756
18757 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18758
18759 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18760
18761 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18762 Specify t for LAXMATCH when matching directories.
18763 Save match data around compilation-compat-error-properties form.
18764
18765 2005-04-23 David Kastrup <dak@gnu.org>
18766
18767 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18768 Mention that the autoloaded aliases should be kept for AUCTeX.
18769
18770 2005-04-23 Andreas Schwab <schwab@suse.de>
18771
18772 * isearch.el (isearch-forward): Doc fix.
18773
18774 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18775
18776 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18777 (jit-lock-stealth-nice): Change default value to 0.5.
18778
18779 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18780
18781 * abbrev.el (write-abbrev-file): Write table entries in
18782 alphabetical order by table name.
18783
18784 2005-04-22 Kim F. Storm <storm@cua.dk>
18785
18786 * ido.el (ido-read-internal): Fix `list' completion.
18787
18788 2005-04-22 Kenichi Handa <handa@m17n.org>
18789
18790 * recentf.el (recentf-save-file-coding-system): New variable.
18791 (recentf-save-list): Encode the file by
18792 recentf-save-file-coding-system and add coding: tag.
18793
18794 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18795
18796 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18797
18798 2005-04-21 Lute Kamstra <lute@gnu.org>
18799
18800 * loadhist.el (unload-feature): Don't remove a function from hooks
18801 if it is about to be restored to an autoload . Remove functions
18802 that will become unbound from auto-mode-alist. Simplify the code.
18803
18804 * subr.el (assq-delete-all): New implementation that is linear,
18805 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18806 (rassq-delete-all): New function.
18807
18808 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18809 Add size-indication-mode.
18810
18811 2005-04-21 Kenichi Handa <handa@m17n.org>
18812
18813 * international/mule-cmds.el: Add autoload for widget-value in
18814 eval-when-compile.
18815
18816 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18817
18818 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18819 Add tooltip-mode.
18820
18821 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18822
18823 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
18824
18825 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18826 (inferior-lisp-filter-regexp, inferior-lisp-program)
18827 (inferior-lisp-load-command, inferior-lisp-prompt)
18828 (inferior-lisp-mode-hook, lisp-source-modes)
18829 (inferior-lisp-load-hook): defvar->defcustom.
18830 (inferior-lisp-program, inferior-lisp-prompt)
18831 (inferior-lisp-load-hook): Doc fixes.
18832 (inferior-lisp-install-letter-bindings): Small change in
18833 introductory comment.
18834
18835 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
18836
18837 * vc.el (vc-annotate-color-map): Change some colors so that text
18838 using them as foreground is readable on both white and black
18839 backgrounds.
18840
18841 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18842
18843 * international/mule-conf.el (translation-table-for-input):
18844 Remove redundant declaration.
18845
18846 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18847
18848 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18849
18850 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18851 (tooltip-toggle-gud-tips): New function.
18852
18853 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18854
18855 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18856 right angle brackets.
18857
18858 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18859
18860 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18861
18862 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18863
18864 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18865 Remove. Update callers to use expand-file-name instead.
18866
18867 * subr.el (syntax-class): New function.
18868
18869 * simple.el (blink-matching-open): Use it.
18870
18871 * paren.el (show-paren-function): Use it to recognize parens that are
18872 also used in 2-char comment markers.
18873
18874 2005-04-19 Lute Kamstra <lute@gnu.org>
18875
18876 * loadhist.el (unload-feature): Update for new format of
18877 load-history. Simplify the code.
18878
18879 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18880
18881 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18882 (mac-add-charset-info): New function. Initialize variable
18883 mac-charset-info-alist using it.
18884 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18885 for translation.
18886 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18887 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18888 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18889 New CCL programs.
18890
18891 2005-04-19 Kim F. Storm <storm@cua.dk>
18892
18893 * simple.el (next-buffer, prev-buffer, next-error)
18894 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18895 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18896
18897 * bindings.el (next-buffer, prev-buffer, next-error)
18898 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18899 (clone-indirect-buffer-other-window): Move bindings from simple.el.
18900 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18901 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18902
18903 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18904
18905 * isearch.el (isearch-edit-string): Make the search-ring available for
18906 minibuffer history commands.
18907 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18908 the default history commands now work just as well.
18909 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18910
18911 2005-04-18 Kim F. Storm <storm@cua.dk>
18912
18913 * emulation/cua-base.el (cua--pre-command-handler): Add more
18914 elaborate check for shift modifier on non-window systems.
18915
18916 2005-04-18 Lars Hansen <larsh@math.ku.dk>
18917
18918 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18919
18920 2005-04-18 Kim F. Storm <storm@cua.dk>
18921
18922 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18923 and make it optional. Don't test tooltip-gud-echo-area here.
18924 (tooltip-gud-process-output, gdb-tooltip-print):
18925 Pass tooltip-gud-echo-area to tooltip-show.
18926 (tooltip-help-tips): Remove second optional arg to tooltip-show.
18927
18928 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18929
18930 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18931 `display-graphic-p' may not be bound yet.
18932
18933 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
18934
18935 * startup.el (command-line): No longer enable Xterm Mouse mode by
18936 default in terminals compatible with xterm.
18937
18938 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18939
18940 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
18941
18942 * tooltip.el (tooltip-gud-echo-area): Rename from
18943 tooltip-use-echo-area.
18944 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18945 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18946 area independently of where help tooltips are displayed.
18947
18948 2005-04-17 David Kastrup <dak@gnu.org>
18949
18950 * cus-theme.el (custom-theme-write-variables): Quote variables
18951 where necessary.
18952
18953 2005-04-17 Richard M. Stallman <rms@gnu.org>
18954
18955 * simple.el (yank-excluded-properties): Add follow-link to value.
18956
18957 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18958
18959 * startup.el (fancy-splash-max-time): Just 30 seconds.
18960 (fancy-splash-delay): Just 7.
18961 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18962
18963 * loadhist.el (unload-feature): Update for new format of load-history.
18964 Simplify the code.
18965
18966 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18967 (rmail-font-lock-keywords): Don't fontify the text of a citation.
18968
18969 * mail/sendmail.el (mail-font-lock-keywords):
18970 Don't fontify subject text.
18971 Don't fontify the text of a citation.
18972
18973 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
18974
18975 * comint.el (comint-output-filter): Run comint-output-filter-functions
18976 with point where the user had it.
18977
18978 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18979
18980 * international/ucs-tables.el (ucs-set-table-for-input):
18981 Disable when using unify-on-decoding.
18982
18983 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
18984
18985 * emulation/cua-base.el (cua-global-mark-face): Add special case
18986 for displays supporting a high number of colors.
18987
18988 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18989
18990 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18991
18992 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
18993
18994 * filesets.el (filesets-add-buffer): If user supplies a name of a
18995 non-existing fileset, create a new fileset.
18996
18997 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
18998
18999 * textmodes/org.el (org-up-heading-all): Fix bug with
19000 `outline-up-heading-all'.
19001
19002 2005-04-16 Andreas Schwab <schwab@suse.de>
19003
19004 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
19005 /etc/permissions.d/* and /etc/aliases.d/*.
19006
19007 2005-04-16 Kenichi Handa <handa@m17n.org>
19008
19009 * international/code-pages.el (cp-make-coding-system):
19010 Set `translation-table-for-input' property value to the symbol
19011 ucs-mule-to-mule-unicode, not to that value.
19012 (pt154): Escape guillemet by `\'.
19013
19014 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
19015
19016 * loadup.el: Load tooltip if x-show-tip is fboundp.
19017
19018 * startup.el (command-line): Add comment.
19019
19020 * tooltip.el (tooltip-mode): Specify correct standard value for
19021 Custom in init-value.
19022
19023 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
19024
19025 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
19026 possible.
19027
19028 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
19029
19030 * textmodes/org.el (org-agenda-date-prompt): Rename from
19031 `org-agenda-date-today'.
19032 (org-evaluate-time-range): Insert at point instead of directly
19033 after time range.
19034 (org-first-headline-recenter, org-subtree-end-visible-p)
19035 (org-optimize-window-after-visibility-change): New functions
19036 (org-agenda-post-command-hook): Don't allow point at end of line,
19037 to make sure it always hits the text properties.
19038 (org-agenda-next-date-line, org-agenda-previous-date-line):
19039 New commands.
19040 (org-set-regexps-and-options): Category may contain white space.
19041 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19042 Improve marker positions.
19043 (org-agenda-new-marker): Argument POS made optional.
19044 (org-agenda-get-timestamps): Deadlines which are done are listed
19045 in org-done-face now.
19046 (org-agenda-get-todos, org-agenda-get-timestamps)
19047 (org-agenda-get-deadlines, org-agenda-get-scheduled):
19048 Set `undone-face' and `done-face' properties.
19049 (org-last-todo-state-is-todo): New variable.
19050 (org-todo): Set `org-last-todo-state-is-todo'.
19051 (org-agenda-todo): Change face according to
19052 `org-last-todo-state-is-todo'. And change other lines referring to
19053 the same entry.
19054 (org-calendar-goto-agenda): New command.
19055 (org-calendar-to-agenda-key): New option.
19056 (org-startup-folded): New allowed value `content'.
19057 (org-set-regexps-and-options): Accept new value `content' for
19058 `org-startup-folded'.
19059 (org-get-current-options): Handle new value `content' for
19060 `org-startup-folded'.
19061 (org-insert-todo-heading): New command.
19062 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
19063 interactively in empty file and option
19064 `org-insert-mode-line-in-empty-file' has been set.
19065 (org-agenda-todo, org-agenda-priority): Modify to use
19066 `org-agenda-change-all-lines'.
19067 (org-warning-face): Change color on dark background
19068
19069 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19070
19071 * international/mule-cmds.el (set-locale-environment): On Mac OS,
19072 use preferences AppleLocale and AppleLanguages, and variable
19073 mac-system-locale for default locale. On Mac OS Classic, use
19074 mac-system-coding-system for default coding systems.
19075
19076 * term/mac-win.el: Don't set file-name-coding-system.
19077 Decode variables system-name, emacs-build-system, user-login-name, and
19078 user-full-name by mac-system-coding-system on Mac OS Classic.
19079 (mac-system-coding-system): New variable.
19080
19081 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
19082
19083 * startup.el (command-line): Handle `xterm-mouse-mode' before
19084 reading init file.
19085
19086 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
19087
19088 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
19089
19090 * progmodes/sh-script.el (sh-here-document-word): Make it a
19091 defcustom. Doc fix.
19092 (sh-add): Bash uses $(( )) for arithmetic.
19093 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
19094 (sh-maybe-here-document): Remove quotes and leading whitespace
19095 from heredoc word when closing. Indent heredoc with tabs if word
19096 starts with "-".
19097
19098 2005-04-13 Richard M. Stallman <rms@gnu.org>
19099
19100 * simple.el (undo): Fix previous change.
19101
19102 * custom.el (defface): Doc fix.
19103
19104 2005-04-13 Lute Kamstra <lute@gnu.org>
19105
19106 * Makefile.in (DONTCOMPILE): Remove list.
19107 (compile, compile-always): Don't use DONTCOMPILE.
19108 (update-authors): Load the library in which batch-update-authors
19109 is defined.
19110 * makefile.w32-in (DONTCOMPILE): Remove list.
19111 (compile, compile-always): Fix comments.
19112 (update-authors): Load the library in which batch-update-authors
19113 is defined.
19114
19115 * generic-x.el (generic-mode-ini-file-find-file-hook):
19116 Rename to ini-generic-mode-find-file-hook.
19117 Keep generic-mode-ini-file-find-file-hook as an alias.
19118 (ini-generic-mode-find-file-hook): Rename from
19119 generic-mode-ini-file-find-file-hook. Fix docstring.
19120 (ini-generic-mode): Docstring change.
19121 (bat-generic-mode-run-as-comint): Silence the byte compiler.
19122
19123 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
19124 called from lisp.
19125
19126 * generic.el: Move to the emacs-lisp subdir.
19127
19128 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
19129
19130 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
19131 and C-S- function and cursor motion keys.
19132
19133 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
19134
19135 * startup.el (command-line): Enable Xterm Mouse mode by default.
19136 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
19137 for Custom. No longer show "Mouse" in mode line when enabled.
19138 Doc fix.
19139
19140 2005-04-12 Kim F. Storm <storm@cua.dk>
19141
19142 * emulation/cua-base.el (cua-rectangle-face)
19143 (cua-rectangle-noselect-face): Define face attributes here.
19144
19145 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
19146
19147 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19148
19149 * startup.el (command-line): Turn off blinking cursor if
19150 cursorBlink in resources is off or false.
19151
19152 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19153
19154 * term/mac-win.el (dnd): Require dnd.
19155 (mac-drag-n-drop): Call dnd-handle-one-url.
19156 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
19157 (kTextEncodingISOLatin2): Remove constants.
19158 (mac-script-code-coding-systems): New constant.
19159 (mac-handle-language-change): New function.
19160 (special-event-map): Bind it to `language-change' event.
19161 (mac-centraleurroman, mac-cyrillic): New coding systems.
19162 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
19163 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
19164 and mac-cyrillic-encoder to encode-mac-centraleurroman and
19165 encode-mac-cyrillic, respectively.
19166
19167 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19168
19169 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19170 Don't set overlay-arrow-string to "=>" as this is done
19171 globally in C now.
19172
19173 2005-04-12 Lute Kamstra <lute@gnu.org>
19174
19175 * generic-x.el (rc-generic-mode, rul-generic-mode):
19176 Fix auto-mode-alist entries.
19177 (etc-fstab-generic-mode): Tweak fontification.
19178
19179 * generic.el (generic-make-keywords-list): Fix docstring.
19180 (generic-mode-internal): Simplify generic-font-lock-keywords.
19181
19182 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19183
19184 * whitespace.el (whitespace-buffer-leading)
19185 (whitespace-buffer-trailing): Revert the incorrect test inversion.
19186 However, fix the highlight area for the leading and
19187 trailing whitespaces to show space.
19188
19189 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19190
19191 * whitespace.el (whitespace-version): Bump to 3.5
19192
19193 (whitespace-buffer-leading, whitespace-buffer-trailing):
19194 Invert sense of the test to highlight the whitespace.
19195
19196 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19197
19198 * progmodes/gud.el (gud-display-line): GUD uses its own
19199 overlay arrow now so don't set overlay-arrow-string.
19200 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19201
19202 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19203
19204 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19205 (term-ansi-current-reverse, term-ansi-current-invisible)
19206 (term-ansi-face-already-done): Change to boolean.
19207 (term-reset-terminal, term-handle-colors-array): Handle the above
19208 vars accordingly.
19209 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19210 (term-emulate-terminal): Use the new name.
19211
19212 * faces.el (secondary-selection): Use yellow1, not yellow.
19213 (trailing-whitespace): Use red1, not red.
19214
19215 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19216
19217 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19218 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19219 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19220
19221 * cus-edit.el (dnd): New group.
19222
19223 * term/w32-win.el (dnd): Require dnd
19224 (w32-drag-n-drop): Call dnd-handle-one-url.
19225
19226 * x-dnd.el: Require dnd.
19227 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19228 Call dnd-handle-one-url.
19229 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19230 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19231 to dnd-insert-text.
19232 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19233 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19234 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19235 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19236
19237 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19238
19239 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19240
19241 * wdired.el: Doc fixes.
19242 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19243 (wdired-use-dired-vertical-movement): Rename from
19244 wdired-always-move-to-filename-beginning.
19245 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19246 (wdired-change-to-wdired-mode): Change mode name.
19247 (wdired-newline): Delete.
19248
19249 2005-04-11 Richard M. Stallman <rms@gnu.org>
19250
19251 * whitespace.el (whitespace-highlight-the-space):
19252 Don't call whitespace-unhighlight-the-space here.
19253
19254 * simple.el (undo): Record t in undo-equiv-table
19255 for the redo record made by an undo-in-region.
19256
19257 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19258
19259 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19260 (gdb-frame-inferior-io-buffer): New Functions to control
19261 display of separate IO buffer.
19262 (menu): Add them to menu-bar.
19263 (gdb-display-buffer): Check for buffer another frame.
19264 Protect GUD buffer.
19265 (gdb-setup-windows): Create IO buffer if not already there.
19266 (gdb-memory-mode): Remove purecopy noops.
19267
19268 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19269
19270 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19271 and pass to self-insert-command.
19272
19273 2005-04-11 Lute Kamstra <lute@gnu.org>
19274
19275 * generic.el: Commentary section cleanup.
19276 (generic): Delete.
19277 (generic-use-find-file-hook, generic-lines-to-scan)
19278 (generic-find-file-regexp, generic-ignore-files-regexp)
19279 (default-generic-mode, generic-mode-find-file-hook)
19280 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19281 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19282 (generic-use-find-file-hook, generic-lines-to-scan)
19283 (generic-find-file-regexp, generic-ignore-files-regexp)
19284 (default-generic-mode, generic-mode-find-file-hook)
19285 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19286
19287 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19288
19289 * bookmark.el (bookmark-write-file): Catch errors writing file.
19290 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19291
19292 2005-04-10 Richard M. Stallman <rms@gnu.org>
19293
19294 * startup.el (fancy-splash-tail): Update copyright year.
19295 (command-line): Split part of -Q into -D.
19296 (emacs-basic-display): New defvar.
19297 (fancy-splash-text): Correct name of menu item.
19298
19299 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19300
19301 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19302 lines in one node.
19303
19304 * comint.el (comint-send-input): New arg ARTIFICIAL.
19305 Callers in this file changed.
19306
19307 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19308
19309 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19310
19311 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19312
19313 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19314 `ldap-search-internal'.
19315
19316 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19317
19318 * files.el (set-auto-mode-1): Use line-end-position.
19319
19320 * international/latin-1.el:
19321 * international/latin-2.el:
19322 * international/latin-3.el:
19323 * international/latin-4.el:
19324 * international/latin-5.el:
19325 * international/latin-8.el:
19326 * international/latin-9.el: Give punctuation syntax to NBSP.
19327
19328 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19329 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19330 Use char-classes to accept non-ascii letters, accepted in some recent
19331 bibtex implementations.
19332
19333 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19334
19335 * custom.el (custom-set-minor-mode): Any non-nil value for the
19336 variable should enable the mode when set through Custom.
19337
19338 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19339
19340 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19341 TAB binding so tab-always-indent is obeyed.
19342 (vhdl-minibuffer-local-map): Move initialization into declaration.
19343 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19344 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19345 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19346 (vhdl-current-line): Use line-beginning-position.
19347 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19348 with-output-to-temp-buffer, so the current position can be recorded.
19349
19350 2005-04-10 Masatake YAMATO <jet@gyve.org>
19351
19352 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19353 Add regexp for gcov.
19354
19355 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19356
19357 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19358 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19359 syntax which Emacs 20 doesn't support.
19360
19361 2005-04-09 Richard M. Stallman <rms@gnu.org>
19362
19363 * help.el (describe-key-briefly, describe-key):
19364 Replace strings as event types with "(any string)".
19365
19366 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19367
19368 * arc-mode.el (archive-mode-map): Move initialization into
19369 the declaration. Override *all* bindings of `undo'.
19370 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19371
19372 2005-04-09 Jay Belanger <belanger@truman.edu>
19373
19374 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19375
19376 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19377
19378 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19379 (xterm-register-default-colors): Update color values computation
19380 to match xterm-200.
19381
19382 2005-04-09 Kenichi Handa <handa@m17n.org>
19383
19384 * international/code-pages.el (iso-latin-7): Fix the map.
19385
19386 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19387
19388 * emacs-lisp/lisp.el (defun-prompt-regexp)
19389 (parens-require-spaces, buffer-end, end-of-defun)
19390 (insert-parentheses): Doc fixes.
19391
19392 2005-04-08 Kim F. Storm <storm@cua.dk>
19393
19394 * comint.el (comint-highlight-prompt): Fix face spec.
19395 * hi-lock.el (hi-green): Likewise.
19396
19397 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19398
19399 * cus-edit.el (custom-modified-face):
19400 * comint.el (comint-highlight-input): Fix previous changes.
19401 * term.el (term-handle-ansi-escape): Add a comment.
19402
19403 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19404
19405 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19406 in the buffer and in whitespace-highlighted-space.
19407 (whitespace-unhighlight-the-space): Simplify.
19408 (whitespace-buffer): Simplify.
19409
19410 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19411
19412 * textmodes/table.el (table-cell-face): Add special case for
19413 displays supporting a high number of colors.
19414 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19415 (vhdl-font-lock-reserved-words-face)
19416 (vhdl-speedbar-architecture-face)
19417 (vhdl-speedbar-instantiation-face)
19418 (vhdl-speedbar-architecture-selected-face)
19419 (vhdl-speedbar-instantiation-selected-face): Likewise.
19420 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19421 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19422 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19423 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19424 (ebrowse-progress-face): Likewise.
19425 * progmodes/compile.el (compilation-info-face): Likewise.
19426 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19427 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19428 * calendar/calendar.el (diary-face): Likewise.
19429 * woman.el (woman-italic-face, woman-bold-face)
19430 (woman-unknown-face): Likewise.
19431 * wid-edit.el (widget-button-pressed-face): Likewise.
19432 * whitespace.el (whitespace-highlight-face): Likewise.
19433 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19434 * pcvs-info.el (cvs-marked-face): Likewise.
19435 * info.el (info-xref): Likewise.
19436 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19437 * hilit-chg.el (highlight-changes-face)
19438 (highlight-changes-delete-face): Likewise.
19439 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19440 (hi-red-b): Likewise.
19441 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19442 * font-lock.el (font-lock-keyword-face)
19443 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19444 * cus-edit.el (custom-invalid-face, custom-modified-face)
19445 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19446 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19447 * comint.el (comint-highlight-prompt): Likewise.
19448
19449 2005-04-08 Lute Kamstra <lute@gnu.org>
19450
19451 * font-lock.el (font-lock-keywords): Docstring fixes.
19452
19453 2005-04-08 Kenichi Handa <handa@m17n.org>
19454
19455 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19456 chars are more than a limit, print " and more..." at the tail.
19457
19458 2005-04-08 Kim F. Storm <storm@cua.dk>
19459
19460 * emacs-lisp/authors.el (authors-aliases): Update list.
19461 (authors-ignored-files): New list.
19462 (authors-fixed-entries): Fix typo.
19463 (authors-renamed-files-alist): Update list.
19464 (authors-add): Check authors-ignored-files.
19465
19466 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19467
19468 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19469 optional, to ensure backward compatibility.
19470
19471 2005-04-08 Stephen Eglen <stephen@gnu.org>
19472
19473 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19474
19475 2005-04-08 Kim F. Storm <storm@cua.dk>
19476
19477 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19478
19479 * mouse.el (mouse-on-link-p): Doc fix.
19480
19481 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19482
19483 * ielm.el (ielm-prompt-read-only): Doc fix.
19484
19485 * comint.el (comint-prompt-read-only): Doc fix.
19486
19487 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19488
19489 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19490 ensure dired always handles wildcards passed to ffap.
19491 (find-file-at-point): Use it.
19492 (ffap-dired-wildcards): Doc fix.
19493
19494 2005-04-07 Juri Linkov <juri@jurta.org>
19495
19496 * simple.el (next-error-overlay-arrow-position): New defvar.
19497 Put "=>" on its property `overlay-arrow-string'. Add it to
19498 `overlay-arrow-variable-list'.
19499
19500 * progmodes/compile.el (compilation-setup):
19501 Set `next-error-overlay-arrow-position' to nil. Also set it to
19502 nil in the local hook `kill-buffer-hook'. Make local variable
19503 `overlay-arrow-string' and set it to "=>".
19504 (compilation-goto-locus): Set BOL position to
19505 `next-error-overlay-arrow-position' instead of
19506 `overlay-arrow-position'.
19507
19508 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19509 locally instead of adding it to the global hook.
19510 (Info-kill-buffer): Move up.
19511
19512 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19513
19514 * term/xterm.el (xterm-standard-colors): Update color values from
19515 xterm-200.
19516
19517 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19518
19519 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19520
19521 * fast-lock.el:
19522 * lazy-lock.el: Move them to the obsolete subdir.
19523
19524 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19525
19526 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19527 (wdired-add-replace-advice): Remove.
19528 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19529
19530 2005-04-06 Kim F. Storm <storm@cua.dk>
19531
19532 * startup.el (command-line): Add --bare-bones alias for -Q.
19533
19534 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19535
19536 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19537 create the startup fontset if a font specification ends with
19538 `mac-roman'.
19539
19540 2005-04-06 Lute Kamstra <lute@gnu.org>
19541
19542 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19543 change.
19544
19545 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19546 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19547
19548 2005-04-05 Lute Kamstra <lute@gnu.org>
19549
19550 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19551 (define-generic-mode): Ditto. Fix debug declaration.
19552
19553 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19554 Put them in the generic-x group.
19555
19556 * calendar/timeclock.el (timeclock): Doc fix.
19557
19558 * generic.el (define-generic-mode): Don't use custom-current-group.
19559 Document default :group value.
19560 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19561 (define-global-minor-mode): Don't use custom-current-group.
19562
19563 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19564
19565 * startup.el (command-line-1): Display startup-echo-area-message
19566 when fancy splash screen is in use.
19567
19568 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19569 (sh-escaped-newline): New face.
19570 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19571 newline, and use sh-escaped-newline face.
19572
19573 * progmodes/tcl.el (tcl-escaped-newline): New face.
19574 (tcl-builtin-list): New variable.
19575 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19576 newlines. Fix keywords subexpression number.
19577
19578 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19579
19580 * textmodes/org.el (org-diary-default-entry): Fix call to
19581 `add-to-diary-entry'.
19582
19583 2005-04-05 Kim F. Storm <storm@cua.dk>
19584
19585 * ediff-init.el: Use (featurep 'xemacs).
19586
19587 2005-04-05 David Ponce <david@dponce.com>
19588
19589 * cus-edit.el (face): Derive from symbol widget. Display sample
19590 of the current face on the fly.
19591 (widget-face-sample-face-get, widget-face-notify): New functions.
19592 (widget-face-value-create): Remove.
19593
19594 * wid-edit.el (widget-field-end): Temporarily remove field
19595 narrowing before to call `get-char-property'.
19596
19597 2005-04-04 Jay Belanger <belanger@truman.edu>
19598
19599 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19600 (math-read-subscripts): New variable.
19601 (math-read-preprocess-string): Process subscripts.
19602
19603 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19604
19605 * comint.el (comint-prompt-read-only): Doc fix.
19606
19607 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19608 `-1'. Doc fix.
19609
19610 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19611
19612 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19613 Change default value to nil.
19614
19615 2005-04-04 Lute Kamstra <lute@gnu.org>
19616
19617 * autorevert.el (auto-revert-mode): Specify :group.
19618 * battery.el (display-battery-mode): Specify :group.
19619 * diff-mode.el (diff-minor-mode): Specify :group.
19620 * font-core.el (font-lock-mode): Specify :group.
19621 * hl-line.el (hl-line-mode): Specify :group.
19622 * iimage.el (iimage): New customization group.
19623 (iimage-mode): Specify :group.
19624 * longlines.el (longlines-mode): Specify :group.
19625 * master.el: Don't require easy-mmode.
19626 (master): New customization group.
19627 (master-mode): Specify :group.
19628 * msb.el (msb-mode): Specify :group.
19629 * reveal.el (reveal-mode): Specify :group.
19630 * simple.el (next-error-follow-minor-mode): Specify :group.
19631 * smerge-mode.el (smerge-mode): Specify :group.
19632 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19633 * emulation/cua-base.el (cua-mode): Specify :group.
19634 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19635 * language/thai-util.el (thai-auto-composition-mode)
19636 (thai-word-mode): Specify :group.
19637 * mail/supercite.el (sc-minor-mode): Specify :group.
19638 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19639 * progmodes/flymake.el (flymake-mode): Specify :group.
19640 * progmodes/glasses.el (glasses-mode): Specify :group.
19641 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19642 * textmodes/enriched.el (enriched-mode): Specify :group.
19643 * textmodes/refill.el (refill-mode): Specify :group.
19644
19645 * add-log.el (change-log-font-lock-keywords): Names in
19646 parenthesized lists can contain spaces.
19647
19648 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19649
19650 * startup.el (fancy-splash-text): Shorten default text of
19651 "Emacs Tutorial" line. Also, if the current language env
19652 indicates an available tutorial file other than TUTORIAL,
19653 extract its title and append it to the line in parentheses.
19654 (fancy-splash-insert): If arg is a thunk, funcall it.
19655
19656 2005-04-04 Jay Belanger <belanger@truman.edu>
19657
19658 * calc.el (calc-language-alist): Add tags to customization type.
19659
19660 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19661
19662 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19663 Doc fix.
19664
19665 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19666
19667 * add-log.el (change-log-font-lock-keywords): The manual
19668 describing a Change Log entry, says: (...) "Aside from these
19669 header lines, every line in the change log starts with a space or
19670 a tab.". The font-lock was not highlighting lines started with
19671 spaces, added support for it.
19672
19673 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19674
19675 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19676 (bibtex-generate-url-list): Update docstring accordingly. Put the
19677 complex example in the docstring.
19678 (bibtex-font-lock-url): Use pop.
19679
19680 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19681
19682 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19683
19684 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19685
19686 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19687
19688 * filesets.el (filesets-set-default): Doc fix.
19689
19690 2005-04-03 Lute Kamstra <lute@gnu.org>
19691
19692 * generic.el (define-generic-mode): Add argument to specify
19693 keywords for defcustom.
19694 (default-generic-mode): Specify :group.
19695
19696 * generic-x.el: Specify :group for all generic modes.
19697
19698 * desktop.el (desktop-no-desktop-file-hook)
19699 (desktop-after-read-hook): Doc fix.
19700
19701 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19702
19703 * simple.el (visible-mode): Use explicit :group keyword.
19704 This changes the group of `visible-mode-hook' from paren-blinking
19705 to editing-basics.
19706
19707 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19708
19709 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19710 mailbox specifications as well as URLs.
19711 (rmail-insert-inbox-text): Remove unused conditional branches.
19712
19713 2005-04-01 Jay Belanger <belanger@truman.edu>
19714
19715 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19716 (calc-gnuplot-print-command): Move definitions to calc.el.
19717
19718 * calc/calc-embed.el (calc-embedded-announce-formula)
19719 (calc-embedded-open-formula, calc-embedded-close-formula)
19720 (calc-embedded-open-word, calc-embedded-close-word)
19721 (calc-embedded-open-plain, calc-embedded-close-plain)
19722 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19723 (calc-embedded-open-mode, calc-embedded-close-mode):
19724 Move definitions to calc.el.
19725
19726 * calc/calc.el (calc-settings-file, calc-language-alist):
19727 Make customizable.
19728 (calc-embedded-announce-formula, calc-embedded-open-formula)
19729 (calc-embedded-close-formula, calc-embedded-open-word)
19730 (calc-embedded-close-word, calc-embedded-open-plain)
19731 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19732 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19733 (calc-embedded-close-mode, calc-gnuplot-name)
19734 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19735 from other files and make customizable.
19736
19737 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19738
19739 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19740 Use buffer-live-p.
19741 (cvs-mode-run): Don't call cvs-update-header here.
19742 (cvs-run-process): Call cvs-update-header.
19743 Use process properties for cvs-postprocess and cvs-buffer so that
19744 the sentinel can behave better if the temp buffer is killed.
19745 Use a pipe rather than a tty, to better handle unexpected prompts.
19746 (cvs-sentinel): Rewrite. Call cvs-update-header.
19747
19748 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19749
19750 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19751 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19752
19753 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19754
19755 * generic.el (define-generic-mode): Add indentation rule.
19756
19757 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19758
19759 * files.el (mode-require-final-newline): Make Custom correctly
19760 report a nil value and allow to set it to nil via Custom.
19761 Doc fix.
19762
19763 2005-04-01 Kenichi Handa <handa@m17n.org>
19764
19765 * international/characters.el: Enable the correct case setting for
19766 dotless-i and dotted-I.
19767
19768 2005-04-01 Kim F. Storm <storm@cua.dk>
19769
19770 * ido.el (ido-file-internal): Fall back to non-ido command if
19771 initial directory is on slow ftp (or tramp) host.
19772
19773 2005-03-31 Richard M. Stallman <rms@gnu.org>
19774
19775 * emacs-lisp/autoload.el (make-autoload):
19776 Handle define-global-minor-mode.
19777
19778 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19779 Rename from easy-mmode-define-global-mode.
19780 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19781
19782 * progmodes/scheme.el (scheme-mode-syntax-table):
19783 Update syntax of | and # for two-character comment syntax.
19784
19785 2005-03-31 Lute Kamstra <lute@gnu.org>
19786
19787 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19788 (define-minor-mode): Call custom-current-group at load-time.
19789
19790 * generic.el (define-generic-mode): Add debug declaration.
19791 Add defcustom for the mode hook.
19792 (generic-mode-internal): Use run-mode-hooks.
19793
19794 2005-03-31 Kim F. Storm <storm@cua.dk>
19795
19796 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19797 (mouse-fixup-help-message): New defun called by show_help_echo
19798 to fixup mouse-2 prefix in help messages when applicable.
19799
19800 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19801
19802 2005-03-31 Kenichi Handa <handa@m17n.org>
19803
19804 * language/thai-word.el (thai-find-word-ends): Pay attention to
19805 the case that we reach the end of buffer.
19806
19807 * textmodes/fill.el (fill-text-properties-at): New function.
19808 (fill-newline): Use fill-text-properties-at instead of
19809 text-properties-at.
19810
19811 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19812
19813 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19814 not comint-quote-filename.
19815
19816 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19817
19818 * help-fns.el (help-with-tutorial): Revert last change.
19819
19820 2005-03-31 Kim F. Storm <storm@cua.dk>
19821
19822 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19823
19824 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
19825
19826 * calendar/cal-china.el: Update reference to "Calendrical
19827 Calculations" book; there's a new edition.
19828 * calendar/cal-coptic.el: Likewise.
19829 * calendar/cal-french.el: Likewise.
19830 * calendar/cal-hebrew.el: Likewise.
19831 * calendar/cal-islam.el: Likewise.
19832 * calendar/cal-iso.el: Likewise.
19833 * calendar/cal-julian.el: Likewise.
19834 * calendar/cal-mayan.el: Likewise.
19835 * calendar/cal-persia.el: Likewise.
19836 * calendar/calendar.el: Likewise.
19837 * calendar/holidays.el: Likewise.
19838 * calendar/lunar.el: Likewise.
19839 * calendar/solar.el: Likewise.
19840
19841 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19842 white space from doc string.
19843
19844 2005-03-30 Jay Belanger <belanger@truman.edu>
19845
19846 * calc/calc-help.el (calc-full-help): Remove email address.
19847
19848 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
19849
19850 * help-fns.el (help-with-tutorial): Delete title line.
19851
19852 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19853
19854 * calendar/cal-x.el (calendar-one-frame-setup)
19855 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19856 rather than `symbol' for set-window-dedicated-p.
19857
19858 * calendar/appt.el (appt-buffer-name): Make it a constant.
19859 (appt-add): Doc fix.
19860
19861 * filesets.el (filesets-menu-path, filesets-menu-before)
19862 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
19863 (filesets-menu-cache-file): Use directory ~/.emacs.d.
19864 (filesets-add-submenu): Delete and use add-submenu instead.
19865
19866 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
19867
19868 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19869 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19870 (org-diary-default-entry): New function.
19871 (org-get-entries-from-diary): Better parsing of diary entries.
19872 (org-agenda-check-no-diary): New function.
19873 ("diary-lib"): Advice to function `add-to-diary-list', to allow
19874 linking to diary entries.
19875 (org-agenda-execute-calendar-command): New function.
19876 (org-agenda): Improve visible section in window.
19877 Use `org-fit-agenda-window'.
19878 (org-fit-agenda-window): New option.
19879 (org-move-subtree-down): Better handling of empty lines
19880 at end of subtree.
19881 (org-cycle): Numeric prefix is interpreted now as show-subtree N
19882 levels up.
19883 (org-fontify-done-headline): New option.
19884 (org-headline-done-face): New face.
19885 (org-set-font-lock-defaults): Use `org-headline-done-face'.
19886 (org-table-copy-down): Rename from `org-table-copy-from-above'.
19887 When current field is non-empty, it is copied to next row.
19888 (org-table-copy-from-above): Fix bug which made it
19889 impossible to copy fields containing only a single non-white character.
19890
19891 2005-03-30 Kim F. Storm <storm@cua.dk>
19892
19893 * kmacro.el (kmacro-end-macro): Isearch may store this command
19894 into the macro -- so ignore it when executing keyboard macro.
19895
19896 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19897
19898 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19899
19900 2005-03-29 Kenichi Handa <handa@m17n.org>
19901
19902 * language/thai.el ("Thai"): Set setup-function and exit-function
19903 for Thai language environment.
19904
19905 * language/thai-util.el: Require thai-word.
19906 (thai-word-mode-map): New variable.
19907 (thai-word-mode): New minor mode.
19908 (setup-thai-language-environment-internal): New function.
19909 (exit-thai-language-environment-internal): New function.
19910
19911 * language/thai-word.el (thai-word-table): Declare it by defvar,
19912 use dolist to initialize it.
19913 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19914 (thai-fill-find-break-point): New functions.
19915
19916 2005-03-29 Richard M. Stallman <rms@gnu.org>
19917
19918 * simple.el (idle-update-delay): Move definition up.
19919 (set-mark): Doc fix.
19920
19921 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
19922
19923 * longlines.el: New file.
19924
19925 * simple.el (buffer-substring-filters): New variable.
19926 (filter-buffer-substring): New function.
19927 (kill-region, copy-region-as-kill): Use it.
19928
19929 * register.el (copy-to-register, append-to-register)
19930 (prepend-to-register): Use filter-buffer-substring.
19931
19932 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19933
19934 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19935 (gud-filter-pending-text): Move in front of gdb.
19936 (gud-overlay-arrow-position): New variable.
19937 (gud-sentinel, gud-display-line): Use it in place of
19938 overlay-arrow-position.
19939
19940 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
19941
19942 * progmodes/fortran.el (fortran-if-indent): Doc fix.
19943 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19944 (fortran-font-lock-keywords-4): New variable.
19945 (fortran-blocks-re, fortran-end-block-re)
19946 (fortran-start-block-re): New constants, for hideshow.
19947 (hs-special-modes-alist): Add a Fortran entry.
19948 (fortran-mode-map): Bind fortran-end-of-block,
19949 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19950 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
19951 (fortran-looking-at-if-then, fortran-end-of-block)
19952 (fortran-beginning-of-block): New functions, for hideshow.
19953
19954 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19955 Doc fix. Tweak regexp.
19956 (f90-beginning-of-block): Push mark first.
19957
19958 2005-03-29 Jay Belanger <belanger@truman.edu>
19959
19960 * calc/calc.el: Update copyright date.
19961 (calc-version): Increase to 2.1.
19962 (calc-version-date): Remove.
19963
19964 * calc/calc-help.el: Update copyright date.
19965 (calc-full-help): Remove reference to calc-version-date.
19966 Update copyright date.
19967
19968 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19969
19970 * vc.el (vc-do-command): Use a pipe for async processes, so password
19971 prompts don't show up at places where the user can't reply.
19972
19973 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19974
19975 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19976 on the file name we pass to the inferior shell.
19977
19978 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19979
19980 * progmodes/which-func.el (which-function): Be robust in the face of an
19981 imenu--make-index-alist failure.
19982
19983 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19984
19985 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19986
19987 * progmodes/python.el (python-preoutput-filter): Fix last change.
19988
19989 2005-03-29 Lute Kamstra <lute@gnu.org>
19990
19991 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19992 functions and compiled macros.
19993 (debug-convert-byte-code): Handle macros too.
19994 (debug-on-entry-1): Don't signal an error when trying to clear a
19995 function that is not set to debug on entry.
19996
19997 2005-03-29 Jay Belanger <belanger@truman.edu>
19998
19999 * calc/calc-lang.el: Add functions to math-function-table
20000 properties of tex and math.
20001
20002 2005-03-29 Kenichi Handa <handa@m17n.org>
20003
20004 * ps-mule.el (ps-mule-plot-string): Translate characters by
20005 ps-print-translation-table.
20006 (ps-mule-begin-job): Call find-charset-region/string with
20007 ps-print-translation-table.
20008 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
20009
20010 * ps-print.el (ps-print-translation-table): New variable.
20011 (ps-plot-region): Translate characters by ps-print-translation-table.
20012
20013 2005-03-29 Juri Linkov <juri@jurta.org>
20014
20015 * simple.el (next-error-highlight-timer): New variable.
20016
20017 * progmodes/compile.el (compilation-goto-locus):
20018 Use `next-error-highlight-timer' instead of `sit-for'.
20019
20020 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20021
20022 * mail/supercite.el (sc-mail-field): Use assoc-string.
20023 (sc-get-address): Simplify regexps.
20024
20025 * files.el (minibuffer-with-setup-hook): New macro.
20026 (find-file-read-args): Use it to avoid let-binding
20027 minibuffer-with-setup-hook (which breaks turning on/off
20028 file-name-shadow-mode while in the prompt).
20029
20030 * complete.el (PC-read-include-file-name-internal):
20031 Use test-completion.
20032
20033 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
20034
20035 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
20036
20037 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20038
20039 * window.el (window-buffer-height): Use count-screen-lines.
20040
20041 * progmodes/python.el (python-preoutput-leftover): New var.
20042 (python-preoutput-filter): Use it.
20043 (python-send-receive): Loop until all the result has been received.
20044
20045 2005-03-28 Juri Linkov <juri@jurta.org>
20046
20047 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
20048
20049 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
20050 "Recover Crashed Session".
20051 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
20052 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
20053 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
20054 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
20055 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
20056 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
20057 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
20058 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
20059
20060 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
20061 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
20062 Ediff Sessions", "Toggle use of separate control buffer frame",
20063 "Use separate frame for Ediff control buffer".
20064
20065 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
20066 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
20067 "Rename Bookmark", "Delete Bookmark".
20068
20069 * info.el (Info-mode-menu): Remove ellipsis from "Index".
20070 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
20071 Add `:active Info-index-alternatives' to "Next Matching Item".
20072
20073 * wdired.el (wdired-change-to-wdired-mode):
20074 Mention `wdired-abort-changes' key in the initial message.
20075
20076 * international/mule.el (auto-coding-alist): Associate non-ascii
20077 image filename extensions with `no-conversion'.
20078
20079 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
20080
20081 * international/iso-acc.el:
20082 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
20083
20084 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
20085
20086 * textmodes/sgml-mode.el (html-mode): Doc update.
20087
20088 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
20089
20090 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
20091
20092 * term.el (term-move-columns): Fix face after extending a line.
20093 (term-insert-spaces): Likewise.
20094 (term-reset-terminal): Fix off by one error.
20095
20096 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20097
20098 * international/mule.el (auto-coding-alist): Add .xpi files.
20099
20100 * files.el (auto-mode-alist): Add .xpi files.
20101
20102 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
20103
20104 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
20105
20106 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20107
20108 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
20109
20110 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20111
20112 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
20113 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
20114
20115 * calendar/cal-move.el (calendar-beginning-of-year): Move the
20116 cursor to Jan 1 when needed.
20117 (calendar-end-of-year): Fix -/+ typo.
20118 Reported by Chong Yidong <cyd@stupidchicken.com>.
20119
20120 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20121
20122 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
20123
20124 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
20125 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
20126
20127 2005-03-25 Richard M. Stallman <rms@gnu.org>
20128
20129 * filesets.el (filesets-init): Add autoload.
20130
20131 * mail/mailalias.el (mail-directory): Doc fix.
20132
20133 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20134
20135 * mail/mailalias.el (mail-directory-process): Do nothing if
20136 mail-directory-process is an atom.
20137 (mail-get-names): Ignore mail-directory-names if it is an atom.
20138 (mail-directory-process defvar): Doc fix.
20139 (mail-names): Doc fix.
20140
20141 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
20142
20143 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
20144
20145 2005-03-26 Kenichi Handa <handa@m17n.org>
20146
20147 * international/mule-util.el (detect-coding-with-priority):
20148 Call update-coding-systems-internal before detect-coding-region.
20149
20150 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
20151
20152 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
20153 (gdb-frames-mode-map): Add follow-link property.
20154
20155 2005-03-25 Jay Belanger <belanger@truman.edu>
20156
20157 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
20158 for variables.
20159
20160 2005-03-25 Juri Linkov <juri@jurta.org>
20161
20162 * image-mode.el: Optimize image filename extension regexps in
20163 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
20164 in `auto-mode-alist'.
20165 (image-mode): Add `image-toggle-display-text' to local hook
20166 `change-major-mode-hook'. Display the image as an image by
20167 default. Set `cursor-type' and `truncate-lines' if the image
20168 is already displayed. Take into account the current mode (image
20169 or text) in message.
20170 (image-minor-mode): New minor mode.
20171 (image-mode-maybe, image-toggle-display-text): New functions.
20172 (image-toggle-display): Use called-interactively-p.
20173 Let-bind `inhibit-read-only' to t.
20174
20175 * image-mode.el (image-minor-mode): Set `cursor-type' and
20176 `truncate-lines' if the image is already displayed. Add turning
20177 image-minor-mode off to `change-major-mode-hook'. Add message.
20178 Call `image-toggle-display-text' after turning image-minor-mode off.
20179
20180 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20181
20182 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20183 Terminal.app, use utf-8.
20184 (set-display-table-and-terminal-coding-system): Add coding-system arg.
20185 (set-locale-environment): Use it.
20186
20187 * term/xterm.el: Undo last change, better done in mule-cmds.el.
20188
20189 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20190
20191 * progmodes/python.el (python-close-block-statement-p)
20192 (python-outdent-p, python-current-defun): Use symbol-end.
20193
20194 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20195
20196 * files.el (save-some-buffers): Doc fix.
20197
20198 2005-03-25 Werner Lemberg <wl@gnu.org>
20199
20200 * complete.el, thumbs.el: Replace `legal' with `valid'.
20201 * calendar/calendar.el: Replace `legal' with `valid'.
20202 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20203 * mail/supercite.el: Replace `legal' with `valid'.
20204 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20205 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20206 Replace `legal' with `valid'.
20207 * textmodes/reftex-vars.el, textmodes/reftex.el:
20208 Replace `legal' with `valid'.
20209
20210 2005-03-25 Werner Lemberg <wl@gnu.org>
20211
20212 * calc/calc-forms.el, calc/calc-sel.el
20213 * midnight.el, vc-cvs.el
20214 * emacs-lisp/cl-macs.el
20215 * emulation/vip.el
20216 * eshell/esh-io.el, eshell/esh-var.el
20217 * mail/supercite.el
20218 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20219 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20220 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20221 * progmodes/sh-script.el, progmodes/xscheme.el
20222 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20223 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20224 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20225 * textmodes/reftex.el, textmodes/org.el:
20226 Replace `illegal' with `invalid'.
20227
20228 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20229
20230 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20231 (flymake-find-buildfile, flymake-find-possible-master-files)
20232 (flymake-check-include, flymake-parse-line): Replace loops over the
20233 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20234
20235 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20236 Substitute file-name-as-directory in the rest of the file.
20237 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20238 (flymake-replace-region): Remove unused arg `buffer'.
20239 (flymake-check-patch-master-file-buffer): Update calls to it.
20240 (flymake-add-err-info): Remove unused var `count'.
20241 (flymake-mode): Use define-minor-mode.
20242
20243 * progmodes/flymake.el: Use with-current-buffer.
20244 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20245 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20246 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20247 Avoid testing for `xemacs'.
20248 (flymake-nop): Move.
20249 (flymake-region-has-flymake-overlays): Return the computed value.
20250 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20251 Remove unused var `endline'.
20252 (flymake-get-line-count): Remove unused function.
20253 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20254
20255 * emulation/vi.el:
20256 * generic.el:
20257 * hilit-chg.el (global-highlight-changes):
20258 * hi-lock.el (hi-lock-mode):
20259 * follow.el: find-file-hooks -> find-file-hook.
20260
20261 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20262
20263 2005-03-24 Juri Linkov <juri@jurta.org>
20264
20265 * dired.el (dired-mode-map): Add menu item "Compare directories"
20266 for dired-compare-directories.
20267
20268 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20269 Doc fix. Replace `read-file-name' with `read-directory-name'.
20270
20271 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20272
20273 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20274
20275 2005-03-24 Jay Belanger <belanger@truman.edu>
20276
20277 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20278 relevant mode settings in calc-embedded-original-modes when modes
20279 are permanently changed.
20280
20281 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20282
20283 * autoinsert.el: find-file-hooks -> find-file-hook.
20284
20285 2005-03-24 Lute Kamstra <lute@gnu.org>
20286
20287 * generic.el (generic-font-lock-defaults): Make it obsolete.
20288 (generic-font-lock-keywords): New variable to replace
20289 generic-font-lock-defaults.
20290 (generic-mode-set-font-lock): Delete it.
20291 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20292 (generic-bracket-support): Add docstring.
20293
20294 * generic-x.el: Rename generic-font-lock-defaults to
20295 generic-font-lock-keywords throughout.
20296 (mailagent-rules-setup-function): Delete it.
20297 (mailagent-rules-generic-mode): Use anonymous function instead.
20298 (show-tabs-generic-mode-font-lock-defaults-1)
20299 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20300 Quote faces.
20301 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20302 not foreground.
20303
20304 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20305 Recognize define-generic-mode.
20306
20307 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20308
20309 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20310 if there's no completion table.
20311
20312 2005-03-23 Miles Bader <miles@gnu.org>
20313
20314 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20315 Remove tty-specific variants, as they're no longer needed.
20316
20317 2005-03-23 Lute Kamstra <lute@gnu.org>
20318
20319 * generic-x.el: Code cleanup: make args constant whenever possible.
20320 (installshield-statement-keyword-list)
20321 (installshield-system-functions-list)
20322 (installshield-system-variables-list, installshield-types-list)
20323 (installshield-funarg-constants-list): Make them constants.
20324
20325 * generic.el (generic-make-keywords-list): Add autoload cookie.
20326
20327 * calendar/time-date.el: Add comment on time value formats.
20328 Don't require parse-time.
20329 (with-decoded-time-value): New macro.
20330 (encode-time-value): New function.
20331 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20332 (days-to-time): Return a valid time value when arg is huge.
20333 (time-since): Use time-subtract.
20334 (time-to-number-of-days): Use time-to-seconds.
20335
20336 2005-03-23 David Ponce <david@dponce.com>
20337
20338 * recentf.el (recentf-keep): New option.
20339 (recentf-menu-action): Default to `find-file'.
20340 (recentf-keep-non-readable-files-flag)
20341 (recentf-keep-non-readable-files-p)
20342 (recentf-file-readable-p, recentf-find-file)
20343 (recentf-cleanup-remote): Remove.
20344 (recentf-include-p): More robust.
20345 (recentf-keep-p): New function.
20346 (recentf-remove-if-non-kept): Rename from
20347 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20348 All callers updated.
20349 (recentf-menu-items-for-commands): Fix help string.
20350 (recentf-track-closed-file): Update. Doc fix.
20351 (recentf-cleanup): Update. Count removed files. Doc fix.
20352
20353 2005-03-23 Kim F. Storm <storm@cua.dk>
20354
20355 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20356 Don't inherit from fringe face (now happens automatically).
20357
20358 2005-03-22 Kim F. Storm <storm@cua.dk>
20359
20360 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20361 position values.
20362
20363 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20364
20365 * menu-bar.el (showhide-date-time): Remove.
20366 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20367 (menu-bar-make-mm-toggle): Simplify.
20368
20369 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20370
20371 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20372 Accept qualified variable and function names.
20373
20374 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20375
20376 * bindings.el (completion-ignored-extensions):
20377 Remove ".lis" for `vax-vms'.
20378
20379 2005-03-22 Andreas Schwab <schwab@suse.de>
20380
20381 * generic-x.el: Revert last change.
20382 * ldefs-boot.el: Update.
20383
20384 2005-03-22 Jay Belanger <belanger@truman.edu>
20385
20386 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20387 (calc-embedded-save-original-modes)
20388 (calc-embedded-restore-original-modes): New functions.
20389 (calc-do-embedded): Save original modes when entering embedded mode
20390 and restore when leaving embedded mode.
20391 (calc-embedded-modes-change): Change the value of
20392 calc-embedded-original-modes to reflect permanent changes.
20393
20394 2005-03-22 Lute Kamstra <lute@gnu.org>
20395
20396 * generic-x.el: Require generic again.
20397
20398 2005-03-22 Miles Bader <miles@gnu.org>
20399
20400 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20401 Tweak details to look good on both ttys and bitmap displays, light
20402 or dark background, etc.
20403
20404 2005-03-21 Kim F. Storm <storm@cua.dk>
20405
20406 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20407 mouse position.
20408
20409 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20410
20411 * icomplete.el: Don't forcibly turn on the mode upon load.
20412 (icomplete-mode): Use define-minor-mode.
20413 (icomplete-eoinput): Default to nil.
20414 (icomplete-minibuffer-setup): Remove autoload.
20415 (icomplete-tidy): Simplify.
20416 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20417 in the initial state or if the user has modified the field.
20418 Fix handling of icomplete-max-delay-chars.
20419 Remove code that handles the oddball case where
20420 minibuffer-completion-table is an integer.
20421 Wrap icomplete-completions in while-no-input in case building
20422 completions takes more time than expected.
20423 (icomplete-completions): Simplify.
20424
20425 2005-03-21 Richard M. Stallman <rms@gnu.org>
20426
20427 * jka-compr.el (jka-compr-really-do-compress):
20428 Make variable buffer-local.
20429
20430 * image-mode.el: Handle .xpm files too.
20431 (image-toggle-display): Preserve modification flag.
20432
20433 * help.el (where-is): Don't mention aliases with no key bindings.
20434
20435 2005-03-21 Lute Kamstra <lute@gnu.org>
20436
20437 * generic.el: Fix commentary section. Don't require cl for
20438 compilation.
20439 (generic-mode-list): Add autoload cookie.
20440 (generic-use-find-file-hook, generic-lines-to-scan)
20441 (generic-find-file-regexp, generic-ignore-files-regexp)
20442 (generic-mode, generic-mode-find-file-hook)
20443 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20444 (define-generic-mode): Make it a defmacro. Fix docstring.
20445 (generic-mode-internal): Code cleanup. Add autoload cookie.
20446 (generic-mode-set-comments): Code cleanup.
20447 * generic-x.el: Don't prevent compilation. Don't require generic.
20448 Follow coding conventions. Minor code cleanup.
20449 (etc-fstab-generic-mode): Add some keywords.
20450 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20451 define-generic-mode like a function declaration.
20452
20453 2005-03-21 Jay Belanger <belanger@truman.edu>
20454
20455 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20456 changing modes.
20457
20458 2005-03-21 Sam Steingold <sds@gnu.org>
20459
20460 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20461
20462 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20463
20464 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20465 Add underscore to "f$ lexicals" regexp.
20466
20467 2005-03-20 Juri Linkov <juri@jurta.org>
20468
20469 * subr.el (progress-reporter-do-update): When `min-value' is equal
20470 to `max-value', set `percentage' to 0 and prevent division by zero.
20471
20472 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20473
20474 Sync with Tramp 2.0.48.
20475
20476 * net/tramp.el (all): Change all addresses to .gnu.org.
20477 (tramp-append-tramp-buffers): New defun.
20478 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20479 Catch `dont-send' signal.
20480 (tramp-set-auto-save-file-modes): Set always permissions, because
20481 there might be an old auto-saved file belonging to another
20482 original file. This could be a security threat. Reported by
20483 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20484 Check for Emacs 21.3.50 removed.
20485
20486 * net/tramp-smb.el (all): Remove debug construct for
20487 `with-parsed-tramp-file-name'.
20488 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20489 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20490 No error message if DIRECTORY or FILENAME doesn't exist.
20491 (tramp-smb-open-connection): Check existence of
20492 `tramp-smb-program'.
20493
20494 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20495
20496 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20497 Properly handle the case where the `m' or `s' command's argument is not
20498 yet terminated.
20499 (perl-indent-new-calculate): New function.
20500 (perl-indent-line): Use it.
20501
20502 2005-03-20 Miles Bader <miles@gnu.org>
20503
20504 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20505 in text-mode too. Change to new face names.
20506 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20507 Add `:weight bold' attribute.
20508 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20509
20510 2005-03-19 Juri Linkov <juri@jurta.org>
20511
20512 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20513
20514 * international/mule.el (auto-coding-alist): Sync with
20515 `auto-mode-alist' by adding upper case archive file extensions
20516 and adding ear/war to jar extension.
20517
20518 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20519
20520 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20521 running, restart it.
20522
20523 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20524
20525 * finder.el (finder-current-item): Throw an error on an empty line.
20526
20527 * man.el (Man-follow-manual-reference): If current-word returns
20528 nil, use "".
20529
20530 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20531
20532 * simple.el (goto-line): Doc fix.
20533
20534 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20535
20536 * files.el (save-buffer): Doc fix.
20537
20538 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20539
20540 * recentf.el (recentf-cleanup-remote): New variable.
20541 (recentf-cleanup): Use it to conditionally check availability of
20542 remote files.
20543
20544 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20545
20546 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20547 function names.
20548
20549 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20550
20551 * language/thai-word.el: New file.
20552
20553 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20554
20555 * files.el (backup-buffer): If the file's directory is not
20556 writable, use copy instead of move to backup the file.
20557
20558 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20559
20560 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20561
20562 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20563
20564 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20565 Use functionp instead of symbolp and fboundp. Reported by Drkm
20566 <darkman_spam@yahoo.fr>.
20567 (ps-print-version): New version 6.6.6.
20568
20569 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20570
20571 * textmodes/table.el (table--line-column-position): New idiom.
20572 (table--row-column-insertion-point-p): New function to test
20573 validity of row and column insertion operation at a location.
20574 (table-global-menu, table-cell-menu): Use above functions for
20575 deterministic test operation.
20576 (table--editable-cell-p): Behave in deterministic fashion.
20577
20578 2005-03-18 Juri Linkov <juri@jurta.org>
20579
20580 * isearch.el (isearch-lazy-highlight-new-loop):
20581 Make arguments beg and end optional.
20582 (isearch-update): Remove optional arguments nil from
20583 isearch-lazy-highlight-new-loop.
20584 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20585 isearch-lazy-highlight-case-fold-search instead of
20586 isearch-case-fold-search, and let-bind isearch-regexp to
20587 isearch-lazy-highlight-regexp.
20588 Use isearch-lazy-highlight-last-string instead of isearch-string.
20589
20590 * replace.el (perform-replace): Remove bindings of global
20591 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20592 Add three new arguments to `replace-highlight'.
20593 (replace-highlight): Add arguments string, regexp, case-fold.
20594 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20595 to allow isearch-lazy-highlight-new-loop to use these values
20596 to set corresponding isearch-lazy-highlight-* internal
20597 variables whose values lazy highlighting will use regardless of
20598 changes to global variables isearch-string, isearch-regexp,
20599 isearch-case-fold-search during lazy highlighting loop.
20600 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20601 to `lazy-highlight-cleanup'.
20602
20603 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20604 (ispell-highlight-face): Set default face to `isearch' when
20605 lazy highlighting is enabled.
20606 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20607 priority to 1. Add lazy highlighting.
20608 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20609 from `isearch-dehighlight'.
20610
20611 2005-03-18 David Ponce <david@dponce.com>
20612
20613 * files.el (hack-local-variables): Do a case-insensitive search
20614 for End.
20615
20616 2005-03-18 Juri Linkov <juri@jurta.org>
20617
20618 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20619 `isearch-lazy-highlight-cleanup', add alias to old name and
20620 declare obsolete. Add release numbers to other obsolete vars.
20621 (isearch-done, isearch-lazy-highlight-new-loop):
20622 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20623 (lazy-highlight-cleanup) <variable>: Doc fix.
20624 (isearch-lazy-highlight-update): Rename obsolete
20625 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20626
20627 2005-03-18 Kenichi Handa <handa@m17n.org>
20628
20629 * language/thai-util.el: Fix categorization of Thai characters in
20630 thai-category-table.
20631 (thai-composition-pattern): Adjust it for the above change.
20632 (thai-self-insert-command, thai-compose-syllable): New functions.
20633 (thai-compose-region): Use thai-compose-syllable.
20634 (thai-compose-string): Likewise.
20635 (thai-composition-function): Likewise.
20636 (thai-auto-composition): New function.
20637 (thai-auto-composition-mode): New minor mode.
20638
20639 * language/thai.el: Fix patterns to be registered in
20640 composition-function-table.
20641
20642 * international/quail.el (quail-input-method): Locally bind
20643 inhibit-modification-hooks to t.
20644
20645 2005-03-17 Richard M. Stallman <rms@gnu.org>
20646
20647 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20648 (perl-mode): Use run-mode-hooks.
20649
20650 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20651 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20652 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20653
20654 * mail/sendmail.el (sendmail-send-it): Reenable the code
20655 to compute resend-to-address and use it.
20656
20657 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20658
20659 * image-mode.el: New file.
20660
20661 * image.el (insert-sliced-image): Add autoload cookie.
20662
20663 * font-lock.el (font-lock-lines-before): New user option.
20664 (font-lock-after-change-function): Obey it.
20665
20666 * bindings.el (esc-map): Make M-g a prefix.
20667 Bind M-g g and M-g M-g to goto-line.
20668
20669 * faces.el (face-id): Doc fix.
20670
20671 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20672
20673 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20674 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20675 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20676
20677 * mail/sendmail.el (mail-yank-ignored-headers)
20678 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20679 Add Mail-Followup-To and Mail-Reply-To headers.
20680 (mail-citation-hook): Add autoload cookie.
20681 (mail-mode): Doc fix.
20682 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20683 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20684 (mail-mode-fill-paragraph): Handle those headers.
20685 (mail-mailing-lists): New variable.
20686 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20687
20688 2005-03-17 Juri Linkov <juri@jurta.org>
20689
20690 * isearch.el (isearch-fallback): Check for `(car previous)'
20691 before calling `isearch-other-end-state'.
20692
20693 2005-03-17 Kim F. Storm <storm@cua.dk>
20694
20695 * simple.el (move-beginning-of-line): Move to beginning of buffer
20696 line, as well as beginning of screen line.
20697
20698 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20699
20700 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20701 argument REDRAW rather than calendar-redrawing variable.
20702 * calendar/calendar.el (calendar-redrawing): Delete.
20703 (redraw-calendar): Do not bind calendar-redrawing.
20704
20705 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20706
20707 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20708 diary-file buffer.
20709
20710 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20711
20712 * help.el (describe-mode): Allow a :minor-mode-function property to
20713 specify a different minor mode toggle function than the variable.
20714 * simple.el (auto-fill-function):
20715 * subr.el (add-minor-mode): Use it.
20716
20717 2005-03-16 Kenichi Handa <handa@m17n.org>
20718
20719 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20720 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20721 (ethio-fidel-to-sera-buffer): Likewise.
20722
20723 2005-03-16 Juri Linkov <juri@jurta.org>
20724
20725 * emacs-lisp/find-func.el (find-function-regexp):
20726 Add defun-emitting macro `menu-bar-make-toggle'.
20727
20728 * isearch.el: Put `isearch-scroll' property to
20729 `split-window-horizontally'.
20730
20731 * info.el: Update error messages for `debug-ignored-errors'.
20732 (Info-isearch-search): Doc fix.
20733 (Info-find-node): Move up code to go into info buffer before
20734 recording the node to the history.
20735 (Info-fontify-node): Fontify titles only if the next line
20736 has two or more `*', `=', `-', `.'.
20737 Display "go to this node" for empty (match-string 3).
20738
20739 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20740
20741 * term/mac-win.el: Add mouse pointer shape constants.
20742
20743 2005-03-15 Kim F. Storm <storm@cua.dk>
20744
20745 * simple.el (move-beginning-of-line): Use vertical-motion.
20746
20747 2005-03-15 Juri Linkov <juri@jurta.org>
20748
20749 * isearch.el (isearch-error): New variable.
20750 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20751 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20752 (isearch-within-brackets-state): Remove.
20753 (isearch-case-fold-search-state, isearch-pop-fun-state):
20754 Decrease frame index.
20755 (isearch-mode, isearch-top-state, isearch-push-state)
20756 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20757 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20758 (isearch-search, isearch-lazy-highlight-new-loop):
20759 Replace `isearch-invalid-regexp' with `isearch-error'.
20760 Remove `isearch-within-brackets'.
20761 (isearch-search): Add `search-failed' handler to `condition-case'.
20762 (isearch-lazy-highlight-search): Add `condition-case' to catch
20763 errors and allow `isearch-lazy-highlight-update' to try
20764 highlighting from the beginning of the window.
20765 (isearch-repeat): Move up code to set isearch-wrapped to t
20766 before calling isearch-wrap-function.
20767
20768 * info.el (Info-isearch-initial-node): New internal variable.
20769 (Info-search): Signal an error in isearch mode when search leaves
20770 the initial node. Signal an error when `bound' is non-nil and
20771 nothing was found in the current subfile.
20772 (Info-isearch-search): Remove `condition-case'.
20773 (Info-isearch-wrap): Don't wrap when search failed during leaving
20774 the initial node. If `Info-isearch-search' is nil, wrap around
20775 the current node.
20776 (Info-isearch-start): New fun.
20777 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20778 `isearch-mode-hook'.
20779
20780 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20781
20782 * simple.el (normal-erase-is-backspace): Set default to t if
20783 running on Mac.
20784
20785 * term/mac-win.el (function-key-map): Sync with x-win.el.
20786
20787 2005-03-15 Kenichi Handa <handa@m17n.org>
20788
20789 * international/mule-cmds.el (locale-language-names): Modify the
20790 format of elements and add more entries.
20791 (locale-preferred-coding-systems): Add more entries.
20792 (set-locale-environment): Adjust for the change of
20793 locale-language-names.
20794
20795 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20796
20797 * pcvs.el (smerge-ediff): Remove bogus autoload.
20798
20799 2005-03-14 Lute Kamstra <lute@gnu.org>
20800
20801 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20802 Ignore a `*' at the beginning of a line.
20803
20804 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20805 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20806 subr.el.
20807 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20808 to specify indentation.
20809
20810 * generic.el (define-generic-mode): Let generic-mode-list be a
20811 list of strings; test membership with equal.
20812
20813 2005-03-14 Kim F. Storm <storm@cua.dk>
20814
20815 * simple.el (next-line, previous-line): Add optional try-vscroll
20816 arg to recognize interactive use. Pass it on to line-move.
20817 (line-move): Don't perform auto-window-vscroll when defining or
20818 executing keyboard macro to ensure consistent behavior.
20819
20820 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20821
20822 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20823
20824 2005-03-13 Lute Kamstra <lute@gnu.org>
20825
20826 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20827 debugger-setup-buffer so that backtrace marks the frames set to
20828 debug-on-exit and we don't have to do it manually. Set an extra
20829 debug-on-exit for macro's.
20830 (debugger-setup-buffer): Don't mark the top frame manually.
20831
20832 2005-03-12 Lute Kamstra <lute@gnu.org>
20833
20834 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20835 lisp-indent-function throughout.
20836 (with-no-warnings): Set lisp-indent-function property.
20837
20838 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
20839
20840 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20841 Add entry for backslash.
20842
20843 2005-03-12 Juri Linkov <juri@jurta.org>
20844
20845 * info.el (Info-search): Four fixes for backward search.
20846
20847 2005-03-11 Jay Belanger <belanger@truman.edu>
20848
20849 * calc/calc.el (calc-language-alist): New variable.
20850 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20851 (calc-embedded-find-modes): Use calc-language-alist instead of
20852 calc-embedded-language-alist.
20853
20854 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20855
20856 * calendar/calendar.el (calendar-redrawing): New internal
20857 variable.
20858 (redraw-calendar): Remove bogus save-excursion from previous
20859 change. Bind calendar-redrawing to t for mark-diary-entries.
20860 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20861 calendar if that is why we were called.
20862
20863 2005-03-11 Kenichi Handa <handa@m17n.org>
20864
20865 * international/mule.el (make-coding-system): Set property
20866 coding-system-define-form to nil.
20867 (define-coding-system-alias): Likewise.
20868
20869 2005-03-11 Kenichi Handa <handa@m17n.org>
20870
20871 These changes are suggested by Dave Love <fx@gnu.org>.
20872
20873 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20874 coding: tag.
20875 (adaptive-fill-regexp): Add more bullets.
20876 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20877 regexps.
20878
20879 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20880
20881 * help.el (describe-mode): Properly handle non-trivial lighters.
20882 Don't ignore minor modes that are not listed in minor-mode-list.
20883
20884 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20885 feature ON when the user requests to turn it OFF.
20886
20887 2005-03-10 Lute Kamstra <lute@gnu.org>
20888
20889 * emacs-lisp/debug.el (debug-entry-code): Delete it.
20890 (implement-debug-on-entry): New function to replace debug-entry-code.
20891 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
20892 second argument as the 2005-03-07 change makes it obsolete.
20893 (debug-on-entry, cancel-debug-on-entry): Update call to
20894 debug-on-entry-1.
20895 (debug, debugger-setup-buffer): Comment update.
20896 (debugger-frame-number): Update to work with implement-debug-on-entry.
20897
20898 2005-03-10 Jay Belanger <belanger@truman.edu>
20899
20900 * calc/calc-embed.el (math-ms-args): Declare it.
20901 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20902 math-ms-args.
20903 (calc-embedded-subst): Use math-multi-subst-rec to substitute
20904 variables.
20905
20906 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
20907
20908 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20909 Use message-box.
20910
20911 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20912 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20913 (tooltip-gud-tips): Simplify.
20914 (tooltip-gud-tips-p): Remove superfluous :set.
20915 (tooltip-gud-modes): Add fortran-mode.
20916 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20917
20918 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20919
20920 2005-03-09 Kim F. Storm <storm@cua.dk>
20921
20922 * play/animate.el (animate-place-char): Use forward-line instead
20923 of next-line to improve performance.
20924
20925 2005-03-09 Simon Josefsson <jas@extundo.com>
20926
20927 * net/browse-url.el (browse-url-default-browser): Doc fix.
20928
20929 2005-03-09 Miles Bader <miles@gnu.org>
20930
20931 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20932 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20933
20934 2005-03-09 Kenichi Handa <handa@m17n.org>
20935
20936 * international/latin-1.el: Set case and syntax for 255 only if
20937 set-case-syntax-set-multibyte is nil.
20938
20939 * textmodes/ispell.el (ispell-insert-word): New function.
20940 (ispell-word): Use ispell-insert-word to insert a new word.
20941 (ispell-process-line): Likewise.
20942 (ispell-complete-word): Likewise.
20943
20944 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
20945
20946 * calendar/calendar.el (redraw-calendar): Preserve point.
20947 Reported by Matt Hodges <MPHodges@member.fsf.org>.
20948 (calendar-week-start-day): Move after definition of
20949 redraw-calendar. Delete buffer test, since redraw-calendar has
20950 that now.
20951
20952 * calendar/diary-lib.el (mark-diary-entries): Only call
20953 redraw-calendar in the first of any recursive calls.
20954 Reported by Alan Shutko <ats@acm.org>.
20955
20956 2005-03-08 Juri Linkov <juri@jurta.org>
20957
20958 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20959 (html-horizontal-rule, html-line, html-image, html-checkboxes)
20960 (html-radio-buttons): Add a space before the trailing `/>' where
20961 sgml-xml-mode is non-nil.
20962 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20963 the subsequent tag of the empty XML tag.
20964 (html-href-anchor): Don't set initial input to "http:".
20965 (html-image): Ask for the image URL and set point inside alt="".
20966 (html-name-anchor): Duplicate the name in the `id' attribute when
20967 sgml-xml-mode is non-nil.
20968 (html-paragraph): Remove \n before <p>.
20969 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20970 instead of `checked' when sgml-xml-mode is non-nil.
20971
20972 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20973 Remove 1 space before #RRGGBB to not truncate it on terminal
20974 windows w/o fringes. Remove 1 space between bg and fg examples
20975 to get more space.
20976 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20977 avoid byte-compile warnings.
20978
20979 * image-file.el (image-file-handler): Put `safe-magic' property to
20980 `image-file-handler'.
20981
20982 * info.el (Info-isearch-search): Emulate word search in
20983 isearching through multiple Info nodes with Info-search.
20984 (Info-isearch-wrap): Allow isearch-word.
20985
20986 2005-03-08 Lute Kamstra <lute@gnu.org>
20987
20988 * emacs-lisp/debug.el (debugger-step-through): Make sure that
20989 stepping into the debugger's code is not possible.
20990 (debugger-jumping-flag): Docstring update.
20991
20992 2005-03-08 Jay Belanger <belanger@truman.edu>
20993
20994 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20995 embedded mode begins.
20996 (calc-embedded-language-alist): New variable.
20997 (calc-embedded-find-modes): Use calc-embedded-language-alist to
20998 set default language mode.
20999
21000 2005-03-08 Kenichi Handa <handa@m17n.org>
21001
21002 * international/ccl.el (define-ccl-program): Fix docstring about
21003 extra 256 bytes assured for the output buffer.
21004
21005 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21006 Fix BUFFER_MAGNIFICATION to 2.
21007 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21008
21009 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
21010
21011 * align.el (align-rules-list): Added an alignment rule for CSS
21012 declarations (applies to css-mode and html-mode buffers).
21013
21014 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
21015
21016 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
21017
21018 2005-03-07 Kim F. Storm <storm@cua.dk>
21019
21020 * simple.el (move-beginning-of-line): New command.
21021
21022 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
21023
21024 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
21025
21026 * emulation/cua-base.el: Put CUA move property on move-end-of-line
21027 and move-beginning-of-line.
21028
21029 * apropos.el (apropos-print): Omit command from M-x ... RET.
21030
21031 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
21032
21033 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
21034 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
21035
21036 2005-03-06 Richard M. Stallman <rms@gnu.org>
21037
21038 * bindings.el (esc-map): Bind M-g to goto-line.
21039
21040 * facemenu.el (global-map): Bind M-o, not M-g.
21041
21042 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21043
21044 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
21045 "Open Directory" as for "Open File".
21046
21047 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
21048
21049 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
21050 (push-mark-command): Run activate-mark-hook.
21051
21052 2005-03-06 Richard M. Stallman <rms@gnu.org>
21053
21054 * help-mode.el (help-mode-finish): Don't alter the element
21055 in view-return-to-alist if there already is one.
21056
21057 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
21058 make sure the current buffer is the expected one.
21059
21060 * novice.el (disabled-command-function): Output in *Disabled Command*.
21061 Explicitly ignore non-keyboard events, and explicitly handle C-g.
21062
21063 * textmodes/flyspell.el (flyspell-large-region):
21064 Pass args differently for aspell.
21065
21066 * files.el (mode-require-final-newline): Doc fix.
21067
21068 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
21069
21070 * progmodes/which-func.el (which-function):
21071 Specify NOERROR when calling imenu--make-index-alist.
21072
21073 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
21074
21075 * simple.el (normal-erase-is-backspace): Define default value.
21076
21077 * custom.el (custom-theme-set-variables): Remove unused var
21078 `immediate'.
21079 (custom-reevaluate-setting): Simple function to handle variables
21080 that are defined before their default value can really be
21081 computed.
21082
21083 * startup.el (command-line): Use it for temporary-file-directory,
21084 small-emporary-file-directory, auto-save-file-name-transforms,
21085 blink-cursor-mode, and normal-erase-is-backspace.
21086
21087 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
21088 progress, even with buggy anchored keywords.
21089
21090 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
21091
21092 * simple.el (goto-line): Remove unbalanced final parenthesis.
21093
21094 2005-03-05 Richard M. Stallman <rms@gnu.org>
21095
21096 * simple.el (goto-line): Use a number at point as the default.
21097 With C-u as arg, switch buffers.
21098
21099 2005-03-05 Juri Linkov <juri@jurta.org>
21100
21101 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
21102 with `no-blinking-cursor'.
21103
21104 * startup.el (no-blinking-cursor): New defvar.
21105 (command-line): Add `--no-blinking-cursor' to longopts.
21106 Set `no-blinking-cursor' to t for command line arguments
21107 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
21108 with `no-blinking-cursor' in the condition for calling
21109 `blink-cursor-mode'.
21110
21111 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
21112
21113 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
21114 (menu-bar-options-save): Add blink-cursor-mode.
21115 (menu-bar-options-menu): Add blink-cursor-mode.
21116
21117 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
21118
21119 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
21120 (icalendar-export-file, icalendar-export-region)
21121 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
21122 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
21123
21124 2005-03-04 Lute Kamstra <lute@gnu.org>
21125
21126 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
21127 (debug-function-list): Ditto.
21128
21129 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
21130
21131 * textmodes/texinfmt.el (texinfo-append-refill):
21132 Redefine the types of line to which @refill
21133 is not appended by replacing a search for `@refill\\|@bye' with
21134 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
21135 itemize@refill' bug and the unfilled long lines bug.
21136 (texinfmt-version): Update number and date.
21137
21138 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21139
21140 * international/code-pages.el (windows-1250, windows-125[2-8])
21141 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
21142
21143 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21144
21145 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
21146 bound yet.
21147
21148 2005-03-02 Romain Francoise <romain@orebokech.com>
21149
21150 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
21151 buffer after removing limits.
21152 (ibuffer-pop-filter): Ditto.
21153 Update copyright.
21154
21155 2005-03-02 Miles Bader <miles@gnu.org>
21156
21157 * button.el (make-text-button): If the user doesn't specify a
21158 type, use the default. Rewrite to use `add-text-properties' and
21159 plist functions.
21160
21161 2005-03-01 Lute Kamstra <lute@gnu.org>
21162
21163 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
21164 (debugger-jumping-flag): New var.
21165 (debug-entry-code): Use it.
21166 (debugger-jump): Use debugger-jumping-flag and add
21167 debugger-reenable to post-command-hook.
21168 (debugger-reenable): Use debugger-jumping-flag and remove itself
21169 from post-command-hook.
21170 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21171 debugger-reenable.
21172
21173 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
21174
21175 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21176 inclusion of "itemize\\|", which may be unnecessary, is certainly
21177 inelegant, and stops refilling in itemize lists when formatting
21178 Japanese Texinfo files to Info.
21179 Update copyright to 2005.
21180
21181 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
21182
21183 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21184 of an error if GDB can't find the source file.
21185
21186 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21187
21188 * calendar/calendar.el (redraw-calendar): Work from any buffer,
21189 not just the calendar.
21190
21191 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21192 first.
21193 (diary-redraw-calendar): New function.
21194 (make-diary-entry): Add diary-redraw-calendar to local
21195 write-contents-functions. Turn off selective display before
21196 inserting in diary.
21197
21198 2005-03-01 Kim F. Storm <storm@cua.dk>
21199
21200 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21201
21202 2005-03-01 Lute Kamstra <lute@gnu.org>
21203
21204 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21205 that debug-entry-code can be safely removed from a function while
21206 this code is being evaluated. Revert the 2005-02-27 change as the
21207 new implementation no longer requires it. Make sure that a
21208 function body containing just a string is not mistaken for a docstring.
21209 (debug): Skip one more frame in case of debug on entry.
21210 (debugger-setup-buffer): Delete one more frame line in case of
21211 debug on entry.
21212 (debugger-frame-number): Update to use the new text introduced by
21213 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21214
21215 2005-02-28 Kim F. Storm <storm@cua.dk>
21216
21217 * double.el (double-translate-key): Call force-window-update after
21218 read-event to avoid crash in redisplay.
21219
21220 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21221
21222 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21223 (debug): Use it. Move the inhibit-trace earlier.
21224 (debug-entry-code): New const.
21225 (debug-on-entry-1): Use it.
21226
21227 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21228
21229 * international/utf-16.el (ccl-encode-mule-utf-16le):
21230 Fix BUFFER_MAGNIFICATION to 2.
21231 (ccl-encode-mule-utf-16be): Likewise.
21232
21233 2005-02-28 Kenichi Handa <handa@m17n.org>
21234
21235 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21236 Fix BUFFER_MAGNIFICATION to 4.
21237 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21238
21239 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21240
21241 * speedbar.el (speedbar-update-flag): Doc fix.
21242 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21243 argument.
21244
21245 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21246
21247 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21248 have a non-nil `invisible' property but are actually visible.
21249
21250 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21251 for perldoc sections.
21252 (perl-outline-regexp, perl-outline-level): New var and function.
21253 (perl-mode): Use them.
21254
21255 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21256
21257 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21258 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21259
21260 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21261
21262 * cus-edit.el: Comment change.
21263 (custom-buffer-create-internal): Slightly reword text at top of
21264 Custom buffers. Mention there that saving an option edits the
21265 init file. Add link to Emacs manual node on `custom-file'.
21266 (custom-magic-alist): Rewrite individual State messages to use
21267 capitalized keywords. Doc fix.
21268
21269 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21270
21271 * calendar/calendar.el (calendar-buffer): Move above
21272 calendar-week-start-day.
21273 (calendar-week-start-day): Doc fix. Add :set function.
21274 (calendar-minimum-window-height): New variable.
21275 (generate-calendar-window): Only resize window if selected-window
21276 is displaying the calendar buffer. Use new variable
21277 calendar-minimum-window-height.
21278 (generate-calendar): Reword error message.
21279 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21280
21281 2005-02-27 Andreas Schwab <schwab@suse.de>
21282
21283 * vc.el (vc-do-command): Don't run command asynchronously when
21284 operating in a remote directory.
21285
21286 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21287 change from sync with Tramp 2.0.47.
21288
21289 2005-02-27 Richard M. Stallman <rms@gnu.org>
21290
21291 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21292
21293 * textmodes/flyspell.el (flyspell-mode-on):
21294 Call ispell-change-dictionary only if necessary.
21295
21296 * emacs-lisp/re-builder.el (regexp-builder): New function.
21297
21298 * register.el (describe-register-1): Explicitly handle
21299 yank-excluded-properties = t.
21300
21301 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21302 (custom-magic-alist): Change the status descriptions again.
21303 (face widget-type): Total rewrite based on `restricted-sexp'
21304 to eliminate the confusing double hiding levels.
21305
21306 * emacs-lisp/debug.el (debug-on-entry-1):
21307 If function body is empty, add nil as body form.
21308
21309 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21310
21311 * emacs-lisp/trace.el (inhibit-trace): New var.
21312 (trace-make-advice): Use it.
21313
21314 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21315
21316 2005-02-26 Kim F. Storm <storm@cua.dk>
21317
21318 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21319 (mouse-on-link-p, mouse-drag-region-1): Use it.
21320
21321 2005-02-25 Lute Kamstra <lute@gnu.org>
21322
21323 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21324
21325 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21326
21327 * frame.el (blink-cursor-mode): Add :group keyword.
21328
21329 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21330
21331 * calendar/icalendar.el (icalendar--decode-isodatetime):
21332 New optional argument DAY-SHIFT.
21333 (icalendar-export-region): Fix coding-system-for-write.
21334 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21335 events by one.
21336
21337 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21338
21339 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21340
21341 2005-02-24 Kim F. Storm <storm@cua.dk>
21342
21343 * international/iso-acc.el (iso-accents-compose): Fix crash
21344 during redisplay. Call force-window-update after read-event
21345 and delete-region to signal that window is not accurate.
21346
21347 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21348
21349 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21350 Remove unused and inexistent var `inhibit-trace'.
21351 (debugger-mode): Use run-mode-hooks.
21352 (debugger-list-functions): Add buttons; setup xref stack.
21353
21354 2005-02-23 Richard M. Stallman <rms@gnu.org>
21355
21356 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21357 appointment says it was explicitly made.
21358 (appt-add): Set the 3rd element.
21359 (appt-make-list): Preserve explicit appointments.
21360
21361 * subr.el (find-tag-default): Catch errors in forward-sexp.
21362
21363 2005-02-23 Juri Linkov <juri@jurta.org>
21364
21365 * info.el (Info-isearch-search): New defcustom.
21366 (Info-isearch-search): Call the default isearch function
21367 when Info-isearch-search is nil.
21368 (Info-isearch-wrap): Use variable Info-isearch-search.
21369
21370 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21371
21372 * cus-edit.el: Comment change.
21373
21374 2005-02-22 Kim F. Storm <storm@cua.dk>
21375
21376 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21377 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21378
21379 2005-02-22 Simon Josefsson <jas@extundo.com>
21380
21381 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21382 New variable.
21383 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21384 Oskarsson" <myrkraverk@users.sourceforget.net>.
21385
21386 2005-02-22 Kim F. Storm <storm@cua.dk>
21387
21388 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21389 check that window of that event is the selected window.
21390 (mouse-drag-region-1): Compare mouse event window to selected
21391 window before setting point.
21392
21393 * tooltip.el (tooltip-show-help-function): Pass event to
21394 mouse-on-link-p so it can check selected window.
21395
21396 2005-02-22 Kenichi Handa <handa@m17n.org>
21397
21398 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21399 (ps-mule-show-warning): New function.
21400 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21401 characters are found.
21402
21403 * ps-print.el (ps-header-footer-string): Return a list of header
21404 and footer strings.
21405
21406 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21407
21408 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21409
21410 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21411
21412 * frame.el (blink-cursor-mode): Use define-minor-mode.
21413
21414 * term/mac-win.el (function-key-map): Use char-names more consistently.
21415 (file-name-coding-system): Only set it for MacOS-9. The other case is
21416 already handled in mule-cmds.el (where it also works when mac-win.el
21417 is not used).
21418
21419 2005-02-21 Kenichi Handa <handa@m17n.org>
21420
21421 * international/mule.el (ctext-pre-write-conversion): Always use
21422 " *code-converting-work*" buffer for work.
21423
21424 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21425
21426 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21427
21428 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21429
21430 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21431
21432 * ses.el (undo-more): Restore defadvice, but only the part that
21433 allows changes outside the restricted area of the buffer.
21434
21435 2005-02-20 Kim F. Storm <storm@cua.dk>
21436
21437 * simple.el (line-move): Add fourth optional arg try-vscroll which
21438 must be set to perform auto-window-vscroll.
21439 When moving backwards and doing auto-window-vscroll, automatically
21440 vscroll to the last part of lines which are taller than the window.
21441 (next-line, previous-line): Set try-vscroll arg on line-move.
21442
21443 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21444
21445 * replace.el (query-replace, query-replace-regexp)
21446 (replace-string, replace-regexp): When operating on region, make
21447 the minibuffer prompt say so.
21448
21449 * isearch.el (isearch-forward): Document isearch-query-replace and
21450 isearch-query-replace-regexp keybindings.
21451
21452 2005-02-19 Jay Belanger <belanger@truman.edu>
21453
21454 * calc/calc-aent.el (math-read-token): Add local variable.
21455
21456 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21457 (calc-edit-top): Move declaration to earlier in file.
21458 (calc-edit-macro-repeats): Add local variables.
21459
21460 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21461 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21462 calcFunc-tanh.
21463 Adjust integration rule for calcFunc-tan.
21464
21465 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21466
21467 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21468 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21469 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21470 (viper-skip-separators): Bug fix.
21471 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21472 particular major mode.
21473 (viper-del-backward-char-in-replace): Don't put deleted char on the
21474 kill ring.
21475
21476 * viper-ex.el (viper-color-display-p): New function.
21477 (viper-has-face-support-p): Use viper-color-display-p.
21478
21479 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21480
21481 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21482
21483 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21484 (viper-file-remote-p): Make equivalent to file-remote-p.
21485
21486 * viper.el (viper-major-mode-modifier-list):
21487 Use viper-gnus-modifier-map.
21488
21489 2005-02-19 David Kastrup <dak@gnu.org>
21490
21491 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21492 quoting.
21493
21494 2005-02-19 Jay Belanger <belanger@truman.edu>
21495
21496 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21497 Remove extra definitions.
21498 (calc-coth): New function.
21499 (calcFunc-cot): Fix `let'.
21500
21501 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21502
21503 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21504 the reasons we use "type pc" in these faces.
21505
21506 * button.el (button): Ditto.
21507
21508 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21509
21510 * replace.el (query-replace-read-from): Set the value of
21511 query-replace-from-history-variable to handle the case of an empty
21512 string entered to accept the suggested default.
21513
21514 * net/tramp.el (tramp-file-name-for-operation):
21515 Use dired-call-process instead of dired-call-process-command.
21516
21517 2005-02-19 Jay Belanger <belanger@truman.edu>
21518
21519 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21520 (math-div-non-trig): New variables.
21521 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21522 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21523 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21524 trig expressions.
21525
21526 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21527
21528 * progmodes/gdb-ui.el (gdb-var-update-handler)
21529 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21530 for watch expressions,
21531 (gdb-var-create-handler): Don't set speedbar-update-flag.
21532 (gdb-post-prompt): Simplify test for speedbar.
21533
21534 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21535
21536 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21537 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21538 we use the syntax table of the correct buffer.
21539 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21540 Felix Gatzemeier.
21541
21542 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21543 (ediff-file-remote-p): Make synonymous with file-remote-p.
21544 In all deffaces ediff-*-face-*, use min-colors.
21545
21546 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21547 ediff-recurse-to-subdirectories.
21548 (ediff-mark-if-equal): Check that the arguments are strings, use
21549 ediff-same-contents (after to Felix Gatzemeier).
21550
21551 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21552 nil.
21553
21554 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21555
21556 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21557
21558 2005-02-18 David Kastrup <dak@gnu.org>
21559
21560 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21561 use `mark-active' when defined.
21562
21563 2005-02-18 Kenichi Handa <handa@m17n.org>
21564
21565 * ps-print.el (ps-font-info-database): New entry
21566 ZapfChancery-MediumItalic with correct font name. Fix font name
21567 of the entry Zapf-Chancery-MediumItalic.
21568
21569 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21570
21571 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21572
21573 2005-02-16 Kim F. Storm <storm@cua.dk>
21574
21575 * ido.el (ido-fallback-command): Pass user input to fallback command.
21576
21577 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21578
21579 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21580 (gdb-find-file-hook): Add server prefix.
21581
21582 2005-02-16 Richard M. Stallman <rms@gnu.org>
21583
21584 * replace.el (perform-replace): Pass new args to replace-highlight.
21585 (replace-highlight): Take region args,
21586 and pass them to isearch-lazy-highlight-new-loop.
21587
21588 * novice.el (disabled-command-hook): Autoload the defalias
21589 and the make-obsolete-variable call.
21590
21591 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21592
21593 * isearch.el (isearch-lazy-highlight-start-limit)
21594 (isearch-lazy-highlight-end-limit): New variables limit
21595 the region for highlighting.
21596 (isearch-lazy-highlight-new-loop): New args BEG and END.
21597 (isearch-lazy-highlight-search): Use the new vars.
21598 (isearch-lazy-highlight-update): Likewise.
21599
21600 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21601
21602 * cus-start.el (all): Use default-boundp.
21603
21604 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21605
21606 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21607
21608 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21609
21610 * autorevert.el (auto-revert-stop-on-user-input)
21611 (auto-revert-verbose): Doc fixes.
21612
21613 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21614
21615 * international/mule-cmds.el (set-locale-environment): Remove call
21616 to set-selection-coding-system on Windows.
21617
21618 2005-02-15 Jay Belanger <belanger@truman.edu>
21619
21620 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21621 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21622 calcFunc-coth.
21623 (math-simplify-sqrt): Add simplifications.
21624
21625 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21626 to list.
21627
21628 * calc/calc-ext.el: Add functions to autoloads.
21629
21630 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21631 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21632 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21633 (math-csc-raw, math-cot-raw): New functions.
21634
21635 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21636
21637 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21638 the variable name in a message.
21639
21640 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21641 calcFunc-csc, calcFunc-cot.
21642
21643 * calc/calcalg2.el: Add derivative and integration rules for
21644 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21645 calcFunc-csch, calcFunc-coth.
21646 (math-do-integral-methods): Add to checks for when to use
21647 substitutions.
21648
21649 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21650
21651 2005-02-15 Lute Kamstra <lute@gnu.org>
21652
21653 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21654 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21655 <monnier@iro.umontreal.ca>
21656 (lisp-outline-level): Improve efficiency. Suggested by David
21657 Kastrup <dak@gnu.org>.
21658
21659 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21660
21661 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21662 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21663 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21664 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21665 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21666
21667 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21668
21669 * cus-start.el (all): Comment change.
21670
21671 2005-02-14 Lute Kamstra <lute@gnu.org>
21672
21673 * cus-start.el (all): Check if symbol is void.
21674
21675 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21676
21677 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21678 optional argument to \cite.
21679
21680 2005-02-14 Richard M. Stallman <rms@gnu.org>
21681
21682 * cus-edit.el (custom-buffer-create-internal): Update help message.
21683 (custom-magic-alist): Update help messages.
21684
21685 * cus-start.el (all): Allow a var to specify a standard value.
21686
21687 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21688
21689 * custom.el (custom-theme-set-variables): Handle variable aliases.
21690
21691 * frame.el (blink-cursor-timer): Doc fix.
21692 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21693 declare obsolete.
21694 (blink-cursor-mode): Define with defcustom and use correct
21695 standard expression in that defcustom.
21696 * startup.el (command-line): Adapt to above changes in frame.el.
21697
21698 2005-02-11 Lute Kamstra <lute@gnu.org>
21699
21700 * apropos.el (apropos-score-doc): Prevent division by zero.
21701
21702 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21703
21704 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21705 (icalendar--get-event-property-attributes)
21706 (icalendar--get-event-properties)
21707 (icalendar--datetime-to-diary-date): New functions.
21708 (icalendar--split-value): Doc fix.
21709 (icalendar--datetime-to-noneuropean-date)
21710 (icalendar--datetime-to-european-date): New optional argument
21711 SEPARATOR. Return result as a string instead of a list.
21712 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21713 (icalendar--convert-string-for-export): Rename arg S to STRING.
21714 (icalendar-export-region): Doc fix. Change name of error buffer.
21715 Save output buffer.
21716 (icalendar-import-file): Add blank at end of prompt.
21717 (icalendar-import-buffer): Doc fix. Do not switch to error
21718 buffer. Indicate status in return value.
21719 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21720 buffer. Save output buffer. Handle exception from recurrence
21721 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21722 events. Fix problems with weekly all-day events.
21723
21724 2005-02-10 Richard M. Stallman <rms@gnu.org>
21725
21726 * simple.el (eval-expression-print-format):
21727 Avoid warning about edebug-active.
21728
21729 * help.el (help-for-help-internal): Rename from help-for-help.
21730 (help-for-help): Define with defalias.
21731
21732 * font-core.el (font-lock-default-function): Use with-no-warnings.
21733
21734 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21735
21736 * custom.el (defface): Doc fix.
21737
21738 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21739
21740 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21741 width 0" to prevent word wrapping problems.
21742
21743 2005-02-09 Kim F. Storm <storm@cua.dk>
21744
21745 * ido.el (ido-file-extensions-order): New defcustom.
21746 (ido-file-extension-lessp, ido-file-extension-aux)
21747 (ido-file-extension-order): New advanced file ordering.
21748 (ido-file-lessp): New simple file ordering.
21749 (ido-sort-list): Remove.
21750 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21751 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21752
21753 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21754
21755 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21756 that some versions of grep produce.
21757 (grep-mode-font-lock-keywords): Likewise.
21758
21759 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21760
21761 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21762 (gdb-cdir): Delete.
21763 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21764 (gdb-source-info): Treat case when source file is in another
21765 directory properly.
21766 (gdb-get-location): New function.
21767
21768 2005-02-07 Jay Belanger <belanger@truman.edu>
21769
21770 * calc/calc-prog.el (calc-write-parse-table-part)
21771 (calc-fix-token-name): Fix a check for language type.
21772
21773 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21774
21775 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21776
21777 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21778 as directory not writable.
21779
21780 2005-02-07 Kim F. Storm <storm@cua.dk>
21781
21782 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21783 (cua--standard-movement-commands): Remove list.
21784 Instead, set CUA property value to move for movement commands.
21785 (cua-movement-commands): Remove. Users must set CUA prop instead.
21786 (cua--pre-command-handler): Check CUA property.
21787 (cua--init-keymaps): Don't remap undo commands.
21788 (cua-mode): Don't call cua--rectangle-on-off.
21789
21790 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21791 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21792 (cua--rect-undo-set-point): New var.
21793 (cua--rectangle-undo-boundary): Setup undo apply entry.
21794 (cua--rect-undo-handler): New function for rectangle undo.
21795 (cua--rect-start-position, cua--rect-end-position): Add.
21796 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21797 for restored rectangle. Set point if cua--rect-undo-set-point.
21798
21799 2005-02-06 Jay Belanger <belanger@truman.edu>
21800
21801 * calc/calc-lang.el (calc-tex-language): Display more information
21802 in messages.
21803
21804 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21805 in TeX mode.
21806
21807 2005-02-06 Richard M. Stallman <rms@gnu.org>
21808
21809 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21810
21811 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21812
21813 * net/ldap.el (ldap-search-internal): Support attributes with
21814 optional descriptions separated by a semi-colon, as in
21815 "userCertificate;binary".
21816
21817 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21818
21819 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21820 isn't a cons (i.e. the version is 0).
21821
21822 2005-02-05 Eli Zaretskii <eliz@gnu.org>
21823
21824 * help.el (help-for-help): Doc fix.
21825
21826 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
21827
21828 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
21829 GDB-Windows on the menu-bar as this works better.
21830
21831 2005-02-04 Jay Belanger <belanger@truman.edu>
21832
21833 * calc/calc-embed.el (calc-embedded-update): Don't put in
21834 unnecessary newlines. Adjust the end of formula marker.
21835
21836 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21837 (math-latex-parse-two-args): New function.
21838
21839 2005-02-03 Lute Kamstra <lute@gnu.org>
21840
21841 * help-fns.el (help-with-tutorial): Make sure that users cannot
21842 remove the entire text of the tutorial by means of `undo'.
21843
21844 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
21845
21846 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21847 in recent changes, where the ispell process was repeatedly
21848 killed & restarted.
21849
21850 * international/mule-cmds.el (set-locale-environment): Set file-name
21851 coding system to utf-8 on Darwin systems.
21852 (set-default-coding-systems): Don't set default-file-name-coding-system
21853 on Darwin systems.
21854
21855 2005-02-03 Richard M. Stallman <rms@gnu.org>
21856
21857 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21858
21859 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
21860
21861 * faces.el (list-faces-display): Add optional argument.
21862
21863 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21864
21865 * font-core.el (font-lock-default-function): Handle the rare case where
21866 only font-lock-keywords is set.
21867
21868 2005-02-02 Kenichi Handa <handa@m17n.org>
21869
21870 * international/characters.el: Cancel previous change for
21871 I-WITH-DOT-ABOVE and DOTLESS-i.
21872
21873 * international/latin-5.el: Cancel previous change.
21874
21875 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21876
21877 * progmodes/gud.el: Correction to syntax in gud-menu-map.
21878
21879 2005-02-02 Kenichi Handa <handa@m17n.org>
21880
21881 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21882 DOTLESS-i.
21883
21884 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21885 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21886
21887 * case-table.el (get-upcase-table): New function.
21888 (copy-case-table): Copy upcaes table too if non-nil.
21889 (set-case-syntax-delims): Maintain upcase table too.
21890 (set-case-syntax-pair): Likewise.
21891 (set-upcase-syntax, set-downcase-syntax): New functions.
21892 (set-case-syntax): Maintain upcase table too.
21893
21894 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21895
21896 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21897
21898 * progmodes/gud.el (gud-goto-info): New function.
21899 (gud-tool-bar-map): Use correct icon.
21900
21901 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21902
21903 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21904 When delegating, order args in the funcall correctly.
21905
21906 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21907
21908 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21909
21910 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
21911
21912 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21913 buffer not visiting a file.
21914
21915 2005-01-31 Jay Belanger <belanger@truman.edu>
21916
21917 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21918 bound on the line with the formula.
21919
21920 2005-01-31 Kim F. Storm <storm@cua.dk>
21921
21922 * ses.el (ses-create-cell-variable-range)
21923 (ses-destroy-cell-variable-range, ses-reset-header-string)
21924 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21925 (ses-insert-row): Fix format of apply undo entries.
21926
21927 2005-01-31 Jay Belanger <belanger@truman.edu>
21928
21929 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21930 parts.
21931
21932 * calc/calc-embed.el (calc-embedded-open-formula)
21933 (calc-embedded-close-formula): Ignore matrix environments.
21934
21935 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21936 TeX mode.
21937
21938 * calc/calc-lang.el (math-function-table, math-oper-table)
21939 (math-variable-table): Adjust the LaTeX portions.
21940
21941 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21942 (math-latex-ignore-words): New constant.
21943
21944 2005-01-31 Richard M. Stallman <rms@gnu.org>
21945
21946 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21947 (ispell-local-dictionary): Doc fix.
21948 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21949 Don't reinitialize at run time. Don't defcustom.
21950 All uses changed to append ispell-local-dictionary-alist,
21951 or check it first.
21952 (ispell-current-dictionary): New variable for dictionary in use.
21953 (ispell-dictionary): Now used only for global default.
21954 (ispell-start-process): Set ispell-current-dictionary,
21955 not ispell-dictionary.
21956 (ispell-change-dictionary): Use this only for setting
21957 user preferences.
21958 (ispell-internal-change-dictionary): New function
21959 to change the current dictionary in use.
21960 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21961 Use ispell-current-dictionary.
21962 Handle ispell-local-dictionary-overridden.
21963 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21964
21965 2005-01-31 Jay Belanger <belanger@truman.edu>
21966
21967 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21968
21969 * calc/calc-ext.el: Add calc-latex-language to autoloads.
21970 (calc-mode-map): Add calc-latex-language.
21971
21972 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21973 (math-latex-print-frac): New functions.
21974 (math-oper-table, math-function-table, math-variable-table)
21975 (math-complex-format, math-input-filter): Add latex properties.
21976 (calc-set-language): Set math-expr-special-function-mapping.
21977
21978 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21979 (calc-write-parse-table-part): Add LaTeX support.
21980
21981 * calc/calc.el (calc-language): Adjust docstring.
21982 (calc-set-mode-line): Add LaTeX support.
21983 (math-expr-special-function-mapping): New variable.
21984 (math-tex-ignore-words): Add to list.
21985
21986 * calc/calccomp.el (math-compose-expr, math-compose-rows):
21987 Add LaTeX support.
21988 (math-compose-expr): Add support for special functions.
21989
21990 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21991
21992 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
21993
21994 * progmodes/gdb-ui.el (gdb-memory-address)
21995 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21996 (gdb-memory-mode-map, gdb-memory-format-keymap)
21997 (gdb-memory-format-menu, gdb-memory-unit-keymap)
21998 (gdb-memory-unit-menu): New variables for a buffer
21999 that lets the user examine program memory.
22000 (gdb-memory-set-address, gdb-memory-set-repeat-count)
22001 (gdb-memory-format-binary, gdb-memory-format-octal)
22002 (gdb-memory-format-unsigned, gdb-memory-format-signed)
22003 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
22004 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
22005 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22006 (gdb-memory-unit-byte, gdb-memory-unit-menu)
22007 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
22008 (gdb-memory-mode, gdb-memory-buffer-name)
22009 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
22010 New functions for above buffer.
22011
22012 2005-01-30 Richard M. Stallman <rms@gnu.org>
22013
22014 * cus-edit.el (custom-bury-buffer): Function deleted.
22015 (custom-buffer-done-function): Option deleted.
22016 (custom-buffer-done-kill): New replacement option.
22017 (Custom-buffer-done): Call quit-window.
22018 (custom-buffer-create-internal): Update for above changes.
22019
22020 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
22021
22022 * simple.el (undo-ask-before-discard): New var.
22023 (undo-outer-limit-truncate): Implement it.
22024 (undo-extra-outer-limit): Doc update.
22025
22026 2005-01-29 Richard M. Stallman <rms@gnu.org>
22027
22028 * ses.el (undo-more): Delete defadvice.
22029 (ses-begin-change): Doc fix.
22030
22031 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
22032 instead of rebinding C-x u and C-_.
22033
22034 * files.el (normal-backup-enable-predicate): Return nil for files
22035 in /tmp, regardless of temporary-file-directory.
22036
22037 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
22038
22039 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
22040 (open-rectangle, delete-whitespace-rectangle-line)
22041 (clear-rectangle-line): If FILL, pass t instead of FILL
22042 for move-to-column's 2nd arg.
22043
22044 * simple.el (undo): Fix the test for continuing a series of undos.
22045 (undo-more): Set pending-undo-list to t when we reach end.
22046 (pending-undo-list): Move up defvar.
22047
22048 * wid-edit.el (widget-button-click):
22049 Shorten the range of the track-mouse binding.
22050
22051 * comint.el (comint-insert-input): Undo previous changes;
22052 use last-input-event in interactive spec.
22053
22054 2005-01-29 Eli Zaretskii <eliz@gnu.org>
22055
22056 * progmodes/compile.el (compilation-start): Bind buffer-read-only
22057 to nil before invoking call-process. Reset buffer's modified flag
22058 after fontifying it in the no-async branch.
22059
22060 * wid-edit.el (widget-specify-button): If mouse pointer shape
22061 cannot be changed, use mouse face instead.
22062
22063 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
22064
22065 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22066 (gdb-goto-breakpoint): Make breakpoint handling work on template
22067 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
22068 (gdb-assembler-custom): Update to recognize breakpoint information
22069 added on 2005-01-19.
22070
22071 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
22072
22073 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
22074 (dsssl-mode): Use define-derived-mode.
22075 (scheme-mode-initialize): Remove.
22076 (scheme-mode): Use run-mode-hooks.
22077
22078 * cus-edit.el (customize-group-other-window)
22079 (custom-buffer-create-other-window): Don't override special-display-*.
22080 (custom-mode-map): Make it dense.
22081
22082 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
22083 sets the default value.
22084
22085 2005-01-28 Eli Zaretskii <eliz@gnu.org>
22086
22087 * descr-text.el: Add more keywords.
22088
22089 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
22090
22091 * speedbar.el: Avoid unnecessary use of locate-library.
22092
22093 * international/mule-cmds.el (standard-display-european-internal):
22094 Don't fiddle with latin-1 non-break space any more since it's now
22095 special cased in the C code.
22096 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
22097
22098 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
22099
22100 * cus-start.el (all): Add `undo-outer-limit'.
22101
22102 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22103
22104 * textmodes/bibtex.el (bibtex-format-entry):
22105 Use `bibtex-empty-field-re' only on the text of fields, not on entire
22106 field lines.
22107 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
22108 not on part of a buffer.
22109
22110 2005-01-25 Lute Kamstra <lute@gnu.org>
22111
22112 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
22113 nonempty field text strings like "{letters\\macro{}more letters}".
22114 Clarify docstring.
22115 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
22116 (bibtex-entry-offset, bibtex-parse-association)
22117 (bibtex-parse-field-name): Fix typos in docstrings.
22118 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
22119
22120 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
22121
22122 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
22123 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
22124 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
22125 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
22126
22127 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
22128 isearch minor mode.
22129
22130 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
22131
22132 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
22133
22134 2005-01-24 Lute Kamstra <lute@gnu.org>
22135
22136 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
22137 CASECHARS and NOT-CASECHARS regular expressions of the
22138 "nederlands" and "nederlands8" dictionaries to prevent a "Range
22139 striding over charsets" error.
22140
22141 2005-01-24 Jay Belanger <belanger@truman.edu>
22142
22143 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
22144 display variable name.
22145
22146 2005-01-24 Kenichi Handa <handa@m17n.org>
22147
22148 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
22149 Fix setting of the element of encoded-kbd-iso2022-invocations.
22150
22151 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
22152
22153 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22154 (gdb-threads-select): Change to also accept mouse events.
22155 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
22156 (gdb-threads-mouse-select): Delete.
22157
22158 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
22159
22160 * files.el (insert-directory): Take care of empty directory,
22161 listed without -a switch.
22162
22163 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
22164
22165 * textmodes/refill.el (refill-post-command-function):
22166 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
22167 to the list of functions that we should be careful not to undo.
22168 (refill-late-fill-paragraph-function): Remove.
22169 (refill-saved-state): New var.
22170 (refill-mode): Use it to save fill-paragraph-function.
22171 Save also the value of auto-fill-function.
22172
22173 * term/w32-win.el: Simplify code.
22174
22175 2005-01-23 Kim F. Storm <storm@cua.dk>
22176
22177 * simple.el (line-move): Adapt to new return value from
22178 pos-visible-in-window-p.
22179
22180 * simple.el (line-move): Fix last change. Check partial
22181 visibility at point rather than at window-start.
22182
22183 2005-01-22 Jason Rumney <jasonr@gnu.org>
22184
22185 * term/w32-win.el (xw-defined-colors): Remove debug-message.
22186
22187 2005-01-22 David Kastrup <dak@gnu.org>
22188
22189 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22190
22191 2005-01-22 Eli Zaretskii <eliz@gnu.org>
22192
22193 * type-break.el (type-break-mode): Add a test for
22194 type-break-file-name being non-nil.
22195
22196 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
22197
22198 * net/eudc.el (top level): Call (message "") via progn, so that
22199 eudc-options-file is loaded.
22200
22201 2005-01-22 Kim F. Storm <storm@cua.dk>
22202
22203 * simple.el (line-move-1): Rename from line-move.
22204 (line-move): New function that adjusts vscroll for partially
22205 visible rows, and calls line-move-1 otherwise.
22206
22207 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22208
22209 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22210 since it's not a complete read-event implementation
22211
22212 2005-01-20 Jay Belanger <belanger@truman.edu>
22213
22214 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22215 for called function.
22216
22217 2005-01-20 Steven Tamm <steventamm@mac.com>
22218
22219 * term/mac-win.el (process-connection-type): Remove.
22220 Controlled now by s/darwin.h:PTY_ITERATION.
22221
22222 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22223
22224 * window.el (handle-select-window): Don't switch window when we're
22225 in the minibuffer.
22226
22227 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22228
22229 * subr.el (dotimes-with-progress-reporter): New macro.
22230
22231 * ses.el (ses-dotimes-msg): Remove macro.
22232 Use `dotimes-with-progress-reporter' instead.
22233
22234 2005-01-19 Steven Tamm <steventamm@mac.com>
22235
22236 * term/mac-win.el (process-connection-type): Use new
22237 operating-system-release variable to use ptys on Darwin 7 (OS X
22238 10.3) when using carbon build.
22239
22240 2005-01-19 Jay Belanger <belanger@truman.edu>
22241
22242 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22243 flags if the last command was a tab or M-tab.
22244
22245 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22246 in formula editing buffer.
22247
22248 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22249
22250 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22251 breakpoint image symbol in margin.
22252
22253 2005-01-19 Jay Belanger <belanger@truman.edu>
22254
22255 * calc/calc-prog.el (calc-execute-kbd-macro):
22256 Ignore calc-keep-arg-flag.
22257
22258 2005-01-19 Kenichi Handa <handa@m17n.org>
22259
22260 * textmodes/ispell.el (ispell-looking-at): New function.
22261 (ispell-process-line): Use ispell-looking-at to compare the ispell
22262 output and the buffer contents.
22263
22264 2005-01-18 Jay Belanger <belanger@truman.edu>
22265
22266 * calc/calc.el (calc-display-raw): Fix docstring.
22267
22268 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22269
22270 * simple.el (blink-matching-open): Strip extra info from syntax.
22271
22272 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22273 funny chars in the end-of-here-doc marker.
22274
22275 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22276
22277 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22278 that enable/disabled state of breakpoints is shown correctly in
22279 fringe and on ttys.
22280 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22281 Add breakpoint information as text properties.
22282 (gdb-mouse-toggle-breakpoint):
22283 Rename to gdb-mouse-set-clear-breakpoint.
22284 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22285 breakpoints in the margin.
22286 (gdb-remove-strings): Simplify.
22287
22288 2005-01-17 Jay Belanger <belanger@truman.edu>
22289
22290 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22291 erasing buffer.
22292
22293 2005-01-17 Richard M. Stallman <rms@gnu.org>
22294
22295 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22296 for calling grep-compute-defaults.
22297
22298 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22299 if buffer is empty.
22300
22301 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22302
22303 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22304
22305 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22306
22307 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22308 non-preloaded variables.
22309
22310 2005-01-17 Steven Tamm <steventamm@mac.com>
22311
22312 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22313 tex-shell cause to force interactivity when using pipes.
22314
22315 2005-01-17 Kim F. Storm <storm@cua.dk>
22316
22317 * simple.el (just-one-space): Make arg optional.
22318
22319 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22320
22321 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22322 posn-at-x-y to t to access left-margin.
22323
22324 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22325
22326 Sync with Tramp 2.0.47.
22327
22328 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22329 catching keep-date problems in cp/scp operations.
22330 (tramp-handle-copy-file): Don't call `set-file-modes'
22331 unconditionally. Specialized functions should know better what is
22332 necessary. This improves performance a little bit, and the
22333 functions could catch errors with `cp -p' and `scp -p'.
22334 (tramp-do-copy-or-rename-file-via-buffer)
22335 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22336 when appropriate.
22337 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22338 Call `set-file-modes' when appropriate.
22339 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22340 Johnsson <isak@hypergene.com>
22341 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22342 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22343 <joakim@verona.se>
22344 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22345 Emacs only.
22346
22347 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22348 `find-file-hooks' and `dired-mode-hook'.
22349 (tramp-minor-mode-map): Respective map. Add remapping for
22350 `compile' and `recompile'.
22351 (tramp-remap-command, tramp-recompile): New defuns.
22352 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22353 in buffer "*Compilation*". Call the commands asynchronously.
22354
22355 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22356 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22357 `shell-command', because it isn't magic in XEmacs. Reported by
22358 Adrian Aichner <adrian@xemacs.org>.
22359
22360 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22361 `substitute-in-file-name.
22362 (tramp-smb-handle-substitute-in-file-name): New defun.
22363 (tramp-smb-advice-PC-do-completion): Delete advice.
22364
22365 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22366
22367 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22368 Fix error in deleting region.
22369
22370 2005-01-15 Richard M. Stallman <rms@gnu.org>
22371
22372 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22373 In non-temp buffer, switch syntax table temporarily.
22374
22375 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22376
22377 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22378
22379 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22380
22381 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22382 (imenu--generic-function): Use START, not BEG, as pos of definition.
22383
22384 * simple.el (just-one-space): Argument specifies number of spaces.
22385
22386 * simple.el (eval-expression-print-format): Avoid warning
22387 about edebug-active.
22388
22389 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22390
22391 * progmodes/sh-script.el: Code copied from make-mode.el
22392 with small changes,
22393 (sh-mode-map): Bind C-c C-\.
22394 (sh-backslash-column, sh-backslash-align): New variables.
22395 (sh-backslash-region, sh-append-backslash): New functions.
22396
22397 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22398
22399 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22400 (rmail-pop-password, rmail-pop-password-required): Move to
22401 rmail-obsolete group.
22402 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22403 All callers updated.
22404 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22405 Take an argument specifying whether it is POP or IMAP mailbox we
22406 are using. All callers updated.
22407 (rmail-pop-password-error): Rename to
22408 rmail-remote-password-error. Added mailutils-specific error message.
22409 (rmail-movemail-search-path)
22410 (rmail-movemail-variant-in-use): New variables.
22411 (rmail-remote-password, rmail-remote-password-required):
22412 New customization variables.
22413 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22414 (rmail-parse-url): New function.
22415 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22416 with GNU mailutils movemail.
22417
22418 2005-01-15 Kevin Ryde <user42@zip.com.au>
22419
22420 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22421 suffix to space, $ or '$, to correctly position point when going
22422 to @table style constants like DBL_MAX.
22423
22424 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22425
22426 * type-break.el (type-break-mode, type-break-file-time)
22427 (type-break-file-keystroke-count, type-break-choose-file):
22428 Don't store data in or load data from the file if type-break-file-name
22429 is nil.
22430 (type-break-file-name): Doc update as per the above.
22431
22432 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22433
22434 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22435 lookup-key might return nil; handle that.
22436
22437 2005-01-15 Alan Mackenzie <acm@muc.de>
22438
22439 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22440 rather than the element found, thus enabling the tree to be setcar'd.
22441
22442 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22443
22444 * textmodes/org.el (org-show-following-heading): New option.
22445 (org-show-hierarchy-above): Use `org-show-following-heading'.
22446 (org-cycle): Documentation fix.
22447
22448 * textmodes/org.el (orgtbl-optimized): New option
22449 (orgtbl-mode): New command, a minor mode.
22450 (orgtbl-mode-map): New variable.
22451 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22452 (orgtbl-error, orgtbl-self-insert-command)
22453 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22454
22455 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22456 a local variable in each org-mode buffer.
22457
22458 * textmodes/org.el (org-set-regexps-and-options): Rename from
22459 `org-set-regexps'. Added checking for STARTUP keyword.
22460 (org-get-current-options): Add STARTUP options.
22461 (org-table-insert-row): Make mode intelligent about when
22462 realignment is needed.
22463 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22464 New commands.
22465 (org-enable-table-editor): New default value `optimized'.
22466 (org-table-blank-field): Support blanking regions if active.
22467
22468 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22469
22470 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22471 if the year is not given.
22472
22473 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22474 Add new escapes %m and %M, fixed bug with %F by adding
22475 save-match-data.
22476 (reftex-reference): Remove ?. from list of spaces.
22477 (reftex-label-info): Add automatic label prefix recognition.
22478
22479 * textmodes/reftex-index.el (reftex-index-next-phrase):
22480 Add slave parameter to call of `reftex-index-this-phrase'.
22481 (reftex-index-this-phrase): New optional argument.
22482 (reftex-index-region-phrases): Add slave parameter to call of
22483 `reftex-index-this-phrase'.
22484 (reftex-display-index): New argument redo.
22485 (reftex-index-rescan): Add `redo' to arguments of
22486 `reftex-display-index'.
22487 (reftex-index-Rescan, reftex-index-revert)
22488 (reftex-index-switch-index-tag): Add `redo' to arguments of
22489 `reftex-display-index'.
22490 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22491 indexing. Fix bug with matching is there is a quote before or
22492 after the word.
22493
22494 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22495 Fix bug when collecting citation keys in lines with comments.
22496 (reftex-citation): Prefix argument no longer rescans the document,
22497 but forces prompting for optional arguments of cite macros.
22498 (reftex-do-citation): Prompting for optional arguments implemented.
22499
22500 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22501 Add optional arguments to most cite commands.
22502 (reftex-cite-cleanup-optional-args): New option
22503 (reftex-cite-prompt-optional-args): New option.
22504 (reftex-trust-label-prefix): New option.
22505
22506 * textmodes/reftex-toc.el (reftex-toc-find-section):
22507 Add push-mark before changing the position in the buffer.
22508
22509 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22510 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22511
22512 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22513
22514 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22515 more carefully.
22516
22517 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22518
22519 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22520 (sgml-mode): Use it.
22521 (sgml-get-context): Better keep track of implicitly closed tags.
22522
22523 2005-01-13 Kenichi Handa <handa@m17n.org>
22524
22525 * textmodes/ispell.el: These changes are to fix misalignment error
22526 caused by equivalent characters of different Emacs charsets.
22527 (ispell-unified-chars-table): New variable.
22528 (ispell-get-decoded-string): New function.
22529 (ispell-get-casechars, ispell-get-not-casechars)
22530 (ispell-get-otherchars): Call ispell-get-decoded-string.
22531
22532 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22533
22534 * custom.el (custom-declare-variable): Just put symbol instead
22535 of (defvar . symbol) in `current-load-list'.
22536
22537 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22538
22539 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22540
22541 2005-01-12 Jay Belanger <belanger@truman.edu>
22542
22543 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22544 to create a Calc summary.
22545
22546 2005-01-12 Kim F. Storm <storm@cua.dk>
22547
22548 * mouse.el (mouse-on-link-p): Change functionality and doc
22549 string to comply with latest description in lisp ref.
22550
22551 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22552
22553 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22554 Enable mouse clicks on mode-line, header-line and margin.
22555 (event-type): Give mouse event symbols an `event-kind' property
22556 with value `mouse-click'.
22557
22558 2005-01-12 Juri Linkov <juri@jurta.org>
22559
22560 * facemenu.el (list-colors-display): Add new arg buffer-name.
22561 Use it. Fix docstring. Replace code for identifying duplicate
22562 colors by the name with call to `list-colors-duplicates' which
22563 identifies duplicate colors by the value unless the color
22564 is one of special Windows colors. Set truncate-lines to t.
22565 Print sorted duplicate color names on each line. Indent to 22
22566 \(the longest color name in rgb.txt) instead of 20. Optimize.
22567 (list-colors-duplicates): New function.
22568 (facemenu-color-name-equal): Delete function.
22569
22570 * facemenu.el (list-colors-print): New function created from code
22571 in list-colors-display. Print #RRGGBB at the window right edge.
22572 (list-colors-display): When temp-buffer-show-function is not
22573 defined, call list-colors-print from temp-buffer-show-hook
22574 to get the right value of window-width in list-colors-print
22575 after the buffer is displayed.
22576
22577 * simple.el (pop-mark): Move deactivate-mark out of conditional
22578 part to deactivate the active mark regardless of the state of the
22579 mark ring.
22580
22581 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22582 variables line in desktop files.
22583
22584 2005-01-12 Juri Linkov <juri@jurta.org>
22585
22586 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22587 Bring together isearch highlight related options.
22588 (lazy-highlight): Replace group `replace' by `matching'.
22589 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22590 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22591 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22592 and declare them obsolete.
22593 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22594 (isearch-faces): Remove defgroup.
22595 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22596 Move isearch highlighting code closer to lazy highlighting code.
22597
22598 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22599 (query-replace-highlight, query-replace-lazy-highlight)
22600 (query-replace): Move definitions to the beginning of the file.
22601
22602 2005-01-11 Juri Linkov <juri@jurta.org>
22603
22604 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22605 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22606 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22607
22608 * info.el (Info-history-forward): New variable.
22609 (Info-select-node): Reset Info-history-forward to nil.
22610 (Info-last): Turn into defalias.
22611 (Info-history-back): Rename from Info-last.
22612 Add current node to Info-history-forward.
22613 (Info-history-forward): New fun.
22614 (Info-mode-map): Replace Info-last by Info-history-back.
22615 Bind Info-history-forward to "r".
22616 (Info-mode-menu): Replace Info-last by Info-history-back.
22617 Fix menu item text. Add menu item for Info-history-forward.
22618 (info-tool-bar-map): Replace Info-last by Info-history-back.
22619 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22620 for Info-history-forward.
22621 (Info-mode): Replace Info-last by Info-history-back in docstring.
22622 Add local variable Info-history-forward.
22623 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22624
22625 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22626
22627 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22628 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22629 Ignore select-window events rather than fiddle with
22630 mouse-autoselect-window.
22631
22632 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22633
22634 * type-break.el (type-break-mode): Fix previous change.
22635
22636 2005-01-10 Jay Belanger <belanger@truman.edu>
22637
22638 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22639 calculator; only reset when point is inside a calculator.
22640 Don't adjust the window height if the window takes up the whole height
22641 of the frame.
22642
22643 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22644
22645 * ebuff-menu.el (Electric-buffer-menu-mode):
22646 Preserve value of buffer-local var header-line-format.
22647
22648 2005-01-09 Jay Belanger <belanger@truman.edu>
22649
22650 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22651 Make sure settings file exists before accessing it.
22652
22653 * calc/calc-embed.el (calc-embedded-subst):
22654 Replace math-multi-subst-rec, which is only supposed to be called
22655 by math-multi-subst, by math-multi-subst.
22656
22657 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22658
22659 * vc.el (vc-allow-async-revert): New user option.
22660 (vc-disable-async-diff): New internal variable.
22661 (vc-revert-buffer): Use them to disable asynchronous diff.
22662
22663 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22664 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22665 asynchronously if vc-disable-async-diff is t.
22666
22667 2005-01-09 Jay Belanger <belanger@truman.edu>
22668
22669 * calc/calc.el (defcalcmodevar): New macro.
22670 (calc-mode-var-list-restore-default-values)
22671 (calc-mode-var-list-restore-saved-values): New functions.
22672 (calc-mode-var-list): Use defcalcmodevar to define it.
22673 (calc-always-load-extensions, calc-line-numbering)
22674 (calc-line-breaking, calc-display-just, calc-display-origin)
22675 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22676 (calc-group-char, calc-point-char, calc-frac-format)
22677 (calc-prefer-frac, calc-hms-format, calc-date-format)
22678 (calc-float-format, calc-full-float-format, calc-complex-format)
22679 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22680 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22681 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22682 (calc-matrix-brackets, calc-language, calc-language-option)
22683 (calc-left-label, calc-right-label, calc-word-size)
22684 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22685 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22686 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22687 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22688 (calc-window-height, calc-display-trail, calc-show-selections)
22689 (calc-use-selections, calc-assoc-selections)
22690 (calc-display-working-message, calc-auto-why, calc-timing)
22691 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22692 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22693 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22694 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22695 (calc-gnuplot-geometry, calc-graph-default-resolution)
22696 (calc-graph-default-resolution-3d, calc-invocation-macro)
22697 (calc-show-banner): Use defcalcmodevar to declare them and set
22698 their default values.
22699
22700 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22701 instead of default values (but restore default values if there is
22702 an argument of 0).
22703
22704 2005-01-09 David Kastrup <dak@gnu.org>
22705
22706 * desktop.el (desktop-restore-eager): Fix typo in type.
22707
22708 2005-01-08 Richard M. Stallman <rms@gnu.org>
22709
22710 * cus-edit.el (customize): Delete :link.
22711
22712 2005-01-08 Jay Belanger <belanger@truman.edu>
22713
22714 * calc/calc.el (calc-mode): Remove the extension from the
22715 `calc-settings-file' file name when loading it.
22716
22717 2005-01-08 Kim F. Storm <storm@cua.dk>
22718
22719 * info.el (Info-mode-map, Info-next-link-keymap)
22720 (Info-prev-link-keymap, Info-up-link-keymap):
22721 Map follow-link to mouse-face.
22722 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22723
22724 2005-01-08 Jay Belanger <belanger@truman.edu>
22725
22726 * calc/calc.el (calc-settings-file): Change default value.
22727 Suggested by cgw in a comment in calc-mode.el.
22728
22729 * calc/calc-mode.el (calc-settings-file-name):
22730 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22731 Replace ~/.emacs in a prompt by calc-settings-file.
22732
22733 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22734
22735 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22736 (desktop-lazy-idle-delay): New customizable variables.
22737 (desktop-buffer-args-list): New variable.
22738 (desktop-append-buffer-args): New function.
22739 (desktop-save): Call desktop-append-buffer-args for some buffers.
22740 (desktop-lazy-create-buffer): New function.
22741 (desktop-idle-create-buffers): New function.
22742 (desktop-read): Add message about buffers to restore lazily.
22743 (desktop-lazy-abort): New command.
22744 (desktop-clear): Call desktop-lazy-abort.
22745 (desktop-lazy-complete): New command.
22746
22747 2005-01-06 Richard M. Stallman <rms@gnu.org>
22748
22749 * emacs-lisp/find-func.el (find-face-definition):
22750 Rename from find-face.
22751
22752 2005-01-06 Kim F. Storm <storm@cua.dk>
22753
22754 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22755
22756 * man.el (Man-xref-man-page, Man-xref-header-file)
22757 (Man-xref-normal-file): Add follow-link property.
22758
22759 2005-01-06 Jay Belanger <belanger@truman.edu>
22760
22761 * calc/calc-units.el: Make sure the proper macro definitions are
22762 available when compiling.
22763
22764 2005-01-06 Juri Linkov <juri@jurta.org>
22765
22766 * isearch.el (isearch-lazy-highlight-update):
22767 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22768
22769 2005-01-06 Miles Bader <miles@gnu.org>
22770
22771 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22772 (isearch-lazy-highlight-face): Use new name.
22773
22774 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22775
22776 * uniquify.el (uniquify-rationalize-file-buffer-names):
22777 Re-add an interactive spec.
22778 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22779 to the same name.
22780
22781 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22782 (isearch-update, isearch-done): Adjust calls accordingly.
22783
22784 2005-01-05 Richard M. Stallman <rms@gnu.org>
22785
22786 * custom.el (custom-set-variables, custom-theme-set-variables):
22787 Clarify documentation.
22788
22789 * emacs-lisp/find-func.el (find-variable)
22790 (find-variable-other-window, find-variable-other-frame):
22791 Fix the TYPE args to find-function-read and find-function-do-it.
22792 (find-function): Doc fix.
22793 (find-function-at-point): Replace function-at-point alias.
22794
22795 2005-01-04 Richard M. Stallman <rms@gnu.org>
22796
22797 * cus-face.el (custom-declare-face):
22798 Record defface in current-load-list.
22799
22800 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22801
22802 * emacs-lisp/find-func.el: Doc fixes.
22803 (find-face-regexp): New variable.
22804 (find-function-regexp-alist): New variable.
22805 (find-function-C-source): Third arg is now TYPE.
22806 (find-function-search-for-symbol): Handle general TYPE.
22807 (find-function-read, find-function-do-it): Handle general TYPE.
22808 (find-definition-noselect, find-face): New functions.
22809 (function-at-point): Alias deleted.
22810
22811 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22812
22813 * battery.el (display-battery-mode): Rename from display-battery.
22814 Handle the case where it gets turned off.
22815
22816 2005-01-04 Richard M. Stallman <rms@gnu.org>
22817
22818 * cus-edit.el (customize): Make :link point to user doc.
22819
22820 * man.el (Man-fontify-manpage): Turn off undo generation.
22821
22822 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22823
22824 2005-01-04 Andreas Schwab <schwab@suse.de>
22825
22826 * files.el (insert-directory): Only look for error lines in
22827 inserted text. Don't move too far after processing --dired markers.
22828
22829 2005-01-04 Richard M. Stallman <rms@gnu.org>
22830
22831 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22832 Don't expand if the character is @, period, dash, etc.
22833 (define-mail-abbrev): Quote names that contain problem characters.
22834
22835 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
22836
22837 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22838
22839 2005-01-03 Richard M. Stallman <rms@gnu.org>
22840
22841 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22842 (query-replace-highlight, query-replace-lazy-highlight)
22843 (query-replace): Definitions moved up. Doc fix.
22844
22845 2005-01-03 Richard M. Stallman <rms@gnu.org>
22846
22847 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22848 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22849 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22850 (lazy-highlight-face): Rename from isearch-lazy-...
22851 Change all references to them.
22852
22853 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
22854
22855 * cus-edit.el (custom-file): Doc fix for defcustom.
22856 (custom-file): The function no longer sets the variable
22857 `custom-file' to its return value.
22858
22859 * startup.el (command-line): No longer load `custom-file'.
22860
22861 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22862
22863 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22864
22865 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22866 Don't confuse module-prefixed identifiers for labels.
22867 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22868
22869 2005-01-02 Richard M. Stallman <rms@gnu.org>
22870
22871 * files.el (basic-save-buffer-1): Fix previous change.
22872
22873 * loadhist.el (file-loadhist-lookup): New function.
22874 (file-provides, file-requires): Use it.
22875
22876 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22877 instead of calculating the right size.
22878
22879 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22880
22881 * vc-svn.el (vc-svn-diff): Stay local if possible.
22882
22883 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
22884
22885 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22886
22887 * files.el (hack-local-variables): Fix last change.
22888
22889 2005-01-02 Jay Belanger <belanger@truman.edu>
22890
22891 * calc/calc-yank.el (calc-edit-top): New variable.
22892 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22893 object. Change header properties.
22894 (calc-edit-finish, calc-edit-finish-stack-object)
22895 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22896 edited object.
22897 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22898 for the beginning of the edited object.
22899 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22900 for the beginning of the edited object.
22901 * calc/calc-prog.el (calc-edit-macro-finish-edit)
22902 (calc-finish-formula-edit, calc-macro-repeats)
22903 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22904 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22905 beginning of the edited object.
22906 (calc-user-define-edit): Change the header for editing macros.
22907 Remove unnecessary variable.
22908
22909 2005-01-01 Jay Belanger <belanger@truman.edu>
22910
22911 * calc/calc-yank.el (calc-edit-mode): Change default header.
22912 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22913 * calc/calc-store.el (calc-edit-variable): Change title to match new
22914 header.
22915 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22916 mode to match new header.
22917 (calc-user-define-edit): Change titles to include names of commands.
22918 (calc-finish-formula-edit): Adjust to handle new header.
22919 (calc-finish-macro-edit): Remove.
22920 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22921 (calc-edit-macro-command, calc-edit-macro-command-type)
22922 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22923 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22924 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22925 (calc-edit-macro-finish-edit): New functions.
22926 (calc-user-define-edit): Use new functions to edit named calc macros.
22927
22928 2005-01-01 Stefan <monnier@iro.umontreal.ca>
22929
22930 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22931
22932 * ses.el (copy-region-as-kill): Deactivate mark.
22933
22934 2005-01-01 Richard M. Stallman <rms@gnu.org>
22935
22936 * replace.el (occur-1): If the output buffer is also an input,
22937 don't kill it, rename it.
22938
22939 * faces.el (set-face-background, set-face-foreground): Doc fix.
22940
22941 * cus-face.el (custom-face-attributes): Fix :help-echo strings
22942 for :foreground and :background.
22943
22944 * dired.el (dired-view-command-alist): Variable deleted.
22945 (dired-view-file, dired-mouse-find-file-other-window):
22946 Delete the code to use it.
22947
22948 2005-01-01 Kim F. Storm <storm@cua.dk>
22949
22950 * image.el (insert-sliced-image): Use t for line-height property.
22951
22952 See ChangeLog.11 for earlier changes.
22953
22954 ;; Local Variables:
22955 ;; coding: iso-2022-7bit
22956 ;; End:
22957
22958 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22959 Copying and distribution of this file, with or without modification,
22960 are permitted provided the copyright notice and this notice are preserved.
22961
22962 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1